2014-12-19 Andrew MacLeod <amacleod@redhat.com>
[official-gcc.git] / gcc / ChangeLog
blob6e7cfebb7d9508f712eeef43d592059b86764c43
1 2014-12-18  H.J. Lu  <hongjiu.lu@intel.com>
3         * config/i386/i386.c (ix86_expand_call): Skip setting up RAX
4         register for -mskip-rax-setup when there are no parameters
5         passed in vector registers.
6         * config/i386/i386.opt (mskip-rax-setup): New option.
7         * doc/invoke.texi: Document -mskip-rax-setup.
9 2014-12-18  Alan Lawrence  <alan.lawrence@arm.com>
11         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): Handle shift
12         by 64 by moving const0_rtx.
13         (aarch64_ushr_simddi): Delete.
15         * config/aarch64/aarch64.md (enum unspec): Delete UNSPEC_USHR64.
17 2014-12-18  Alan Lawrence  <alan.lawrence@arm.com>
19         * config/aarch64/aarch64.md (enum "unspec"): Remove UNSPEC_SSHR64.
21         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): Change shift
22         amount to 63 if was 64.
23         (aarch64_sshr_simddi): Remove.
25 2014-12-18  Wilco Dijkstra  <wilco.dijkstra@arm.com>
27         * gcc/config/aarch64/aarch64.c (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL):
28         Define.
29         (aarch64_min_divisions_for_recip_mul): New function.
31 2014-12-18  Wilco Dijkstra  <wilco.dijkstra@arm.com>
33         * config/aarch64/aarch64-protos.h (tune-params): Add code alignment
34         tuning parameters.
35         * gcc/config/aarch64/aarch64.c (generic_tunings): Add code alignment
36         tuning parameters.
37         (cortexa53_tunings): Likewise.
38         (cortexa57_tunings): Likewise.
39         (thunderx_tunings): Likewise.
40         (aarch64_override_options): Use new alignment tunings.
42 2014-12-18  Martin Liska  <mliska@suse.cz>
44         PR tree-optimization/64330
45         * ipa-icf.c (sem_variable::parse): Add checking
46         for externally visible symbols and do not introduce
47         an alias for an external declaration.
49 2014-12-18  Jan Hubicka  <hubicka@ucw.cz>
51         PR bootstrap/63573
52         * tree-inline.c (remap_gimple_stmt): Handle gimple_call_from_thunk_p
53         predicate.
55 2014-12-18  Martin Liska  <mliska@suse.cz>
57         PR ipa/64146
58         * ipa-icf.c (sem_function::merge): Check for
59         decl_binds_to_current_def_p is newly added to merge operation.
61 2014-12-18  Bin Cheng  <bin.cheng@arm.com>
63         PR tree-optimization/62178
64         * tree-ssa-loop-ivopts.c (cheaper_cost_with_cand): New function.
65         (iv_ca_replace): New function.
66         (try_improve_iv_set): New parameter try_replace_p.
67         Break local optimal fixed-point by calling iv_ca_replace.
68         (find_optimal_iv_set_1): Pass new argument to try_improve_iv_set.
70 2014-12-17  Dehao Chen  <dehao@google.com>
72         * auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the right
73         place.
74         (auto_profile): Recompute inline summary after processing cgraph node.
76 2014-12-17  Oleg Endo  <olegendo@gcc.gnu.org>
78         PR target/51244
79         * config/sh/sh_treg_combine.cc (is_conditional_insn): New function.
80         (cbranch_trace): Add member rtx* condition_rtx_in_insn, initialize it
81         accordingly in constructor.
82         (cbranch_trace::branch_condition_rtx_ref): New function.
83         (cbranch_trace::branch_condition_rtx): Use branch_condition_rtx_ref.
84         (sh_treg_combine::try_invert_branch_condition): Invert condition rtx
85         in insn using reversed_comparison_code and validate_change instead of
86         invert_jump_1.
87         (sh_treg_combine::execute): Look for conditional insns in basic blocks
88         in addition to conditional branches.
89         * config/sh/sh.md (*movsicc_div0s): Remove combine patterns.
91 2014-12-17  Oleg Endo  <olegendo@gcc.gnu.org>
93         PR target/51244
94         * config/sh/sh_treg_combine.cc (sh_treg_combine::try_optimize_cbranch):
95         Combine ccreg inversion and cbranch into inverted cbranch.
97 2014-12-17  Vladimir Makarov  <vmakarov@redhat.com>
99         * lra-constraints.c (process_alt_operands): Remove non
100         allocatable hard regs when considering
101         ira_prohibited_class_mode_regs.
103 2014-12-17  Jan Hubicka  <hubicka@ucw.cz>
105         * sreal.h (sreal::normalize): Implement inline.
106         (sreal::normalize_up): New function.
107         (sreal::normalize_down): New function.
108         * sreal.c (sreal::normalize): Remove.
110 2014-12-17  James Greenhalgh  <james.greenhalgh@arm.com>
112         * config/aarch64/aarch64.md (generic_sched): Delete it.
114 2014-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
116         * config/msp430/msp430.c (msp430_asm_output_addr_const_extra): Fix
117         unused argument warning.
119 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
121         * dwarf2out.h (struct array_descr_info): Remove the base_decl field.
122         * dwarf2out.c (enum dw_scalar_form): New.
123         (struct loc_descr_context): New.
124         (add_scalar_info): New.
125         (add_bound_info): Add a context parameter.  Use add_scalar_info.
126         (loc_list_from_tree): Add a context parameter.  Handle PLACEHOLDER_EXPR
127         nodes for type-related expressions.  Likewise for base declarations.
128         (loc_descriptor_from_tree): Add a context parameter.
129         (subrange_type_die): Update calls to add_bound_info.
130         (tls_mem_loc_descriptor): Likewise.
131         (loc_list_for_address_of_addr_expr_of_indirect_ref): Add a context
132         parameter.  Update calls to loc_list_from_tree.
133         (add_subscript_info): Update calls to add_bound_info.
134         (gen_array_type_die): Update calls to loc_list_from_tree and to
135         add_bound_info.
136         (descr_info_loc): Remove.
137         (add_descr_info_field): Remove.
138         (gen_descr_array_type_die): Switch add_descr_info_field calls into
139         add_scalar_info/add_bound_info ones.
140         (gen_subprogram_die): Update calls to loc_list_from_tree.
141         (gen_variable_die): Likewise.
143 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
145         * dwarf2out.c (print_loc_descr): New.
146         (print_dw_val): New.
147         (print_attribute): New.
148         (print_loc_descr): New.
149         (print_die): Use print_dw_val.
150         (debug_dwarf_loc_descr): New.
151         * dwarf2out.h (debug_dwarf_loc_descr): New declaration.
153 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
155         * dwarf2out.c (gen_type_die_with_usage): Enable the array lang-hook
156         even when (dwarf_version < 3 && dwarf_strict).
157         (gen_descr_array_die): Do not output DW_AT_data_locationn,
158         DW_AT_associated, DW_AT_allocated and DW_AT_byte_stride DWARF
159         attributes when (dwarf_version < 3 && dwarf_strict).
161 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
163         * dwarf2out.h (enum array_descr_ordering): New.
164         (array_descr_dimen): Add a bounds_type structure field.
165         (struct array_descr_info): Add a field to hold index type information
166         and another one to hold ordering information.
167         * dwarf2out.c (gen_type_die_with_usage): Get the main variant before
168         invoking the array descriptor language hook.  Initialize the
169         array_descr_info structure before calling the lang-hook.
170         (gen_descr_array_type_die): Use gen_type_die if not processing the main
171         type variant.  Replace Fortran-specific code with generic one using
172         this new field.  Add a GNAT descriptive type, if any.  Output type
173         information for the array bound subrange, if any.
175 2014-12-17  H.J. Lu  <hongjiu.lu@intel.com>
176             Jakub Jelinek  <jakub@redhat.com>
177             Uros Bizjak  <ubizjak@gmail.com>
179         PR target/61296
180         * config/i386/i386-opts.h (ix86_align_data): New enum.
181         * config/i386/i386.c (ix86_data_alignment): Return the ABI
182         alignment value for -malign-data=abi, the cachine line size
183         for -malign-data=cacheline and the older GCC compatible
184         alignment value for for -malign-data=compat.
185         * config/i386/i386.opt (malign-data=): New.
186         * doc/invoke.texi: Document -malign-data=.
188 2014-12-17  Marek Polacek  <polacek@redhat.com>
190         PR middle-end/63568
191         * match.pd: Add (x & ~m) | (y & m) -> ((x ^ y) & m) ^ x pattern.
193 2014-12-17  Jakub Jelinek  <jakub@redhat.com>
195         PR tree-optimization/64322
196         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
197         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
199 2014-12-17  Tobias Burnus  <burnus@net-b.de>
201         PR fortran/54687
202         * flag-types.h (gfc_init_local_real, gfc_fcoarray,
203         gfc_convert): New enums; moved from fortran/.
205 2014-12-16  Jan Hubicka  <hubicka@ucw.cz>
207         * fibonacci_heap.h (min): Return m_data instead of non-existing data.
209 2014-12-16  Jan Hubicka  <hubicka@ucw.cz>
211         * ipa-inline-analysis.c (will_be_nonconstant_predicate): Consider
212         return values of const calls as constants.
213         (estimate_function_body_sizes): Expect calls to have false predicates.
215 2014-12-16  Jan Hubicka  <hubicka@ucw.cz>
217         * hwint.c (abs_hwi, absu_hwi): Move to ...
218         * hwint.h (abs_hwi, absu_hwi): ... here; make inline.
220 2014-12-16  Marek Polacek  <polacek@redhat.com>
222         PR middle-end/64309
223         * match.pd: Add ((1 << A) & 1) != 0 -> A == 0 and
224         ((1 << A) & 1) == 0 -> A != 0.
226 2014-12-16  Richard Biener  <rguenther@suse.de>
228         * genmatch.c (parser::parser): Initialize capture_ids.
229         (parser::parse_pattern): Properly allocate capture_ids before
230         using them.  Set capture_ids to zero when its lifetime is
231         supposed to finish.
232         (parser::parse_simplify): Allocate capture_ids only if
233         required.
235 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
237         * sreal.c: Include math.h later.
239 2014-12-16  Felix Yang  <felix.yang@huawei.com>
241         PR rtl-optimization/64240
242         * ddg.c (mark_mem_use): Check *iter instead of *x.
244 2014-12-16  Martin Liska  <mliska@suse.cz>
246         PR ipa/64278
247         * sreal.c (sreal::operator*): Replace std::abs with absu_hwi.
249 2014-12-16  Igor Zamyatin  <igor.zamyatin@intel.com>
251         * config/i386/i386.c (ix86_address_cost): Add explicit restriction
252         to RTL level for the check for PIC register.
254 2014-12-16  Uros Bizjak  <ubizjak@gmail.com>
256         * config/i386/gnu-user.h (TARGET_CAN_SPLIT_STACK): Move from here ...
257         * config/i386/gnu-user64.h (TARGET_CAN_SPLIT_STACK): ... and here ...
258         * config/i386/gnu-user-common.h (TARGET_CAN_SPLIT_STACK): ... to here.
260 2014-12-16  Chung-Ju Wu  <jasonwucj@gmail.com>
262         PR target/64217
263         * config/nds32/nds32.md (casesi_internal): Add '=r' for clobber
264         register constraint.
266 2014-12-15  DJ Delorie  <dj@redhat.com>
268         * config/rl78/rl78.h: Remove SHORT_IMMEDIATES_SIGN_EXTEND.
270 2014-12-15  Jan Hubicka  <hubicka@ucw.cz>
272         PR lto/64043
273         * tree-streamer.c (preload_common_nodes): Skip preloading
274         of main_identifier_node, pid_type and optimization/option nodes.
276 2014-12-15  Vladimir Makarov  <vmakarov@redhat.com>
278         PR rtl-optimization/63397
279         * ira-int.h (ira_overall_cost, ira_reg_cost, ira_mem_cost): Use
280         int64_t.
281         (ira_load_cost, ira_store_cost, ira_shuffle_cost): Ditto.
282         * ira.c (ira_overall_cost, ira_overall_cost_before): Ditto.
283         (ira_reg_cost, ira_mem_cost): Ditto.
284         (ira_load_cost, ira_store_cost, ira_shuffle_cost): Ditto.
285         (calculate_allocation_cost, do_reload): Use the right
286         format for int64_t values.
288 2014-12-15  Jan Hubicka  <hubicka@ucw.cz>
290         * sreal.h (to_double): New method.
291         (shift): Do not ICE on 0.
292         * sreal.c: Include math.h
293         (sreal::to_double): New.
295 2014-12-15  Jakub Jelinek  <jakub@redhat.com>
297         PR rtl-optimization/64316
298         * simplify-rtx.c (simplify_relational_operation_1): For
299         (eq/ne (and x y) x) and (eq/ne (and x y) y) optimizations use
300         CONST0_RTX instead of const0_rtx.
302 2014-12-15  Vladimir Makarov  <vmakarov@redhat.com>
304         PR target/62642
305         * ira.c (rtx_moveable_p): Prevent UNSPEC_VOLATILE moves.
307 2014-12-15  Vladimir Makarov  <vmakarov@redhat.com>
309         * ira-int.h (ira_prohibited_class_mode_regs): Remove.
310         (struct target_ira_int): Move x_ira_prohibited_class_mode_regs to
311         ...
312         * ira.h (struct target_ira): ... here.
313         (ira_prohibited_class_mode_regs): Define.
314         * lra-constraints.c (process_alt_operands): Add one more condition
315         to refuse alternative when reload pseudo of given class can not
316         hold value of given mode.
318 2014-12-15  Richard Biener  <rguenther@suse.de>
320         PR tree-optimization/64312
321         * tree-ssa-sccvn.c (vn_reference_lookup_pieces): Use
322         vuse_ssa_val as callback to walk_non_aliased_vuses.
323         (vn_reference_lookup): Likewise.
325 2014-12-15  Segher Boessenkool  <segher@kernel.crashing.org>
327         * gcc/config/rs6000/rs6000.md (*add>mode>3_imm_dot,
328         *add<mode>3_imm_dot2): Change the constraint for the second
329         alternative for operand 1 from "r" to "b".
331 2014-12-15  Richard Biener  <rguenther@suse.de>
333         * vec.h (vec::safe_grow): Guard against a grow to zero size.
335 2014-12-15  Richard Biener  <rguenther@suse.de>
337         PR middle-end/64295
338         * match.pd (X / CST -> X * (1 / CST): Use const_binop instead of
339         fold_binary to compute the constant to multiply with.
341 2014-12-15  Richard Biener  <rguenther@suse.de>
343         PR middle-end/64246
344         * cfgloop.c (mark_loop_for_removal): Make safe against multiple
345         invocations on the same loop.
347 2014-12-15  Marek Polacek  <polacek@redhat.com>
349         PR middle-end/64292
350         * fold-const.c (negate_expr_p): Add INTEGRAL_TYPE_P check.
352 2014-12-15  Renlin Li  <renlin.li@arm.com>
354         * config/aarch64/aarch64.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
355         (CTZ_DEFINED_VALUE_AT_ZERO): Update to support more modes.
357 2014-12-15  Jakub Jelinek  <jakub@redhat.com>
359         PR sanitizer/64265
360         * tsan.c (instrument_func_entry): Insert __tsan_func_entry
361         call on edge from entry block to single succ instead
362         of after labels of single succ of entry block.
364 2014-12-15  Richard Biener  <rguenther@suse.de>
366         PR tree-optimization/64284
367         * tree-ssa-threadupdate.c (duplicate_seme_region): Mark
368         the loop for removal if we copied the loop header.
370 2014-12-14  Jan Hubicka  <hubicka@ucw.cz>
372         PR ipa/61602
373         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Return bool.
374         * ipa.c (set_writeonly_bit): Track if reference was removed.
375         (ipa_discover_readonly_nonaddressable_vars): Return true if any
376         references was removed.
377         * ipa-reference.c (propagate): Return TODO_remove_functions if
378         reference was removed.
380 2014-12-14  Jan Hubicka  <hubicka@ucw.cz>
382         * ipa.c (process_references): Fix conditoinal on flag_optimize
384 2014-12-14  Jan Hubicka  <hubicka@ucw.cz>
386         PR ipa/61558
387         * symtab.c (symbol_table::insert_to_assembler_name_hash
388         symbol_table::unlink_from_assembler_name_hash): Do not ICE when
389         DECL_ASSEMBLER_NAME is NULL.
391 2014-12-14  Jan Hubicka  <hubicka@ucw.cz>
393         * cgraphunit.c (analyze_functions): Always analyze targets of aliases.
395 2014-12-14  Jan Hubicka  <hubicka@ucw.cz>
397         PR lto/64043
398         * tree.c (virtual_method_call_p): Return false when OTR type has
399         no BINFO.
401 2014-12-14  Jan Hubicka  <hubicka@ucw.cz>
403         * cgraphunit.c (analyze_functions): Do not analyze extern inline
404         funtions when not optimizing; skip comdat locals.
406 2014-12-14  H.J. Lu  <hongjiu.lu@intel.com>
408         PR rtl-optimization/64037
409         * combine.c (setup_incoming_promotions): Pass the argument
410         before any promotions happen to promote_function_mode.
412 2014-12-12  Thomas Schwinge  <thomas@codesourcery.com>
414         * config/nvptx/nvptx.h (ASM_OUTPUT_ALIGN): Define as a C statment.
416 2014-12-12  Vladimir Makarov  <vmakarov@redhat.com>
418         PR target/64110
419         * lra-constraints.c (process_alt_operands): Refuse alternative
420         when reload pseudo of given class can not hold value of given
421         mode.
423 2014-12-12  Thomas Schwinge  <thomas@codesourcery.com>
425         * gimple-walk.c (walk_gimple_op) <GIMPLE_OMP_FOR>: Also check
426         intermediate walk_tree results for for_incr.
427         <GIMPLE_OMP_TARGET>: Walk child_fn and data_arg, too.
428         <GIMPLE_OMP_CRITICAL, GIMPLE_OMP_ATOMIC_STORE>: Pretty printing.
430 2014-12-12  Richard Sandiford  <richard.sandiford@arm.com>
432         PR middle-end/64182
433         * wide-int.h (wi::div_round, wi::mod_round): Fix rounding of tied
434         cases.
435         * double-int.c (div_and_round_double): Fix handling of unsigned
436         cases.  Use same rounding approach as wide-int.h.
438 2014-12-12  Marek Polacek  <polacek@redhat.com>
440         PR middle-end/64274
441         * fold-const.c (fold_binary_loc): Add ANY_INTEGRAL_TYPE_P check.
443 2014-12-12  Jakub Jelinek  <jakub@redhat.com>
445         PR tree-optimization/64269
446         * tree-ssa-forwprop.c (simplify_builtin_call): Bail out if
447         len2 or diff are too large.
449 2014-12-12  Richard Biener  <rguenther@suse.de>
451         PR middle-end/64280
452         * tree-cfg.c (replace_uses_by): Guard assert properly.
454 2014-12-12  Anthony Green  <green@moxielogic.com>
456         * config/moxie/moxie.md: Add use of zex instruction.
458 2014-12-12  Marc Glisse  <marc.glisse@inria.fr>
460         * real.h (HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
461         HONOR_SIGN_DEPENDENT_ROUNDING): Replace macros with 3 overloaded
462         declarations.
463         * real.c (HONOR_NANS): Fix indentation.
464         (HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
465         HONOR_SIGN_DEPENDENT_ROUNDING): Define three overloads.
466         * builtins.c (fold_builtin_cproj, fold_builtin_signbit,
467         fold_builtin_fmin_fmax, fold_builtin_classify): Simplify argument
468         of HONOR_*.
469         * fold-const.c (operand_equal_p, fold_comparison, fold_binary_loc):
470         Likewise.
471         * gimple-fold.c (gimple_val_nonnegative_real_p): Likewise.
472         * ifcvt.c (noce_try_move, noce_try_minmax, noce_try_abs): Likewise.
473         * omp-low.c (omp_reduction_init): Likewise.
474         * rtlanal.c (may_trap_p_1): Likewise.
475         * simplify-rtx.c (simplify_const_relational_operation): Likewise.
476         * tree-ssa-dom.c (record_equality, record_edge_info): Likewise.
477         * tree-ssa-phiopt.c (value_replacement, abs_replacement): Likewise.
478         * tree-ssa-reassoc.c (eliminate_using_constants): Likewise.
479         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise.
481 2014-12-12  Jan Hubicka  <hubicka@ucw.cz>
483         * ipa-inline.c (ipa_inline): Fix condition on when
484         TODO_remove_unreachable_functions is needed.
486 2014-12-12  Jan Hubicka  <hubicka@ucw.cz>
488         * ipa-devirt.c (possible_polymorphic_call_targets): Return early
489         if otr_type has no BINFO.
491 2014-12-12  Zhenqiang Chen  <zhenqiang.chen@arm.com>
493         PR rtl-optimization/63917
494         * ifcvt.c (cc_in_cond): New function.
495         (end_ifcvt_sequence): Make sure new generated insns do not clobber CC.
496         (noce_process_if_block, check_cond_move_block): Check CC references.
498 2014-12-11  Andrew Pinski  <apinski@cavium.com>
500         * config/aarch64/aarch64-protos.h (tune_params): Add align field.
501         * config/aarch64/aarch64.c (generic_tunings): Specify align.
502         (cortexa53_tunings): Likewise.
503         (cortexa57_tunings): Likewise.
504         (thunderx_tunings): Likewise.
505         (aarch64_override_options): Set align_loops, align_jumps,
506         align_functions based on what the tuning struct.
508 2014-12-11  Eric Botcazou  <ebotcazou@adacore.com>
510         * doc/md.texi (Insn Lengths): Fix description of (pc).
512 2014-12-11  Jan Hubicka  <hubicka@ucw.cz>
514         PR ipa/61324
515         * passes.c (execute_todo): Update call of remove_unreachable_nodes.
516         * ipa-chkp.c (chkp_produce_thunks): Use TODO_remove_functions.
517         * cgraphunit.c (symbol_table::process_new_functions): Add
518         IPA_SSA_AFTER_INLINING.
519         (ipa_passes): Update call of remove_unreachable_nodes.
520         (symbol_table::compile): Remove call of remove_unreachable_nodes.
521         * ipa-inline.c (inline_small_functions): Do not ICE with
522         -flto-partition=none
523         (ipa_inline): Update symtab->state; fix formatting
524         update call of remove_unreachable_nodes.
525         * passes.c (execute_todo): Update call of remove_unreachable_nodes.
526         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
527         * cgraph.h (enum symtab_state): Add IPA_SSA_AFTER_INLINING.
528         (remove_unreachable_nodes): Update.
529         * ipa.c (process_references): Keep external references only
530         when optimizing.
531         (walk_polymorphic_call_targets): Keep possible polymorphic call
532         target only when devirtualizing.
533         (symbol_table::remove_unreachable_nodes): Remove BEFORE_INLINING_P
534         parameter.
535         (ipa_single_use): Update comment.
536         * ipa-pure-const.c (cdtor_p): New function.
537         (propagate_pure_const): Track if some cdtor was turned pure/const.
538         (execute): Return TODO_remove_functions if needed.
539         * ipa-comdats.c (ipa_comdats): Update comment.
541 2014-12-11  Aldy Hernandez  <aldyh@redhat.com>
543         * dwarf2out.c (gen_lexical_block_die): Remove unused `depth'
544         parameter.
545         (gen_inlined_subroutine_die): Same.
546         (gen_block_die): Same.
547         (decls_for_scope): Same.
549 2014-12-11  Renlin Li  <renlin.li@arm.com>
551         * config/aarch64/aarch64-cores.def: Change all AARCH64_FL_FPSIMD to
552         AARCH64_FL_FOR_ARCH8.
553         * config/aarch64/aarch64.c (all_cores): Use FLAGS from
554         aarch64-cores.def file only.
556 2014-12-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
558         PR fortran/44054
559         * diagnostic.c (diagnostic_action_after_output): Make it extern.
560         Take diagnostic_t argument instead of diagnostic_info. Count also
561         DK_WERROR towards max_errors.
562         (diagnostic_report_diagnostic): Update call according to the above.
563         (error_recursion): Likewise.
564         * diagnostic.h (diagnostic_action_after_output): Declare.
565         * pretty-print.c (pp_formatted_text_data): Delete.
566         (pp_append_r): Call output_buffer_append_r.
567         (pp_formatted_text): Call output_buffer_formatted_text.
568         (pp_last_position_in_text): Call output_buffer_last_position_in_text.
569         * pretty-print.h (output_buffer_formatted_text): New.
570         (output_buffer_append_r): New.
571         (output_buffer_last_position_in_text): New.
573 2014-12-11  Kyrylo Tkachov  kyrylo.tkachov@arm.com
575         * config/aarch64/aarch64.c (aarch64_parse_extension): Update error
576         message to say +no only when removing extension.
578 2014-12-11  Andrew MacLeod  <amacleod@redhat.com>
580         * config/tilepro/gen-mul-tables.cc: Add insn-codes.h to include list
581         for generator file.  Add comment indicating it is a generated file.
582         * config/tilepro/mul-tables.c: Update generated file.
583         * config/tilegx/mul-tables.c: Likewise.
585 2014-12-11  Segher Boessenkool  <segher@kernel.crashing.org>
587         * combine.c (try_combine): Do not allow combining a PARALLEL I2
588         with a register move I3 if that I2 is an asm.
590 2014-12-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
592         * config/arm/arm_neon.h (vrndqn_f32): Rename to...
593         (vrndnq_f32): ... this.
594         (vrndqa_f32): Rename to...
595         (vrndaq_f32): ... this.
596         (vrndqp_f32): Rename to...
597         (vrndpq_f32): ... this.
598         (vrndqm_f32): Rename to...
599         (vrndmq_f32): ... this.
600         (vrndx_f32): New intrinsic.
601         (vrndxq_f32): Likewise.
603 2014-12-11  Marek Polacek  <polacek@redhat.com>
605         * fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.
606         (extract_muldiv_1): Likewise.
607         (maybe_canonicalize_comparison_1): Likewise.
608         (fold_comparison): Likewise.
609         (tree_binary_nonnegative_warnv_p): Likewise.
610         (tree_binary_nonzero_warnv_p): Likewise.
611         * gimple-ssa-strength-reduction.c (legal_cast_p_1): Likewise.
612         * tree-scalar-evolution.c (simple_iv): Likewise.
613         (scev_const_prop): Likewise.
614         * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
615         * tree-vect-generic.c (expand_vector_operation): Likewise.
616         * tree.h (ANY_INTEGRAL_TYPE_CHECK): Define.
617         (ANY_INTEGRAL_TYPE_P): Define.
618         (TYPE_OVERFLOW_WRAPS, TYPE_OVERFLOW_UNDEFINED, TYPE_OVERFLOW_TRAPS):
619         Add ANY_INTEGRAL_TYPE_CHECK.
620         (any_integral_type_check): New function.
622 2014-12-11  Tobias Burnus  <burnus@net-b.de>
623             Manuel López-Ibáñez  <manu@gcc.gnu.org>
625         * error.c (gfc_get_terminal_width): Renamed from
626         get_terminal_width and use same-named common function.
627         (gfc_error_init_1): Update call.
629 2014-12-10  Aldy Hernandez  <aldyh@redhat.com>
631         * gdbhooks.py (class DWDieRefPrinter): New class.
632         (build_pretty_printer): Register dw_die_ref's.
634 2014-12-10  Ilya Tocar  <ilya.tocar@intel.com>
636         * config.gcc: Support "knl".
637         * config/i386/driver-i386.c (host_detect_local_cpu): Detect "knl".
638         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
639         PROCESSOR_KNL.
640         * config/i386/i386.c (m_KNL): Define.
641         (processor_target_table): Add "knl".
642         (PTA_KNL): Define.
643         (ix86_issue_rate): Add PROCESSOR_KNL.
644         (ix86_adjust_cost): Ditto.
645         (ia32_multipass_dfa_lookahead): Ditto.
646         (get_builtin_code_for_version): Handle "knl".
647         (fold_builtin_cpu): Ditto.
648         * config/i386/i386.h (TARGET_KNL): Define.
649         (processor_type): Add PROCESSOR_KNL.
650         * config/i386/i386.md (attr "cpu"): Add knl.
651         * config/i386/x86-tune.def: Add m_KNL.
653 2014-12-10  Jan Hubicka  <hubicka@ucw.cz>
655         * doc/invoke.texi: (-devirtualize-at-ltrans): Document.
656         * lto-cgraph.c (lto_output_varpool_node): Mark initializer as removed
657         when it is not streamed to the given ltrans.
658         (compute_ltrans_boundary): Make code adding all polymorphic
659         call targets conditional with !flag_wpa || flag_ltrans_devirtualize.
660         * common.opt (fdevirtualize-at-ltrans): New flag.
662 2014-12-10  Ilya Verbin  <ilya.verbin@intel.com>
664         * varpool.c (varpool_node::get_create): Force output of vars with
665         "omp declare target" attribute.
667 2014-12-10  Marc Glisse  <marc.glisse@inria.fr>
669         * real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.
670         * real.c: Include rtl.h and options.h.
671         (HONOR_NANS): Define three overloads.
672         * builtins.c (fold_builtin_classify, fold_builtin_unordered_cmp):
673         Simplify argument of HONOR_NANS.
674         * fold-const.c (combine_comparisons, fold_truth_not_expr,
675         fold_cond_expr_with_comparison, merge_truthop_with_opposite_arm,
676         fold_comparison, fold_binary_loc): Likewise.
677         * ifcvt.c (noce_try_move, noce_try_minmax): Likewise.
678         * ipa-inline-analysis.c (add_clause,
679         set_cond_stmt_execution_predicate): Likewise.
680         * match.pd: Likewise.
681         * rtlanal.c (may_trap_p_1): Likewise.
682         * simplify-rtx.c (simplify_const_relational_operation): Likewise.
683         * tree-if-conv.c (parse_predicate): Likewise.
684         * tree-ssa-ccp.c (valid_lattice_transition): Likewise.
685         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
686         * tree-ssa-phiopt.c (minmax_replacement, neg_replacement): Likewise.
687         * tree-ssa-reassoc.c (eliminate_using_constants): Likewise.
688         * tree-ssa-tail-merge.c (gimple_equal_p): Likewise.
690 2014-12-10  Jakub Jelinek  <jakub@redhat.com>
692         PR tree-optimization/62021
693         * omp-low.c (simd_clone_adjust_return_type): Use
694         vector of pointer_sized_int_node types instead vector of pointer
695         types.
696         (simd_clone_adjust_argument_types): Likewise.
698 2014-12-10  Jakub Jelinek  <jakub@redhat.com>
699             Evgeny Stupachenko  <evstupac@gmail.com>
701         PR target/64252
702         * config/i386/i386.c (expand_vec_perm_pblendv): If not testing_p,
703         set dcopy.target to a new pseudo.
705 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
707         * config/rs6000/rs6000.md (*add<mode>3): Remove condition.
709 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
711         * config/rs6000/40x.md (ppc403-compare): Remove "compare".
712         config/rs6000/440.md (ppc440-compare): Remove "compare".
713         config/rs6000/476.md (ppc476-compare): Remove "compare".
714         config/rs6000/601.md (ppc601-compare): Remove "compare".
715         config/rs6000/603.md (ppc603-compare): Remove "compare".
716         config/rs6000/6xx.md (ppc604-compare): Remove "compare".
717         config/rs6000/7450.md (ppc7450-compare): Remove "compare".
718         config/rs6000/7xx.md (ppc750-compare): Remove "compare".
719         config/rs6000/8540.md (ppc8540_su): Remove "compare".
720         config/rs6000/cell.md (cell-fast-cmp, cell-cmp-microcoded): Remove
721         "compare".
722         config/rs6000/e300c2c3.md (ppce300c3_cmp): Remove "compare".
723         config/rs6000/e500mc.md (e500mc_su): Remove "compare".
724         config/rs6000/e500mc64.md (e500mc64_su2): Remove "compare".
725         config/rs6000/e5500.md (e5500_sfx2): Remove "compare".
726         config/rs6000/e6500.md (e6500_sfx2): Remove "compare".
727         config/rs6000/mpc.md (mpccore-compare): Remove "compare".
728         config/rs6000/power4.md (power4-compare): Remove "compare".
729         config/rs6000/power5.md (power5-compare): Remove "compare".
730         config/rs6000/power6.md (power6-compare): Remove "compare".
731         config/rs6000/power7.md (power7-compare): Remove "compare".
732         config/rs6000/power8.md (power8-compare): Remove "compare".  Update
733         comment.
734         config/rs6000/rs6000.c (rs6000_adjust_cost) <TYPE_COMPARE>: Remove
735         (three times).
736         (is_cracked_insn): Remove TYPE_COMPARE case.
737         (insn_must_be_first_in_group) <TYPE_COMPARE>: Remove (twice).
738         config/rs6000/rs6000.md (type): Remove "compare".
739         (cell_micro): Remove "compare".
740         config/rs6000/rs64.md (rs64a-compare): Remove "compare".
742 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
744         * config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_dot2):
745         Change type from "compare" to "two".
747 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
749         PR target/64180
750         * config/rs6000/predicates.md (unsigned_comparison_operator): New.
751         (signed_comparison_operator): New.
752         * config/rs6000/rs6000-protos.h (rs6000_emit_eqne): Declare.
753         * config/rs6000/rs6000.c (rs6000_emit_eqne): New function.
754         (rs6000_emit_sCOND): Remove ISEL test (move it to the expander).
755         * config/rs6000/rs6000.md (add<mode>3 for SDI): Expand DImode
756         add to addc,adde directly, if !TARGET_POWERPC64.
757         (sub<mode>3 for SDI): Expand DImode sub to subfc,subfe directly,
758         if !TARGET_POWERPC64.
759         (neg<mode>2): Delete expander.
760         (*neg<mode>2): Rename to "neg<mode>2".
761         (addti3, subti3): Delete.
762         (addti3, subti3): New expanders.
763         (*adddi3_noppc64, *subdi3_noppc64, *negdi2_noppc64): Delete.
764         (cstore<mode>4_unsigned): New expander.
765         (cstore<mode>4): Allow GPR as output (not just SI).  Rewrite.
766         (cstore<mode>4 for FP): Remove superfluous quotes.
767         (*eq<mode>, *eq<mode>_compare, *plus_eqsi and splitter,
768         *compare_plus_eqsi and splitter, *plus_eqsi_compare and splitter,
769         *neg_eq0<mode>, *neg_eq<mode>, *ne0_<mode>, plus_ne0_<mode>,
770         compare_plus_ne0_<mode> and splitter, *compare_plus_ne0_<mode>_1 and
771         splitter, *plus_ne0_<mode>_compare and splitter, *leu<mode>,
772         *leu<mode>_compare and splitter, *plus_leu<mode>, *neg_leu<mode>,
773         *and_neg_leu<mode>, *ltu<mode>, *ltu<mode>_compare, *plus_ltu<mode>,
774         *plus_ltu<mode>_1, *plus_ltu<mode>compare, *neg_ltu<mode>, *geu<mode>,
775         *geu<mode>_compare and splitter, *plus_geu<mode>, *neg_geu<mode>,
776         *and_neg_geu<mode>, *plus_gt0<mode>, *gtu<mode>, *gtu<mode>_compare,
777         *plus_gtu<mode>, *plus_gtu<mode>_1, *plus_gtu<mode>_compare,
778         *neg_gtu<mode>, 12 anonymous insns, and 12 anonymous splitters):
779         Delete.
780         (eq<mode>3, ne<mode>3): New.
781         (*neg_eq_<mode>, *neg_ne_<mode>): New.
782         (*plus_eq_<mode>, *plus_ne_<mode>): New.
783         (*minus_eq_<mode>, *minus_ne_<mode>): New.
785 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
787         PR target/64180
788         * config/rs6000/predicates.md (adde_operand): New.
789         * config/rs6000/rs6000.md (add<mode>3_carry): New.
790         (*add<mode>3_imm_carry_pos): New.
791         (*add<mode>3_imm_carry_0): New.
792         (*add<mode>3_imm_carry_m1): New.
793         (*add<mode>3_imm_carry_neg): New.
794         (add<mode>3_carry_in): New.
795         (*add<mode>3_carry_in_internal): New.
796         (add<mode>3_carry_in_0): New.
797         (add<mode>3_carry_in_m1): New.
798         (subf<mode>3_carry): New.
799         (*subf<mode>3_imm_carry_0): New.
800         (*subf<mode>3_imm_carry_m1): New.
801         (subf<mode>3_carry_in): New.
802         (*subf<mode>3_carry_in_internal): New.
803         (subf<mode>3_carry_in_0): New.
804         (subf<mode>3_carry_in_m1): New.
805         (subf<mode>3_carry_in_xx): New.
807 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
809         PR target/64180
810         * config/rs6000/rs6000.md (*add<mode>3_internal1): Rename to
811         "*add<mode>3".
812         (*add<mode>3_internal2, *add<mode>3_internal3, and (their splitters):
813         Delete.
814         (*add<mode>3_dot, *add<mode>3_dot2): New.
815         (*add<mode>3_imm_dot, *add<mode>3_imm_dot2): New.
817 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
819         PR target/64180
820         * config/rs6000/rs6000.md (*add<mode>3_internal1): Remove addic
821         alternative.
823 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
825         PR target/64180
826         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
827         *ctr<mode>_internal5, *ctr<mode>_internal6): Change "r" alternatives
828         to "b".  Increase length.
829         (splitters for these): Split to cmp+addi instead of addic.
831 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
833         PR target/64180
834         * config/rs6000/darwin.md (macho_low_si): Remove "r" alternative.
835         (macho_low_di): Ditto.
836         * config/rs6000/rs6000.md (*largetoc_low): Ditto.
837         (tocref<mode>): Ditto.
838         (elf_low): Ditto.
839         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0_elf_low_be): Ditto.
840         (mov_si<mode>_e500_subreg0_elf_low_le): Ditto.
841         (mov_si<mode>_e500_subreg4_elf_low_be): Ditto.  Reformat condition.
842         (mov_si<mode>_e500_subreg4_elf_low_le): Ditto.
844 2014-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
846         PR target/64180
847         * config/rs6000/rs6000.c (TARGET_MD_ASM_CLOBBERS): Define.
848         (rs6000_md_asm_clobbers): New function.
850 2014-12-10  Felix Yang  <felix.yang@huawei.com>
852         * config/aarch64/aarch64-protos.h (aarch64_function_profiler): Remove
853         declaration of removed function.
855 2014-12-10  Richard Biener  <rguenther@suse.de>
857         * tree-ssa-loop-im.c
858         (move_computations_dom_walker::before_dom_children): Clear
859         SSA_NAME_RANGE_INFO on moved stmts.
861 2014-12-10  Martin Liska  <mliska@suse.cz>
863         * sreal.c (sreal::shift_right): New implementation
864         for int64_t as m_sig.
865         (sreal::normalize): Likewise.
866         (sreal::to_int): Likewise.
867         (sreal::operator+): Likewise.
868         (sreal::operator-): Likewise.
869         (sreal::operator*): Likewise.
870         (sreal::operator/): Likewise.
871         (sreal::signedless_minus): Removed.
872         (sreal::signedless_plus): Removed.
873         (sreal::debug): const keyword is added.
874         * sreal.h (sreal::operator<): New implementation
875         for int64_t as m_sig.
876         * ipa-inline.c (recursive_inlining): LONG_MIN is replaced
877         with sreal::min ().
879 2014-12-10  Martin Liska  <mliska@suse.cz>
881         * gimple-iterator.h (gsi_start_bb_nondebug): New function.
882         * ipa-icf-gimple.c (func_checker::compare_bb): Correct iteration
883         replaces loop based on precomputed number of non-debug statements.
885 2014-12-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
887         * config/linux.c (linux_has_ifunc_p): Remove.
888         * config/linux.h (TARGET_HAS_IFUNC_P): Use default version.
890 2014-12-10  Mantas Mikaitis  <mantas.mikaitis@arm.com>
892         * contrib/check_GNU_style.sh (col): Got rid of cut operation
893         from the pipe chain and instead added cut inside awk command.
895 2014-12-10  Richard Biener  <rguenther@suse.de>
897         PR tree-optimization/64191
898         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not
899         mark clobbers as necessary.
900         (eliminate_unnecessary_stmts): Keep clobbers live if we can.
902 2014-12-10  Jakub Jelinek  <jakub@redhat.com>
904         PR target/63594
905         * config/i386/sse.md (vec_dupv4sf): Move after
906         <mask_codefor><avx512>_vec_dup_gpr<mode><mask_name> pattern.
907         (*vec_dupv4si, *vec_dupv2di): Likewise.
908         (<mask_codefor><avx512>_vec_dup_mem<mode><mask_name>): Merge into ...
909         (<mask_codefor><avx512>_vec_dup_gpr<mode><mask_name>): ... this
910         pattern.
911         (*vec_dup<mode> AVX2_VEC_DUP_MODE splitter): Disable for
912         TARGET_AVX512VL (for QI/HI scalar modes only if TARGET_AVX512BW
913         is set too).
914         * config/i386/i386.c (enum ix86_builtins): Remove
915         IX86_BUILTIN_PBROADCASTQ256_MEM_MASK,
916         IX86_BUILTIN_PBROADCASTQ128_MEM_MASK and
917         IX86_BUILTIN_PBROADCASTQ512_MEM.
918         (bdesc_args): Use __builtin_ia32_pbroadcastq512_gpr_mask,
919         __builtin_ia32_pbroadcastq256_gpr_mask and
920         __builtin_ia32_pbroadcastq128_gpr_mask instead of *_mem_mask
921         regardless of OPTION_MASK_ISA_64BIT.
922         * config/i386/avx512fintrin.h (_mm512_set1_epi64,
923         _mm512_mask_set1_epi64, _mm512_maskz_set1_epi64): Use *_gpr_mask
924         builtins regardless of whether TARGET_64BIT is defined or not.
925         * config/i386/avx512vlintrin.h (_mm256_mask_set1_epi64,
926         _mm256_maskz_set1_epi64, _mm_mask_set1_epi64, _mm_maskz_set1_epi64):
927         Likewise.
929         * config/i386/sse.md (*mov<mode>_internal, *avx512f_gatherdi<mode>_2):
930         Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
932 2014-12-10  Oleg Endo  <olegendo@gcc.gnu.org>
934         PR target/53513
935         * doc/extend.texi (__builtin_sh_set_fpscr): Fix typo.
937 2014-12-10  Marek Polacek  <polacek@redhat.com>
939         PR tree-optimization/61686
940         * tree-ssa-reassoc.c (range_entry_cmp): Use q->high instead of
941         p->high.
943 2014-12-10  Kito Cheng  <kito@0xlab.org>
945         * doc/libgcc.texi: Update text to match implementation in
946         libgcc/libgcc2.c
948 2014-12-09  Trevor Saunders  <tsaunders@mozilla.com>
950         * plugin.c, plugin.def, ggc.h, ggc-common.c, gengtype.h, gengtype.c,
951         gengtype-state.c, gengtype-parse.c, gentype-lex.l, gcc-plugin.h,
952         doc/plugins.texi, doc/gty.texi: Remove support for if_marked and
953         param_is.
955 2014-12-10  Oleg Endo  <olegendo@gcc.gnu.org>
957         PR target/53513
958         * doc/extend.texi (__builtin_sh_get_fpscr, __builtin_sh_get_fpscr):
959         Document it.
961 2014-12-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
963         PR middle-end/64225
964         * tree-ssa-reassoc.c (acceptable_pow_call): Disable transformation
965         for BUILT_IN_POW when flag_errno_math is present.
967 2014-12-09  Ilya Verbin  <ilya.verbin@intel.com>
969         * lto-wrapper.c (compile_offload_image): Start processing in_argv
970         from 0 instead of 1.
971         (run_gcc): Put offload objects into offload_argv, put LTO objects and
972         possible preceding arguments into lto_argv.
973         Pass offload_argv to compile_images_for_offload_targets instead of argv.
974         Use lto_argv for LTO recompilation instead of argv.
976 2014-12-09  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
978         * doc/install.texi: Describe --with-aix-soname option.
980 2014-12-09  Alan Lawrence  <alan.lawrence@arm.com>
982         * config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove.
984 2014-12-09  Alan Lawrence  <alan.lawrence@arm.com>
986         PR target/63870
987         * config/aarch64/aarch64-simd-builtins.def (be_checked_get_lane):
988         Delete.
989         * config/aarch64/aarch64-simd.md (aarch64_be_checked_get_lane<mode\>):
990         Delete.
991         * config/aarch64/arm_neon.h (aarch64_vget_lane_any): Use GCC
992         vector extensions, __aarch64_lane, __builtin_aarch64_im_lane_boundsi.
993         (__aarch64_vget_lane_f32, __aarch64_vget_lane_f64,
994         __aarch64_vget_lane_p8, __aarch64_vget_lane_p16,
995         __aarch64_vget_lane_s8, __aarch64_vget_lane_s16,
996         __aarch64_vget_lane_s32, __aarch64_vget_lane_s64,
997         __aarch64_vget_lane_u8, __aarch64_vget_lane_u16,
998         __aarch64_vget_lane_u32, __aarch64_vget_lane_u64,
999         __aarch64_vgetq_lane_f32, __aarch64_vgetq_lane_f64,
1000         __aarch64_vgetq_lane_p8, __aarch64_vgetq_lane_p16,
1001         __aarch64_vgetq_lane_s8, __aarch64_vgetq_lane_s16,
1002         __aarch64_vgetq_lane_s32, __aarch64_vgetq_lane_s64,
1003         __aarch64_vgetq_lane_u8, __aarch64_vgetq_lane_u16,
1004         __aarch64_vgetq_lane_u32, __aarch64_vgetq_lane_u64): Delete.
1005         (__aarch64_vdup_lane_any): Use __aarch64_vget_lane_any, remove
1006         'q2' argument.
1007         (__aarch64_vdup_lane_f32, __aarch64_vdup_lane_f64,
1008         __aarch64_vdup_lane_p8, __aarch64_vdup_lane_p16,
1009         __aarch64_vdup_lane_s8, __aarch64_vdup_lane_s16,
1010         __aarch64_vdup_lane_s32, __aarch64_vdup_lane_s64,
1011         __aarch64_vdup_lane_u8, __aarch64_vdup_lane_u16,
1012         __aarch64_vdup_lane_u32, __aarch64_vdup_lane_u64,
1013         __aarch64_vdup_laneq_f32, __aarch64_vdup_laneq_f64,
1014         __aarch64_vdup_laneq_p8, __aarch64_vdup_laneq_p16,
1015         __aarch64_vdup_laneq_s8, __aarch64_vdup_laneq_s16,
1016         __aarch64_vdup_laneq_s32, __aarch64_vdup_laneq_s64,
1017         __aarch64_vdup_laneq_u8, __aarch64_vdup_laneq_u16,
1018         __aarch64_vdup_laneq_u32, __aarch64_vdup_laneq_u64): Remove argument
1019         to __aarch64_vdup_lane_any.
1020         (vget_lane_f32, vget_lane_f64, vget_lane_p8, vget_lane_p16,
1021         vget_lane_s8, vget_lane_s16, vget_lane_s32, vget_lane_s64,
1022         vget_lane_u8, vget_lane_u16, vget_lane_u32, vget_lane_u64,
1023         vgetq_lane_f32, vgetq_lane_f64, vgetq_lane_p8, vgetq_lane_p16,
1024         vgetq_lane_s8, vgetq_lane_s16, vgetq_lane_s32, vgetq_lane_s64,
1025         vgetq_lane_u8, vgetq_lane_u16, vgetq_lane_u32, vgetq_lane_u64,
1026         vdupb_lane_p8, vdupb_lane_s8, vdupb_lane_u8, vduph_lane_p16,
1027         vduph_lane_s16, vduph_lane_u16, vdups_lane_f32, vdups_lane_s32,
1028         vdups_lane_u32, vdupb_laneq_p8, vdupb_laneq_s8, vdupb_laneq_u8,
1029         vduph_laneq_p16, vduph_laneq_s16, vduph_laneq_u16, vdups_laneq_f32,
1030         vdups_laneq_s32, vdups_laneq_u32, vdupd_laneq_f64, vdupd_laneq_s64,
1031         vdupd_laneq_u64, vfmas_lane_f32, vfma_laneq_f64, vfmad_laneq_f64,
1032         vfmas_laneq_f32, vfmss_lane_f32, vfms_laneq_f64, vfmsd_laneq_f64,
1033         vfmss_laneq_f32, vmla_lane_f32, vmla_lane_s16, vmla_lane_s32,
1034         vmla_lane_u16, vmla_lane_u32, vmla_laneq_f32, vmla_laneq_s16,
1035         vmla_laneq_s32, vmla_laneq_u16, vmla_laneq_u32, vmlaq_lane_f32,
1036         vmlaq_lane_s16, vmlaq_lane_s32, vmlaq_lane_u16, vmlaq_lane_u32,
1037         vmlaq_laneq_f32, vmlaq_laneq_s16, vmlaq_laneq_s32, vmlaq_laneq_u16,
1038         vmlaq_laneq_u32, vmls_lane_f32, vmls_lane_s16, vmls_lane_s32,
1039         vmls_lane_u16, vmls_lane_u32, vmls_laneq_f32, vmls_laneq_s16,
1040         vmls_laneq_s32, vmls_laneq_u16, vmls_laneq_u32, vmlsq_lane_f32,
1041         vmlsq_lane_s16, vmlsq_lane_s32, vmlsq_lane_u16, vmlsq_lane_u32,
1042         vmlsq_laneq_f32, vmlsq_laneq_s16, vmlsq_laneq_s32, vmlsq_laneq_u16,
1043         vmlsq_laneq_u32, vmul_lane_f32, vmul_lane_s16, vmul_lane_s32,
1044         vmul_lane_u16, vmul_lane_u32, vmuld_lane_f64, vmuld_laneq_f64,
1045         vmuls_lane_f32, vmuls_laneq_f32, vmul_laneq_f32, vmul_laneq_f64,
1046         vmul_laneq_s16, vmul_laneq_s32, vmul_laneq_u16, vmul_laneq_u32,
1047         vmulq_lane_f32, vmulq_lane_s16, vmulq_lane_s32, vmulq_lane_u16,
1048         vmulq_lane_u32, vmulq_laneq_f32, vmulq_laneq_f64, vmulq_laneq_s16,
1049         vmulq_laneq_s32, vmulq_laneq_u16, vmulq_laneq_u32) : Use
1050         __aarch64_vget_lane_any.
1052 2014-12-09  Alan Lawrence  <alan.lawrence@arm.com>
1054         PR target/63870
1055         * gcc/config/aarch64-builtins.c (aarch64_simd_expand_args): Update error
1056         message for SIMD_ARG_CONSTANT.
1058 2014-12-09  Alan Lawrence  <alan.lawrence@arm.com>
1060         PR target/63870
1061         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
1062         TYPES_BINOPV): Delete.
1063         (enum aarch64_builtins): Add AARCH64_BUILTIN_SIMD_LANE_CHECK and
1064         AARCH64_SIMD_PATTERN_START.
1065         (aarch64_init_simd_builtins): Register
1066         __builtin_aarch64_im_lane_boundsi; use  AARCH64_SIMD_PATTERN_START.
1067         (aarch64_simd_expand_builtin): Handle AARCH64_BUILTIN_LANE_CHECK; use
1068         AARCH64_SIMD_PATTERN_START.
1070         * config/aarch64/aarch64-simd.md (aarch64_im_lane_boundsi): Delete.
1071         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound): Delete.
1073         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK): New.
1074         (__aarch64_vget_lane_f64, __aarch64_vget_lane_s64,
1075         __aarch64_vget_lane_u64, __aarch64_vset_lane_any, vdupd_lane_f64,
1076         vdupd_lane_s64, vdupd_lane_u64, vext_f32, vext_f64, vext_p8, vext_p16,
1077         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
1078         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
1079         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
1080         vextq_u64, vmulq_lane_f64): Use __AARCH64_LANE_CHECK.
1082 2014-12-09  Alan Lawrence  <alan.lawrence@arm.com>
1084         PR target/63950
1085         * config/aarch64/arm_neon.h (__AARCH64_NUM_LANES, __aarch64_lane *2):
1086         New.
1087         (aarch64_vset_lane_any): Redefine using previous, same for BE + LE.
1088         (vset_lane_f32, vset_lane_f64, vset_lane_p8, vset_lane_p16,
1089         vset_lane_s8, vset_lane_s16, vset_lane_s32, vset_lane_s64,
1090         vset_lane_u8, vset_lane_u16, vset_lane_u32, vset_lane_u64): Remove
1091         number of lanes.
1092         (vld1_lane_f32, vld1_lane_f64, vld1_lane_p8, vld1_lane_p16,
1093         vld1_lane_s8, vld1_lane_s16, vld1_lane_s32, vld1_lane_s64,
1094         vld1_lane_u8, vld1_lane_u16, vld1_lane_u32, vld1_lane_u64): Call
1095         __aarch64_vset_lane_any rather than vset_lane_xxx.
1097 2014-12-09  Alan Lawrence  <alan.lawrence@arm.com>
1099         * config/aarch64/aarch64.md (absdi2): Remove scratch operand by
1100         earlyclobbering result operand.
1102         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
1103         Remove final qualifier_internal.
1104         (aarch64_fold_builtin): Stop folding abs builtins, except on floats.
1106 2014-12-09  Wilco Dijkstra  <wilco.dijkstra@arm.com>
1108         * gcc/config/aarch64/aarch64-protos.h (tune-params): Add reasociation
1109         tuning parameters.
1110         * gcc/config/aarch64/aarch64.c (TARGET_SCHED_REASSOCIATION_WIDTH):
1111         Define.
1112         (aarch64_reassociation_width): New function.
1113         (generic_tunings): Add reassociation tuning parameters.
1114         (cortexa53_tunings): Likewise.
1115         (cortexa57_tunings): Likewise.
1116         (thunderx_tunings): Likewise.
1118 2014-12-09  Andrew Pinski  <apinski@cavium.com>
1119             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1121         * config/aarch64/aarch64.c (AARCH64_FUSE_CMP_BRANCH): New define.
1122         (thunderx_tunings): Add AARCH64_FUSE_CMP_BRANCH to fuseable_ops.
1123         (aarch_macro_fusion_pair_p): Handle AARCH64_FUSE_CMP_BRANCH.
1125 2014-12-09  David Malcolm  <dmalcolm@redhat.com>
1127         PR jit/64166
1128         * dumpfile.c (gcc::dump_manager::get_dump_file_info_by_switch):
1129         New function.
1130         (gcc::dump_manager::get_dump_file_name): Split out bulk of
1131         implementation into a new overloaded variant taking a
1132         dump_file_info *.
1133         * dumpfile.h (gcc::dump_manager::get_dump_file_info_by_switch):
1134         New function.
1135         (gcc::dump_manager::get_dump_file_name): New overloaded variant of
1136         this function, taking a dump_file_info *.
1138 2014-12-09  Uros Bizjak  <ubizjak@gmail.com>
1140         PR bootstrap/64213
1141         Revert:
1142         2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1144         PR rtl-optimization/64037
1145         * combine.c (setup_incoming_promotions): Pass the argument
1146         before any promotions happen to promote_function_mode.
1148 2014-12-09  Richard Biener  <rguenther@suse.de>
1150         PR tree-optimization/64193
1151         * tree-ssa-alias.c (walk_non_aliased_vuses): Add valueize parameter
1152         and valueize the VUSE before looking up the def stmt.
1153         * tree-ssa-alias.h (walk_non_aliased_vuses): Adjust prototype.
1154         * tree-ssa-sccvn.c (vn_reference_lookup_pieces): Pass vn_valueize
1155         to walk_non_aliased_vuses.
1156         (vn_reference_lookup): Likewise.
1157         * tree-ssa-dom.c (lookup_avail_expr): Pass NULL as valueize
1158         callback to walk_non_aliased_vuses.
1160 2014-12-09  Richard Biener  <rguenther@suse.de>
1162         PR middle-end/64199
1163         * fold-const.c (fold_binary_loc): Use TREE_OVERFLOW_P.
1165 2014-12-09  Richard Biener  <rguenther@suse.de>
1167         PR tree-optimization/64191
1168         * tree-vect-stmts.c (vect_stmt_relevant_p): Clobbers are
1169         not relevant (nor are their uses).
1171 2014-12-09  Ilya Enkovich  <ilya.enkovich@intel.com>
1173         * lto/lto-partition.c (privatize_symbol_name): Correctly
1174         privatize instrumentation clones.
1176 2014-12-09  Ilya Enkovich  <ilya.enkovich@intel.com>
1178         * lto-cgraph.c (input_cgraph_1): Don't break existing
1179         instrumentation clone references.
1180         * lto/lto-symtab.c (lto_cgraph_replace_node): Redirect
1181         instrumented_version references appropriately.
1183 2014-12-09  Ilya Enkovich  <ilya.enkovich@intel.com>
1185         PR bootstrap/63995
1186         * tree-chkp.c (chkp_make_static_bounds): Share bounds var
1187         between nodes sharing assembler name.
1189 2014-12-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
1191         PR target/64204
1192         * config/rs6000/rs6000.c (rs6000_emit_move): Do not split TFmode
1193         constant moves if -mupper-regs-df.
1195         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Optimize moving
1196         0.0L to TFmode.
1197         (movtd_64bit_nodm): Likewise.
1198         (mov<mode>_32bit, FMOVE128 case): Likewise.
1200 2014-12-08  Sandra Loosemore  <sandra@codesourcery.com>
1202         * simplify-rtx.c (simplify_relational_operation_1): Handle
1203         simplification identities for BICS patterns.
1205 2014-12-08  Trevor Saunders  <tsaunders@mozilla.com>
1207         * config/nvptx/nvptx.c: Convert htabs to hash_table.
1209 2014-12-08  David Edelsohn  <dje.gcc@gmail.com>
1211         PR target/64226
1212         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner)
1213         [SYMBOL_REF]: Do not explicitly call create_TOC_reference for
1214         TARGET_TOC. Always use rs6000_emit_move.
1216 2014-12-08  Mark Wielaard  <mjw@redhat.com>
1218         PR debug/60782
1219         * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_ATOMIC.
1221 2014-11-15  David Wohlferd <dw@LimeGreenSocks.com>
1223         PR target/61692
1224         * cfgexpand.c (expand_asm_operands): Count all inline asm params.
1226 2014-12-08  David Malcolm  <dmalcolm@redhat.com>
1228         PR jit/63854
1229         * cgraph.h (xstrdup_for_dump): New function.
1230         * cgraph.c (cgraph_node::get_create): Replace use of xstrdup
1231         within fprintf with xstrdup_for_dump.
1232         (cgraph_edge::make_speculative): Likewise.
1233         (cgraph_edge::resolve_speculation): Likewise.
1234         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
1235         (cgraph_node::dump): Likewise.
1236         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
1237         * ipa-cp.c (perhaps_add_new_callers): Likewise.
1238         * ipa-inline.c (report_inline_failed_reason): Likewise.
1239         (want_early_inline_function_p): Likewise.
1240         (edge_badness): Likewise.
1241         (update_edge_key): Likewise.
1242         (flatten_function): Likewise.
1243         (inline_always_inline_functions): Likewise.
1244         * ipa-profile.c (ipa_profile): Likewise.
1245         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
1246         (ipa_make_edge_direct_to_target): Likewise.
1247         (remove_described_reference): Likewise.
1248         (propagate_controlled_uses): Likewise.
1249         * ipa-utils.c (ipa_merge_profiles): Likewise.
1251 2014-12-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1253         PR ipa/64049
1254         * ipa-polymorphic-call.c
1255         (pa_polymorphic_call_context::ipa_polymorphic_call): Allow RESULT_DECL.
1257 2014-12-08  Alex Velenko  <Alex.Velenko@arm.com>
1259         * config/aarch64/aarch64.md (and_one_cmpl<mode>3_compare0_no_reuse):
1260         New define_insn.
1261         * (and_one_cmpl_<SHIFT:optab><mode>3_compare0_no_reuse):
1262         Likewise.
1264 2014-12-08  Felix Yang  <felix.yang@huawei.com>
1265             Haijian Zhang  <z.zhanghaijian@huawei.com>
1266             Jiji Jiang  <jiangjiji@huawei.com>
1267             Pengfei Sui  <suipengfei@huawei.com>
1269         * config/aarch64/arm_neon.h (vrecpe_u32, vrecpeq_u32): Rewrite using
1270         builtin functions.
1271         (vfma_f32, vfmaq_f32, vfmaq_f64, vfma_n_f32, vfmaq_n_f32, vfmaq_n_f64,
1272         vfms_f32, vfmsq_f32, vfmsq_f64): Likewise.
1273         (vhsub_s8, vhsub_u8, vhsub_s16, vhsub_u16, vhsub_s32, vhsub_u32,
1274         vhsubq_s8, vhsubq_u8, vhsubq_s16, vhsubq_u16, vhsubq_s32, vhsubq_u32,
1275         vsubhn_s16, vsubhn_u16, vsubhn_s32, vsubhn_u32, vsubhn_s64, vsubhn_u66,
1276         vrsubhn_s16, vrsubhn_u16, vrsubhn_s32, vrsubhn_u32, vrsubhn_s64,
1277         vrsubhn_u64, vsubhn_high_s16, vsubhn_high_u16, vsubhn_high_s32,
1278         vsubhn_high_u32, vsubhn_high_s64, vsubhn_high_u64, vrsubhn_high_s16,
1279         vrsubhn_high_u16, vrsubhn_high_s32, vrsubhn_high_u32, vrsubhn_high_s64,
1280         vrsubhn_high_u64): Likewise.
1281         * config/aarch64/iterators.md (VDQ_SI): New mode iterator.
1282         * config/aarch64/aarch64.md (define_c_enum "unspec"): Add UNSPEC_URECPE.
1283         * config/aarch64/aarch64-simd.md (aarch64_urecpe<mode>): New pattern.
1284         * config/aarch64/aarch64-simd-builtins.def (shsub, uhsub, subhn, rsubhn,
1285         subhn2, rsubhn2, urecpe): New builtins.
1287 2014-12-08  Ilya Tocar  <ilya.tocar@intel.com>
1289         * config/i386/i386.c (ix86_expand_vec_perm_vpermi2): Handle v64qi.
1290         * config/i386/sse.md (VEC_PERM_AVX2): Add v64qi.
1292 2014-12-08  Ilya Tocar  <ilya.tocar@intel.com>
1294         * config/i386/i386.c (expand_vec_perm_broadcast_1): Handle v64qi.
1295         (expand_vec_perm_vpermi2_vpshub2): New.
1296         (ix86_expand_vec_perm_const_1): Use it.
1297         (ix86_vectorize_vec_perm_const_ok): Handle v64qi.
1298         * config/i386/sse.md (VEC_PERM_CONST): Add v64qi.
1300 2014-12-08  Ilya Enkovich  <ilya.enkovich@intel.com>
1302         * tree-chkp.c (chkp_build_returned_bound): Don't predict
1303         return bounds for strchr calls.
1305 2014-12-08  Ilya Enkovich  <ilya.enkovich@intel.com>
1307         * tree-chkp.c (chkp_call_returns_bounds_p): New.
1308         (chkp_build_returned_bound): Use zero bounds as
1309         returned by calls not returning bounds.
1311 2014-12-08  Richard Biener  <rguenther@suse.de>
1313         * builtins.c (fold_builtin_0): Remove unused ignore parameter.
1314         (fold_builtin_1): Likewise.
1315         (fold_builtin_3): Likewise.
1316         (fold_builtin_varargs): Likewise.
1317         (fold_builtin_2): Likewise.  Do not fold stpcpy here.
1318         (fold_builtin_n): Adjust.
1319         (fold_builtin_stpcpy): Move to gimple-fold.c.
1320         (gimple_fold_builtin_stpcpy): Moved and gimplified from builtins.c.
1321         (gimple_fold_builtin): Fold stpcpy here.
1323 2014-12-07  Trevor Saunders  <tsaunders@mozilla.com>
1325         * symtab.c (symtab_node::verify): Check for section attribute before
1326         asserting something isn't in a section and a comdat group.
1328 2014-12-07  Oleg Endo  <olegendo@gcc.gnu.org>
1330         PR target/50751
1331         * config/sh/sh.md (extendqihi2): Allow only for TARGET_SH1.
1333 2014-12-07  Eric Botcazou  <ebotcazou@adacore.com>
1335         * compare-elim.c: Fix head comment.
1336         (conforming_compare): Remove redundant test.
1337         (can_eliminate_compare): New function extracted from...
1338         (before_dom_children): ...here.  Use it, replace direct uses of
1339         flag_non_call_exceptions and tidy up.
1340         (maybe_select_cc_mode): Tidy up.
1342 2014-12-07  Felix Yang  <felix.yang@huawei.com>
1343             Shanyao Chen  <chenshanyao@huawei.com>
1345         * config/aarch64/aarch64-simd.md (clrsb<mode>2, popcount<mode>2): New
1346         patterns.
1347         * config/aarch64/aarch64-simd-builtins.def (clrsb, popcount): New
1348         builtins.
1349         * config/aarch64/arm_neon.h (vcls_s8, vcls_s16, vcls_s32, vclsq_s8,
1350         vclsq_s16, vclsq_s32, vcnt_p8, vcnt_s8, vcnt_u8, vcntq_p8, vcntq_s8,
1351         vcntq_u8): Rewrite using builtin functions.
1353 2014-12-07  Jan Hubicka  <hubicka@ucw.cz>
1355         * symtab.c (symtab_node::equal_address_to): New function.
1356         * cgraph.h (symtab_node::equal_address_to): Declare.
1357         * fold-const.c (fold_comparison, fold_binary_loc): Use it.
1358         * c-family/c-common.c: Refuse weaks for symbols that can not change
1359         visibility.
1361 2014-12-07  Jonathan Wakely  <jwakely@redhat.com>
1363         * doc/invoke.texi (Warning Options): Fix spelling and grammar.
1365 2014-12-06  James Greenhalgh  <james.greenhalgh@arm.com>
1366             Sebastian Pop  <s.pop@samsung.com>
1367             Brian Rzycki  <b.rzycki@samsung.com>
1369         PR tree-optimization/54742
1370         * params.def (max-fsm-thread-path-insns, max-fsm-thread-length,
1371         max-fsm-thread-paths): New.
1373         * doc/invoke.texi (max-fsm-thread-path-insns, max-fsm-thread-length,
1374         max-fsm-thread-paths): Documented.
1376         * tree-cfg.c (split_edge_bb_loc): Export.
1377         * tree-cfg.h (split_edge_bb_loc): Declared extern.
1379         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Restore the
1380         original value of cond when simplification fails.
1381         (fsm_find_thread_path): New.
1382         (fsm_find_control_statement_thread_paths): New.
1383         (thread_through_normal_block): Call find_control_statement_thread_paths.
1385         * tree-ssa-threadupdate.c (dump_jump_thread_path): Pretty print
1386         EDGE_FSM_THREAD.
1387         (verify_seme): New.
1388         (duplicate_seme_region): New.
1389         (thread_through_all_blocks): Generate code for EDGE_FSM_THREAD edges
1390         calling duplicate_seme_region.
1392         * tree-ssa-threadupdate.h (jump_thread_edge_type): Add EDGE_FSM_THREAD.
1394 2014-12-06  H.J. Lu  <hongjiu.lu@intel.com>
1396         PR target/64200
1397         * config/i386/i386.c (decide_alg): Don't assert "alg != libcall"
1398         for TARGET_INLINE_STRINGOPS_DYNAMICALLY.
1400 2014-12-05  Jakub Jelinek  <jakub@redhat.com>
1402         PR sanitizer/64170
1403         * sanopt.c (maybe_optimize_asan_check_ifn): If base_checks is
1404         non-NULL, call maybe_get_dominating_check on it even if g is
1405         non-NULL.
1407 2014-12-05  Jeff Law  <law@redhat.com>
1409         * doc/md.texi: Note problems using function calls to determine
1410         insn lengths and point readers to a potential workaround.
1412 2014-12-05  Andreas Schwab  <schwab@linux-m68k.org>
1414         * combine.c (is_parallel_of_n_reg_sets)
1415         (can_split_parallel_of_n_reg_sets): Only define if !HAVE_cc0.
1417 2014-12-05  Andrew Pinski  <apinski@cavium.com>
1419         * config/aarch64/aarch64-simd-builtins.def (bswap): Use CF2 rather
1420         than CF10 so 2 is appended on the code.
1421         * config/aarch64/aarch64-simd.md (bswap<mode>): Rename to ...
1422         (bswap<mode>2): This so it matches for the optabs.
1424 2014-12-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1426         * regrename.c (find_best_rename_reg): Rename to ...
1427         (find_rename_reg): This. Also add a parameter to skip tick check.
1428         * regrename.h: Likewise.
1429         * config/c6x/c6x.c (try_rename_operands): Adapt to above renaming.
1431 2014-12-05  Martin Jambor  <mjambor@suse.cz>
1433         PR ipa/64192
1434         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Convert alignment
1435         from bits to bytes after checking they are byte-aligned.
1437 2014-12-05  Renlin Li  <renlin.li@arm.com>
1439         * config/aarch64/aarch64-opts.h (AARCH64_CORE): Rename IDENT to SCHED.
1440         * config/aarch64/aarch64.h (AARCH64_CORE): Likewise.
1441         * config/aarch64/aarch64.c (AARCH64_CORE): Rename X to IDENT,
1442         IDENT to SCHED.
1444 2014-12-05  Bin Cheng  <bin.cheng@arm.com>
1446         * config/aarch64/aarch64.md (load_pair<mode>): Split to
1447         load_pairsi, load_pairdi, load_pairsf and load_pairdf.
1448         (load_pairsi, load_pairdi, load_pairsf, load_pairdf): Split
1449         from load_pair<mode>.  New alternative to support int/fp
1450         registers in fp/int mode patterns.
1451         (store_pair<mode>:): Split to store_pairsi, store_pairdi,
1452         store_pairsf and store_pairdi.
1453         (store_pairsi, store_pairdi, store_pairsf, store_pairdf): Split
1454         from store_pair<mode>.  New alternative to support int/fp
1455         registers in fp/int mode patterns.
1456         (*load_pair_extendsidi2_aarch64): New pattern.
1457         (*load_pair_zero_extendsidi2_aarch64): New pattern.
1458         (aarch64-ldpstp.md): Include.
1459         * config/aarch64/aarch64-ldpstp.md: New file.
1460         * config/aarch64/aarch64-protos.h (aarch64_gen_adjusted_ldpstp):
1461         New.
1462         (extract_base_offset_in_addr): New.
1463         (aarch64_operands_ok_for_ldpstp): New.
1464         (aarch64_operands_adjust_ok_for_ldpstp): New.
1465         * config/aarch64/aarch64.c (enum sched_fusion_type): New enum.
1466         (TARGET_SCHED_FUSION_PRIORITY): New hook.
1467         (fusion_load_store): New functon.
1468         (extract_base_offset_in_addr): New function.
1469         (aarch64_gen_adjusted_ldpstp): New function.
1470         (aarch64_sched_fusion_priority): New function.
1471         (aarch64_operands_ok_for_ldpstp): New function.
1472         (aarch64_operands_adjust_ok_for_ldpstp): New function.
1474 2014-12-05  Olivier Hainque  <hainque@adacore.com>
1476         * defaults.h: (DWARF_REG_TO_UNWIND_COLUMN): Define default.
1477         * dwarf2cfi.c (init_one_dwarf_reg_size): Honor
1478         DWARF_REG_TO_UNWIND_COLUMN.
1480 2014-12-05  Olivier Hainque  <hainque@adacore.com>
1482         * dwarf2cfi.c (init_one_dwarf_reg_size): New helper, processing
1483         one particular reg for expand_builtin_init_dwarf_reg_sizes.
1484         (expand_builtin_init_dwarf_reg_sizes): Rework to use helper and
1485         account for dwarf register spans.
1487 2014-12-05  Ilya Enkovich  <ilya.enkovich@intel.com>
1489         PR target/64003
1490         * config/i386/i386.md (*jcc_1_bnd): New.
1491         (*jcc_2_bnd): New.
1492         (jump_bnd): New.
1493         (*jcc_1): Remove bnd prefix.
1494         (*jcc_2): Likewise.
1495         (jump): Likewise.
1497 2014-12-05  Renlin Li  <renlin.li@arm.com>
1499         * config/aarch64/aarch64.c (aarch64_parse_cpu): Don't define
1500         selected_tune.
1501         (aarch64_override_options): Use selected_cpu's tuning.
1503 2014-12-05  David Edelsohn  <dje.gcc@gmail.com>
1505         * config/rs6000/xcoff.h (ASM_OUTPUT_ALIGNED_LOCAL): Append
1506         alignment to section name. Increase default alignment to word.
1508 2014-12-05  Martin Jambor  <mjambor@suse.cz>
1510         * cgraph.h (cgraph_node): New method expand_all_artificial_thunks.
1511         (cgraph_edge): New method redirect_callee_duplicating_thunks.
1512         * cgraphclones.c (duplicate_thunk_for_node): Donot expand newly
1513         created thunks.
1514         (redirect_edge_duplicating_thunks): Turned into edge method
1515         redirect_callee_duplicating_thunks.
1516         (cgraph_node::expand_all_artificial_thunks): New method.
1517         (create_clone): Call expand_all_artificial_thunks.
1518         * ipa-cp.c (perhaps_add_new_callers): Call
1519         redirect_callee_duplicating_thunks instead of redirect_callee.
1520         Also call expand_all_artificial_thunks.
1522 2014-12-05  Ilya Enkovich  <ilya.enkovich@intel.com>
1524         PR target/64056
1525         * doc/sourcebuild.texi: Add mempcpy and stpcpy for Effective-Target
1526         Keywords.
1528 2014-12-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1530         * diagnostic.h (diagnostic_expand_location): New inline function.
1531         * diagnostic.c (diagnostic_build_prefix): Use it.
1532         (diagnostic_show_locus): Likewise.
1534 2014-12-04  H.J. Lu  <hongjiu.lu@intel.com>
1536         PR bootstrap/64189
1537         * configure.ac (HAVE_LD_PIE_COPYRELOC): Always define.
1538         * configure: Regenerated.
1540 2014-12-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1542         * diagnostic.c (diagnostic_color_init): New.
1543         * diagnostic.h: Declare.
1544         * gcc.c (driver::global_initializations): Use it.
1545         (driver_handle_option): Handle -fdiagnostics-color_.
1546         * toplev.c: Do not include diagnostic-color.h.
1547         (process_options): Do not initialize color diagnostics here.
1548         * common.opt (fdiagnostics-color=): Add Driver.
1549         * opts-global.c (init_options_once): Initialize color here.
1550         * opts.c (common_handle_option): Use diagnostics_color_init.
1551         * diagnostic-color.h: Fix comment.
1553 2014-12-04  David Malcolm  <dmalcolm@redhat.com>
1555         * tree-pretty-print.c (INDENT): Rename "buffer" to "pp".
1556         (NIY): Likewise.
1557         (buffer): Rename this variable to...
1558         (tree_pp): ...this.
1560         (do_niy): Rename param from "buffer" to "pp".
1561         (dump_decl_name): Likewise.
1562         (dump_function_name): Likewise.
1563         (dump_function_declaration): Likewise.
1564         (dump_array_domain): Likewise.
1565         (dump_omp_clause): Likewise.
1566         (dump_omp_clauses): Likewise.
1567         (dump_location): Likewise.
1568         (dump_block_node): Likewise.
1569         (dump_generic_node): Likewise.
1570         (print_declaration): Likewise.
1571         (print_struct_decl): Likewise.
1572         (print_call_name): Likewise.
1573         (pretty_print_string): Likewise.
1574         (newline_and_indent): Likewise.
1576         (print_generic_decl): Update for renaming of "buffer" to
1577         "tree_pp".
1578         (print_generic_stmt): Likewise.
1579         (print_generic_stmt_indented): Likewise.
1580         (print_generic_expr): Likewise.
1581         (maybe_init_pretty_print): Likewise.
1583 2014-12-04  David Malcolm  <dmalcolm@redhat.com>
1585         PR jit/63854
1586         * tree-pretty-print.c: Eliminate include of <new>.
1587         (buffer): Convert this variable from a pretty_printer to a
1588         pretty_printer *.
1589         (initialized): Eliminate this variable in favor of the NULL-ness
1590         of "buffer".
1591         (print_generic_decl): Update for "buffer" becoming a pointer.
1592         (print_generic_stmt): Likewise.
1593         (print_generic_stmt_indented): Likewise.
1594         (print_generic_expr): Likewise.
1595         (maybe_init_pretty_print): Likewise, allocating "buffer" on the
1596         heap and using its non-NULL-ness to ensure idempotency.
1598 2014-12-04  David Malcolm  <dmalcolm@redhat.com>
1600         PR jit/63854
1601         * ipa-prop.c (ipa_register_cgraph_hooks): Guard insertion of
1602         ipa_add_new_function on function_insertion_hook_holder being
1603         non-NULL.
1604         * ipa-reference.c (ipa_reference_c_finalize): Remove
1605         node_removal_hook_holder and node_duplication_hook_holder if
1606         they've been added to symtab.
1607         * toplev.c (toplev::finalize): Call ipa_reference_c_finalize
1608         before cgraph_c_finalize so that the former can access "symtab".
1610 2014-12-04  David Malcolm  <dmalcolm@redhat.com>
1612         * doc/cfg.texi (GIMPLE statement iterators): Add note about
1613         gphi_iterator, and use one in the example.
1614         * doc/gimple.texi (Tuple specific accessors): Add missing
1615         GIMPLE_GOTO section and menu item.
1616         (gimple_build_asm, gimple gimple_build_assign_with_ops)
1617         gimple_call_mark_uninlinable, gimple_call_cannot_inline_p): Remove
1618         description of removed functions.
1619         (gimple_build_assign, gimple_build_bind, gimple_build_call,
1620         gimple_build_call_from_tree, gimple_build_call_vec,
1621         gimple_build_catch, gimple_build_cond,
1622         gimple_build_cond_from_tree, gimple_build_debug_bind,
1623         gimple_build_eh_filter, gimple_build_label, gimple_build_goto,
1624         gimple_build_omp_atomic_load, gimple_build_omp_atomic_store,
1625         gimple_build_omp_continue, gimple_build_omp_critical,
1626         gimple_build_omp_for, gimple_build_omp_parallel,
1627         gimple_build_omp_sections, gimple_build_omp_single,
1628         gimple_build_return, gimple_build_resx, gimple_build_switch,
1629         gimple_build_try): Update return type within description to
1630         reflect changes in gimple.h to using gimple subclasses.
1631         (gimple_build_asm_vec): Update return type, params and
1632         description.
1633         (gimple_asm_ninputs): Update param.
1634         (gimple_asm_noutputs, gimple_asm_nclobbers, gimple_asm_input_op
1635         gimple_asm_set_input_op, gimple_asm_output_op
1636         gimple_asm_set_output_op, gimple_asm_clobber_op,
1637         gimple_asm_set_clobber_op, gimple_asm_string,
1638         gimple_asm_volatile_p, gimple_asm_set_volatile, gimple_bind_vars,
1639         gimple_bind_set_vars, gimple_bind_append_vars, gimple_bind_body,
1640         gimple_bind_set_body, gimple_bind_add_stmt, gimple_bind_add_seq,
1641         gimple_bind_block, gimple_bind_set_block, gimple_call_set_fn,
1642         gimple_call_return_type, gimple_call_set_chain,
1643         gimple_call_set_tail, gimple_call_tail_p,
1644         gimple_call_copy_skip_args, gimple_catch_types,
1645         gimple_catch_types_ptr, gimple_catch_handler,
1646         gimple_catch_set_types, gimple_catch_set_handler,
1647         gimple_cond_set_code, gimple_cond_set_lhs, gimple_cond_set_rhs,
1648         gimple_cond_true_label, gimple_cond_set_true_label,
1649         gimple_cond_set_false_label, gimple_cond_false_label,
1650         gimple_cond_make_false, gimple_cond_make_true,
1651         gimple_eh_filter_set_types, gimple_eh_filter_set_failure,
1652         gimple_eh_must_not_throw_fndecl,
1653         gimple_eh_must_not_throw_set_fndecl, gimple_label_label,
1654         gimple_label_set_label, gimple_goto_set_dest,
1655         gimple_omp_atomic_load_set_lhs, gimple_omp_atomic_load_lhs,
1656         gimple_omp_atomic_load_set_rhs, gimple_omp_atomic_load_rhs,
1657         gimple_omp_atomic_store_set_val, gimple_omp_atomic_store_val,
1658         gimple_omp_continue_control_def,
1659         gimple_omp_continue_control_def_ptr,
1660         gimple_omp_continue_set_control_def,
1661         gimple_omp_continue_control_use,
1662         gimple_omp_continue_control_use_ptr,
1663         gimple_omp_continue_set_control_use, gimple_omp_critical_name,
1664         gimple_omp_critical_name_ptr, gimple_omp_critical_set_name,
1665         gimple_omp_parallel_clauses_ptr, gimple_omp_parallel_set_clauses,
1666         gimple_omp_parallel_child_fn, gimple_omp_parallel_child_fn_ptr,
1667         gimple_omp_parallel_set_child_fn, gimple_omp_parallel_data_arg,
1668         gimple_omp_parallel_data_arg_ptr,
1669         gimple_omp_parallel_set_data_arg, gimple_omp_single_set_clauses,
1670         gimple_phi_set_result, gimple_phi_set_arg, gimple_resx_region,
1671         gimple_resx_set_region, gimple_return_retval,
1672         gimple_return_set_retval, gimple_switch_num_labels,
1673         gimple_switch_set_num_labels, gimple_switch_index,
1674         gimple_switch_set_index, gimple_switch_label,
1675         gimple_switch_set_label, gimple_switch_default_label,
1676         gimple_switch_set_default_label, gimple_try_set_eval,
1677         gimple_try_set_cleanup): Update initial param within description
1678         to reflect changes in gimple.h to using gimple subclasses.
1679         (Adding a new GIMPLE statement code): Update to reflect gimple
1680         statement subclassing.
1682 2014-12-04  Sriraman Tallam  <tmsriram@google.com>
1683             H.J. Lu  <hongjiu.lu@intel.com>
1685         * configure.ac (HAVE_LD_PIE_COPYRELOC): Defined to 1 if
1686         Linux/x86-64 linker supports PIE with copy reloc.
1687         * config.in: Regenerated.
1688         * configure: Likewise.
1690         * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
1691         pc-relative address for undefined, non-weak, non-function
1692         symbol reference in 64-bit PIE if linker supports PIE with
1693         copy reloc.
1695         * doc/sourcebuild.texi: Document pie_copyreloc target.
1697 2014-12-04  Marek Polacek  <polacek@redhat.com>
1699         PR middle-end/56917
1700         * fold-const.c (fold_unary_loc): Perform the negation in A's type
1701         when transforming ~ (A - 1) or ~ (A + -1) to -A.
1703 2014-12-04  Tobias Burnus  <burnus@net-b.de>
1705         * Makefile.in: Remove CLOOGLIB and CLOOGINC.
1707 2014-12-04  Richard Biener  <rguenther@suse.de>
1709         * doc/match-and-simplify.texi: Update for recent changes.
1711 2014-12-04  Martin Jambor  <mjambor@suse.cz>
1713         * ipa-prop.h (ipa_alignment): New type.
1714         (ipa_jump_func): New field alignment.
1715         (ipcp_transformation_summary) New type.
1716         (ipcp_grow_transformations_if_necessary): Declare.
1717         (ipa_node_agg_replacements): Removed.
1718         (ipcp_transformations): Declare.
1719         (ipcp_get_transformation_summary): New function.
1720         (ipa_get_agg_replacements_for_node): Use it.
1721         * ipa-cp.c (ipcp_param_lattices): New field alignment.
1722         (print_all_lattices): Also print alignment.
1723         (alignment_bottom_p): New function.
1724         (set_alignment_to_bottom): Likewise.
1725         (set_all_contains_variable): Also set alignment to bottom.
1726         (initialize_node_lattices): Likewise.
1727         (propagate_alignment_accross_jump_function): New function.
1728         (propagate_constants_accross_call): Call it.
1729         (ipcp_store_alignment_results): New function.
1730         (ipcp_driver): Call it.
1731         * ipa-prop.c (ipa_node_agg_replacements): Removed.
1732         (ipcp_transformations): New.
1733         (ipa_print_node_jump_functions_for_edge): Also print alignment.
1734         (ipa_set_jf_unknown): New function.
1735         (detect_type_change_from_memory_writes): Use ipa_set_jf_unknown.
1736         (ipa_compute_jump_functions_for_edge): Also calculate alignment.
1737         (update_jump_functions_after_inlining): Use ipa_set_jf_unknown.
1738         (ipcp_grow_transformations_if_necessary): New function.
1739         (ipa_set_node_agg_value_chain): Use ipcp_transformations.
1740         (ipa_node_removal_hook): Likewise.
1741         (ipa_node_duplication_hook): Also duplicate alignment results.
1742         (ipa_write_jump_function): Also stream alignments.
1743         (ipa_read_jump_function): Use ipa_set_jf_unknown, also stream
1744         alignments.
1745         (write_agg_replacement_chain): Renamed to
1746         write_ipcp_transformation_info, also stream alignments.
1747         (read_agg_replacement_chain): Renamed to
1748         read_ipcp_transformation_info, also stream alignments.
1749         (ipa_prop_write_all_agg_replacement): Renamed to
1750         ipcp_write_transformation_summaries. Stream always.
1751         (ipa_prop_read_all_agg_replacement): Renamed to
1752         ipcp_read_transformation_summaries.
1753         (ipcp_update_alignments): New function.
1754         (ipcp_transform_function): Call it, free also alignments.
1756 2014-12-04  Richard Biener  <rguenther@suse.de>
1758         * gimple-fold.c (replace_stmt_with_simplification): Properly
1759         fail when maybe_push_res_to_seq fails.
1761 2014-12-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1763         * config/aarch64/aarch64.md (define_insn "prefetch"): New.
1765 2014-12-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1767         * doc/install.texi: Remove mentions of cloog and ppl.
1768         * doc/invoke.texi: Likewise
1770 2014-12-04  Jakub Jelinek  <jakub@redhat.com>
1772         PR c++/56493
1773         * convert.c (convert_to_real, convert_to_expr, convert_to_complex):
1774         Handle COMPOUND_EXPR.
1776 2014-12-04  Richard Biener  <rguenther@suse.de>
1778         * builtins.c (target_newline): Export.
1779         (target_percent_s_newline): Likewise.
1780         (fold_builtin_1): Do not fold printf functions here.
1781         (fold_builtin_2): Likewise.
1782         (fold_builtin_3): Likewise, do not fold strncat.
1783         (fold_builtin_strncat): Move to gimple-fold.c.
1784         (fold_builtin_printf): Likewise.
1785         * builtins.h (target_newline): Declare.
1786         (target_percent_s_newline): Likewise.
1787         * gimple-fold.c (gimple_fold_builtin_strncat): Move from
1788         builtins.c and gimplify.
1789         (gimple_fold_builtin_printf): Likewise.
1790         (gimple_fold_builtin): Fold strncat, printf, printf_unlocked,
1791         vprintf, printf_chk and vprintf_chk here.
1793 2014-12-03  David Edelsohn  <dje.gcc@gmail.com>
1795         * config/rs6000/rs6000.md (floatsidf2_internal): Use std::swap.
1796         (floatunssidf2_internal): Same.
1797         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Same.
1798         (rs6000_emit_int_cmove): Same.
1799         (rs6000_sched_reorder): Same.
1800         (altivec_expand_vec_perm_const): Same.
1801         (rs6000_expand_vec_perm_const_1): Same.
1803 2014-12-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1805         PR rtl-optimization/64010
1806         * reload.c (push_reload): Before reusing a register contained
1807         in an operand as input reload register, ensure that it is not
1808         used in CALL_INSN_FUNCTION_USAGE.
1810 2014-12-03  Ulrich Drepper  <drepper@gmail.com>
1812         * Makefile.in: Use $(LN_S) instead of $(LN) -s and remove file first
1813         if it exists.
1815 2014-12-03  Jakub Jelinek  <jakub@redhat.com>
1817         * expmed.c (expand_mult): Use std::swap.
1819         PR c/59708
1820         * expmed.c (expand_widening_mult): Return const0_rtx if
1821         coeff is 0.
1823         * doc/gimple.texi (gimple_build_assign_with_ops): Remove.
1824         (gimple_build_assign): Document the new overloads.
1826 2014-12-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
1828         PR target/64019
1829         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
1830         not create LO_SUM address for constant addresses if the type can
1831         go in Altivec registers.
1833 2014-12-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1835         PR fortran/44054
1836         * pretty-print.c (output_buffer::output_buffer): Init flush_p to true.
1837         (pp_flush): Flush only if flush_p.
1838         (pp_really_flush): New.
1839         * pretty-print.h (struct output_buffer): Add flush_p.
1840         (pp_really_flush): Declare.
1842 2014-12-03  Jakub Jelinek  <jakub@redhat.com>
1844         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add $(GENGTYPE_OBJS),
1845         gcc-ar.o, gcc-nm.o and gcc-ranlib.o.
1846         (GENGTYPE_OBJS): New.
1847         (gengtype-lex.o, gengtype-parse.o, gengtype-state.o, gengtype.o):
1848         Remove explicit dependencies.
1849         (CFLAGS-gengtype-lex.o, CFLAGS-gengtype-parse.o,
1850         CFLAGS-gengtype-state.o, CFLAGS-gengtype.o): Add -DHOST_GENERATOR_FILE
1851         instead of -DGENERATOR_FILE.
1852         (CFLAGS-errors.o): New.
1853         * gengtype.c: Instead of testing GENERATOR_FILE define, test
1854         HOST_GENERATOR_FILE.  If defined, include config.h and define
1855         GENERATOR_FILE afterwards, otherwise include bconfig.h.
1856         * gengtype-parse.c: Likewise.
1857         * gengtype-state.c: Likewise.
1858         * gengtype-lex.l: Likewise.
1859         * errors.c: Likewise.
1861 2014-12-03  Joern Rennecke  <joern.rennecke@embecosm.com>
1863         * config/epiphany/epiphany.c (epiphany_override_options):
1864         If TARGET_SOFT_CMPSF is not enabled, set flag_finite_math_only.
1865         * config/epiphany/epiphany.md (mov<mode>cc): Don't use
1866         reverse_condition_maybe_unordered if flag_finite_math_only is set.
1868 2014-12-03  Andrew Stubbs  <ams@codesourcery.com>
1870         Revert:
1872         2014-09-17  Andrew Stubbs  <ams@codesourcery.com>
1873         * config/arm/arm.c (arm_option_override): Reject -mfpu=neon
1874         when architecture is older than ARMv7.
1876 2014-12-03  Richard Biener  <rguenther@suse.de>
1878         * builtins.c (target_percent_c): Export.
1879         (fold_builtin_fprintf): Move to gimple-fold.c.
1880         (fold_builtin_2): Do not fold fprintf functions.
1881         (fold_builtin_3): Likewise.
1882         (fold_builtin_4): Remove.
1883         (fold_builtin_n): Do not call fold_builtin_4.
1884         * builtins.h (target_percent_c): Declare.
1885         * gimple-fold.c (gimple_fold_builtin_fprintf): Move from
1886         builtins.c and gimplify.
1887         (gimple_fold_builtin): Fold fprintf, fprintf_unlocked, vfprintf,
1888         fprintf_chk and vfprintf_chk here.
1890 2014-12-03  Martin Jambor  <mjambor@suse.cz>
1892         PR ipa/64153
1893         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Check
1894         type sizes before view_converting.
1896 2014-12-03  H.J. Lu  <hongjiu.lu@intel.com>
1898         PR rtl-optimization/64151
1899         PR rtl-optimization/64156
1900         * ira-costs.c (scan_one_insn): Revert r218266.
1902 2014-12-03  Richard Biener  <rguenther@suse.de>
1904         * builtins.c (fold_builtin_fpclassify): Change to take
1905         array of arguments instead of CALL_EXPR tree.
1906         (MAX_ARGS_TO_FOLD_BUILTIN): Remove.
1907         (fold_builtin_n): Dispatch to fold_builtin_varargs.
1908         (fold_call_expr): Always use fold_builtin_n.
1909         (fold_builtin_call_array): Change to not build the unfolded call,
1910         always use fold_builtin_n.
1911         (fold_builtin_varargs): Change to take array of arguments instead
1912         of CALL_EXPR tree.
1913         (fold_call_stmt): Always use fold_builtin_n.
1914         * tree.c (build_call_expr_loc_array): Use fold_build_call_array_loc.
1915         * fold-const.c (fold_build_call_array_loc): Build the call
1916         if fold_builtin_call_array returned NULL_TREE.
1917         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Do not build
1918         a CALL_EXPR and use fold_builtin_call_array instead of
1919         fold_call_expr.
1921 2014-12-03  Alan Lawrence  <alan.lawrence@arm.com>
1923         * config/aarch64/aarch64-simd.md (aarch64_simd_dup<mode>, orn<mode>3,
1924         bic<mode>3, add<mode>3, sub<mode>3, neg<mode>2, abs<mode>2, and<mode>3,
1925         ior<mode>3, xor<mode>3, one_cmpl<mode>2,
1926         aarch64_simd_lshr<mode> ,arch64_simd_ashr<mode>,
1927         aarch64_simd_imm_shl<mode>, aarch64_simd_reg_sshl<mode>,
1928         aarch64_simd_reg_shl<mode>_unsigned, aarch64_simd_reg_shr<mode>_signed,
1929         ashl<mode>3, lshr<mode>3, ashr<mode>3, vashl<mode>3,
1930         reduc_plus_scal_<mode>, aarch64_vcond_internal<mode><mode>,
1931         vcondu<mode><mode>, aarch64_cm<optab><mode>, aarch64_cmtst<mode>):
1932         Change VDQ to VDQ_I.
1934         (mul<mode>3): Change VDQM to VDQ_BHSI.
1935         (aarch64_simd_vec_set<mode>,vashr<mode>3, vlshr<mode>3, vec_set<mode>,
1936         aarch64_mla<mode>, aarch64_mls<mode>, <su><maxmin><mode>3,
1937         aarch64_<sur>h<addsub><mode>): Change VQ_S to VDQ_BHSI.
1939         (*aarch64_<su>mlal<mode>, *aarch64_<su>mlsl<mode>,
1940         aarch64_<ANY_EXTEND:su><ADDSUB:optab>l<mode>,
1941         aarch64_<ANY_EXTEND:su><ADDSUB:optab>w<mode>, aarch64_<sur>shll_n<mode>):
1942         Change VDW to VD_BHSI.
1943         (*aarch64_combinez<mode>, *aarch64_combinez_be<mode>):
1944         Change VDIC to VD_BHSI.
1946         * config/aarch64/aarch64-simd-builtins.def (saddl, uaddl, ssubl, usubl,
1947         saddw, uaddw, ssubw, usubw, shadd, uhadd, srhadd, urhadd, sshll_n,
1948         ushll_n): Change BUILTIN_VDW to BUILTIN_VD_BHSI.
1950         * config/aarch64/iterators.md (SDQ_I, VDQ, VQ_S, VSDQ_I_BHSI, VDQM, VDW,
1951         VDIC, VDQQHS): Remove.
1952         (Vwtype): Update comment (changing VDW to VD_BHSI).
1954 2014-12-03  Richard Biener  <rguenther@suse.de>
1956         PR middle-end/14541
1957         * builtins.c (fold_builtin_logarithm): Implement simplifications ...
1958         * match.pd: ... here as patterns.
1960 2014-12-03  Prachi Godbole  <prachi.godbole@imgtec.com>
1962         * config/mips/p5600.md (define_automaton, define_cpu_unit): Replace
1963         p5600_agen_pipe and p5600_alu_pipe with p5600_agen_alq_pipe.
1964         (p5600_int_arith_1, p5600_int_arith_2, p5600_int_arith_4): Change
1965         reservation order.
1967 2014-12-03  Tom de Vries  <tom@codesourcery.com>
1969         PR rtl-optimization/63957
1970         * doc/invoke.texi: Replace -fuse-caller-save with -fipa-ra.
1971         * final.c (rest_of_handle_final): Replace flag_use_caller_save with
1972         flag_ipa_ra.
1973         (get_call_reg_set_usage): Same.
1974         * lra-assigns.c (lra_assign): Same.
1975         * lra-constraints.c (need_for_call_save_p): Same.
1976         * lra-lives.c (process_bb_lives): Same.
1977         * lra.c (lra): Same.
1978         * calls.c (expand_call): Same.
1979         (emit_library_call_value_1): Same.
1980         * config/arm/arm.c (arm_option_override): Same.
1981         * opts.c (default_options_table): Replace OPT_fuse_caller_save with
1982         OPT_fipa_ra.
1983         * target.def (call_fusage_contains_non_callee_clobbers): Replace
1984         fuse-caller-save with fipa-ra.
1985         * doc/tm.texi (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Same.
1986         * common.opt: Same.
1988 2014-12-03  Yury Gribov  <y.gribov@samsung.com>
1990         * sanopt.c (maybe_get_single_definition): New function.
1991         (maybe_get_dominating_check): Ditto.
1992         (can_remove_asan_check): Ditto.
1993         (struct tree_map_traits): New struct.
1994         (struct sanopt_ctx): Use custom traits for asan_check_map.
1995         (maybe_optimize_ubsan_null_ifn): Move code to
1996         maybe_get_dominating_check.
1997         (maybe_optimize_asan_check_ifn): Move code and take non-SSA expressions
1998         into account when optimizing.
1999         (sanopt_optimize_walker): Optimize ASan checks even when
2000         recovering.
2002 2014-12-03  Ilya Enkovich  <ilya.enkovich@intel.com>
2004         * config/i386/constraints.md (Yr): New.
2005         * config/i386/i386.h (reg_class): Add NO_REX_SSE_REGS.
2006         (REG_CLASS_NAMES): Likewise.
2007         (REG_CLASS_CONTENTS): Likewise.
2008         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Add alternatives
2009         which use only NO_REX_SSE_REGS.
2010         (vec_set<mode>_0): Likewise.
2011         (*vec_setv4sf_sse4_1): Likewise.
2012         (sse4_1_insertps): Likewise.
2013         (*sse4_1_extractps): Likewise.
2014         (*sse4_1_mulv2siv2di3<mask_name>): Likewise.
2015         (*<sse4_1_avx2>_mul<mode>3<mask_name>): Likewise.
2016         (*sse4_1_<code><mode>3<mask_name>): Likewise.
2017         (*sse4_1_<code><mode>3): Likewise.
2018         (*sse4_1_eqv2di3): Likewise.
2019         (sse4_2_gtv2di3): Likewise.
2020         (*vec_extractv4si): Likewise.
2021         (*vec_concatv2si_sse4_1): Likewise.
2022         (vec_concatv2di): Likewise.
2023         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Likewise.
2024         (<sse4_1>_blendv<ssemodesuffix><avxsizesuffix>): Likewise.
2025         (<sse4_1>_dp<ssemodesuffix><avxsizesuffix>): Likewise.
2026         (<vi8_sse4_1_avx2_avx512>_movntdqa): Likewise.
2027         (<sse4_1_avx2>_mpsadbw): Likewise.
2028         (<sse4_1_avx2>packusdw<mask_name>): Likewise.
2029         (<sse4_1_avx2>_pblendvb): Likewise.
2030         (sse4_1_pblendw): Likewise.
2031         (sse4_1_phminposuw): Likewise.
2032         (sse4_1_<code>v8qiv8hi2<mask_name>): Likewise.
2033         (sse4_1_<code>v4qiv4si2<mask_name>): Likewise.
2034         (sse4_1_<code>v4hiv4si2<mask_name>): Likewise.
2035         (sse4_1_<code>v2qiv2di2<mask_name>): Likewise.
2036         (sse4_1_<code>v2hiv2di2<mask_name>): Likewise.
2037         (sse4_1_<code>v2siv2di2<mask_name>): Likewise.
2038         (sse4_1_ptest): Likewise.
2039         (<sse4_1>_round<ssemodesuffix><avxsizesuffix>): Likewise.
2040         (sse4_1_round<ssescalarmodesuffix>): Likewise.
2041         * config/i386/subst.md (mask_prefix4): New.
2042         * config/i386/x86-tune.def (X86_TUNE_AVOID_4BYTE_PREFIXES): New.
2044 2014-12-03  Segher Boessenkool  <segher@kernel.crashing.org>
2046         PR rtl-optimization/52714
2047         * combine.c (try_combine): Allow combining two insns into two
2048         new insns if at least one of those is a noop.
2050 2014-12-03  Bin Cheng  <bin.cheng@arm.com>
2052         * target.def (fusion_priority): Wrap code with @smallexample.
2053         * doc/tm.texi: Regenerated.
2055 2014-12-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2057         * diagnostic.c (diagnostic_show_locus): Honor override_column when
2058         placing the caret.
2060 2014-12-02  Dmitry Vyukov  <dvyukov@google.com>
2062         * asan.c: (asan_finish_file): Use default priority for constructors
2063         in kernel mode.
2065 2014-12-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2067         PR target/64115
2068         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Remove
2069         invalid UNSPEC_TOCREL sanity check under ENABLE_CHECKING.
2071 2014-12-02  H.J. Lu  <hongjiu.lu@intel.com>
2073         PR target/64108
2074         * config/i386/i386.c (decide_alg): Stop only if there aren't
2075         any usable algorithms.
2077 2014-12-02  Tom de Vries  <tom@codesourcery.com>
2079         PR rtl-optimization/63718
2080         * config/arm/arm.c (arm_option_override): Disable fuse-caller-save for
2081         Thumb1.
2083 2014-12-02  Richard Biener  <rguenther@suse.de>
2085         * match.pd: When combining divisions exclude the degenerate
2086         case involving INT_MIN from overflow handling.
2088 2014-12-02  Wilco Dijkstra  <wilco.dijkstra@arm.com>
2090         * ira-costs.c (scan_one_insn): Improve spill cost adjustment.
2092 2014-12-02  Martin Jambor  <mjambor@suse.cz>
2094         PR ipa/63814
2095         * ipa-cp.c (same_node_or_its_all_contexts_clone_p): New function.
2096         (cgraph_edge_brings_value_p): New parameter dest, use
2097         same_node_or_its_all_contexts_clone_p and check availability.
2098         (cgraph_edge_brings_value_p): Likewise.
2099         (get_info_about_necessary_edges): New parameter dest, pass it to
2100         cgraph_edge_brings_value_p.  Update caller.
2101         (gather_edges_for_value): Likewise.
2102         (perhaps_add_new_callers): Use cgraph_edge_brings_value_p to check
2103         both the destination and availability.
2105 2014-12-02  Uros Bizjak  <ubizjak@gmail.com>
2107         PR target/64113
2108         * config/alpha/alpha.md (call_value_osf_tlsgd): Do not split insn
2109         using post-reload splitter.  Use peephole2 pass instead.
2110         (call_value_osf_tlsldm): Ditto.
2111         (TLS_CALL): New int iterator.
2112         (tls): New int attribute.
2113         (call_value_osf_<tls>): Merge insn pattern from call_value_osf_tlsgd
2114         and call_value_tlsldm using TLS_CALL int iterator.
2116 2014-12-02  Richard Biener  <rguenther@suse.de>
2117             Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
2119         * genmatch.c: Include hash-set.h.
2120         (fatal_at): Add source_location overload.
2121         (parser::record_operlist): New method.
2122         (parser::push_simplify): Likewise.
2123         (parser::oper_lists_set): New member.
2124         (parser::oper_lists): Likewise.
2125         (parser::parse_operation): Record seen operator list references.
2126         (parser::parse_c_expr): Likewise.
2127         (parser::parse_simplify): Init oper_lists_set and oper_lists
2128         and use push_simplify.
2129         (parser::parser): Init oper_lists_set and oper_lists.
2131 2014-12-02  Richard Biener  <rguenther@suse.de>
2133         * match.pd: Restrict division combining to trunc_div and
2134         exact_div.
2136 2014-12-02  Jakub Jelinek  <jakub@redhat.com>
2138         * config/sparc/sparc.c (sparc_atomic_assign_expand_fenv):
2139         Remove NULL last argument from create_tmp_var calls.
2140         * config/mips/mips.c (mips_atomic_assign_expand_fenv): Likewise.
2141         * config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv): Likewise.
2142         * config/i386/i386.c (add_condition_to_bb,
2143         ix86_atomic_assign_expand_fenv): Likewise.
2144         * config/mep/mep.c (mep_gimplify_va_arg_expr): Likewise.
2145         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
2146         * config/aarch64/aarch64-builtins.c
2147         (aarch64_atomic_assign_expand_fenv): Likewise.
2148         * config/stormy16/stormy16.c (xstormy16_gimplify_va_arg_expr):
2149         Likewise.
2150         * config/rs6000/rs6000.c (rs6000_atomic_assign_expand_fenv): Likewise.
2151         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): Likewise.
2152         * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
2154         * config/alpha/alpha.c (alpha_gimple_fold_builtin): Use
2155         gimple_build_assign instead of gimple_build_assign_with_ops and swap
2156         the order of first two arguments.
2157         * config/aarch64/aarch64-builtins.c (aarch64_gimple_fold_builtin):
2158         Likewise.  Remove last NULL_TREE argument.
2160 2014-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
2162         PR rtl-optimization/59278
2163         * combine (reg_dead_at_p): Consider REG_UNUSED notes.
2165 2014-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
2167         * combine.c (try_combine): Use is_parallel_of_n_reg_sets some more.
2169 2014-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
2171         * combine.c (is_parallel_of_n_reg_sets): New function.
2172         (can_split_parallel_of_n_reg_sets): New function.
2173         (try_combine): If I2 is a PARALLEL of two SETs, split it into
2174         two insns if possible.
2176 2014-12-01  Tobias Burnus  <burnus@net-b.de>
2177             Jack Howarth  <howarth@bromo.med.uc.edu>
2179         PR middle-end/64017
2180         * configure.ac (ac_has_isl_schedule_constraints_compute_schedule):
2181         New check.
2182         * doc/install.texi (ISL): Permit ISL 0.14.
2183         * graphite-optimize-isl.c (getScheduleForBandList, optimize_isl):
2184         Conditionally use ISL 0.13+ functions.
2185         * graphite-interchange.c: Make 'extern "C"' conditional.
2186         * graphite-isl-ast-to-gimple.c: Ditto.
2187         * graphite-poly.c: Ditto.
2188         * graphite-sese-to-poly.c: Ditto.
2189         * config.in: Regenerate.
2190         * gcc/configure: Regenerate.
2192 2014-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
2194         * combine.c (distribute_links): Handle multiple SETs.
2196 2014-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
2198         * combine.c (struct insn_link): New field `regno'.
2199         (alloc_insn_link): New parameter `regno'.  Use it.
2200         (find_single_use): Check the new field.
2201         (can_combine_def_p, can_combine_use_p): New functions.  Split
2202         off from ...
2203         (create_log_links): ... here.  Correct data type of `regno'.
2204         Adjust call to alloc_insn_link.
2205         (adjust_for_new_dest): Find regno, use it in call to
2206         alloc_insn_link.
2207         (try_combine): Check reg_used_between_p when combining a PARALLEL
2208         as earlier insn.  Adjust call to alloc_insn_link.
2209         (distribute_links): Check the new field.
2211 2014-12-01  David Malcolm  <dmalcolm@redhat.com>
2213         PR jit/63854
2214         * real.c (real_from_string): Add missing mpfr_clear.
2216 2014-12-01  David Malcolm  <dmalcolm@redhat.com>
2218         PR jit/63854
2219         * tree-ssa-math-opts.c (execute_cse_sincos_1): Fix a missing
2220         release of stmts by converting it to an auto_vec.
2222 2014-12-01  Richard Biener  <rguenther@suse.de>
2224         * Makefile.in (gimple-match.o-warn): Use -Wno-unused instead of
2225         -Wno-unused-variable and -Wno-unused-but-set-variable to restore
2226         bootstrap with old GCC.
2227         (generic-match.o-warn): Likewise.
2229 2014-12-01  Richard Biener  <rguenther@suse.de>
2231         * fold-const.c (const_binop): Handle POINTER_PLUS_EXPR.
2232         Properly handle FIXED_CST shifts by INTEGER_CST.
2233         (const_binop): Move COMPLEX_EXPR, VEC_PACK_TRUNC_EXPR,
2234         VEC_PACK_FIX_TRUNC_EXPR, VEC_WIDEN_MULT_LO_EXPR,
2235         VEC_WIDEN_MULT_HI_EXPR, VEC_WIDEN_MULT_EVEN_EXPR and
2236         VEC_WIDEN_MULT_ODD_EXPR handling here from ...
2237         (fold_binary_loc): ... here.  Call const_binop overload
2238         with result type.
2240 2014-12-01  Marek Polacek  <polacek@redhat.com>
2241             Jakub Jelinek  <jakub@redhat.com>
2243         PR sanitizer/64121
2244         * ubsan.c (instrument_object_size): Stop searching if the base
2245         occurs in abnormal phi.
2247 2014-12-01  Marek Polacek  <polacek@redhat.com>
2249         PR sanitizer/63956
2250         * ubsan.c (is_ubsan_builtin_p): Check also built-in class.
2252 2014-12-01  Jakub Jelinek  <jakub@redhat.com>
2254         * gimple.h (gimple_build_assign_stat): Remove prototype.
2255         (gimple_build_assign): Remove define.  Add overload prototypes
2256         with tree lhs and either a tree rhs, or enum tree_code and
2257         1, 2 or 3 tree operands.
2258         * gimple.c (gimple_build_assign_stat): Renamed to...
2259         (gimple_build_assign): ... this.  Add overloads with
2260         enum tree_code and 1, 2 or 3 tree operands.
2261         (gimple_build_assign_with_ops): Remove 1 and 2 operand overloads.
2262         Rename the 3 operand overload to ...
2263         (gimple_build_assign_1): ... this.  Make it static inline.
2264         * tree-ssa-strlen.c (get_string_length): Use gimple_build_assign
2265         instead of gimple_build_assign_with_ops, swap the order of first
2266         two arguments and adjust formatting where necessary.
2267         * tree-vect-slp.c (vect_get_constant_vectors,
2268         vect_create_mask_and_perm): Likewise.
2269         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
2270         * asan.c (build_shadow_mem_access, maybe_create_ssa_name,
2271         maybe_cast_to_ptrmode, asan_expand_check_ifn): Likewise.
2272         * tsan.c (instrument_builtin_call): Likewise.
2273         * tree-chkp.c (chkp_compute_bounds_for_assignment,
2274         chkp_generate_extern_var_bounds): Likewise.
2275         * tree-loop-distribution.c (generate_memset_builtin): Likewise.
2276         * tree-ssa-loop-im.c (rewrite_reciprocal): Likewise.
2277         * gimple-builder.c (build_assign, build_type_cast): Likewise.
2278         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks): Likewise.
2279         * value-prof.c (gimple_divmod_fixed_value, gimple_mod_pow2,
2280         gimple_mod_subtract): Likewise.
2281         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
2282         * tree-vect-patterns.c (vect_recog_dot_prod_pattern,
2283         vect_recog_sad_pattern, vect_handle_widen_op_by_const,
2284         vect_recog_widen_mult_pattern, vect_recog_pow_pattern,
2285         vect_recog_widen_sum_pattern, vect_operation_fits_smaller_type,
2286         vect_recog_over_widening_pattern, vect_recog_widen_shift_pattern,
2287         vect_recog_rotate_pattern, vect_recog_vector_vector_shift_pattern,
2288         vect_recog_divmod_pattern, vect_recog_mixed_size_cond_pattern,
2289         adjust_bool_pattern_cast, adjust_bool_pattern,
2290         vect_recog_bool_pattern): Likewise.
2291         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge,
2292         insert_initializers, introduce_cast_before_cand,
2293         replace_one_candidate): Likewise.
2294         * tree-ssa-math-opts.c (insert_reciprocals, powi_as_mults_1,
2295         powi_as_mults, build_and_insert_binop, build_and_insert_cast,
2296         pass_cse_sincos::execute, bswap_replace, convert_mult_to_fma):
2297         Likewise.
2298         * tree-tailcall.c (adjust_return_value_with_ops,
2299         update_accumulator_with_ops): Likewise.
2300         * tree-predcom.c (reassociate_to_the_same_stmt): Likewise.
2301         * tree-ssa-reassoc.c (build_and_add_sum,
2302         optimize_range_tests_to_bit_test, update_ops,
2303         maybe_optimize_range_tests, rewrite_expr_tree, linearize_expr,
2304         negate_value, repropagate_negates, attempt_builtin_powi,
2305         reassociate_bb): Likewise.
2306         * tree-vect-loop.c (vect_is_simple_reduction_1,
2307         get_initial_def_for_induction, vect_create_epilog_for_reduction):
2308         Likewise.
2309         * ipa-split.c (split_function): Likewise.
2310         * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
2311         abs_replacement, neg_replacement): Likewise.
2312         * tree-profile.c (gimple_gen_edge_profiler): Likewise.
2313         * tree-vrp.c (simplify_truth_ops_using_ranges,
2314         simplify_float_conversion_using_ranges,
2315         simplify_internal_call_using_ranges): Likewise.
2316         * gimple-fold.c (rewrite_to_defined_overflow, gimple_build): Likewise.
2317         * tree-vect-generic.c (expand_vector_divmod,
2318         optimize_vector_constructor): Likewise.
2319         * ubsan.c (ubsan_expand_null_ifn, ubsan_expand_objsize_ifn,
2320         instrument_bool_enum_load): Likewise.
2321         * tree-ssa-loop-manip.c (create_iv): Likewise.
2322         * omp-low.c (lower_rec_input_clauses, expand_omp_for_generic,
2323         expand_omp_for_static_nochunk, expand_omp_for_static_chunk,
2324         expand_cilk_for, simd_clone_adjust): Likewise.
2325         * trans-mem.c (expand_transaction): Likewise.
2326         * tree-vect-data-refs.c (bump_vector_ptr, vect_permute_store_chain,
2327         vect_setup_realignment, vect_permute_load_chain,
2328         vect_shift_permute_load_chain): Likewise.
2329         * tree-vect-stmts.c (vect_init_vector, vectorizable_mask_load_store,
2330         vectorizable_simd_clone_call, vect_gen_widened_results_half,
2331         vect_create_vectorized_demotion_stmts, vectorizable_conversion,
2332         vectorizable_shift, vectorizable_operation, vectorizable_store,
2333         permute_vec_elements, vectorizable_load): Likewise.
2335 2014-12-01  Richard Biener  <rguenther@suse.de>
2337         PR middle-end/64111
2338         * tree.c (int_cst_hasher::hash): Use TYPE_UID instead of
2339         htab_hash_pointer to not break PCH.
2341 2014-12-01  Richard Biener  <rguenther@suse.de>
2343         PR tree-optimization/15346
2344         * Makefile.in (gimple-match.o-warn): Remove -Wno-unused-parameter,
2345         add -Wno-unused-but-set-variable.
2346         * match.pd: Combine two successive divisions.
2348 2014-12-01  Richard Biener  <rguenther@suse.de>
2350         PR middle-end/64126
2351         * match.pd: Allow conversions in ~A + 1 -> -A, add -A - 1 -> ~A
2352         and -1 - A -> ~A.
2353         * fold-const.c (fold_binary_loc): Remove transforms here.
2355 2014-12-01  Maciej W. Rozycki  <macro@codesourcery.com>
2357         * config/mips/mips.c (mips16_build_call_stub): Move the save of
2358         the return address in $18 ahead of passing arguments to FPRs.
2360 2014-12-01  Ilya Enkovich  <ilya.enkovich@intel.com>
2362         PR target/64055
2363         * tree-chkp.c (chkp_find_bound_slots_1): Allow non constant
2364         values in array domain.
2366 2014-12-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
2368         PR tree-optimization/63941
2369         * tree-if-conv.c (add_to_predicate_list): Delete wrong assertion that
2370         DOM_BB has non-true predicate, conditionally set non-true predicate
2371         for BB.
2373 2014-12-01  Martin Jambor  <mjambor@suse.cz>
2375         PR ipa/63551
2376         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Convert
2377         value of the argument to the type of the value in the condition.
2379 2014-12-01  Oleg Endo  <olegendo@gcc.gnu.org>
2381         PR target/63986
2382         PR target/51244
2383         * config/sh/sh.c (sh_unspec_insn_p,
2384         sh_insn_operands_modified_between_p): New functions.
2385         (sh_split_movrt_negc_to_movt_xor): Do not delete insn if its operands
2386         are modified or if it has side effects, may trap or is volatile.
2388 2014-11-29  Jakub Jelinek  <jakub@redhat.com>
2390         * gimple-expr.h (create_tmp_var_raw, create_tmp_var,
2391         create_tmp_reg): Add default NULL value to last argument.
2392         * tree-ssanames.h (make_ssa_name, copy_ssa_name): Likewise.
2393         * gimple-low.c (lower_builtin_posix_memalign): Remove NULL
2394         last argument from create_tmp_var_raw, create_tmp_var,
2395         create_tmp_reg, make_ssa_name and copy_ssa_name calls.
2396         * tree-ssa-strlen.c (get_string_length): Likewise.
2397         * tree-emutls.c (gen_emutls_addr, lower_emutls_1): Likewise.
2398         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
2399         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
2400         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
2401         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
2402         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Likewise.
2403         * asan.c (build_shadow_mem_access, maybe_create_ssa_name,
2404         maybe_cast_to_ptrmode, asan_expand_check_ifn): Likewise.
2405         * tsan.c (instrument_expr, instrument_builtin_call,
2406         instrument_func_entry): Likewise.
2407         * varpool.c (add_new_static_var): Likewise.
2408         * tree-loop-distribution.c (generate_memset_builtin): Likewise.
2409         * gimplify.c (internal_get_tmp_var, gimplify_return_expr,
2410         gimplify_modify_expr_to_memcpy, gimplify_modify_expr_to_memset,
2411         gimplify_init_ctor_eval_range, gimplify_init_constructor,
2412         gimplify_omp_atomic, gimplify_expr): Likewise.
2413         * gimple-builder.c (build_assign, build_type_cast): Likewise.
2414         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1,
2415         slpeel_update_phi_nodes_for_guard2, slpeel_tree_peel_loop_to_edge,
2416         vect_loop_versioning): Likewise.
2417         * tree-if-conv.c (version_loop_for_if_conversion): Likewise.
2418         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
2419         * tree-vect-patterns.c (vect_handle_widen_op_by_const,
2420         vect_recog_widen_mult_pattern, vect_operation_fits_smaller_type,
2421         vect_recog_over_widening_pattern): Likewise.
2422         * tree-sra.c (build_ref_for_offset, create_access_replacement):
2423         Likewise.
2424         * tree-cfg.c (make_blocks): Likewise.
2425         * tree-eh.c (lower_eh_constructs_2, lower_resx, lower_eh_dispatch):
2426         Likewise.
2427         * tree-ssa-propagate.c (update_call_from_tree): Likewise.
2428         * tree-complex.c (get_component_ssa_name, expand_complex_div_wide):
2429         Likewise.
2430         * tree-ssa-math-opts.c (build_and_insert_cast): Likewise.
2431         * tree-tailcall.c (update_accumulator_with_ops): Likewise.
2432         * tree-predcom.c (initialize_root_vars, initialize_root_vars_lm,
2433         execute_load_motion, reassociate_to_the_same_stmt): Likewise.
2434         * tree-ssa-reassoc.c (build_and_add_sum,
2435         optimize_range_tests_to_bit_test, update_ops,
2436         maybe_optimize_range_tests, rewrite_expr_tree, linearize_expr,
2437         negate_value, repropagate_negates): Likewise.
2438         * tree-vect-loop.c (vect_is_simple_reduction_1,
2439         vect_create_epilog_for_reduction): Likewise.
2440         * ipa-split.c (split_function): Likewise.
2441         * tree-inline.c (remap_ssa_name, setup_one_parameter,
2442         declare_return_variable, tree_function_versioning): Likewise.
2443         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
2444         * cfgexpand.c (update_alias_info_with_stack_vars, expand_used_vars):
2445         Likewise.
2446         * tree-ssa-phiopt.c (conditional_replacement, abs_replacement,
2447         neg_replacement): Likewise.
2448         * gimplify-me.c (force_gimple_operand_1, gimple_regimplify_operands):
2449         Likewise.
2450         * tree-vrp.c (simplify_truth_ops_using_ranges,
2451         simplify_float_conversion_using_ranges,
2452         simplify_internal_call_using_ranges): Likewise.
2453         * tree-switch-conversion.c (emit_case_bit_tests,
2454         build_one_array, build_arrays, gen_def_assigns): Likewise.
2455         * gimple-fold.c (gimple_fold_builtin_memory_op,
2456         gimple_fold_builtin_strcat, gimple_fold_call, gimple_build): Likewise.
2457         * tree-vect-generic.c (expand_vector_divmod,
2458         optimize_vector_constructor): Likewise.
2459         * ubsan.c (ubsan_encode_value, ubsan_expand_null_ifn,
2460         ubsan_expand_objsize_ifn, instrument_si_overflow,
2461         instrument_bool_enum_load, instrument_nonnull_arg): Likewise.
2462         * tree-outof-ssa.c (insert_backedge_copies): Likewise.
2463         * tree-ssa-loop-manip.c (create_iv,
2464         tree_transform_and_unroll_loop): Likewise.
2465         * omp-low.c (scan_omp_parallel, lower_rec_simd_input_clauses,
2466         lower_rec_input_clauses, lower_lastprivate_clauses,
2467         expand_parallel_call, expand_omp_for_static_chunk,
2468         expand_omp_atomic_pipeline, expand_omp_target,
2469         maybe_add_implicit_barrier_cancel, lower_omp_single_simple,
2470         lower_omp_critical, lower_omp_for, task_copyfn_copy_decl,
2471         lower_depend_clauses, lower_omp_target, lower_omp_1,
2472         ipa_simd_modify_stmt_ops, simd_clone_adjust): Likewise.
2473         * tree-parloops.c (take_address_of, create_phi_for_local_result,
2474         create_call_for_reduction_1, separate_decls_in_region,
2475         create_parallel_loop): Likewise.
2476         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_dependence,
2477         handle_scalar_deps_crossing_scop_limits): Likewise.
2478         * trans-mem.c (lower_transaction, build_tm_load, build_tm_store,
2479         expand_assign_tm, expand_call_tm, expand_transaction,
2480         ipa_tm_insert_gettmclone_call): Likewise.
2481         * tree-vect-data-refs.c (bump_vector_ptr, vect_setup_realignment):
2482         Likewise.
2483         * tree-vect-stmts.c (vect_init_vector, vectorizable_mask_load_store,
2484         vectorizable_call, vectorizable_simd_clone_call,
2485         vectorizable_conversion, vectorizable_store, permute_vec_elements,
2486         vectorizable_load): Likewise.
2488 2014-11-29  Tobias Burnus  <burnus@net-b.de>
2489             Manuel López-Ibáñez  <manu@gcc.gnu.org>
2491         * opt-functions.awk (lang_enabled_by): Support || for
2492         enabled-by.
2493         * optc-gen.awk: Ditto.
2494         * doc/options.texi (LangEnabledBy, EnabledBy): Document the
2495         || syntax.
2497 2014-11-28  Mike Stump  <mikestump@comcast.net>
2499         * bitmap.c (bitmap_ior): Zap current as it could be deleted.
2500         (bitmap_ior_and_compl): Likewise.
2502 2014-11-28  Vladimir Makarov  <vmakarov@redhat.com>
2504         PR target/64061
2505         * lra.c (lra_substitute_pseudo): Ignore constant with int mode for
2506         subreg.
2508 2014-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
2510         PR target/64093
2511         * config/rs6000/rs6000.md (and<mode>3): Don't generate
2512         and<mode>3_imm unless rs6000_gen_cell_microcode is true.
2514 2014-11-28  Vladimir Makarov  <vmakarov@redhat.com>
2516         PR rtl-optimization/64087
2517         * lra-lives.c (process_bb_lives): Add debug output.
2518         (lra_create_live_ranges): Don't remove dead insn on the second
2519         call of lra_create_live_ranges_1.
2521 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2523         PR rtl-optimization/64037
2524         * combine.c (setup_incoming_promotions): Pass the argument
2525         before any promotions happen to promote_function_mode.
2527 2014-11-28  Evgeny Stupachenko  <evstupac@gmail.com>
2529         * tree-vect-data-refs.c (vect_transform_grouped_load): Limit shift
2530         permutations to loads group of size 3.
2532 2014-11-28  Jiong Wang  <jiong.wang@arm.com>
2534         * config/arm/arm.md (copysignsf3): New pattern.
2535         (copysigndf3): Likewise.
2537 2014-11-28  Andrey Turetskiy  <andrey.turetskiy@intel.com>
2538             Ilya Verbin  <ilya.verbin@intel.com>
2540         * omp-low.c (lower_omp_critical): Mark critical sections
2541         inside target functions as offloadable.
2543 2014-11-28  Ilya Verbin  <ilya.verbin@intel.com>
2545         * lto-wrapper.c (run_gcc): Set have_lto and have_offload if at least one
2546         file contains sections with LTO and offload IR, respectively.
2548 2014-11-28  Ilya Verbin  <ilya.verbin@intel.com>
2550         * cgraphunit.c (ipa_passes): Handle flag_generate_offload.
2551         (symbol_table::compile): Set flag_generate_offload if there is something
2552         to offload.
2553         * common.opt (flag_generate_offload): New Variable declaration.
2554         * dwarf2out.c (dwarf2out_finish): Handle flag_generate_offload.
2555         * ipa-inline-analysis.c (inline_generate_summary): Do not skip if
2556         flag_generate_offload is set.
2557         * lto-streamer.c (gate_lto_out): Handle flag_generate_offload.
2558         * passes.c (ipa_write_summaries): Do not skip if flag_generate_offload
2559         is set.
2560         * toplev.c (compile_file): Emit LTO marker if offload info has been
2561         previously emitted.  Do not emit lto_slim marker if
2562         flag_generate_offload is without flag_generate_lto.
2563         * tree.c (free_lang_data): Do not skip if flag_generate_offload is set.
2565 2014-11-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2567         * config/arm/arm-cores.def (cortex-a17.cortex-a7): New entry.
2568         * config/arm/arm-tables.opt: Regenerate.
2569         * config/arm/arm-tune.md: Regenerate.
2570         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a17.cortex-a7.
2571         * config/arm/t-aprofile: Add cortex-a17.cortex-a7 entry to
2572         MULTILIB_MATCHES.
2574 2014-11-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2576         * config/arm/arm.md (generic_sched): Specify cortexa17 in 'no' list.
2577         Include cortex-a17.md.
2578         * config/arm/arm.c (arm_issue_rate): Specify 2 for cortexa17.
2579         * config/arm/arm-cores.def (cortex-a17): New entry.
2580         * config/arm/arm-tables.opt: Regenerate.
2581         * config/arm/arm-tune.md: Regenerate.
2582         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=cortex-a17.
2583         * config/arm/cortex-a17.md: New file.
2584         * config/arm/cortex-a17-neon.md: New file.
2585         * config/arm/driver-arm.c (arm_cpu_table): Add entry for cortex-a17.
2586         * config/arm/t-aprofile: Add cortex-a17 entries to MULTILIB_MATCHES.
2588 2014-11-28  Richard Biener  <rguenther@suse.de>
2590         PR middle-end/64084
2591         * genmatch.c (dt_node::gen_kids_1): New function, split out
2592         from dt_node::gen_kids.
2593         (decision_tree::cmp_node): DT_TRUE are generally not equal.
2594         (decision_tree::find_node): Treat DT_TRUE as barrier for
2595         node CSE on the same level.
2596         (dt_node::append_node): Do not keep DT_TRUE last.
2597         (dt_node::gen_kids): Emit code after each DT_TRUE node seen.
2599 2014-11-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2601         * config/arm/t-aprofile (MULTILIB_MATCHES): New entry for
2602         -march=armv8-a+crc.
2604 2014-11-27  Uros Bizjak  <ubizjak@gmail.com>
2606         * config/i386/i386.md (preferred_for_size): New attribute
2607         (*pushxf): Split Yx*r constraints to r,*r.  Use preferred_for_size
2608         attribute to conditionally disable alternative 1.
2609         (*pushdf): Split Yd*r constraints to r,*r.  Use preferred_for_size
2610         and prefered_for_speed attributes to conditionally disable
2611         alternative 1.
2612         (*movxf_internal): Split Yx*r constraints to r,*r.  Use
2613         preferred_for_size attribute to conditionally disable
2614         alternatives 3 and 4.
2615         (*movdf_internal): Split Yd*r constraints to r,*r.  Use
2616         preferred_for_size and prefered_for_speed attributes to conditionally
2617         disable alternatives 3 and 4.
2618         * config/i386/constraints.md (Yd, Yx): Remove register constraints.
2620 2014-11-27  Eric Botcazou  <ebotcazou@adacore.com>
2622         * dwarf2out.c (set_block_origin_self): Skip nested functions.
2624 2014-11-27  H.J. Lu  <hongjiu.lu@intel.com>
2626         PR target/63833
2627         * config/i386/i386.h (REAL_PIC_OFFSET_TABLE_REGNUM): Use
2628         R15_REG for 64-bit.
2629         * config/i386/rdos64.h (REAL_PIC_OFFSET_TABLE_REGNUM): Removed.
2631 2014-11-27  Martin Liska  <mliska@suse.cz>
2632             David Malcolm  <dmalcolm@redhat.com>
2634         * ipa-icf.c (sem_function::equals_private): int* is replaced with
2635         auto_vec.
2636         (sem_function::bb_dict_test): Likewise.
2637         * ipa-icf.h: Likewise.
2639 2014-11-27  Richard Biener  <rguenther@suse.de>
2641         PR middle-end/64088
2642         * fold-const.c (const_unop): Re-instantiate missing condition
2643         before calling fold_abs_const.
2645         PR tree-optimization/64088
2646         * tree-ssa-tail-merge.c (update_debug_stmt): After resetting
2647         the stmt break from the loop over use operands.
2649 2014-11-27  Ilya Tocar  <ilya.tocar@intel.com>
2651         * config/i386/cpuid.h (bit_MPX, bit_BNDREGS, bit_BNDCSR):
2652         Define.
2653         * config/i386/i386.c (get_builtin_code_for_version): Add avx512f.
2654         (fold_builtin_cpu): Ditto.
2655         * doc/extend.texi: Documment it.
2657 2014-11-27  Jakub Jelinek  <jakub@redhat.com>
2659         PR middle-end/64067
2660         * expr.c (expand_expr_addr_expr_1) <case COMPOUND_LITERAL_EXPR>:
2661         Handle it by returning address of COMPOUND_LITERAL_EXPR_DECL
2662         not only if modifier is EXPAND_INITIALIZER, but whenever
2663         COMPOUND_LITERAL_EXPR_DECL is non-NULL and TREE_STATIC.
2665         PR tree-optimization/64024
2666         * tree-vectorizer.h (struct _stmt_vec_info): Remove simd_clone_fndecl
2667         field.  Add simd_clone_info field.
2668         (STMT_VINFO_SIMD_CLONE_FNDECL): Remove.
2669         (STMT_VINFO_SIMD_CLONE_INFO): Define.
2670         * tree-vect-stmts.c (vectorizable_simd_clone_call): Adjust for
2671         STMT_VINFO_SIMD_CLONE_FNDECL becoming first element of
2672         STMT_VINFO_SIMD_CLONE_INFO vector.  For linear arguments, remember
2673         base and linear_step from analysis phase and use it during transform
2674         phase, biased by the difference between LOOP_VINFO_NITERS{_UNCHANGED,}
2675         multiplied by linear_step.
2676         (free_stmt_vec_info): Release STMT_VINFO_SIMD_CLONE_INFO.
2678         PR lto/64025
2679         * alias.c (find_base_term): Use std::swap.  Prefer tmp2
2680         if it is CONSTANT_P other than CONST_INT.
2682 2014-11-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2684         PR target/59593
2685         * config/arm/arm.c (dump_minipool): dispatch to consttable pattern
2686         based on mode size.
2687         * config/arm/arm.md (consttable_1): Move from config/arm/thumb1.md and
2688         make it TARGET_EITHER.
2689         (consttable_2): Move from config/arm/thumb1.md, make it TARGET_EITHER
2690         and move HFmode handling from consttable_4 to it.
2691         (consttable_4): Move HFmode handling to consttable_2 pattern.
2692         * config/arm/thumb1.md (consttable_1): Move to config/arm/arm.md.
2693         (consttable_2): Ditto.
2695 2014-11-27  Richard Biener  <rguenther@suse.de>
2697         * tree-ssa-sccvn.c (try_to_simplify): Allow
2698         gimple_fold_stmt_to_constant_1 to follow SSA edges.
2700 2014-11-27  Richard Biener  <rguenther@suse.de>
2702         PR tree-optimization/64083
2703         * tree-ssa-threadupdate.c (thread_through_all_blocks): Do not
2704         forcibly mark loop for removal the wrong way.
2706 2014-11-27  Richard Biener  <rguenther@suse.de>
2708         PR middle-end/63704
2709         * alias.c (mems_in_disjoint_alias_sets_p): Remove assert
2710         and instead return false when !fstrict-aliasing.
2712 2014-11-27  Richard Biener  <rguenther@suse.de>
2714         PR tree-optimization/61634
2715         * tree-vect-slp.c: Include gimple-walk.h.
2716         (vect_detect_hybrid_slp_stmts): Rewrite to propagate hybrid
2717         down the SLP tree for one scalar statement.
2718         (vect_detect_hybrid_slp_1): New walker function.
2719         (vect_detect_hybrid_slp_2): Likewise.
2720         (vect_detect_hybrid_slp): Properly handle pattern statements
2721         in a pre-scan over all loop stmts.
2723 2014-11-27  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
2725         Revert:
2726         2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
2727         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
2728         aarch64_convert_mode, aarch64_gen_ccmp_first,
2729         aarch64_gen_ccmp_next): New functions.
2730         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Define.
2732 2014-11-26  Jakub Jelinek  <jakub@redhat.com>
2734         * gcc.c (SANITIZER_SPEC): Don't error on -fsanitize=thread
2735         without -pie or -shared, error on -fsanitize=thread -static instead.
2737 2014-11-26  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2739         PR ipa/61190
2740         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Fix comment.
2741         (cgraph_node::function_or_virtual_thunk_symbol): New function.
2742         (cgraph_node::call_for_symbol_and_aliases): Fix comment.
2743         (cgraph_node::call_for_symbol_thunks_and_aliases): Adjust comment.
2744         Add new optional parameter exclude_virtual_thunks.
2745         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Add new
2746         optional parameter exclude_virtual_thunks.
2747         (cgraph_node::set_const_flag): Don't propagate to virtual thunks.
2748         (cgraph_node::set_pure_flag): Likewise.
2749         (cgraph_node::function_symbol): Simplified.
2750         (cgraph_node::function_or_virtual_thunk_symbol): New function.
2751         * ipa-pure-const.c (analyze_function): For virtual thunks set
2752         pure_const_state to IPA_NEITHER.
2753         (propagate_pure_const): Use function_or_virtual_thunk_symbol.
2755 2014-11-26  Richard Biener  <rguenther@suse.de>
2757         PR middle-end/63738
2758         * tree-data-ref.c (split_constant_offset_1): Do not follow
2759         SSA edges for SSA names with SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
2761 2014-11-26  Richard Biener  <rguenther@suse.de>
2763         * fold-const.h (const_unop): Declare.
2764         (const_binop): Likewise.
2765         * fold-const.c (const_binop): Export overload that expects
2766         a type parameter and dispatches to fold_relational_const as well.
2767         Check both operand kinds for guarding the transforms.
2768         (const_unop): New function, with constant folding from fold_unary_loc.
2769         (fold_unary_loc): Dispatch to const_unop for tcc_constant operand.
2770         Remove constant folding done there from the simplifications.
2771         (fold_binary_loc): Check for constants using CONSTANT_CLASS_P.
2772         (fold_negate_expr): Remove dead code from the REAL_CST case.
2773         Avoid building garbage in the COMPLEX_CST case.
2774         * gimple-match-head.c (gimple_resimplify1): Dispatch to
2775         const_unop.
2776         (gimple_resimplify2): Dispatch to const_binop.
2777         (gimple_simplify): Likewise.
2779 2014-11-26  Ilya Enkovich  <ilya.enkovich@intel.com>
2781         PR bootstrap/63995
2782         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Ignore
2783         debug statement when searching for a new position for
2784         bounds load/creation statement.
2786 2014-11-26  Marek Polacek  <polacek@redhat.com>
2788         PR sanitizer/63788
2789         * asan.c (initialize_sanitizer_builtins): Add BT_FN_SIZE_CONST_PTR_INT
2790         var.  Conditionally build BUILT_IN_OBJECT_SIZE decl.
2791         (ATTR_PURE_NOTHROW_LEAF_LIST): Define.
2793 2014-11-26  Ilya Enkovich  <ilya.enkovich@intel.com>
2795         PR lto/64075
2796         * tree-streamer-in.c (unpack_ts_function_decl_value_fields): Use
2797         proper size for function_code bitfield.
2798         (pack_ts_function_decl_value_fields): Likewise.
2800 2014-11-21  Mark Wielaard  <mjw@redhat.com>
2802         * doc/invoke.texi (-gdwarf-@{version}): Mention experimental DWARFv5.
2803         * opts.c (common_handle_option): Accept -gdwarf-5.
2804         * dwarf2out.c (is_cxx): Add DW_LANG_C_plus_plus_11 and
2805         DW_LANG_C_plus_plus_14.
2806         (lower_bound_default): Likewise. Plus DW_LANG_C11.
2807         (gen_compile_unit_die): Output DW_LANG_C_plus_plus_11,
2808         DW_LANG_C_plus_plus_14 or DW_LANG_C11.
2809         (output_compilation_unit_header): Output at most a DWARFv4 header.
2810         (output_skeleton_debug_sections): Likewise.
2811         (output_line_info): Likewise.
2812         (output_aranges): Document header version number.
2814 2014-11-26  Richard Biener  <rguenther@suse.de>
2816         * gimple-fold.c (get_symbol_constant_value): Allow all
2817         GIMPLE register type zero-constants.
2819 2014-11-26  Mark Wielaard  <mjw@redhat.com>
2821         * dwarf2out.c (gen_subprogram_die): Add DW_AT_noreturn when the
2822         function decl has TREE_THIS_VOLATILE.
2824 2014-11-26  Richard Biener  <rguenther@suse.de>
2826         PR tree-optimization/62238
2827         * tree-predcom.c (ref_at_iteration): Unshare the expression
2828         before gimplifying it.
2829         (prepare_initializers_chain): Discard unused seq.
2831 2014-11-26  Prachi Godbole  <prachi.godbole@imgtec.com>
2833         * config/mips/mips.c (mips_rtx_cost_data): Fix memory_latency cost
2834         for p5600.
2836 2014-11-25  Vladimir Makarov  <vmakarov@redhat.com>
2838         * ira-lives.c (process_bb_node_lives): Make code with conditional
2839         REAL_PIC_OFFSET_TABLE_REGNUM.
2841 2014-11-25  Vladimir Makarov  <vmakarov@redhat.com>
2843         PR target/63527
2844         * ira-lives.c (process_bb_node_lives): Check and remove conflict
2845         of pic pseudo with pic hard reg.
2847 2014-11-25  Rohit  <rohitarulraj@freescale.com>
2849         PR bootstrap/63703
2850         * config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
2851         added GCC hard register numbers for SPE high registers.
2853 2014-11-25  Segher Boessenkool  <segher@kernel.crashing.org>
2855         * bt-load.c (migrate_btr_defs): Get the key of a heap entry
2856         before removing it, not after.
2858 2014-11-25  Segher Boessenkool  <segher@kernel.crashing.org>
2860         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Remove
2861         PATTERN call.
2863 2014-11-25  Segher Boessenkool  <segher@kernel.crashing.org>
2865         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead
2866         of addic.
2868 2014-11-25  Segher Boessenkool  <segher@kernel.crashing.org>
2870         * config/rs6000/rs6000.md (iorxor, IORXOR): Delete code_attrs.
2871         (rest of file): Replace those with code resp. CODE.
2873 2014-11-25  Tom de Vries  <tom@codesourcery.com>
2875         * tree-cfg.c (verify_sese): New function.
2876         (move_sese_region_to_fn): Call verify_sese.
2877         * tree-cfg.h (verify_sese): Declare.
2879 2014-11-25  Richard Biener  <rguenther@suse.de>
2881         PR lto/64065
2882         * lto-streamer-out.c (output_struct_function_base): Stream
2883         last_clique field.
2884         * lto-streamer-in.c (input_struct_function_base): Likewise.
2886 2014-11-25  Martin Liska  <mliska@suse.cz>
2888         PR bootstrap/64050
2889         PR ipa/64060
2890         * sreal.c (sreal::operator+): Addition fixed.
2891         (sreal::signedless_plus): Negative numbers are
2892         handled correctly.
2893         (sreal::operator-): Subtraction is fixed.
2894         (sreal::signedless_minus): Negative numbers are
2895         handled correctly.
2896         * sreal.h (sreal::operator<): Equal negative numbers
2897         are compared correctly.
2898         (sreal::shift): New checking asserts are introduced.
2899         Operation is fixed.
2901 2014-11-25  Richard Biener  <rguenther@suse.de>
2903         PR tree-optimization/61927
2904         * tree-vect-loop.c (vect_analyze_loop_2): Revert ordering
2905         of group and pattern analysis to the one in GCC 4.8.
2907 2014-11-25  Ilya Tocar  <ilya.tocar@intel.com>
2908             Jakub Jelinek  <jakub@redhat.com>
2910         * gcc.c (handle_foffload_option): Remove unnecessary calls to strchr,
2911         strlen, strncpy.
2912         * lto-wrapper.c (append_offload_options): Likewise.
2914 2014-11-25  Eric Botcazou  <ebotcazou@adacore.com>
2916         * config/rs6000/rs6000.c (rs6000_call_aix): For the AIX ABI, do not
2917         load the static chain if the call was originally direct.
2919 2014-11-25  Jan Hubicka  <hubicka@ucw.cz>
2921         PR ipa/64059
2922         * ipa-prop.c (ipa_analyze_call_uses): Don't call get_dynamic_type when
2923         devirtualization is disabled.
2925 2014-11-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2927         PR target/63965
2928         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Do not set
2929         Altivec & -16 mask if the type is not valid for Altivec registers.
2930         (rs6000_secondary_reload_memory): Add support for ((reg + const) +
2931         reg) that occurs during push_reload processing.
2933         * config/rs6000/altivec.md (altivec_mov<mode>): Add instruction
2934         alternative for moving constant vectors which are easy altivec
2935         constants to GPRs.  Set the length attribute each of the
2936         alternatives.
2938         * config/rs6000/rs6000-cpus.def: Undo November 21st changes, a
2939         work in progress patch was committed instead of the fixes for
2940         63965.
2941         * config/rs6000/rs6000.c: Likewise.
2943 2014-11-22  Jan Hubicka  <hubicka@ucw.cz>
2945         PR ipa/63671
2946         * ipa-inline-transform.c (can_remove_node_now_p_1): Handle alises
2947         and -fno-devirtualize more carefully.
2948         (can_remove_node_now_p): Update.
2950 2014-11-24  Andrew Pinski  <apinski@cavium.com>
2952         PR rtl-opt/63972
2953         * shrink-wrap.c (move_insn_for_shrink_wrap): Allow LO_SUM also.
2955 2014-11-24  Alan Lawrence  <alan.lawrence@arm.com>
2957         * config/aarch64/aarch64-simd.md (vec_shr<mode>): New.
2959 2014-11-24  Alan Lawrence  <alan.lawrence@arm.com>
2961         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args):
2962         Refactor by combining switch statements and make arrays into scalars.
2964 2014-11-24  David Edelsohn  <dje.gcc@gmail.com>
2966         PR c++/58561
2967         * dbxout.c: Include stringpool.h
2968         (dbxout_type) [default]: Ignore auto type.
2970 2014-11-24  Richard Biener  <rguenther@suse.de>
2972         PR tree-optimization/63679
2973         * tree-ssa-sccvn.c: Include ipa-ref.h, plugin-api.h and cgraph.h.
2974         (copy_reference_ops_from_ref): Fix non-constant ADDR_EXPR case
2975         to properly leave off at -1.
2976         (fully_constant_vn_reference_p): Generalize folding from
2977         constant initializers.
2978         (vn_reference_lookup_3): When looking through aggregate copies
2979         handle offsetted reads and try simplifying the result to
2980         a constant.
2981         * gimple-fold.h (fold_ctor_reference): Export.
2982         * gimple-fold.c (fold_ctor_reference): Likewise.
2984 2014-11-24  Petr Murzin  <petr.murzin@intel.com>
2986         * simplify-rtx.c (simplify_ternary_operation): Simplify
2987         vec_merge (vec_duplicate (vec_select)).
2989 2014-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2991         * config/aarch64/aarch64.c (AARCH64_FUSE_ADRP_LDR): Define.
2992         (cortexa53_tunings): Specify AARCH64_FUSE_ADRP_LDR in fuseable_ops.
2993         (aarch_macro_fusion_pair_p): Handle AARCH64_FUSE_ADRP_LDR.
2995 2014-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2997         * config/aarch64/aarch64.c (AARCH64_FUSE_MOVK_MOVK): Define.
2998         (cortexa53_tunings): Specify AARCH64_FUSE_MOVK_MOVK in fuseable_ops.
2999         (cortexa57_tunings): Likewise.
3000         (aarch_macro_fusion_pair_p): Handle AARCH64_FUSE_MOVK_MOVK.
3002 2014-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3004         * sched-deps.c (sched_macro_fuse_insns): Do not check modified_in_p
3005         in the not conditional jump case.
3006         * doc/tm.texi (TARGET_SCHED_MACRO_FUSION_PAIR_P): Update description.
3007         * target.def (TARGET_SCHED_MACRO_FUSION_PAIR_P): Update description.
3009 2014-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3011         * config/aarch64/aarch64.c: Include tm-constrs.h
3012         (AARCH64_FUSE_ADRP_ADD): Define.
3013         (cortexa57_tunings): Add AARCH64_FUSE_ADRP_ADD to fuseable_ops.
3014         (cortexa53_tunings): Likewise.
3015         (aarch_macro_fusion_pair_p): Handle AARCH64_FUSE_ADRP_ADD.
3017 2014-11-24  Martin Liska  <mliska@suse.cz>
3019         * ipa-inline.c (edge_badness): long is replaced by sreal
3020         as fibonacci_heap template type.
3021         (update_edge_key): Likewise.
3022         (inline_small_functions): Likewise.
3024 2014-11-24  Martin Liska  <mliska@suse.cz>
3026         * predict.c (propagate_freq): More elegant sreal API is used.
3027         (estimate_bb_frequencies): Precomputed constants replaced by integer
3028         constants.
3029         * sreal.c (sreal::normalize): New function.
3030         (sreal::to_int): Likewise.
3031         (sreal::operator+): Likewise.
3032         (sreal::operator-): Likewise.
3033         (sreal::signedless_plus): Likewise.
3034         (sreal::signedless_minus): Likewise.
3035         (sreal::operator/): Negative number support is added.
3036         * sreal.h: Definition of new functions added.
3037         (inline sreal operator<<): New function.
3038         (inline sreal operator>>): Likewise.
3040 2014-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3042         * config/aarch64/aarch64-protos.h (struct tune_params): Add
3043         fuseable_ops field.
3044         * config/aarch64/aarch64.c (generic_tunings): Specify fuseable_ops.
3045         (cortexa53_tunings): Likewise.
3046         (cortexa57_tunings): Likewise.
3047         (thunderx_tunings): Likewise.
3048         (aarch64_macro_fusion_p): New function.
3049         (aarch_macro_fusion_pair_p): Likewise.
3050         (TARGET_SCHED_MACRO_FUSION_P): Define.
3051         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
3052         (AARCH64_FUSE_MOV_MOVK): Likewise.
3053         (AARCH64_FUSE_NOTHING): Likewise.
3055 2014-11-24  Martin Liska  <mliska@suse.cz>
3057         PR lto/63968
3058         * bb-reorder.c (find_traces_1_round): decreate_key is replaced
3059         with replace_key method.
3060         * fibonacci_heap.h (fibonacci_heap::insert): New argument.
3061         (fibonacci_heap::replace_key_data): Likewise.
3062         (fibonacci_heap::replace_key): New method that can even increment key,
3063         this operation costs O(log N).
3064         (fibonacci_heap::extract_min): New argument.
3065         (fibonacci_heap::delete_node): Likewise.
3067 2014-11-24  Richard Biener  <rguenther@suse.de>
3069         PR tree-optimization/55334
3070         * function.h (struct function): Add last_clique member.
3071         * tree-inline.c (remap_dependence_clique): New function.
3072         (remap_gimple_op_r): Remap dependence cliques in MEM_REFs.
3073         (copy_tree_body_r): Likewise.
3074         (copy_cfg_body): Free dependence map.
3075         (copy_gimple_seq_and_replace_locals): Likewise.
3076         * tree-pretty-print.c (dump_generic_node): Dump
3077         dependence info.
3078         * tree-ssa-alias.c (refs_may_alias_p_1): Use dependence info
3079         to answer alias query.
3080         * tree-ssa-structalias.c: Include tree-phinodes.h, ssa-iterators.h,
3081         tree-pretty-print.h and gimple-walk.h.
3082         (struct variable_info): Add is_restrict_var flag and ruid
3083         member.
3084         (new_var_info): Initialize is_restrict_var.
3085         (make_constraint_from_restrict): Likewise.
3086         (create_variable_info_for): Exclude restricts from global vars
3087         from new handling.
3088         (intra_create_variable_infos): But not those from parameters.
3089         (visit_loadstore): New function.
3090         (maybe_set_dependence_info): Likewise.
3091         (compute_dependence_clique): Likewise.
3092         (compute_may_aliases): Call compute_dependence_clique.
3093         * tree-data-ref.c (dr_analyze_indices): Copy dependence info
3094         to fake MEM_REF.
3095         (dr_may_alias_p): Use recorded dependence info to answer
3096         alias query.
3097         * tree-core.h (struct tree_base): Add clique, base struct in
3098         union.
3099         * tree.h (MR_DEPENDENCE_CLIQUE): New macro.
3100         (MR_DEPENDENCE_BASE): Likewise.
3101         * tree-inline.h (dependence_hasher): New hash-map kind.
3102         (struct copy_body_data): Add dependence_map pointer.
3103         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Avoid
3104         throwing away dependence info.
3105         * tree-streamer-in.c (unpack_value_fields): Stream dependence info.
3106         * tree-streamer-out.c (streamer_pack_tree_bitfields): Likewise.
3108 2014-11-23  Oleg Endo  <olegendo@gcc.gnu.org>
3110         PR target/53976
3111         * config/sh/sh_optimize_sett_clrt.cc
3112         (sh_optimize_sett_clrt::find_last_ccreg_values): Return bool instead
3113         of void.  Abort at complex edges.
3114         (sh_optimize_sett_clrt::execute): Do nothing if find_last_ccreg_values
3115         returned false.
3117 2014-11-22  John David Anglin  <danglin@gcc.gnu.org>
3119         PR other/63694
3120         * configure.ac: Check for strtol, strtoul, strtoll and strtoull
3121         declarations.
3122         * configure: Regenerated.
3123         * config.in: Regenerated.
3125 2014-11-22  Jan Hubicka  <hubicka@ucw.cz>
3127         * ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline
3128         clones as having abstract origin used.
3129         * ipa-inline-transform.c (can_remove_node_now_p_1): Drop abstract
3130         origin check.
3131         (clone_inlined_nodes): Copy abstract originflag.
3132         * lto-cgraph.c (compute_ltrans_boundary): Use get_create to get
3133         abstract origin node.
3135 2014-11-22  Uros Bizjak  <ubizjak@gmail.com>
3137         * params.def (PARAM_MAX_COMPLETELY_PEELED_INSNS): Increase to 200.
3138         * config/i386/i386.c (ix86_option_override_internal): Do not increase
3139         PARAM_MAX_COMPLETELY_PEELED_INSNS.
3141 2014-11-22  Oleg Endo  <olegendo@gcc.gnu.org>
3143         PR target/63783
3144         PR target/51244
3145         * config/sh/sh_treg_combine.cc (sh_treg_combine::make_not_reg_insn):
3146         Do not emit bitwise not insn.  Emit logical not insn sequence instead.
3147         Adjust related comments throughout the file.
3149 2014-11-22  Oleg Endo  <olegendo@gcc.gnu.org>
3151         PR target/63986
3152         PR target/51244
3153         * config/sh/sh.c (sh_is_logical_t_store_expr,
3154         sh_try_omit_signzero_extend): Use rtx_insn* for insn argument.
3155         (sh_split_movrt_negc_to_movt_xor): New function.
3156         (sh_find_set_of_reg): Move to ...
3157         * config/sh/sh-protos.h (sh_find_set_of_reg): ... here and convert
3158         to template function.
3159         (set_of_reg): Use rtx_insn* for insn member.
3160         (sh_is_logical_t_store_expr, sh_try_omit_signzero_extend): Use
3161         rtx_insn* for insn argument.
3162         * config/sh/sh.md (movrt_negc, *movrt_negc): Split into movt-xor
3163         sequence using new sh_split_movrt_negc_to_movt_xor function.
3164         (movrt_xor): Allow also for SH2A.
3165         (*movt_movrt): Delete insns and splits.
3167 2014-11-22  Marc Glisse  <marc.glisse@inria.fr>
3169         PR tree-optimization/60770
3170         * tree-sra.c (clobber_subtree): New function.
3171         (sra_modify_constructor_assign): Call it.
3173 2014-11-21  Vladimir Makarov  <vmakarov@redhat.com>
3175         PR target/63897
3176         * lra-lives.c (mark_regno_live, mark_regno_dead): Remove last
3177         argument.
3178         (process_bb_lives): Rename dead_insn_p on remove_p
3179         and global_live_info_p on dead_insn_p.  Calculate local live info
3180         unconditionally.  Remove last argument in calls mark_regno_live and
3181         mark_regno_dead.  Reorganize body of EXECUTE_IF_SET_IN_BITMAP.
3182         (lra_create_live_ranges): Rename to lra_create_live_ranges_1.
3183         Return bool.  Rename global_live_info_p on dead_insn_p.  Return
3184         flag of live info change.
3185         (lra_create_live_ranges): New.
3187 2014-11-21  Jakub Jelinek  <jakub@redhat.com>
3189         PR target/63848
3190         PR target/63975
3191         * internal-fn.c (expand_arith_overflow_result_store,
3192         expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow): Use
3193         do_compare_rtx_and_jump instead of emit_cmp_and_jump_insns everywhere,
3194         adjust arguments to those functions.  Use unsignedp = true for
3195         EQ, NE, GEU, LEU, LTU and GTU comparisons.
3197         PR tree-optimization/64006
3198         * tree-vrp.c (stmt_interesting_for_vrp): Return true
3199         for {ADD,SUB,MUL}_OVERFLOW internal calls.
3200         (vrp_visit_assignment_or_call): For {ADD,SUB,MUL}_OVERFLOW
3201         internal calls, check if any REALPART_EXPR/IMAGPART_EXPR
3202         immediate uses would change their value ranges and return
3203         SSA_PROP_INTERESTING if so, or SSA_PROP_NOT_INTERESTING
3204         if there are some REALPART_EXPR/IMAGPART_EXPR immediate uses
3205         interesting for vrp.
3207 2014-11-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
3209         PR target/63965
3210         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Do not set
3211         Altivec & -16 mask if the type is not valid for Altivec registers.
3212         (rs6000_secondary_reload_memory): Add support for ((reg + const) +
3213         reg) that occurs during push_reload processing.
3215         * config/rs6000/altivec.md (altivec_mov<mode>): Add instruction
3216         alternative for moving constant vectors which are easy altivec
3217         constants to GPRs.  Set the length attribute each of the
3218         alternatives.
3220 2014-11-21  Matthew Fortune  <matthew.fortune@imgtec.com>
3222         * configure.ac: When checking for MIPS .module support ensure that
3223         o32 FPXX is supported to avoid a second configure check.
3224         * configure: Regenerate.
3226 2014-11-21  Jiong Wang  <jiong.wang@arm.com>
3228         * config/aarch64/iterators.md (VS): New mode iterator.
3229         (vsi2qi): New mode attribute.
3230         (VSI2QI): Likewise.
3231         * config/aarch64/aarch64-simd-builtins.def: New entry for ctz.
3232         * config/aarch64/aarch64-simd.md (ctz<mode>2): New pattern for ctz.
3233         * config/aarch64/aarch64-builtins.c
3234         (aarch64_builtin_vectorized_function): Support BUILT_IN_CTZ.
3236 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
3238         PR bootstrap/63784
3239         * configure: Regenerated.
3241 2014-11-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3243         * config/aarch64/arm_neon.h (vsqrt_f64): New intrinsic.
3245 2014-11-21  Ilya Tocar  <ilya.tocar@intel.com>
3247         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PCOMMIT_UNSET,
3248         OPTION_MASK_ISA_PCOMMIT_SET): New.
3249         (ix86_handle_option): Handle OPT_mpcommit.
3250         * config.gcc: Add pcommitintrin.h
3251         * config/i386/pcommitintrin.h: New file.
3252         * config/i386/cpuid.h (bit_PCOMMIT): Define.
3253         * config/i386/driver-i386.c (host_detect_local_cpu): Detect pcommit.
3254         * config/i386/i386-c.c (ix86_target_macros_internal): Define
3255         __PCOMMIT__.
3256         * config/i386/i386.c (ix86_target_string): Add -mpcommit.
3257         (PTA_PCOMMIT): Define.
3258         (ix86_option_override_internal): Handle new option.
3259         (ix86_valid_target_attribute_inner_p): Add pcommit.
3260         (ix86_builtins): Add IX86_BUILTIN_PCOMMIT.
3261         (bdesc_special_args): Add __builtin_ia32_pcommit.
3262         * config/i386/i386.h (TARGET_PCOMMIT, TARGET_PCOMMIT_P): Define.
3263         * config/i386/i386.md (unspecv): Add UNSPECV_PCOMMIT.
3264         (pcommit): New instruction.
3265         * config/i386/i386.opt: Add mpcommit.
3266         * config/i386/x86intrin.h: Include pcommitintrin.h.
3268 2014-11-20  Mark Wielaard  <mjw@redhat.com>
3270         PR debug/38757
3271         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use lang_GNU_C.
3272         * config/darwin.c (darwin_file_end): Use lang_GNU_CXX.
3273         (darwin_override_options): Likewise.
3274         * config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p):
3275         Likewise.
3276         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
3277         Likewise.
3278         * dbxout.c (get_lang_number): Likewise.
3279         (dbxout_type): Likewise.
3280         (dbxout_symbol_location): Likewise.
3281         * dwarf2out.c (add_prototyped_attribute): Add DW_AT_prototype
3282         also for DW_LANG_{C,C99,ObjC}.
3283         (highest_c_language): New function.
3284         (gen_compile_unit_die): Call highest_c_language to merge LTO
3285         TRANSLATION_UNIT_LANGUAGE. Use strncmp language_string to
3286         determine if DW_LANG_C99 or DW_LANG_C89 should be returned.
3287         * fold-const.c (fold_cond_expr_with_comparison): Use lang_GNU_CXX.
3288         * langhooks.h (struct lang_hooks): Add version comment to name.
3289         (lang_GNU_C): New function declaration.
3290         (lang_GNU_CXX): Likewise.
3291         * langhooks.c (lang_GNU_C): New function.
3292         (lang_GNU_CXX): Likewise.
3293         * vmsdbgout.c (vmsdbgout_init): Use lang_GNU_C and lang_GNU_CXX.
3295 2014-11-21  Ilya Tocar  <ilya.tocar@intel.com>
3297         * common/config/i386/i386-common.c (OPTION_MASK_ISA_CLWB_UNSET,
3298         OPTION_MASK_ISA_CLWB_SET): New.
3299         (ix86_handle_option): Handle OPT_mclwb.
3300         * config.gcc: Add clwbintrin.h.
3301         * config/i386/clwbintrin.h: New file.
3302         * config/i386/cpuid.h (bit_CLWB): Define.
3303         * config/i386/driver-i386.c (host_detect_local_cpu): Detect clwb.
3304         * config/i386/i386-c.c (ix86_target_macros_internal): Define
3305         __CLWB__.
3306         * config/i386/i386.c (ix86_target_string): Add -mclwb.
3307         (PTA_CLWB): Define.
3308         (ix86_option_override_internal): Handle new option.
3309         (ix86_valid_target_attribute_inner_p): Add clwb.
3310         (ix86_builtins): Add IX86_BUILTIN_CLWB.
3311         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clwb.
3312         (ix86_expand_builtin): Handle IX86_BUILTIN_CLWB.
3313         * config/i386/i386.h (TARGET_CLWB, TARGET_CLWB_P): Define.
3314         * config/i386/i386.md (unspecv): Add UNSPECV_CLWB.
3315         (clwb): New instruction.
3316         * config/i386/i386.opt: Add mclwb.
3317         * config/i386/x86intrin.h: Include clwbintrin.h.
3319 2014-11-21  Ilya Tocar  <ilya.tocar@intel.com>
3321         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET
3322         OPTION_MASK_ISA_AVX512VBMI_UNSET): New.
3323         (ix86_handle_option): Handle OPT_mavx512vbmi.
3324         * config.gcc: Add avx512vbmiintrin.h, avx512vbmivlintrin.h.
3325         * config/i386/avx512vbmiintrin.h: New file.
3326         * config/i386/avx512vbmivlintrin.h: Ditto.
3327         * config/i386/cpuid.h (bit_AVX512VBMI): New.
3328         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vbmi.
3329         * config/i386/i386-c.c (ix86_target_macros_internal): Define
3330         __AVX512VBMI__.
3331         * config/i386/i386.c (ix86_target_string): Add -mavx512vbmi.
3332         (PTA_AVX512VBMI): Define.
3333         (ix86_option_override_internal): Handle new options.
3334         (ix86_valid_target_attribute_inner_p): Add avx512vbmi,
3335         (ix86_builtins): Add IX86_BUILTIN_VPMULTISHIFTQB512,
3336         IX86_BUILTIN_VPMULTISHIFTQB256, IX86_BUILTIN_VPMULTISHIFTQB128,
3337         IX86_BUILTIN_VPERMVARQI512_MASK, IX86_BUILTIN_VPERMT2VARQI512,
3338         IX86_BUILTIN_VPERMT2VARQI512_MASKZ, IX86_BUILTIN_VPERMI2VARQI512,
3339         IX86_BUILTIN_VPERMVARQI256_MASK, IX86_BUILTIN_VPERMVARQI128_MASK,
3340         IX86_BUILTIN_VPERMT2VARQI256, IX86_BUILTIN_VPERMT2VARQI256_MASKZ,
3341         IX86_BUILTIN_VPERMT2VARQI128, IX86_BUILTIN_VPERMI2VARQI256,
3342         IX86_BUILTIN_VPERMI2VARQI128.
3343         (bdesc_special_args): Add __builtin_ia32_vpmultishiftqb512_mask,
3344         __builtin_ia32_vpmultishiftqb256_mask,
3345         __builtin_ia32_vpmultishiftqb128_mask,
3346         __builtin_ia32_permvarqi512_mask, __builtin_ia32_vpermt2varqi512_mask,
3347         __builtin_ia32_vpermt2varqi512_maskz,
3348         __builtin_ia32_vpermi2varqi512_mask, __builtin_ia32_permvarqi256_mask,
3349         __builtin_ia32_permvarqi128_mask, __builtin_ia32_vpermt2varqi256_mask,
3350         __builtin_ia32_vpermt2varqi256_maskz,
3351         __builtin_ia32_vpermt2varqi128_mask,
3352         __builtin_ia32_vpermt2varqi128_maskz,
3353         __builtin_ia32_vpermi2varqi256_mask,
3354         __builtin_ia32_vpermi2varqi128_mask.
3355         (ix86_hard_regno_mode_ok): Allow big masks for AVX512VBMI.
3356         * config/i386/i386.h (TARGET_AVX512VBMI, TARGET_AVX512VBMI_P): Define.
3357         * config/i386/i386.opt: Add mavx512vbmi.
3358         * config/i386/immintrin.h: Include avx512vbmiintrin.h,
3359         avx512vbmivlintrin.h.
3360         * config/i386/sse.md (unspec): Add UNSPEC_VPMULTISHIFT.
3361         (VI1_AVX512VL): New iterator.
3362         (<avx512>_permvar<mode><mask_name>): Use it.
3363         (<avx512>_vpermi2var<mode>3_maskz): Ditto.
3364         (<avx512>_vpermi2var<mode>3<sd_maskz_name>): Ditto.
3365         (<avx512>_vpermi2var<mode>3_mask): Ditto.
3366         (<avx512>_vpermt2var<mode>3_maskz): Ditto.
3367         (<avx512>_vpermt2var<mode>3<sd_maskz_name>): Ditto.
3368         (<avx512>_vpermt2var<mode>3_mask): Ditto.
3369         (vpmultishiftqb<mode><mask_name>): Ditto.
3371 2014-11-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3373         PR rtl-optimization/63952
3374         * optabs.c (prepare_cmp_insn): Do not call can_compare_p for CCmode.
3375         * config/s390/s390.md ("cbranchcc4"): Accept any s390_comparison.
3376         Remove incorrect TARGET_HARD_FLOAT check and no-op expander code.
3378 2014-11-21  Ilya Tocar  <ilya.tocar@intel.com>
3380         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512IFMA_SET,
3381         OPTION_MASK_ISA_AVX512IFMA_UNSET): New.
3382         (ix86_handle_option): Handle OPT_mavx512ifma.
3383         * config.gcc: Add avx512ifmaintrin.h, avx512ifmavlintrin.h.
3384         * config/i386/avx512ifmaintrin.h: New file.
3385         * config/i386/avx512ifmaivlntrin.h: Ditto.
3386         * config/i386/cpuid.h (bit_AVX512IFMA): New.
3387         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
3388         avx512ifma.
3389         * config/i386/i386-c.c (ix86_target_macros_internal): Define
3390         __AVX512IFMA__.
3391         * config/i386/i386.c (ix86_target_string): Add -mavx512ifma.
3392         (PTA_AVX512IFMA): Define.
3393         (ix86_option_override_internal): Handle new options.
3394         (ix86_valid_target_attribute_inner_p): Add avx512ifma.
3395         (ix86_builtins): Add IX86_BUILTIN_VPMADD52LUQ512,
3396         IX86_BUILTIN_VPMADD52HUQ512, IX86_BUILTIN_VPMADD52LUQ256,
3397         IX86_BUILTIN_VPMADD52HUQ256, IX86_BUILTIN_VPMADD52LUQ128,
3398         IX86_BUILTIN_VPMADD52HUQ128, IX86_BUILTIN_VPMADD52LUQ512_MASKZ,
3399         IX86_BUILTIN_VPMADD52HUQ512_MASKZ, IX86_BUILTIN_VPMADD52LUQ256_MASKZ,
3400         IX86_BUILTIN_VPMADD52HUQ256_MASKZ, IX86_BUILTIN_VPMADD52LUQ128_MASKZ,
3401         IX86_BUILTIN_VPMADD52HUQ128_MASKZ.
3402         (bdesc_special_args): Add __builtin_ia32_vpmadd52luq512_mask,
3403         __builtin_ia32_vpmadd52luq512_maskz,
3404         __builtin_ia32_vpmadd52huq512_mask,
3405         __builtin_ia32_vpmadd52huq512_maskx,
3406         __builtin_ia32_vpmadd52luq256_mask,
3407         __builtin_ia32_vpmadd52luq256_maskz,
3408         __builtin_ia32_vpmadd52huq256_mask,
3409         __builtin_ia32_vpmadd52huq256_maskz,
3410         __builtin_ia32_vpmadd52luq128_mask,
3411         __builtin_ia32_vpmadd52luq128_maskz,
3412         __builtin_ia32_vpmadd52huq128_mask,
3413         __builtin_ia32_vpmadd52huq128_maskz,
3414         * config/i386/i386.h (TARGET_AVX512IFMA, TARGET_AVX512IFMA_P): Define.
3415         * config/i386/i386.opt: Add mavx512ifma.
3416         * config/i386/immintrin.h: Include avx512ifmaintrin.h,
3417         avx512ifmavlintrin.h.
3418         * config/i386/sse.md (unspec): Add UNSPEC_VPMADD52LUQ,
3419         UNSPEC_VPMADD52HUQ.
3420         (VPMADD52): New iterator.
3421         (vpmadd52type): New attribute.
3422         (vpamdd52huq<mode>_maskz): New.
3423         (vpamdd52luq<mode>_maskz): Ditto.
3424         (vpamdd52<vpmadd52type><mode><sd_maskz_name>): Ditto.
3425         (vpamdd52<vpmadd52type><mode>_mask): Ditto.
3427 2014-11-21  Alan Lawrence  <alan.lawrence@arm.com>
3429         Revert:
3430         2014-09-22  Alan Lawrence  <alan.lawrence@arm.com>
3431         * fold-const.c (tree_swap_operands_p): Strip only sign-preserving NOPs.
3433 2014-11-21  Andrew Bennett  <andrew.bennett@imgtec.com>
3435         * config/mips/mips.c (mips_process_sync_loop): Place a
3436         nop in the delay slot of the branch likely instruction.
3437         (mips_output_sync_loop): Ensure mips_branch_likely is
3438         set before calling mips_output_sync_loop.
3439         (mips_sync_loop_insns): Likewise.
3441 2014-11-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3443         PR/target 63673
3444         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Allow
3445         the base pointer of vec_vsx_ld and vec_vsx_st to take a pointer to
3446         double.
3448 2014-11-21  Georg-Johann Lay  <avr@gjlay.de>
3450         Forward-port from 2014-10-30 4_9-branch r216934
3452         PR target/63633
3453         * config/avr/avr-protos.h (regmask): New inline function.
3454         (avr_fix_inputs, avr_emit3_fix_outputs): New protos.
3455         * config/avr/avr.c (avr_fix_operands, avr_move_fixed_operands)
3456         (avr_fix_inputs, avr_emit3_fix_outputs): New functions.
3457         * config/avr/avr-fixed.md (mulqq3_nomul, muluqq3_nomul)
3458         (mul<ALL2QA>3, mul<ALL4A>3, <usdiv><ALL1Q>3, <usdiv><ALL2QA>3)
3459         (<usdiv><ALL4A>3, round<ALL124QA>3): Fix input operands.
3460         * config/avr/avr-dimode.md (add<ALL8>3, sub<ALL8>3)
3461         (<ss_addsub><ALL8S>3, <us_addsub><ALL8U>3, cbranch<ALL8>4)
3462         (<di_shifts><ALL8>3, <any_extend>mulsidi3): Fix input operands.
3463         * config/avr/avr.md (mulqi3_call, mulhi3_call, mulsi3, mulpsi3)
3464         (mulu<QIHI>si3, muls<QIHI>si3, mulohisi3, <any_extend>mulhisi3)
3465         (usmulhisi3, <any_extend>mulhi3_highpart, mulsqipsi3)
3466         (fmul, fmuls, fmulsu): Fix operands.  Turn insn into expander as
3467         needed.
3469 2014-11-21  Jakub Jelinek  <jakub@redhat.com>
3471         PR target/61137
3472         * config/ia64/ia64.c (ia64_attribute_takes_identifier_p): New function.
3473         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Redefine to it.
3475 2014-11-21  James Greenhalgh  <james.greenhalgh@arm.com>
3477         * config/aarch64/aarch64-simd.md
3478         (aarch64_<ANY_EXTEND:su><ADDSUB:optab>l<mode>): Add a tab between
3479         output mnemonic and operands.
3480         (aarch64_simd_vec_unpack<su>_lo_<mode>): Likewise.
3481         (aarch64_simd_vec_unpack<su>_hi_<mode>): Likewise.
3483 2014-11-21  Evgeny Stupachenko  <evstupac@gmail.com>
3485         * config/i386/i386.c (ix86_option_override_internal): Increase
3486         PARAM_MAX_COMPLETELY_PEELED_INSNS.
3488 2014-11-21  Evgeny Stupachenko  <evstupac@gmail.com>
3490         PR target/60451
3491         * config/i386/i386.c (expand_vec_perm_even_odd_pack): New.
3492         (expand_vec_perm_even_odd_1): Add new expand for V8HI mode,
3493         replace for V16QI, V16HI and V32QI modes.
3494         (ix86_expand_vec_perm_const_1): Add new expand.
3496 2014-11-21  Nick Clifton  <nickc@redhat.com>
3498         * config/rl78/rl78-real.md (movqi_from_es): New pattern.
3499         * config/rl78/rl78.c (struct machine_function): Add uses_es field.
3500         (rl78_expand_prologue): Save the ES register in interrupt handlers
3501         that use it.
3502         (rl78_expand_epilogue): Restore the ES register if necessary.
3503         (rl78_start_function): Mention if the function uses the ES
3504         register.
3505         (rl78_lo16): Record the use of the ES register.
3506         (transcode_memory_rtx): Likewise.
3508 2014-11-21  Jakub Jelinek  <jakub@redhat.com>
3510         PR tree-optimization/61773
3511         * tree-ssa-strlen.c (get_string_length): Don't assert
3512         stpcpy has been prototyped if si->stmt is BUILT_IN_MALLOC.
3514         PR target/63910
3515         * simplify-rtx.c (simplify_immed_subreg): Return NULL for integer
3516         modes wider than MAX_BITSIZE_MODE_ANY_INT.  If not using
3517         CONST_WIDE_INT, make sure r fits into CONST_DOUBLE.
3519 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3521         * config/rs6000/rs6000.c (includes_rldic_lshift_p): Use
3522         HOST_WIDE_INT_M1U instead of ~0.
3523         (includes_rldicr_lshift_p): Likewise.
3525 2014-11-21  Chung-Ju Wu  <jasonwucj@gmail.com>
3527         * config/nds32/nds32.c (nds32_legitimate_address_p): For LO_SUM,
3528         we need to look into its operand to determine if it is a valid
3529         address.
3531 2014-11-21  Chung-Ju Wu  <jasonwucj@gmail.com>
3533         * config/nds32/nds32.c (nds32_emit_stack_push_multiple): Add new
3534         vaarg_p argument and create correct CFI info.
3535         (nds32_expand_prologue): Pass true or false to
3536         nds32_emit_stack_push_multiple function.
3538 2014-11-21  Chung-Ju Wu  <jasonwucj@gmail.com>
3540         * config/nds32/nds32.c (nds32_expand_prologue): Set fp_adjust_insn
3541         as RTX_FRAME_RELATED_P rtx.
3543 2014-11-21  Chung-Ju Wu  <jasonwucj@gmail.com>
3545         * config/nds32/nds32.opt (march): Add help message.
3547 2014-11-20  Patrick Palka  <ppalka@gcc.gnu.org>
3549         * tree-vrp.c (test_for_singularity): New parameter
3550         strict_overflow_p.  Set *strict_overflow_p to true if signed
3551         overflow must be undefined for the return value to satisfy the
3552         conditional.
3553         (simplify_cond_using_ranges): Don't perform the simplification
3554         if it violates overflow rules.
3556 2014-11-20  Marek Polacek  <polacek@redhat.com>
3558         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.
3560 2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
3562         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
3563         condition would be removed due to undefined behaviour.
3565 2014-11-20  Andrew Pinski  <apinski@cavium.com>
3567         PR ipa/63981
3568         PR ipa/63982
3569         * ipa-polymorphic-call.c (possible_placement_new):
3570         Use POINTER_SIZE instead of GET_MODE_BITSIZE (Pmode).
3571         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
3572         (extr_type_from_vtbl_ptr_store): Likewise.
3574 2014-11-20  Markus Trippelsdorf  <markus@trippelsdorf.de>
3576         * config/rs6000/constraints.md: Avoid signed integer overflows.
3577         * config/rs6000/predicates.md: Likewise.
3578         * config/rs6000/rs6000.c (num_insns_constant_wide): Likewise.
3579         (includes_rldic_lshift_p): Likewise.
3580         (includes_rldicr_lshift_p): Likewise.
3581         * emit-rtl.c (const_wide_int_htab_hash): Likewise.
3582         * loop-iv.c (determine_max_iter): Likewise.
3583         (iv_number_of_iterations): Likewise.
3584         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Likewise.
3585         * varasm.c (get_section_anchor): Likewise.
3587 2014-11-20  Charles Baylis  <charles.baylis@linaro.org>
3589         PR target/63870
3590         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Pass
3591         expression to aarch64_simd_lane_bounds.
3592         * config/aarch64/aarch64-protos.h (aarch64_simd_lane_bounds): Update
3593         prototype.
3594         * config/aarch64/aarch64-simd.md: (aarch64_combinez<mode>): Update
3595         call to aarch64_simd_lane_bounds.
3596         (aarch64_get_lanedi): Likewise.
3597         (aarch64_ld2_lane<mode>): Likewise.
3598         (aarch64_ld3_lane<mode>): Likewise.
3599         (aarch64_ld4_lane<mode>): Likewise.
3600         (aarch64_im_lane_boundsi): Likewise.
3601         * config/aarch64/aarch64.c (aarch64_simd_lane_bounds): Add exp
3602         parameter. Report calling function in error message if exp is non-NULL.
3604 2014-11-20  Segher Boessenkool  <segher@kernel.crashing.org>
3606         PR target/60111
3607         * config/sh/sh.c: Use signed char for signed field.
3609 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3611         * cfgexpand.c, gimple-ssa.h, trans-mem.c: Replace htab with
3612         hash_table.
3614 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3616         * ipa-utils.c, lto-section-in.c, lto-streamer.h,
3617         tree-scalar-evolution.c: Replace htab with hash_table.
3619 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3621         * lto-section-in.c (lto_delete_in_decl_state): Adjust.
3622         (lto_free_function_in_decl_state): Likewise.
3623         * lto-streamer-out.c (copy_function_or_variable): Likewise.
3624         * lto-streamer.h (lto_file_decl_data_get_ ## name): Likewise.
3625         (lto_file_decl_data_num_ ## name ## s): Likewise.
3626         (struct lto_tree_ref_table): Remove.
3627         (struct lto_in_decl_state): Replace lto_tree_ref_table with vec<tree>.
3629 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3631         * hash-map.h (hash_map::iterator): New class.
3632         (hash_map::begin): New method.
3633         (hash_map::end): Likewise.
3634         * alias.c, config/alpha/alpha.c, dwarf2asm.c, omp-low.c, tree.h:
3635         replace splay_tree with hash_map.
3637 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3639         * hash-table.h (hash_table::hash_table): Call alloc_entries.
3640         (hash_table::alloc_entries): new method.
3641         (hash_table::expand): Call alloc_entries.
3642         (hash_table::empty): Likewise.
3644 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3646         * config/i386/i386.c, function.c, trans-mem.c, tree-core.h,
3647         tree.c, tree.h, ubsan.c, varasm.c: Use hash_table instead of htab.
3649 2014-11-20  Trevor Saunders  <tsaunders@mozilla.com>
3651         * doc/gty.texi: Document the new cache gty attribute.
3652         * gengtype.c (finish_cache_funcs): New function.
3653         (write_roots): Call gt_clear_cache on global variables with the cache
3654         gty attribute.
3655         * ggc-common.c (ggc_mark_roots): Call gt_clear_caches.
3656         * ggc.h (gt_clear_caches): New declaration.
3657         * hash-table.h (struct ggc_cache_hasher): New hasher for caches in gc
3658         memory.
3659         (gt_cleare_cache): New function.
3660         * emit-rtl.c, rtl.h, tree.c: Use hash_table instead of htab.
3662 2014-11-20  Segher Boessenkool  <segher@kernel.crashing.org>
3664         * combine.c (try_combine): Prefer to delete dead SETs inside
3665         a PARALLEL over keeping them.
3667 2014-11-20  Segher Boessenkool  <segher@kernel.crashing.org>
3669         * combine.c (combine_validate_cost): Always print the insn costs
3670         to the dump file.
3672 2014-11-20  Richard Henderson <rth@redhat.com>
3674         PR target/63977
3675         * config/i386/i386.c (ix86_static_chain): Reinstate the check
3676         for DECL_STATIC_CHAIN.
3678 2014-11-20  Tejas Belagod  <tejas.belagod@arm.com>
3680         * config/aarch64/aarch64-protos.h (aarch64_classify_symbol):
3681         Fixup prototype.
3682         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate,
3683         aarch64_cannot_force_const_mem, aarch64_classify_address,
3684         aarch64_classify_symbolic_expression): Fixup call to
3685         aarch64_classify_symbol.
3686         (aarch64_classify_symbol): Add range-checking for
3687         symbol + offset addressing for tiny and small models.
3689 2014-11-20  Richard Biener  <rguenther@suse.de>
3691         PR middle-end/63962
3692         * match.pd ((p +p off1) +p off2 -> (p +p (off1 + off2))):
3693         Guard with single-use operand 0.
3695 2014-11-20   Richard Biener  <rguenther@suse.de>
3697         PR tree-optimization/63677
3698         * tree-ssa-dom.c: Include gimplify.h for unshare_expr.
3699         (avail_exprs_stack): Make a vector of pairs.
3700         (struct hash_expr_elt): Replace stmt member with vop member.
3701         (expr_elt_hasher::equal): Simplify.
3702         (initialize_hash_element): Adjust.
3703         (initialize_hash_element_from_expr): Likewise.
3704         (dom_opt_dom_walker::thread_across_edge): Likewise.
3705         (record_cond): Likewise.
3706         (dom_opt_dom_walker::before_dom_children): Likewise.
3707         (print_expr_hash_elt): Likewise.
3708         (remove_local_expressions_from_table): Restore previous state
3709         if requested.
3710         (record_equivalences_from_stmt): Record &x + CST as constant
3711         &MEM[&x, CST] for further propagation.
3712         (vuse_eq): New function.
3713         (lookup_avail_expr): For loads use the alias oracle to see
3714         whether a candidate from the expr hash is usable.
3715         (avail_expr_hash): Do not hash VUSEs.
3717 2014-11-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3719         PR target/59593
3720         * config/arm/arm.md (*movhi_insn): Use right formatting
3721         for immediate.
3723 2014-11-20  Igor Zamyatin  <igor.zamyatin@intel.com>
3725         PR sanitizer/63845
3726         * function.c (assign_parms): Move init of pic_offset_table_rtx
3727         from here to...
3728         * cfgexpand.c (expand_used_vars): ...here.
3730 2014-11-19  Jan Hubicka  <hubicka@ucw.cz>
3732         * tree.c (free_lang_data_in_type): If BINFO has no important
3733         information in it, set it to NULL.
3734         (get_binfo_at_offset): Do not walk fields, only bases.
3735         * ipa-utils.h (polymorphic_type_binfo_p): Be ready for BINFO_TYPE
3736         to be NULL.
3737         * ipa-polymorphic-call.c (record_known_type): Likewise.
3739 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3741         PR jit/63854
3742         * ipa-icf.c (sem_item_optimizer::~sem_item_optimizer): Free each
3743         congruence_class_group *.
3745 2014-11-19  Uros Bizjak  <ubizjak@gmail.com>
3747         PR target/63947
3748         * config/i386/i386.c (put_condition_code) <case LTU, case GEU>:
3749         Output "b" and "nb" suffix for FP mode.
3751 2014-11-19  Jan Hubicka  <hubicka@ucw.cz>
3753         PR bootstrap/63963
3754         * tree-streamer-out.c (write_ts_function_decl_tree_pointers): Stream
3755         out DECL_FUNCTION_SPECIFIC_TARGET
3756         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): Stream
3757         in DECL_FUNCTION_SPECIFIC_TARGET.
3759 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3761         PR jit/63854
3762         * pass_manager.h (GCC_PASS_LISTS): Add all_late_ipa_passes.
3764 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3766         PR jit/63854
3767         * lra.c (lra): After creating live ranges in preparation for call
3768         to lra_inheritance, set live_p to true.
3770 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3772         PR jit/63854
3773         * tree-ssa-threadedge.c (thread_across_edge): Don't just release
3774         "path", delete it.
3775         * tree-ssa-threadupdate.c (delete_jump_thread_path): Likewise.
3777 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3779         PR jit/63854
3780         * tree-ssa-pre.c (do_regular_insertion): Convert "avail" from
3781         vec<> to auto_vec<> to fix a leak.
3783 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3785         PR jit/63854
3786         * dwarf2out.c (dwarf2out_c_finalize): Free producer_string.
3788 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3790         PR jit/63854
3791         * ira-costs.c (ira_costs_c_finalize): New function.
3792         * ira.h (ira_costs_c_finalize): New prototype.
3793         * toplev.c (toplev::finalize): Call ira_costs_c_finalize.
3795 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3797         PR jit/63854
3798         * ipa-reference.c (ipa_reference_c_finalize): Release
3799         optimization_summary_obstack.
3801 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3803         PR jit/63854
3804         * toplev.c (toplev::finalize): Free opts_obstack.
3806 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3808         PR jit/63854
3809         * toplev.c (toplev::finalize): Clean up save_decoded_options.
3811 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3813         PR jit/63854
3814         * bb-reorder.c
3815         (find_rarely_executed_basic_blocks_and_crossing_edges): Convert
3816         local bbs_in_hot_partition from vec<> to auto_vec<>.
3818 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3820         PR jit/63854
3821         * config/alpha/alpha.c (alpha_option_override): Remove static from
3822         "handle_trap_shadows_info" and "align_insns_info".
3823         * config/i386/i386.c (ix86_option_override): Likewise for
3824         "insert_vzeroupper_info".
3825         * config/rl78/rl78.c (rl78_asm_file_start): Likewise for
3826         "rl78_devirt_info" and "rl78_move_elim_info".
3827         * config/rs6000/rs6000.c (rs6000_option_override): Likewise for
3828         "analyze_swaps_info".
3829         * context.c (gcc::context::~context): New.
3830         * context.h (gcc::context::~context): New.
3831         * dumpfile.c (dump_files): Add "false" initializers for new field
3832         "owns_strings".
3833         (gcc::dump_manager::~dump_manager): New.
3834         (gcc::dump_manager::dump_register): Add param "take_ownership".
3835         * dumpfile.h (struct dump_file_info): Add field "owns_strings".
3836         (gcc::dump_manager::~dump_manager): New.
3837         (gcc::dump_manager::dump_register): Add param "take_ownership".
3838         * pass_manager.h (gcc::pass_manager::operator delete): New.
3839         (gcc::pass_manager::~pass_manager): New.
3840         * passes.c (pass_manager::register_one_dump_file): Pass "true" to
3841         new "owns_strings" argument to dump_register.
3842         (pass_manager::operator delete): New.
3843         (delete_pass_tree): New function.
3844         (pass_manager::~pass_manager): New.
3845         * statistics.c (statistics_early_init): Pass "false" to
3846         new "owns_strings" argument to dump_register.
3847         * toplev.c (toplev::finalize): Clean up the context and thus the
3848         things it owns.
3850 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3852         PR jit/63854
3853         * reginfo.c (finish_subregs_of_mode): Replace obstack_finish with
3854         obstack_free when cleaning up valid_mode_changes_obstack.
3856 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3858         PR jit/63854
3859         * opts.c (finalize_options_struct): New.
3860         * opts.h (finalize_options_struct): New.
3861         * toplev.c (toplev::finalize): Call finalize_options_struct
3862         on global_options and global_options_set.
3864 2014-11-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3865             Jakub Jelinek  <jakub@redhat.com>
3867         PR driver/36312
3868         PR driver/63837
3869         * gcc.c (process_command): Don't check for input/output
3870         filename equality if output is HOST_BIT_BUCKET.
3871         * toplev.c (init_asm_output): Likewise.
3873 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
3875         Merger of git branch "gimple-classes-v2-option-3".
3877         * ChangeLog.gimple-classes: New.
3879         * coretypes.h (struct gcond): Add forward decl.
3880         (struct gdebug): Likewise.
3881         (struct ggoto): Likewise.
3882         (struct glabel): Likewise.
3883         (struct gswitch): Likewise.
3884         (struct gassign): Likewise.
3885         (struct gasm): Likewise.
3886         (struct gcall): Likewise.
3887         (struct gtransaction): Likewise.
3888         (struct greturn): Likewise.
3889         (struct gbind): Likewise.
3890         (struct gcatch): Likewise.
3891         (struct geh_filter): Likewise.
3892         (struct geh_mnt): Likewise.
3893         (struct geh_else): Likewise.
3894         (struct gresx): Likewise.
3895         (struct geh_dispatch): Likewise.
3896         (struct gphi): Likewise.
3897         (struct gtry): Likewise.
3898         (struct gomp_atomic_load): Likewise.
3899         (struct gomp_atomic_store): Likewise.
3900         (struct gomp_continue): Likewise.
3901         (struct gomp_critical): Likewise.
3902         (struct gomp_for): Likewise.
3903         (struct gomp_parallel): Likewise.
3904         (struct gomp_task): Likewise.
3905         (struct gomp_sections): Likewise.
3906         (struct gomp_single): Likewise.
3907         (struct gomp_target): Likewise.
3908         (struct gomp_teams): Likewise.
3910         * doc/gimple.texi (Class hierarchy of GIMPLE statements): Update
3911         for renaming of gimple subclasses.
3913         * gdbhooks.py: Update.
3915         * gimple-iterator.c (gsi_for_phi): New.
3916         (gsi_start_phis): Strengthen return type from gimple_stmt_iterator
3917         to gphi_iterator.
3918         * gimple-iterator.h (struct gphi_iterator): New subclass of
3919         gimple_stmt_iterator.
3920         (gsi_for_phi): New prototype.
3921         (gsi_start_phis): Strengthen return type from gimple_stmt_iterator
3922         to gphi_iterator.
3923         (gsi_next_nonvirtual_phi): Strengthen param from
3924         gimple_stmt_iterator * to gphi_iterator *, and local "phi" from
3925         gimple to gphi *.
3927         * gsstruct.def: Update for renamings of classes.
3929         * gimple.c (gimple_build_return): Strengthen return type from
3930         gimple to greturn *.
3931         (gimple_call_reset_alias_info): Strengthen param to gcall *.
3932         (gimple_build_call_1): Strengthen return type from gimple to
3933         gcall *.
3934         (gimple_build_call_vec): Likewise.
3935         (gimple_build_call): Likewise.
3936         (gimple_build_call_valist): Likewise.
3937         (gimple_build_call_internal_1): Likewise.
3938         (gimple_build_call_internal): Likewise.
3939         (gimple_build_call_internal_vec): Likewise.
3940         (gimple_build_call_from_tree): Likewise.
3941         (gimple_build_assign_stat): Strengthen return type from gimple to
3942         gassign *.
3943         (gimple_build_assign_with_ops): Likewise.
3944         (gimple_build_assign_with_ops): Likewise.
3945         (gimple_build_cond): Strengthen return type from gimple to
3946         gcond *.
3947         (gimple_build_cond_from_tree): Likewise.
3948         (gimple_cond_set_condition_from_tree): Require a gcond *.
3949         (gimple_build_label): Strengthen return type from gimple to
3950         glabel *.
3951         (gimple_build_goto): Strengthen return type from gimple to
3952         ggoto *.
3953         (gimple_build_bind): Strengthen return type from gimple to
3954         gbind *.
3955         (gimple_build_asm_1): Strengthen return type from gimple to
3956         gasm *.
3957         (gimple_build_asm_vec): Likewise.
3958         (gimple_build_catch): Strengthen return type from gimple to
3959         gcatch *.
3960         (gimple_build_eh_filter): Strengthen return type from gimple to
3961         geh_filter *.
3962         (gimple_build_eh_must_not_throw): Strengthen return type from
3963         gimple to geh_mnt *.
3964         (gimple_build_eh_else): Strengthen return type from gimple to
3965         geh_else *.
3966         (gimple_build_try): Update for renaming of gimple_statement_try to
3967         gtry.
3968         (gimple_build_resx): Strengthen return type from gimple to
3969         gresx *.
3970         (gimple_build_switch_nlabels): Strengthen return type from gimple
3971         to gswitch *.
3972         (gimple_build_switch): Likewise.
3973         (gimple_build_eh_dispatch): Strengthen return type from gimple to
3974         geh_dispatch *.
3975         (gimple_build_debug_bind_stat): Strengthen return type from gimple
3976         to gdebug *.
3977         (gimple_build_debug_source_bind_stat): Strengthen return type from
3978         gimple to gdebug *.
3979         (gimple_build_omp_critical): Strengthen return type from gimple to
3980         gomp_critical *.
3981         (gimple_build_omp_for): Strengthen return type from gimple to
3982         gomp_for *.
3983         (gimple_build_omp_parallel): Strengthen return type from gimple to
3984         gomp_parallel *.
3985         (gimple_build_omp_task): Strengthen return type from gimple to
3986         gomp_task *.
3987         (gimple_build_omp_continue): Strengthen return type from gimple to
3988         gomp_continue *.
3989         (gimple_build_omp_sections): Strengthen return type from gimple to
3990         gomp_sections *.
3991         (gimple_build_omp_single): Strengthen return type from gimple to
3992         gomp_single *.
3993         (gimple_build_omp_target): Strengthen return type from gimple to
3994         gomp_target *.
3995         (gimple_build_omp_teams): Strengthen return type from gimple to
3996         gomp_teams *.
3997         (gimple_build_omp_atomic_load): Strengthen return type from gimple
3998         to gomp_atomic_load *.
3999         (gimple_build_omp_atomic_store): Strengthen return type from gimple
4000         to gomp_atomic_store *.
4001         (gimple_build_transaction): Strengthen return type from gimple
4002         to gtransaction *.
4003         (empty_stmt_p): Replace check for GIMPLE_BIND with a dyn_cast.
4004         (gimple_call_fnspec): Require a const gcall *.
4005         (gimple_call_arg_flags): Likewise.
4006         (gimple_call_return_flags): Likewise.
4007         (gimple_set_bb): Add a checked cast.
4008         (gimple_copy): Within the cases, add locals of the appropriate
4009         subclass and use in place of "stmt" and "copy" for typesafety.
4010         (gimple_has_side_effects): Add a checked cast.
4011         (gimple_could_trap_p_1): Likewise.
4012         (gimple_call_copy_skip_args): Require a gcall *, and return one.
4013         (gimple_asm_clobbers_memory_p): Require a const gasm *.
4014         (infer_nonnull_range): Replace a check for GIMPLE_RETURN with a
4015         dyn_cast, introducing local "return_stmt" and using ti in place
4016         of "stmt".
4018         * gimple.h (gimple_vec): Eliminate this typedef.
4019         (struct gimple_statement_call): Rename to...
4020         (struct gcall): ...this.
4021         (struct gimple_statement_bind): Rename to...
4022         (struct gbind): ...this.
4023         (struct gimple_statement_catch): Rename to...
4024         (struct gcatch): ...this.
4025         (struct gimple_statement_eh_filter): Rename to...
4026         (struct geh_filter): ...this.
4027         (struct gimple_statement_eh_else): Rename to...
4028         (struct geh_else): ...this.
4029         (struct gimple_statement_eh_mnt): Rename to...
4030         (struct geh_mnt): ...this.
4031         (struct gimple_statement_phi): Rename to...
4032         (struct gphi): ...this.
4033         (struct gimple_statement_resx): Rename to...
4034         (struct gresx): ...this.
4035         (struct gimple_statement_eh_dispatch): Rename to...
4036         (struct geh_dispatch): ...this.
4037         (struct gimple_statement_try): Rename to...
4038         (struct gtry): ...this.
4039         (struct gimple_statement_asm): Rename to...
4040         (struct gasm): ...this.
4041         (struct gimple_statement_omp_critical): Rename to...
4042         (struct gomp_critical): ...this.
4043         (struct gimple_statement_omp_for): Rename to...
4044         (struct gomp_for): ...this.
4045         (struct gimple_statement_omp_parallel): Rename to...
4046         (struct gomp_parallel): ...this.
4047         (struct gimple_statement_omp_target): Rename to...
4048         (struct gomp_target): ...this.
4049         (struct gimple_statement_omp_task): Rename to...
4050         (struct gomp_task): ...this.
4051         (struct gimple_statement_omp_sections): Rename to...
4052         (struct gomp_sections): ...this.
4053         (struct gimple_statement_omp_continue): Rename to...
4054         (struct gomp_continue): ...this.
4055         (struct gimple_statement_omp_single): Rename to...
4056         (struct gomp_single): ...this.
4057         (struct gimple_statement_omp_teams): Rename to...
4058         (struct gomp_teams): ...this.
4059         (struct gimple_statement_omp_atomic_load): Rename to...
4060         (struct gomp_atomic_load): ...this.
4061         (struct gimple_statement_omp_atomic_store :): Rename to...
4062         (struct gomp_atomic_store :): ...this.
4063         (struct gimple_statement_transaction): Rename to...
4064         (struct gtransaction): ...this.
4065         (struct gcond): New subclass.
4066         (struct gdebug): New subclass.
4067         (struct ggoto): New subclass.
4068         (struct glabel): New subclass.
4069         (struct gswitch): New subclass.
4070         (struct gassign): New subclass.
4071         (struct greturn): New subclass.
4072         (is_a_helper <gimple_statement_asm *>::test): Rename to...
4073         (is_a_helper <gasm *>::test): ...this.
4074         (is_a_helper <gimple_statement_bind *>::test): Rename to...
4075         (is_a_helper <gbind *>::test): ...this.
4076         (is_a_helper <gassign *>::test): New.
4077         (is_a_helper <gimple_statement_call *>::test): Rename to...
4078         (is_a_helper <gcall *>::test): ...this.
4079         (is_a_helper <gimple_statement_catch *>::test): Rename to...
4080         (is_a_helper <gcatch *>::test): ...this.
4081         (is_a_helper <gimple_statement_resx *>::test): Rename to...
4082         (is_a_helper <gresx *>::test): ...this.
4083         (is_a_helper <gcond *>::test): New.
4084         (is_a_helper <gdebug *>::test): New.
4085         (is_a_helper <ggoto *>::test): New.
4086         (is_a_helper <glabel *>::test): New.
4087         (is_a_helper <gimple_statement_eh_dispatch *>::test): Rename to...
4088         (is_a_helper <geh_dispatch *>::test): ...this.
4089         (is_a_helper <gimple_statement_eh_else *>::test): Rename to...
4090         (is_a_helper <geh_else *>::test): ...this.
4091         (is_a_helper <gimple_statement_eh_filter *>::test): Rename to...
4092         (is_a_helper <geh_filter *>::test): ...this.
4093         (is_a_helper <gimple_statement_eh_mnt *>::test): Rename to...
4094         (is_a_helper <geh_mnt *>::test): ...this.
4095         (is_a_helper <gimple_statement_omp_atomic_load *>::test): Rename to...
4096         (is_a_helper <gomp_atomic_load *>::test): ...this.
4097         (is_a_helper <gimple_statement_omp_atomic_store *>::test): Rename to...
4098         (is_a_helper <gomp_atomic_store *>::test): ...this.
4099         (is_a_helper <gimple_statement_omp_continue *>::test): Rename to...
4100         (is_a_helper <gomp_continue *>::test): ...this.
4101         (is_a_helper <gimple_statement_omp_critical *>::test): Rename to...
4102         (is_a_helper <gomp_critical *>::test): ...this.
4103         (is_a_helper <gimple_statement_omp_for *>::test): Rename to...
4104         (is_a_helper <gomp_for *>::test): ...this.
4105         (is_a_helper <gimple_statement_omp_parallel *>::test): Rename to...
4106         (is_a_helper <gomp_parallel *>::test): ...this.
4107         (is_a_helper <gimple_statement_omp_target *>::test): Rename to...
4108         (is_a_helper <gomp_target *>::test): ...this.
4109         (is_a_helper <gimple_statement_omp_sections *>::test): Rename to...
4110         (is_a_helper <gomp_sections *>::test): ...this.
4111         (is_a_helper <gimple_statement_omp_single *>::test): Rename to...
4112         (is_a_helper <gomp_single *>::test): ...this.
4113         (is_a_helper <gimple_statement_omp_teams *>::test): Rename to...
4114         (is_a_helper <gomp_teams *>::test): ...this.
4115         (is_a_helper <gimple_statement_omp_task *>::test): Rename to...
4116         (is_a_helper <gomp_task *>::test): ...this.
4117         (is_a_helper <gimple_statement_phi *>::test): Rename to...
4118         (is_a_helper <gphi *>::test): ...this.
4119         (is_a_helper <gimple_statement_transaction *>::test): Rename to...
4120         (is_a_helper <gtransaction *>::test): ...this.
4121         (is_a_helper <greturn *>::test): New.
4122         (is_a_helper <gswitch *>::test): New.
4123         (is_a_helper <gimple_statement_try *>::test): Rename to...
4124         (is_a_helper <gtry *>::test): ...this.
4125         (is_a_helper <const gimple_statement_asm *>::test): Rename to...
4126         (is_a_helper <const gasm *>::test): ...this.
4127         (is_a_helper <const gimple_statement_bind *>::test): Rename to...
4128         (is_a_helper <const gbind *>::test): ...this.
4129         (is_a_helper <const gimple_statement_call *>::test): Rename to...
4130         (is_a_helper <const gcall *>::test): ...this.
4131         (is_a_helper <const gimple_statement_catch *>::test): Rename to...
4132         (is_a_helper <const gcatch *>::test): ...this.
4133         (is_a_helper <const gimple_statement_resx *>::test): Rename to...
4134         (is_a_helper <const gresx *>::test): ...this.
4135         (is_a_helper <const gimple_statement_eh_dispatch *>::test): Rename to...
4136         (is_a_helper <const geh_dispatch *>::test): ...this.
4137         (is_a_helper <const gimple_statement_eh_filter *>::test): Rename to...
4138         (is_a_helper <const geh_filter *>::test): ...this.
4139         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
4140         Rename to...
4141         (is_a_helper <const gomp_atomic_load *>::test): ...this.
4142         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
4143         Rename to...
4144         (is_a_helper <const gomp_atomic_store *>::test): ...this.
4145         (is_a_helper <const gimple_statement_omp_continue *>::test):
4146         Rename to...
4147         (is_a_helper <const gomp_continue *>::test): ...this.
4148         (is_a_helper <const gimple_statement_omp_critical *>::test):
4149         Rename to...
4150         (is_a_helper <const gomp_critical *>::test): ...this.
4151         (is_a_helper <const gimple_statement_omp_for *>::test): Rename to...
4152         (is_a_helper <const gomp_for *>::test): ...this.
4153         (is_a_helper <const gimple_statement_omp_parallel *>::test):
4154         Rename to...
4155         (is_a_helper <const gomp_parallel *>::test): ...this.
4156         (is_a_helper <const gimple_statement_omp_target *>::test): Rename to...
4157         (is_a_helper <const gomp_target *>::test): ...this.
4158         (is_a_helper <const gimple_statement_omp_sections *>::test):
4159         Rename to...
4160         (is_a_helper <const gomp_sections *>::test): ...this.
4161         (is_a_helper <const gimple_statement_omp_single *>::test): Rename to...
4162         (is_a_helper <const gomp_single *>::test): ...this.
4163         (is_a_helper <const gimple_statement_omp_teams *>::test): Rename to...
4164         (is_a_helper <const gomp_teams *>::test): ...this.
4165         (is_a_helper <const gimple_statement_omp_task *>::test): Rename to...
4166         (is_a_helper <const gomp_task *>::test): ...this.
4167         (is_a_helper <const gimple_statement_phi *>::test): Rename to...
4168         (is_a_helper <const gphi *>::test): ...this.
4169         (is_a_helper <const gimple_statement_transaction *>::test): Rename to...
4170         (is_a_helper <const gtransaction *>::test): ...this.
4171         (gimple_build_return): Strengthen return type to greturn *.
4172         (gimple_call_reset_alias_info): Require a gcall *.
4173         (gimple_build_call_vec): Return a gcall *.
4174         (gimple_build_call): Likewise.
4175         (gimple_build_call_valist): Likewise.
4176         (gimple_build_call_internal): Likewise.
4177         (gimple_build_call_internal_vec): Likewise.
4178         (gimple_build_call_from_tree): Likewise.
4179         (gimple_build_assign_stat): Return a gassign *.
4180         (gimple_build_assign_with_ops): Likewise.
4181         (gimple_build_cond): Return a gcond *.
4182         (gimple_build_cond_from_tree): Likewise.
4183         (gimple_cond_set_condition_from_tree): Require a gcond *.
4184         (gimple_build_label): Return a glabel *.
4185         (gimple_build_goto): Return a ggoto *.
4186         (gimple_build_bind): Return a gbind *.
4187         (gimple_build_asm_vec): Return a gasm *.
4188         (gimple_build_catch): Return a gcatch *.
4189         (gimple_build_eh_filter): Return a geh_filter *.
4190         (gimple_build_eh_must_not_throw): Return a geh_mnt *.
4191         (gimple_build_eh_else): Return a geh_else *.
4192         (gimple_build_try): Return a gtry *.
4193         (gimple_build_resx): Return a gresx *.
4194         (gimple_build_switch_nlabels): Return a gswitch *.
4195         (gimple_build_switch): Return a gswitch *.
4196         (gimple_build_eh_dispatch): Return a geh_dispatch *.
4197         (gimple_build_debug_bind_stat): Return a gdebug *.
4198         (gimple_build_debug_source_bind_stat): Return a gdebug *.
4199         (gimple_build_omp_critical): Return a gomp_critical *.
4200         (gimple_build_omp_for): Return a gomp_for *.
4201         (gimple_build_omp_parallel): Return a gomp_parallel *.
4202         (gimple_build_omp_task): Return a gomp_task *.
4203         (gimple_build_omp_continue): Return a gomp_continue *.
4204         (gimple_build_omp_sections): Return a gomp_sections *.
4205         (gimple_build_omp_single): Return a gomp_single *.
4206         (gimple_build_omp_target): Return a gomp_target *.
4207         (gimple_build_omp_teams): Return a gomp_teams *.
4208         (gimple_build_omp_atomic_load): Return a gomp_atomic_load *.
4209         (gimple_build_omp_atomic_store): Return a gomp_atomic_store *.
4210         (gimple_build_transaction): Return a gtransaction *.
4211         (gimple_call_arg_flags): Require a const gcall *.
4212         (gimple_call_return_flags): Likewise.
4213         (gimple_call_copy_skip_args): Require and return a gcall *.
4214         (gimple_asm_clobbers_memory_p): Require a const gasm *.
4215         (gimple_seq_first_stmt_as_a_bind): New.
4216         (gimple_assign_nontemporal_move_p): Require a const gassign *
4217         rather than a const_gimple.
4218         (gimple_call_internal_fn): Update for renaming to gcall.
4219         (gimple_call_fntype): Likewise.
4220         (gimple_call_set_fntype): Require a gcall * rather than a gimple.
4221         (gimple_call_set_fn): Likewise.
4222         (gimple_call_set_internal_fn): Likewise.
4223         (gimple_call_set_chain): Likewise.
4224         (gimple_call_set_tail): Likewise.
4225         (gimple_call_tail_p): Likewise.
4226         (gimple_call_set_return_slot_opt): Likewise.
4227         (gimple_call_return_slot_opt_p): Likewise.
4228         (gimple_call_set_from_thunk): Likewise.
4229         (gimple_call_from_thunk_p): Likewise.
4230         (gimple_call_set_va_arg_pack): Likewise.
4231         (gimple_call_va_arg_pack_p): Likewise.
4232         (gimple_call_set_nothrow): Likewise.
4233         (gimple_call_nothrow_p): Likewise.
4234         (gimple_call_set_alloca_for_var): Likewise.
4235         (gimple_call_alloca_for_var_p): Likewise.
4236         (gimple_call_use_set): Likewise.
4237         (gimple_call_clobber_set): Likewise.
4238         (gimple_call_return_type): Require a const gcall * rather than a
4239         const_gimple.
4240         (gimple_call_chain_ptr): Likewise.
4241         (gimple_call_copy_flags): Require a pair of gcall *.
4242         (gimple_cond_set_code): Require a gcond * rather than a gimple
4243         (gimple_cond_set_lhs): Likewise.
4244         (gimple_cond_set_rhs): Likewise.
4245         (gimple_cond_set_true_label): Likewise.
4246         (gimple_cond_set_false_label): Likewise.
4247         (gimple_cond_make_false): Likewise.
4248         (gimple_cond_make_true): Likewise.
4249         (gimple_cond_lhs_ptr): Require a const gcond * rather than a
4250         const_gimple.
4251         (gimple_cond_rhs_ptr): Likewise.
4252         (gimple_cond_true_label): Likewise.
4253         (gimple_cond_false_label): Likewise.
4254         (gimple_cond_true_p): Likewise.
4255         (gimple_cond_false_p): Likewise.
4256         (gimple_cond_set_condition): Likewise.
4257         (gimple_label_label): Require a const glabel *.
4258         (gimple_label_set_label): Require a glabel *.
4259         (gimple_goto_set_dest): Require a ggoto *.
4260         (gimple_bind_vars): Require a const gbind *.
4261         (gimple_bind_block): Likewise.
4262         (gimple_bind_set_vars): Require a gbind *.
4263         (gimple_bind_append_vars): Likewise.
4264         (gimple_bind_body_ptr): Likewise.
4265         (gimple_bind_body): Likewise.
4266         (gimple_bind_set_body): Likewise.
4267         (gimple_bind_add_stmt): Likewise.
4268         (gimple_bind_add_seq): Likewise.
4269         (gimple_bind_set_block): Likewise.
4270         (gimple_asm_ninputs): Require a const gasm *.
4271         (gimple_asm_noutputs): Likewise.
4272         (gimple_asm_nclobbers): Likewise.
4273         (gimple_asm_nlabels): Likewise.
4274         (gimple_asm_input_op): Likewise.
4275         (gimple_asm_input_op_ptr): Likewise.
4276         (gimple_asm_output_op): Likewise.
4277         (gimple_asm_output_op_ptr): Likewise.
4278         (gimple_asm_clobber_op): Likewise.
4279         (gimple_asm_label_op): Likewise.
4280         (gimple_asm_string): Likewise.
4281         (gimple_asm_volatile_p): Likewise.
4282         (gimple_asm_input_p): Likewise.
4283         (gimple_asm_set_input_op): Require a gasm *.
4284         (gimple_asm_set_output_op): Likewise.
4285         (gimple_asm_set_clobber_op): Likewise.
4286         (gimple_asm_set_label_op): Likewise.
4287         (gimple_asm_set_volatile): Likewise.
4288         (gimple_asm_set_input): Likewise.
4289         (gimple_catch_types): Require a const gcatch *.
4290         (gimple_catch_types_ptr): Require a gcatch *.
4291         (gimple_catch_handler_ptr): Likewise.
4292         (gimple_catch_handler): Likewise.
4293         (gimple_catch_set_types): Likewise.
4294         (gimple_catch_set_handler): Likewise.
4295         (gimple_eh_filter_types): Update for renaming of subclass to
4296         geh_filter.
4297         (gimple_eh_filter_types_ptr): Likewise.
4298         (gimple_eh_filter_failure_ptr): Likewise.
4299         (gimple_eh_filter_set_types): Require a geh_filter *.
4300         (gimple_eh_filter_set_failure): Likewise.
4301         (gimple_eh_must_not_throw_fndecl): Require a geh_mnt *.
4302         (gimple_eh_must_not_throw_set_fndecl): Likewise.
4303         (gimple_eh_else_n_body_ptr): Require a geh_else *.
4304         (gimple_eh_else_n_body): Likewise.
4305         (gimple_eh_else_e_body_ptr): Likewise.
4306         (gimple_eh_else_e_body): Likewise.
4307         (gimple_eh_else_set_n_body): Likewise.
4308         (gimple_eh_else_set_e_body): Likewise.
4309         (gimple_try_set_kind): Require a gtry *.
4310         (gimple_try_set_catch_is_cleanup): Likewise.
4311         (gimple_try_set_eval): Likewise.
4312         (gimple_try_set_cleanup): Likewise.
4313         (gimple_try_eval_ptr): Update for renaming of subclass to gtry.
4314         (gimple_try_cleanup_ptr): Likewise.
4315         (gimple_phi_capacity): Update for renaming of subclass to gphi.
4316         (gimple_phi_num_args): Likewise.
4317         (gimple_phi_result): Likewise.
4318         (gimple_phi_result_ptr): Likewise.
4319         (gimple_phi_arg): Likewise.
4320         (gimple_phi_set_result): Require a gphi *.
4321         (gimple_phi_set_arg): Likewise.
4322         (gimple_phi_arg_def_ptr): Likewise.
4323         (gimple_phi_arg_edge): Likewise.
4324         (gimple_phi_arg_location): Likewise.
4325         (gimple_phi_arg_location_from_edge): Likewise.
4326         (gimple_phi_arg_set_location): Likewise.
4327         (gimple_phi_arg_has_location): Likewise.
4328         (gimple_resx_region): Require a const gresx *.
4329         (gimple_resx_set_region): Require a gresx *.
4330         (gimple_eh_dispatch_region): Require a const geh_dispatch *.
4331         (gimple_eh_dispatch_set_region): Require a geh_dispatch *.
4332         (gimple_switch_num_labels): Require a const gswitch *.
4333         (gimple_switch_set_num_labels): Likewise.
4334         (gimple_switch_index): Likewise.
4335         (gimple_switch_index_ptr): Likewise.
4336         (gimple_switch_label): Likewise.
4337         (gimple_switch_default_label): Likewise.
4338         (gimple_switch_set_index): Require a gswitch *.
4339         (gimple_switch_set_label): Likewise.
4340         (gimple_switch_set_default_label): Likewise.
4341         (gimple_omp_critical_name): Require a const gomp_critical *.
4342         (gimple_omp_critical_name_ptr): Require a gomp_critical *.
4343         (gimple_omp_critical_set_name): Likewise.
4344         (gimple_omp_for_set_kind): Require a gomp_for *.
4345         (gimple_omp_for_set_combined_p): Likewise.
4346         (gimple_omp_for_set_combined_into_p): Likewise.
4347         (gimple_omp_for_clauses): Update for renaming of subclass to
4348         gomp_for.
4349         (gimple_omp_for_clauses_ptr): Likewise.
4350         (gimple_omp_for_set_clauses): Likewise.
4351         (gimple_omp_for_collapse): Likewise.
4352         (gimple_omp_for_index): Likewise.
4353         (gimple_omp_for_index_ptr): Likewise.
4354         (gimple_omp_for_set_index): Likewise.
4355         (gimple_omp_for_initial): Likewise.
4356         (gimple_omp_for_initial_ptr): Likewise.
4357         (gimple_omp_for_set_initial): Likewise.
4358         (gimple_omp_for_final): Likewise.
4359         (gimple_omp_for_final_ptr): Likewise.
4360         (gimple_omp_for_set_final): Likewise.
4361         (gimple_omp_for_incr): Likewise.
4362         (gimple_omp_for_incr_ptr): Likewise.
4363         (gimple_omp_for_set_incr): Likewise.
4364         (gimple_omp_for_pre_body): Likewise.
4365         (gimple_omp_for_set_pre_body): Likewise.
4366         (gimple_omp_parallel_clauses): Update for renaming of subclass to
4367         gomp_parallel.
4368         (gimple_omp_parallel_clauses_ptr): Require a gomp_parallel *.
4369         (gimple_omp_parallel_set_clauses): Likewise.
4370         (gimple_omp_parallel_child_fn_ptr): Likewise.
4371         (gimple_omp_parallel_set_child_fn): Likewise.
4372         (gimple_omp_parallel_data_arg_ptr): Likewise.
4373         (gimple_omp_parallel_set_data_arg): Likewise.
4374         (gimple_omp_parallel_child_fn): Require a const gomp_parallel *.
4375         (gimple_omp_parallel_data_arg): Likewise.
4376         (gimple_omp_task_clauses): Update for renaming of subclass to
4377         gomp_task.
4378         (gimple_omp_task_clauses_ptr): Likewise.
4379         (gimple_omp_task_set_clauses): Likewise.
4380         (gimple_omp_task_child_fn): Likewise.
4381         (gimple_omp_task_child_fn_ptr): Likewise.
4382         (gimple_omp_task_set_child_fn): Likewise.
4383         (gimple_omp_task_data_arg): Likewise.
4384         (gimple_omp_task_data_arg_ptr): Likewise.
4385         (gimple_omp_task_set_data_arg): Likewise.
4386         (gimple_omp_taskreg_clauses): Whitespace fixes.
4387         (gimple_omp_taskreg_clauses_ptr): Likewise.
4388         (gimple_omp_taskreg_set_clauses): Likewise.
4389         (gimple_omp_taskreg_child_fn): Likewise.
4390         (gimple_omp_taskreg_child_fn_ptr): Likewise.
4391         (gimple_omp_taskreg_set_child_fn): Likewise.
4392         (gimple_omp_taskreg_data_arg): Likewise.
4393         (gimple_omp_taskreg_data_arg_ptr): Likewise.
4394         (gimple_omp_taskreg_set_data_arg): Likewise.
4395         (gimple_omp_task_copy_fn): Update for renaming of subclass to
4396         gomp_task.
4397         (gimple_omp_task_copy_fn_ptr): Likewise.
4398         (gimple_omp_task_set_copy_fn): Likewise.
4399         (gimple_omp_task_arg_size): Likewise.
4400         (gimple_omp_task_arg_size_ptr): Likewise.
4401         (gimple_omp_task_set_arg_size): Likewise.
4402         (gimple_omp_task_arg_align): Likewise.
4403         (gimple_omp_task_arg_align_ptr): Likewise.
4404         (gimple_omp_task_set_arg_align): Likewise.
4405         (gimple_omp_single_clauses): Update for renaming of subclass to
4406         gomp_single.
4407         (gimple_omp_single_clauses_ptr): Likewise.
4408         (gimple_omp_single_set_clauses): Likewise.
4409         (gimple_omp_target_clauses): Update for renaming of subclass to
4410         gomp_target.
4411         (gimple_omp_target_clauses_ptr): Likewise.
4412         (gimple_omp_target_set_clauses): Require a gomp_target *.
4413         (gimple_omp_target_set_kind): Likewise.
4414         (gimple_omp_target_child_fn_ptr): Likewise.
4415         (gimple_omp_target_set_child_fn): Likewise.
4416         (gimple_omp_target_data_arg_ptr): Likewise.
4417         (gimple_omp_target_set_data_arg): Likewise.
4418         (gimple_omp_target_child_fn): Require a const gomp_target *.
4419         (gimple_omp_target_data_arg): Likewise.
4420         (gimple_omp_teams_clauses): Update for renaming of subclass to
4421         gomp_teams.
4422         (gimple_omp_teams_clauses_ptr): Likewise.
4423         (gimple_omp_teams_set_clauses): Require a gomp_teams *.
4424         (gimple_omp_sections_clauses): Update for renaming of subclass to
4425         gomp_sections.
4426         (gimple_omp_sections_clauses_ptr): Likewise.
4427         (gimple_omp_sections_set_clauses): Likewise.
4428         (gimple_omp_sections_control): Likewise.
4429         (gimple_omp_sections_control_ptr): Likewise.
4430         (gimple_omp_sections_set_control): Likewise.
4431         (gimple_omp_for_set_cond): Likewise.
4432         (gimple_omp_for_cond): Likewise.
4433         (gimple_omp_atomic_store_set_val): Require a gomp_atomic_store *.
4434         (gimple_omp_atomic_store_val_ptr): Likewise.
4435         (gimple_omp_atomic_load_set_lhs): Likewise.
4436         (gimple_omp_atomic_store_val): Require a const gomp_atomic_store *.
4437         (gimple_omp_atomic_load_lhs): Likewise.
4438         (gimple_omp_atomic_load_rhs): Likewise.
4439         (gimple_omp_atomic_load_lhs_ptr): Require a gomp_atomic_load *.
4440         (gimple_omp_atomic_load_set_rhs): Likewise.
4441         (gimple_omp_atomic_load_rhs_ptr): Likewise.
4442         (gimple_omp_continue_control_def): Require a const gomp_continue *.
4443         (gimple_omp_continue_control_use): Likewise.
4444         (gimple_omp_continue_control_def_ptr): Require a gomp_continue *.
4445         (gimple_omp_continue_set_control_def): Likewise.
4446         (gimple_omp_continue_control_use_ptr): Likewise.
4447         (gimple_omp_continue_set_control_use): Likewise.
4448         (gimple_transaction_body_ptr): Require a gtransaction *.
4449         (gimple_transaction_body): Likewise.
4450         (gimple_transaction_label_ptr): Likewise.
4451         (gimple_transaction_label): Require a const gtransaction *.
4452         (gimple_transaction_subcode): Likewise.
4453         (gimple_transaction_set_body): Require a gtransaction *.
4454         (gimple_transaction_set_label): Likewise.
4455         (gimple_transaction_set_subcode): Likewise.
4456         (gimple_return_retval_ptr): Require a const greturn *.
4457         (gimple_return_retval): Likewise.
4458         (gimple_return_set_retval): Require a greturn *.
4459         (gimple_expr_type): Introduce local "call_stmt" and use in place of
4460         "stmt" for typesafety.
4462         * asan.c: Use gimple subclasses.
4463         * auto-profile.c: Likewise.
4464         * builtins.c: Likewise.
4465         * builtins.h: Likewise.
4466         * cfgexpand.c: Likewise.
4467         * cfgloop.c: Likewise.
4468         * cfgloopmanip.c: Likewise.
4469         * cgraph.c: Likewise.
4470         * cgraph.h: Likewise.
4471         * cgraphbuild.c: Likewise.
4472         * cgraphclones.c: Likewise.
4473         * cgraphunit.c: Likewise.
4474         * expr.h: Likewise.
4475         * gimple-builder.c: Likewise.
4476         * gimple-builder.h: Likewise.
4477         * gimple-fold.c: Likewise.
4478         * gimple-low.c: Likewise.
4479         * gimple-pretty-print.c: Likewise.
4480         * gimple-ssa-isolate-paths.c: Likewise.
4481         * gimple-ssa-strength-reduction.c: Likewise.
4482         * gimple-streamer-in.c: Likewise.
4483         * gimple-streamer-out.c: Likewise.
4484         * gimple-walk.c: Likewise.
4485         * gimplify-me.c: Likewise.
4486         * gimplify.c: Likewise.
4487         * gimplify.h: Likewise.
4488         * graphite-scop-detection.c: Likewise.
4489         * graphite-sese-to-poly.c: Likewise.
4490         * internal-fn.c: Likewise.
4491         * internal-fn.def:: Likewise.
4492         * internal-fn.h: Likewise.
4493         * ipa-icf-gimple.c: Likewise.
4494         * ipa-icf-gimple.h: Likewise.
4495         * ipa-icf.c: Likewise.
4496         * ipa-inline-analysis.c: Likewise.
4497         * ipa-prop.c: Likewise.
4498         * ipa-prop.h: Likewise.
4499         * ipa-pure-const.c: Likewise.
4500         * ipa-split.c: Likewise.
4501         * lto-streamer-in.c: Likewise.
4502         * lto-streamer-out.c: Likewise.
4503         * omp-low.c: Likewise.
4504         * predict.c: Likewise.
4505         * sanopt.c: Likewise.
4506         * sese.c: Likewise.
4507         * ssa-iterators.h: Likewise.
4508         * stmt.c: Likewise.
4509         * trans-mem.c: Likewise.
4510         * tree-call-cdce.c: Likewise.
4511         * tree-cfg.c: Likewise.
4512         * tree-cfg.h: Likewise.
4513         * tree-cfgcleanup.c: Likewise.
4514         * tree-chkp.c: Likewise.
4515         * tree-chkp.h: Likewise.
4516         * tree-complex.c: Likewise.
4517         * tree-data-ref.c: Likewise.
4518         * tree-dfa.c: Likewise.
4519         * tree-eh.c: Likewise.
4520         * tree-eh.h: Likewise.
4521         * tree-emutls.c: Likewise.
4522         * tree-if-conv.c: Likewise.
4523         * tree-inline.c: Likewise.
4524         * tree-inline.h: Likewise.
4525         * tree-into-ssa.c: Likewise.
4526         * tree-into-ssa.h: Likewise.
4527         * tree-loop-distribution.c: Likewise.
4528         * tree-nrv.c: Likewise.
4529         * tree-object-size.c: Likewise.
4530         * tree-outof-ssa.c: Likewise.
4531         * tree-parloops.c: Likewise.
4532         * tree-phinodes.c: Likewise.
4533         * tree-phinodes.h: Likewise.
4534         * tree-predcom.c: Likewise.
4535         * tree-profile.c: Likewise.
4536         * tree-scalar-evolution.c: Likewise.
4537         * tree-scalar-evolution.h
4538         * tree-sra.cn_function):
4539         * tree-ssa-alias.c: Likewise.
4540         * tree-ssa-alias.h: Likewise.
4541         * tree-ssa-ccp.c: Likewise.
4542         * tree-ssa-coalesce.c: Likewise.
4543         * tree-ssa-copy.c: Likewise.
4544         * tree-ssa-copyrename.c: Likewise.
4545         * tree-ssa-dce.c: Likewise.
4546         * tree-ssa-dom.c: Likewise.
4547         * tree-ssa-forwprop.c: Likewise.
4548         * tree-ssa-ifcombine.c: Likewise.
4549         * tree-ssa-live.c: Likewise.
4550         * tree-ssa-loop-im.c: Likewise.
4551         * tree-ssa-loop-ivcanon.c: Likewise.
4552         * tree-ssa-loop-ivopts.c: Likewise.
4553         * tree-ssa-loop-manip.c: Likewise.
4554         * tree-ssa-loop-niter.c: Likewise.
4555         * tree-ssa-loop-prefetch.c: Likewise.
4556         * tree-ssa-loop-unswitch.c: Likewise.
4557         * tree-ssa-math-opts.c: Likewise.
4558         * tree-ssa-operands.c: Likewise.
4559         * tree-ssa-phiopt.c: Likewise.
4560         * tree-ssa-phiprop.c: Likewise.
4561         * tree-ssa-pre.c: Likewise.
4562         * tree-ssa-propagate.c: Likewise.
4563         * tree-ssa-propagate.h: Likewise.
4564         * tree-ssa-reassoc.c: Likewise.
4565         * tree-ssa-sccvn.c: Likewise.
4566         * tree-ssa-sccvn.h: Likewise.
4567         * tree-ssa-sink.c: Likewise.
4568         * tree-ssa-strlen.c
4569         * tree-ssa-structalias.c
4570         * tree-ssa-tail-merge.c: Likewise.
4571         * tree-ssa-ter.c: Likewise.
4572         * tree-ssa-threadedge.c: Likewise.
4573         * tree-ssa-threadedge.h: Likewise.
4574         * tree-ssa-threadupdate.c: Likewise.
4575         * tree-ssa-uncprop.c: Likewise.
4576         * tree-ssa-uninit.c: Likewise.
4577         * tree-ssa.c: Likewise.
4578         * tree-stdarg.c: Likewise.
4579         * tree-switch-conversion.c: Likewise.
4580         * tree-tailcall.c: Likewise.
4581         * tree-vect-data-refs.c: Likewise.
4582         * tree-vect-generic.c: Likewise.
4583         * tree-vect-loop-manip.c: Likewise.
4584         * tree-vect-loop.c: Likewise.
4585         * tree-vect-patterns.c: Likewise.
4586         * tree-vect-slp.c: Likewise.
4587         * tree-vect-stmts.c: Likewise.
4588         * tree-vectorizer.h: Likewise.
4589         * tree-vrp.c: Likewise.
4590         * tree.c: Likewise.
4591         * ubsan.c: Likewise.
4592         * value-prof.c: Likewise.
4593         * value-prof.h: Likewise.
4594         * vtable-verify.c: Likewise.
4596 2014-11-19  Markus Trippelsdorf  <markus@trippelsdorf.de>
4598         * config/rs6000/constraints.md: Avoid signed integer overflows.
4599         * config/rs6000/predicates.md: Likewise.
4601 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
4603         PR target/63424
4604         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): New.
4606 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
4608         PR middle-end/63762
4609         * ira.c (ira): Update preferred class.
4611 2014-11-19  Jakub Jelinek  <jakub@redhat.com>
4613         * gimple.h (gimple_build_assign_with_ops): Add unary arg overload.
4614         (gimple_assign_set_rhs_with_ops_1): Renamed to ...
4615         (gimple_assign_set_rhs_with_ops): ... this.  Adjust binary arg
4616         inline overload to use it.  Add unary arg overload.
4617         * gimple.c (gimple_build_assign_with_ops): New unary arg overload.
4618         (gimple_assign_set_rhs_from_tree): Use
4619         gimple_assign_set_rhs_with_ops instead of
4620         gimple_assign_set_rhs_with_ops_1.
4621         (gimple_assign_set_rhs_with_ops_1): Renamed to ...
4622         (gimple_assign_set_rhs_with_ops): ... this.
4623         * ipa-split.c (split_function): Remove last NULL argument
4624         from gimple_build_assign_with_ops call.
4625         * tree-ssa-loop-im.c
4626         (move_computations_dom_walker::before_dom_children): Likewise.
4627         * tsan.c (instrument_builtin_call): Likewise.
4628         * tree-vect-stmts.c (vect_init_vector, vectorizable_mask_load_store,
4629         vectorizable_conversion, vectorizable_load): Likewise.
4630         * tree-vect-loop.c (vect_is_simple_reduction_1,
4631         get_initial_def_for_induction): Likewise.
4632         * tree-loop-distribution.c (generate_memset_builtin): Likewise.
4633         * tree-vect-patterns.c (vect_handle_widen_op_by_const,
4634         vect_recog_widen_mult_pattern, vect_operation_fits_smaller_type,
4635         vect_recog_over_widening_pattern, vect_recog_rotate_pattern,
4636         vect_recog_vector_vector_shift_pattern, vect_recog_divmod_pattern,
4637         vect_recog_mixed_size_cond_pattern, adjust_bool_pattern_cast,
4638         adjust_bool_pattern, vect_recog_bool_pattern): Likewise.
4639         * tree-ssa-phiopt.c (conditional_replacement, abs_replacement,
4640         neg_replacement): Likewise.
4641         * asan.c (build_shadow_mem_access, maybe_create_ssa_name,
4642         maybe_cast_to_ptrmode, asan_expand_check_ifn): Likewise.
4643         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
4644         * omp-low.c (lower_rec_input_clauses, expand_omp_for_generic,
4645         expand_omp_for_static_nochunk, expand_omp_for_static_chunk,
4646         simd_clone_adjust): Likewise.
4647         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks): Likewise.
4648         * gimple-ssa-strength-reduction.c (introduce_cast_before_cand,
4649         replace_one_candidate): Likewise.
4650         * gimple-builder.c (build_type_cast): Likewise.
4651         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
4652         (forward_propagate_addr_expr_1): Remove last NULL argument
4653         from gimple_assign_set_rhs_with_ops call.
4654         (simplify_vector_constructor): Use gimple_assign_set_rhs_with_ops
4655         instead of gimple_assign_set_rhs_with_ops_1.
4656         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Remove last NULL
4657         argument from gimple_build_assign_with_ops call.
4658         (repropagate_negates): Remove last NULL argument from
4659         gimple_assign_set_rhs_with_ops call.
4660         * ubsan.c (ubsan_expand_null_ifn, ubsan_expand_objsize_ifn): Remove
4661         last NULL argument from gimple_build_assign_with_ops call.
4662         (instrument_bool_enum_load): Likewise.  Remove last NULL argument
4663         from gimple_assign_set_rhs_with_ops call.
4664         * tree-ssa-math-opts.c (build_and_insert_cast, convert_mult_to_fma):
4665         Remove last NULL argument from gimple_build_assign_with_ops call.
4666         (bswap_replace): Likewise.  Use gimple_assign_set_rhs_with_ops instead
4667         of gimple_assign_set_rhs_with_ops_1.
4668         (convert_plusminus_to_widen): Use gimple_assign_set_rhs_with_ops
4669         instead of gimple_assign_set_rhs_with_ops_1.
4670         * gimple-fold.c (replace_stmt_with_simplification): Likewise.
4671         (rewrite_to_defined_overflow, gimple_build): Remove last NULL argument
4672         from gimple_build_assign_with_ops call.
4673         * tree-ssa-strlen.c (handle_pointer_plus): Remove last NULL argument
4674         from gimple_assign_set_rhs_with_ops call.
4675         * tree-vrp.c (simplify_truth_ops_using_ranges,
4676         simplify_bit_ops_using_ranges): Remove last NULL argument from
4677         gimple_assign_set_rhs_with_ops call.
4678         (simplify_float_conversion_using_ranges,
4679         simplify_internal_call_using_ranges): Remove last NULL argument from
4680         gimple_build_assign_with_ops call.
4682 2014-11-19  Wilco Dijkstra  <wdijkstr@arm.com>
4684         PR target/61915
4685         * config/aarch64/aarch64.c (generic_regmove_cost): Increase FP move
4686         cost.
4688 2014-11-19  Marek Polacek  <polacek@redhat.com>
4690         PR sanitizer/63690
4691         * ubsan.c (instrument_object_size): Check for MEM_REF.
4693 2014-11-19  Ilya Verbin  <ilya.verbin@intel.com>
4695         PR regression/63868
4696         * cgraph.c (cgraph_node::create): Guard g->have_offload with
4697         ifdef ENABLE_OFFLOADING.
4698         * omp-low.c (create_omp_child_function): Likewise.
4699         (expand_omp_target): Guard node->mark_force_output and offload_funcs
4700         with ifdef ENABLE_OFFLOADING.
4701         * varpool.c (varpool_node::get_create): Guard g->have_offload and
4702         offload_vars with ifdef ENABLE_OFFLOADING.
4704 2014-11-19  Felix Yang  <felix.yang@huawei.com>
4705             Shanyao Chen  <chenshanyao@huawei.com>
4707         PR target/59593
4708         * config/arm/arm.md (define_attr "arch"): Add v6t2.
4709         (define_attr "arch_enabled"): Add test for the above.
4710         (*movhi_insn_arch4): Add new alternative.
4712 2014-11-19  Richard Henderson  <rth@redhat.com>
4714         * c-family/c-common.c (c_common_reswords): Add
4715         __builtin_call_with_static_chain.
4716         * c-family/c-common.h (RID_BUILTIN_CALL_WITH_STATIC_CHAIN): New.
4717         * c/c-parser.c (c_parser_postfix_expression): Handle it.
4718         * doc/extend.texi (__builtin_call_with_static_chain): Document it.
4720         * calls.c (prepare_call_address): Allow decl or type for first arg.
4721         (expand_call): Pass type to prepare_call_address if no decl.
4722         * gimple-fold.c (gimple_fold_call): Eliminate the static chain if
4723         the function doesn't use it; fold it otherwise.
4724         * gimplify.c (gimplify_call_expr): Gimplify the static chain.
4725         * tree-cfg.c (verify_gimple_call): Allow a static chain on indirect
4726         function calls.
4728         * targhooks.c (default_static_chain): Remove check for
4729         DECL_STATIC_CHAIN.
4730         * config/moxie/moxie.c (moxie_static_chain): Likewise.
4731         * config/i386/i386.c (ix86_static_chain): Allow decl or type
4732         as the first argument.
4733         * config/xtensa/xtensa.c (xtensa_static_chain): Change the name
4734         of the unused first parameter.
4735         * doc/tm.texi (TARGET_STATIC_CHAIN): Document the first parameter
4736         may be a type.
4737         * target.def (static_chain): Likewise.
4739 2014-11-19  Renlin Li  <renlin.li@arm.com>
4741         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
4742         __ARM_FP_FAST, __ARM_FEATURE_FMA, __ARM_FP,
4743         __ARM_FEATURE_NUMERIC_MAXMIN, __ARM_NEON_FP.
4745 2014-11-19  Marek Polacek  <polacek@redhat.com>
4747         PR sanitizer/63879
4748         * fold-const.c (negate_expr_p) <case NEGATE_EXPR>: Return
4749         !TYPE_OVERFLOW_SANITIZED.
4750         (fold_negate_expr) <case INTEGER_CST>: Fold when overflow
4751         does not trap and when overflow wraps, or when SANITIZE_SI_OVERFLOW
4752         is 0.
4754 2014-11-19  Ilya Tocar  <ilya.tocar@intel.com>
4756         * collect2.c (main): Don't call fatal_error before
4757         diagnostic_initialize.
4758         * lto-wrapper.c (main): Likewise.
4760 2014-11-19  Tom de Vries  <tom@codesourcery.com>
4762         PR tree-optimization/62167
4763         * tree-ssa-tail-merge.c (stmt_local_def): Handle statements with vuse
4764         conservatively.
4765         (gimple_equal_p): Don't use vn_valueize to compare for lhs equality of
4766         assigns.
4768 2014-11-19  Jakub Jelinek  <jakub@redhat.com>
4770         PR tree-optimization/63915
4771         * tree-vect-stmts.c (vectorizable_simd_clone_call): Pass
4772         true instead of false as last argument to gsi_replace.
4774         PR sanitizer/63520
4775         * internal-fn.c (expand_ubsan_result_store): New function.
4776         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
4777         Use it instead of just emit_move_insn.
4779 2014-11-19  Richard Biener  <rguenther@suse.de>
4781         PR tree-optimization/63844
4782         * omp-low.c (fixup_child_record_type): Use a restrict qualified
4783         referece type for the receiver parameter.
4785 2014-11-19  Jakub Jelinek  <jakub@redhat.com>
4787         PR sanitizer/63913
4788         * ubsan.c: Include tree-eh.h.
4789         (instrument_bool_enum_load): Handle loads that can throw.
4791         PR rtl-optimization/63843
4792         * simplify-rtx.c (simplify_binary_operation_1) <case ASHIFTRT>: For
4793         optimization of ashiftrt of subreg of lshiftrt, check that code
4794         is ASHIFTRT.
4796 2014-11-18  Andrew MacLeod  <amacleod@redhat.com>
4798         * attribs.c (decl_attributes): Remove always true condition,
4799         TREE_TYPE(x) will never compare equal to a TYPE_DECL.
4801 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
4803         PR target/63937
4804         * target.def (use_by_pieces_infrastructure_p): Take unsigned
4805         HOST_WIDE_INT as the size parameter.
4806         * targhooks.c (default_use_by_pieces_infrastructure_p): Likewise.
4807         * targhooks.h (default_use_by_pieces_infrastructure_p): Likewise.
4808         * config/arc/arc.c (arc_use_by_pieces_infrastructure_p)): Likewise.
4809         * config/mips/mips.c (mips_use_by_pieces_infrastructure_p)): Likewise.
4810         * config/s390/s390.c (s390_use_by_pieces_infrastructure_p)): Likewise.
4811         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p)): Likewise.
4812         * config/aarch64/aarch64.c
4813         (aarch64_use_by_pieces_infrastructure_p)): Likewise.
4814         * doc/tm.texi: Regenerate.
4816 2014-11-18  Jan Hubicka  <hubicka@ucw.cz>
4818         * ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
4819         (ipa_value_from_jfunc, ipa_context_from_jfunc): Skip sanity check.
4820         (ipa_get_indirect_edge_target_1): Use opt_for_fn.
4821         (good_cloning_opportunity_p): Likewise.
4822         (ipa-cp gate): Enable ipa-cp with LTO.
4823         * ipa-profile.c (ipa_propagate_frequency): Use opt_for_fn.
4824         * ipa.c (symbol_table::remove_unreachable_nodes): Always build type
4825         inheritance.
4826         * ipa-inline-transform.c (inline_transform): Check if there are inlines
4827         to apply even at -O0.
4828         * cgraphunit.c (cgraph_node::finalize_function): Use opt_for_fn.
4829         (analyze_functions): Build type inheritance graph.
4830         * ipa-inline.c (can_inline_edge_p): Use opt_for_fn.
4831         (want_early_inline_function_p, want_inline_small_function_p):
4832         Likewise.
4833         (check_callers): Likewise.
4834         (edge_badness): Likewise.
4835         (inline_small_functions): Always be ready for indirect inlining
4836         to happend.
4837         (ipa_inline): Always use want_inline_function_to_all_callers_p.
4838         (early_inline_small_functions): Use opt_for_fn.
4839         * ipa-inline-analysis.c (estimate_function_body_sizes): use opt_for_fn.
4840         (estimate_function_body_sizes): Likewise.
4841         (compute_inline_parameters): Likewise.
4842         (estimate_edge_devirt_benefit): Likewise.
4843         (inline_analyze_function): Likewise.
4844         * ipa-devirt.c (ipa_devirt): Likewise.
4845         (gate): Use in_lto_p.
4846         * ipa-prop.c (ipa_func_spec_opts_forbid_analysis_p): Use opt_for_fn.
4847         (try_make_edge_direct_virtual_call): Likewise.
4848         (update_indirect_edges_after_inlining): Likewise.
4849         (ipa_free_all_structures_after_ipa_cp): Add in_lto_p check.
4850         * common.opt (findirect-inlining): Turn into optimization.
4851         * ipa-pure-const.c (add_new_function): Use opt_for_fn.
4852         (pure_const_generate_summary): Likewise.
4853         (gate_pure_const): Always enable with in_lto_p.
4855 2014-11-18  Maciej W. Rozycki  <macro@codesourcery.com>
4857         * config/mips/mips.md (compression): Add `micromips32' setting.
4858         (enabled, length): Handle it.
4859         (shift_compression): Replace `micromips' with `micromips32' in
4860         the `compression' attribute.
4861         (*add<mode>3, sub<mode>3): Likewise.
4863 2014-11-18  Maciej W. Rozycki  <macro@codesourcery.com>
4865         * gcc/config/mips/mips.md (*jump_absolute): Use a branch when in
4866         range, a jump otherwise.
4868 2014-11-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4870         * config/arm/cortex-a15-neon.md (cortex_a15_vfp_to_from_gp):
4871         Split into...
4872         (cortex_a15_gp_to_vfp): ...This.
4873         (cortex_a15_fp_to_gp): ...And this.
4874         Define and comment bypass from vfp operations to fp->gp moves.
4876 2014-11-18  Martin Liska  <mliska@suse.cz>
4878         * var-tracking.c (vt_find_locations): New fibonacci_node is used.
4880 2014-11-18  Martin Liska  <mliska@suse.cz>
4882         * bt-load.c (add_btr_def): New fibonacci_heap is used.
4883         (migrate_btr_defs): Likewise.
4885 2014-11-18  Martin Liska  <mliska@suse.cz>
4887         * tracer.c (tail_duplicate): New fibonacci_heap class is used.
4889 2014-11-18  Martin Liska  <mliska@suse.cz>
4891         * bb-reorder.c (mark_bb_visited): New fibonacci_heap is used.
4892         (find_traces): Likewise.
4893         (find_traces_1_round): Likewise.
4895 2014-11-18  Martin Liska  <mliska@suse.cz>
4897         * fibonacci_heap.h: New file.
4898         (fibonacci_heap::insert): Created from fibheap_insert.
4899         (fibonacci_heap::empty): Created from fibheap_empty.
4900         (fibonacci_heap::nodes): Created from fibheap_nodes.
4901         (fibonacci_heap::min_key): Created from fibheap_min_key.
4902         (fibonacci_heap::decrease_key): Created from fibheap_replace_key.
4903         (fibonacci_heap::replace_key_data): Created from fibheap_replace_key_data.
4904         (fibonacci_heap::extract_min): Created from fibheap_extract_min.
4905         (fibonacci_heap::min): Created from fibheap_min.
4906         (fibonacci_heap::replace_data): Created from fibheap_replace_data.
4907         (fibonacci_heap::delete_node): Created from fibheap_delete_node.
4908         (fibonacci_heap::union_with): Created from fibheap_union.
4909         * ipa-inline.c (update_edge_key): New heap API is used.
4910         (update_caller_keys): Likewise.
4911         (update_callee_keys): Likewise.
4912         (lookup_recursive_calls): Likewise.
4913         (recursive_inlining): Likewise.
4914         (add_new_edges_to_heap): Likewise.
4915         (heap_edge_removal_hook): Likewise.
4916         (inline_small_functions): Likewise.
4918 2014-11-18  Marek Polacek  <polacek@redhat.com>
4920         PR sanitizer/63866
4921         * asan.c (asan_global_struct): Create a TYPE_DECL for "__asan_global",
4922         put it into TYPE_NAME and TYPE_STUB_DECL.
4923         * ubsan.c (ubsan_type_descriptor_type): New variable.
4924         Function renamed to ...
4925         (ubsan_get_type_descriptor_type): ... this.  Cache
4926         return value in ubsan_type_descriptor_type variable.
4927         Create a TYPE_DECL for "__ubsan_type_descriptor", put it into
4928         TYPE_NAME and TYPE_STUB_DECL.
4929         (ubsan_get_source_location_type): Create a TYPE_DECL for
4930         "__ubsan_source_location", put it into TYPE_NAME and TYPE_STUB_DECL.
4931         (ubsan_type_descriptor, ubsan_create_data): Call
4932         ubsan_get_type_descriptor_type instead of ubsan_type_descriptor_type.
4933         Create a TYPE_DECL for name, put it into TYPE_NAME and TYPE_STUB_DECL.
4935 2014-11-18  Felix Yang  <felix.yang@huawei.com>
4937         * config/aarch64/aarch64.c (doloop_end): New pattern.
4938         * config/aarch64/aarch64.md (TARGET_CAN_USE_DOLOOP_P): Implement.
4940 2014-11-18  Jason Merrill  <jason@redhat.com>
4942         * tree.c (warn_deprecated_use): Show declaration with inform.
4944 2014-11-18  Richard Biener  <rguenther@suse.de>
4946         PR tree-optimization/63914
4947         * tree-ssa-ccp.c (canonicalize_value): Remove float value
4948         canonicalization.
4949         (valid_lattice_transition): Allow (partial) transition
4950         from NaN to non-NaN if !HONOR_NANS.
4951         (set_lattice_value): Check for valid lattice transitions
4952         only when checking is enabled.
4954 2014-11-18  Bernd Schmidt  <bernds@codesourcery.com>
4956         * config/nvptx/nvptx.c: Include <sstream> directly after "config.h".
4958 2014-11-18  Christophe Lyon  <christophe.lyon@linaro.org>
4960         * config/arm/neon-testgen.ml (emit_prologue): Handle new
4961         compile_test_optim argument.
4962         (emit_automatics): Rename to emit_variables. Support variable
4963         indentation of its output.
4964         (compile_test_optim): New function.
4965         (test_intrinsic): Call compile_test_optim.
4966         * config/arm/neon.ml (features): Add Compiler_optim.
4967         (ops): Add Compiler_optim feature to Vbic and Vorn.
4968         (type_in_crypto_only): Replace 'or' by '||'.
4969         (reinterp): Likewise.
4970         (reinterpq): Likewise.
4972 2014-11-18  Alan Lawrence  <alan.lawrence@arm.com>
4974         * config/aarch64/arm_neon.h (vld1_dup_f32, vld1_dup_f64, vld1_dup_p8,
4975         vld1_dup_p16, vld1_dup_s8, vld1_dup_s16, vld1_dup_s32, vld1_dup_s64,
4976         vld1_dup_u8, vld1_dup_u16, vld1_dup_u32, vld1_dup_u64, vld1q_dup_f32,
4977         vld1q_dup_f64, vld1q_dup_p8, vld1q_dup_p16, vld1q_dup_s8, vld1q_dup_s16,
4978         vld1q_dup_s32, vld1q_dup_s64, vld1q_dup_u8, vld1q_dup_u16,
4979         vld1q_dup_u32, vld1q_dup_u64): Replace inline asm with vdup_n_ and
4980         pointer dereference.
4982 2014-11-18  Marc Glisse  <marc.glisse@inria.fr>
4984         * tree.c (element_mode, integer_truep): New functions.
4985         * tree.h (element_mode, integer_truep): Declare them.
4986         * fold-const.c (negate_expr_p, fold_negate_expr, combine_comparisons,
4987         fold_cond_expr_with_comparison, fold_real_zero_addition_p,
4988         fold_comparison, fold_ternary_loc, tree_call_nonnegative_warnv_p,
4989         fold_strip_sign_ops): Use element_mode.
4990         (fold_binary_loc): Use element_mode and element_precision.
4991         * match.pd: Use integer_truep, element_mode, element_precision,
4992         VECTOR_TYPE_P and build_one_cst. Extend some transformations to
4993         vectors. Simplify A/-A.
4995 2014-11-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4997         * config/arm/arm.md (unaligned_loaddi): Use std::swap instead of
4998         manual swapping implementation.
4999         (movcond_addsi): Likewise.
5000         * config/arm/arm.c (arm_canonicalize_comparison): Likewise.
5001         (arm_select_dominance_cc_mode): Likewise.
5002         (arm_reload_out_hi): Likewise.
5003         (gen_operands_ldrd_strd): Likewise.
5004         (output_move_double): Likewise.
5005         (arm_print_operand_address): Likewise.
5006         (thumb_output_move_mem_multiple): Likewise.
5007         (SWAP_RTX): Delete.
5009 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5011         * config/arm/arm-builtins.c (CONVERT_QUALIFIERS): Delete.
5012         (COPYSIGNF_QUALIFIERS): Likewise.
5013         (CREATE_QUALIFIERS): Likewise.
5014         (DUP_QUALIFIERS): Likewise.
5015         (FLOAT_WIDEN_QUALIFIERS): Likewise.
5016         (FLOAT_NARROW_QUALIFIERS): Likewise.
5017         (REINTERP_QUALIFIERS): Likewise.
5018         (RINT_QUALIFIERS): Likewise.
5019         (SPLIT_QUALIFIERS): Likewise.
5020         (FIXCONV_QUALIFIERS): Likewise.
5021         (SCALARMUL_QUALIFIERS): Likewise.
5022         (SCALARMULL_QUALIFIERS): Likewise.
5023         (SCALARMULH_QUALIFIERS): Likewise.
5024         (SELECT_QUALIFIERS): Likewise.
5025         (VTBX_QUALIFIERS): Likewise.
5026         (SHIFTIMM_QUALIFIERS): Likewise.
5027         (SCALARMAC_QUALIFIERS): Likewise.
5028         (LANEMUL_QUALIFIERS): Likewise.
5029         (LANEMULH_QUALIFIERS): Likewise.
5030         (LANEMULL_QUALIFIERS): Likewise.
5031         (SHIFTACC_QUALIFIERS): Likewise.
5032         (SHIFTINSERT_QUALIFIERS): Likewise.
5033         (VTBL_QUALIFIERS): Likewise.
5034         (LOADSTRUCT_QUALIFIERS): Likewise.
5035         (LOADSTRUCTLANE_QUALIFIERS): Likewise.
5036         (STORESTRUCT_QUALIFIERS): Likewise.
5037         (STORESTRUCTLANE_QUALIFIERS): Likewise.
5038         (neon_builtin_type_mode): Delete.
5039         (v8qi_UP): Map to V8QImode.
5040         (v8qi_UP): Map to V8QImode.
5041         (v4hi_UP): Map to V4HImode.
5042         (v4hf_UP): Map to V4HFmode.
5043         (v2si_UP): Map to V2SImode.
5044         (v2sf_UP): Map to V2SFmode.
5045         (di_UP): Map to DImode.
5046         (v16qi_UP): Map to V16QImode.
5047         (v8hi_UP): Map to V8HImode.
5048         (v4si_UP): Map to V4SImode.
5049         (v4sf_UP): Map to V4SFmode.
5050         (v2di_UP): Map to V2DImode.
5051         (ti_UP): Map to TImode.
5052         (ei_UP): Map to EImode.
5053         (oi_UP): Map to OImode.
5054         (neon_itype): Delete.
5055         (neon_builtin_datum): Remove itype, make mode a machine_mode.
5056         (VAR1): Update accordingly.
5057         (arm_init_neon_builtins): Use machine_mode directly.
5058         (neon_dereference_pointer): Likewise.
5059         (arm_expand_neon_args): Use qualifiers to decide operand types.
5060         (arm_expand_neon_builtin): Likewise.
5061         * config/arm/arm_neon_builtins.def: Remap operation type for
5062         many builtins.
5064 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5066         * config/arm/arm-builtins.c (arm_scalar_builtin_types): New.
5067         (enum arm_simd_type): Likewise.
5068         (struct arm_simd_type_info): Likewise
5069         (arm_mangle_builtin_scalar_type): Likewise.
5070         (arm_mangle_builtin_vector_type): Likewise.
5071         (arm_mangle_builtin_type): Likewise.
5072         (arm_simd_builtin_std_type): Likewise.
5073         (arm_lookup_simd_builtin_type): Likewise.
5074         (arm_simd_builtin_type): Likewise.
5075         (arm_init_simd_builtin_types): Likewise.
5076         (arm_init_simd_builtin_scalar_types): Likewise.
5077         (arm_init_neon_builtins): Rewrite using qualifiers.
5078         * config/arm/arm-protos.h (arm_mangle_builtin_type): New.
5079         * config/arm/arm-simd-builtin-types.def: New file.
5080         * config/arm/t-arm (arm-builtins.o): Depend on it.
5081         * config/arm/arm.c (arm_mangle_type): Call arm_mangle_builtin_type.
5082         * config/arm/arm_neon.h (int8x8_t): Use new internal type.
5083         (int16x4_t): Likewise.
5084         (int32x2_t): Likewise.
5085         (float16x4_t): Likewise.
5086         (float32x2_t): Likewise.
5087         (poly8x8_t): Likewise.
5088         (poly16x4_t): Likewise.
5089         (uint8x8_t): Likewise.
5090         (uint16x4_t): Likewise.
5091         (uint32x2_t): Likewise.
5092         (int8x16_t): Likewise.
5093         (int16x8_t): Likewise.
5094         (int32x4_t): Likewise.
5095         (int64x2_t): Likewise.
5096         (float32x4_t): Likewise.
5097         (poly8x16_t): Likewise.
5098         (poly16x8_t): Likewise.
5099         (uint8x16_t): Likewise.
5100         (uint16x8_t): Likewise.
5101         (uint32x4_t): Likewise.
5102         (uint64x2_t): Likewise.
5104 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5106         * gcc/config/arm/arm-builtins.c (arm_type_qualifiers): New.
5107         (neon_itype): Add new types corresponding to the types used in
5108         qualifiers names.
5109         (arm_unop_qualifiers): New.
5110         (arm_bswap_qualifiers): Likewise.
5111         (arm_binop_qualifiers): Likewise.
5112         (arm_ternop_qualifiers): Likewise.
5113         (arm_getlane_qualifiers): Likewise.
5114         (arm_lanemac_qualifiers): Likewise.
5115         (arm_setlane_qualifiers): Likewise.
5116         (arm_combine_qualifiers): Likewise.
5117         (arm_load1_qualifiers): Likewise.
5118         (arm_load1_lane_qualifiers): Likewise.
5119         (arm_store1_qualifiers): Likewise.
5120         (arm_storestruct_lane_qualifiers): Likewise.
5121         (UNOP_QUALIFIERS): Likewise.
5122         (DUP_QUALIFIERS): Likewise.
5123         (SPLIT_QUALIFIERS): Likewise.
5124         (CONVERT_QUALIFIERS): Likewise.
5125         (FLOAT_WIDEN_QUALIFIERS): Likewise.
5126         (FLOAT_NARROW_QUALIFIERS): Likewise.
5127         (RINT_QUALIFIERS): Likewise.
5128         (COPYSIGNF_QUALIFIERS): Likewise.
5129         (CREATE_QUALIFIERS): Likewise.
5130         (REINTERP_QUALIFIERS): Likewise.
5131         (BSWAP_QUALIFIERS): Likewise.
5132         (BINOP_QUALIFIERS): Likewise.
5133         (FIXCONV_QUALIFIERS): Likewise.
5134         (SCALARMUL_QUALIFIERS): Likewise.
5135         (SCALARMULL_QUALIFIERS): Likewise.
5136         (SCALARMULH_QUALIFIERS): Likewise.
5137         (TERNOP_QUALIFIERS): Likewise.
5138         (SELECT_QUALIFIERS): Likewise.
5139         (VTBX_QUALIFIERS): Likewise.
5140         (GETLANE_QUALIFIERS): Likewise.
5141         (SHIFTIMM_QUALIFIERS): Likewise.
5142         (LANEMAC_QUALIFIERS): Likewise.
5143         (SCALARMAC_QUALIFIERS): Likewise.
5144         (SETLANE_QUALIFIERS): Likewise.
5145         (SHIFTINSERT_QUALIFIERS): Likewise.
5146         (SHIFTACC_QUALIFIERS): Likewise.
5147         (LANEMUL_QUALIFIERS): Likewise.
5148         (LANEMULL_QUALIFIERS): Likewise.
5149         (LANEMULH_QUALIFIERS): Likewise.
5150         (COMBINE_QUALIFIERS): Likewise.
5151         (VTBL_QUALIFIERS): Likewise.
5152         (LOAD1_QUALIFIERS): Likewise.
5153         (LOADSTRUCT_QUALIFIERS): Likewise.
5154         (LOAD1LANE_QUALIFIERS): Likewise.
5155         (LOADSTRUCTLANE_QUALIFIERS): Likewise.
5156         (STORE1_QUALIFIERS): Likewise.
5157         (STORESTRUCT_QUALIFIERS): Likewise.
5158         (STORE1LANE_QUALIFIERS): Likewise.
5159         (STORESTRUCTLANE_QUALIFIERS): Likewise.
5160         (neon_builtin_datum): Keep track of qualifiers.
5161         (VAR1): Likewise.
5163 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5165         * config/arm/arm-builtins.c (VAR1): Add a comma.
5166         (VAR2): Rewrite in terms of VAR1.
5167         (VAR3-10): Likewise.
5168         (arm_builtins): Remove leading comma before ARM_BUILTIN_MAX.
5169         * config/arm/arm_neon_builtins.def: Remove trailing commas.
5171 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5173         * config.gcc (extra_objs): Add arm-builtins.o for arm*-*-*.
5174         (target_gtfiles): Add config/arm/arm-builtins.c for arm*-*-*.
5175         * config/arm/arm-builtins.c: New.
5176         * config/arm/t-arm (arm_builtins.o): New.
5177         * config/arm/arm-protos.h (arm_expand_builtin): New.
5178         (arm_builtin_decl): Likewise.
5179         (arm_init_builtins): Likewise.
5180         (arm_atomic_assign_expand_fenv): Likewise.
5181         * config/arm/arm.c (arm_atomic_assign_expand_fenv): Remove prototype.
5182         (arm_init_builtins): Likewise.
5183         (arm_init_iwmmxt_builtins): Likewise
5184         (safe_vector_operand): Likewise
5185         (arm_expand_binop_builtin): Likewise
5186         (arm_expand_unop_builtin): Likewise
5187         (arm_expand_builtin): Likewise
5188         (arm_builtin_decl): Likewise
5189         (insn_flags): Remove static.
5190         (tune_flags): Likewise.
5191         (enum arm_builtins): Move to config/arm/arm-builtins.c.
5192         (arm_init_neon_builtins): Likewise.
5193         (struct builtin_description): Likewise.
5194         (arm_init_iwmmxt_builtins): Likewise.
5195         (arm_init_fp16_builtins): Likewise.
5196         (arm_init_crc32_builtins): Likewise.
5197         (arm_init_builtins): Likewise.
5198         (arm_builtin_decl): Likewise.
5199         (safe_vector_operand): Likewise.
5200         (arm_expand_ternop_builtin): Likewise.
5201         (arm_expand_binop_builtin): Likewise.
5202         (arm_expand_unop_builtin): Likewise.
5203         (neon_dereference_pointer): Likewise.
5204         (arm_expand_neon_args): Likewise.
5205         (arm_expand_neon_builtin): Likewise.
5206         (neon_split_vcombine): Likewise.
5207         (arm_expand_builtin): Likewise.
5208         (arm_builtin_vectorized_function): Likewise.
5209         (arm_atomic_assign_expand_fenv): Likewise.
5211 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5213         * config/arm/t-arm (arm.o): Include arm-protos.h in the recipe.
5214         * config/arm/arm.c (FL_CO_PROC): Move to arm-protos.h.
5215         (FL_ARCH3M): Likewise.
5216         (FL_MODE26): Likewise.
5217         (FL_MODE32): Likewise.
5218         (FL_ARCH4): Likewise.
5219         (FL_ARCH5): Likewise.
5220         (FL_THUMB): Likewise.
5221         (FL_LDSCHED): Likewise.
5222         (FL_STRONG): Likewise.
5223         (FL_ARCH5E): Likewise.
5224         (FL_XSCALE): Likewise.
5225         (FL_ARCH6): Likewise.
5226         (FL_VFPV2): Likewise.
5227         (FL_WBUF): Likewise.
5228         (FL_ARCH6K): Likewise.
5229         (FL_THUMB2): Likewise.
5230         (FL_NOTM): Likewise.
5231         (FL_THUMB_DIV): Likewise.
5232         (FL_VFPV3): Likewise.
5233         (FL_NEON): Likewise.
5234         (FL_ARCH7EM): Likewise.
5235         (FL_ARCH7): Likewise.
5236         (FL_ARM_DIV): Likewise.
5237         (FL_ARCH8): Likewise.
5238         (FL_CRC32): Likewise.
5239         (FL_SMALLMUL): Likewise.
5240         (FL_IWMMXT): Likewise.
5241         (FL_IWMMXT2): Likewise.
5242         (FL_TUNE): Likewise.
5243         (FL_FOR_ARCH2): Likewise.
5244         (FL_FOR_ARCH3): Likewise.
5245         (FL_FOR_ARCH3M): Likewise.
5246         (FL_FOR_ARCH4): Likewise.
5247         (FL_FOR_ARCH4T): Likewise.
5248         (FL_FOR_ARCH5): Likewise.
5249         (FL_FOR_ARCH5T): Likewise.
5250         (FL_FOR_ARCH5E): Likewise.
5251         (FL_FOR_ARCH5TE): Likewise.
5252         (FL_FOR_ARCH5TEJ): Likewise.
5253         (FL_FOR_ARCH6): Likewise.
5254         (FL_FOR_ARCH6J): Likewise.
5255         (FL_FOR_ARCH6K): Likewise.
5256         (FL_FOR_ARCH6Z): Likewise.
5257         (FL_FOR_ARCH6ZK): Likewise.
5258         (FL_FOR_ARCH6T2): Likewise.
5259         (FL_FOR_ARCH6M): Likewise.
5260         (FL_FOR_ARCH7): Likewise.
5261         (FL_FOR_ARCH7A): Likewise.
5262         (FL_FOR_ARCH7VE): Likewise.
5263         (FL_FOR_ARCH7R): Likewise.
5264         (FL_FOR_ARCH7M): Likewise.
5265         (FL_FOR_ARCH7EM): Likewise.
5266         (FL_FOR_ARCH8A): Likewise.
5267         * config/arm/arm-protos.h: Take definitions moved from arm.c.
5269 2014-11-18  James Greenhalgh  <james.greenhalgh@arm.com>
5271         * config/arm/arm.c (arm_expand_neon_builtin): Remove "Magic Word"
5272         parameter, rearrange switch statement accordingly.
5273         (arm_evpc_neon_vrev): Remove "Magic Word".
5274         * config/arm/unspecs.md (unspec): Split many UNSPECs to
5275         rounding, or signed/unsigned variants.
5276         * config/arm/neon.md (vcond<mode><mode>): Remove "Magic Word" code.
5277         (vcondu<mode><mode>): Likewise.
5278         (neon_vadd): Remove "Magic Word" operand.
5279         (neon_vaddl): Remove "Magic Word" operand, convert to use
5280         signed/unsigned iterator.
5281         (neon_vaddw): Likewise.
5282         (neon_vhadd): Likewise, also iterate over "rounding" forms.
5283         (neon_vqadd): Remove "Magic Word" operand, convert to use
5284         signed/unsigned iterator.
5285         (neon_v<r>addhn): Remove "Magic Word" operand, convert to iterate
5286         over "rounding" forms.
5287         (neon_vmul): Remove "Magic Word" operand, iterate over
5288         polynomial/float instruction forms.
5289         (neon_vmla): Remove "Magic Word" operand.
5290         (neon_vfma): Likewise.
5291         (neon_vfms): Likewise.
5292         (neon_vmls): Likewise.
5293         (neon_vmlal): Remove "Magic Word" operand, iterate over
5294         signed/unsigned forms.
5295         (neon_vmlsl): Likewise.
5296         (neon_vqdmulh): Remove "Magic Word" operand, iterate over "rounding"
5297         forms.
5298         (neon_vqdmlal): Remove "Magic Word" operand, iterate over
5299         signed/unsigned forms.
5300         (neon_vqdmlsl): Likewise.
5301         (neon_vmull): Likewise.
5302         (neon_vqdmull): Remove "Magic Word" operand.
5303         (neon_vsub): Remove "Magic Word" operand.
5304         (neon_vsubl): Remove "Magic Word" operand, convert to use
5305         signed/unsigned iterator.
5306         (neon_vsubw): Likewise.
5307         (neon_vhsub): Likewise.
5308         (neon_vqsub): Likewise.
5309         (neon_v<r>subhn): Remove "Magic Word" operand, convert to iterate
5310         over "rounding" forms.
5311         (neon_vceq): Remove "Magic Word" operand.
5312         (neon_vcge): Likewise.
5313         (neon_vcgeu): Likewise.
5314         (neon_vcgt): Likewise.
5315         (neon_vcgtu): Likewise.
5316         (neon_vcle): Likewise.
5317         (neon_vclt): Likewise.
5318         (neon_vcage): Likewise.
5319         (neon_vcagt): Likewise.
5320         (neon_vabd): Remove "Magic Word" operand, iterate over
5321         signed/unsigned forms, and split out...
5322         (neon_vabdf): ...this as new.
5323         (neon_vabdl): Remove "Magic Word" operand, iterate over
5324         signed/unsigned forms.
5325         (neon_vaba): Likewise.
5326         (neon_vmax): Remove "Magic Word" operand, iterate over
5327         signed/unsigned and max/min forms, and split out...
5328         (neon_v<maxmin>f): ...this as new.
5329         (neon_vmin): Delete.
5330         (neon_vpadd): Remove "Magic Word" operand.
5331         (neon_vpaddl): Remove "Magic Word" operand, iterate over
5332         signed/unsigned variants.
5333         (neon_vpadal): Likewise.
5334         (neon_vpmax): Remove "Magic Word" operand, iterate over
5335         signed/unsigned and max/min forms, and split out...
5336         (neon_vp<maxmin>f): ...this as new.
5337         (neon_vpmin): Delete.
5338         (neon_vrecps): Remove "Magic Word" operand.
5339         (neon_vrsqrts): Likewise.
5340         (neon_vabs): Likewise.
5341         (neon_vqabs): Likewise.
5342         (neon_vneg): Likewise.
5343         (neon_vqneg): Likewise.
5344         (neon_vcls): Likewise.
5345         (neon_vcnt): Likewise.
5346         (neon_vrecpe): Likewise.
5347         (neon_vrsqrte): Likewise.
5348         (neon_vmvn): Likewise.
5349         (neon_vget_lane): Likewise.
5350         (neon_vget_laneu): New.
5351         (neon_vget_lanedi): Remove "Magic Word" operand.
5352         (neon_vget_lanev2di): Likewise.
5353         (neon_vcvt): Remove "Magic Word" operand, iterate over
5354         signed/unsigned variants.
5355         (neon_vcvt_n): Likewise.
5356         (neon_vmovn): Remove "Magic Word" operand.
5357         (neon_vqmovn): Remove "Magic Word" operand, iterate over
5358         signed/unsigned variants.
5359         (neon_vmovun): Remove "Magic Word" operand.
5360         (neon_vmovl): Remove "Magic Word" operand, iterate over
5361         signed/unsigned variants.
5362         (neon_vmul_lane): Remove "Magic Word" operand.
5363         (neon_vmull_lane): Remove "Magic Word" operand, iterate over
5364         signed/unsigned variants.
5365         (neon_vqdmull_lane): Remove "Magic Word" operand.
5366         (neon_vqdmulh_lane): Remove "Magic Word" operand, iterate over
5367         rounding variants.
5368         (neon_vmla_lane): Remove "Magic Word" operand.
5369         (neon_vmlal_lane): Remove "Magic Word" operand, iterate over
5370         signed/unsigned variants.
5371         (neon_vqdmlal_lane): Remove "Magic Word" operand.
5372         (neon_vmls_lane): Likewise.
5373         (neon_vmlsl_lane): Remove "Magic Word" operand, iterate over
5374         signed/unsigned variants.
5375         (neon_vqdmlsl_lane): Remove "Magic Word" operand.
5376         (neon_vmul_n): Remove "Magic Word" operand.
5377         (neon_vmull_n): Rename to...
5378         (neon_vmulls_n): ...this, remove "Magic Word" operand.
5379         (neon_vmullu_n): New.
5380         (neon_vqdmull_n): Remove "Magic Word" operand.
5381         (neon_vqdmulh_n): Likewise.
5382         (neon_vqrdmulh_n): New.
5383         (neon_vmla_n): Remove "Magic Word" operand.
5384         (neon_vmls_n): Likewise.
5385         (neon_vmlal_n): Rename to...
5386         (neon_vmlals_n): ...this, remove "Magic Word" operand.
5387         (neon_vmlalu_n): New.
5388         (neon_vqdmlal_n): Remove "Magic Word" operand.
5389         (neon_vmlsl_n): Rename to...
5390         (neon_vmlsls_n): ...this, remove "Magic Word" operand.
5391         (neon_vmlslu_n): New.
5392         (neon_vqdmlsl_n): Remove "Magic Word" operand.
5393         (neon_vrev64): Remove "Magic Word" operand.
5394         (neon_vrev32): Likewise.
5395         (neon_vrev16): Likewise.
5396         (neon_vshl): Remove "Magic Word" operand, iterate over
5397         signed/unsigned and "rounding" forms.
5398         (neon_vqshl): Likewise.
5399         (neon_vshr_n): Likewise.
5400         (neon_vshrn_n): Remove "Magic Word" operand, iterate over
5401         "rounding" forms.
5402         (neon_vqshrn_n): Remove "Magic Word" operand, iterate over
5403         signed/unsigned and "rounding" forms.
5404         (neon_vqshrun_n): Remove "Magic Word" operand, iterate over
5405         "rounding" forms.
5406         (neon_vshl_n): Remove "Magic Word" operand.
5407         (neon_vqshl_n): Remove "Magic Word" operand, iterate over
5408         signed/unsigned variants.
5409         (neon_vqshlu_n): Remove "Magic Word" operand.
5410         (neon_vshll_n): Remove "Magic Word" operand, iterate over
5411         signed/unsigned variants.
5412         (neon_vsra_n): Remove "Magic Word" operand, iterate over
5413         signed/unsigned and "rounding" forms.
5414         * config/arm/iterators.md (VPF): New.
5415         (VADDL): Likewise.
5416         (VADDW): Likewise.
5417         (VHADD): Likewise.
5418         (VQADD): Likewise.
5419         (VADDHN): Likewise.
5420         (VMLAL): Likewise.
5421         (VMLAL_LANE): Likewise.
5422         (VLMSL): Likewise.
5423         (VMLSL_LANE): Likewise.
5424         (VQDMULH): Likewise,
5425         (VQDMULH_LANE): Likewise.
5426         (VMULL): Likewise.
5427         (VMULL_LANE): Likewise.
5428         (VSUBL): Likewise.
5429         (VSUBW): Likewise.
5430         (VHSUB): Likewise.
5431         (VQSUB): Likewise.
5432         (VSUBHN): Likewise.
5433         (VABD): Likewise.
5434         (VABDL): Likewise.
5435         (VMAXMIN): Likewise.
5436         (VMAXMINF): Likewise.
5437         (VPADDL): Likewise.
5438         (VPADAL): Likewise.
5439         (VPMAXMIN): Likewise.
5440         (VPMAXMINF): Likewise.
5441         (VCVT_US): Likewise.
5442         (VCVT_US_N): Likewise.
5443         (VQMOVN): Likewise.
5444         (VMOVL): Likewise.
5445         (VSHL): Likewise.
5446         (VQSHL): Likewise.
5447         (VSHR_N): Likewise.
5448         (VSHRN_N): Likewise.
5449         (VQSHRN_N): Likewise.
5450         (VQSHRUN_N): Likewise.
5451         (VQSHL_N): Likewise.
5452         (VSHLL_N): Likewise.
5453         (VSRA_N): Likewise.
5454         (pf): Likewise.
5455         (sup): Likewise.
5456         (r): Liekwise.
5457         (maxmin): Likewise.
5458         (shift_op): Likewise.
5459         * config/arm/arm_neon_builtins.def (vaddl): Split to...
5460         (vaddls): ...this and...
5461         (vaddlu): ...this.
5462         (vaddw): Split to...
5463         (vaddws): ...this and...
5464         (vaddwu): ...this.
5465         (vhadd): Split to...
5466         (vhadds): ...this and...
5467         (vhaddu): ...this and...
5468         (vrhadds): ...this and...
5469         (vrhaddu): ...this.
5470         (vqadd): Split to...
5471         (vqadds): ...this and...
5472         (vqaddu): ...this.
5473         (vaddhn): Split to itself and...
5474         (vraddhn): ...this.
5475         (vmul): Split to...
5476         (vmulf): ...this and...
5477         (vmulp): ...this.
5478         (vmlal): Split to...
5479         (vmlals): ...this and...
5480         (vmlalu): ...this.
5481         (vmlsl): Split to...
5482         (vmlsls): ...this and...
5483         (vmlslu): ...this.
5484         (vqdmulh): Split to itself and...
5485         (vqrdmulh): ...this.
5486         (vmull): Split to...
5487         (vmullp): ...this and...
5488         (vmulls): ...this and...
5489         (vmullu): ...this.
5490         (vmull_n): Split to...
5491         (vmulls_n): ...this and...
5492         (vmullu_n): ...this.
5493         (vmull_lane): Split to...
5494         (vmulls_lane): ...this and...
5495         (vmullu_lane): ...this.
5496         (vqdmulh_n): Split to itself and...
5497         (vqrdmulh_n): ...this.
5498         (vqdmulh_lane): Split to itself and...
5499         (vqrdmulh_lane): ...this.
5500         (vshl): Split to...
5501         (vshls): ...this and...
5502         (vshlu): ...this and...
5503         (vrshls): ...this and...
5504         (vrshlu): ...this.
5505         (vqshl): Split to...
5506         (vqshls): ...this and...
5507         (vqrshlu): ...this and...
5508         (vqrshls): ...this and...
5509         (vqrshlu): ...this.
5510         (vshr_n): Split to...
5511         (vshrs_n): ...this and...
5512         (vshru_n): ...this and...
5513         (vrshrs_n): ...this and...
5514         (vrshru_n): ...this.
5515         (vshrn_n): Split to itself and...
5516         (vrshrn_n): ...this.
5517         (vqshrn_n): Split to...
5518         (vqshrns_n): ...this and...
5519         (vqshrnu_n): ...this and...
5520         (vqrshrns_n): ...this and...
5521         (vqrshrnu_n): ...this.
5522         (vqshrun_n): Split to itself and...
5523         (vqrshrun_n): ...this.
5524         (vqshl_n): Split to...
5525         (vqshl_s_n): ...this and...
5526         (vqshl_u_n): ...this.
5527         (vshll_n): Split to...
5528         (vshlls_n): ...this and...
5529         (vshllu_n): ...this.
5530         (vsra_n): Split to...
5531         (vsras_n): ...this and...
5532         (vsrau_n): ...this and.
5533         (vrsras_n): ...this and...
5534         (vrsrau_n): ...this and.
5535         (vsubl): Split to...
5536         (vsubls): ...this and...
5537         (vsublu): ...this.
5538         (vsubw): Split to...
5539         (vsubws): ...this and...
5540         (vsubwu): ...this.
5541         (vqsub): Split to...
5542         (vqsubs): ...this and...
5543         (vqsubu): ...this.
5544         (vhsub): Split to...
5545         (vhsubs): ...this and...
5546         (vhsubu): ...this.
5547         (vsubhn): Split to itself and...
5548         (vrsubhn): ...this.
5549         (vabd): Split to...
5550         (vabds): ...this and...
5551         (vabdu): ...this and...
5552         (vabdf): ...this.
5553         (vabdl): Split to...
5554         (vabdls): ...this and...
5555         (vabdlu): ...this.
5556         (vaba): Split to...
5557         (vabas): ...this and...
5558         (vabau): ...this and...
5559         (vabal): Split to...
5560         (vabals): ...this and...
5561         (vabalu): ...this.
5562         (vmax): Split to...
5563         (vmaxs): ...this and...
5564         (vmaxu): ...this and...
5565         (vmaxf): ...this.
5566         (vmin): Split to...
5567         (vmins): ...this and...
5568         (vminu): ...this and...
5569         (vminf): ...this.
5570         (vpmax): Split to...
5571         (vpmaxs): ...this and...
5572         (vpmaxu): ...this and...
5573         (vpmaxf): ...this.
5574         (vpmin): Split to...
5575         (vpmins): ...this and...
5576         (vpminu): ...this and...
5577         (vpminf): ...this.
5578         (vpaddl): Split to...
5579         (vpaddls): ...this and...
5580         (vpaddlu): ...this.
5581         (vpadal): Split to...
5582         (vpadals): ...this and...
5583         (vpadalu): ...this.
5584         (vget_laneu): New.
5585         (vqmovn): Split to...
5586         (vqmovns): ...this and...
5587         (vqmovnu): ...this.
5588         (vmovl): Split to...
5589         (vmovls): ...this and...
5590         (vmovlu): ...this.
5591         (vmlal_lane): Split to...
5592         (vmlals_lane): ...this and...
5593         (vmlalu_lane): ...this.
5594         (vmlsl_lane): Split to...
5595         (vmlsls_lane): ...this and...
5596         (vmlslu_lane): ...this.
5597         (vmlal_n): Split to...
5598         (vmlals_n): ...this and...
5599         (vmlalu_n): ...this.
5600         (vmlsl_n): Split to...
5601         (vmlsls_n): ...this and...
5602         (vmlslu_n): ...this.
5603         (vext): Make type "SHIFTINSERT".
5604         (vcvt): Split to...
5605         (vcvts): ...this and...
5606         (vcvtu): ...this.
5607         (vcvt_n): Split to...
5608         (vcvts_n): ...this and...
5609         (vcvtu_n): ...this.
5610         * config/arm/arm_neon.h (vaddl_s8): Remove "Magic Word".
5611         (vaddl_s16): Likewise.
5612         (vaddl_s32): Likewise.
5613         (vaddl_u8): Likewise.
5614         (vaddl_u16): Likewise.
5615         (vaddl_u32): Likewise.
5616         (vaddw_s8): Likewise.
5617         (vaddw_s16): Likewise.
5618         (vaddw_s32): Likewise.
5619         (vaddw_u8): Likewise.
5620         (vaddw_u16): Likewise.
5621         (vaddw_u32): Likewise.
5622         (vhadd_s8): Likewise.
5623         (vhadd_s16): Likewise.
5624         (vhadd_s32): Likewise.
5625         (vhadd_u8): Likewise.
5626         (vhadd_u16): Likewise.
5627         (vhadd_u32): Likewise.
5628         (vhaddq_s8): Likewise.
5629         (vhaddq_s16): Likewise.
5630         (vhaddq_s32): Likewise.
5631         (vhaddq_u8): Likewise.
5632         (vhaddq_u16): Likewise.
5633         (vrhadd_s8): Likewise.
5634         (vrhadd_s16): Likewise.
5635         (vrhadd_s32): Likewise.
5636         (vrhadd_u8): Likewise.
5637         (vrhadd_u16): Likewise.
5638         (vrhadd_u32): Likewise.
5639         (vrhaddq_s8): Likewise.
5640         (vrhaddq_s16): Likewise.
5641         (vrhaddq_s32): Likewise.
5642         (vrhaddq_u8): Likewise.
5643         (vrhaddq_u16): Likewise.
5644         (vrhaddq_u32): Likewise.
5645         (vqadd_s8): Likewise.
5646         (vqadd_s16): Likewise.
5647         (vqadd_s32): Likewise.
5648         (vqadd_s64): Likewise.
5649         (vqadd_u8): Likewise.
5650         (vqadd_u16): Likewise.
5651         (vqadd_u32): Likewise.
5652         (vqadd_u64): Likewise.
5653         (vqaddq_s8): Likewise.
5654         (vqaddq_s16): Likewise.
5655         (vqaddq_s32): Likewise.
5656         (vqaddq_s64): Likewise.
5657         (vqaddq_u8): Likewise.
5658         (vqaddq_u16): Likewise.
5659         (vqaddq_u32): Likewise.
5660         (vqaddq_u64): Likewise.
5661         (vaddhn_s16): Likewise.
5662         (vaddhn_s32): Likewise.
5663         (vaddhn_s64): Likewise.
5664         (vaddhn_u16): Likewise.
5665         (vaddhn_u32): Likewise.
5666         (vaddhn_u64): Likewise.
5667         (vraddhn_s16): Likewise.
5668         (vraddhn_s32): Likewise.
5669         (vraddhn_s64): Likewise.
5670         (vraddhn_u16): Likewise.
5671         (vraddhn_u32): Likewise.
5672         (vraddhn_u64): Likewise.
5673         (vmul_p8): Likewise.
5674         (vmulq_p8): Likewise.
5675         (vqdmulh_s16): Likewise.
5676         (vqdmulh_s32): Likewise.
5677         (vqdmulhq_s16): Likewise.
5678         (vqdmulhq_s32): Likewise.
5679         (vqrdmulh_s16): Likewise.
5680         (vqrdmulh_s32): Likewise.
5681         (vqrdmulhq_s16): Likewise.
5682         (vqrdmulhq_s32): Likewise.
5683         (vmull_s8): Likewise.
5684         (vmull_s16): Likewise.
5685         (vmull_s32): Likewise.
5686         (vmull_u8): Likewise.
5687         (vmull_u16): Likewise.
5688         (vmull_u32): Likewise.
5689         (vmull_p8): Likewise.
5690         (vqdmull_s16): Likewise.
5691         (vqdmull_s32): Likewise.
5692         (vmla_s8): Likewise.
5693         (vmla_s16): Likewise.
5694         (vmla_s32): Likewise.
5695         (vmla_f32): Likewise.
5696         (vmla_u8): Likewise.
5697         (vmla_u16): Likewise.
5698         (vmla_u32): Likewise.
5699         (vmlaq_s8): Likewise.
5700         (vmlaq_s16): Likewise.
5701         (vmlaq_s32): Likewise.
5702         (vmlaq_f32): Likewise.
5703         (vmlaq_u8): Likewise.
5704         (vmlaq_u16): Likewise.
5705         (vmlaq_u32): Likewise.
5706         (vmlal_s8): Likewise.
5707         (vmlal_s16): Likewise.
5708         (vmlal_s32): Likewise.
5709         (vmlal_u8): Likewise.
5710         (vmlal_u16): Likewise.
5711         (vmlal_u32): Likewise.
5712         (vqdmlal_s16): Likewise.
5713         (vqdmlal_s32): Likewise.
5714         (vmls_s8): Likewise.
5715         (vmls_s16): Likewise.
5716         (vmls_s32): Likewise.
5717         (vmls_f32): Likewise.
5718         (vmls_u8): Likewise.
5719         (vmls_u16): Likewise.
5720         (vmls_u32): Likewise.
5721         (vmlsq_s8): Likewise.
5722         (vmlsq_s16): Likewise.
5723         (vmlsq_s32): Likewise.
5724         (vmlsq_f32): Likewise.
5725         (vmlsq_u8): Likewise.
5726         (vmlsq_u16): Likewise.
5727         (vmlsq_u32): Likewise.
5728         (vmlsl_s8): Likewise.
5729         (vmlsl_s16): Likewise.
5730         (vmlsl_s32): Likewise.
5731         (vmlsl_u8): Likewise.
5732         (vmlsl_u16): Likewise.
5733         (vmlsl_u32): Likewise.
5734         (vqdmlsl_s16): Likewise.
5735         (vqdmlsl_s32): Likewise.
5736         (vfma_f32): Likewise.
5737         (vfmaq_f32): Likewise.
5738         (vfms_f32): Likewise.
5739         (vfmsq_f32): Likewise.
5740         (vsubl_s8): Likewise.
5741         (vsubl_s16): Likewise.
5742         (vsubl_s32): Likewise.
5743         (vsubl_u8): Likewise.
5744         (vsubl_u16): Likewise.
5745         (vsubl_u32): Likewise.
5746         (vsubw_s8): Likewise.
5747         (vsubw_s16): Likewise.
5748         (vsubw_s32): Likewise.
5749         (vsubw_u8): Likewise.
5750         (vsubw_u16): Likewise.
5751         (vsubw_u32): Likewise.
5752         (vhsub_s8): Likewise.
5753         (vhsub_s16): Likewise.
5754         (vhsub_s32): Likewise.
5755         (vhsub_u8): Likewise.
5756         (vhsub_u16): Likewise.
5757         (vhsub_u32): Likewise.
5758         (vhsubq_s8): Likewise.
5759         (vhsubq_s16): Likewise.
5760         (vhsubq_s32): Likewise.
5761         (vhsubq_u8): Likewise.
5762         (vhsubq_u16): Likewise.
5763         (vhsubq_u32): Likewise.
5764         (vqsub_s8): Likewise.
5765         (vqsub_s16): Likewise.
5766         (vqsub_s32): Likewise.
5767         (vqsub_s64): Likewise.
5768         (vqsub_u8): Likewise.
5769         (vqsub_u16): Likewise.
5770         (vqsub_u32): Likewise.
5771         (vqsub_u64): Likewise.
5772         (vqsubq_s8): Likewise.
5773         (vqsubq_s16): Likewise.
5774         (vqsubq_s32): Likewise.
5775         (vqsubq_s64): Likewise.
5776         (vqsubq_u8): Likewise.
5777         (vqsubq_u16): Likewise.
5778         (vqsubq_u32): Likewise.
5779         (vqsubq_u64): Likewise.
5780         (vsubhn_s16): Likewise.
5781         (vsubhn_s32): Likewise.
5782         (vsubhn_s64): Likewise.
5783         (vsubhn_u16): Likewise.
5784         (vsubhn_u32): Likewise.
5785         (vsubhn_u64): Likewise.
5786         (vrsubhn_s16): Likewise.
5787         (vrsubhn_s32): Likewise.
5788         (vrsubhn_s64): Likewise.
5789         (vrsubhn_u16): Likewise.
5790         (vrsubhn_u32): Likewise.
5791         (vrsubhn_u64): Likewise.
5792         (vceq_s8): Likewise.
5793         (vceq_s16): Likewise.
5794         (vceq_s32): Likewise.
5795         (vceq_f32): Likewise.
5796         (vceq_u8): Likewise.
5797         (vceq_u16): Likewise.
5798         (vceq_u32): Likewise.
5799         (vceq_p8): Likewise.
5800         (vceqq_s8): Likewise.
5801         (vceqq_s16): Likewise.
5802         (vceqq_s32): Likewise.
5803         (vceqq_f32): Likewise.
5804         (vceqq_u8): Likewise.
5805         (vceqq_u16): Likewise.
5806         (vceqq_u32): Likewise.
5807         (vceqq_p8): Likewise.
5808         (vcge_s8): Likewise.
5809         (vcge_s16): Likewise.
5810         (vcge_s32): Likewise.
5811         (vcge_f32): Likewise.
5812         (vcge_u8): Likewise.
5813         (vcge_u16): Likewise.
5814         (vcge_u32): Likewise.
5815         (vcgeq_s8): Likewise.
5816         (vcgeq_s16): Likewise.
5817         (vcgeq_s32): Likewise.
5818         (vcgeq_f32): Likewise.
5819         (vcgeq_u8): Likewise.
5820         (vcgeq_u16): Likewise.
5821         (vcgeq_u32): Likewise.
5822         (vcle_s8): Likewise.
5823         (vcle_s16): Likewise.
5824         (vcle_s32): Likewise.
5825         (vcle_f32): Likewise.
5826         (vcle_u8): Likewise.
5827         (vcle_u16): Likewise.
5828         (vcle_u32): Likewise.
5829         (vcleq_s8): Likewise.
5830         (vcleq_s16): Likewise.
5831         (vcleq_s32): Likewise.
5832         (vcleq_f32): Likewise.
5833         (vcleq_u8): Likewise.
5834         (vcleq_u16): Likewise.
5835         (vcleq_u32): Likewise.
5836         (vcgt_s8): Likewise.
5837         (vcgt_s16): Likewise.
5838         (vcgt_s32): Likewise.
5839         (vcgt_f32): Likewise.
5840         (vcgt_u8): Likewise.
5841         (vcgt_u16): Likewise.
5842         (vcgt_u32): Likewise.
5843         (vcgtq_s8): Likewise.
5844         (vcgtq_s16): Likewise.
5845         (vcgtq_s32): Likewise.
5846         (vcgtq_f32): Likewise.
5847         (vcgtq_u8): Likewise.
5848         (vcgtq_u16): Likewise.
5849         (vcgtq_u32): Likewise.
5850         (vclt_s8): Likewise.
5851         (vclt_s16): Likewise.
5852         (vclt_s32): Likewise.
5853         (vclt_f32): Likewise.
5854         (vclt_u8): Likewise.
5855         (vclt_u16): Likewise.
5856         (vclt_u32): Likewise.
5857         (vcltq_s8): Likewise.
5858         (vcltq_s16): Likewise.
5859         (vcltq_s32): Likewise.
5860         (vcltq_f32): Likewise.
5861         (vcltq_u8): Likewise.
5862         (vcltq_u16): Likewise.
5863         (vcltq_u32): Likewise.
5864         (vcage_f32): Likewise.
5865         (vcageq_f32): Likewise.
5866         (vcale_f32): Likewise.
5867         (vcaleq_f32): Likewise.
5868         (vcagt_f32): Likewise.
5869         (vcagtq_f32): Likewise.
5870         (vcalt_f32): Likewise.
5871         (vcaltq_f32): Likewise.
5872         (vtst_s8): Likewise.
5873         (vtst_s16): Likewise.
5874         (vtst_s32): Likewise.
5875         (vtst_u8): Likewise.
5876         (vtst_u16): Likewise.
5877         (vtst_u32): Likewise.
5878         (vtst_p8): Likewise.
5879         (vtstq_s8): Likewise.
5880         (vtstq_s16): Likewise.
5881         (vtstq_s32): Likewise.
5882         (vtstq_u8): Likewise.
5883         (vtstq_u16): Likewise.
5884         (vtstq_u32): Likewise.
5885         (vtstq_p8): Likewise.
5886         (vabd_s8): Likewise.
5887         (vabd_s16): Likewise.
5888         (vabd_s32): Likewise.
5889         (vabd_f32): Likewise.
5890         (vabd_u8): Likewise.
5891         (vabd_u16): Likewise.
5892         (vabd_u32): Likewise.
5893         (vabdq_s8): Likewise.
5894         (vabdq_s16): Likewise.
5895         (vabdq_s32): Likewise.
5896         (vabdq_f32): Likewise.
5897         (vabdq_u8): Likewise.
5898         (vabdq_u16): Likewise.
5899         (vabdq_u32): Likewise.
5900         (vabdl_s8): Likewise.
5901         (vabdl_s16): Likewise.
5902         (vabdl_s32): Likewise.
5903         (vabdl_u8): Likewise.
5904         (vabdl_u16): Likewise.
5905         (vabdl_u32): Likewise.
5906         (vaba_s8): Likewise.
5907         (vaba_s16): Likewise.
5908         (vaba_s32): Likewise.
5909         (vaba_u8): Likewise.
5910         (vaba_u16): Likewise.
5911         (vaba_u32): Likewise.
5912         (vabaq_s8): Likewise.
5913         (vabaq_s16): Likewise.
5914         (vabaq_s32): Likewise.
5915         (vabaq_u8): Likewise.
5916         (vabaq_u16): Likewise.
5917         (vabaq_u32): Likewise.
5918         (vabal_s8): Likewise.
5919         (vabal_s16): Likewise.
5920         (vabal_s32): Likewise.
5921         (vabal_u8): Likewise.
5922         (vabal_u16): Likewise.
5923         (vabal_u32): Likewise.
5924         (vmax_s8): Likewise.
5925         (vmax_s16): Likewise.
5926         (vmax_s32): Likewise.
5927         (vmax_f32): Likewise.
5928         (vmax_u8): Likewise.
5929         (vmax_u16): Likewise.
5930         (vmax_u32): Likewise.
5931         (vmaxq_s8): Likewise.
5932         (vmaxq_s16): Likewise.
5933         (vmaxq_s32): Likewise.
5934         (vmaxq_f32): Likewise.
5935         (vmaxq_u8): Likewise.
5936         (vmaxq_u16): Likewise.
5937         (vmaxq_u32): Likewise.
5938         (vmin_s8): Likewise.
5939         (vmin_s16): Likewise.
5940         (vmin_s32): Likewise.
5941         (vmin_f32): Likewise.
5942         (vmin_u8): Likewise.
5943         (vmin_u16): Likewise.
5944         (vmin_u32): Likewise.
5945         (vminq_s8): Likewise.
5946         (vminq_s16): Likewise.
5947         (vminq_s32): Likewise.
5948         (vminq_f32): Likewise.
5949         (vminq_u8): Likewise.
5950         (vminq_u16): Likewise.
5951         (vminq_u32): Likewise.
5952         (vpadd_s8): Likewise.
5953         (vpadd_s16): Likewise.
5954         (vpadd_s32): Likewise.
5955         (vpadd_f32): Likewise.
5956         (vpadd_u8): Likewise.
5957         (vpadd_u16): Likewise.
5958         (vpadd_u32): Likewise.
5959         (vpaddl_s8): Likewise.
5960         (vpaddl_s16): Likewise.
5961         (vpaddl_s32): Likewise.
5962         (vpaddl_u8): Likewise.
5963         (vpaddl_u16): Likewise.
5964         (vpaddl_u32): Likewise.
5965         (vpaddlq_s8): Likewise.
5966         (vpaddlq_s16): Likewise.
5967         (vpaddlq_s32): Likewise.
5968         (vpaddlq_u8): Likewise.
5969         (vpaddlq_u16): Likewise.
5970         (vpaddlq_u32): Likewise.
5971         (vpadal_s8): Likewise.
5972         (vpadal_s16): Likewise.
5973         (vpadal_s32): Likewise.
5974         (vpadal_u8): Likewise.
5975         (vpadal_u16): Likewise.
5976         (vpadal_u32): Likewise.
5977         (vpadalq_s8): Likewise.
5978         (vpadalq_s16): Likewise.
5979         (vpadalq_s32): Likewise.
5980         (vpadalq_u8): Likewise.
5981         (vpadalq_u16): Likewise.
5982         (vpadalq_u32): Likewise.
5983         (vpmax_s8): Likewise.
5984         (vpmax_s16): Likewise.
5985         (vpmax_s32): Likewise.
5986         (vpmax_f32): Likewise.
5987         (vpmax_u8): Likewise.
5988         (vpmax_u16): Likewise.
5989         (vpmax_u32): Likewise.
5990         (vpmin_s8): Likewise.
5991         (vpmin_s16): Likewise.
5992         (vpmin_s32): Likewise.
5993         (vpmin_f32): Likewise.
5994         (vpmin_u8): Likewise.
5995         (vpmin_u16): Likewise.
5996         (vpmin_u32): Likewise.
5997         (vrecps_f32): Likewise.
5998         (vrecpsq_f32): Likewise.
5999         (vrsqrts_f32): Likewise.
6000         (vrsqrtsq_f32): Likewise.
6001         (vshl_s8): Likewise.
6002         (vshl_s16): Likewise.
6003         (vshl_s32): Likewise.
6004         (vshl_s64): Likewise.
6005         (vshl_u8): Likewise.
6006         (vshl_u16): Likewise.
6007         (vshl_u32): Likewise.
6008         (vshl_u64): Likewise.
6009         (vshlq_s8): Likewise.
6010         (vshlq_s16): Likewise.
6011         (vshlq_s32): Likewise.
6012         (vshlq_s64): Likewise.
6013         (vshlq_u8): Likewise.
6014         (vshlq_u16): Likewise.
6015         (vshlq_u32): Likewise.
6016         (vshlq_u64): Likewise.
6017         (vrshl_s8): Likewise.
6018         (vrshl_s16): Likewise.
6019         (vrshl_s32): Likewise.
6020         (vrshl_s64): Likewise.
6021         (vrshl_u8): Likewise.
6022         (vrshl_u16): Likewise.
6023         (vrshl_u32): Likewise.
6024         (vrshl_u64): Likewise.
6025         (vrshlq_s8): Likewise.
6026         (vrshlq_s16): Likewise.
6027         (vrshlq_s32): Likewise.
6028         (vrshlq_s64): Likewise.
6029         (vrshlq_u8): Likewise.
6030         (vrshlq_u16): Likewise.
6031         (vrshlq_u32): Likewise.
6032         (vrshlq_u64): Likewise.
6033         (vqshl_s8): Likewise.
6034         (vqshl_s16): Likewise.
6035         (vqshl_s32): Likewise.
6036         (vqshl_s64): Likewise.
6037         (vqshl_u8): Likewise.
6038         (vqshl_u16): Likewise.
6039         (vqshl_u32): Likewise.
6040         (vqshl_u64): Likewise.
6041         (vqshlq_s8): Likewise.
6042         (vqshlq_s16): Likewise.
6043         (vqshlq_s32): Likewise.
6044         (vqshlq_s64): Likewise.
6045         (vqshlq_u8): Likewise.
6046         (vqshlq_u16): Likewise.
6047         (vqshlq_u32): Likewise.
6048         (vqshlq_u64): Likewise.
6049         (vqrshl_s8): Likewise.
6050         (vqrshl_s16): Likewise.
6051         (vqrshl_s32): Likewise.
6052         (vqrshl_s64): Likewise.
6053         (vqrshl_u8): Likewise.
6054         (vqrshl_u16): Likewise.
6055         (vqrshl_u32): Likewise.
6056         (vqrshl_u64): Likewise.
6057         (vqrshlq_s8): Likewise.
6058         (vqrshlq_s16): Likewise.
6059         (vqrshlq_s32): Likewise.
6060         (vqrshlq_s64): Likewise.
6061         (vqrshlq_u8): Likewise.
6062         (vqrshlq_u16): Likewise.
6063         (vqrshlq_u32): Likewise.
6064         (vqrshlq_u64): Likewise.
6065         (vshr_n_s8): Likewise.
6066         (vshr_n_s16): Likewise.
6067         (vshr_n_s32): Likewise.
6068         (vshr_n_s64): Likewise.
6069         (vshr_n_u8): Likewise.
6070         (vshr_n_u16): Likewise.
6071         (vshr_n_u32): Likewise.
6072         (vshr_n_u64): Likewise.
6073         (vshrq_n_s8): Likewise.
6074         (vshrq_n_s16): Likewise.
6075         (vshrq_n_s32): Likewise.
6076         (vshrq_n_s64): Likewise.
6077         (vshrq_n_u8): Likewise.
6078         (vshrq_n_u16): Likewise.
6079         (vshrq_n_u32): Likewise.
6080         (vshrq_n_u64): Likewise.
6081         (vrshr_n_s8): Likewise.
6082         (vrshr_n_s16): Likewise.
6083         (vrshr_n_s32): Likewise.
6084         (vrshr_n_s64): Likewise.
6085         (vrshr_n_u8): Likewise.
6086         (vrshr_n_u16): Likewise.
6087         (vrshr_n_u32): Likewise.
6088         (vrshr_n_u64): Likewise.
6089         (vrshrq_n_s8): Likewise.
6090         (vrshrq_n_s16): Likewise.
6091         (vrshrq_n_s32): Likewise.
6092         (vrshrq_n_s64): Likewise.
6093         (vrshrq_n_u8): Likewise.
6094         (vrshrq_n_u16): Likewise.
6095         (vrshrq_n_u32): Likewise.
6096         (vrshrq_n_u64): Likewise.
6097         (vshrn_n_s16): Likewise.
6098         (vshrn_n_s32): Likewise.
6099         (vshrn_n_s64): Likewise.
6100         (vshrn_n_u16): Likewise.
6101         (vshrn_n_u32): Likewise.
6102         (vshrn_n_u64): Likewise.
6103         (vrshrn_n_s16): Likewise.
6104         (vrshrn_n_s32): Likewise.
6105         (vrshrn_n_s64): Likewise.
6106         (vrshrn_n_u16): Likewise.
6107         (vrshrn_n_u32): Likewise.
6108         (vrshrn_n_u64): Likewise.
6109         (vqshrn_n_s16): Likewise.
6110         (vqshrn_n_s32): Likewise.
6111         (vqshrn_n_s64): Likewise.
6112         (vqshrn_n_u16): Likewise.
6113         (vqshrn_n_u32): Likewise.
6114         (vqshrn_n_u64): Likewise.
6115         (vqrshrn_n_s16): Likewise.
6116         (vqrshrn_n_s32): Likewise.
6117         (vqrshrn_n_s64): Likewise.
6118         (vqrshrn_n_u16): Likewise.
6119         (vqrshrn_n_u32): Likewise.
6120         (vqrshrn_n_u64): Likewise.
6121         (vqshrun_n_s16): Likewise.
6122         (vqshrun_n_s32): Likewise.
6123         (vqshrun_n_s64): Likewise.
6124         (vqrshrun_n_s16): Likewise.
6125         (vqrshrun_n_s32): Likewise.
6126         (vqrshrun_n_s64): Likewise.
6127         (vshl_n_s8): Likewise.
6128         (vshl_n_s16): Likewise.
6129         (vshl_n_s32): Likewise.
6130         (vshl_n_s64): Likewise.
6131         (vshl_n_u8): Likewise.
6132         (vshl_n_u16): Likewise.
6133         (vshl_n_u32): Likewise.
6134         (vshl_n_u64): Likewise.
6135         (vshlq_n_s8): Likewise.
6136         (vshlq_n_s16): Likewise.
6137         (vshlq_n_s32): Likewise.
6138         (vshlq_n_s64): Likewise.
6139         (vshlq_n_u8): Likewise.
6140         (vshlq_n_u16): Likewise.
6141         (vshlq_n_u32): Likewise.
6142         (vshlq_n_u64): Likewise.
6143         (vqshl_n_s8): Likewise.
6144         (vqshl_n_s16): Likewise.
6145         (vqshl_n_s32): Likewise.
6146         (vqshl_n_s64): Likewise.
6147         (vqshl_n_u8): Likewise.
6148         (vqshl_n_u16): Likewise.
6149         (vqshl_n_u32): Likewise.
6150         (vqshl_n_u64): Likewise.
6151         (vqshlq_n_s8): Likewise.
6152         (vqshlq_n_s16): Likewise.
6153         (vqshlq_n_s32): Likewise.
6154         (vqshlq_n_s64): Likewise.
6155         (vqshlq_n_u8): Likewise.
6156         (vqshlq_n_u16): Likewise.
6157         (vqshlq_n_u32): Likewise.
6158         (vqshlq_n_u64): Likewise.
6159         (vqshlu_n_s8): Likewise.
6160         (vqshlu_n_s16): Likewise.
6161         (vqshlu_n_s32): Likewise.
6162         (vqshlu_n_s64): Likewise.
6163         (vqshluq_n_s8): Likewise.
6164         (vqshluq_n_s16): Likewise.
6165         (vqshluq_n_s32): Likewise.
6166         (vqshluq_n_s64): Likewise.
6167         (vshll_n_s8): Likewise.
6168         (vshll_n_s16): Likewise.
6169         (vshll_n_s32): Likewise.
6170         (vshll_n_u8): Likewise.
6171         (vshll_n_u16): Likewise.
6172         (vshll_n_u32): Likewise.
6173         (vsra_n_s8): Likewise.
6174         (vsra_n_s16): Likewise.
6175         (vsra_n_s32): Likewise.
6176         (vsra_n_s64): Likewise.
6177         (vsra_n_u8): Likewise.
6178         (vsra_n_u16): Likewise.
6179         (vsra_n_u32): Likewise.
6180         (vsra_n_u64): Likewise.
6181         (vsraq_n_s8): Likewise.
6182         (vsraq_n_s16): Likewise.
6183         (vsraq_n_s32): Likewise.
6184         (vsraq_n_s64): Likewise.
6185         (vsraq_n_u8): Likewise.
6186         (vsraq_n_u16): Likewise.
6187         (vsraq_n_u32): Likewise.
6188         (vsraq_n_u64): Likewise.
6189         (vrsra_n_s8): Likewise.
6190         (vrsra_n_s16): Likewise.
6191         (vrsra_n_s32): Likewise.
6192         (vrsra_n_s64): Likewise.
6193         (vrsra_n_u8): Likewise.
6194         (vrsra_n_u16): Likewise.
6195         (vrsra_n_u32): Likewise.
6196         (vrsra_n_u64): Likewise.
6197         (vrsraq_n_s8): Likewise.
6198         (vrsraq_n_s16): Likewise.
6199         (vrsraq_n_s32): Likewise.
6200         (vrsraq_n_s64): Likewise.
6201         (vrsraq_n_u8): Likewise.
6202         (vrsraq_n_u16): Likewise.
6203         (vrsraq_n_u32): Likewise.
6204         (vrsraq_n_u64): Likewise.
6205         (vabs_s8): Likewise.
6206         (vabs_s16): Likewise.
6207         (vabs_s32): Likewise.
6208         (vabs_f32): Likewise.
6209         (vabsq_s8): Likewise.
6210         (vabsq_s16): Likewise.
6211         (vabsq_s32): Likewise.
6212         (vabsq_f32): Likewise.
6213         (vqabs_s8): Likewise.
6214         (vqabs_s16): Likewise.
6215         (vqabs_s32): Likewise.
6216         (vqabsq_s8): Likewise.
6217         (vqabsq_s16): Likewise.
6218         (vqabsq_s32): Likewise.
6219         (vneg_s8): Likewise.
6220         (vneg_s16): Likewise.
6221         (vneg_s32): Likewise.
6222         (vneg_f32): Likewise.
6223         (vnegq_s8): Likewise.
6224         (vnegq_s16): Likewise.
6225         (vnegq_s32): Likewise.
6226         (vnegq_f32): Likewise.
6227         (vqneg_s8): Likewise.
6228         (vqneg_s16): Likewise.
6229         (vqneg_s32): Likewise.
6230         (vqnegq_s8): Likewise.
6231         (vqnegq_s16): Likewise.
6232         (vqnegq_s32): Likewise.
6233         (vmvn_s8): Likewise.
6234         (vmvn_s16): Likewise.
6235         (vmvn_s32): Likewise.
6236         (vmvn_u8): Likewise.
6237         (vmvn_u16): Likewise.
6238         (vmvn_u32): Likewise.
6239         (vmvn_p8): Likewise.
6240         (vmvnq_s8): Likewise.
6241         (vmvnq_s16): Likewise.
6242         (vmvnq_s32): Likewise.
6243         (vmvnq_u8): Likewise.
6244         (vmvnq_u16): Likewise.
6245         (vmvnq_u32): Likewise.
6246         (vmvnq_p8): Likewise.
6247         (vcls_s8): Likewise.
6248         (vcls_s16): Likewise.
6249         (vcls_s32): Likewise.
6250         (vclsq_s8): Likewise.
6251         (vclsq_s16): Likewise.
6252         (vclsq_s32): Likewise.
6253         (vclz_s8): Likewise.
6254         (vclz_s16): Likewise.
6255         (vclz_s32): Likewise.
6256         (vclz_u8): Likewise.
6257         (vclz_u16): Likewise.
6258         (vclz_u32): Likewise.
6259         (vclzq_s8): Likewise.
6260         (vclzq_s16): Likewise.
6261         (vclzq_s32): Likewise.
6262         (vclzq_u8): Likewise.
6263         (vclzq_u16): Likewise.
6264         (vclzq_u32): Likewise.
6265         (vcnt_s8): Likewise.
6266         (vcnt_u8): Likewise.
6267         (vcnt_p8): Likewise.
6268         (vcntq_s8): Likewise.
6269         (vcntq_u8): Likewise.
6270         (vcntq_p8): Likewise.
6271         (vrecpe_f32): Likewise.
6272         (vrecpe_u32): Likewise.
6273         (vrecpeq_f32): Likewise.
6274         (vrecpeq_u32): Likewise.
6275         (vrsqrte_f32): Likewise.
6276         (vrsqrte_u32): Likewise.
6277         (vrsqrteq_f32): Likewise.
6278         (vrsqrteq_u32): Likewise.
6279         (vget_lane_s8): Likewise.
6280         (vget_lane_s16): Likewise.
6281         (vget_lane_s32): Likewise.
6282         (vget_lane_f32): Likewise.
6283         (vget_lane_u8): Likewise.
6284         (vget_lane_u16): Likewise.
6285         (vget_lane_u32): Likewise.
6286         (vget_lane_p8): Likewise.
6287         (vget_lane_p16): Likewise.
6288         (vget_lane_s64): Likewise.
6289         (vget_lane_u64): Likewise.
6290         (vgetq_lane_s8): Likewise.
6291         (vgetq_lane_s16): Likewise.
6292         (vgetq_lane_s32): Likewise.
6293         (vgetq_lane_f32): Likewise.
6294         (vgetq_lane_u8): Likewise.
6295         (vgetq_lane_u16): Likewise.
6296         (vgetq_lane_u32): Likewise.
6297         (vgetq_lane_p8): Likewise.
6298         (vgetq_lane_p16): Likewise.
6299         (vgetq_lane_s64): Likewise.
6300         (vgetq_lane_u64): Likewise.
6301         (vcvt_s32_f32): Likewise.
6302         (vcvt_f32_s32): Likewise.
6303         (vcvt_f32_u32): Likewise.
6304         (vcvt_u32_f32): Likewise.
6305         (vcvtq_s32_f32): Likewise.
6306         (vcvtq_f32_s32): Likewise.
6307         (vcvtq_f32_u32): Likewise.
6308         (vcvtq_u32_f32): Likewise.
6309         (vcvt_n_s32_f32): Likewise.
6310         (vcvt_n_f32_s32): Likewise.
6311         (vcvt_n_f32_u32): Likewise.
6312         (vcvt_n_u32_f32): Likewise.
6313         (vcvtq_n_s32_f32): Likewise.
6314         (vcvtq_n_f32_s32): Likewise.
6315         (vcvtq_n_f32_u32): Likewise.
6316         (vcvtq_n_u32_f32): Likewise.
6317         (vmovn_s16): Likewise.
6318         (vmovn_s32): Likewise.
6319         (vmovn_s64): Likewise.
6320         (vmovn_u16): Likewise.
6321         (vmovn_u32): Likewise.
6322         (vmovn_u64): Likewise.
6323         (vqmovn_s16): Likewise.
6324         (vqmovn_s32): Likewise.
6325         (vqmovn_s64): Likewise.
6326         (vqmovn_u16): Likewise.
6327         (vqmovn_u32): Likewise.
6328         (vqmovn_u64): Likewise.
6329         (vqmovun_s16): Likewise.
6330         (vqmovun_s32): Likewise.
6331         (vqmovun_s64): Likewise.
6332         (vmovl_s8): Likewise.
6333         (vmovl_s16): Likewise.
6334         (vmovl_s32): Likewise.
6335         (vmovl_u8): Likewise.
6336         (vmovl_u16): Likewise.
6337         (vmovl_u32): Likewise.
6338         (vmul_lane_s16): Likewise.
6339         (vmul_lane_s32): Likewise.
6340         (vmul_lane_f32): Likewise.
6341         (vmul_lane_u16): Likewise.
6342         (vmul_lane_u32): Likewise.
6343         (vmulq_lane_s16): Likewise.
6344         (vmulq_lane_s32): Likewise.
6345         (vmulq_lane_f32): Likewise.
6346         (vmulq_lane_u16): Likewise.
6347         (vmulq_lane_u32): Likewise.
6348         (vmla_lane_s16): Likewise.
6349         (vmla_lane_s32): Likewise.
6350         (vmla_lane_f32): Likewise.
6351         (vmla_lane_u16): Likewise.
6352         (vmla_lane_u32): Likewise.
6353         (vmlaq_lane_s16): Likewise.
6354         (vmlaq_lane_s32): Likewise.
6355         (vmlaq_lane_f32): Likewise.
6356         (vmlaq_lane_u16): Likewise.
6357         (vmlaq_lane_u32): Likewise.
6358         (vmlal_lane_s16): Likewise.
6359         (vmlal_lane_s32): Likewise.
6360         (vmlal_lane_u16): Likewise.
6361         (vmlal_lane_u32): Likewise.
6362         (vqdmlal_lane_s16): Likewise.
6363         (vqdmlal_lane_s32): Likewise.
6364         (vmls_lane_s16): Likewise.
6365         (vmls_lane_s32): Likewise.
6366         (vmls_lane_f32): Likewise.
6367         (vmls_lane_u16): Likewise.
6368         (vmls_lane_u32): Likewise.
6369         (vmlsq_lane_s16): Likewise.
6370         (vmlsq_lane_s32): Likewise.
6371         (vmlsq_lane_f32): Likewise.
6372         (vmlsq_lane_u16): Likewise.
6373         (vmlsq_lane_u32): Likewise.
6374         (vmlsl_lane_s16): Likewise.
6375         (vmlsl_lane_s32): Likewise.
6376         (vmlsl_lane_u16): Likewise.
6377         (vmlsl_lane_u32): Likewise.
6378         (vqdmlsl_lane_s16): Likewise.
6379         (vqdmlsl_lane_s32): Likewise.
6380         (vmull_lane_s16): Likewise.
6381         (vmull_lane_s32): Likewise.
6382         (vmull_lane_u16): Likewise.
6383         (vmull_lane_u32): Likewise.
6384         (vqdmull_lane_s16): Likewise.
6385         (vqdmull_lane_s32): Likewise.
6386         (vqdmulhq_lane_s16): Likewise.
6387         (vqdmulhq_lane_s32): Likewise.
6388         (vqdmulh_lane_s16): Likewise.
6389         (vqdmulh_lane_s32): Likewise.
6390         (vqrdmulhq_lane_s16): Likewise.
6391         (vqrdmulhq_lane_s32): Likewise.
6392         (vqrdmulh_lane_s16): Likewise.
6393         (vqrdmulh_lane_s32): Likewise.
6394         (vmul_n_s16): Likewise.
6395         (vmul_n_s32): Likewise.
6396         (vmul_n_f32): Likewise.
6397         (vmul_n_u16): Likewise.
6398         (vmul_n_u32): Likewise.
6399         (vmulq_n_s16): Likewise.
6400         (vmulq_n_s32): Likewise.
6401         (vmulq_n_f32): Likewise.
6402         (vmulq_n_u16): Likewise.
6403         (vmulq_n_u32): Likewise.
6404         (vmull_n_s16): Likewise.
6405         (vmull_n_s32): Likewise.
6406         (vmull_n_u16): Likewise.
6407         (vmull_n_u32): Likewise.
6408         (vqdmull_n_s16): Likewise.
6409         (vqdmull_n_s32): Likewise.
6410         (vqdmulhq_n_s16): Likewise.
6411         (vqdmulhq_n_s32): Likewise.
6412         (vqdmulh_n_s16): Likewise.
6413         (vqdmulh_n_s32): Likewise.
6414         (vqrdmulhq_n_s16): Likewise.
6415         (vqrdmulhq_n_s32): Likewise.
6416         (vqrdmulh_n_s16): Likewise.
6417         (vqrdmulh_n_s32): Likewise.
6418         (vmla_n_s16): Likewise.
6419         (vmla_n_s32): Likewise.
6420         (vmla_n_f32): Likewise.
6421         (vmla_n_u16): Likewise.
6422         (vmla_n_u32): Likewise.
6423         (vmlaq_n_s16): Likewise.
6424         (vmlaq_n_s32): Likewise.
6425         (vmlaq_n_f32): Likewise.
6426         (vmlaq_n_u16): Likewise.
6427         (vmlaq_n_u32): Likewise.
6428         (vmlal_n_s16): Likewise.
6429         (vmlal_n_s32): Likewise.
6430         (vmlal_n_u16): Likewise.
6431         (vmlal_n_u32): Likewise.
6432         (vqdmlal_n_s16): Likewise.
6433         (vqdmlal_n_s32): Likewise.
6434         (vmls_n_s16): Likewise.
6435         (vmls_n_s32): Likewise.
6436         (vmls_n_f32): Likewise.
6437         (vmls_n_u16): Likewise.
6438         (vmls_n_u32): Likewise.
6439         (vmlsq_n_s16): Likewise.
6440         (vmlsq_n_s32): Likewise.
6441         (vmlsq_n_f32): Likewise.
6442         (vmlsq_n_u16): Likewise.
6443         (vmlsq_n_u32): Likewise.
6444         (vmlsl_n_s16): Likewise.
6445         (vmlsl_n_s32): Likewise.
6446         (vmlsl_n_u16): Likewise.
6447         (vmlsl_n_u32): Likewise.
6448         (vqdmlsl_n_s16): Likewise.
6449         (vqdmlsl_n_s32): Likewise.
6451 2014-11-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6453         * config/arm/arm.c (arm_new_rtx_costs, case PLUS, MINUS):
6454         Add cost of alu.arith in simple SImode case.
6456 2014-11-18  Jiong Wang  <jiong.wang@arm.com>
6458         * lra-eliminations.c (update_reg_eliminate): Relax gcc_assert for fixed
6459         registers.
6461 2014-11-18  Marat Zakirov  <m.zakirov@samsung.com>
6463         * opts.c (finish_options): Disable aggressive opts for sanitizer.
6464         (common_handle_option): Move code to finish_options.
6466 2014-11-18  Yury Gribov  <y.gribov@samsung.com>
6468         PR sanitizer/63802
6469         * stor-layout.c (min_align_of_type): Respect user alignment
6470         more.
6472 2014-11-18  Ilya Enkovich  <ilya.enkovich@intel.com>
6474         * passes.c (remove_cgraph_node_from_order): New.
6475         (do_per_function_toporder): Register cgraph removal
6476         hook.
6478 2014-11-17  Terry Guo  <terry.guo@arm.com>
6480         * config/arm/arm.c (arm_issue_rate): Return 2 for cortex-m7.
6481         * config/arm/arm.md (generic_sched): Exclude cortex-m7.
6482         (generic_vfp): Likewise.
6483         * config/arm/cortex-m7.md: Pipeline description for cortex-m7.
6485 2014-11-17  Vladimir Makarov  <vmakarov@redhat.com>
6487         PR rtl-optimization/63906
6488         * lra-remat.c (operand_to_remat): Check SP and
6489         frame_pointer_required.
6491 2014-11-17  Mircea Namolaru  <mircea.namolaru@inria.fr>
6493         * doc/invoke.texi (floop-unroll-and-jam): Document
6494         (loop-unroll-jam-size): Likewise.
6495         (loop-unroll-jam-depth): Likewise.
6496         * graphite-optimize-isl.c (getPrevectorMap_full): Modify comment.
6497         (getScheduleForBandList): Replaced unsafe union_map reuse.
6499 2014-11-17  Andrew Pinski  <apinski@cavium.com>
6501         * config/aarch64/thunderx.md: Remove copyright which should not
6502         have been there.
6504 2014-11-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
6505             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6507         * config/rs6000/rs6000.c (RELOAD_REG_AND_M16): Add support for
6508         Altivec style vector loads that ignore the bottom 3 bits of the
6509         address.
6510         (rs6000_debug_addr_mask): New function to print the addr_mask
6511         values if debugging.
6512         (rs6000_debug_print_mode): Call rs6000_debug_addr_mask to print
6513         out addr_mask.
6514         (rs6000_setup_reg_addr_masks): Add support for Altivec style
6515         vector loads that ignore the bottom 3 bits of the address.  Allow
6516         pre-increment and pre-decrement on floating point, even if the
6517         -mupper-regs-{sf,df} options were used.
6518         (rs6000_init_hard_regno_mode_ok): Rework DFmode support if
6519         -mupper-regs-df.  Add support for -mupper-regs-sf.  Rearrange code
6520         placement for direct move support.
6521         (rs6000_option_override_internal): Add checks for -mupper-regs-df
6522         requiring -mvsx, and -mupper-regs-sf requiring -mpower8-vector.
6523         If -mupper-regs, set both -mupper-regs-sf and -mupper-regs-df,
6524         depending on the underlying cpu.
6525         (rs6000_secondary_reload_fail): Add ATTRIBUTE_NORETURN.
6526         (rs6000_secondary_reload_toc_costs): Helper function to identify
6527         costs of a TOC load for secondary reload support.
6528         (rs6000_secondary_reload_memory): Helper function for secondary
6529         reload, to determine if a particular memory operation is directly
6530         handled by the hardware, or if it needs support from secondary
6531         reload to create a valid address.
6532         (rs6000_secondary_reload): Rework code, to be clearer.  If the
6533         appropriate -mupper-regs-{sf,df} is used, use FPR registers to
6534         reload scalar values, since the FPR registers have D-form
6535         addressing. Move most of the code handling memory to the function
6536         rs6000_secondary_reload_memory, and use the reg_addr structure to
6537         determine what type of address modes are supported.  Print more
6538         debug information if -mdebug=addr.
6539         (rs6000_secondary_reload_inner): Rework entire function to be more
6540         general.  Use the reg_addr bits to determine what type of
6541         addressing is supported.
6542         (rs6000_preferred_reload_class): Rework.  Move constant handling
6543         into a single place.  Prefer using FLOAT_REGS for scalar floating
6544         point.
6545         (rs6000_secondary_reload_class): Use a FPR register to move a
6546         value from an Altivec register to a GPR, and vice versa.  Move VSX
6547         handling above traditional floating point.
6549         * config/rs6000/rs6000.md (mov<mode>_hardfloat, FMOVE32 case):
6550         Delete some spaces in the constraints.
6551         (DF->DF move peephole2): Disable if -mupper-regs-{sf,df} to
6552         allow using FPR registers to load/store an Altivec register for
6553         scalar floating point types.
6554         (SF->SF move peephole2): Likewise.
6555         (DFmode splitter): Add a define_split to move floating point
6556         constants to the constant pool before register allocation.
6557         Normally constants are put into the pool immediately, but
6558         -ffast-math delays putting them into the constant pool for the
6559         reciprocal approximation support.
6560         (SFmode splitter): Likewise.
6562         * config/rs6000/rs6000.opt (-mupper-regs-df): Make option public.
6563         (-mupper-regs-sf): Likewise.
6565         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
6566         __UPPER_REGS_DF__ if -mupper-regs-df.  Define __UPPER_REGS_SF__ if
6567         -mupper-regs-sf.
6568         (-mupper-regs): New combination option that sets -mupper-regs-sf
6569         and -mupper-regs-df by default if the cpu supports the instructions.
6571         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6572         -mupper-regs, -mupper-regs-sf, and -mupper-regs-df.
6574         * config/rs6000/predicates.md (memory_fp_constant): New predicate
6575         to return true if the operand is a floating point constant that
6576         must be put into the constant pool, before register allocation
6577         occurs.
6579         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Enable
6580         -mupper-regs-df by default.
6581         (ISA_2_7_MASKS_SERVER): Enable -mupper-regs-sf by default.
6582         (POWERPC_MASKS): Add -mupper-regs-{sf,df} as options set by the
6583         various -mcpu=... options.
6584         (power7 cpu): Enable -mupper-regs-df by default.
6586         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6587         -mupper-regs.
6589 2014-11-17  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
6591         * ira-conflicts.c (build_conflict_bit_table): Add the current
6592         object to OBJECTS_LIVE after traversing OBJECTS_LIVE.
6594 2014-11-17  Jan Hubicka  <hubicka@ucw.cz>
6596         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
6597         (ipa_get_indirect_edge_target): Add SPECULATIVE argument.
6598         (devirtualization_time_bonus): Use it.
6599         (ipcp_discover_new_direct_edges): Likewise.
6600         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Update.
6601         * ipa-prop.h (ipa_get_indirect_edge_target): Update prototype.
6603 2014-11-17  Jan Hubicka  <hubicka@ucw.cz>
6605         * tree.c (free_lang_data_in_decl): Set
6606         DECL_FUNCTION_SPECIFIC_OPTIMIZATION to optimization_default_node.
6608 2014-11-17  Jan Hubicka  <hubicka@ucw.cz>
6610         * cgraphunit.c (analyze_functions): Use opt_for_fn.
6611         * cgraph.h (cgraph_node::optimize_for_size_p): Likewise.
6613 2014-11-17  Jan Hubicka  <hubicka@ucw.cz>
6615         * cgraph.c (symbol_table::create_edge): Use opt_for_fn.
6616         (cgraph_node::cannot_return_p): Likewise.
6617         (cgraph_edge::cannot_lead_to_return_p): Likewise.
6618         (cgraph_edge::maybe_hot_p): Likewise.
6620 2014-11-17  Jan Hubicka  <hubicka@ucw.cz>
6622         * predict.c (maybe_hot_frequency_p): Use opt_for_fn.
6623         (optimize_function_for_size_p): Likewise.
6624         (probably_never_executed): Likewise; replace cfun by fun.
6626 2014-11-17  Alan Lawrence  <alan.lawrence@arm.com>
6628         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Add
6629         variant reading from memory and assembling to ld1.
6631         * config/aarch64/arm_neon.h (vld1_lane_f32, vld1_lane_f64, vld1_lane_p8,
6632         vld1_lane_p16, vld1_lane_s8, vld1_lane_s16, vld1_lane_s32,
6633         vld1_lane_s64, vld1_lane_u8, vld1_lane_u16, vld1_lane_u32,
6634         vld1_lane_u64, vld1q_lane_f32, vld1q_lane_f64, vld1q_lane_p8,
6635         vld1q_lane_p16, vld1q_lane_s8, vld1q_lane_s16, vld1q_lane_s32,
6636         vld1q_lane_s64, vld1q_lane_u8, vld1q_lane_u16, vld1q_lane_u32,
6637         vld1q_lane_u64): Replace asm with vset_lane and pointer dereference.
6639 2014-11-17  Jason Merrill  <jason@redhat.com>
6641         * tree-inline.c (copy_fn): New.
6642         * tree-inline.h: Declare it.
6644 2014-11-17  Alan Lawrence  <alan.lawrence@arm.com>
6646         * config/aarch64/aarch64-builtins.c (TYPES_CREATE): Remove.
6647         * config/aarch64/aarch64-simd-builtins.def (create): Remove.
6648         * config/aarch64/aarch64-simd.md (aarch64_create<mode>): Remove.
6649         * config/aarch64/arm_neon.h (vcreate_f64, vreinterpret_f64_s64,
6650         vreinterpret_f64_u64): Replace __builtin_aarch64_createv1df with C casts.
6651         * config/aarch64/iterators.md (VD1): Remove.
6653 2014-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6655         * config/aarch64/aarch64-cores.def (cortex-a53): Remove
6656         AARCH64_FL_CRYPTO from feature flags.
6657         (cortex-a57): Likewise.
6658         (cortex-a57.cortex-a53): Likewise.
6660 2014-11-17  Jan Hubicka  <hubicka@ucw.cz>
6662         * tree.c (free_lang_data_in_decl): Annotate all functio nbodies with
6663         DECL_FUNCTION_SPECIFIC_TARGET.
6664         * i386.c (ix86_set_current_function): Handle explicit default options.
6666 2014-11-17  Ilya Enkovich  <ilya.enkovich@intel.com>
6668         * builtins.c (expand_builtin_memcpy_with_bounds): Use target hook
6669         instead of BNDmode.
6670         (expand_builtin_mempcpy_with_bounds): Likewise.
6671         (expand_builtin_memset_with_bounds): Likewise.
6673 2014-11-17  Ilya Enkovich  <ilya.enkovich@intel.com>
6675         * tree-ssa-strlen.c: include ipa-chkp.h, cgraph.h,
6676         ipa-ref.h, plugin-api.h.
6677         (get_string_length): Handle calls with bounds.
6678         (adjust_last_stmt): Likewise.
6679         (handle_builtin_strchr): Likewise.
6680         (handle_builtin_strcpy): Likewise.
6681         (handle_builtin_memcpy): Likewise.
6682         (handle_builtin_strcat): Likewise.
6684 2014-11-17  Ilya Enkovich  <ilya.enkovich@intel.com>
6686         * tree-chkp-opt.c (chkp_get_nobnd_fndecl): New.
6687         (chkp_get_nochk_fndecl): New.
6688         (chkp_optimize_string_function_calls): New.
6689         (chkp_opt_execute): Call chkp_optimize_string_function_calls.
6690         * tree-cfg.h (insert_cond_bb): New.
6691         * tree-cfg.c (insert_cond_bb): New.
6693 2014-11-17  Ilya Enkovich  <ilya.enkovich@intel.com>
6695         * tree-core.h (built_in_class): Add builtin codes to be used
6696         by Pointer Bounds Checker for instrumented builtin functions.
6697         * tree-streamer-in.c: Include ipa-chkp.h.
6698         (streamer_get_builtin_tree): Created instrumented decl if
6699         required.
6700         * ipa-chkp.h (chkp_maybe_clone_builtin_fndecl): New.
6701         * ipa-chkp.c (chkp_build_instrumented_fndecl): Support builtin
6702         function decls.
6703         (chkp_maybe_clone_builtin_fndecl): New.
6704         (chkp_maybe_create_clone): Support builtin function decls.
6705         (chkp_versioning): Clone builtin functions.
6706         * tree-chkp.c (chkp_instrument_normal_builtin): New.
6707         (chkp_add_bounds_to_call_stmt): Support builtin functions.
6708         (chkp_replace_function_pointer): Likewise.
6709         * builtins.c (expand_builtin_memcpy_args): New.
6710         (expand_builtin_memcpy): Call expand_builtin_memcpy_args.
6711         (expand_builtin_memcpy_with_bounds): New.
6712         (expand_builtin_mempcpy_with_bounds): New.
6713         (expand_builtin_mempcpy_args): Add orig_exp arg. Support
6714         BUILT_IN_CHKP_MEMCPY_NOBND_NOCHK
6715         (expand_builtin_memset_with_bounds): New.
6716         (expand_builtin_memset_args): Support BUILT_IN_CHKP_MEMSET_NOBND_NOCHK.
6717         (expand_builtin_with_bounds): New.
6718         * builtins.h (expand_builtin_with_bounds): New.
6719         * expr.c (expand_expr_real_1): Support instrumented builtin calls.
6721 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
6723         * gimple.h (gimple_set_visited, gimple_visited_p)
6724         (gimple_set_plf, gimple_plf, gimple_set_uid, gimple_uid): Add more
6725         comments to these accessors.
6727 2014-11-17  Georg-Johann Lay  <avr@gjlay.de>
6729         * config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]:
6730         Set avr_log_details to "all".
6732 2014-11-17  Richard Biener  <rguenther@suse.de>
6734         PR middle-end/63898
6735         * match.pd: Guard X / CST -> X * CST' transform against
6736         zero CST.
6738 2014-11-17  Terry Guo  <terry.guo@arm.com>
6740         * config/arm/thumb1.md (*addsi3_cbranch_scratch): Updated to UAL
6741         format.
6743 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
6745         * ifcvt.c (HAVE_cbranchcc4): Define.
6746         (noce_emit_cmove, noce_get_alt_condition, noce_get_condition):
6747         Use HAVE_cbranchcc4.
6749 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6751         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
6752         aarch64_convert_mode, aarch64_gen_ccmp_first,
6753         aarch64_gen_ccmp_next): New functions.
6754         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Define.
6756 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6758         * config/aarch64/aarch64-protos.h (aarch64_ccmp_mode_to_code): New.
6759         * aarch64.c (aarch64_nzcv_codes): New data.
6760         (aarch64_ccmp_mode_to_code): New.
6761         (aarch64_print_operand): Output nzcv.
6762         config/aarch64/aarch64.md (cbranchcc4, *ccmp_and, *ccmp_ior, cstorecc4):
6763         New patterns.
6764         (cstore<mode>4): Handle ccmp_cc_register.
6765         * config/aarch64/predicates.md (const0_operand): New.
6767 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6769         * config/aarch64/aarch64-modes.def: Define ccmp CC mode.
6770         * config/aarch64/aarch64.c (aarch64_get_condition_code_1): New function
6771         extacted from aarch64_get_condition_code.
6772         (aarch64_get_condition_code): Call aarch64_get_condition_code_1.
6773         config/aarch64/predicates.md (ccmp_cc_register): New predicate.
6775 014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6777         * config/aarch64/constraints.md (Usn, aarch64_ccmp_immediate,
6778         aarch64_ccmp_operand): New constraints.
6780 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6782         * Makefile.in: Add ccmp.o.
6783         * ccmp.c: New file.
6784         * ccmp.h: New file.
6785         * expr.c: include "ccmp.h"
6786         (expand_cond_expr_using_cmove): Handle VOIDmode.
6787         (expand_expr_real_1): Try to expand ccmp.
6789 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6791         * cfgexpand.c (expand_gimple_cond): Check ccmp.
6792         * expmed.c (emit_cstore): Make it global.
6793         * expmed.h: #include "insn-codes.h"
6794         (emit_cstore): New prototype.
6795         * expr.c (expand_operands): Make it global.
6796         * expr.h (expand_operands): New prototype.
6797         * optabs.c (get_rtx_code): Make it global.
6798         * optabs.h (get_rtx_code): New prototype.
6800 2014-11-17  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6802         * target.def (gen_ccmp_first, gen_ccmp_first): Add two new hooks.
6803         * doc/tm.texi.in (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New.
6804         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New.
6806 2014-11-16  Patrick Palka  <ppalka@gcc.gnu.org>
6808         PR middle-end/63790
6809         * tree-ssa-forwprop.c (forward_propagate_into_comparison_1):
6810         Always combine comparisons or conversions from booleans.
6812 2014-11-16  Jan Hubicka  <hubicka@ucw.cz>
6814         * ipa-polymorphic-call.c
6815         (ipa_polymorphic_call_context::speculation_consistent_p): Constify.
6816         (ipa_polymorphic_call_context::meet_speculation_with): New function.
6817         (ipa_polymorphic_call_context::combine_with): Handle types in
6818         construction better.
6819         (ipa_polymorphic_call_context::equal_to): Do not bother about useless
6820         speculation.
6821         (ipa_polymorphic_call_context::meet_with): New function.
6822         * cgraph.h (class ipa_polymorphic_call_context): Add
6823         meet_width, meet_speculation_with; constify speculation_consistent_p.
6824         * ipa-cp.c (ipa_context_from_jfunc): Handle speculation; combine
6825         with incomming context.
6826         (propagate_context_accross_jump_function): Likewise; be more cureful.
6827         about set_contains_variable.
6828         (ipa_get_indirect_edge_target_1): Fix handling of dynamic type changes.
6829         (find_more_scalar_values_for_callers_subset): Fix.
6830         (find_more_contexts_for_caller_subset): Perform meet operation.
6832 2014-11-16  Jan Hubicka  <hubicka@ucw.cz>
6834         * passes.c (execute_one_pass): Do not apply all transforms prior
6835         every simple IPA pass.
6836         * cgraphunit.c: Do not include fibheap.h
6837         (expand_thunk): Use get_untransformed_body.
6838         (cgraph_node::expand): Likewise.
6839         * tree-ssa-structalias.c (ipa_pta_execute): Skip inline clones.
6840         * cgraph.c (release_function_body): Do not push cfun when CFG
6841         is not there.
6842         (cgraph_node::get_untransformed_body): Break out from ...
6843         (cgraph_node::get_body): ... here; add code to apply all transforms.
6844         * cgraph.h (cgraph_node): Add get_untransformed_body.
6845         * ipa-icf.c (sem_function::init): Use get_untransformed_body.
6846         * cgraphclones.c (duplicate_thunk_for_node): Likewise.
6847         * tree-inline.c (expand_call_inline): LIkewise.
6848         * i386.c (ix86_reset_to_default_globals): Break out from ...
6849         (ix86_set_current_function): ... here;
6850         (ix86_reset_previous_fndecl): Use it.
6851         (ix86_simd_clone_adjust): Use ix86_reset_previous_fndecl.
6853 2014-11-16  Eric Botcazou  <ebotcazou@adacore.com>
6855         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
6856         * doc/tm.texi: Regenerate.
6858 2014-11-16  Uros Bizjak  <ubizjak@gmail.com>
6860         * config/sh/sh.c: Do not include algorithm.
6861         (sh_emit_scc_to_t): Replace open-coded swap with std::swap
6862         to swap values.
6863         (sh_emit_compare_and_branch): Ditto.
6864         (sh_emit_compare_and_set): Ditto.
6865         * config/sh/sh.md (replacement peephole2): Ditto.
6866         (cstore4_media): Ditto.
6867         (*fmasf4): Ditto.
6869 2014-11-15  Vladimir Makarov  <vmakarov@redhat.com>
6871         * lra-remat.c (cand_transf_func): Process regno for
6872         rematerialization too.
6873         * lra.c (lra): Switch on rematerialization pass.
6875 2014-11-15  Vladimir Makarov  <vmakarov@redhat.com>
6877         * lra.c (lra): Switch off rematerialization pass.
6879 2014-11-15  Marc Glisse  <marc.glisse@inria.fr>
6881         * config/i386/xmmintrin.h (_mm_add_ps, _mm_sub_ps, _mm_mul_ps,
6882         _mm_div_ps, _mm_store_ss, _mm_cvtss_f32): Use vector extensions
6883         instead of builtins.
6884         * config/i386/emmintrin.h (__v2du, __v4su, __v8hu, __v16qu): New
6885         typedefs.
6886         (_mm_sqrt_sd): Fix comment.
6887         (_mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
6888         _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
6889         _mm_mullo_epi16, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
6890         _mm_cmplt_epi8, _mm_cmplt_epi16, _mm_cmplt_epi32, _mm_cmpgt_epi8,
6891         _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_and_si128, _mm_or_si128,
6892         _mm_xor_si128, _mm_store_sd, _mm_cvtsd_f64, _mm_storeh_pd,
6893         _mm_cvtsi128_si64, _mm_cvtsi128_si64x, _mm_add_pd, _mm_sub_pd,
6894         _mm_mul_pd, _mm_div_pd, _mm_storel_epi64, _mm_movepi64_pi64):
6895         Use vector extensions instead of builtins.
6896         * config/i386/smmintrin.h (_mm_cmpeq_epi64, _mm_cmpgt_epi64,
6897         _mm_mullo_epi32): Likewise.
6898         * config/i386/avxintrin.h (__v4du, __v8su, __v16hu, __v32qu):
6899         New typedefs.
6900         (_mm256_add_pd, _mm256_add_ps, _mm256_div_pd, _mm256_div_ps,
6901         _mm256_mul_pd, _mm256_mul_ps, _mm256_sub_pd, _mm256_sub_ps):
6902         Use vector extensions instead of builtins.
6903         * config/i386/avx2intrin.h (_mm256_cmpeq_epi8, _mm256_cmpeq_epi16,
6904         _mm256_cmpeq_epi32, _mm256_cmpeq_epi64, _mm256_cmpgt_epi8,
6905         _mm256_cmpgt_epi16, _mm256_cmpgt_epi32, _mm256_cmpgt_epi64,
6906         _mm256_and_si256, _mm256_or_si256, _mm256_xor_si256, _mm256_add_epi8,
6907         _mm256_add_epi16, _mm256_add_epi32, _mm256_add_epi64,
6908         _mm256_mullo_epi16, _mm256_mullo_epi32, _mm256_sub_epi8,
6909         _mm256_sub_epi16, _mm256_sub_epi32, _mm256_sub_epi64): Likewise.
6910         * config/i386/avx512fintrin.h (__v8du, __v16su, __v32hu, __v64qu):
6911         New typedefs.
6912         (_mm512_or_si512, _mm512_or_epi32, _mm512_or_epi64, _mm512_xor_si512,
6913         _mm512_xor_epi32, _mm512_xor_epi64, _mm512_and_si512,
6914         _mm512_and_epi32, _mm512_and_epi64, _mm512_mullo_epi32,
6915         _mm512_add_epi64, _mm512_sub_epi64, _mm512_add_epi32,
6916         _mm512_sub_epi32, _mm512_add_pd, _mm512_add_ps, _mm512_sub_pd,
6917         _mm512_sub_ps, _mm512_mul_pd, _mm512_mul_ps, _mm512_div_pd,
6918         _mm512_div_ps): Use vector extensions instead of builtins.
6919         * config/i386/avx512bwintrin.h (_mm512_mullo_epi16, _mm512_add_epi8,
6920         _mm512_sub_epi8, _mm512_sub_epi16, _mm512_add_epi16): Likewise.
6921         * config/i386/avx512dqintrin.h (_mm512_mullo_epi64): Likewise.
6922         * config/i386/avx512vldqintrin.h (_mm256_mullo_epi64, _mm_mullo_epi64):
6923         Likewise.
6925 2014-11-15  Jan Hubicka <hubicka@ucw.cz>
6927         * lto-streamer-out.c (hash_tree): Use cl_optimization_hash.
6928         * lto-streamer.h (cl_optimization_stream_out,
6929         cl_optimization_stream_in): Declare.
6930         * optc-save-gen.awk: Generate cl_optimization LTO streaming
6931         and hashing routines.
6932         * opth-gen.awk: Add prototype of cl_optimization_hash.
6933         * tree-streamer-in.c (unpack_ts_optimization): Remove.
6934         (streamer_unpack_tree_bitfields): Use cl_optimization_stream_in.
6935         * tree-streamer-out.c (pack_ts_optimization): Remove.
6936         (streamer_pack_tree_bitfields): Use cl_optimization_stream_out.
6938 2014-11-15  Mircea Namolaru  <mircea.namolaru@inria.fr>
6940         * common.opt (flag_loop_unroll_and_jam): New flag.
6941         * params.def (PARAM_LOOP_UNROLL_JAM_SIZE): Parameter for unroll and
6942         jam flag.
6943         (PARAM_LOOP_UNROLL_JAM_DEPTH): Likewise.
6944         * graphite-poly.h (struct poly_bb:map_sepclass): New field
6945         * graphite-poly.c (new_poly_bb): Initialization for new field.
6946         (apply_poly_transforms): Support for unroll and jam flag.
6947         * graphite-isl-ast-to-gimple.c (generate_luj_sepclass): Compute the
6948         separation class.
6949         (generate_luj_sepclass_opt): Build the separation class option.
6950         (generate_luj_options): Set unroll and jam options.
6951         (set_options): Support for unroll and jam options.
6952         (scop_to_isl_ast): Likewise
6953         * graphite-optimize-isl.c (getPrevectorMap_full): New function for
6954         computing the separating class map.
6955         (optimize_isl): Support for the separating class map.
6956         (apply_schedule_map_to_scop): Likewise.
6957         (getScheduleMap): Likewise.
6958         (getScheduleForBand): Likewise.
6959         (getScheduleForBandList): Likewise.
6960         * graphite.c (gate_graphite_transforms): Add unroll and jam flag.
6961         * toplev.c (process_options) Likewise.
6963 2014-11-15  Eric Botcazou  <ebotcazou@adacore.com>
6965         * tree-cfg.c (replace_loop_annotate_in_block): New function extracted
6966         from...
6967         (replace_loop_annotate): ...here.  Call it on the header and on the
6968         latch block, if any.  Restore proper behavior of final cleanup.
6970 2014-11-15  Eric Botcazou  <ebotcazou@adacore.com>
6972         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Add log message
6973         for max-completely-peeled-insns limit.
6975 2014-11-14  Jan Hubicka  <hubicka@ucw.cz>
6977         * ipa-prop.h (ipa_known_type_data): Remove.
6978         (ipa_binfo_from_known_type_jfunc): Remove.
6980 2014-11-14  Andrew Pinski  <apinski@cavium.com>
6982         * config/aarch64/aarch64-cores.def (thunderx): Change the scheduler
6983         over to thunderx.
6984         * config/aarch64/aarch64.md: Include thunderx.md.
6985         (generic_sched): Set to no for thunderx.
6986         * config/aarch64/thunderx.md: New file.
6988 2014-11-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
6990         * config/rs6000/predicates.md (easy_fp_constant): Delete redunant
6991         tests for 0.0.
6993         * config/rs6000/vector.md (VEC_R): Move secondary reload support
6994         insns to rs6000.md from vector.md.
6995         (reload_<VEC_R:mode>_<P:mptrsize>_store): Likewise.
6996         (reload_<VEC_R:mode>_<P:mptrsize>_load): Likewise.
6997         (vec_reload_and_plus_<mptrsize>): Likewise.
6999         * config/rs6000/rs6000.md (Fa): New mode attribute to give
7000         constraint for the Altivec registers for a type.
7001         (RELOAD): New mode iterator for all of the types that have
7002         secondary reload address support to load up a base register.
7003         (extendsfdf2_fpr): Use correct constraint.
7004         (copysign<mode>3_fcpsgn): For SFmode, use correct xscpsgndp
7005         instruction.
7006         (floatsi<mode>2_lfiwax): Add support for -mupper-regs-{sf,df}.
7007         Generate the non-VSX instruction if all registers were FPRs.  Do
7008         not use the patterns in vsx.md for scalar operations.
7009         (floatsi<mode>2_lfiwax_mem): Likewise.
7010         (floatunssi<mode>2_lfiwzx): Likewise.
7011         (floatunssi<mode>2_lfiwzx_mem): Likewise.
7012         (fix_trunc<mode>di2_fctidz): Likewise.
7013         (fixuns_trunc<mode>di2_fctiduz): Likewise.
7014         (fctiwz_<mode>): Likewise.
7015         (fctiwuz_<mode>): Likewise.
7016         (friz): Likewise.
7017         (floatdidf2_fpr): Likewise.
7018         (floatdidf2_mem): Likewise.
7019         (floatunsdidf2): Likewise.
7020         (floatunsdidf2_fcfidu): Likewise.
7021         (floatunsdidf2_mem): Likewise.
7022         (floatdisf2_fcfids): Likewise.
7023         (floatdisf2_mem): Likewise.
7024         (floatdisf2_internal1): Add explicit test for not FCFIDS to make
7025         it more obvious that the code is for pre-ISA 2.06 machines.
7026         (floatdisf2_internal2): Likewise.
7027         (floatunsdisf2_fcfidus): Add support for -mupper-regs-{sf,df}.
7028         Generate the non-VSX instruction if all registers were FPRs.  Do
7029         not use the patterns in vsx.md for scalar operations.
7030         (floatunsdisf2_mem): Likewise.
7031         (reload_<RELOAD:mode>_<P:mptrsize>_store): Move the reload
7032         handlers here from vector.md, and expand the types we generate
7033         reload handlers for.
7034         (reload_<RELOAD:mode>_<P:mptrsize>_load): Likewise.
7035         (vec_reload_and_plus_<mptrsize>): Likewise.
7037         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Only provide the
7038         vector forms of the instructions.  Move VSX scalar forms to
7039         rs6000.md, and add support for -mupper-regs-sf.
7040         (vsx_floatuns<VSi><mode>2): Likewise.
7041         (vsx_fix_trunc<mode><VSi>2): Likewise.
7042         (vsx_fixuns_trunc<mode><VSi>2): Likewise.
7043         (vsx_float_fix_<mode>2): Delete DF version, rename to
7044         vsx_float_fix_v2df2.
7045         (vsx_float_fix_v2df2): Likewise.
7047 2014-11-14  Martin Jambor  <mjambor@suse.cz>
7049         * ipa-prop.h (jump_func_type): Removed value IPA_JF_KNOWN_TYPE.
7050         (ipa_pass_through_data): Removed field type_preserved.
7051         (ipa_ancestor_jf_data): removed fields type and type_preserved.
7052         (ipa_jump_func): Removed field known_type.
7053         (ipa_get_jf_known_type_offset): Removed.
7054         (ipa_get_jf_known_type_base_type): Likewise.
7055         (ipa_get_jf_known_type_component_type): Likewise.
7056         (ipa_get_jf_ancestor_type): Likewise.
7057         * ipa-cp.c (print_ipcp_constant_value): Removed BINFO handling.
7058         (ipa_get_jf_pass_through_result): Likewise.
7059         (ipa_get_jf_ancestor_result): Always build ptr_node_type accesses.
7060         (values_equal_for_ipcp_p): Removed BINFO handling.
7061         (ipa_get_indirect_edge_target_1): Updated comment.
7062         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Removed handling
7063         of IPA_JF_KNOWN_TYPE jump functions.  Do not print removed fields.
7064         (ipa_set_jf_known_type): Removed.
7065         (ipa_set_jf_simple_pass_through): Do not set removed fields.  Update
7066         all callers.
7067         (ipa_set_jf_arith_pass_through): Likewise.
7068         (ipa_set_ancestor_jf): Likewise.
7069         (ipa_binfo_from_known_type_jfunc): Removed.
7070         (prop_type_change_info): Removed fields known_current_type and
7071         multiple_types_encountered.
7072         (extr_type_from_vtbl_ptr_store): Removed.
7073         (check_stmt_for_type_change): Do not attempt to identify changed type.
7074         (detect_type_change_from_memory_writes): Do not set the removed fields,
7075         always set jfunc to unknown.
7076         (compute_complex_assign_jump_func): Do not detect dynamic type change.
7077         (compute_complex_ancestor_jump_func): Likewise.
7078         (compute_known_type_jump_func): Removed.
7079         (ipa_compute_jump_functions_for_edge): Do not detect dynamic type
7080         change.  Do not comute known type jump functions.
7081         (combine_known_type_and_ancestor_jfs): Removed.
7082         (update_jump_functions_after_inlining): Removed handling of
7083         IPA_JF_KNOWN_TYPE jump functions.  Do not set removed fields.
7084         (ipa_write_jump_function): Do not stream removed fields or known type
7085         jump functions.
7086         (ipa_read_jump_function): Likewise.
7088 2014-11-14  Vladimir Makarov  <vmakarov@redhat.com>
7090         * lra-int.h (lra_create_live_ranges): Add parameter.
7091         * lra-lives.c (temp_bitmap): Move higher.
7092         (initiate_live_solver): Move temp_bitmap initialization into
7093         lra_live_ranges_init.
7094         (finish_live_solver): Move temp_bitmap clearing into
7095         live_ranges_finish.
7096         (process_bb_lives): Add parameter.  Use it to control live info
7097         update and dead insn elimination.  Pass it to mark_regno_live and
7098         mark_regno_dead.
7099         (lra_create_live_ranges): Add parameter.  Pass it to
7100         process_bb_lives.
7101         (lra_live_ranges_init, lra_live_ranges_finish): See changes in
7102         initiate_live_solver and finish_live_solver.
7103         * lra-remat.c (do_remat): Process insn non-operand hard regs too.
7104         Use temp_bitmap to update avail_cands.
7105         * lra.c (lra): Pass new parameter to lra_create_live_ranges.  Move
7106         check with lra_need_for_spill_p after live range pass.  Switch on
7107         rematerialization pass.
7109 2014-11-14  Martin Jambor  <mjambor@suse.cz>
7111         * ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use
7112         agg_preserved flag instead.
7113         (ipa_get_jf_ancestor_type_preserved): Likewise.
7114         (ipa_node_params): Rename known_vals to known_csts, update all users.
7115         New field known_contexts.
7116         (ipa_get_indirect_edge_target): Update prototype.
7117         (ipcp_poly_ctx_values_pool): Declare.
7118         (ipa_context_from_jfunc): Likewise.
7119         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Updated prototype.
7120         * cgraph.h (ipa_polymorphic_call_context): New method equal_to.  New
7121         parameter newline of method dump.
7122         * ipa-cp.c (ctxlat): New field.
7123         (ipcp_values_pool): Renamed to ipcp_cst_values_pool, updated all users.
7124         (ipcp_poly_ctx_values_pool):New variable.
7125         (ipa_get_poly_ctx_lat): New function.
7126         (print_ipcp_constant_value): New overloaded function for contexts.
7127         (print_all_lattices): Also print contexts.
7128         (ipa_topo_info): New field contexts;
7129         (set_all_contains_variable): Also set the flag in the context lattice.
7130         (initialize_node_lattices): Likewise for flag bottom.
7131         (ipa_get_jf_ancestor_result): Removed BINFO handling.
7132         (ipa_value_from_jfunc): Likewise.
7133         (ipa_context_from_jfunc): New function.
7134         (values_equal_for_ipcp_p): New overloaded function for contexts.
7135         (allocate_and_init_ipcp_value): Construct the value.
7136         (allocate_and_init_ipcp_value): New overloaded function for contexts.
7137         (propagate_scalar_accross_jump_function): Removed handling of
7138         KNOWN_TYPE jump functions.
7139         (propagate_context_accross_jump_function): New function.
7140         (propagate_constants_accross_call): Also propagate contexts.
7141         (ipa_get_indirect_edge_target_1): Work on contexts rather than BINFOs.
7142         (ipa_get_indirect_edge_target): Likewise.
7143         (devirtualization_time_bonus): Likewise.
7144         (gather_context_independent_values): Create and populate known_contexts
7145         vector rather than known_binfos.
7146         (perform_estimation_of_a_value): Work on contexts rather than BINFOs.
7147         (estimate_local_effects): Likewise.
7148         (add_all_node_vals_to_toposort): Also add contexts to teir topological
7149         sort.
7150         (ipcp_propagate_stage): Also propagate effects of contexts.
7151         (ipcp_discover_new_direct_edges): Receive and pass known_contexts to
7152         ipa_get_indirect_edge_target_1.
7153         (cgraph_edge_brings_value_p): New overloaded function for contexts.
7154         (create_specialized_node): Work on contexts rather than BINFOs.
7155         (find_more_contexts_for_caller_subset): New function.
7156         (known_contexts_useful_p): New function.
7157         (copy_useful_known_contexts): Likewise.
7158         (modify_known_vectors_with_val): Likewise.
7159         (ipcp_val_in_agg_replacements_p): Renamed to
7160         ipcp_val_agg_replacement_ok_p, return true for all offset indicating
7161         non-aggregate.
7162         (ipcp_val_agg_replacement_ok_p): New overloaded function for contexts.
7163         (decide_about_value): Work on contexts rather than BINFOs.
7164         (decide_whether_version_node): Likewise.
7165         (ipcp_driver): Initialize the new alloc pool.
7166         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Prettify
7167         printing of edge contexts.
7168         (ipa_set_ancestor_jf): Replace assert with conditional setting of
7169         type_preserved to false.
7170         (update_jump_functions_after_inlining): Use access function instead of
7171         reading agg_preserved directly.  Store combined context in the ancestor
7172         case.
7173         (try_make_edge_direct_virtual_call): Work on contexts rather than
7174         BINFOs.
7175         (update_indirect_edges_after_inlining): Get context from
7176         ipa_context_from_jfunc.
7177         (ipa_free_node_params_substructures): Free also known_contexts.
7178         (ipa_free_all_structures_after_ipa_cp): Free the new alloc pool.
7179         (ipa_free_all_structures_after_iinln): Likewise.
7180         * ipa-inline-analysis.c (evaluate_properties_for_edge): Work on
7181         contexts rather than BINFOs.
7182         (estimate_edge_devirt_benefit): Likewise.
7183         (estimate_edge_size_and_time): Likewise.
7184         (estimate_calls_size_and_time): Likewise.
7185         (estimate_node_size_and_time): Likewise.
7186         (estimate_ipcp_clone_size_and_time): Likewise.
7187         (do_estimate_edge_time): Likewise.
7188         (do_estimate_edge_size): Likewise.
7189         (do_estimate_edge_hints): Likewise.
7190         * ipa-polymorphic-call.c (ipa_polymorphic_call_context::dump): New
7191         parameter newline, ouput newline only when it is set.
7192         (ipa_polymorphic_call_context::equal_to): New method.
7194 2014-11-14  Martin Jambor  <mjambor@suse.cz>
7196         * ipa-cp.c (ipcp_value_source): Converted to a template class.  All
7197         users converted to the same specialization as the using class/function
7198         or specialization on tree.
7199         (ipcp_value): Likewise.
7200         (ipcp_lattice): Likewise.
7201         (ipcp_agg_lattice): Now derived from tree specialization of
7202         ipcp_lattice.
7203         (values_topo): Moved to new class value_topo_info.
7204         (ipa_lat_is_single_const): Turned into ipcp_lattice::is_single_const.
7205         Updated all callers.
7206         (print_lattice): Turned into ipcp_lattice::print.  Updated all
7207         callers.
7208         (value_topo_info): New class template.
7209         (ipa_topo_info): New field constants.  New constructor.
7210         (build_toporder_info): Do not clear stack_top, only checkign assert
7211         it.
7212         (set_lattice_to_bottom): Turned into ipcp_lattice::set_to_bottom.
7213         Updated all callers.
7214         (set_lattice_contains_variable): Turned into
7215         ipcp_lattice::set_contains_variable.  Updated all callers.
7216         (add_value_source): Turned into ipcp_value::add_source.  Updated all
7217         callers.
7218         (allocate_and_init_ipcp_value): New function.
7219         (add_value_to_lattice): Turned into ipcp_lattice::add_value.  Last
7220         parameter got default a value.  Updated all callers.
7221         (add_scalar_value_to_lattice): Removed, users converted to using
7222         ipcp_lattice::add_value with default value of the last parameter.
7223         (add_val_to_toposort): Turned to value_topo_info::add_val.  Updated
7224         all callers.
7225         (propagate_effects): Made method of value_topo_info.
7226         (cgraph_edge_brings_value_p): Now a template function.
7227         (get_info_about_necessary_edges): Likewise.
7228         (gather_edges_for_value): Likewise.
7229         (perhaps_add_new_callers): Likewise.
7230         (decide_about_value): Likewise.
7231         * ipa-prop.h (ipcp_lattice): Remove fowrward declaration.
7233 2014-11-14  Jakub Jelinek  <jakub@redhat.com>
7235         * doc/install.texi (--with-diagnostics-color=): Document.
7237         * tree-ssa.dce.c (eliminate_unnecessary_stmts): Eliminate
7238         IFN_GOMP_SIMD_LANE without lhs as useless.
7240         * ipa-pure-const.c (struct funct_state_d): Add can_free field.
7241         (varying_state): Add true for can_free.
7242         (check_call): For builtin or internal !nonfreeing_call_p set
7243         local->can_free.
7244         (check_stmt): For asm volatile and asm with "memory" set
7245         local->can_free.
7246         (analyze_function): Clear local->can_free initially, continue
7247         calling check_stmt until all flags are computed, dump can_free
7248         flag.
7249         (pure_const_write_summary): Write can_free flag.
7250         (pure_const_read_summary): Read it back.
7251         (propagate_pure_const): Propagate also can_free flag, set
7252         w->nonfreeing_fn if it is false after propagation.
7253         * cgraph.h (cgraph_node): Add nonfreeing_fn member.
7254         * gimple.c: Include ipa-ref.h, lto-streamer.h and cgraph.h.
7255         (nonfreeing_call_p): Return cgraph nonfreeing_fn flag if set.
7256         Also return true for IFN_ABNORMAL_DISPATCHER.
7257         * cgraph.c (cgraph_node::dump): Dump nonfreeing_fn flag.
7258         * lto-cgraph.c (lto_output_node): Write nonfreeing_fn flag.
7259         (input_overwrite_node): Read it back.
7261 2014-11-14  Jakub Jelinek  <jakub@redhat.com>
7262             Marek Polacek  <polacek@redhat.com>
7264         * sanopt.c: Include tree-ssa-operands.h.
7265         (struct sanopt_info): Add has_freeing_call_p,
7266         has_freeing_call_computed_p, imm_dom_path_with_freeing_call_p,
7267         imm_dom_path_with_freeing_call_computed_p, freeing_call_events,
7268         being_visited_p fields.
7269         (struct sanopt_ctx): Add asan_check_map field.
7270         (imm_dom_path_with_freeing_call, maybe_optimize_ubsan_null_ifn,
7271         maybe_optimize_asan_check_ifn): New functions.
7272         (sanopt_optimize_walker): Use them, optimize even ASAN_CHECK
7273         internal calls.
7274         (pass_sanopt::execute): Call sanopt_optimize even for
7275         -fsanitize=address.
7276         * gimple.c (nonfreeing_call_p): Return true for non-ECF_LEAF
7277         internal calls.
7279 2014-11-14  Alan Lawrence  <alan.lawrence@arm.com>
7281         * tree-vect-loop.c (vect_create_epilog_for_reduction): Move code for
7282         'if (extract_scalar_result)' to the only place that it is true.
7284 2014-11-14  H.J. Lu  <hongjiu.lu@intel.com>
7286         * config.gcc (default_gnu_indirect_function): Set to yes
7287         for i[34567]86-*-linux* and x86_64-*-linux* if not targeting
7288         Android nor uclibc.
7290 2014-11-14  Felix Yang  <felix.yang@huawei.com>
7291             Jiji Jiang  <jiangjiji@huawei.com>
7293         * config/aarch64/aarch64-simd.md (*aarch64_simd_ld1r<mode>): Use
7294         VALL mode iterator instead of VALLDI.
7296 2014-11-14  Jan Hubicka  <hubicka@ucw.cz>
7298         * optc-save-gen.awk: Output cl_target_option_eq,
7299         cl_target_option_hash, cl_target_option_stream_out,
7300         cl_target_option_stream_in functions.
7301         * opth-gen.awk: Output prototypes for
7302         cl_target_option_eq and cl_target_option_hash.
7303         * lto-streamer.h (cl_target_option_stream_out,
7304         cl_target_option_stream_in): Declare.
7305         * tree.c (cl_option_hash_hash): Use cl_target_option_hash.
7306         (cl_option_hash_eq): Use cl_target_option_eq.
7307         * tree-streamer-in.c (unpack_value_fields): Stream in
7308         TREE_TARGET_OPTION.
7309         * lto-streamer-out.c (DFS::DFS_write_tree_body): Follow
7310         DECL_FUNCTION_SPECIFIC_TARGET.
7311         (hash_tree): Hash TREE_TARGET_OPTION; visit
7312         DECL_FUNCTION_SPECIFIC_TARGET.
7313         * tree-streamer-out.c (streamer_pack_tree_bitfields): Skip
7314         TS_TARGET_OPTION.
7315         (streamer_write_tree_body): Output TS_TARGET_OPTION.
7317 2014-11-14  Richard Biener  <rguenther@suse.de>
7319         * gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd
7320         valueization hook defaulted to no_follow_ssa_edges.
7321         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Pass
7322         2nd valueization hook to gimple_simplify.
7323         * tree-ssa-ccp.c (valueize_op_1): New function to be
7324         used for gimple_simplify called via gimple_fold_stmt_to_constant_1.
7325         (ccp_fold): Adjust.
7326         * tree-vrp.c (vrp_valueize_1): New function to be
7327         used for gimple_simplify called via gimple_fold_stmt_to_constant_1.
7328         (vrp_visit_assignment_or_call): Adjust.
7330 2014-11-14  Marek Polacek  <polacek@redhat.com>
7332         * fold-const.c (fold_negate_expr): Don't fold INTEGER_CST if
7333         that overflows when SANITIZE_SI_OVERFLOW is on.  Guard -(-A)
7334         folding with TYPE_OVERFLOW_SANITIZED.
7336 2014-11-14  Marek Polacek  <polacek@redhat.com>
7338         PR sanitizer/63839
7339         * asan.c (ATTR_CONST_NORETURN_NOTHROW_LEAF_LIST,
7340         ATTR_COLD_CONST_NORETURN_NOTHROW_LEAF_LIST): Define.
7341         * builtin-attrs.def (ATTR_COLD_CONST_NORETURN_NOTHROW_LEAF_LIST):
7342         Define.
7343         * builtins.c (fold_builtin_0): Don't include ubsan.h.  Don't
7344         instrument BUILT_IN_UNREACHABLE here.
7345         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_BUILTIN_UNREACHABLE): Make
7346         const.
7347         * sanopt.c (pass_sanopt::execute): Instrument BUILT_IN_UNREACHABLE.
7348         * tree-ssa-ccp.c (optimize_unreachable): Bail out if
7349         SANITIZE_UNREACHABLE.
7350         * ubsan.c (ubsan_instrument_unreachable): Rewrite for GIMPLE.
7351         * ubsan.h (ubsan_instrument_unreachable): Adjust declaration.
7353 2014-11-14  Alan Lawrence  <alan.lawrence@arm.com>
7355         * config/rs6000/vector.md (vec_shl_<mode>): Remove.
7356         (vec_shr_<mode>): Reverse shift if BYTES_BIG_ENDIAN.
7358 2014-11-14  Alan Lawrence  <alan.lawrence@arm.com>
7360         * optabs.c (shift_amt_for_vec_perm_mask): Remove code conditional on
7361         BYTES_BIG_ENDIAN.
7362         * tree-vect-loop.c (calc_vec_perm_mask_for_shift,
7363         vect_create_epilog_for_reduction): Likewise.
7364         * doc/md.texi (vec_shr_m): Clarify direction of shifting.
7366 2014-11-14  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7368         PR target/63724
7369         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Split out
7370         numerical immediate handling to...
7371         (aarch64_internal_mov_immediate): ...this. New.
7372         (aarch64_rtx_costs): Use aarch64_internal_mov_immediate.
7373         (aarch64_mov_operand_p): Relax predicate.
7374         * config/aarch64/aarch64.md (mov<mode>:GPI): Do not expand CONST_INTs.
7375         (*movsi_aarch64): Turn into define_insn_and_split and new alternative
7376         for 'n'.
7377         (*movdi_aarch64): Likewise.
7379 2014-11-14  Richard Biener  <rguenther@suse.de>
7381         * match.pd: Implement more binary patterns exercised by
7382         fold_stmt.
7383         * fold-const.c (sing_bit_p): Export.
7384         (exact_inverse): Likewise.
7385         (fold_binary_loc): Remove patterns here.
7386         (tree_unary_nonnegative_warnv_p): Use CASE_CONVERT.
7387         * fold-const.h (sing_bit_p): Declare.
7388         (exact_inverse): Likewise.
7390 2014-11-14  Marek Polacek  <polacek@redhat.com>
7392         * tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
7394 2014-11-14  Richard Biener  <rguenther@suse.de>
7396         * genmatch.c (add_operator): Allow CONSTRUCTOR.
7397         (dt_node::gen_kids): Handle CONSTRUCTOR not as GENERIC.
7398         (parser::parse_op): Allow to iterate over predicates.
7400 2014-11-14  Jakub Jelinek  <jakub@redhat.com>
7402         * configure.ac (--with-diagnostics-color): New configure
7403         option, default to --with-diagnostics-color=auto.
7404         * toplev.c (process_options): Use DIAGNOSTICS_COLOR_DEFAULT
7405         to determine -fdiagnostics-color= option default.
7406         * doc/invoke.texi (-fdiagnostics-color=): Document new
7407         default.
7408         * configure: Regenerated.
7409         * config.in: Regenerated.
7411 2014-11-13  Teresa Johnson  <tejohnson@google.com>
7413         PR tree-optimization/63841
7414         * tree-ssa-strlen.c (strlen_optimize_stmt): Ignore clobbers.
7416 2014-11-14  Bin Cheng  <bin.cheng@arm.com>
7418         * timevar.def (TV_SCHED_FUSION): New time var.
7419         * passes.def (pass_sched_fusion): New pass.
7420         * config/arm/arm.c (TARGET_SCHED_FUSION_PRIORITY): New.
7421         (extract_base_offset_in_addr, fusion_load_store): New.
7422         (arm_sched_fusion_priority): New.
7423         (arm_option_override): Disable scheduling fusion by default
7424         on non-armv7 processors or ldrd/strd isn't preferred.
7425         * sched-int.h (struct _haifa_insn_data): New field.
7426         (INSN_FUSION_PRIORITY, FUSION_MAX_PRIORITY, sched_fusion): New.
7427         * sched-rgn.c (rest_of_handle_sched_fusion): New.
7428         (pass_data_sched_fusion, pass_sched_fusion): New.
7429         (make_pass_sched_fusion): New.
7430         * haifa-sched.c (sched_fusion): New.
7431         (insn_cost): Handle sched_fusion.
7432         (priority): Handle sched_fusion by calling target hook.
7433         (enum rfs_decision): New enum value.
7434         (rfs_str): New element for RFS_FUSION.
7435         (rank_for_schedule): Support sched_fusion.
7436         (schedule_insn, max_issue, prune_ready_list): Handle sched_fusion.
7437         (schedule_block, fix_tick_ready): Handle sched_fusion.
7438         * common.opt (flag_schedule_fusion): New.
7439         * tree-pass.h (make_pass_sched_fusion): New.
7440         * target.def (fusion_priority): New.
7441         * doc/tm.texi.in (TARGET_SCHED_FUSION_PRIORITY): New.
7442         * doc/tm.texi: Regenerated.
7443         * doc/invoke.texi (-fschedule-fusion): New.
7445 2014-11-13  Rong Xu  <xur@google.com>
7447         PR debug/63581
7448         * cfgrtl.c (emit_barrier_after_bb): Append the barrier to the
7449         footer, instead of unconditionally overwritten.
7451 2014-11-14  Martin Jambor  <mjambor@suse.cz>
7453         * cgraph.h (clear_outer_type): Make public.  Fix comment.
7454         * ipa-devirt.c (possible_polymorphic_call_targets): Use
7455         clear_outer_type when resetting the context.
7457 2014-11-13  Dominique Dhumieres  <dominiq@lps.ens.fr>
7459         PR bootstrap/63853
7460         * gcc.c (handle_foffload_option): Replace strchrnul with strchr.
7461         * lto-wrapper.c (parse_env_var, append_offload_options): Likewise.
7463 2014-11-13  Alan Lawrence  <alan.lawrence@arm.com>
7465         * fold-const.c (const_binop): Remove code handling VEC_RSHIFT_EXPR.
7466         * tree-cfg.c (verify_gimple_assign_binary): Likewise.
7467         * tree-inline.c (estimate_operator_cost): Likewise.
7468         * tree-pretty-print.c (dump_generic_node, op_code_prio, op_symbol_code):
7469         Likewise.
7471         * tree-vect-generic.c (expand_vector_operations_1): Remove assertion
7472         against VEC_RSHIFT_EXPR.
7474         * optabs.h (expand_vec_shift_expr): Remove.
7475         * optabs.c (optab_for_tree_code): Remove case VEC_RSHIFT_EXPR.
7476         (expand_vec_shift_expr): Remove.
7477         * tree.def (VEC_RSHIFT_EXPR): Remove
7479 2014-11-13  Alan Lawrence  <alan.lawrence@arm.com>
7481         * optabs.c (can_vec_perm_p): Update comment, does not consider vec_shr.
7482         (shift_amt_for_vec_perm_mask): New.
7483         (expand_vec_perm_1): Use vec_shr_optab if second vector is const0_rtx
7484         and mask appropriate.
7486         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): New.
7487         (have_whole_vector_shift): New.
7488         (vect_model_reduction_cost): Call have_whole_vector_shift instead of
7489         looking for vec_shr_optab.
7490         (vect_create_epilog_for_reduction): Likewise; also rename local variable
7491         have_whole_vector_shift to reduce_with_shift; output VEC_PERM_EXPRs
7492         instead of VEC_RSHIFT_EXPRs.
7494         * tree-vect-stmts.c (vect_gen_perm_mask_checked): Extend comment.
7496 2014-11-13  Alan Lawrence  <alan.lawrence@arm.com>
7498         * tree-vectorizer.h (vect_gen_perm_mask): Remove.
7499         (vect_gen_perm_mask_checked, vect_gen_perm_mask_any): New.
7501         * tree_vec_data_refs.c (vect_permute_load_chain,
7502         vec_permute_store_chain, vec_shift_permute_load_chain): Replace
7503         vect_gen_perm_mask & assert with vect_gen_perm_mask_checked.
7505         * tree-vect-stmts.c (vectorizable_mask_load_store, vectorizable_load):
7506         Likewise.
7507         (vect_gen_perm_mask_checked): New.
7508         (vect_gen_perm_mask): Remove can_vec_perm_p check, rename to...
7509         (vect_gen_perm_mask_any): ...this.
7510         (perm_mask_for_reverse): Call can_vec_perm_p and
7511         vect_gen_perm_mask_checked.
7513 2014-11-13  Felix Yang  <felix.yang@huawei.com>
7515         * ipa-utils.h: Fix typo in comments.
7516         * ipa-profile.c: Likewise.
7517         * tree-ssa-loop-ivcanon.c: Fix typo in comments and debugging dumps.
7519 2014-11-13  Teresa Johnson  <tejohnson@google.com>
7521         PR tree-optimization/63841
7522         * tree-ssa-strlen.c (strlen_optimize_stmt): Ignore clobbers.
7524 2014-11-13  Teresa Johnson  <tejohnson@google.com>
7526         PR tree-optimization/63841
7527         * tree.c (initializer_zerop): A clobber does not zero initialize.
7529 2014-11-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7531         * optabs.c (prepare_operand): Gracefully fail if the mode of X
7532         does not match the operand mode expected by the insn pattern.
7534 2014-11-13  Richard Biener  <rguenther@suse.de>
7536         * match.pd: Add tcc_comparison, inverted_tcc_comparison
7537         and inverted_tcc_comparison_with_nans operator lists.
7538         Use tcc_comparison in the truth_valued_p predicate definition.
7539         Restrict logical_inverted_value with bit_xor to integral types.
7540         Build a boolean true for simplifying x |^ !x because of
7541         vector types.  Implement patterns from forward_propagate_comparison
7542         * tree-ssa-forwprop.c (forward_propagate_comparison): Remove.
7543         (get_prop_dest_stmt): Likewise.
7544         (pass_forwprop::execute): Do not call it.
7545         * fold-const.c (fold_unary_loc): Remove the pattern here.
7547 2014-11-13  Ilya Verbin  <ilya.verbin@intel.com>
7548             Andrey Turetskiy  <andrey.turetskiy@intel.com>
7550         * config.gcc (*-intelmic-* | *-intelmicemul-*): Add i386/t-intelmic to
7551         tmake_file.
7552         (i[34567]86-*-* | x86_64-*-*): Build mkoffload$(exeext) with the
7553         accelerator compiler.
7554         * config/i386/intelmic-mkoffload.c: New file.
7555         * config/i386/t-intelmic: Ditto.
7557 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
7558             Andrey Turetskiy  <andrey.turetskiy@intel.com>
7559             Ilya Verbin  <ilya.verbin@intel.com>
7561         * common.opt (foffload, foffload-abi): New options.
7562         * config/i386/i386.c (ix86_offload_options): New static function.
7563         (TARGET_OFFLOAD_OPTIONS): Define.
7564         * coretypes.h (enum offload_abi): New enum.
7565         * doc/tm.texi: Regenerate.
7566         * doc/tm.texi.in (TARGET_OFFLOAD_OPTIONS): Document.
7567         * gcc.c (offload_targets): New static variable.
7568         (handle_foffload_option): New static function.
7569         (driver_handle_option): Handle OPT_foffload_.
7570         (driver::maybe_putenv_OFFLOAD_TARGETS): Set OFFLOAD_TARGET_NAMES
7571         according to offload_targets.
7572         * hooks.c (hook_charptr_void_null): New hook.
7573         * hooks.h (hook_charptr_void_null): Declare.
7574         * lto-opts.c: Include lto-section-names.h.
7575         (lto_write_options): Append options from target offload_options hook and
7576         store them to offload_lto section.  Do not store target-specific,
7577         driver and diagnostic options in offload_lto section.
7578         * lto-wrapper.c (merge_and_complain): Handle OPT_foffload_ and
7579         OPT_foffload_abi_.
7580         (append_compiler_options, append_linker_options)
7581         (append_offload_options): New static functions.
7582         (compile_offload_image): Add new arguments with options.
7583         Call append_compiler_options and append_offload_options.
7584         (compile_images_for_offload_targets): Add new arguments with options.
7585         (find_and_merge_options): New static function.
7586         (run_gcc): Outline options handling into the new functions:
7587         find_and_merge_options, append_compiler_options, append_linker_options.
7588         * opts.c (common_handle_option): Don't handle OPT_foffload_.
7589         Forbid OPT_foffload_abi_ for non-offload compiler.
7590         * target.def (offload_options): New target hook.
7592 2014-11-13  Ilya Verbin  <ilya.verbin@intel.com>
7593             Bernd Schmidt  <bernds@codesourcery.com>
7594             Andrey Turetskiy  <andrey.turetskiy@intel.com>
7595             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
7597         * gcc.c (spec_host_machine, accel_dir_suffix): New variables.
7598         (process_command): Tweak path construction for the possibility
7599         of being configured as an offload compiler.
7600         (driver::maybe_putenv_OFFLOAD_TARGETS): New function.
7601         (driver::main): Call maybe_putenv_OFFLOAD_TARGETS.
7602         (driver::set_up_specs): Tweak path construction for the possibility of
7603         being configured as an offload compiler.
7604         * lto-wrapper.c (OFFLOAD_TARGET_NAMES_ENV): Define.
7605         (offload_names, offloadbegin, offloadend): New static variables.
7606         (free_array_of_ptrs, parse_env_var, access_check, compile_offload_image)
7607         (compile_images_for_offload_targets, copy_file, find_offloadbeginend):
7608         New static functions.
7609         (run_gcc): Determine whether offload sections are present.  If so, run
7610         compile_images_for_offload_targets and return the names of new generated
7611         objects to linker.  If there are offload sections, but no LTO sections,
7612         then return the copies of input objects without link-time recompilation.
7614 2014-11-13  Richard Biener  <rguenther@suse.de>
7616         * genmatch.c (dt_node::gen_kids): Fix placement of break statement.
7618 2014-11-13  Ilya Verbin  <ilya.verbin@intel.com>
7619             Bernd Schmidt  <bernds@codesourcery.com>
7620             Andrey Turetskiy  <andrey.turetskiy@intel.com>
7621             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
7623         * Makefile.in (GTFILES): Add omp-low.h to list of GC files.
7624         * cgraphunit.c: Include omp-low.h.
7625         * doc/tm.texi: Regenerate.
7626         * doc/tm.texi.in (TARGET_RECORD_OFFLOAD_SYMBOL): Document.
7627         * gengtype.c (open_base_files): Add omp-low.h to ifiles.
7628         * lto-cgraph.c (output_offload_tables): New function.
7629         (input_offload_tables): Likewise.
7630         * lto-section-in.c (lto_section_name): Add "offload_table".
7631         * lto-section-names.h (OFFLOAD_VAR_TABLE_SECTION_NAME): Define.
7632         (OFFLOAD_FUNC_TABLE_SECTION_NAME): Likewise.
7633         * lto-streamer-out.c (lto_output): Call output_offload_tables.
7634         * lto-streamer.h (lto_section_type): Add LTO_section_offload_table.
7635         (output_offload_tables, input_offload_tables): Declare.
7636         * omp-low.c: Include common/common-target.h and lto-section-names.h.
7637         (offload_funcs, offload_vars): New global <tree, va_gc> vectors.
7638         (expand_omp_target): Add child_fn into offload_funcs vector.
7639         (add_decls_addresses_to_decl_constructor): New function.
7640         (omp_finish_file): Likewise.
7641         * omp-low.h (omp_finish_file, offload_funcs, offload_vars): Declare.
7642         * target.def (record_offload_symbol): New DEFHOOK.
7643         * toplev.c: Include omp-low.h.
7644         (compile_file): Call omp_finish_file.
7645         * varpool.c: Include omp-low.h.
7646         (varpool_node::get_create): Add decl into offload_vars vector.
7648 2014-11-13  Ilya Verbin  <ilya.verbin@intel.com>
7649             Ilya Tocar  <ilya.tocar@intel.com>
7650             Andrey Turetskiy  <andrey.turetskiy@intel.com>
7651             Bernd Schmidt  <bernds@codesourcery.com>
7653         * cgraph.c: Include context.h.
7654         (cgraph_node::create): Set node->offloadable and g->have_offload if
7655         decl have "omp declare target" attribute.
7656         * cgraph.h (symtab_node): Add need_lto_streaming and offloadable flags.
7657         * cgraphunit.c: Include lto-section-names.h.
7658         (ipa_passes): Call ipa_write_summaries if there is something to write to
7659         OFFLOAD_SECTION_NAME_PREFIX sections.
7660         (symbol_table::compile): Set flag_generate_lto if there is something to
7661         offload.
7662         Replace flag_lto with flag_generate_lto before lto_streamer_hooks_init.
7663         * context.c (gcc::context::context): Initialize have_offload with false.
7664         * context.h (class context): Add have_offload flag.
7665         * ipa-inline-analysis.c (inline_generate_summary): Do not exit under
7666         flag_generate_lto.
7667         (inline_free_summary): Always remove hooks.
7668         * lto-cgraph.c (referenced_from_other_partition_p): Ignore references
7669         from non-offloadable nodes while streaming a node into offload section.
7670         (reachable_from_other_partition_p): Likewise.
7671         (select_what_to_stream): New function.
7672         (compute_ltrans_boundary): Do not call
7673         lto_set_symtab_encoder_in_partition if the node should not be streamed.
7674         * lto-section-names.h (OFFLOAD_SECTION_NAME_PREFIX): Define.
7675         (section_name_prefix): Declare.
7676         * lto-streamer.c (section_name_prefix): New variable.
7677         (lto_get_section_name): Use section_name_prefix instead of
7678         LTO_SECTION_NAME_PREFIX.
7679         * lto-streamer.h (select_what_to_stream): Declare.
7680         * omp-low.c: Include context.h.
7681         (is_targetreg_ctx): New function.
7682         (scan_sharing_clauses): Use offloadable flag, instead of an attribute.
7683         (create_omp_child_function, check_omp_nesting_restrictions): Use new
7684         is_targetreg_ctx function.  Replace usage of "omp declare target"
7685         attribute with a cgraph_node flag offloadable.
7686         (expand_omp_target): Set mark_force_output for offloadable functions.
7687         (lower_omp_critical): Set offloadable flag for omp critical symbol.
7688         * passes.c (ipa_write_summaries): New argument offload_lto_mode.  Call
7689         select_what_to_stream.  Do not call lto_set_symtab_encoder_in_partition
7690         if the node should not be streamed out.
7691         * tree-pass.h (ipa_write_summaries): New bool argument.
7692         * varpool.c: Include context.h.
7693         (varpool_node::get_create): Set node->offloadable and g->have_offload if
7694         decl have "omp declare target" attribute.
7696 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
7697             Thomas Schwinge  <thomas@codesourcery.com>
7698             Ilya Verbin  <ilya.verbin@intel.com>
7699             Andrey Turetskiy  <andrey.turetskiy@intel.com>
7701         * Makefile.in (real_target_noncanonical, accel_dir_suffix)
7702         (enable_as_accelerator): New variables substituted by configure.
7703         (libsubdir, libexecsubdir, unlibsubdir): Tweak for the possibility of
7704         being configured as an offload compiler.
7705         (DRIVER_DEFINES): Pass new defines DEFAULT_REAL_TARGET_MACHINE and
7706         ACCEL_DIR_SUFFIX.
7707         (install-cpp, install-common, install_driver, install-gcc-ar): Do not
7708         install for the offload compiler.
7709         * config.in: Regenerate.
7710         * configure: Regenerate.
7711         * configure.ac (real_target_noncanonical, accel_dir_suffix)
7712         (enable_as_accelerator): Compute new variables.
7713         (ACCEL_COMPILER): Define if the compiler is built as the accel compiler.
7714         (OFFLOAD_TARGETS): List of target names suitable for offloading.
7715         (ENABLE_OFFLOADING): Define if list of offload targets is not empty.
7716         * doc/install.texi (Options specification): Document
7717         --enable-as-accelerator-for and --enable-offload-targets.
7719 2014-11-13  H.J. Lu  <hongjiu.lu@intel.com>
7721         PR tree-optimization/63828
7722         * ipa-polymorphic-call.c (possible_placement_new): Check
7723         POINTER_SIZE, instead of BITS_PER_WORD, for pointer size.
7725 2014-11-13  Eric Botcazou  <ebotcazou@adacore.com>
7727         * doc/tm.texi.in (SELECT_CC_MODE): Update example.
7728         (REVERSIBLE_CC_MODE): Fix example.
7729         (REVERSE_CONDITION): Fix typo.
7730         * doc/tm.texi: Regenerate.
7732 2014-11-13  Tom de Vries  <tom@codesourcery.com>
7734         * omp-low.c (pass_data_expand_omp): Set properties_provided to
7735         PROP_gimple_eomp.
7736         (pass_expand_omp::gate): Remove function.  Move gate expression to ...
7737         (pass_expand_omp::execute): ... here, as new variable gate.  Add early
7738         exit if gate is false.
7739         (pass_data pass_data_expand_omp_ssa): New pass_data.
7740         (class pass_expand_omp_ssa): New pass.
7741         (make_pass_expand_omp_ssa): New function.
7742         * passes.def (pass_parallelize_loops): Use PUSH_INSERT_PASSES_WITHIN
7743         instead of NEXT_PASS.
7744         (pass_expand_omp_ssa): Add after pass_parallelize_loops.
7745         * tree-parloops.c (gen_parallel_loop): Remove call to omp_expand_local.
7746         (pass_parallelize_loops::execute): Don't do cleanups TODO_cleanup_cfg
7747         and TODO_rebuild_alias yet.  Add TODO_update_ssa.  Set
7748         cfun->omp_expand_needed.
7749         * tree-pass.h: Add define PROP_gimple_eomp.
7750         (make_pass_expand_omp_ssa): Declare.
7752 2014-11-13  Marek Polacek  <polacek@redhat.com>
7754         * tree.h (TYPE_OVERFLOW_SANITIZED): Define.
7755         * fold-const.c (fold_binary_loc): Use it.
7756         * match.pd: Likewise.
7758 2014-11-14  Kirill Yukhin  <kirill.yukhin@intel.com>
7760         * lra-lives.c (struct bb_data): Rename to ...
7761         (struct bb_data_pseudos): ... this.
7762         (initiate_live_solver): Update struct name.
7764 2014-11-13  Richard Biener  <rguenther@suse.de>
7766         * match.pd: Implement conditional expression patterns.
7767         * tree-ssa-forwprop.c (forward_propagate_into_cond): Remove
7768         them here.
7769         (combine_cond_exprs): Remove.
7770         (pass_forwprop::execute): Do not call combine_cond_exprs.
7771         * fold-const.c (fold_ternary_loc): Remove patterns here.
7772         (pedantic_omit_one_operand_loc): Remove.
7774 2014-12-13  Richard Biener  <rguenther@suse.de>
7776         PR middle-end/61559
7777         * match.pd: Implement bswap patterns for transforms checked by
7778         gcc.dg/builtin-bswap-8.c.
7780 2014-11-13  Vladimir Makarov  <vmakarov@redhat.com>
7782         * lra.c (lra): Switch off rematerialization pass.
7784 2014-11-12  Vladimir Makarov  <vmakarov@redhat.com>
7786         * common.opt (flra-remat): New.
7787         * opts.c (default_options_table): Add entry for flra_remat.
7788         * timevar_def (TV_LRA_REMAT): New.
7789         * doc/invoke.texi (-flra-remat): Add description of the new
7790         option.
7791         * doc/passes.texi (-flra-remat): Remove lra-equivs.c and
7792         lra-saves.c.  Add lra-remat.c.
7793         * Makefile.in (OBJS): Add lra-remat.o.
7794         * lra-remat.c: New file.
7795         * lra.c: Add info about the rematerialization pass in the top
7796         comment.
7797         (collect_non_operand_hard_regs, add_regs_to_insn_regno_info):
7798         Process unallocatable regs too.
7799         (lra_constraint_new_insn_uid_start): Remove.
7800         (lra): Add code for calling rematerialization sub-pass.
7801         * lra-int.h (lra_constraint_new_insn_uid_start): Remove.
7802         (lra_constrain_insn, lra_remat): New prototypes.
7803         (lra_eliminate_regs_1): Add parameter.
7804         * lra-lives.c (make_hard_regno_born, make_hard_regno_dead):
7805         Process unallocatable hard regs too.
7806         (process_bb_lives): Ditto.
7807         * lra-spills.c (remove_pseudos): Add argument to
7808         lra_eliminate_regs_1 call.
7809         * lra-eliminations.c (lra_eliminate_regs_1): Add parameter.  Use it
7810         for sp offset calculation.
7811         (lra_eliminate_regs): Add argument for lra_eliminate_regs_1 call.
7812         (eliminate_regs_in_insn): Add parameter.  Use it for sp offset
7813         calculation.
7814         (process_insn_for_elimination): Add argument for
7815         eliminate_regs_in_insn call.
7816         * lra-constraints.c (get_equiv_with_elimination):  Add argument
7817         for lra_eliminate_regs_1 call.
7818         (process_addr_reg): Add parameter.  Use it.
7819         (process_address_1): Ditto.  Add argument for process_addr_reg
7820         call.
7821         (process_address): Ditto.
7822         (curr_insn_transform): Add parameter.  Use it.  Add argument for
7823         process_address calls.
7824         (lra_constrain_insn): New function.
7825         (lra_constraints): Add argument for curr_insn_transform call.
7827 2014-11-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7829         * opts-global.c (postpone_unknown_option_warning): Fix spelling.
7830         (print_ignored_options): Fix quoting.
7831         * opts.c (common_handle_option): Likewise.
7832         (set_debug_level): Likewise.
7833         * toplev.c (process_options): Likewise.
7835 2014-11-12  Jakub Jelinek  <jakub@redhat.com>
7837         PR ipa/63838
7838         * ipa-pure-const.c (propagate_nothrow): Walk w->indirect_calls
7839         chain instead of node->indirect_calls.  Put !can_throw into
7840         conditions of all the loops.
7842 2014-11-12  H.J. Lu  <hongjiu.lu@intel.com>
7844         * config/i386/i386.c (x86_output_mi_thunk): Use gen_rtx_REG to
7845         set pic_offset_table_rtx.
7847 2014-11-12  Matthew Fortune  <matthew.fortune@imgtec.com>
7849         * common/config/mips/mips-common.c (mips_handle_option): Ensure
7850         that -mfp32, -mfp64 disable -mfpxx and -mfpxx disables -mfp64.
7851         * config.gcc (--with-fp-32): New option.
7852         (--with-odd-spreg-32): Likewise.
7853         * config.in (HAVE_AS_DOT_MODULE): New config define.
7854         * config/mips/mips-protos.h
7855         (mips_secondary_memory_needed): New prototype.
7856         (mips_hard_regno_caller_save_mode): Likewise.
7857         * config/mips/mips.c (mips_get_reg_raw_mode): New static prototype.
7858         (mips_get_arg_info): Assert that V2SFmode is only handled specially
7859         with TARGET_PAIRED_SINGLE_FLOAT.
7860         (mips_return_mode_in_fpr_p): Likewise.
7861         (mips16_call_stub_mode_suffix): Likewise.
7862         (mips_get_reg_raw_mode): New static function.
7863         (mips_return_fpr_pair): O32 return values span two registers.
7864         (mips16_build_call_stub): Likewise.
7865         (mips_function_value_regno_p): Support both FP return registers.
7866         (mips_output_64bit_xfer): Use mthc1 whenever TARGET_HAS_MXHC1.  Add
7867         specific cases for TARGET_FPXX to move via memory.
7868         (mips_dwarf_register_span): For TARGET_FPXX pretend that modes larger
7869         than UNITS_PER_FPREG 'span' one register.
7870         (mips_dwarf_frame_reg_mode): New static function.
7871         (mips_file_start): Switch to using .module instead of .gnu_attribute.
7872         No longer support FP ABI 4 (-mips32r2 -mfp64), replace with FP ABI 6.
7873         Add FP ABI 5 (-mfpxx) and FP ABI 7 (-mfp64 -mno-odd-spreg).
7874         (mips_save_reg, mips_restore_reg): Always represent DFmode frame
7875         slots with two CFI directives even for O32 FP64.
7876         (mips_for_each_saved_gpr_and_fpr): Account for fixed_regs when
7877         saving/restoring callee-saved registers.
7878         (mips_hard_regno_mode_ok_p): Implement O32 FP64A extension.
7879         (mips_secondary_memory_needed): New function.
7880         (mips_option_override): ABI check for TARGET_FLOATXX.  Disable
7881         odd-numbered single-precision registers when using TARGET_FLOATXX.
7882         Implement -modd-spreg and defaults.
7883         (mips_conditional_register_usage): Redefine O32 FP64 to match O32 FP32
7884         callee-saved behaviour.
7885         (mips_hard_regno_caller_save_mode): Implement.
7886         (TARGET_GET_RAW_RESULT_MODE): Define target hook.
7887         (TARGET_GET_RAW_ARG_MODE): Define target hook.
7888         (TARGET_DWARF_FRAME_REG_MODE): Define target hook.
7889         * config/mips/mips.h (TARGET_FLOAT32): New macro.
7890         (TARGET_O32_FP64A_ABI): Likewise.
7891         (TARGET_CPU_CPP_BUILTINS): TARGET_FPXX is __mips_fpr==0. Add
7892         _MIPS_SPFPSET builtin define.
7893         (MIPS_FPXX_OPTION_SPEC): New macro.
7894         (OPTION_DEFAULT_SPECS): Pass through --with-fp-32=* to -mfp and
7895         --with-odd-spreg-32=* to -m[no-]odd-spreg.
7896         (ISA_HAS_ODD_SPREG): New macro.
7897         (ISA_HAS_MXHC1): True for anything other than -mfp32.
7898         (ASM_SPEC): Pass through mfpxx, mfp64, -mno-odd-spreg and -modd-spreg.
7899         (MIN_FPRS_PER_FMT): Redefine in terms of TARGET_ODD_SPREG.
7900         (HARD_REGNO_CALLER_SAVE_MODE): Define.  Implement O32 FPXX extension
7901         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
7902         (SECONDARY_MEMORY_NEEDED): Likewise.
7903         (FUNCTION_ARG_REGNO_P): Update for O32 FPXX and FP64 extensions.
7904         * config/mips/mips.md (define_attr enabled): Implement O32 FPXX and
7905         FP64A ABI extensions.
7906         (move_doubleword_fpr<mode>): Use ISA_HAS_MXHC1 instead of
7907         TARGET_FLOAT64.
7908         * config/mips/mips.opt (mfpxx): New target option.
7909         (modd-spreg): Likewise.
7910         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Infer FP ABI from arch.
7911         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise and remove
7912         fp64 sysroot.
7913         * config/mips/t-mti-elf: Remove fp64 multilib.
7914         * config/mips/t-mti-linux: Likewise.
7915         * configure.ac: Detect .module support.
7916         * configure: Regenerate.
7917         * doc/invoke.texi: Document -mfpxx, -modd-spreg, -mno-odd-spreg option.
7918         * doc/install.texi (--with-fp-32, --with-odd-spreg-32): Document new
7919         options.
7921 2014-11-12  H.J. Lu  <hongjiu.lu@intel.com>
7923         PR target/63815
7924         * config/i386/i386.c (ix86_init_large_pic_reg): New.  Extracted
7925         from ...
7926         (ix86_init_pic_reg): Here.  Use ix86_init_large_pic_reg.
7927         (x86_output_mi_thunk): Set PIC register to %r11.  Call
7928         ix86_init_large_pic_reg to initialize PIC register.
7930 2014-11-12  Kai Tietz  <ktietz@redhat.com>
7932         * sdbout.c (sdbout_symbol): Eliminate register only
7933         if decl isn't a global variable.
7935 2014-11-12  Alan Lawrence  <alan.lawrence@arm.com>
7937         * config/aarch64/aarch64.c (aarch64_simd_lane_bounds): Display indices.
7939         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers): Add
7940         qualifier_lane_index.
7941         (aarch64_types_ternop_lane_qualifiers, TYPES_TERNOP_LANE): Rename to...
7942         (aarch64_types_quadop_lane_qualifiers, TYPES_QUADOP_LANE): ...these.
7943         (aarch64_types_ternop_lane_qualifiers, TYPES_TERNOP_LANE): New.
7945         (aarch64_types_getlane_qualifiers): Rename to...
7946         (aarch64_types_binop_imm_qualifiers): ...this.
7947         (TYPES_SHIFTIMM): Follow renaming.
7948         (TYPES_GETLANE): Rename to...
7949         (TYPE_GETREG): ...this.
7951         (aarch64_types_setlane_qualifiers): Rename to...
7952         (aarch64_type_ternop_imm_qualifiers): ...this.
7953         (TYPES_SHIFTINSERT, TYPES_SHIFTACC): Follow renaming.
7954         (TYPES_SETLANE): Follow renaming above, and rename self to...
7955         (TYPE_SETREG): ...this.
7957         (enum builtin_simd_arg): Add SIMD_ARG_LANE_INDEX.
7958         (aarch64_simd_expand_args): Add range check and endianness-flip.
7960         (aarch64_simd_expand_builtin): Add mapping for qualifier_lane_index.
7962         * config/aarch64/aarch64-simd.md
7963         (aarch64_sq<r>dmulh_lane<mode>_internal *2): Rename to...
7964         (aarch64_sq<r>dmulh_lane<mode>): ...this, and remove lane bounds check.
7965         (aarch64_sqdmulh_lane<mode> *2, aarch64_sqrdmulh_lane<mode> *2): Delete.
7967         (aarch64_sq<r>dmulh_laneq<mode>_internal): Rename to...
7968         (aarch64_sq<r>dmulh_lane<mode>): ...this.
7970         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal *2): Rename to...
7971         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>): ...this.
7973         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal *2): Rename to...
7974         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>): ...this.
7976         (aarch64_sqdmull_lane<mode>_internal *2): Rename to...
7977         (aarch64_sqdmull_lane<mode>): ...this.
7979         (aarch64_sqdmull_laneq<mode>_internal *2): Rename to...
7980         (aarch64_sqdmull_laneq<mode>): ...this.
7982         (aarch64_sqdmulh_laneq<mode>, aarch64_sqrdmulh_laneq<mode>,
7983         (aarch64_sqdmlal_lane<mode>, aarch64_sqdmlal_laneq<mode>,
7984         aarch64_sqdmlsl_lane<mode>, aarch64_sqdmlsl_laneq<mode>,
7985         aarch64_sqdmull_lane<mode>, aarch64_sqdmull_laneq<mode>): Delete.
7987         (aarch64_sqdmlal2_lane<mode>, aarch64_sqdmlal2_laneq<mode>,
7988         aarch64_sqdmlsl2_lane<mode>, aarch64_sqdmlsl2_laneq<mode>,
7989         aarch64_sqdmull2_lane<mode>, aarch64_sqdmull2_laneq<mode>): Remove
7990         bounds check and lane flip.
7992         * config/aarch64/aarch64-simd-builtins.def (be_checked_get_lane,
7993         get_dregoi, get_dregci, getdregxi, get_qregoi,get_qregci, get_qregxi,
7994         set_qregoi, set_qregci, set_qregxi): Change qualifiers to GETREG.
7996         (sqdmlal_lane, sqdmlsl_lane, sqdmlal_laneq, sqdmlsl_laneq,
7997         sqdmlal2_lane, sqdmlsl2_lane, sqdmlal2_laneq, sqdmlsl2_laneq): Follow
7998         renaming of TERNOP_LANE to QUADOP_LANE.
8000         (sqdmull_lane, sqdmull_laneq, sqdmull2_lane, sqdmull2_laneq,
8001         sqdmulh_lane, sqdmulh_laneq, sqrdmulh_lane, sqrdmulh_laneq): Set
8002         qualifiers to TERNOP_LANE.
8004 2014-11-12  Tobias Burnus  <burnus@net-b.de>
8006         * Makefile.in (CLOOGLIBS, CLOOGINC): Remove.
8007         * configure.ac: Ditto.
8008         * graphite-interchange.c: Remove HAVE_CLOOG block.
8009         * config.in: Regenerate.
8010         * configure: Regenerate.
8012 2014-11-12  Jiong Wang  <jiong.wang@arm.com>
8014         * config/aarch64/aarch64.h (CALL_USED_REGISTERS): Mark LR as
8015         caller-save.
8016         (EPILOGUE_USES): Guard the check by epilogue_completed.
8017         * config/aarch64/aarch64.c (aarch64_layout_frame): Explictly check for
8018         LR.
8019         (aarch64_can_eliminate): Check LR_REGNUM liveness.
8021 2014-11-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8023         * config/arm/arm.c (*<arith_shift_insn>_shiftsi): Fix typo.
8025 2014-11-12  Marek Polacek  <polacek@redhat.com>
8027         * fold-const.c (fold_binary_loc): Don't fold if the result
8028         is undefined.
8029         * match.pd (A + (-B) -> A - B, A - (-B) -> A + B,
8030         -(-A) -> A): Likewise.
8032 2014-11-12  Richard Biener  <rguenther@suse.de>
8034         Merge from match-and-simplify branch
8035         2014-11-04  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
8037         * genmatch.c (user_id): Add new member is_oper_list.
8038         (user_id::user_id): Add new default argument.
8039         (parser::parse_operator_list): New function.
8040         (parser::parse_for): Allow operator-list.
8041         (parser::parse_pattern): Call parser::parse_operator_list.
8042         (parser::parse_operation): Reject operator-list.
8043         * match-builtin.pd: Define operator lists POWs, CBRTs and SQRTs.
8045         2014-10-31  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
8047         * genmatch.c (parser::parse_c_expr): Mark user-defined ops as used.
8049         2014-10-30  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
8051         * genmatch.c (parser::parse_op): Check if predicate is used in
8052         result operand.
8054         2014-10-29  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
8056         * genmatch.c (parser::parse_for): Make sure to have a valid
8057         token to report errors at.
8059         2014-10-28  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
8061         * genmatch.c (parser): Add new member parsing_match_operand.
8062         (parser::parse_operation): Check for conditional convert in result
8063         operand.
8064         (parser::parse_expr): Check for commutative operator in result operand.
8065         Check for :type in match operand.
8066         (parser::parse_simplify): Set/unset parsing_match_operand.
8067         (parser::parser): Initialize parsing_match_operand.
8069         2014-10-28  Richard Biener  <rguenther@suse.de>
8071         * genmatch.c (parser::parse_for): Properly check for already
8072         defined operators.
8074         2014-10-28  Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
8076         * genmatch.c (error_cb): Adjust for printing warnings.
8077         (warning_at): New function.
8078         (user_id): Add new member used.
8079         (get_operator): Mark user_id as used.
8080         (parse_for): Warn for unused operators.
8082 2014-11-12  Richard Biener  <rguenther@suse.de>
8084         * match.pd: Implement simple complex operations cancelling.
8085         * fold-const.c (fold_unary_loc): Remove them here.
8087 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
8089         * cppbuiltin.c (define_builtin_macros_for_compilation_flags):
8090         Define __NO_MATH_ERRNO__ if -fno-math-errno.
8091         * doc/cpp.texi (__NO_MATH_ERRNO__): Document predefined macro.
8093 2014-11-12  Richard Biener  <rguenther@suse.de>
8095         * genmatch.c (::gen_transform): Add capture_info and
8096         expand_compares arguments.
8097         (struct expr): Add is_generic flag.
8098         (lower_cond): New functions lowering [VEC_]COND_EXPR
8099         conditions to a GENERIC and a GIMPLE variant.
8100         (lower): Call lower_cond.
8101         (cmp_operand): Also compare the is_generic flag.
8102         (capture_info::cinfo): Add cond_expr_cond_p flag.
8103         (capture_info::capture_info): Pass down whether the
8104         expression argument is a COND_EXPR condition.
8105         (capture_info::walk_match): Likewise, mark captures
8106         capturing COND_EXPR conditions with cond_expr_cond_p.
8107         (expr::gen_transform): Pass down whether we need to
8108         expand compares from COND_EXPR conditions.
8109         (capture::gen_transform): Expand compares substituted
8110         from COND_EXPR conditions into non-COND_EXPR conditions.
8111         (dt_operand::gen_gimple_expr): Handle explicitely marked
8112         GENERIC expressions as generic.
8113         (dt_simplify::gen): Pass whether we need to expand
8114         conditions to gen_transform.  Handle capture results
8115         which are from COND_EXPR conditions.
8116         (main): Pass gimple flag down to lower.
8118 2014-11-12  Jakub Jelinek  <jakub@redhat.com>
8120         PR c/59708
8121         * builtin-attrs.def (ATTR_NOTHROW_TYPEGENERIC_LEAF): New attribute.
8122         * builtins.c (fold_builtin_arith_overflow): New function.
8123         (fold_builtin_3): Use it.
8124         * builtins.def (BUILT_IN_ADD_OVERFLOW, BUILT_IN_SUB_OVERFLOW,
8125         BUILT_IN_MUL_OVERFLOW, BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW,
8126         BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW,
8127         BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW,
8128         BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW,
8129         BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADDL_OVERFLOW,
8130         BUILT_IN_UADDLL_OVERFLOW, BUILT_IN_USUB_OVERFLOW,
8131         BUILT_IN_USUBL_OVERFLOW, BUILT_IN_USUBLL_OVERFLOW,
8132         BUILT_IN_UMUL_OVERFLOW, BUILT_IN_UMULL_OVERFLOW,
8133         BUILT_IN_UMULLL_OVERFLOW): New built-in functions.
8134         * builtin-types.def (BT_PTR_UINT, BT_PTR_ULONG, BT_PTR_LONGLONG,
8135         BT_FN_BOOL_INT_INT_INTPTR, BT_FN_BOOL_LONG_LONG_LONGPTR,
8136         BT_FN_BOOL_LONGLONG_LONGLONG_LONGLONGPTR, BT_FN_BOOL_UINT_UINT_UINTPTR,
8137         BT_FN_BOOL_ULONG_ULONG_ULONGPTR,
8138         BT_FN_BOOL_ULONGLONG_ULONGLONG_ULONGLONGPTR, BT_FN_BOOL_VAR): New.
8139         * expr.c (write_complex_part): Remove prototype, no longer static.
8140         * expr.h (write_complex_part): New prototype.
8141         * function.c (aggregate_value_p): For internal functions return 0.
8142         * gimple-fold.c (arith_overflowed_p): New functions.
8143         (gimple_fold_call): Fold {ADD,SUB,MUL}_OVERFLOW internal calls.
8144         * gimple-fold.h (arith_overflowed_p): New prototype.
8145         * tree-ssa-dce.c: Include tree-ssa-propagate.h and gimple-fold.h.
8146         (find_non_realpart_uses, maybe_optimize_arith_overflow): New
8147         functions.
8148         (eliminate_unnecessary_stmts): Transform {ADD,SUB,MUL}_OVERFLOW
8149         into COMPLEX_CST/COMPLEX_EXPR if IMAGPART_EXPR of the result is
8150         never used.
8151         * gimplify.c (gimplify_call_expr): Handle gimplification of
8152         internal calls with lhs.
8153         * internal-fn.c (get_range_pos_neg, get_min_precision,
8154         expand_arith_overflow_result_store): New functions.
8155         (ubsan_expand_si_overflow_addsub_check): Renamed to ...
8156         (expand_addsub_overflow): ... this.  Add LOC, LHS, ARG0, ARG1,
8157         UNSR_P, UNS0_P, UNS1_P, IS_UBSAN arguments, remove STMT argument.
8158         Handle ADD_OVERFLOW and SUB_OVERFLOW expansion.
8159         (ubsan_expand_si_overflow_neg_check): Renamed to ...
8160         (expand_neg_overflow): ... this.  Add LOC, LHS, ARG1, IS_UBSAN
8161         arguments, remove STMT argument.  Handle SUB_OVERFLOW with
8162         0 as first argument expansion.
8163         (ubsan_expand_si_overflow_mul_check): Renamed to ...
8164         (expand_mul_overflow): ... this.  Add LOC, LHS, ARG0, ARG1,
8165         UNSR_P, UNS0_P, UNS1_P, IS_UBSAN arguments, remove STMT argument.
8166         Handle MUL_OVERFLOW expansion.
8167         (expand_UBSAN_CHECK_ADD): Use expand_addsub_overflow, prepare
8168         arguments for it.
8169         (expand_UBSAN_CHECK_SUB): Use expand_addsub_overflow or
8170         expand_neg_overflow, prepare arguments for it.
8171         (expand_UBSAN_CHECK_MUL): Use expand_mul_overflow, prepare arguments
8172         for it.
8173         (expand_arith_overflow, expand_ADD_OVERFLOW, expand_SUB_OVERFLOW,
8174         expand_MUL_OVERFLOW): New functions.
8175         * internal-fn.def (ADD_OVERFLOW, SUB_OVERFLOW, MUL_OVERFLOW): New
8176         internal functions.
8177         * tree-vrp.c (check_for_binary_op_overflow): New function.
8178         (extract_range_basic): Handle {REAL,IMAG}PART_EXPR if the operand
8179         is SSA_NAME set by {ADD,SUB,MUL}_OVERFLOW internal functions.
8180         (simplify_internal_call_using_ranges): Handle {ADD,SUB,MUL}_OVERFLOW
8181         internal functions.
8182         * optabs.def (umulv4_optab): New optab.
8183         * config/i386/i386.md (umulv<mode>4, <u>mulvqi4): New define_expands.
8184         (*umulv<mode>4, *<u>mulvqi4): New define_insns.
8185         * doc/extend.texi (Integer Overflow Builtins): Document
8186         __builtin_*_overflow.
8188 2014-11-12  Richard Biener  <rguenther@suse.de>
8190         * genmatch.c (capture_info::capture_info): Add missing
8191         COND_EXPR handling.
8192         (capture_info::walk_match): Fix COND_EXPR handling.
8193         (capture_info::walk_result): Likewise.
8195 2014-11-12  Richard Biener  <rguenther@suse.de>
8197         PR middle-end/63821
8198         * match.pd: Add missing conversion to the -(T)-X pattern.
8200 2014-11-12  Richard Biener  <rguenther@suse.de>
8202         PR bootstrap/63819
8203         * hash-table.h: Include ggc.h also for generator programs.
8204         * genmatch.c (ggc_internal_cleared_alloc): Properly define
8205         using MEM_STAT_DECL instead of CXX_MEM_STAT_INFO.
8207 2014-11-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8209         PR tree-optimization/63761
8210         * tree-ssa-math-opts.c (bswap_replace): Construct gsi from cur_stmt
8211         rather than taking it as a parameter. Add some comments to explain the
8212         gsi_move_before in case of load and why canonicalization of bswap into
8213         a rotation is only done for 16bit values.
8214         (pass_optimize_bswap::execute): Adapt for loop via gsi to make gsi
8215         refer to the statement just before cur_stmt. Ignore 16bit bswap that
8216         are already in canonical form. Adapt bswap_replace to removal of its
8217         gsi parameter.
8219 2014-11-12  Richard Sandiford  <richard.sandiford@arm.com>
8221         * rtl.h (rtx_function, for_each_rtx, for_each_rtx_in_insn): Delete.
8222         * rtlanal.c (non_rtx_starting_operands, for_each_rtx_1, for_each_rtx):
8223         (for_each_rtx_in_insn): Delete.
8224         (init_rtlanal): Remove initialization of non_rtx_starting_operands.
8225         * df-core.c: Remove reference to for_each_rtx in comment.
8227 2014-11-12  Tejas Belagod  <tejas.belagod@arm.com>
8229         * Makefile.in (TEXI_GCC_FILES): Remove arm-acle-intrinsics.texi,
8230         arm-neon-intrinsics.texi, aarch64-acle-intrinsics.texi.
8231         * doc/aarch64-acle-intrinsics.texi: Remove.
8232         * doc/arm-acle-intrinsics.texi: Remove.
8233         * doc/arm-neon-intrinsics.texi: Remove.
8234         * doc/extend.texi: Consolidate sections AArch64 intrinsics,
8235         ARM NEON Intrinsics, ARM ACLE Intrinsics into one ARM C Language
8236         Extension section. Add references to public ACLE specification.
8238 2014-11-11  Patrick Palka  <ppalka@gcc.gnu.org>
8240         * tree-vrp.c (register_edge_assert_for_2): Change return type to
8241         void and adjust accordingly.
8242         (register_edge_assert_for_1): Likewise.
8243         (register_edge_assert_for): Likewise.
8244         (find_conditional_asserts): Likewise.
8245         (find_switch_asserts): Likewise.
8246         (find_assert_locations_1): Likewise.
8247         (find_assert_locations): Likewise.
8248         (insert_range_insertions): Inspect the need_assert_for bitmap.
8250 2014-11-11  Andrew Pinski  <apinski@cavium.com>
8252         Bug target/61997
8253         * config.gcc (aarch64*-*-*): Set target_gtfiles to include
8254         aarch64-builtins.c.
8255         * config/aarch64/aarch64-builtins.c: Include gt-aarch64-builtins.h
8256         at the end of the file.
8258 2014-11-11  Anthony Brandon  <anthony.brandon@gmail.com>
8259             Manuel López-Ibáñez  <manu@gcc.gnu.org>
8261         PR driver/36312
8262         * diagnostic-core.h: Add prototype for fatal_error.
8263         * diagnostic.c (fatal_error): New function fatal_error.
8264         * gcc.c (store_arg): Remove have_o_argbuf_index.
8265         (process_command): Check if input and output files are the same.
8266         * toplev.c (init_asm_output): Check if input and output files are
8267         the same.
8269 2014-11-11  Eric Botcazou  <ebotcazou@adacore.com>
8271         * reorg.c (fill_slots_from_thread): Do not copy frame-related insns.
8273 2014-11-11  Eric Botcazou  <ebotcazou@adacore.com>
8275         PR target/61535
8276         * config/sparc/sparc.c (function_arg_vector_value): Deal with vectors
8277         smaller than 8 bytes.
8278         (sparc_function_arg_1): Tweak.
8279         (sparc_function_value_1): Tweak.
8281 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
8283         * ChangeLog.jit: New.
8284         * Makefile.in (doc_build_sys): New variable, set to "sphinx" if
8285         sphinx is installed, falling back to "texinfo" otherwise.
8286         (FULL_DRIVER_NAME): New variable, adapted from the
8287         install-driver target.  New target, a symlink within the builddir,
8288         linked to "xgcc", for use when running the JIT library from the
8289         builddir.
8290         (MOSTLYCLEANFILES): Add FULL_DRIVER_NAME.
8291         (install-driver): Use $(FULL_DRIVER_NAME) rather than spelling it
8292         out.
8293         * configure.ac (doc_build_sys): New variable, set to "sphinx" if
8294         sphinx is installed, falling back to "texinfo" otherwise.
8295         (GCC_DRIVER_NAME): Generate a gcc-driver-name.h file containing
8296         GCC_DRIVER_NAME for the benefit of jit/internal-api.c.
8297         * configure: Regenerate.
8298         * doc/install.texi (--enable-host-shared): Specify that this is
8299         required when building libgccjit.
8300         (Tools/packages necessary for modifying GCC): Add Sphinx.
8301         * timevar.def (TV_JIT_REPLAY): New.
8302         (TV_ASSEMBLE): New.
8303         (TV_LINK): New.
8304         (TV_LOAD): New.
8306 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8308         PR target/63610
8309         * configure: Regenerate.
8311 2014-11-11  James Greenhalgh  <james.greenhalgh@arm.com>
8313         * config/aarch64/aarch64-simd.md
8314         (aarch64_simd_bsl<mode>_internal): Remove float cases, canonicalize.
8315         (aarch64_simd_bsl<mode>): Add gen_lowpart expressions where we
8316         are punning between float vectors and integer vectors.
8318 2014-11-11  Uros Bizjak  <ubizjak@gmail.com>
8320         * config/alpha/alpha.c (alpha_emit_conditional_branch): Replace
8321         open-coded swap with std::swap to swap values.
8322         (alpha_emit_setcc): Ditto.
8323         (alpha_emit_conditional_move): Ditto.
8324         (alpha_split_tmode_pair): Ditto.
8326 2014-11-11  Evgeny Stupachenko  <evstupac@gmail.com>
8328         * tree-vect-data-refs.c (vect_shift_permute_load_chain): Extend shift
8329         permutations on power of 2 cases.
8331 2014-11-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8333         * config/aarch64/aarch64.h (MACHMODE): Remove 'enum' keyword.
8334         (CUMULATIVE_ARGS): Guard on !defined(USED_FOR_TARGET).
8336 2014-11-11  Richard Biener  <rguenther@suse.de>
8338         * tree-core.h (pedantic_lvalues): Remove.
8339         * fold-const.c (pedantic_lvalues): Likewise.
8340         (pedantic_non_lvalue_loc): Remove conditional non_lvalue_loc call.
8342 2014-11-11  Martin Liska  <mliska@suse.cz>
8344         PR ipa/63622
8345         PR ipa/63795
8346         * ipa-icf.c (sem_function::merge): Add new target symbol alias
8347         support guard.
8348         (sem_variable::merge): Likewise.
8349         * ipa-icf.h (target_supports_symbol_aliases_p): New function.
8351 2014-11-11  Richard Biener  <rguenther@suse.de>
8353         * match.pd: Implement patterns from associate_plusminus
8354         and factor in differences from the fold-const.c implementation.
8355         * fold-const.c (fold_binary_loc): Remove patterns here.
8356         * tree-ssa-forwprop.c (associate_plusminus): Remove.
8357         (pass_forwprop::execute): Don't call it.
8358         * tree.c (tree_nop_conversion_p): New function, factored
8359         from tree_nop_conversion.
8360         * tree.h (tree_nop_conversion_p): Declare.
8362 2014-11-11  Uros Bizjak  <ubizjak@gmail.com>
8364         * system.h: Include algorithm and utility.
8365         * rtl.h: Do not include utility here.
8366         * wide-int.h: Ditto.
8367         * tree-vect-data-refs.c (swap): Remove template.
8368         (vect_prune_runtime_alias_test_list): Use std::swap instead of swap.
8370 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8372         PR bootstrap/63699
8373         PR bootstrap/63750
8374         * system.h: Include <string> before "safe-ctype.h"
8375         * wide-int.h (wi::smin, wi::smax, wi::umin, wi::umax): Prefix
8376         calls to min/max with wi namespace.
8377         * ipa-chkp.c: Don't include <string>.
8379 2014-11-11  Terry Guo  <terry.guo@arm.com>
8381         * doc/invoke.texi (-masm-syntax-unified): Reword and fix typo.
8382         * config/arm/thumb1.md (*thumb_mulsi3): Use movs to move low
8383         registers.
8384         (*thumb1_movhf): Likewise.
8386 2014-11-11  Uros Bizjak  <ubizjak@gmail.com>
8388         * sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t)
8389         instead of INT64_MAX.
8391 2014-11-11  Tobias Burnus  <burnus@net-b.de>
8393         * doc/install.texi (Prerequisites): Remove CLooG.
8395 2014-11-10  Trevor Saunders  <tsaunders@mozilla.com>
8397         * ipa-inline.c (edge_badness): Adjust.
8398         (inline_small_functions): Likewise.
8399         * predict.c (propagate_freq): Likewise.
8400         (estimate_bb_frequencies): Likewise.
8401         * sreal.c (sreal::dump): Rename from dump_sreal.
8402         (debug): Adjust.
8403         (copy): Remove function.
8404         (sreal::shift_right): Rename from sreal_sift_right.
8405         (sreal::normalize): Rename from normalize.
8406         (sreal_init): Remove function.
8407         (sreal::to_int): Rename from sreal_to_int.
8408         (sreal_compare): Remove function.
8409         (sreal::operator+): Rename from sreal_add.
8410         (sreal::operator-): Rename from sreal_sub.
8411         (sreal::operator*): Rename from sreal_mul.
8412         (sreal::operator/): Rename from sreal_div.
8413         * sreal.h (class sreal): Adjust.
8414         (inline sreal &operator+=): New operator.
8415         (inline sreal &operator-=): Likewise.
8416         (inline sreal &operator/=): Likewise.
8417         (inline sreal &operator*=): Likewise.
8418         (inline bool operator!=): Likewise.
8419         (inline bool operator>): Likewise.
8420         (inline bool operator<=): Likewise.
8421         (inline bool operator>=): Likewise.
8423 2014-11-11  Bin Cheng  <bin.cheng@arm.com>
8425         * sched-deps.c (sched_analyze_1): Check pending list if it is not
8426         less than MAX_PENDING_LIST_LENGTH.
8427         (sched_analyze_2, sched_analyze_insn, deps_analyze_insn): Ditto.
8429 2014-11-11  Uros Bizjak  <ubizjak@gmail.com>
8431         * config/i386/i386.c (ix86_decompose_address): Replace open-coded
8432         swap with std::swap to swap values.
8433         (ix86_fixup_binary_operands): Ditto.
8434         (ix86_binary_operator_ok): Ditto.
8435         (ix86_prepare_fp_compare_args): Ditto.
8436         (ix86_expand_branch): Ditto.
8437         (ix86_expand_carry_flag_compare): Ditto.
8438         (ix86_expand_int_movcc): Ditto.
8439         (ix86_prepare_sse_fp_compare_args): Ditto.
8440         (ix86_expand_sse_fp_minmax): Ditto.
8441         (ix86_expand_int_vcond): Ditto.
8442         (ix86_split_long_move): Ditto.
8443         (ix86_expand_sse_comi): Ditto.
8444         (ix86_expand_sse_compare_and_jump): Ditto.
8445         (ix86_expand_sse_compare_mask): Ditto.
8446         * config/i386/i386.md (*add<mode>_1): Ditto.
8447         (addsi_1_zext): Ditto.
8448         (*addhi_1): Ditto.
8449         (*addqi_1): Ditto.
8450         (*add<mode>_2): Ditto.
8451         (*addsi_2_zext): Ditto.
8452         (*add<mode>_3): Ditto.
8453         (*addsi_3_zext): Ditto.
8454         (*add<mode>_5): Ditto.
8455         (absneg splitter): Ditto.
8457 2014-11-11  Uros Bizjak  <ubizjak@gmail.com>
8459         Revert:
8460         2014-10-31  Uros Bizjak  <ubizjak@gmail.com>
8462         PR target/63620
8463         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): Declare.
8464         * config/i386/i386.c (ix86_use_pseudo_pic_reg): Export.
8465         * config/i386/i386.md (*pushtf): Allow only CONST_DOUBLEs that won't
8466         be reloaded through memory.
8467         (*pushxf): Ditto.
8468         (*pushdf): Ditto.
8470 2014-11-11  Jakub Jelinek  <jakub@redhat.com>
8471             Martin Liska  <mliska@suse.cz>
8473         * ipa-icf-gimple.c (func_checker::compare_bb): Fix comment typo.
8474         (func_checker::compare_gimple_call): Compare gimple_call_fn,
8475         gimple_call_chain, gimple_call_fntype and call flags.
8477 2014-11-10  Vladimir Makarov  <vmakarov@redhat.com>
8479         PR rtl-optimization/63620
8480         PR rtl-optimization/63799
8481         * lra-lives.c (process_bb_lives): Do not delete EH_REGION, trapped
8482         and setting PIC pseudo insns.
8483         (lra_create_live_ranges): Fix the typo.
8485 2014-11-10  Patrick Palka  <ppalka@gcc.gnu.org>
8487         PR middle-end/63748
8488         * tree-ssa-propagate.c (may_propagate_copy): Allow propagating
8489         SSA copies whose source and destination names both occur in
8490         abnormal PHIs.
8492 2014-11-10 Roman Gareev  <gareevroman@gmail.com>
8494         * Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.
8495         * common.opt: Remove using of fgraphite-code-generator flag.
8496         * flag-types.h: Likewise.
8497         * graphite.c: Remove using of CLooG.
8498         * graphite-blocking.c: Likewise.
8499         * graphite-dependences.c: Likewise.
8500         * graphite-poly.c: Likewise.
8501         * graphite-poly.h: Likewise.
8502         * graphite-scop-detection.c: Likewise.
8503         * graphite-sese-to-poly.c: Likewise.
8504         * graphite-clast-to-gimple.c: Removed.
8505         * graphite-clast-to-gimple.h: Likewise.
8506         * graphite-htab.h: Likewise.
8508 2014-11-10  Paolo Carlini  <paolo.carlini@oracle.com>
8510         * doc/invoke.texi ([-Wshift-count-negative, -Wshift-count-overflow]):
8511         Add.
8513 2014-11-10  Richard Sandiford  <richard.sandiford@arm.com>
8515         * config/frv/frv.c (frv_io_handle_use_1): Delete.
8516         (frv_io_handle_use): Use find_all_hard_regs.
8518 2014-11-10  Richard Sandiford  <richard.sandiford@arm.com>
8520         * config/frv/frv.c (frv_registers_conflict_p_1): Take an rtx rather
8521         than an rtx *.  Take the regstate_t directly rather than via a void *.
8522         Return a bool rather than an int.  Iterate over all subrtxes here.
8523         (frv_registers_conflict_p): Update accordingly.
8525 2014-11-10  Richard Sandiford  <richard.sandiford@arm.com>
8527         * config/frv/frv.c: Include rtl-iter.h.
8528         (frv_acc_group_1): Delete.
8529         (frv_acc_group): Use FOR_EACH_SUBRTX.
8531 2014-11-10  Richard Sandiford  <richard.sandiford@arm.com>
8533         * config/frv/frv.c: Move include of rtl.h after hard-reg-set.h.
8534         (frv_clear_registers_used): Delete.
8535         (frv_ifcvt_modify_tests): Use find_all_hard_regs.
8537 2014-11-10  Jan Hubicka  <hubicka@ucw.cz>
8539         PR bootstrap/63573
8540         * calls.c (initialize_argument_information): When emitting thunk call
8541         use original memory placement of the argument.
8543 2014-11-10  Renlin Li  <renlin.li@arm.com>
8545         PR middle-end/61529
8546         * tree-ssa-threadupdate.c (compute_path_counts): Bound path_in_freq.
8548 2014-11-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8550         * expmed.c (expand_shift_1): Expand 8 bit rotate of 16 bit value to
8551         bswaphi if available.
8553 2014-11-10  Bernd Schmidt  <bernds@codesourcery.com>
8555         * config/nvptx/nvptx.c: New file.
8556         * config/nvptx/nvptx.h: New file.
8557         * config/nvptx/nvptx-protos.h: New file.
8558         * config/nvptx/nvptx.md: New file.
8559         * config/nvptx/t-nvptx: New file.
8560         * config/nvptx/nvptx.opt: New file.
8561         * common/config/nvptx/nvptx-common.c: New file.
8562         * config.gcc: Handle nvptx-*-*.
8564 2014-11-10  Richard Biener  <rguenther@suse.de>
8566         * tree-ssa-operands.c (finalize_ssa_uses): Properly put
8567         released operands on the free list.
8569 2014-11-10  Richard Biener  <rguenther@suse.de>
8571         * match.pd: Implement pattern from simplify_mult.
8572         * tree-ssa-forwprop.c (simplify_mult): Remove.
8573         (pass_forwprop::execute): Do not call simplify_mult.
8575 2014-11-10  Richard Biener  <rguenther@suse.de>
8577         PR tree-optimization/63800
8578         * tree-ssa-pre.c (eliminate_push_avail): Push in a way so
8579         we can restore the previous availability in after_dom_children.
8580         (eliminate_dom_walker::after_dom_children): Restore
8581         previous availability.
8583 2014-11-10  Richard Biener  <rguenther@suse.de>
8585         PR middle-end/63798
8586         * expr.c (expand_expr_real_2): When expanding FMA_EXPRs
8587         properly treat the embedded multiplication as commutative
8588         when looking for feeding negates.
8590 2014-11-10  Joern Rennecke  <joern.rennecke@embecosm.com>
8592         * config/avr/avr.h (CPLUSPLUS_CPP_SPEC): Define.
8594 2014-11-10  Martin Liska  <mliska@suse.cz>
8596         * gcc.dg/tree-ssa/ldist-19.c: ICF is disabled
8597         for the test because of default char signedness
8598         on powerpc64 target.
8600 2014-11-10  Richard Biener  <rguenther@suse.de>
8602         * match.pd: Implement pattern from simplify_conversion_from_bitmask.
8603         * tree-ssa-forwprop.c (simplify_conversion_from_bitmask): Remove.
8604         (pass_forwprop::execute): Do not call simplify_conversion_from_bitmask.
8606 2014-11-10  Richard Biener  <rguenther@suse.de>
8608         * match.pd: Move rest of the conversion combining patterns
8609         from tree-ssa-forwprop.c.
8610         * tree-ssa-forwprop.c (combine_conversions): Remove.
8611         (pass_forwprop::execute): Do not call it.
8613 2014-11-10  Eric Botcazou  <ebotcazou@adacore.com>
8615         * gimple-low.c (lower_function_body): Clear the location of the first
8616         inserted representative return if it also fills in for the fallthru.
8618 2014-11-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
8620         * tree-if-conv.c (add_to_predicate_list): Check unconditionally
8621         that bb is always executed to early exit. Use predicate of
8622         cd-equivalent block for join blocks if it exists.
8623         (if_convertible_loop_p_1): Recompute POST_DOMINATOR tree.
8624         (tree_if_conversion): Free post-dominance information.
8626 2014-11-09  Jason Merrill  <jason@redhat.com>
8628         * config/i386/avx512vldqintrin.h (_mm256_broadcast_f32x2): __mmask8.
8629         * config/i386/avx512vlintrin.h (_mm256_mask_cvtepi32_storeu_epi16)
8630         (_mm_mask_cvtusepi32_storeu_epi16)
8631         (_mm_mask_cvtsepi64_storeu_epi32): Return void.
8633 2014-11-09  Joern Rennecke  <joern.rennecke@embecosm.com>
8635         * config/avr/predicates.md (low_io_address_operand): Fix typo.
8637 2014-11-09  Vladimir Makarov  <vmakarov@redhat.com>
8639         PR rtl-optimization/63620
8640         * lra-constraints.c (substitute_pseudo): Add prefix lra_ to the
8641         name.  Move to lra.c.  Make it external.
8642         (substitute_pseudo_within_insn): Ditto.
8643         (inherit_reload_reg, split_reg, remove_inheritance_pseudos): Use
8644         the new names.
8645         (undo_optional_reloads): Ditto.
8646         * lra-int.h (lra_dump_bitmap_with_title, lra_substitute_pseudo):
8647         New prototypes.
8648         (lra_substitute_pseudo_within_insn): Ditto.
8649         * lra-lives.c (bb_killed_pseudos, bb_gen_pseudos): New.
8650         (mark_regno_live): Add parameter.  Update bb_gen_pseudos.
8651         (mark_regno_dead): Add parameter.  Update bb_gen_pseudos and
8652         bb_killed_pseudos.
8653         (struct bb_data, bb_data_t, bb_data): New.
8654         (get_bb_data, get_bb_data_by_index): Ditto.
8655         (all_hard_regs_bitmap): New.
8656         (live_trans_fun, live_con_fun_0, live_con_fun_n, all_blocks): New.
8657         (initiate_live_solver, finish_live_solver): New.
8658         (process_bb_lives): Change return type.  Add code updating local
8659         live data and removing dead insns.  Pass new argument to
8660         mark_regno_live and mark_regno_dead.  Check changing bb pseudo
8661         life info.  Return the result.
8662         (lra_create_live_ranges): Add code to do global pseudo live
8663         analysis.
8664         (lra_live_ranges_init): Call initiate_live_solver.
8665         (lra_live_ranges_finish): Call finish_live_solver.
8666         * lra.c (lra_dump_bitmap_with_title): New.
8667         (lra_substitute_pseudo, lra_substitute_pseudo_within_insn): Move
8668         from lra-constraints.c.
8670 2014-11-09  Richard Biener  <rguenther@suse.de>
8672         * match.pd: Add patterns convering two conversions in a row
8673         from fold-const.c.
8674         * fold-const.c (fold_unary_loc): Remove them here.
8675         * tree-ssa-forwprop.c (combine_conversions): Likewise.
8676         * genmatch.c (dt_node::gen_kids): Check whether we may
8677         follow SSA use-def chains.
8679 2014-11-08  Richard Sandiford  <richard.sandiford@arm.com>
8681         * config/aarch64/aarch64.c: Include rtl-iter.h.
8682         (aarch64_tls_operand_p_1): Delete.
8683         (aarch64_tls_operand_p): Use FOR_EACH_SUBRTX.
8685 2014-11-08  Richard Sandiford  <richard.sandiford@arm.com>
8687         * config/arm/arm.c (arm_note_pic_base): Delete.
8688         (arm_cannot_copy_insn_p): Use FOR_EACH_SUBRTX.
8690 2014-11-08  Richard Sandiford  <richard.sandiford@arm.com>
8692         * config/arm/arm.c: Include rtl-iter.h.
8693         (arm_tls_referenced_p_1): Delete.
8694         (arm_tls_referenced_p): Use FOR_EACH_SUBRTX.
8696 2014-11-08  Richard Sandiford  <richard.sandiford@arm.com>
8698         * config/arm/aarch-common.c: Include rtl-iter.h.
8699         (search_term, arm_find_sub_rtx_with_search_term): Delete.
8700         (arm_find_sub_rtx_with_code): Use FOR_EACH_SUBRTX_VAR.
8701         (arm_get_set_operands): Pass the insn pattern rather than the
8702         insn itself.
8703         (arm_no_early_store_addr_dep): Likewise.
8705 2014-11-08  Eric Botcazou  <ebotcazou@adacore.com>
8707         * config/arm/arm.c (arm_set_return_address): Mark the store as frame
8708         related, if any.
8709         (thumb_set_return_address): Likewise.
8711 2014-11-07  Jeff Law  <law@redhat.com>
8713         PR tree-optimization/61515
8714         * tree-ssa-threadedge.c (invalidate_equivalences): Walk the unwinding
8715         stack rather than looking at every SSA_NAME's value.
8717 2014-11-07  Richard Biener  <rguenther@suse.de>
8719         PR tree-optimization/63605
8720         * fold-const.c (fold_binary_loc): Properly use element_precision
8721         for types that may not be scalar.
8723 2014-11-07  Evgeny Stupachenko  <evstupac@gmail.com>
8725         PR target/63534
8726         * config/i386/i386.md (builtin_setjmp_receiver): Use
8727         pic_offset_table_rtx for PIC register.
8728         (nonlocal_goto_receiver): Delete.
8730 2014-11-07  Daniel Hellstrom  <daniel@gaisler.com>
8732         * config.gcc (sparc-*-rtems*): Clean away unused t-elf.
8733         * config/sparc/t-rtems: Add leon3v7 and muser-mode multilibs.
8735 2014-11-07  Martin Liska  <mliska@suse.cz>
8737         PR ipa/63580
8738         * cgraphunit.c (cgraph_node::create_wrapper):
8739         TREE_ADDRESSABLE is set to false for a newly created thunk.
8741 2014-11-07  Martin Liska  <mliska@suse.cz>
8743         PR ipa/63747
8744         * ipa-icf-gimple.c (func_checker::compare_gimple_switch):
8745         Missing checking for CASE_LOW and CASE_HIGH added.
8747 2014-11-07  Martin Liska  <mliska@suse.cz>
8749         PR ipa/63595
8750         * cgraphunit.c (cgraph_node::expand_thunk): DECL_BY_REFERENCE
8751         is correctly handled for thunks created by IPA ICF.
8753 2014-11-07  Jiong Wang  <jiong.wang@arm.com>
8754 2014-11-07  Richard Biener  <rguenther@suse.de>
8756         PR tree-optimization/63676
8757         * gimple-fold.c (fold_gimple_assign): Do not fold node when
8758         TREE_CLOBBER_P be true.
8760 2014-11-07  Richard Biener  <rguenther@suse.de>
8762         PR middle-end/63770
8763         * match.pd: Guard conflicting GENERIC pattern properly.
8765 2014-11-07  Richard Biener  <rguenther@suse.de>
8767         * match.pd: Add patterns for POINTER_PLUS_EXPR association
8768         and special patterns from tree-ssa-forwprop.c
8769         * fold-const.c (fold_binary_loc): Remove them here.
8770         * tree-ssa-forwprop.c (to_purge): New global bitmap.
8771         (fwprop_set_lattice_val): New function.
8772         (fwprop_invalidate_lattice): Likewise.
8773         (remove_prop_source_from_use): Instead of purging dead EH
8774         edges record blocks to do that in to_purge.
8775         (tidy_after_forward_propagate_addr): Likewise.
8776         (forward_propagate_addr_expr): Invalidate the lattice for
8777         SSA names we release.
8778         (simplify_conversion_from_bitmask): Likewise.
8779         (simplify_builtin_call): Likewise.
8780         (associate_pointerplus_align): Remove.
8781         (associate_pointerplus_diff): Likewise.
8782         (associate_pointerplus): Likewise.
8783         (fold_all_stmts): Merge with ...
8784         (pass_forwprop::execute): ... the original loop over all
8785         basic-blocks.  Delay purging dead EH edges and invalidate
8786         the lattice for SSA names we release.
8788 2014-11-07  Terry Guo  <terry.guo@arm.com>
8790         * config/arm/arm.opt (masm-syntax-unified): New option.
8791         * doc/invoke.texi (-masm-syntax-unified): Document new option.
8792         * config/arm/arm.h (TARGET_UNIFIED_ASM): Also include thumb1.
8793         (ASM_APP_ON): Redefined.
8794         * config/arm/arm.c (arm_option_override): Thumb2 inline assembly
8795         code always use UAL syntax.
8796         (arm_output_mi_thunk): Use UAL syntax for Thumb1 target.
8797         * config/arm/thumb1.md: Likewise.
8799 2014-11-06  John David Anglin  <danglin@gcc.gnu.org>
8801         * config/pa/pa.md (trap): New insn.  Add "trap" to attribute type.
8802         Don't allow trap insn in in_branch_delay, in_nullified_branch_delay
8803         or in_call_delay.
8805 2014-11-06  Steve Ellcey  <sellcey@imgtec.com>
8807         * config.gcc (mips*-mti-linux*): Remove gnu_ld and gas assignments.
8808         Set default_mips_arch and default_mips_abi instead of tm_defines.
8809         (mips*-*-linux*): Set default_mips_arch and default_mips_abi instead
8810         of tm_defines.
8811         (mips*-*-*): Check with_arch and with_abi.  Set tm_defines.
8812         * config/mips/mips.h (STANDARD_STARTFILE_PREFIX_1): Set default
8813         based on MIPS_ABI_DEFAULT.
8814         (STANDARD_STARTFILE_PREFIX_2): Ditto.
8816 2014-11-06  Joseph Myers  <joseph@codesourcery.com>
8818         * doc/invoke.texi (-std=c99, -std=c11): Don't refer to corner
8819         cases of extended identifiers.
8821 2014-11-06  Eric Botcazou  <ebotcazou@adacore.com>
8823         * tree-cfgcleanup.c (fixup_noreturn_call): Do not perform DCE here.
8825 2014-11-06  DJ Delorie  <dj@redhat.com>
8827         * config/m32c/cond.md (movqicc_<code>_<mode>): Remove mode of
8828         conditional.
8829         (movhicc_<code>_<mode>): Likewise.
8830         * config/m32c/m32c.c (encode_pattern_1): Specialise PSImode
8831         subregs.
8832         (m32c_eh_return_data_regno): Change to using memregs to avoid
8833         tying up all the compute regs.
8834         (m32c_legitimate_address_p) Subregs are not valid addresses.
8836 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
8838         * function.c (thread_prologue_and_epilogue_insns): No longer static.
8839         * function.h (thread_prologue_and_epilogue_insns): Declare.
8841         * target.def (assemble_undefined_decl): New hooks.
8842         * hooks.c (hook_void_FILEptr_constcharptr_const_tree): New function.
8843         * hooks.h (hook_void_FILEptr_constcharptr_const_tree): Declare.
8844         * doc/tm.texi.in (TARGET_ASM_ASSEMBLE_UNDEFINED_DECL): Add.
8845         * doc/tm.texi: Regenerate.
8846         * output.h (assemble_undefined_decl): Declare.
8847         (get_fnname_from_decl): Declare.
8848         * varasm.c (assemble_undefined_decl): New function.
8849         (get_fnname_from_decl): New function.
8850         * final.c (rest_of_handle_final): Use it.
8851         * varpool.c (varpool_output_variables): Call assemble_undefined_decl
8852         for nodes without a definition.
8854         * target.def (call_args, end_call_args): New hooks.
8855         * hooks.c (hook_void_rtx_tree): New empty function.
8856         * hooks.h (hook_void_rtx_tree): Declare.
8857         * doc/tm.texi.in (TARGET_CALL_ARGS, TARGET_END_CALL_ARGS): Add.
8858         * doc/tm.texi: Regenerate.
8859         * calls.c (expand_call): Slightly rearrange the code.  Use the two new
8860         hooks.
8861         (expand_library_call_value_1): Use the two new hooks.
8863         * expr.c (use_reg_mode): Just return for pseudo registers.
8865         * combine.c (try_combine): Don't allow a call as one of the source
8866         insns.
8868         * target.def (decl_end): New hook.
8869         * varasm.c (assemble_variable_contents, assemble_constant_contents):
8870         Use it.
8871         * doc/tm.texi.in (TARGET_ASM_DECL_END): Add.
8872         * doc/tm.texi: Regenerate.
8874 2014-11-06  Renlin Li  <renlin.li@arm.com>
8876         * config/aarch64/aarch64.c (aarch64_architecture_version): New.
8877         (processor): New architecture_version field.
8878         (aarch64_override_options): Initialize aarch64_architecture_version.
8879         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_ARCH,
8880         __ARM_ARCH_PROFILE, aarch64_arch_name macro.
8882 2014-11-06  James Greenhalgh  <james.greenhalgh@arm.com>
8884         * params.def (sra-max-scalarization-size-Ospeed): New.
8885         (sra-max-scalarization-size-Osize): Likewise.
8886         * doc/invoke.texi (sra-max-scalarization-size-Ospeed): Document.
8887         (sra-max-scalarization-size-Osize): Likewise.
8888         * toplev.c (process_options): Set default values for new
8889         parameters.
8890         * tree-sra.c (analyze_all_variable_accesses): Use new parameters.
8891         * targhooks.c (get_move_ratio): Remove static designator.
8892         * target.h (get_move_ratio): Declare.
8894 2014-11-06  Marek Polacek  <polacek@redhat.com>
8896         * sanopt.c (sanopt_optimize_walker): Limit removal of the checks.
8897         Remove vector limit.
8899 2014-11-06  Richard Biener  <rguenther@suse.de>
8901         * match.pd: Implement bitwise binary and unary simplifications
8902         from tree-ssa-forwprop.c.
8903         * fold-const.c (fold_unary_loc): Remove them here.
8904         (fold_binary_loc): Likewise.
8905         * tree-ssa-forwprop.c (simplify_not_neg_expr): Remove.
8906         (truth_valued_ssa_name): Likewise.
8907         (lookup_logical_inverted_value): Likewise.
8908         (simplify_bitwise_binary_1): Likewise.
8909         (hoist_conversion_for_bitop_p): Likewise.
8910         (simplify_bitwise_binary_boolean): Likewise.
8911         (simplify_bitwise_binary): Likewise.
8912         (pass_forwprop::execute): Remove calls to simplify_not_neg_expr
8913         and simplify_bitwise_binary.
8914         * genmatch.c (dt_node::append_true_op): Use safe_as_a for parent.
8915         (decision_tree::insert): Also insert non-expressions.
8917 2014-11-06  Hale Wang  <hale.wang@arm.com>
8919         * config/arm/arm-cores.def: Add support for
8920         -mcpu=cortex-m0.small-multiply,cortex-m0plus.small-multiply,
8921         cortex-m1.small-multiply.
8922         * config/arm/arm-tables.opt: Regenerate.
8923         * config/arm/arm-tune.md: Regenerate.
8924         * config/arm/arm.c: Update the rtx-costs for MUL.
8925         * config/arm/bpabi.h: Handle
8926         -mcpu=cortex-m0.small-multiply,cortex-m0plus.small-multiply,
8927         cortex-m1.small-multiply.
8928         * doc/invoke.texi: Document
8929         -mcpu=cortex-m0.small-multiply,cortex-m0plus.small-multiply,
8930         cortex-m1.small-multiply.
8932 2014-11-06  Hale Wang  <hale.wang@arm.com>
8934         * config/arm/arm.c: Add cortex-m7 tune.
8935         * config/arm/arm-cores.def: Use cortex-m7 tune.
8937 2014-11-05  Uros Bizjak  <ubizjak@gmail.com>
8939         PR target/63538
8940         * config/i386/i386.c (in_large_data_p): Reject automatic variables.
8941         (ix86_encode_section_info): Do not check for non-automatic varibles
8942         when setting SYMBOL_FLAG_FAR_ADDR flag.
8943         (x86_64_elf_select_section): Do not check ix86_cmodel here.
8944         (x86_64_elf_unique_section): Ditto.
8945         (x86_elf_aligned_common): Emit tab before .largecomm.
8947 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
8949         PR preprocessor/9449
8950         * doc/cpp.texi (Character sets, Tokenization)
8951         (Implementation-defined behavior): Don't refer to UCNs in
8952         identifiers requiring -fextended-identifiers.
8953         * doc/cppopts.texi (-fextended-identifiers): Document as enabled
8954         by default for C99 and later and C++.
8955         * doc/invoke.texi (-std=c99, -std=c11): Don't refer to extended
8956         identifiers needing -fextended-identifiers.
8958 2014-11-05  Ilya Tocar  <ilya.tocar@intel.com>
8960         * config/i386/i386.c (expand_vec_perm_pshufb): Try vpermq/vpermd
8961         for 512-bit wide modes.
8962         (expand_vec_perm_1): Use correct versions of patterns.
8963         * config/i386/sse.md (avx512f_vec_dup<mode>_1): New.
8964         (vashr<mode>3<mask_name>): Split V8HImode and V16QImode.
8966 2014-11-05  Ilya Enkovich  <ilya.enkovich@intel.com>
8968         * ipa-chkp.c: New.
8969         * ipa-chkp.h: New.
8970         * tree-chkp.c: New.
8971         * tree-chkp.h: New.
8972         * tree-chkp-opt.c: New.
8973         * rtl-chkp.c: New.
8974         * rtl-chkp.h: New.
8975         * Makefile.in (OBJS): Add ipa-chkp.o, rtl-chkp.o, tree-chkp.o
8976         tree-chkp-opt.o.
8977         (GTFILES): Add tree-chkp.c.
8978         * mode-classes.def (MODE_POINTER_BOUNDS): New.
8979         * tree.def (POINTER_BOUNDS_TYPE): New.
8980         * genmodes.c (complete_mode): Support MODE_POINTER_BOUNDS.
8981         (POINTER_BOUNDS_MODE): New.
8982         (make_pointer_bounds_mode): New.
8983         * machmode.h (POINTER_BOUNDS_MODE_P): New.
8984         * stor-layout.c (int_mode_for_mode): Support MODE_POINTER_BOUNDS.
8985         (layout_type): Support POINTER_BOUNDS_TYPE.
8986         * tree-pretty-print.c (dump_generic_node): Support POINTER_BOUNDS_TYPE.
8987         * tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.
8988         * tree.c (build_int_cst_wide): Support POINTER_BOUNDS_TYPE.
8989         (type_contains_placeholder_1): Likewise.
8990         (build_common_tree_nodes): Initialize
8991         pointer_bounds_type_node.
8992         * tree.h (POINTER_BOUNDS_TYPE_P): New.
8993         (pointer_bounds_type_node): New.
8994         (POINTER_BOUNDS_P): New.
8995         (BOUNDED_TYPE_P): New.
8996         (BOUNDED_P): New.
8997         (CALL_WITH_BOUNDS_P): New.
8998         * gimple.h (gf_mask): Add GF_CALL_WITH_BOUNDS.
8999         (gimple_call_with_bounds_p): New.
9000         (gimple_call_set_with_bounds): New.
9001         (gimple_return_retbnd): New.
9002         (gimple_return_set_retbnd): New
9003         * gimple.c (gimple_build_return): Increase number of ops
9004         for return statement.
9005         (gimple_build_call_from_tree): Propagate CALL_WITH_BOUNDS_P
9006         flag.
9007         * gimple-pretty-print.c (dump_gimple_return): Print second op.
9008         * rtl.h (CALL_EXPR_WITH_BOUNDS_P): New.
9009         * gimplify.c (gimplify_init_constructor): Avoid infinite
9010         loop during gimplification of bounds initializer.
9011         * calls.c: Include tree-chkp.h, rtl-chkp.h, bitmap.h.
9012         (special_function_p): Use original decl name when analyzing
9013         instrumentation clone.
9014         (arg_data): Add fields special_slot, pointer_arg and
9015         pointer_offset.
9016         (store_bounds): New.
9017         (emit_call_1): Propagate instrumentation flag for CALL.
9018         (initialize_argument_information): Compute pointer_arg,
9019         pointer_offset and special_slot for pointer bounds arguments.
9020         (finalize_must_preallocate): Preallocate when storing bounds
9021         in bounds table.
9022         (compute_argument_addresses): Skip pointer bounds.
9023         (expand_call): Store bounds into tables separately.  Return
9024         result joined with resulting bounds.
9025         * cfgexpand.c: Include tree-chkp.h, rtl-chkp.h.
9026         (expand_call_stmt): Propagate bounds flag for CALL_EXPR.
9027         (expand_return): Add returned bounds arg.  Handle returned bounds.
9028         (expand_gimple_stmt_1): Adjust to new expand_return signature.
9029         (gimple_expand_cfg): Reset rtx bounds map.
9030         * expr.c: Include tree-chkp.h, rtl-chkp.h.
9031         (expand_assignment): Handle returned bounds.
9032         (store_expr_with_bounds): New.  Replaces store_expr with new bounds
9033         target argument.  Handle bounds returned by calls.
9034         (store_expr): Now wraps store_expr_with_bounds.
9035         * expr.h (store_expr_with_bounds): New.
9036         * function.c: Include tree-chkp.h, rtl-chkp.h.
9037         (bounds_parm_data): New.
9038         (use_register_for_decl): Do not registerize decls used for bounds
9039         stores and loads.
9040         (assign_parms_augmented_arg_list): Add bounds of the result
9041         structure pointer as the second argument.
9042         (assign_parm_find_entry_rtl): Mark bounds are never passed on
9043         the stack.
9044         (assign_parm_is_stack_parm): Likewise.
9045         (assign_parm_load_bounds): New.
9046         (assign_bounds): New.
9047         (assign_parms): Load bounds and determine a location for
9048         returned bounds.
9049         (diddle_return_value_1): New.
9050         (diddle_return_value): Handle returned bounds.
9051         * function.h (rtl_data): Add field for returned bounds.
9052         * varasm.c: Include tree-chkp.h.
9053         (output_constant): Support POINTER_BOUNDS_TYPE.
9054         (output_constant_pool_2): Support MODE_POINTER_BOUNDS.
9055         (ultimate_transparent_alias_target): Move up.
9056         (make_decl_rtl): For instrumented function use
9057         name of the original decl.
9058         (assemble_start_function): Mark function as global
9059         in case it is instrumentation clone of the global
9060         function.
9061         (do_assemble_alias): Follow transparent alias chain
9062         for identifier.  Check if original alias is public.
9063         (maybe_assemble_visibility): Use visibility of the
9064         original function for instrumented version.
9065         (default_unique_section): Likewise.
9066         * emit-rtl.c (immed_double_const): Support MODE_POINTER_BOUNDS.
9067         (init_emit_once): Build pointer bounds zero constants.
9068         * explow.c (trunc_int_for_mode): Support MODE_POINTER_BOUNDS.
9069         * target.def (builtin_chkp_function): New.
9070         (chkp_bound_type): New.
9071         (chkp_bound_mode): New.
9072         (chkp_make_bounds_constant): New.
9073         (chkp_initialize_bounds): New.
9074         (load_bounds_for_arg): New.
9075         (store_bounds_for_arg): New.
9076         (load_returned_bounds): New.
9077         (store_returned_bounds): New.
9078         (chkp_function_value_bounds): New.
9079         (setup_incoming_vararg_bounds): New.
9080         (function_arg): Update hook description with new possible return
9081         value CONST_INT.
9082         * targhooks.h (default_load_bounds_for_arg): New.
9083         (default_store_bounds_for_arg): New.
9084         (default_load_returned_bounds): New.
9085         (default_store_returned_bounds): New.
9086         (default_chkp_bound_type): New.
9087         (default_chkp_bound_mode): New.
9088         (default_builtin_chkp_function): New.
9089         (default_chkp_function_value_bounds): New.
9090         (default_chkp_make_bounds_constant): New.
9091         (default_chkp_initialize_bounds): New.
9092         (default_setup_incoming_vararg_bounds): New.
9093         * targhooks.c (default_load_bounds_for_arg): New.
9094         (default_store_bounds_for_arg): New.
9095         (default_load_returned_bounds): New.
9096         (default_store_returned_bounds): New.
9097         (default_chkp_bound_type): New.
9098         (default_chkp_bound_mode); New.
9099         (default_builtin_chkp_function): New.
9100         (default_chkp_function_value_bounds): New.
9101         (default_chkp_make_bounds_constant): New.
9102         (default_chkp_initialize_bounds): New.
9103         (default_setup_incoming_vararg_bounds): New.
9104         * builtin-types.def (BT_BND): New.
9105         (BT_FN_PTR_CONST_PTR): New.
9106         (BT_FN_CONST_PTR_CONST_PTR): New.
9107         (BT_FN_BND_CONST_PTR): New.
9108         (BT_FN_CONST_PTR_BND): New.
9109         (BT_FN_PTR_CONST_PTR_SIZE): New.
9110         (BT_FN_PTR_CONST_PTR_CONST_PTR): New.
9111         (BT_FN_VOID_PTRPTR_CONST_PTR): New.
9112         (BT_FN_VOID_CONST_PTR_SIZE): New.
9113         (BT_FN_VOID_PTR_BND): New.
9114         (BT_FN_CONST_PTR_CONST_PTR_CONST_PTR): New.
9115         (BT_FN_BND_CONST_PTR_SIZE): New.
9116         (BT_FN_PTR_CONST_PTR_CONST_PTR_SIZE): New.
9117         (BT_FN_VOID_CONST_PTR_BND_CONST_PTR): New.
9118         * chkp-builtins.def: New.
9119         * builtins.def: include chkp-builtins.def.
9120         (DEF_CHKP_BUILTIN): New.
9121         * builtins.c: Include tree-chkp.h and rtl-chkp.h.
9122         (expand_builtin): Support BUILT_IN_CHKP_INIT_PTR_BOUNDS,
9123         BUILT_IN_CHKP_NULL_PTR_BOUNDS, BUILT_IN_CHKP_COPY_PTR_BOUNDS,
9124         BUILT_IN_CHKP_CHECK_PTR_LBOUNDS, BUILT_IN_CHKP_CHECK_PTR_UBOUNDS,
9125         BUILT_IN_CHKP_CHECK_PTR_BOUNDS, BUILT_IN_CHKP_SET_PTR_BOUNDS,
9126         BUILT_IN_CHKP_NARROW_PTR_BOUNDS, BUILT_IN_CHKP_STORE_PTR_BOUNDS,
9127         BUILT_IN_CHKP_GET_PTR_LBOUND, BUILT_IN_CHKP_GET_PTR_UBOUND,
9128         BUILT_IN_CHKP_BNDMK, BUILT_IN_CHKP_BNDSTX, BUILT_IN_CHKP_BNDCL,
9129         BUILT_IN_CHKP_BNDCU, BUILT_IN_CHKP_BNDLDX, BUILT_IN_CHKP_BNDRET,
9130         BUILT_IN_CHKP_INTERSECT, BUILT_IN_CHKP_NARROW,
9131         BUILT_IN_CHKP_EXTRACT_LOWER, BUILT_IN_CHKP_EXTRACT_UPPER.
9132         (std_expand_builtin_va_start): Init bounds for va_list.
9133         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add
9134         __CHKP__ macro when Pointer Bounds Checker is on.
9135         * params.def (PARAM_CHKP_MAX_CTOR_SIZE): New.
9136         * passes.def (pass_ipa_chkp_versioning): New.
9137         (pass_early_local_passes): Renamed to pass_build_ssa_passes.
9138         (pass_fixup_cfg): Moved to pass_chkp_instrumentation_passes.
9139         (pass_chkp_instrumentation_passes): New.
9140         (pass_ipa_chkp_produce_thunks): New.
9141         (pass_local_optimization_passes): New.
9142         (pass_chkp_opt): New.
9143         * tree-pass.h (make_pass_ipa_chkp_versioning): New.
9144         (make_pass_ipa_chkp_produce_thunks): New.
9145         (make_pass_chkp): New.
9146         (make_pass_chkp_opt): New.
9147         (make_pass_early_local_passes): Renamed to ...
9148         (make_pass_build_ssa_passes): This.
9149         (make_pass_chkp_instrumentation_passes): New.
9150         (make_pass_local_optimization_passes): New.
9151         * passes.c (pass_manager::execute_early_local_passes): Execute
9152         early passes in three steps.
9153         (execute_all_early_local_passes): Renamed to ...
9154         (execute_build_ssa_passes): This.
9155         (pass_data_early_local_passes): Renamed to ...
9156         (pass_data_build_ssa_passes): This.
9157         (pass_early_local_passes): Renamed to ...
9158         (pass_build_ssa_passes): This.
9159         (pass_data_chkp_instrumentation_passes): New.
9160         (pass_chkp_instrumentation_passes): New.
9161         (pass_data_local_optimization_passes): New.
9162         (pass_local_optimization_passes): New.
9163         (make_pass_early_local_passes): Renamed to ...
9164         (make_pass_build_ssa_passes): This.
9165         (make_pass_chkp_instrumentation_passes): New.
9166         (make_pass_local_optimization_passes): New.
9167         * c-family/c.opt (fcheck-pointer-bounds): New.
9168         (fchkp-check-incomplete-type): New.
9169         (fchkp-zero-input-bounds-for-main): New.
9170         (fchkp-first-field-has-own-bounds): New.
9171         (fchkp-narrow-bounds): New.
9172         (fchkp-narrow-to-innermost-array): New.
9173         (fchkp-optimize): New.
9174         (fchkp-use-fast-string-functions): New.
9175         (fchkp-use-nochk-string-functions): New.
9176         (fchkp-use-static-bounds): New.
9177         (fchkp-use-static-const-bounds): New.
9178         (fchkp-treat-zero-dynamic-size-as-infinite): New.
9179         (fchkp-check-read): New.
9180         (fchkp-check-write): New.
9181         (fchkp-store-bounds): New.
9182         (fchkp-instrument-calls): New.
9183         (fchkp-instrument-marked-only): New.
9184         (Wchkp): New.
9185         * c-family/c-common.c (handle_bnd_variable_size_attribute): New.
9186         (handle_bnd_legacy): New.
9187         (handle_bnd_instrument): New.
9188         (c_common_attribute_table): Add bnd_variable_size, bnd_legacy
9189         and bnd_instrument.  Fix documentation.
9190         (c_common_format_attribute_table): Likewsie.
9191         * toplev.c: include tree-chkp.h.
9192         (process_options): Check Pointer Bounds Checker is supported.
9193         (compile_file): Add chkp_finish_file call.
9194         * ipa-cp.c (initialize_node_lattices): Use cgraph_local_p
9195         to handle instrumentation clones properly.
9196         (propagate_constants_accross_call): Do not propagate
9197         through instrumentation thunks.
9198         * ipa-pure-const.c (propagate_pure_const): Support
9199         IPA_REF_CHKP.
9200         * ipa-inline.c (early_inliner): Check edge has summary allocated.
9201         * ipa-split.c: Include tree-chkp.h.
9202         (find_retbnd): New.
9203         (split_part_set_ssa_name_p): New.
9204         (consider_split): Do not split retbnd and retval
9205         producers.
9206         (insert_bndret_call_after): new.
9207         (split_function): Propagate Pointer Bounds Checker
9208         instrumentation marks and handle returned bounds.
9209         * tree-ssa-sccvn.h (vn_reference_op_struct): Transform opcode
9210         into bit field and add with_bounds field.
9211         * tree-ssa-sccvn.c (copy_reference_ops_from_call): Set
9212         with_bounds field for instrumented calls.
9213         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Restore
9214         CALL_WITH_BOUNDS_P flag for calls.
9215         * tree-ssa-ccp.c: Include tree-chkp.h.
9216         (insert_clobber_before_stack_restore): Handle
9217         BUILT_IN_CHKP_BNDRET calls.
9218         * tree-ssa-dce.c: Include tree-chkp.h.
9219         (propagate_necessity): For free call fed by alloc check
9220         bounds are also provided by the same alloc.
9221         (eliminate_unnecessary_stmts): Handle BUILT_IN_CHKP_BNDRET
9222         used by free calls.
9223         * tree-inline.c: Include tree-chkp.h.
9224         (declare_return_variable): Add arg holding
9225         returned bounds slot.  Create and initialize returned bounds var.
9226         (remap_gimple_stmt): Handle returned bounds.
9227         Return sequence of statements instead of a single statement.
9228         (insert_init_stmt): Add declaration.
9229         (remap_gimple_seq): Adjust to new remap_gimple_stmt signature.
9230         (copy_bb): Adjust to changed return type of remap_gimple_stmt.
9231         Properly handle bounds in va_arg_pack and va_arg_pack_len.
9232         (expand_call_inline): Handle returned bounds.  Add bounds copy
9233         for generated mem to mem assignments.
9234         * tree-inline.h (copy_body_data): Add fields retbnd and
9235         assign_stmts.
9236         * value-prof.c: Include tree-chkp.h.
9237         (gimple_ic): Support returned bounds.
9238         * ipa.c (cgraph_build_static_cdtor_1): Support contructors
9239         with "chkp ctor" and "bnd_legacy" attributes.
9240         (symtab_remove_unreachable_nodes): Keep initial values for
9241         pointer bounds to be used for checks eliminations.
9242         (process_references): Handle IPA_REF_CHKP.
9243         (walk_polymorphic_call_targets): Likewise.
9244         * ipa-visibility.c (cgraph_externally_visible_p): Mark
9245         instrumented 'main' as externally visible.
9246         (function_and_variable_visibility): Filter instrumentation
9247         thunks.
9248         * cgraph.h (cgraph_thunk_info): Add add_pointer_bounds_args
9249         field.
9250         (cgraph_node): Add instrumented_version, orig_decl and
9251         instrumentation_clone fields.
9252         (symtab_node::get_alias_target): Allow IPA_REF_CHKP reference.
9253         (varpool_node): Add need_bounds_init field.
9254         (cgraph_local_p): New.
9255         * cgraph.c: Include tree-chkp.h.
9256         (cgraph_node::remove): Fix instrumented_version
9257         of the referenced node if any.
9258         (cgraph_node::dump): Dump instrumentation_clone and
9259         instrumented_version fields.
9260         (cgraph_node::verify_node): Check correctness of IPA_REF_CHKP
9261         references and instrumentation thunks.
9262         (cgraph_can_remove_if_no_direct_calls_and_refs_p): Keep
9263         all not instrumented instrumentation clones alive.
9264         (cgraph_redirect_edge_call_stmt_to_callee): Support
9265         returned bounds.
9266         * cgraphbuild.c (rebuild_cgraph_edges): Rebuild IPA_REF_CHKP
9267         reference.
9268         (cgraph_rebuild_references): Likewise.
9269         * cgraphunit.c: Include tree-chkp.h.
9270         (assemble_thunks_and_aliases): Skip thunks calling instrumneted
9271         function version.
9272         (varpool_finalize_decl): Register statically initialized decls
9273         in Pointer Bounds Checker.
9274         (walk_polymorphic_call_targets): Do not mark generated call to
9275         __builtin_unreachable as with_bounds.
9276         (output_weakrefs): If there are both instrumented and original
9277         versions, output only one of them.
9278         (cgraph_node::expand_thunk): Set with_bounds flag
9279         for created call statement.
9280         * ipa-ref.h (ipa_ref_use): Add IPA_REF_CHKP.
9281         (ipa_ref): increase size of use field.
9282         * symtab.c (ipa_ref_use_name): Add element for IPA_REF_CHKP.
9283         * varpool.c (dump_varpool_node): Dump need_bounds_init field.
9284         (ctor_for_folding): Do not fold constant bounds vars.
9285         * lto-streamer.h (LTO_minor_version): Change minor version from
9286         0 to 1.
9287         * lto-cgraph.c (compute_ltrans_boundary): Keep initial values for
9288         pointer bounds.
9289         (lto_output_node): Output instrumentation_clone,
9290         thunk.add_pointer_bounds_args and orig_decl field.
9291         (lto_output_ref): Adjust to new ipa_ref::use field size.
9292         (input_overwrite_node): Read instrumentation_clone field.
9293         (input_node): Read thunk.add_pointer_bounds_args and orig_decl
9294         fields.
9295         (input_ref): Adjust to new ipa_ref::use field size.
9296         (input_cgraph_1): Compute instrumented_version fields and restore
9297         IDENTIFIER_TRANSPARENT_ALIAS chains.
9298         (lto_output_varpool_node): Output
9299         need_bounds_init value.
9300         (input_varpool_node): Read need_bounds_init value.
9301         * lto-partition.c (add_symbol_to_partition_1): Keep original
9302         and instrumented versions together.
9303         (privatize_symbol_name): Restore transparent alias chain if required.
9304         (add_references_to_partition): Add references to pointer bounds vars.
9305         * dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE.
9306         * dwarf2out.c (gen_subprogram_die): Ignore bound args.
9307         (gen_type_die_with_usage): Skip pointer bounds.
9308         (dwarf2out_global_decl): Likewise.
9309         (is_base_type): Support POINTER_BOUNDS_TYPE.
9310         (gen_formal_types_die): Skip pointer bounds.
9311         (gen_decl_die): Likewise.
9312         * var-tracking.c (vt_add_function_parameters): Skip
9313         bounds parameters.
9314         * ipa-icf.c (sem_function::merge): Do not merge when instrumentation
9315         thunk still exists.
9316         (sem_variable::merge): Reset need_bounds_init flag.
9317         * doc/extend.texi: Document Pointer Bounds Checker built-in functions
9318         and attributes.
9319         * doc/tm.texi.in (TARGET_LOAD_BOUNDS_FOR_ARG): New.
9320         (TARGET_STORE_BOUNDS_FOR_ARG): New.
9321         (TARGET_LOAD_RETURNED_BOUNDS): New.
9322         (TARGET_STORE_RETURNED_BOUNDS): New.
9323         (TARGET_CHKP_FUNCTION_VALUE_BOUNDS): New.
9324         (TARGET_SETUP_INCOMING_VARARG_BOUNDS): New.
9325         (TARGET_BUILTIN_CHKP_FUNCTION): New.
9326         (TARGET_CHKP_BOUND_TYPE): New.
9327         (TARGET_CHKP_BOUND_MODE): New.
9328         (TARGET_CHKP_MAKE_BOUNDS_CONSTANT): New.
9329         (TARGET_CHKP_INITIALIZE_BOUNDS): New.
9330         * doc/tm.texi: Regenerated.
9331         * doc/rtl.texi (MODE_POINTER_BOUNDS): New.
9332         (BND32mode): New.
9333         (BND64mode): New.
9334         * doc/invoke.texi (-mmpx): New.
9335         (-mno-mpx): New.
9336         (chkp-max-ctor-size): New.
9337         * config/i386/constraints.md (w): New.
9338         (Ti): New.
9339         (Tb): New.
9340         * config/i386/i386-c.c (ix86_target_macros_internal): Add __MPX__.
9341         * config/i386/i386-modes.def (BND32): New.
9342         (BND64): New.
9343         * config/i386/i386-protos.h (ix86_bnd_prefixed_insn_p): New.
9344         * config/i386/i386.c: Include tree-chkp.h, rtl-chkp.h, tree-iterator.h.
9345         (regclass_map): Add bound registers.
9346         (dbx_register_map): Likewise.
9347         (dbx64_register_map): Likewise.
9348         (svr4_dbx_register_map): Likewise.
9349         (isa_opts): Add -mmpx.
9350         (PTA_MPX): New.
9351         (ix86_option_override_internal): Support MPX ISA.
9352         (ix86_conditional_register_usage): Support bound registers.
9353         (ix86_code_end): Add MPX bnd prefix.
9354         (output_set_got): Likewise.
9355         (print_reg): Avoid prefixes for bound registers.
9356         (ix86_print_operand): Add '!' (MPX bnd) print prefix support.
9357         (ix86_print_operand_punct_valid_p): Likewise.
9358         (ix86_print_operand_address): Support UNSPEC_BNDMK_ADDR and
9359         UNSPEC_BNDLDX_ADDR.
9360         (ix86_output_call_insn): Add MPX bnd prefix to branch instructions.
9361         (ix86_class_likely_spilled_p): Add bound regs support.
9362         (ix86_hard_regno_mode_ok): Likewise.
9363         (x86_order_regs_for_local_alloc): Likewise.
9364         (ix86_bnd_prefixed_insn_p): New.
9365         (ix86_builtins): Add
9366         IX86_BUILTIN_BNDMK, IX86_BUILTIN_BNDSTX,
9367         IX86_BUILTIN_BNDLDX, IX86_BUILTIN_BNDCL,
9368         IX86_BUILTIN_BNDCU, IX86_BUILTIN_BNDRET,
9369         IX86_BUILTIN_BNDNARROW, IX86_BUILTIN_BNDINT,
9370         IX86_BUILTIN_SIZEOF, IX86_BUILTIN_BNDLOWER,
9371         IX86_BUILTIN_BNDUPPER.
9372         (builtin_isa): Add leaf_p and nothrow_p fields.
9373         (def_builtin): Initialize leaf_p and nothrow_p.
9374         (ix86_add_new_builtins): Handle leaf_p and nothrow_p
9375         flags.
9376         (bdesc_mpx): New.
9377         (bdesc_mpx_const): New.
9378         (ix86_init_mpx_builtins): New.
9379         (ix86_init_builtins): Call ix86_init_mpx_builtins.
9380         (ix86_emit_cmove): New.
9381         (ix86_emit_move_max): New.
9382         (ix86_expand_builtin): Expand IX86_BUILTIN_BNDMK,
9383         IX86_BUILTIN_BNDSTX, IX86_BUILTIN_BNDLDX,
9384         IX86_BUILTIN_BNDCL, IX86_BUILTIN_BNDCU,
9385         IX86_BUILTIN_BNDRET, IX86_BUILTIN_BNDNARROW,
9386         IX86_BUILTIN_BNDINT, IX86_BUILTIN_SIZEOF,
9387         IX86_BUILTIN_BNDLOWER, IX86_BUILTIN_BNDUPPER.
9388         (ix86_function_value_bounds): New.
9389         (ix86_builtin_mpx_function): New.
9390         (ix86_get_arg_address_for_bt): New.
9391         (ix86_load_bounds): New.
9392         (ix86_store_bounds): New.
9393         (ix86_load_returned_bounds): New.
9394         (ix86_store_returned_bounds): New.
9395         (ix86_mpx_bound_mode): New.
9396         (ix86_make_bounds_constant): New.
9397         (ix86_initialize_bounds):
9398         (TARGET_LOAD_BOUNDS_FOR_ARG): New.
9399         (TARGET_STORE_BOUNDS_FOR_ARG): New.
9400         (TARGET_LOAD_RETURNED_BOUNDS): New.
9401         (TARGET_STORE_RETURNED_BOUNDS): New.
9402         (TARGET_CHKP_BOUND_MODE): New.
9403         (TARGET_BUILTIN_CHKP_FUNCTION): New.
9404         (TARGET_CHKP_FUNCTION_VALUE_BOUNDS): New.
9405         (TARGET_CHKP_MAKE_BOUNDS_CONSTANT): New.
9406         (TARGET_CHKP_INITIALIZE_BOUNDS): New.
9407         (ix86_option_override_internal): Do not
9408         support x32 with MPX.
9409         (init_cumulative_args): Init stdarg, bnd_regno, bnds_in_bt
9410         and force_bnd_pass.
9411         (function_arg_advance_32): Return number of used integer
9412         registers.
9413         (function_arg_advance_64): Likewise.
9414         (function_arg_advance_ms_64): Likewise.
9415         (ix86_function_arg_advance): Handle pointer bounds.
9416         (ix86_function_arg): Likewise.
9417         (ix86_function_value_regno_p): Mark fisrt bounds registers as
9418         possible function value.
9419         (ix86_function_value_1): Handle pointer bounds type/mode
9420         (ix86_return_in_memory): Likewise.
9421         (ix86_print_operand): Analyse insn to decide abounf "bnd" prefix.
9422         (ix86_expand_call): Generate returned bounds.
9423         (ix86_setup_incoming_vararg_bounds): New.
9424         (ix86_va_start): Initialize bounds for pointers in va_list.
9425         (TARGET_SETUP_INCOMING_VARARG_BOUNDS): New.
9426         * config/i386/i386.h (TARGET_MPX): New.
9427         (TARGET_MPX_P): New.
9428         (FIRST_PSEUDO_REGISTER): Fix to new value.
9429         (FIXED_REGISTERS): Add bound registers.
9430         (CALL_USED_REGISTERS): Likewise.
9431         (REG_ALLOC_ORDER): Likewise.
9432         (HARD_REGNO_NREGS): Likewise.
9433         (VALID_BND_REG_MODE): New.
9434         (FIRST_BND_REG): New.
9435         (LAST_BND_REG): New.
9436         (reg_class): Add BND_REGS.
9437         (REG_CLASS_NAMES): Likewise.
9438         (REG_CLASS_CONTENTS): Likewise.
9439         (BND_REGNO_P): New.
9440         (ANY_BND_REG_P): New.
9441         (BNDmode): New.
9442         (HI_REGISTER_NAMES): Add bound registers.
9443         (ix86_args): Add bnd_regno, bnds_in_bt, force_bnd_pass and
9444         stdarg fields.
9445         * config/i386/i386.md (UNSPEC_BNDMK): New.
9446         (UNSPEC_BNDMK_ADDR): New.
9447         (UNSPEC_BNDSTX): New.
9448         (UNSPEC_BNDLDX): New.
9449         (UNSPEC_BNDLDX_ADDR): New.
9450         (UNSPEC_BNDCL): New.
9451         (UNSPEC_BNDCU): New.
9452         (UNSPEC_BNDCN): New.
9453         (UNSPEC_MPX_FENCE): New.
9454         (UNSPEC_SIZEOF): New.
9455         (BND0_REG): New.
9456         (BND1_REG): New.
9457         (type): Add mpxmov, mpxmk, mpxchk, mpxld, mpxst.
9458         (length_immediate): Support mpxmov, mpxmk, mpxchk, mpxld, mpxst.
9459         (prefix_rep): Check for bnd prefix.
9460         (prefix_0f): Support mpxmov, mpxmk, mpxchk, mpxld, mpxst.
9461         (length_nobnd): New.
9462         (length): Use length_nobnd when specified.
9463         (memory): Support mpxmov, mpxmk, mpxchk, mpxld, mpxst.
9464         (BND): New.
9465         (bnd_ptr): New.
9466         (BNDCHECK): New.
9467         (bndcheck): New.
9468         (*jcc_1): Add MPX bnd prefix.
9469         (*jcc_2): Likewise.
9470         (jump): Likewise.
9471         (*indirect_jump): Likewise.
9472         (*tablejump_1): Likewise.
9473         (simple_return_internal): Likewise.
9474         (simple_return_internal_long): Likewise.
9475         (simple_return_pop_internal): Likewise.
9476         (simple_return_indirect_internal): Likewise.
9477         (<mode>_mk): New.
9478         (*<mode>_mk): New.
9479         (mov<mode>): New.
9480         (*mov<mode>_internal_mpx): New.
9481         (<mode>_<bndcheck>): New.
9482         (*<mode>_<bndcheck>): New.
9483         (<mode>_ldx): New.
9484         (*<mode>_ldx): New.
9485         (<mode>_stx): New.
9486         (*<mode>_stx): New.
9487         move_size_reloc_<mode>): New.
9488         * config/i386/predicates.md (address_mpx_no_base_operand): New.
9489         (address_mpx_no_index_operand): New.
9490         (bnd_mem_operator): New.
9491         (symbol_operand): New.
9492         (x86_64_immediate_size_operand): New.
9493         * config/i386/i386.opt (mmpx): New.
9494         * config/i386/i386-builtin-types.def (BND): New.
9495         (ULONG): New.
9496         (BND_FTYPE_PCVOID_ULONG): New.
9497         (VOID_FTYPE_BND_PCVOID): New.
9498         (VOID_FTYPE_PCVOID_PCVOID_BND): New.
9499         (BND_FTYPE_PCVOID_PCVOID): New.
9500         (BND_FTYPE_PCVOID): New.
9501         (BND_FTYPE_BND_BND): New.
9502         (PVOID_FTYPE_PVOID_PVOID_ULONG): New.
9503         (PVOID_FTYPE_PCVOID_BND_ULONG): New.
9504         (ULONG_FTYPE_VOID): New.
9505         (PVOID_FTYPE_BND): New.
9507 2014-11-05  Bernd Schmidt  <bernds@codesourcery.com>
9509         * passes.def (pass_compute_alignments, pass_duplicate_computed_gotos,
9510         pass_variable_tracking, pass_free_cfg, pass_machine_reorg,
9511         pass_cleanup_barriers, pass_delay_slots,
9512         pass_split_for_shorten_branches, pass_convert_to_eh_region_ranges,
9513         pass_shorten_branches, pass_est_nothrow_function_flags,
9514         pass_dwarf2_frame, pass_final): Move outside of pass_postreload and
9515         into pass_late_compilation.
9516         (pass_late_compilation): Add.
9517         * passes.c (pass_data_late_compilation, pass_late_compilation,
9518         make_pass_late_compilation): New.
9519         * timevar.def (TV_LATE_COMPILATION): New.
9521         * target.def (omit_struct_return_reg): New data hook.
9522         * doc/tm.texi.in: Add @hook TARGET_OMIT_STRUCT_RETURN_REG.
9523         * doc/tm.texi: Regenerate.
9524         * function.c (expand_function_end): Use it.
9526         * target.def (no_register_allocation): New data hook.
9527         * doc/tm.texi.in: Add @hook TARGET_NO_REGISTER_ALLOCATION.
9528         * doc/tm.texi: Regenerate.
9529         * ira.c (gate_ira): New function.
9530         (pass_data_ira): Set has_gate.
9531         (pass_ira): Add a gate function.
9532         (pass_data_reload): Likewise.
9533         (pass_reload): Add a gate function.
9534         (pass_ira): Use it.
9535         * reload1.c (eliminate_regs): If reg_eliminate_is NULL, assert that
9536         no register allocation happens on the target and return.
9537         * final.c (alter_subreg): Ensure register is not a pseudo before
9538         calling simplify_subreg.
9539         (output_operand): Assert that x isn't a pseudo only if doing
9540         register allocation.
9542         * dbxout.c (dbxout_symbol): Don't call eliminate_regs on decls for
9543         global vars.
9545         * optabs.c (emit_indirect_jump): Test HAVE_indirect_jump and emit a
9546         sorry if necessary.
9548 2014-11-05  Alex Velenko  <Alex.Velenko@arm.com>
9550         * simplify-rtx.c (simplify_binary_operation_1): Div check added.
9551         * rtl.h (SUBREG_P): New macro added.
9553 2014-11-05  Tejas Belagod  <tejas.belagod@arm.com>
9555         * config/aarch64/aarch64-builtins.c
9556         (aarch64_build_scalar_type): Remove.
9557         (aarch64_scalar_builtin_types, aarch64_simd_type,
9558         aarch64_simd_type, aarch64_mangle_builtin_scalar_type,
9559         aarch64_mangle_builtin_vector_type,
9560         aarch64_mangle_builtin_type, aarch64_simd_builtin_std_type,
9561         aarch64_lookup_simd_builtin_type, aarch64_simd_builtin_type,
9562         aarch64_init_simd_builtin_types,
9563         aarch64_init_simd_builtin_scalar_types): New.
9564         (aarch64_init_simd_builtins): Refactor.
9565         (aarch64_init_crc32_builtins): Fixup with qualifier.
9566         * config/aarch64/aarch64-protos.h
9567         (aarch64_mangle_builtin_type): Export.
9568         * config/aarch64/aarch64-simd-builtin-types.def: New.
9569         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Remove.
9570         (aarch64_mangle_type): Refactor.
9571         * config/aarch64/arm_neon.h: Declare vector types based on
9572         internal types.
9573         * config/aarch64/t-aarch64: Update dependency.
9575 2014-11-04  Pat Haugen  <pthaugen@us.ibm.com>
9577         * config/rs6000/rs6000.c (atomic_hold_decl, atomic_clear_decl,
9578         atomic_update_decl): Guard declaration with #ifdef.
9580 2014-11-04  Marek Polacek  <polacek@redhat.com>
9582         * sanopt.c (sanopt_optimize_walker): Remove unused variables.
9584 2014-11-04  Marek Polacek  <polacek@redhat.com>
9586         * Makefile.in (OBJS): Add sanopt.o.
9587         (GTFILES): Add sanopt.c.
9588         * asan.h (asan_expand_check_ifn): Declare.
9589         * asan.c (asan_expand_check_ifn): No longer static.
9590         (class pass_sanopt, pass_sanopt::execute, make_pass_sanopt): Move...
9591         * sanopt.c: ...here.  New file.
9593 2014-11-04  Jiong Wang  <jiong.wang@arm.com>
9594             Wilco Dijkstra  <wilco.dijkstra@arm.com>
9596         PR target/63293
9597         * config/aarch64/aarch64.c (aarch64_expand_epiloue): Add barriers before
9598         stack adjustment.
9600 2014-11-04  Bernd Schmidt  <bernds@codesourcery.com>
9602         * combine.c (combine_simplify_rtx): In STORE_FLAG_VALUE == -1 case,
9603         also verify that mode is equal to the mode of op0.
9605         * bb-reorder.c (get_uncond_jump_length): Avoid using delete_insn,
9606         emit into a sequence instead.
9608 2014-11-04  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
9610         * config/sh/sh.c (emit_fpu_switch): Drop unused automatic variable.
9612 2014-11-04  Alan Lawrence  <alan.lawrence@arm.com>
9614         config/arm/neon.md (reduc_smin_<mode> *2): Rename to...
9615         (reduc_smin_scal_<mode> *2): ...this; extract scalar result.
9616         (reduc_smax_<mode> *2): Rename to...
9617         (reduc_smax_scal_<mode> *2): ...this; extract scalar result.
9618         (reduc_umin_<mode> *2): Rename to...
9619         (reduc_umin_scal_<mode> *2): ...this; extract scalar result.
9620         (reduc_umax_<mode> *2): Rename to...
9621         (reduc_umax_scal_<mode> *2): ...this; extract scalar result.
9623 2014-11-04  Alan Lawrence  <alan.lawrence@arm.com>
9625         config/arm/neon.md (reduc_plus_*): Rename to...
9626         (reduc_plus_scal_*): ...this; reduce to temp and extract scalar result.
9628 2014-11-04  Michael Collison <michael.collison@linaro.org>
9630         * config/aarch64/iterators.md (lconst_atomic): New mode attribute
9631         to support constraints for CONST_INT in atomic operations.
9632         * config/aarch64/atomics.md
9633         (atomic_<atomic_optab><mode>): Use lconst_atomic constraint.
9634         (atomic_nand<mode>): Likewise.
9635         (atomic_fetch_<atomic_optab><mode>): Likewise.
9636         (atomic_fetch_nand<mode>): Likewise.
9637         (atomic_<atomic_optab>_fetch<mode>): Likewise.
9638         (atomic_nand_fetch<mode>): Likewise.
9640 2014-11-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9642         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in definition
9643         of __ARM_FEATURE_IDIV.
9645 2014-11-04  Marek Polacek  <polacek@redhat.com>
9647         * ubsan.c (instrument_object_size): Optimize [x & CST] array accesses.
9649 2014-11-03  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
9651         * config/rx/rx.c (rx_handle_func_attribute): Mark unused argument.
9653 2014-11-04  Zhenqiang Chen  <zhenqiang.chen@arm.com>
9655         Revert:
9656         2014-11-03  Zhenqiang Chen  <zhenqiang.chen@arm.com>
9657         * ifcvt.c (noce_emit_cmove, noce_get_alt_condition, noce_get_condition):
9658         Allow CC mode if HAVE_cbranchcc4.
9660 2014-11-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9662         * godump.c (go_format_type): Rewrite RECORD_TYPE nad UNION_TYPE support
9663         with -fdump-go-spec.  Anonymous substructures are now flattened and
9664         replaced by their fields (record) or the first named, non-bitfield
9665         field (union).
9667 2014-11-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9669         * input.c (expand_location_to_spelling_point): Fix typo.
9670         (expansion_point_location_if_in_system_header): Fix comment.
9672 2014-11-03  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
9674         * config/avr/gen-avr-mmcu-specs.c: Remove unnecessary format specifier.
9676 2014-11-03  Richard Biener  <rguenther@suse.de>
9678         * tree-eh.c (operation_could_trap_helper_p): Handle conversions
9679         like ordinary operations.
9680         * gimplify.c (gimplify_conversion): Gimplify CONVERT_EXPR
9681         as NOP_EXPR.
9683 2014-11-03  Joseph Myers  <joseph@codesourcery.com>
9685         * configure.ac (TARGET_GLIBC_MAJOR, TARGET_GLIBC_MINOR): Define
9686         macros.
9687         * configure, config.h.in: Regenerate.
9688         * config/rs6000/linux.h [TARGET_GLIBC_MAJOR > 2 ||
9689         (TARGET_GLIBC_MAJOR == 2 && TARGET_GLIBC_MINOR >= 19)]
9690         (RS6000_GLIBC_ATOMIC_FENV): New macro.
9691         * config/rs6000/linux64.h [TARGET_GLIBC_MAJOR > 2 ||
9692         (TARGET_GLIBC_MAJOR == 2 && TARGET_GLIBC_MINOR >= 19)]
9693         (RS6000_GLIBC_ATOMIC_FENV): New macro.
9694         * config/rs6000/rs6000.c (atomic_hold_decl, atomic_clear_decl)
9695         (atomic_update_decl): New static variables.
9696         (rs6000_atomic_assign_expand_fenv) [RS6000_GLIBC_ATOMIC_FENV]:
9697         Generate calls to __atomic_feholdexcept, __atomic_feclearexcept
9698         and __atomic_feupdateenv for soft-float and no-FPRs.
9700 2014-11-03  Richard Biener  <rguenther@suse.de>
9702         * match.pd: Add two abs patterns.  Announce tree_expr_nonnegative_p.
9703         Also drop bogus FLOAT_EXPR and FIX_TRUNC_EXPR.
9704         * fold-const.c (fold_unary_loc): Remove them here.
9705         (tree_unary_nonnegative_warnv_p): Use CASE_CONVERT.
9706         * gimple-fold.c (fold_gimple_assign): Remove now obsolete
9707         GIMPLE_UNARY_RHS case.
9708         (gimple_fold_stmt_to_constant_1): Likewise.
9709         (replace_stmt_with_simplification): Fix inverted comparison.
9711 2014-11-03  Marc Glisse  <marc.glisse@inria.fr>
9713         PR tree-optimization/60770
9714         * tree-into-ssa.c (rewrite_update_stmt): Return whether the
9715         statement should be removed.
9716         (maybe_register_def): Likewise. Replace clobbers with default
9717         definitions.
9718         (rewrite_dom_walker::before_dom_children): Remove statement if
9719         rewrite_update_stmt says so.
9720         * tree-ssa-live.c: Include tree-ssa.h.
9721         (set_var_live_on_entry): Do not mark undefined variables as live.
9722         (verify_live_on_entry): Do not check undefined variables.
9723         * tree-ssa.h (ssa_undefined_value_p): New parameter for the case
9724         of partially undefined variables.
9725         * tree-ssa.c (ssa_undefined_value_p): Likewise.
9726         (execute_update_addresses_taken): Do not drop clobbers.
9728 2014-11-03  Marc Glisse  <marc.glisse@inria.fr>
9730         PR tree-optimization/63666
9731         * fold-const.c: Include "optabs.h".
9732         (fold_ternary_loc) <VEC_PERM_EXPR>: Avoid canonicalizing a
9733         can_vec_perm_p permutation to one that is not.
9735 2014-11-03  Zhenqiang Chen  <zhenqiang.chen@arm.com>
9737         * ifcvt.c (noce_try_store_flag_mask): Check rtx cost.
9739 2014-11-03  Andrew Pinski  <apinski@cavium.com>
9741         * config/mips/mips-cpus.def (octeon3): New cpu.
9742         * config/mips/mips.c (mips_rtx_cost_data): Add octeon3.
9743         (mips_print_operand <case 'T', case 't'>): Fix a bug as the mode
9744         of the comparison no longer matches mode of the operands.
9745         (mips_issue_rate): Handle PROCESSOR_OCTEON3.
9746         * config/mips/mips.h (TARGET_OCTEON):  Add Octeon3.
9747         (TARGET_OCTEON2): Likewise.
9748         (TUNE_OCTEON): Add Octeon3.
9749         * config/mips/mips.md (processor): Add octeon3.
9750         * config/mips/octeon.md (octeon_fpu): New automaton and cpu_unit.
9751         (octeon_arith): Add octeon3.
9752         (octeon_condmove): Remove.
9753         (octeon_condmove_o1): New reservation.
9754         (octeon_condmove_o2): New reservation.
9755         (octeon_condmove_o3_int_on_cc): New reservation.
9756         (octeon_load_o2): Add octeon3.
9757         (octeon_cop_o2): Likewise.
9758         (octeon_store): Likewise.
9759         (octeon_brj_o2): Likewise.
9760         (octeon_imul3_o2): Likewise.
9761         (octeon_imul_o2): Likewise.
9762         (octeon_mfhilo_o2): Likewise.
9763         (octeon_imadd_o2): Likewise.
9764         (octeon_idiv_o2_si): Likewise.
9765         (octeon_idiv_o2_di): Likewise.
9766         (octeon_fpu): Add to the automaton.
9767         (octeon_fpu): New cpu unit.
9768         (octeon_condmove_o2): Check for non floating point modes.
9769         (octeon_load_o2): Add prefetchx.
9770         (octeon_cop_o2): Don't check for octeon3.
9771         (octeon3_faddsubcvt): New reservation.
9772         (octeon3_fmul): Likewise.
9773         (octeon3_fmadd): Likewise.
9774         (octeon3_div_sf): Likewise.
9775         (octeon3_div_df): Likewise.
9776         (octeon3_sqrt_sf): Likewise.
9777         (octeon3_sqrt_df): Likewise.
9778         (octeon3_rsqrt_sf): Likewise.
9779         (octeon3_rsqrt_df): Likewise.
9780         (octeon3_fabsnegmov): Likewise.
9781         (octeon_fcond): Likewise.
9782         (octeon_fcondmov): Likewise.
9783         (octeon_fpmtc1): Likewise.
9784         (octeon_fpmfc1): Likewise.
9785         (octeon_fpload): Likewise.
9786         (octeon_fpstore): Likewise.
9787         * config/mips/mips-tables.opt: Regenerate.
9788         * doc/invoke.texi (-march=@var{arch}): Add octeon3.
9790 2014-11-03  Zhenqiang Chen  <zhenqiang.chen@arm.com>
9792         * ifcvt.c (noce_emit_cmove, noce_get_alt_condition, noce_get_condition):
9793         Allow CC mode if HAVE_cbranchcc4.
9795 2014-11-02  Richard Sandiford  <richard.sandiford@arm.com>
9797         * config/arc/arc.c (write_ext_corereg_1): Delete.
9798         (arc_write_ext_corereg): Use FOR_EACH_SUBRTX.
9800 2014-11-02  Richard Sandiford  <richard.sandiford@arm.com>
9802         * config/arc/arc.c (arc600_corereg_hazard_1): Delete.
9803         (arc600_corereg_hazard): Use FOR_EACH_SUBRTX.
9805 2014-11-02  Richard Sandiford  <richard.sandiford@arm.com>
9807         * config/arc/arc.c (arc_rewrite_small_data_p): Constify argument.
9808         (small_data_pattern_1): Delete.
9809         (small_data_pattern): Use FOR_EACH_SUBRTX.
9811 2014-11-02  Richard Sandiford  <richard.sandiford@arm.com>
9813         * config/arc/arc.c: Include rtl-iter.h.
9814         (arc_rewrite_small_data_1): Delete.
9815         (arc_rewrite_small_data): Use FOR_EACH_SUBRTX_PTR.
9817 2014-11-02  Michael Collison  <michael.collison@linaro.org>
9819         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO) : Update
9820         to support vector modes.
9821         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
9823 2014-11-01  Andrew MacLeod  <amacleod@redhat,com>
9825         * optabs.h: Flatten insn-codes.h to source files.  Move some prototypes
9826         and structs to genopinit.c.  Adjust protyoptypes to match optabs.c.
9827         * genopinit.c (main): Emit prototypes and structs into insn-opinit.h.
9828         * optabs.c: (gen_move_insn): Move to expr.c.
9829         * expr.h: Move protypes and enums to optabs.h.
9830         * expr.c: (gen_move_insn): Relocate from optabs.c.
9831         * genemit.c (main): Include insn-codes.h.
9832         * gengtype.c (open_base_files): Include insn-codes.h.
9833         * asan.c: Include insn-codes.h.
9834         * bb-reorder.c: Ditto.
9835         * builtins.c: Ditto.
9836         * calls.c: Ditto.
9837         * cfgexpand.c: Ditto.
9838         * cilk-common.c: Ditto.
9839         * combine.c: Ditto.
9840         * dojump.c: Ditto.
9841         * dse.c: Ditto.
9842         * except.c: Ditto.
9843         * explow.c: Ditto.
9844         * expmed.c: Ditto.
9845         * function.c: Ditto.
9846         * ifcvt.c: Ditto.
9847         * internal-fn.c: Ditto.
9848         * loop-unroll.c: Ditto.
9849         * lra.c: Ditto.
9850         * modulo-sched.c: Ditto.
9851         * omp-low.c: Ditto.
9852         * postreload.c: Ditto.
9853         * ree.c: Ditto.
9854         * reload.c: Ditto.
9855         * reload1.c: Ditto.
9856         * shrink-wrap.c: Ditto.
9857         * simplify-rtx.c: Ditto.
9858         * stmt.c: Ditto.
9859         * target-globals.c: Ditto.
9860         * targhooks.c: Ditto.
9861         * toplev.c: Ditto.
9862         * tree-if-conv.c: Ditto.
9863         * tree-ssa-forwprop.c: Ditto.
9864         * tree-ssa-loop-prefetch.c: Ditto.
9865         * tree-ssa-math-opts.c: Ditto.
9866         * tree-ssa-phiopt.c: Ditto.
9867         * tree-ssa-reassoc.c: Ditto.
9868         * tree-switch-conversion.c: Ditto.
9869         * tree-vect-data-refs.c: Ditto.
9870         * tree-vect-generic.c: Ditto.
9871         * tree-vect-loop.c: Ditto.
9872         * tree-vect-patterns.c: Ditto.
9873         * tree-vect-slp.c: Ditto.
9874         * tree-vect-stmts.c: Ditto.
9875         * tree-vrp.c: Ditto.
9876         * value-prof.c: Ditto.
9877         * config/aarch64/aarch64-builtins.c: Ditto.
9878         * config/alpha/alpha.c: Ditto.
9879         * config/arm/arm.c: Ditto.
9880         * config/cris/cris.c: Ditto.
9881         * config/epiphany/epiphany.c: Ditto.
9882         * config/frv/frv.c: Ditto.
9883         * config/h8300/h8300.c: Ditto.
9884         * config/ia64/ia64.c: Ditto.
9885         * config/iq2000/iq2000.c: Ditto.
9886         * config/m32c/m32c.c: Ditto.
9887         * config/mep/mep.c: Ditto.
9888         * config/microblaze/microblaze.c: Ditto.
9889         * config/mips/mips.c: Ditto.
9890         * config/mn10300/mn10300.c: Ditto.
9891         * config/moxie/moxie.c: Ditto.
9892         * config/msp430/msp430.c: Ditto.
9893         * config/nios2/nios2.c: Ditto.
9894         * config/pa/pa.c: Ditto.
9895         * config/rl78/rl78.c: Ditto.
9896         * config/rs6000/rs6000.c: Ditto.
9897         * config/rx/rx.c: Ditto.
9898         * config/s390/s390.c: Ditto.
9899         * config/sh/sh.c: Ditto.
9900         * config/sh/sh_treg_combine.cc: Ditto.
9901         * config/spu/spu.c: Ditto.
9902         * config/stormy16/stormy16.c: Ditto.
9903         * config/tilegx/mul-tables.c: Ditto.
9904         * config/tilegx/tilegx.c: Ditto.
9905         * config/tilepro/mul-tables.c: Ditto.
9906         * config/tilepro/tilepro.c: Ditto.
9907         * config/vax/vax.c: Ditto.
9909 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9911         * doc/tm.texi.in (MOVE_BY_PIECES_P): Remove.
9912         (CLEAR_BY_PIECES_P): Likewise.
9913         (SET_BY_PIECES_P): Likewise.
9914         (STORE_BY_PIECES_P): Likewise.
9915         * doc/tm.texi: Regenerate.
9916         * system.h: Poison MOVE_BY_PIECES_P, CLEAR_BY_PIECES_P,
9917         SET_BY_PIECES_P, STORE_BY_PIECES_P.
9918         * expr.c (MOVE_BY_PIECES_P): Remove.
9919         (CLEAR_BY_PIECES_P): Likewise.
9920         (SET_BY_PIECES_P): Likewise.
9921         (STORE_BY_PIECES_P): Likewise.
9922         (can_move_by_pieces): Rewrite in terms of
9923         targetm.use_by_pieces_infrastructure_p.
9924         (emit_block_move_hints): Likewise.
9925         (can_store_by_pieces): Likewise.
9926         (store_by_pieces): Likewise.
9927         (clear_storage_hints): Likewise.
9928         (emit_push_insn): Likewise.
9929         (expand_constructor): Likewise.
9931 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9933         * config/aarch64/aarch64.c
9934         (aarch64_use_by_pieces_infrastructre_p): New.
9935         (TARGET_USE_BY_PIECES_INFRASTRUCTURE): Likewise.
9936         * config/aarch64/aarch64.h (STORE_BY_PIECES_P): Delete.
9938 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9940         * config/mips/mips.h (MOVE_BY_PIECES_P): Remove.
9941         (STORE_BY_PIECES_P): Likewise.
9942         * config/mips/mips.c (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): New.
9943         (mips_move_by_pieces_p): Rename to...
9944         (mips_use_by_pieces_infrastructure_p): ...this, use new hook
9945         parameters, use the default hook implementation as a
9946         fall-back.
9948 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9950         * config/sh/sh.c (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): New.
9951         (sh_use_by_pieces_infrastructure_p): Likewise.
9952         * config/sh/sh.h (MOVE_BY_PIECES_P): Remove.
9953         (STORE_BY_PIECES_P): Likewise.
9954         (SET_BY_PIECES_P): Likewise.
9956 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9958         * config/arc/arc.c (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): New.
9959         (arc_use_by_pieces_infrastructure_p): Likewise.
9960         * confir/arc/arc.h (MOVE_BY_PIECES_P): Delete.
9961         (CAN_MOVE_BY_PIECES): Likewise.
9963 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9965         * config/s390/s390.c (s390_use_by_pieces_infrastructure_p): New.
9966         (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Likewise.
9967         * config/s390/s390.h (MOVE_BY_PIECES_P): Remove.
9968         (CLEAR_BY_PIECES): Likewise.
9969         (SET_BY_PIECES): Likewise.
9970         (STORE_BY_PIECES): Likewise.
9972 2014-11-01  James Greenhalgh  <james.greenhalgh@arm.com>
9974         * target.def (use_by_pieces_infrastructure_p): New.
9975         * doc/tm.texi.in (MOVE_BY_PIECES_P): Describe that this macro
9976         is deprecated.
9977         (STORE_BY_PIECES_P): Likewise.
9978         (CLEAR_BY_PIECES_P): Likewise.
9979         (SET_BY_PIECES_P): Likewise.
9980         (TARGET_MOVE_BY_PIECES_PROFITABLE_P): Add hook.
9981         * doc/tm.texi: Regenerate.
9982         * expr.c (MOVE_BY_PIECES_P): Rewrite in terms of
9983         TARGET_USE_BY_PIECES_INFRASTRUCTURE_P.
9984         (STORE_BY_PIECES_P): Likewise.
9985         (CLEAR_BY_PIECES_P): Likewise.
9986         (SET_BY_PIECES_P): Likewise.
9987         (STORE_MAX_PIECES): Move to...
9988         * defaults.h (STORE_MAX_PIECES): ...here.
9989         * targhooks.c (get_move_ratio): New.
9990         (default_use_by_pieces_infrastructure_p): Likewise.
9991         * targhooks.h (default_use_by_pieces_infrastructure_p): New.
9992         * target.h (by_pieces_operation): New.
9994 2014-10-31  Uros Bizjak  <ubizjak@gmail.com>
9996         PR target/63702
9997         * config/i386/i386.c (ix86_expand_args_builtin): Remove extra
9998         assignment to 'nargs' variable.
10000 2014-10-31  Uros Bizjak  <ubizjak@gmail.com>
10002         PR target/63620
10003         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): Declare.
10004         * config/i386/i386.c (ix86_use_pseudo_pic_reg): Export.
10005         * config/i386/i386.md (*pushtf): Allow only CONST_DOUBLEs that won't
10006         be reloaded through memory.
10007         (*pushxf): Ditto.
10008         (*pushdf): Ditto.
10010 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
10012         PR rtl-optimization/63659
10013         * ree.c (update_reg_equal_equiv_notes): New function.
10014         (combine_set_extension, transform_ifelse): Use it.
10016 2014-10-31  Jeff Law  <law@redhat.com>
10018         * doc/contrib.texi: Add contribution notes for Balaji Iyer (Cilk+)
10019         and Jonny Grant (collect2).
10021 2014-10-31  Richard Biener  <rguenther@suse.de>
10023         * builtins.c (fold_builtin_atomic_always_lock_free): Use
10024         CONVERT_EXPR_P, CONVERT_EXPR_CODE_P and CASE_CONVERT where
10025         approprate.
10026         (fold_builtin_expect): Likewise.
10027         (integer_valued_real_p): Likewise.
10028         * cfgexpand.c (expand_debug_expr): Likewise.
10029         * ipa-inline-analysis.c (eliminated_by_inlining_prob): Likewise.
10030         (find_foldable_builtin_expect): Likewise.
10031         * trans-mem.c (thread_private_new_memory): Likewise.
10032         * tree-affine.c (aff_combination_expand): Likewise.
10033         * tree-data-ref.c (initialize_matrix_A): Likewise.
10034         * tree-inline.c (copy_bb): Likewise.
10035         * tree-pretty-print.c (dump_function_name): Likewise.
10036         (print_call_name): Likewise.
10037         * tree-ssa-forwprop.c (constant_pointer_difference): Likewise.
10038         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise.
10039         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
10040         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Likewise.
10041         (vect_recog_widen_mult_pattern): Likewise.
10042         (vect_operation_fits_smaller_type): Likewise.
10043         * tree-vrp.c (find_assert_locations_1): Likewise.
10044         * tree-ssa-dom.c (initialize_hash_element): Canonicalize
10045         converts to NOP_EXPR.
10047 2014-10-31  Richard Biener  <rguenther@suse.de>
10049         * genmatch.c (expr::gen_transform): Use NOP_EXPRs instead of
10050         CONVERT_EXPRs in generated code.
10051         (dt_simplify::gen): Likewise.
10053 2014-10-31  Evgeny Stupachenko  <evstupac@gmail.com>
10055         PR target/63534
10056         * config/i386/i386.c (ix86_init_pic_reg): Emit SET_GOT to
10057         REAL_PIC_OFFSET_TABLE_REGNUM for mcount profiling.
10058         (ix86_save_reg): Save REAL_PIC_OFFSET_TABLE_REGNUM when profiling
10059         using mcount in 32bit PIC mode.
10060         (ix86_elim_entry_set_got): New.
10061         (ix86_expand_prologue): For the mcount profiling emit new SET_GOT
10062         in PROLOGUE, delete initial if possible.
10064 2014-10-31  Eric Botcazou  <ebotcazou@adacore.com>
10066         * ipa-inline.c (want_inline_small_function_p): Fix typo and formatting.
10067         (want_inline_function_to_all_callers_p): Fix formatting and simplify.
10069 2014-10-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10071         PR tree-optimization/63259
10072         * tree-ssa-math-opts.c (bswap_replace): Replace expression by a
10073         rotation left if it is a 16 bit byte swap.
10074         (pass_optimize_bswap::execute): Also consider bswap in LROTATE_EXPR
10075         and RROTATE_EXPR statements if it is a byte rotation.
10077 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
10079         PR sanitizer/63697
10080         * tree-vrp.c (simplify_internal_call_using_ranges): For subcode ==
10081         MINUS_EXPR, check overflow on vr0.min - vr1.max and vr0.max - vr1.min
10082         instead of vr0.min - vr1.min and vr0.max - vr1.max.
10084 2014-10-31  Max Ostapenko  <m.ostapenko@partner.samsung.com>
10086         PR ipa/63696
10087         * ipa-icf.c (sem_function::~sem_function): Change free to delete
10088         to avoid alloc-dealloc mismatch with new, called in
10089         ipa_icf::sem_function::init.
10091 2014-10-30  Felix Yang  <felix.yang@huawei.com>
10093         * config/xtensa/xtensa.h (TARGET_LOOPS): New Macro.
10094         * config/xtensa/xtensa.c: Include dumpfile.h and hw-doloop.h.
10095         (xtensa_reorg, xtensa_reorg_loops): New.
10096         (xtensa_can_use_doloop_p, xtensa_invalid_within_doloop): New.
10097         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg): New.
10098         (xtensa_emit_loop_end): Emit the zero-overhead loop end label.
10099         (xtensa_doloop_hooks): Define.
10100         * config/xtensa/xtensa.md (doloop_end, loop_end): New
10101         (zero_cost_loop_start): Rewritten.
10102         (zero_cost_loop_end): Likewise.
10104 2014-10-30  Steve Ellcey  <sellcey@imgtec.com>
10106         * config.gcc (mips*-*-linux*): Combine 32 and 64 bit cases.
10108 2014-10-30  Richard Biener  <rguenther@suse.de>
10110         * genmatch.c: Remove <map>, <utility> and <string> includes.
10111         Include ggc.h and hash-map.h.
10112         (ggc_internal_cleared_alloc): Provide stub definition.
10113         (ggc_free): Likewise.
10114         (struct capture_id_map_hasher): New traits for hash_map.
10115         (cid_map_t): New typedef.
10116         (everywhere else): Replace std::map use with cid_map_t.
10117         * hash-map.h (hash_map::elements): New member function.
10118         * Makefile.in (build/genmatch.o): Add $(HASH_TABLE_H),
10119         hash-map.h and $(GGC_H) as dependency.
10121 2014-10-30  Richard Biener  <rguenther@suse.de>
10123         * genmatch.c (capture_info::walk_c_expr): Ignore capture
10124         uses inside TREE_TYPE ().
10125         * gimple-ssa-strength-reduction.c (stmt_cost): Use CASE_CONVERT.
10126         (find_candidates_dom_walker::before_dom_children): Likewise.
10127         (replace_mult_candidate): Use CONVERT_EXPR_CODE_P.
10128         (replace_profitable_candidates): Likewise.
10129         * tree-ssa-dom.c (initialize_hash_element): Canonicalize
10130         CONVERT_EXPR_CODE_P to CONVERT_EXPR.
10131         * convert.c (convert_to_integer): Use CASE_CONVERT.
10133 2014-10-30  Richard Biener  <rguenther@suse.de>
10135         * match.pd: Implement more patterns that simplify to a single value.
10136         * fold-const.c (fold_binary_loc): Remove them here.
10137         * tree-ssa-forwprop.c (simplify_bitwise_binary): Likewise.
10138         (fwprop_ssa_val): Remove restriction on single uses.
10140 2014-10-30  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
10142         * config/avr/driver-avr.c (avr_set_current_device): Remove.
10144 2014-10-30  Martin Liska  <mliska@suse.cz>
10146         PR ipa/63574
10147         PR ipa/63664
10148         * ipa-icf-gimple.c (func_checker::parse_labels): Missing comment added.
10149         (func_checker::compare_gimple_label): Simlified comparison introduced.
10150         * ipa-icf-gimple.h: Missing comment added.
10152 2014-10-30  Jeff Law  <law@redhat.com>
10154         * config/pa/pa-protos.h (pa_output_arg_descriptor): Strengthen
10155         argument from rtx to rtx_insn *.
10156         (compute_movmem_length, compute_clrmem_length): Likewise.
10157         (copy_fp_args, length_fp_args): Likewise.
10158         * config/pa/pa.c (legitimize_pic_address): Promote local variable
10159         "insn" from rtx to rtx_insn *.
10160         (legitimize_tls_address, pa_emit_move_sequence): Likewise.
10161         (pa_output_block_move, store_reg, store_reg_modify): Likewise.
10162         (set_reg_plus_d, pa_expand_prologue, hppa_profile_hook): Likewise.
10163         (branch_to_delay_slot_p, branch_needs_nop_p, use_skip_p): Likewise.
10164         (pa_output_arg_descriptor): Strengthen argument to an rtx_insn *.
10165         (compute_movmem_length, compute_clrmem_length): Likewise.
10166         (copy_fp-args, length_fp_args): Likewise.
10168 2014-10-29  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10170         * config/arm/arm.h (MACHMODE): Treat machine_mode as a
10171         scalar typedef.
10172         (CUMULATIVE_ARGS): Guard against target includes.
10173         (machine_function): Likewise.
10175 2014-10-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10177         * config/aarch64/aarch64.c (aarch64_madd_needs_nop): Restore
10178         recog state after aarch64_prev_real_insn call.
10180 2014-10-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10182         * config/aarch64/aarch64.h (MACHMODE): Add 'enum' to machine_mode.
10184 2014-10-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10186         * config/arm/arm.h (MACHMODE): Add 'enum' to machine_mode.
10187         (struct machine_function): Gate definition on
10188         !defined(USED_FOR_TARGET).
10190 2014-10-29  DJ Delorie  <dj@redhat.com>
10192         * expmed.c (strict_volatile_bitfield_p): Fix off-by-one error.
10194 2014-10-29  Martin Liska  <mliska@suse.cz>
10196         PR ipa/63587
10197         * cgraphunit.c (cgraph_node::expand_thunk): Only VAR_DECLs are put
10198         to local declarations.
10199         * function.c (add_local_decl): Implementation moved from header
10200         file, assert introduced for tree type.
10201         * function.h: Likewise.
10203 2014-10-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10205         * godump.c (go_format_type): Represent "float _Complex" and
10206         "double _Complex" as complex64 or complex128 in Go, as appropriate.
10208 2014-10-29  Richard Biener  <rguenther@suse.de>
10210         * match.pd: Implement a first set of conversion patterns.
10211         * fold-const.c (fold_unary_loc): Remove them here.
10212         * tree-ssa-forwprop.c (simplify_vce): Remove.
10213         (pass_forwprop::execute): Do not call simplify_vce.
10215 2014-10-29  Richard Sandiford  <richard.sandiford@arm.com>
10217         * addresses.h, alias.c, asan.c, auto-inc-dec.c, bt-load.c, builtins.c,
10218         builtins.h, caller-save.c, calls.c, calls.h, cfgexpand.c, cfgloop.h,
10219         cfgrtl.c, combine.c, compare-elim.c, config/aarch64/aarch64-builtins.c,
10220         config/aarch64/aarch64-protos.h, config/aarch64/aarch64-simd.md,
10221         config/aarch64/aarch64.c, config/aarch64/aarch64.h,
10222         config/aarch64/aarch64.md, config/alpha/alpha-protos.h,
10223         config/alpha/alpha.c, config/arc/arc-protos.h, config/arc/arc.c,
10224         config/arc/arc.h, config/arc/predicates.md,
10225         config/arm/aarch-common-protos.h, config/arm/aarch-common.c,
10226         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
10227         config/arm/arm.md, config/arm/neon.md, config/arm/thumb2.md,
10228         config/avr/avr-log.c, config/avr/avr-protos.h, config/avr/avr.c,
10229         config/avr/avr.md, config/bfin/bfin-protos.h, config/bfin/bfin.c,
10230         config/c6x/c6x-protos.h, config/c6x/c6x.c, config/c6x/c6x.md,
10231         config/cr16/cr16-protos.h, config/cr16/cr16.c,
10232         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.md,
10233         config/darwin-protos.h, config/darwin.c,
10234         config/epiphany/epiphany-protos.h, config/epiphany/epiphany.c,
10235         config/epiphany/epiphany.md, config/fr30/fr30.c,
10236         config/frv/frv-protos.h, config/frv/frv.c, config/frv/predicates.md,
10237         config/h8300/h8300-protos.h, config/h8300/h8300.c,
10238         config/i386/i386-builtin-types.awk, config/i386/i386-protos.h,
10239         config/i386/i386.c, config/i386/i386.md, config/i386/predicates.md,
10240         config/i386/sse.md, config/i386/sync.md, config/ia64/ia64-protos.h,
10241         config/ia64/ia64.c, config/iq2000/iq2000-protos.h,
10242         config/iq2000/iq2000.c, config/iq2000/iq2000.md,
10243         config/lm32/lm32-protos.h, config/lm32/lm32.c,
10244         config/m32c/m32c-protos.h, config/m32c/m32c.c,
10245         config/m32r/m32r-protos.h, config/m32r/m32r.c,
10246         config/m68k/m68k-protos.h, config/m68k/m68k.c,
10247         config/mcore/mcore-protos.h, config/mcore/mcore.c,
10248         config/mcore/mcore.md, config/mep/mep-protos.h, config/mep/mep.c,
10249         config/microblaze/microblaze-protos.h, config/microblaze/microblaze.c,
10250         config/mips/mips-protos.h, config/mips/mips.c,
10251         config/mmix/mmix-protos.h, config/mmix/mmix.c,
10252         config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
10253         config/moxie/moxie.c, config/msp430/msp430-protos.h,
10254         config/msp430/msp430.c, config/nds32/nds32-cost.c,
10255         config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
10256         config/nds32/nds32-protos.h, config/nds32/nds32.c,
10257         config/nios2/nios2-protos.h, config/nios2/nios2.c,
10258         config/pa/pa-protos.h, config/pa/pa.c, config/pdp11/pdp11-protos.h,
10259         config/pdp11/pdp11.c, config/rl78/rl78-protos.h, config/rl78/rl78.c,
10260         config/rs6000/altivec.md, config/rs6000/rs6000-c.c,
10261         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
10262         config/rs6000/rs6000.h, config/rx/rx-protos.h, config/rx/rx.c,
10263         config/s390/predicates.md, config/s390/s390-protos.h,
10264         config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
10265         config/sh/predicates.md, config/sh/sh-protos.h, config/sh/sh.c,
10266         config/sh/sh.md, config/sparc/predicates.md,
10267         config/sparc/sparc-protos.h, config/sparc/sparc.c,
10268         config/sparc/sparc.md, config/spu/spu-protos.h, config/spu/spu.c,
10269         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
10270         config/tilegx/tilegx-protos.h, config/tilegx/tilegx.c,
10271         config/tilegx/tilegx.md, config/tilepro/tilepro-protos.h,
10272         config/tilepro/tilepro.c, config/v850/v850-protos.h,
10273         config/v850/v850.c, config/v850/v850.md, config/vax/vax-protos.h,
10274         config/vax/vax.c, config/vms/vms-c.c, config/xtensa/xtensa-protos.h,
10275         config/xtensa/xtensa.c, coverage.c, cprop.c, cse.c, cselib.c, cselib.h,
10276         dbxout.c, ddg.c, df-problems.c, dfp.c, dfp.h, doc/md.texi,
10277         doc/rtl.texi, doc/tm.texi, doc/tm.texi.in, dojump.c, dse.c,
10278         dwarf2cfi.c, dwarf2out.c, dwarf2out.h, emit-rtl.c, emit-rtl.h,
10279         except.c, explow.c, expmed.c, expmed.h, expr.c, expr.h, final.c,
10280         fixed-value.c, fixed-value.h, fold-const.c, function.c, function.h,
10281         fwprop.c, gcse.c, gengenrtl.c, genmodes.c, genopinit.c, genoutput.c,
10282         genpreds.c, genrecog.c, gensupport.c, gimple-ssa-strength-reduction.c,
10283         graphite-clast-to-gimple.c, haifa-sched.c, hooks.c, hooks.h, ifcvt.c,
10284         internal-fn.c, ira-build.c, ira-color.c, ira-conflicts.c, ira-costs.c,
10285         ira-emit.c, ira-int.h, ira-lives.c, ira.c, ira.h, jump.c, langhooks.h,
10286         libfuncs.h, lists.c, loop-doloop.c, loop-invariant.c, loop-iv.c,
10287         loop-unroll.c, lower-subreg.c, lower-subreg.h, lra-assigns.c,
10288         lra-constraints.c, lra-eliminations.c, lra-int.h, lra-lives.c,
10289         lra-spills.c, lra.c, lra.h, machmode.h, omp-low.c, optabs.c, optabs.h,
10290         output.h, postreload.c, print-tree.c, read-rtl.c, real.c, real.h,
10291         recog.c, recog.h, ree.c, reg-stack.c, regcprop.c, reginfo.c,
10292         regrename.c, regs.h, reload.c, reload.h, reload1.c, rtl.c, rtl.h,
10293         rtlanal.c, rtlhash.c, rtlhooks-def.h, rtlhooks.c, sched-deps.c,
10294         sel-sched-dump.c, sel-sched-ir.c, sel-sched-ir.h, sel-sched.c,
10295         simplify-rtx.c, stmt.c, stor-layout.c, stor-layout.h, target.def,
10296         targhooks.c, targhooks.h, tree-affine.c, tree-call-cdce.c,
10297         tree-complex.c, tree-data-ref.c, tree-dfa.c, tree-if-conv.c,
10298         tree-inline.c, tree-outof-ssa.c, tree-scalar-evolution.c,
10299         tree-ssa-address.c, tree-ssa-ccp.c, tree-ssa-loop-ivopts.c,
10300         tree-ssa-loop-ivopts.h, tree-ssa-loop-manip.c,
10301         tree-ssa-loop-prefetch.c, tree-ssa-math-opts.c, tree-ssa-reassoc.c,
10302         tree-ssa-sccvn.c, tree-streamer-in.c, tree-switch-conversion.c,
10303         tree-vect-data-refs.c, tree-vect-generic.c, tree-vect-loop.c,
10304         tree-vect-patterns.c, tree-vect-slp.c, tree-vect-stmts.c,
10305         tree-vrp.c, tree.c, tree.h, tsan.c, ubsan.c, valtrack.c,
10306         var-tracking.c, varasm.c: Remove redundant enum from
10307         machine_mode.
10308         * gengtype.c (main): Treat machine_mode as a scalar typedef.
10309         * genmodes.c (emit_insn_modes_h): Hide inline functions if
10310         USED_FOR_TARGET.
10312 2014-10-29  Richard Sandiford  <richard.sandiford@arm.com>
10314         PR rtl-optimization/63340 (part 2)
10315         * rtl.h (invalid_mode_change_p): Delete.
10316         (valid_mode_changes_for_regno): New function.
10317         * reginfo.c (invalid_mode_change_p): Delete.
10318         (valid_mode_changes_for_regno): New function.
10319         * ira-costs.c (setup_regno_cost_classes_by_aclass): Restrict the
10320         classes to registers that are allowed by valid_mode_changes_for_regno.
10321         (setup_regno_cost_classes_by_mode): Likewise.
10322         (print_allocno_costs): Remove invalid_mode_change_p test.
10323         (print_pseudo_costs, find_costs_and_classes): Likewise.
10325 2014-10-29  Richard Sandiford  <richard.sandiford@arm.com>
10327         PR rtl-optimization/63340 (part 1)
10328         * ira-costs.c (all_cost_classes): New variable.
10329         (complete_cost_classes): New function, split out from...
10330         (setup_cost_classes): ...here.
10331         (initiate_regno_cost_classes): Set up all_cost_classes.
10332         (restrict_cost_classes): New function.
10333         (setup_regno_cost_classes_by_aclass): Restrict the cost classes to
10334         registers that are valid for the register's mode.
10335         (setup_regno_cost_classes_by_mode): Model the mode cache as a
10336         restriction of all_cost_classes to a particular mode.
10337         (print_allocno_costs): Remove contains_reg_of_mode check.
10338         (print_pseudo_costs, find_costs_and_classes): Likewise.
10340 2014-10-29  Richard Biener  <rguenther@suse.de>
10342         PR tree-optimization/63666
10343         * tree-vect-slp.c (vect_get_mask_element): Properly handle
10344         accessing out-of-bound elements.
10346 2014-10-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10347             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10348             Anna Tikhonova  <anna.tikhonova@intel.com>
10349             Ilya Tocar  <ilya.tocar@intel.com>
10350             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10351             Ilya Verbin  <ilya.verbin@intel.com>
10352             Kirill Yukhin  <kirill.yukhin@intel.com>
10353             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10355         * config/i386/i386.md
10356         (movhi_internal): Always detect maskmov.
10357         (movqi_internal): Fix target check.
10359 2014-10-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10360             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10361             Anna Tikhonova  <anna.tikhonova@intel.com>
10362             Ilya Tocar  <ilya.tocar@intel.com>
10363             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10364             Ilya Verbin  <ilya.verbin@intel.com>
10365             Kirill Yukhin  <kirill.yukhin@intel.com>
10366             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10368         * config/i386/avx512bwintrin.h: Add new intrinsics.
10369         * config/i386/avx512vlbwintrin.h: Ditto.
10370         * config/i386/avx512vlintrin.h: Ditto.
10372 2014-10-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10374         * godump.c (precision_to_units): New helper function.
10375         (go_append_artificial_name): Ditto.
10376         (go_append_decl_name): Ditto.
10377         (go_append_bitfield): Ditto.
10378         (go_get_uinttype_for_precision): Ditto.
10379         (go_append_padding): Ditto.
10380         (go_force_record_alignment): Ditto.
10381         (go_format_type): Represent unions with an array of uints of the size
10382         of the alignment in go.  This fixes the 'random' size of the union's
10383         representation using just the first field.
10384         (go_format_type): Add argument that indicates whether a record is
10385         nested (used for generation of artificial go names).
10386         (go_output_fndecl): Adapt to new go_format_type signature.
10387         (go_output_typedef): Ditto.
10388         (go_output_var): Ditto.
10389         (go_output_var): Prefer to output type as alias (typedef).
10390         (go_format_type): Bitfields in records are simulated as arrays of bytes
10391         in go.
10393         * godump.c (go_format_type): Fix handling of arrays with zero elements.
10395 2014-10-28  Andrew MacLeod  <amacleod@redhat.com>
10397         * cgraph.h: Flatten.  Remove all include files.
10398         (symbol_table::initialize): Move to cgraph.c.
10399         * cgraph.c: Adjust include files.
10400         (symbol_table::initialize): Relocate from cgraph.h.
10401         * gengtype.c (open_base_files): Adjust include files.
10402         * gccplugin.h: Add hash-map.h, is-a.h, plugin-api.h, and ipa-ref.h to
10403         included files.
10404         * ipa-inline.h: Remove all include files.
10405         * ipa-prop.h: Ditto.
10406         * ipa-reference.h: Ditto.
10407         * ipa-utils.h: Ditto:
10408         * lto-streamer.h: Remove cgraph.h from include list.
10409         * asan.c: Adjust include files.
10410         * auto-profile.c: Ditto.
10411         * bb-reorder.c: Ditto.
10412         * calls.c: Ditto.
10413         * cfgexpand.c: Ditto.
10414         * cgraphbuild.c: Ditto.
10415         * cgraphclones.c: Ditto.
10416         * cgraphunit.c: Ditto.
10417         * combine.c: Ditto.
10418         * coverage.c: Ditto.
10419         * data-streamer.c: Ditto.
10420         * data-streamer-in.c: Ditto.
10421         * data-streamer-out.c: Ditto.
10422         * dbxout.c: Ditto.
10423         * dwarf2out.c: Ditto.
10424         * except.c: Ditto.
10425         * expr.c: Ditto.
10426         * final.c: Ditto.
10427         * fold-const.c: Ditto.
10428         * ggc-page.c: Ditto.
10429         * gimple-fold.c: Ditto.
10430         * gimple-iterator.c: Ditto.
10431         * gimple-pretty-print.c: Ditto.
10432         * gimple-streamer-in.c: Ditto.
10433         * gimple-streamer-out.c: Ditto.
10434         * gimplify.c: Ditto.
10435         * ipa.c: Ditto.
10436         * ipa-comdats.c: Ditto.
10437         * ipa-cp.c: Ditto.
10438         * ipa-devirt.c: Ditto.
10439         * ipa-icf.c: Ditto.
10440         * ipa-icf-gimple.c: Ditto.
10441         * ipa-inline-analysis.c: Ditto.
10442         * ipa-inline.c: Ditto.
10443         * ipa-inline-transform.c: Ditto.
10444         * ipa-polymorphic-call.c: Ditto.
10445         * ipa-profile.c: Ditto.
10446         * ipa-prop.c: Ditto.
10447         * ipa-pure-const.c: Ditto.
10448         * ipa-ref.c: Ditto.
10449         * ipa-reference.c: Ditto.
10450         * ipa-split.c: Ditto.
10451         * ipa-utils.c: Ditto.
10452         * ipa-visibility.c: Ditto.
10453         * langhooks.c: Ditto.
10454         * lto-cgraph.c: Ditto.
10455         * lto-compress.c: Ditto.
10456         * lto-opts.c: Ditto.
10457         * lto-section-in.c: Ditto.
10458         * lto-section-out.c: Ditto.
10459         * lto-streamer.c: Ditto.
10460         * lto-streamer-in.c: Ditto.
10461         * lto-streamer-out.c: Ditto.
10462         * omp-low.c: Ditto.
10463         * opts-global.c: Ditto.
10464         * passes.c: Ditto.
10465         * predict.c: Ditto.
10466         * print-tree.c: Ditto.
10467         * profile.c: Ditto.
10468         * ree.c: Ditto.
10469         * stor-layout.c: Ditto.
10470         * symtab.c: Ditto.
10471         * toplev.c: Ditto.
10472         * trans-mem.c: Ditto.
10473         * tree.c: Ditto.
10474         * tree-cfg.c: Ditto.
10475         * tree-eh.c: Ditto.
10476         * tree-emutls.c: Ditto.
10477         * tree-inline.c: Ditto.
10478         * tree-nested.c: Ditto.
10479         * tree-pretty-print.c: Ditto.
10480         * tree-profile.c: Ditto.
10481         * tree-sra.c: Ditto.
10482         * tree-ssa-alias.c: Ditto.
10483         * tree-ssa-loop-ivcanon.c: Ditto.
10484         * tree-ssa-loop-ivopts.c: Ditto.
10485         * tree-ssa-pre.c: Ditto.
10486         * tree-ssa-structalias.c: Ditto.
10487         * tree-streamer.c: Ditto.
10488         * tree-streamer-in.c: Ditto.
10489         * tree-streamer-out.c: Ditto.
10490         * tree-switch-conversion.c: Ditto.
10491         * tree-tailcall.c: Ditto.
10492         * tree-vect-data-refs.c: Ditto.
10493         * tree-vectorizer.c: Ditto.
10494         * tree-vect-stmts.c: Ditto.
10495         * tsan.c: Ditto.
10496         * ubsan.c: Ditto.
10497         * value-prof.c: Ditto.
10498         * varasm.c: Ditto.
10499         * varpool.c: Ditto.
10500         * config/arm/arm.c: Ditto.
10501         * config/bfin/bfin.c: Ditto.
10502         * config/c6x/c6x.c: Ditto.
10503         * config/cris/cris.c: Ditto.
10504         * config/darwin.c: Ditto.
10505         * config/darwin-c.c: Ditto.
10506         * config/i386/i386.c: Ditto.
10507         * config/i386/winnt.c: Ditto.
10508         * config/microblaze/microblaze.c: Ditto.
10509         * config/mips/mips.c: Ditto.
10510         * config/rs6000/rs6000.c: Ditto.
10511         * config/rx/rx.c: Ditto.
10513 2014-10-28  Richard Biener  <rguenther@suse.de>
10515         * gimple-fold.h (follow_single_use_edges): Declare.
10516         * gimple-fold.c (follow_single_use_edges): New function.
10517         (gimple_fold_stmt_to_constant_1): Dispatch to gimple_simplify.
10518         * tree-ssa-propagate.c
10519         (substitute_and_fold_dom_walker::before_dom_children): Allow
10520         following single-use edges when folding stmts we propagated into.
10522 2014-10-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10523             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10524             Anna Tikhonova  <anna.tikhonova@intel.com>
10525             Ilya Tocar  <ilya.tocar@intel.com>
10526             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10527             Ilya Verbin  <ilya.verbin@intel.com>
10528             Kirill Yukhin  <kirill.yukhin@intel.com>
10529             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10531         * config/i386/avx512bwintrin.h: New.
10532         * config/i386/avx512dqintrin.h: Ditto.
10533         * config/i386/avx512vlbwintrin.h: Ditto.
10534         * config/i386/avx512vldqintrin.h: Ditto.
10535         * config/i386/avx512vlintrin.h: Ditto.
10536         * config/i386/immintrin.h: Include avx512vlintrin.h, avx512bwintrin.h,
10537         avx512dqintrin.h, avx512vlbwintrin.h, avx512vldqintrin.h.
10539 2014-10-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10540             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10541             Anna Tikhonova  <anna.tikhonova@intel.com>
10542             Ilya Tocar  <ilya.tocar@intel.com>
10543             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10544             Ilya Verbin  <ilya.verbin@intel.com>
10545             Kirill Yukhin  <kirill.yukhin@intel.com>
10546             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10548         * config/i386/i386.c
10549         (ix86_expand_args_builtin): Handle avx_vpermilv4df_mask,
10550         avx_shufpd256_mask, avx_vpermilv2df_mask.
10552 2014-10-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10553             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10554             Anna Tikhonova  <anna.tikhonova@intel.com>
10555             Ilya Tocar  <ilya.tocar@intel.com>
10556             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10557             Ilya Verbin  <ilya.verbin@intel.com>
10558             Kirill Yukhin  <kirill.yukhin@intel.com>
10559             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10561         * config/i386/i386.c
10562         (ix86_init_mmx_sse_builtins):
10563         Define __builtin_ia32_gather3siv2df, __builtin_ia32_gather3siv4df,
10564         __builtin_ia32_gather3div2df, __builtin_ia32_gather3div4df,
10565         __builtin_ia32_gather3siv4sf, __builtin_ia32_gather3siv8sf,
10566         __builtin_ia32_gather3div4sf, __builtin_ia32_gather3div8sf,
10567         __builtin_ia32_gather3siv2di, __builtin_ia32_gather3siv4di,
10568         __builtin_ia32_gather3div2di, __builtin_ia32_gather3div4di,
10569         __builtin_ia32_gather3siv4si, __builtin_ia32_gather3siv8si,
10570         __builtin_ia32_gather3div4si, __builtin_ia32_gather3div8si,
10571         __builtin_ia32_gather3altsiv4df, __builtin_ia32_gather3altdiv8sf,
10572         __builtin_ia32_gather3altsiv4di, __builtin_ia32_gather3altdiv8si,
10573         __builtin_ia32_scattersiv8sf, __builtin_ia32_scattersiv4sf,
10574         __builtin_ia32_scattersiv4df, __builtin_ia32_scattersiv2df,
10575         __builtin_ia32_scatterdiv8sf, __builtin_ia32_scatterdiv4sf,
10576         __builtin_ia32_scatterdiv4df, __builtin_ia32_scatterdiv2df,
10577         __builtin_ia32_scattersiv8si, __builtin_ia32_scattersiv4si,
10578         __builtin_ia32_scattersiv4di, __builtin_ia32_scattersiv2di,
10579         __builtin_ia32_scatterdiv8si, __builtin_ia32_scatterdiv4si,
10580         __builtin_ia32_scatterdiv4di, __builtin_ia32_scatterdiv2di.
10582 2014-10-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10583             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10584             Anna Tikhonova  <anna.tikhonova@intel.com>
10585             Ilya Tocar  <ilya.tocar@intel.com>
10586             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10587             Ilya Verbin  <ilya.verbin@intel.com>
10588             Kirill Yukhin  <kirill.yukhin@intel.com>
10589             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10591         * config/i386/i386.c
10592         (ix86_builtins): Add IX86_BUILTIN_GATHER3ALTSIV4DF,
10593         IX86_BUILTIN_GATHER3ALTDIV8SF, IX86_BUILTIN_GATHER3ALTSIV4DI,
10594         IX86_BUILTIN_GATHER3ALTDIV8SI.
10595         (ix86_expand_builtin):
10596         Handle IX86_BUILTIN_GATHER3ALTDIV8SF, IX86_BUILTIN_GATHER3ALTDIV8SI,
10597         IX86_BUILTIN_SCATTERSIV4DF, IX86_BUILTIN_SCATTERSIV4DI,
10598         IX86_BUILTIN_SCATTERDIV2DF, IX86_BUILTIN_SCATTERDIV4DF,
10599         IX86_BUILTIN_GATHER3ALTSIV4DI, IX86_BUILTIN_GATHER3ALTSIV4DF,
10600         IX86_BUILTIN_SCATTERDIV4DI, IX86_BUILTIN_SCATTERDIV2DI,
10601         IX86_BUILTIN_GATHER3SIV8SI, IX86_BUILTIN_GATHER3DIV8SI,
10602         IX86_BUILTIN_GATHER3SIV4DF, IX86_BUILTIN_GATHER3SIV4DI,
10603         IX86_BUILTIN_GATHER3DIV8SF, IX86_BUILTIN_GATHER3SIV8SF,
10604         IX86_BUILTIN_GATHER3DIV4DF, IX86_BUILTIN_GATHER3DIV2DF,
10605         IX86_BUILTIN_GATHER3DIV2DI, IX86_BUILTIN_GATHER3DIV4DI,
10606         IX86_BUILTIN_SCATTERDIV4SF, IX86_BUILTIN_SCATTERSIV2DI,
10607         IX86_BUILTIN_GATHER3SIV2DI, IX86_BUILTIN_GATHER3SIV4SI,
10608         IX86_BUILTIN_GATHER3SIV4SF, IX86_BUILTIN_GATHER3SIV2DF,
10609         IX86_BUILTIN_SCATTERSIV2DF, IX86_BUILTIN_SCATTERDIV4SI,
10610         IX86_BUILTIN_SCATTERSIV4SF, IX86_BUILTIN_SCATTERSIV4SI,
10611         IX86_BUILTIN_SCATTERDIV8SI, IX86_BUILTIN_GATHER3DIV4SI,
10612         IX86_BUILTIN_SCATTERSIV8SI, IX86_BUILTIN_SCATTERSIV8SF,
10613         IX86_BUILTIN_GATHER3DIV4SF, IX86_BUILTIN_SCATTERDIV8SF.
10614         (ix86_vectorize_builtin_gather): Update V2DFmode, V4DFmode, V2DImode,
10615         V4DImode, V4SFmode, V8SFmode, V4SImode, V8SImode.
10617 2014-10-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10618             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10619             Anna Tikhonova  <anna.tikhonova@intel.com>
10620             Ilya Tocar  <ilya.tocar@intel.com>
10621             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10622             Ilya Verbin  <ilya.verbin@intel.com>
10623             Kirill Yukhin  <kirill.yukhin@intel.com>
10624             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10626         * config/i386/i386-builtin-types.def
10627         (SHORT): New.
10628         (V32HI): Ditto.
10629         (V12QI): Ditto.
10630         (V14QI): Ditto.
10631         (V32SI): Ditto.
10632         (V8UDI): Ditto.
10633         (V16USI): Ditto.
10634         (V32UHI): Ditto.
10635         (PSHORT): Ditto.
10636         (PV32QI): Ditto.
10637         (PV32HI): Ditto.
10638         (PV64QI): Ditto.
10639         (PCV8HI): Ditto.
10640         (PCV16QI): Ditto.
10641         (PCV16HI): Ditto.
10642         (PCV32QI): Ditto.
10643         (PCV32HI): Ditto.
10644         (PCV64QI): Ditto.
10645         (V4SF_FTYPE_V2DF_V4SF_QI): Ditto.
10646         (V4SF_FTYPE_V4DF_V4SF_QI): Ditto.
10647         (V4SF_FTYPE_V8HI_V4SF_QI): Ditto.
10648         (V8SF_FTYPE_V8HI_V8SF_QI): Ditto.
10649         (V16SF_FTYPE_V16HI): Ditto.
10650         (V16SF_FTYPE_V16HI_V16SF_HI): Ditto.
10651         (V16SF_FTYPE_V16SI): Ditto.
10652         (V4DI_FTYPE_V4DI): Ditto.
10653         (V16SI_FTYPE_V16SF): Ditto.
10654         (V8DI_FTYPE_PV2DI): Ditto.
10655         (V8DF_FTYPE_PV2DF): Ditto.
10656         (V4DI_FTYPE_PV2DI): Ditto.
10657         (V4DF_FTYPE_PV2DF): Ditto.
10658         (V16SI_FTYPE_PV2SI): Ditto.
10659         (V16SF_FTYPE_PV2SF): Ditto.
10660         (V8SF_FTYPE_FLOAT): Ditto.
10661         (V4SF_FTYPE_FLOAT): Ditto.
10662         (V4DF_FTYPE_DOUBLE): Ditto.
10663         (V8SF_FTYPE_PV4SF): Ditto.
10664         (V8SI_FTYPE_PV4SI): Ditto.
10665         (V4SI_FTYPE_PV2SI): Ditto.
10666         (V8SF_FTYPE_PV2SF): Ditto.
10667         (V8SI_FTYPE_PV2SI): Ditto.
10668         (V16SF_FTYPE_PV8SF): Ditto.
10669         (V16SI_FTYPE_PV8SI): Ditto.
10670         (V8DI_FTYPE_V8SF): Ditto.
10671         (V4DI_FTYPE_V4SF): Ditto.
10672         (V2DI_FTYPE_V4SF): Ditto.
10673         (V64QI_FTYPE_QI): Ditto.
10674         (V32HI_FTYPE_HI): Ditto.
10675         (V16UHI_FTYPE_V16UHI): Ditto.
10676         (V32UHI_FTYPE_V32UHI): Ditto.
10677         (V2UDI_FTYPE_V2UDI): Ditto.
10678         (V4UDI_FTYPE_V4UDI): Ditto.
10679         (V8UDI_FTYPE_V8UDI): Ditto.
10680         (V4USI_FTYPE_V4USI): Ditto.
10681         (V16USI_FTYPE_V16USI): Ditto.
10682         (V2DF_FTYPE_V4DF_INT_V2DF_QI): Ditto.
10683         (V2DF_FTYPE_V8DF_INT): Ditto.
10684         (V2DF_FTYPE_V8DF_INT_V2DF_QI): Ditto.
10685         (V2DI_FTYPE_V2DI_INT_V2DI_QI): Ditto.
10686         (V8DF_FTYPE_V8DF_INT): Ditto.
10687         (V4SF_FTYPE_V8SF_INT_V4SF_QI): Ditto.
10688         (V4SI_FTYPE_V2DF_V4SI_QI): Ditto.
10689         (V4SI_FTYPE_V4SI_INT_V4SI_QI): Ditto.
10690         (V4SI_FTYPE_V8HI_V8HI_V4SI_QI): Ditto.
10691         (V4SI_FTYPE_V8SI_INT_V4SI_QI): Ditto.
10692         (V8HI_FTYPE_V16QI_V16QI_V8HI_QI): Ditto.
10693         (V8DI_FTYPE_V8DI_INT): Ditto.
10694         (V8HI_FTYPE_V8SF_INT_V8HI_QI): Ditto.
10695         (V8HI_FTYPE_V4SF_INT_V8HI_QI): Ditto.
10696         (V8SF_FTYPE_V16SF_INT): Ditto.
10697         (V8SF_FTYPE_V16SF_INT_V8SF_QI): Ditto.
10698         (V64QI_FTYPE_V32HI_V32HI): Ditto.
10699         (V32HI_FTYPE_V16SI_V16SI): Ditto.
10700         (V8DF_FTYPE_V8DF_V2DF_INT): Ditto.
10701         (V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI): Ditto.
10702         (V8DF_FTYPE_V8DF_V8DF_INT): Ditto.
10703         (V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI_INT): Ditto.
10704         (V8DF_FTYPE_V8DF_V8DF_V8DI_INT): Ditto.
10705         (V8DF_FTYPE_V8DF_V8DF_V8DI_INT_QI): Ditto.
10706         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI): Ditto.
10707         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT_QI): Ditto.
10708         (V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI_INT): Ditto.
10709         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI): Ditto.
10710         (V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI): Ditto.
10711         (V32HI_FTYPE_V64QI_V64QI): Ditto.
10712         (V16HI_FTYPE_V32QI_V32QI_V16HI_HI): Ditto.
10713         (V32HI_FTYPE_V64QI_V64QI_V32HI_SI): Ditto.
10714         (V32HI_FTYPE_V32HI_V32HI): Ditto.
10715         (V32HI_FTYPE_V32HI_INT): Ditto.
10716         (V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI): Ditto.
10717         (V16SI_FTYPE_V32HI_V32HI): Ditto.
10718         (V8SI_FTYPE_V16HI_V16HI_V8SI_QI): Ditto.
10719         (V16SI_FTYPE_V32HI_V32HI_V16SI_HI): Ditto.
10720         (V8SI_FTYPE_V8SI_INT_V8SI_QI): Ditto.
10721         (V8SI_FTYPE_V16SI_INT): Ditto.
10722         (V8SI_FTYPE_V16SI_INT_V8SI_QI): Ditto.
10723         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
10724         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
10725         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
10726         (V8DI_FTYPE_V8DI_V4DI_INT): Ditto.
10727         (V8DI_FTYPE_V8DI_V2DI_INT): Ditto.
10728         (V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI): Ditto.
10729         (V8DI_FTYPE_V16SI_V16SI): Ditto.
10730         (V8DI_FTYPE_V64QI_V64QI): Ditto.
10731         (V4DI_FTYPE_V4DI_INT_V4DI_QI): Ditto.
10732         (V2DI_FTYPE_V4DI_INT_V2DI_QI): Ditto.
10733         (V2DI_FTYPE_V8DI_INT): Ditto.
10734         (V2DI_FTYPE_V8DI_INT_V2DI_QI): Ditto.
10735         (QI_FTYPE_QI): Ditto.
10736         (SI_FTYPE_SI): Ditto.
10737         (DI_FTYPE_DI): Ditto.
10738         (HI_FTYPE_V16QI): Ditto.
10739         (SI_FTYPE_V32QI): Ditto.
10740         (DI_FTYPE_V64QI): Ditto.
10741         (QI_FTYPE_V8HI): Ditto.
10742         (HI_FTYPE_V16HI): Ditto.
10743         (SI_FTYPE_V32HI): Ditto.
10744         (QI_FTYPE_V4SI): Ditto.
10745         (QI_FTYPE_V8SI): Ditto.
10746         (HI_FTYPE_V16SI): Ditto.
10747         (QI_FTYPE_V2DI): Ditto.
10748         (QI_FTYPE_V4DI): Ditto.
10749         (QI_FTYPE_V8DI): Ditto.
10750         (V16QI_FTYPE_HI): Ditto.
10751         (V32QI_FTYPE_SI): Ditto.
10752         (V64QI_FTYPE_DI): Ditto.
10753         (V8HI_FTYPE_QI): Ditto.
10754         (V16HI_FTYPE_HI): Ditto.
10755         (V32HI_FTYPE_SI): Ditto.
10756         (V4SI_FTYPE_QI): Ditto.
10757         (V4SI_FTYPE_HI): Ditto.
10758         (V8SI_FTYPE_QI): Ditto.
10759         (V8SI_FTYPE_HI): Ditto.
10760         (V2DI_FTYPE_QI): Ditto.
10761         (V4DI_FTYPE_QI): Ditto.
10762         (QI_FTYPE_QI_QI): Ditto.
10763         (SI_FTYPE_SI_SI): Ditto.
10764         (DI_FTYPE_DI_DI): Ditto.
10765         (QI_FTYPE_QI_INT): Ditto.
10766         (SI_FTYPE_SI_INT): Ditto.
10767         (DI_FTYPE_DI_INT): Ditto.
10768         (HI_FTYPE_V16QI_V16QI): Ditto.
10769         (HI_FTYPE_V16QI_V16QI_HI): Ditto.
10770         (HI_FTYPE_V16QI_V16QI_INT_HI): Ditto.
10771         (SI_FTYPE_V32QI_V32QI): Ditto.
10772         (SI_FTYPE_V32QI_V32QI_SI): Ditto.
10773         (SI_FTYPE_V32QI_V32QI_INT_SI): Ditto.
10774         (DI_FTYPE_V64QI_V64QI): Ditto.
10775         (DI_FTYPE_V64QI_V64QI_DI): Ditto.
10776         (DI_FTYPE_V64QI_V64QI_INT_DI): Ditto.
10777         (QI_FTYPE_V8HI_V8HI): Ditto.
10778         (QI_FTYPE_V8HI_V8HI_QI): Ditto.
10779         (QI_FTYPE_V8HI_V8HI_INT_QI): Ditto.
10780         (HI_FTYPE_V16HI_V16HI): Ditto.
10781         (HI_FTYPE_V16HI_V16HI_HI): Ditto.
10782         (HI_FTYPE_V16HI_V16HI_INT_HI): Ditto.
10783         (SI_FTYPE_V32HI_V32HI): Ditto.
10784         (SI_FTYPE_V32HI_V32HI_SI): Ditto.
10785         (SI_FTYPE_V32HI_V32HI_INT_SI): Ditto.
10786         (QI_FTYPE_V4SI_V4SI): Ditto.
10787         (QI_FTYPE_V4SI_V4SI_QI): Ditto.
10788         (QI_FTYPE_V4SI_V4SI_INT_QI): Ditto.
10789         (QI_FTYPE_V8SI_V8SI): Ditto.
10790         (QI_FTYPE_V8SI_V8SI_QI): Ditto.
10791         (QI_FTYPE_V8SI_V8SI_INT_QI): Ditto.
10792         (QI_FTYPE_V2DI_V2DI): Ditto.
10793         (QI_FTYPE_V2DI_V2DI_QI): Ditto.
10794         (QI_FTYPE_V2DI_V2DI_INT_QI): Ditto.
10795         (QI_FTYPE_V4DI_V4DI): Ditto.
10796         (QI_FTYPE_V4DI_V4DI_QI): Ditto.
10797         (QI_FTYPE_V4DI_V4DI_INT_QI): Ditto.
10798         (V32HI_FTYPE_V32HI_V32HI_V32HI): Ditto.
10799         (V4DF_FTYPE_V4DF_V4DI_INT): Ditto.
10800         (V2DF_FTYPE_V2DI_V2DF_V2DF_QI): Ditto.
10801         (V2DF_FTYPE_V2DF_V2DI_V2DF_QI): Ditto.
10802         (V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI): Ditto.
10803         (V8DI_FTYPE_V8DI_V8DI_INT): Ditto.
10804         (V4SF_FTYPE_V4SI_V4SF_V4SF_QI): Ditto.
10805         (V4SF_FTYPE_V4SF_V4SI_V4SF_QI): Ditto.
10806         (V4SF_FTYPE_V4SF_V4SF_V4SF_QI): Ditto.
10807         (V4SF_FTYPE_V4SF_V2DF_V4SF_QI): Ditto.
10808         (V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI): Ditto.
10809         (V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI): Ditto.
10810         (V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI): Ditto.
10811         (V2DF_FTYPE_V2DF_V2DF_QI): Ditto.
10812         (V2DF_FTYPE_V4SF_V2DF_QI): Ditto.
10813         (V2DF_FTYPE_V4SI_V2DF_QI): Ditto.
10814         (V4DF_FTYPE_V4DF_V4DF_QI): Ditto.
10815         (V4DF_FTYPE_V4SF_V4DF_QI): Ditto.
10816         (V4DF_FTYPE_V4SI_V4DF_QI): Ditto.
10817         (V2DI_FTYPE_V4SI_V2DI_QI): Ditto.
10818         (V2DI_FTYPE_V8HI_V2DI_QI): Ditto.
10819         (V8DI_FTYPE_V8DF_V8DI_QI): Ditto.
10820         (V4DI_FTYPE_V4DF_V4DI_QI): Ditto.
10821         (V2DI_FTYPE_V2DF_V2DI_QI): Ditto.
10822         (V2DI_FTYPE_V2DI_V2DI_V2DI_QI): Ditto.
10823         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI): Ditto.
10824         (V4DI_FTYPE_V4DI_V4DI_V4DI_QI): Ditto.
10825         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI): Ditto.
10826         (V2DI_FTYPE_V16QI_V2DI_QI): Ditto.
10827         (V4DI_FTYPE_V16QI_V4DI_QI): Ditto.
10828         (V4DI_FTYPE_V4DI_V4DI_QI): Ditto.
10829         (V4DI_FTYPE_V4SI_V4DI_QI): Ditto.
10830         (V4DI_FTYPE_V8HI_V4DI_QI): Ditto.
10831         (V4DF_FTYPE_V4DI_V4DF_V4DF_QI): Ditto.
10832         (V4DF_FTYPE_V4DF_V4DI_V4DF_QI): Ditto.
10833         (V4DF_FTYPE_V4DF_V4DF_V4DF_QI): Ditto.
10834         (V16QI_FTYPE_V16QI_V16QI_V16QI_HI): Ditto.
10835         (V16HI_FTYPE_V16HI_V16HI_V16HI_HI): Ditto.
10836         (V32HI_FTYPE_V32HI_V32HI_V32HI_SI): Ditto.
10837         (V64QI_FTYPE_V64QI_V64QI_V64QI_DI): Ditto.
10838         (V32QI_FTYPE_V32QI_V32QI_V32QI_SI): Ditto.
10839         (V8HI_FTYPE_V8HI_V8HI_V8HI_QI): Ditto.
10840         (V4SF_FTYPE_V4SF_V4SF_QI): Ditto.
10841         (V4SF_FTYPE_V4SI_V4SF_QI): Ditto.
10842         (V8SF_FTYPE_V8SF_V8SF_QI): Ditto.
10843         (V8SF_FTYPE_V8SI_V8SF_QI): Ditto.
10844         (V4SI_FTYPE_V16QI_V4SI_QI): Ditto.
10845         (V4SI_FTYPE_V8HI_V4SI_QI): Ditto.
10846         (V8SI_FTYPE_V8SI_V8SI_QI): Ditto.
10847         (V8SI_FTYPE_V8HI_V8SI_QI): Ditto.
10848         (V8SI_FTYPE_V16QI_V8SI_QI): Ditto.
10849         (V4SI_FTYPE_V4SI_V4SI_V4SI_QI): Ditto.
10850         (V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI): Ditto.
10851         (V8SF_FTYPE_V8SF_V8SF_V8SF_QI): Ditto.
10852         (V8SF_FTYPE_V8SI_V8SF_V8SF_QI): Ditto.
10853         (V8SF_FTYPE_V8SF_V8SI_V8SF_QI): Ditto.
10854         (V8SI_FTYPE_V8SI_V8SI_V8SI_QI): Ditto.
10855         (V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI): Ditto.
10856         (V16SF_FTYPE_V8SF_V16SF_HI): Ditto.
10857         (V16SI_FTYPE_V8SI_V16SI_HI): Ditto.
10858         (V4SI_FTYPE_V4DF_V4SI_QI): Ditto.
10859         (V8DI_FTYPE_PCCHAR_V8DI_QI): Ditto.
10860         (V8SF_FTYPE_PCFLOAT_V8SF_QI): Ditto.
10861         (V4SF_FTYPE_PCFLOAT_V4SF_QI): Ditto.
10862         (V4DF_FTYPE_PCDOUBLE_V4DF_QI): Ditto.
10863         (V2DF_FTYPE_PCDOUBLE_V2DF_QI): Ditto.
10864         (V8SI_FTYPE_PCCHAR_V8SI_QI): Ditto.
10865         (V4SI_FTYPE_PCCHAR_V4SI_QI): Ditto.
10866         (V4DI_FTYPE_PCCHAR_V4DI_QI): Ditto.
10867         (V2DI_FTYPE_PCCHAR_V2DI_QI): Ditto.
10868         (V16QI_FTYPE_V16SI_V16QI_HI): Ditto.
10869         (V16QI_FTYPE_V8DI_V16QI_QI): Ditto.
10870         (V32HI_FTYPE_V32HI_V32HI_SI): Ditto.
10871         (V32HI_FTYPE_V64QI_V64QI_INT): Ditto.
10872         (V32HI_FTYPE_V32QI_V32HI_SI): Ditto.
10873         (V16HI_FTYPE_V16HI_V16HI_HI): Ditto.
10874         (V16HI_FTYPE_V32QI_V32QI_INT): Ditto.
10875         (V16HI_FTYPE_V16QI_V16HI_HI): Ditto.
10876         (V8HI_FTYPE_V16QI_V8HI_QI): Ditto.
10877         (V8HI_FTYPE_V16QI_V16QI_INT): Ditto.
10878         (V8SF_FTYPE_V4SF_V8SF_QI): Ditto.
10879         (V4DF_FTYPE_V2DF_V4DF_QI): Ditto.
10880         (V8SI_FTYPE_V4SI_V8SI_QI): Ditto.
10881         (V8SI_FTYPE_SI_V8SI_QI): Ditto.
10882         (V4SI_FTYPE_V4SI_V4SI_QI): Ditto.
10883         (V4SI_FTYPE_SI_V4SI_QI): Ditto.
10884         (V4DI_FTYPE_V2DI_V4DI_QI): Ditto.
10885         (V4DI_FTYPE_DI_V4DI_QI): Ditto.
10886         (V2DI_FTYPE_V2DI_V2DI_QI): Ditto.
10887         (V2DI_FTYPE_DI_V2DI_QI): Ditto.
10888         (V64QI_FTYPE_V64QI_V64QI_DI): Ditto.
10889         (V64QI_FTYPE_V16QI_V64QI_DI): Ditto.
10890         (V64QI_FTYPE_QI_V64QI_DI): Ditto.
10891         (V32QI_FTYPE_V32QI_V32QI_SI): Ditto.
10892         (V32QI_FTYPE_V16QI_V32QI_SI): Ditto.
10893         (V32QI_FTYPE_QI_V32QI_SI): Ditto.
10894         (V16QI_FTYPE_V16QI_V16QI_HI): Ditto.
10895         (V16QI_FTYPE_QI_V16QI_HI): Ditto.
10896         (V32HI_FTYPE_V8HI_V32HI_SI): Ditto.
10897         (V32HI_FTYPE_HI_V32HI_SI): Ditto.
10898         (V16HI_FTYPE_V8HI_V16HI_HI): Ditto.
10899         (V16HI_FTYPE_HI_V16HI_HI): Ditto.
10900         (V8HI_FTYPE_V8HI_V8HI_QI): Ditto.
10901         (V8HI_FTYPE_HI_V8HI_QI): Ditto.
10902         (V64QI_FTYPE_PCV64QI_V64QI_DI): Ditto.
10903         (V32HI_FTYPE_PCV32HI_V32HI_SI): Ditto.
10904         (V32QI_FTYPE_PCV32QI_V32QI_SI): Ditto.
10905         (V16SF_FTYPE_PCV8SF_V16SF_HI): Ditto.
10906         (V16SI_FTYPE_PCV8SI_V16SI_HI): Ditto.
10907         (V16HI_FTYPE_PCV16HI_V16HI_HI): Ditto.
10908         (V16QI_FTYPE_PCV16QI_V16QI_HI): Ditto.
10909         (V8DF_FTYPE_PCV2DF_V8DF_QI): Ditto.
10910         (V8SF_FTYPE_PCV8SF_V8SF_QI): Ditto.
10911         (V8SF_FTYPE_PCV4SF_V8SF_QI): Ditto.
10912         (V8DI_FTYPE_PCV2DI_V8DI_QI): Ditto.
10913         (V8SI_FTYPE_PCV8SI_V8SI_QI): Ditto.
10914         (V8SI_FTYPE_PCV4SI_V8SI_QI): Ditto.
10915         (V8HI_FTYPE_PCV8HI_V8HI_QI): Ditto.
10916         (V4DF_FTYPE_PCV2DF_V4DF_QI): Ditto.
10917         (V4DF_FTYPE_PCV4DF_V4DF_QI): Ditto.
10918         (V4SF_FTYPE_PCV4SF_V4SF_QI): Ditto.
10919         (V4DI_FTYPE_PCV4DI_V4DI_QI): Ditto.
10920         (V4DI_FTYPE_PCV2DI_V4DI_QI): Ditto.
10921         (V4SI_FTYPE_PCV4SI_V4SI_QI): Ditto.
10922         (V2DF_FTYPE_PCV2DF_V2DF_QI): Ditto.
10923         (V2DI_FTYPE_PCV2DI_V2DI_QI): Ditto.
10924         (V16QI_FTYPE_V8HI_V16QI_QI): Ditto.
10925         (V16QI_FTYPE_V16HI_V16QI_HI): Ditto.
10926         (V16QI_FTYPE_V4SI_V16QI_QI): Ditto.
10927         (V16QI_FTYPE_V8SI_V16QI_QI): Ditto.
10928         (V8HI_FTYPE_V4SI_V8HI_QI): Ditto.
10929         (V8HI_FTYPE_V8SI_V8HI_QI): Ditto.
10930         (V16QI_FTYPE_V2DI_V16QI_QI): Ditto.
10931         (V16QI_FTYPE_V4DI_V16QI_QI): Ditto.
10932         (V8HI_FTYPE_V2DI_V8HI_QI): Ditto.
10933         (V8HI_FTYPE_V4DI_V8HI_QI): Ditto.
10934         (V4SI_FTYPE_V2DI_V4SI_QI): Ditto.
10935         (V4SI_FTYPE_V4DI_V4SI_QI): Ditto.
10936         (V32QI_FTYPE_V32HI_V32QI_SI): Ditto.
10937         (V2DF_FTYPE_V2DF_INT_V2DF_QI): Ditto.
10938         (V4DF_FTYPE_V4DF_INT_V4DF_QI): Ditto.
10939         (V4SF_FTYPE_V4SF_INT_V4SF_QI): Ditto.
10940         (V8SF_FTYPE_V8SF_INT_V8SF_QI): Ditto.
10941         (V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI): Ditto.
10942         (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_QI): Ditto.
10943         (V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI): Ditto.
10944         (V4SF_FTYPE_V4SF_V4SF_INT_V4SF_QI): Ditto.
10945         (VOID_FTYPE_PV8HI_V4DI_QI): Ditto.
10946         (VOID_FTYPE_PV8HI_V2DI_QI): Ditto.
10947         (VOID_FTYPE_PV4SI_V4DI_QI): Ditto.
10948         (VOID_FTYPE_PV4SI_V2DI_QI): Ditto.
10949         (VOID_FTYPE_PV8HI_V8SI_QI): Ditto.
10950         (VOID_FTYPE_PV8HI_V4SI_QI): Ditto.
10951         (VOID_FTYPE_PV4DF_V4DF_QI): Ditto.
10952         (VOID_FTYPE_PV2DF_V2DF_QI): Ditto.
10953         (VOID_FTYPE_PV8SF_V8SF_QI): Ditto.
10954         (VOID_FTYPE_PV4SF_V4SF_QI): Ditto.
10955         (VOID_FTYPE_PV4DI_V4DI_QI): Ditto.
10956         (VOID_FTYPE_PV2DI_V2DI_QI): Ditto.
10957         (VOID_FTYPE_PV16QI_V8SI_QI): Ditto.
10958         (VOID_FTYPE_PV16QI_V4SI_QI): Ditto.
10959         (VOID_FTYPE_PV16QI_V4DI_QI): Ditto.
10960         (VOID_FTYPE_PV16QI_V2DI_QI): Ditto.
10961         (VOID_FTYPE_PV8SI_V8SI_QI): Ditto.
10962         (VOID_FTYPE_PV4SI_V4SI_QI): Ditto.
10963         (VOID_FTYPE_PV32HI_V32HI_SI): Ditto.
10964         (VOID_FTYPE_PV16HI_V16HI_HI): Ditto.
10965         (VOID_FTYPE_PV8HI_V8HI_QI): Ditto.
10966         (VOID_FTYPE_PV64QI_V64QI_DI): Ditto.
10967         (VOID_FTYPE_PV32QI_V32QI_SI): Ditto.
10968         (VOID_FTYPE_PV16QI_V16QI_HI): Ditto.
10969         (V8SI_FTYPE_V8SF_V8SI_QI): Ditto.
10970         (V4SI_FTYPE_V4SF_V4SI_QI): Ditto.
10971         (V8DI_FTYPE_V8SF_V8DI_QI): Ditto.
10972         (V4DI_FTYPE_V4SF_V4DI_QI): Ditto.
10973         (V2DI_FTYPE_V4SF_V2DI_QI): Ditto.
10974         (V8SF_FTYPE_V8DI_V8SF_QI): Ditto.
10975         (V4SF_FTYPE_V4DI_V4SF_QI): Ditto.
10976         (V4SF_FTYPE_V2DI_V4SF_QI): Ditto.
10977         (V8DF_FTYPE_V8DI_V8DF_QI): Ditto.
10978         (V4DF_FTYPE_V4DI_V4DF_QI): Ditto.
10979         (V2DF_FTYPE_V2DI_V2DF_QI): Ditto.
10980         (V32HI_FTYPE_V32HI_INT_V32HI_SI): Ditto.
10981         (V32HI_FTYPE_V32HI_V8HI_V32HI_SI): Ditto.
10982         (V16HI_FTYPE_V16HI_INT_V16HI_HI): Ditto.
10983         (V16HI_FTYPE_V16HI_V8HI_V16HI_HI): Ditto.
10984         (V8HI_FTYPE_V8HI_INT_V8HI_QI): Ditto.
10985         (V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI): Ditto.
10986         (V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI): Ditto.
10987         (V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI): Ditto.
10988         (V64QI_FTYPE_V32HI_V32HI_V64QI_DI): Ditto.
10989         (V32QI_FTYPE_V16HI_V16HI_V32QI_SI): Ditto.
10990         (V16QI_FTYPE_V8HI_V8HI_V16QI_HI): Ditto.
10991         (V32HI_FTYPE_V16SI_V16SI_V32HI_SI): Ditto.
10992         (V16HI_FTYPE_V8SI_V8SI_V16HI_HI): Ditto.
10993         (V8HI_FTYPE_V4SI_V4SI_V8HI_QI): Ditto.
10994         (V8DI_FTYPE_V16SI_V16SI_V8DI_QI): Ditto.
10995         (V4DI_FTYPE_V8SI_V8SI_V4DI_QI): Ditto.
10996         (V2DI_FTYPE_V4SI_V4SI_V2DI_QI): Ditto.
10997         (V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI): Ditto.
10998         (V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI): Ditto.
10999         (V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI): Ditto.
11000         (V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI): Ditto.
11001         (V2DF_FTYPE_V2DF_V2DI_V2DF): Ditto.
11002         (V4DF_FTYPE_V4DF_V4DI_V4DF): Ditto.
11003         (V4SF_FTYPE_V4SF_V4SI_V4SF): Ditto.
11004         (V8SF_FTYPE_V8SF_V8SI_V8SF): Ditto.
11005         (V8SI_FTYPE_V8SI_V4SI_V8SI_QI): Ditto.
11006         (V4DI_FTYPE_V4DI_V2DI_V4DI_QI): Ditto.
11007         (QI_FTYPE_V8DF_INT): Ditto.
11008         (QI_FTYPE_V4DF_INT): Ditto.
11009         (QI_FTYPE_V4DF_V4DF_INT_QI): Ditto.
11010         (QI_FTYPE_V2DF_INT): Ditto.
11011         (HI_FTYPE_V16SF_INT): Ditto.
11012         (QI_FTYPE_V8SF_INT): Ditto.
11013         (QI_FTYPE_V8SF_V8SF_INT_QI): Ditto.
11014         (QI_FTYPE_V4SF_INT): Ditto.
11015         (QI_FTYPE_V8DF_INT_QI): Ditto.
11016         (QI_FTYPE_V4DF_INT_QI): Ditto.
11017         (QI_FTYPE_V2DF_INT_QI): Ditto.
11018         (HI_FTYPE_V16SF_INT_HI): Ditto.
11019         (QI_FTYPE_V8SF_INT_QI): Ditto.
11020         (QI_FTYPE_V4SF_INT_QI): Ditto.
11021         (V8DI_FTYPE_V8DF_V8DI_QI_INT): Ditto.
11022         (V8DI_FTYPE_V8SF_V8DI_QI_INT): Ditto.
11023         (V8DF_FTYPE_V8DI_V8DF_QI_INT): Ditto.
11024         (V8SF_FTYPE_V8DI_V8SF_QI_INT): Ditto.
11025         (V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_QI_INT): Ditto.
11026         (V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_QI_INT): Ditto.
11027         (V4DF_FTYPE_V4DF_PCDOUBLE_V8SI_QI_INT): Ditto.
11028         (V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_QI_INT): Ditto.
11029         (V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_QI_INT): Ditto.
11030         (V4SF_FTYPE_V4SF_PCFLOAT_V4SI_QI_INT): Ditto.
11031         (V8SF_FTYPE_V8SF_PCFLOAT_V8SI_QI_INT): Ditto.
11032         (V4SF_FTYPE_V4SF_PCFLOAT_V2DI_QI_INT): Ditto.
11033         (V4SF_FTYPE_V4SF_PCFLOAT_V4DI_QI_INT): Ditto.
11034         (V8SF_FTYPE_V8SF_PCFLOAT_V4DI_QI_INT): Ditto.
11035         (V2DI_FTYPE_V2DI_PCINT64_V4SI_QI_INT): Ditto.
11036         (V4DI_FTYPE_V4DI_PCINT64_V4SI_QI_INT): Ditto.
11037         (V4DI_FTYPE_V4DI_PCINT64_V8SI_QI_INT): Ditto.
11038         (V2DI_FTYPE_V2DI_PCINT64_V2DI_QI_INT): Ditto.
11039         (V4DI_FTYPE_V4DI_PCINT64_V4DI_QI_INT): Ditto.
11040         (V4SI_FTYPE_V4SI_PCINT_V4SI_QI_INT): Ditto.
11041         (V8SI_FTYPE_V8SI_PCINT_V8SI_QI_INT): Ditto.
11042         (V4SI_FTYPE_V4SI_PCINT_V2DI_QI_INT): Ditto.
11043         (V4SI_FTYPE_V4SI_PCINT_V4DI_QI_INT): Ditto.
11044         (V8SI_FTYPE_V8SI_PCINT_V4DI_QI_INT): Ditto.
11045         (VOID_FTYPE_PFLOAT_QI_V8SI_V8SF_INT): Ditto.
11046         (VOID_FTYPE_PFLOAT_QI_V4SI_V4SF_INT): Ditto.
11047         (VOID_FTYPE_PDOUBLE_QI_V4SI_V4DF_INT): Ditto.
11048         (VOID_FTYPE_PDOUBLE_QI_V4SI_V2DF_INT): Ditto.
11049         (VOID_FTYPE_PFLOAT_QI_V4DI_V4SF_INT): Ditto.
11050         (VOID_FTYPE_PFLOAT_QI_V2DI_V4SF_INT): Ditto.
11051         (VOID_FTYPE_PDOUBLE_QI_V4DI_V4DF_INT): Ditto.
11052         (VOID_FTYPE_PDOUBLE_QI_V2DI_V2DF_INT): Ditto.
11053         (VOID_FTYPE_PINT_QI_V8SI_V8SI_INT): Ditto.
11054         (VOID_FTYPE_PINT_QI_V4SI_V4SI_INT): Ditto.
11055         (VOID_FTYPE_PLONGLONG_QI_V4SI_V4DI_INT): Ditto.
11056         (VOID_FTYPE_PLONGLONG_QI_V4SI_V2DI_INT): Ditto.
11057         (VOID_FTYPE_PINT_QI_V4DI_V4SI_INT): Ditto.
11058         (VOID_FTYPE_PINT_QI_V2DI_V4SI_INT): Ditto.
11059         (VOID_FTYPE_PLONGLONG_QI_V4DI_V4DI_INT): Ditto.
11060         (VOID_FTYPE_PLONGLONG_QI_V2DI_V2DI_INT): Ditto.
11061         (V8DI_FTYPE_V8DI_INT): Ditto.
11062         (V8DI_FTYPE_V8DI_V8DI_INT): Ditto.
11063         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
11064         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
11065         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
11066         (V2DF_FTYPE_ V2DF_ V2DF_ V2DI_ INT_ QI): Remove.
11067         (V4SF_FTYPE_ V4SF_ V2DF_ V4SF_ QI): Ditto.
11068         (V4SF_FTYPE_ V4SF_ V4SF_ V4SF_ QI): Ditto.
11069         (V2DF_FTYPE_ PCDOUBLE_ V2DF_ QI): Ditto.
11070         (V4SF_FTYPE_ PCFLOAT_ V4SF_ QI): Ditto.
11071         (V16QI_FTYPE_ V16SI_ V16QI_ HI): Ditto.
11072         (V16QI_FTYPE_ V8DI_ V16QI_ QI): Ditto.
11073         (V4SF_FTYPE_ V4SF_ V4SF_ INT_ V4SF_ QI): Ditto.
11074         (V2DF_FTYPE_ V2DF_ V2DF_ INT_ V2DF_ QI): Ditto.
11075         (V8DI_FTYPE_ V16SI_ V16SI_ V8DI_ QI): Ditto.
11076         * config/i386/i386.c (ix86_builtins):
11077         Add IX86_BUILTIN_PMOVUSQD256_MEM, IX86_BUILTIN_PMOVUSQD128_MEM,
11078         IX86_BUILTIN_PMOVSQD256_MEM, IX86_BUILTIN_PMOVSQD128_MEM,
11079         IX86_BUILTIN_PMOVQD256_MEM, IX86_BUILTIN_PMOVQD128_MEM,
11080         IX86_BUILTIN_PMOVUSQW256_MEM, IX86_BUILTIN_PMOVUSQW128_MEM,
11081         IX86_BUILTIN_PMOVSQW256_MEM, IX86_BUILTIN_PMOVSQW128_MEM,
11082         IX86_BUILTIN_PMOVQW256_MEM, IX86_BUILTIN_PMOVQW128_MEM,
11083         IX86_BUILTIN_PMOVUSQB256_MEM, IX86_BUILTIN_PMOVUSQB128_MEM,
11084         IX86_BUILTIN_PMOVSQB256_MEM, IX86_BUILTIN_PMOVSQB128_MEM,
11085         IX86_BUILTIN_PMOVQB256_MEM, IX86_BUILTIN_PMOVQB128_MEM,
11086         IX86_BUILTIN_PMOVUSDW256_MEM, IX86_BUILTIN_PMOVUSDW128_MEM,
11087         IX86_BUILTIN_PMOVSDW256_MEM, IX86_BUILTIN_PMOVSDW128_MEM,
11088         IX86_BUILTIN_PMOVDW256_MEM, IX86_BUILTIN_PMOVDW128_MEM,
11089         IX86_BUILTIN_PMOVUSDB256_MEM, IX86_BUILTIN_PMOVUSDB128_MEM,
11090         IX86_BUILTIN_PMOVSDB256_MEM, IX86_BUILTIN_PMOVSDB128_MEM,
11091         IX86_BUILTIN_PMOVDB256_MEM, IX86_BUILTIN_PMOVDB128_MEM,
11092         IX86_BUILTIN_MOVDQA64LOAD256_MASK, IX86_BUILTIN_MOVDQA64LOAD128_MASK,
11093         IX86_BUILTIN_MOVDQA32LOAD256_MASK, IX86_BUILTIN_MOVDQA32LOAD128_MASK,
11094         IX86_BUILTIN_MOVDQA64STORE256_MASK, IX86_BUILTIN_MOVDQA64STORE128_MASK,
11095         IX86_BUILTIN_MOVDQA32STORE256_MASK, IX86_BUILTIN_MOVDQA32STORE128_MASK,
11096         IX86_BUILTIN_LOADAPD256_MASK, IX86_BUILTIN_LOADAPD128_MASK,
11097         IX86_BUILTIN_LOADAPS256_MASK, IX86_BUILTIN_LOADAPS128_MASK,
11098         IX86_BUILTIN_STOREAPD256_MASK, IX86_BUILTIN_STOREAPD128_MASK,
11099         IX86_BUILTIN_STOREAPS256_MASK, IX86_BUILTIN_STOREAPS128_MASK,
11100         IX86_BUILTIN_LOADUPD256_MASK, IX86_BUILTIN_LOADUPD128_MASK,
11101         IX86_BUILTIN_LOADUPS256_MASK, IX86_BUILTIN_LOADUPS128_MASK,
11102         IX86_BUILTIN_STOREUPD256_MASK, IX86_BUILTIN_STOREUPD128_MASK,
11103         IX86_BUILTIN_STOREUPS256_MASK, IX86_BUILTIN_STOREUPS128_MASK,
11104         IX86_BUILTIN_LOADDQUDI256_MASK, IX86_BUILTIN_LOADDQUDI128_MASK,
11105         IX86_BUILTIN_LOADDQUSI256_MASK, IX86_BUILTIN_LOADDQUSI128_MASK,
11106         IX86_BUILTIN_LOADDQUHI256_MASK, IX86_BUILTIN_LOADDQUHI128_MASK,
11107         IX86_BUILTIN_LOADDQUQI256_MASK, IX86_BUILTIN_LOADDQUQI128_MASK,
11108         IX86_BUILTIN_STOREDQUDI256_MASK, IX86_BUILTIN_STOREDQUDI128_MASK,
11109         IX86_BUILTIN_STOREDQUSI256_MASK, IX86_BUILTIN_STOREDQUSI128_MASK,
11110         IX86_BUILTIN_STOREDQUHI256_MASK, IX86_BUILTIN_STOREDQUHI128_MASK,
11111         IX86_BUILTIN_STOREDQUQI256_MASK, IX86_BUILTIN_STOREDQUQI128_MASK,
11112         IX86_BUILTIN_COMPRESSPDSTORE256, IX86_BUILTIN_COMPRESSPDSTORE128,
11113         IX86_BUILTIN_COMPRESSPSSTORE256, IX86_BUILTIN_COMPRESSPSSTORE128,
11114         IX86_BUILTIN_PCOMPRESSQSTORE256, IX86_BUILTIN_PCOMPRESSQSTORE128,
11115         IX86_BUILTIN_PCOMPRESSDSTORE256, IX86_BUILTIN_PCOMPRESSDSTORE128,
11116         IX86_BUILTIN_EXPANDPDLOAD256, IX86_BUILTIN_EXPANDPDLOAD128,
11117         IX86_BUILTIN_EXPANDPSLOAD256, IX86_BUILTIN_EXPANDPSLOAD128,
11118         IX86_BUILTIN_PEXPANDQLOAD256, IX86_BUILTIN_PEXPANDQLOAD128,
11119         IX86_BUILTIN_PEXPANDDLOAD256, IX86_BUILTIN_PEXPANDDLOAD128,
11120         IX86_BUILTIN_EXPANDPDLOAD256Z, IX86_BUILTIN_EXPANDPDLOAD128Z,
11121         IX86_BUILTIN_EXPANDPSLOAD256Z, IX86_BUILTIN_EXPANDPSLOAD128Z,
11122         IX86_BUILTIN_PEXPANDQLOAD256Z, IX86_BUILTIN_PEXPANDQLOAD128Z,
11123         IX86_BUILTIN_PEXPANDDLOAD256Z, IX86_BUILTIN_PEXPANDDLOAD128Z,
11124         IX86_BUILTIN_PALIGNR256_MASK, IX86_BUILTIN_PALIGNR128_MASK,
11125         IX86_BUILTIN_MOVDQA64_256_MASK, IX86_BUILTIN_MOVDQA64_128_MASK,
11126         IX86_BUILTIN_MOVDQA32_256_MASK, IX86_BUILTIN_MOVDQA32_128_MASK,
11127         IX86_BUILTIN_MOVAPD256_MASK, IX86_BUILTIN_MOVAPD128_MASK,
11128         IX86_BUILTIN_MOVAPS256_MASK, IX86_BUILTIN_MOVAPS128_MASK,
11129         IX86_BUILTIN_MOVDQUHI256_MASK, IX86_BUILTIN_MOVDQUHI128_MASK,
11130         IX86_BUILTIN_MOVDQUQI256_MASK, IX86_BUILTIN_MOVDQUQI128_MASK,
11131         IX86_BUILTIN_MINPS128_MASK, IX86_BUILTIN_MAXPS128_MASK,
11132         IX86_BUILTIN_MINPD128_MASK, IX86_BUILTIN_MAXPD128_MASK,
11133         IX86_BUILTIN_MAXPD256_MASK, IX86_BUILTIN_MAXPS256_MASK,
11134         IX86_BUILTIN_MINPD256_MASK, IX86_BUILTIN_MINPS256_MASK,
11135         IX86_BUILTIN_MULPS128_MASK, IX86_BUILTIN_DIVPS128_MASK,
11136         IX86_BUILTIN_MULPD128_MASK, IX86_BUILTIN_DIVPD128_MASK,
11137         IX86_BUILTIN_DIVPD256_MASK, IX86_BUILTIN_DIVPS256_MASK,
11138         IX86_BUILTIN_MULPD256_MASK, IX86_BUILTIN_MULPS256_MASK,
11139         IX86_BUILTIN_ADDPD128_MASK, IX86_BUILTIN_ADDPD256_MASK,
11140         IX86_BUILTIN_ADDPS128_MASK, IX86_BUILTIN_ADDPS256_MASK,
11141         IX86_BUILTIN_SUBPD128_MASK, IX86_BUILTIN_SUBPD256_MASK,
11142         IX86_BUILTIN_SUBPS128_MASK, IX86_BUILTIN_SUBPS256_MASK,
11143         IX86_BUILTIN_XORPD256_MASK, IX86_BUILTIN_XORPD128_MASK,
11144         IX86_BUILTIN_XORPS256_MASK, IX86_BUILTIN_XORPS128_MASK,
11145         IX86_BUILTIN_ORPD256_MASK, IX86_BUILTIN_ORPD128_MASK,
11146         IX86_BUILTIN_ORPS256_MASK, IX86_BUILTIN_ORPS128_MASK,
11147         IX86_BUILTIN_BROADCASTF32x2_256, IX86_BUILTIN_BROADCASTI32x2_256,
11148         IX86_BUILTIN_BROADCASTI32x2_128, IX86_BUILTIN_BROADCASTF64X2_256,
11149         IX86_BUILTIN_BROADCASTI64X2_256, IX86_BUILTIN_BROADCASTF32X4_256,
11150         IX86_BUILTIN_BROADCASTI32X4_256, IX86_BUILTIN_EXTRACTF32X4_256,
11151         IX86_BUILTIN_EXTRACTI32X4_256, IX86_BUILTIN_DBPSADBW256,
11152         IX86_BUILTIN_DBPSADBW128, IX86_BUILTIN_CVTTPD2QQ256,
11153         IX86_BUILTIN_CVTTPD2QQ128, IX86_BUILTIN_CVTTPD2UQQ256,
11154         IX86_BUILTIN_CVTTPD2UQQ128, IX86_BUILTIN_CVTPD2QQ256,
11155         IX86_BUILTIN_CVTPD2QQ128, IX86_BUILTIN_CVTPD2UQQ256,
11156         IX86_BUILTIN_CVTPD2UQQ128, IX86_BUILTIN_CVTPD2UDQ256_MASK,
11157         IX86_BUILTIN_CVTPD2UDQ128_MASK, IX86_BUILTIN_CVTTPS2QQ256,
11158         IX86_BUILTIN_CVTTPS2QQ128, IX86_BUILTIN_CVTTPS2UQQ256,
11159         IX86_BUILTIN_CVTTPS2UQQ128, IX86_BUILTIN_CVTTPS2DQ256_MASK,
11160         IX86_BUILTIN_CVTTPS2DQ128_MASK, IX86_BUILTIN_CVTTPS2UDQ256,
11161         IX86_BUILTIN_CVTTPS2UDQ128, IX86_BUILTIN_CVTTPD2DQ256_MASK,
11162         IX86_BUILTIN_CVTTPD2DQ128_MASK, IX86_BUILTIN_CVTTPD2UDQ256_MASK,
11163         IX86_BUILTIN_CVTTPD2UDQ128_MASK, IX86_BUILTIN_CVTPD2DQ256_MASK,
11164         IX86_BUILTIN_CVTPD2DQ128_MASK, IX86_BUILTIN_CVTDQ2PD256_MASK,
11165         IX86_BUILTIN_CVTDQ2PD128_MASK, IX86_BUILTIN_CVTUDQ2PD256_MASK,
11166         IX86_BUILTIN_CVTUDQ2PD128_MASK, IX86_BUILTIN_CVTDQ2PS256_MASK,
11167         IX86_BUILTIN_CVTDQ2PS128_MASK, IX86_BUILTIN_CVTUDQ2PS256_MASK,
11168         IX86_BUILTIN_CVTUDQ2PS128_MASK, IX86_BUILTIN_CVTPS2PD256_MASK,
11169         IX86_BUILTIN_CVTPS2PD128_MASK, IX86_BUILTIN_PBROADCASTB256_MASK,
11170         IX86_BUILTIN_PBROADCASTB256_GPR_MASK, IX86_BUILTIN_PBROADCASTB128_MASK,
11171         IX86_BUILTIN_PBROADCASTB128_GPR_MASK, IX86_BUILTIN_PBROADCASTW256_MASK,
11172         IX86_BUILTIN_PBROADCASTW256_GPR_MASK, IX86_BUILTIN_PBROADCASTW128_MASK,
11173         IX86_BUILTIN_PBROADCASTW128_GPR_MASK, IX86_BUILTIN_PBROADCASTD256_MASK,
11174         IX86_BUILTIN_PBROADCASTD256_GPR_MASK, IX86_BUILTIN_PBROADCASTD128_MASK,
11175         IX86_BUILTIN_PBROADCASTD128_GPR_MASK, IX86_BUILTIN_PBROADCASTQ256_MASK,
11176         IX86_BUILTIN_PBROADCASTQ256_GPR_MASK, IX86_BUILTIN_PBROADCASTQ256_MEM_MASK,
11177         IX86_BUILTIN_PBROADCASTQ128_MASK, IX86_BUILTIN_PBROADCASTQ128_GPR_MASK,
11178         IX86_BUILTIN_PBROADCASTQ128_MEM_MASK, IX86_BUILTIN_BROADCASTSS256,
11179         IX86_BUILTIN_BROADCASTSS128, IX86_BUILTIN_BROADCASTSD256,
11180         IX86_BUILTIN_EXTRACTF64X2_256, IX86_BUILTIN_EXTRACTI64X2_256,
11181         IX86_BUILTIN_INSERTF32X4_256, IX86_BUILTIN_INSERTI32X4_256,
11182         IX86_BUILTIN_PMOVSXBW256_MASK, IX86_BUILTIN_PMOVSXBW128_MASK,
11183         IX86_BUILTIN_PMOVSXBD256_MASK, IX86_BUILTIN_PMOVSXBD128_MASK,
11184         IX86_BUILTIN_PMOVSXBQ256_MASK, IX86_BUILTIN_PMOVSXBQ128_MASK,
11185         IX86_BUILTIN_PMOVSXWD256_MASK, IX86_BUILTIN_PMOVSXWD128_MASK,
11186         IX86_BUILTIN_PMOVSXWQ256_MASK, IX86_BUILTIN_PMOVSXWQ128_MASK,
11187         IX86_BUILTIN_PMOVSXDQ256_MASK, IX86_BUILTIN_PMOVSXDQ128_MASK,
11188         IX86_BUILTIN_PMOVZXBW256_MASK, IX86_BUILTIN_PMOVZXBW128_MASK,
11189         IX86_BUILTIN_PMOVZXBD256_MASK, IX86_BUILTIN_PMOVZXBD128_MASK,
11190         IX86_BUILTIN_PMOVZXBQ256_MASK, IX86_BUILTIN_PMOVZXBQ128_MASK,
11191         IX86_BUILTIN_PMOVZXWD256_MASK, IX86_BUILTIN_PMOVZXWD128_MASK,
11192         IX86_BUILTIN_PMOVZXWQ256_MASK, IX86_BUILTIN_PMOVZXWQ128_MASK,
11193         IX86_BUILTIN_PMOVZXDQ256_MASK, IX86_BUILTIN_PMOVZXDQ128_MASK,
11194         IX86_BUILTIN_REDUCEPD256_MASK, IX86_BUILTIN_REDUCEPD128_MASK,
11195         IX86_BUILTIN_REDUCEPS256_MASK, IX86_BUILTIN_REDUCEPS128_MASK,
11196         IX86_BUILTIN_REDUCESD_MASK, IX86_BUILTIN_REDUCESS_MASK,
11197         IX86_BUILTIN_VPERMVARHI256_MASK, IX86_BUILTIN_VPERMVARHI128_MASK,
11198         IX86_BUILTIN_VPERMT2VARHI256, IX86_BUILTIN_VPERMT2VARHI256_MASKZ,
11199         IX86_BUILTIN_VPERMT2VARHI128, IX86_BUILTIN_VPERMT2VARHI128_MASKZ,
11200         IX86_BUILTIN_VPERMI2VARHI256, IX86_BUILTIN_VPERMI2VARHI128,
11201         IX86_BUILTIN_RCP14PD256, IX86_BUILTIN_RCP14PD128,
11202         IX86_BUILTIN_RCP14PS256, IX86_BUILTIN_RCP14PS128,
11203         IX86_BUILTIN_RSQRT14PD256_MASK, IX86_BUILTIN_RSQRT14PD128_MASK,
11204         IX86_BUILTIN_RSQRT14PS256_MASK, IX86_BUILTIN_RSQRT14PS128_MASK,
11205         IX86_BUILTIN_SQRTPD256_MASK, IX86_BUILTIN_SQRTPD128_MASK,
11206         IX86_BUILTIN_SQRTPS256_MASK, IX86_BUILTIN_SQRTPS128_MASK,
11207         IX86_BUILTIN_PADDB128_MASK, IX86_BUILTIN_PADDW128_MASK,
11208         IX86_BUILTIN_PADDD128_MASK, IX86_BUILTIN_PADDQ128_MASK,
11209         IX86_BUILTIN_PSUBB128_MASK, IX86_BUILTIN_PSUBW128_MASK,
11210         IX86_BUILTIN_PSUBD128_MASK, IX86_BUILTIN_PSUBQ128_MASK,
11211         IX86_BUILTIN_PADDSB128_MASK, IX86_BUILTIN_PADDSW128_MASK,
11212         IX86_BUILTIN_PSUBSB128_MASK, IX86_BUILTIN_PSUBSW128_MASK,
11213         IX86_BUILTIN_PADDUSB128_MASK, IX86_BUILTIN_PADDUSW128_MASK,
11214         IX86_BUILTIN_PSUBUSB128_MASK, IX86_BUILTIN_PSUBUSW128_MASK,
11215         IX86_BUILTIN_PADDB256_MASK, IX86_BUILTIN_PADDW256_MASK,
11216         IX86_BUILTIN_PADDD256_MASK, IX86_BUILTIN_PADDQ256_MASK,
11217         IX86_BUILTIN_PADDSB256_MASK, IX86_BUILTIN_PADDSW256_MASK,
11218         IX86_BUILTIN_PADDUSB256_MASK, IX86_BUILTIN_PADDUSW256_MASK,
11219         IX86_BUILTIN_PSUBB256_MASK, IX86_BUILTIN_PSUBW256_MASK,
11220         IX86_BUILTIN_PSUBD256_MASK, IX86_BUILTIN_PSUBQ256_MASK,
11221         IX86_BUILTIN_PSUBSB256_MASK, IX86_BUILTIN_PSUBSW256_MASK,
11222         IX86_BUILTIN_PSUBUSB256_MASK, IX86_BUILTIN_PSUBUSW256_MASK,
11223         IX86_BUILTIN_SHUF_F64x2_256, IX86_BUILTIN_SHUF_I64x2_256,
11224         IX86_BUILTIN_SHUF_I32x4_256, IX86_BUILTIN_SHUF_F32x4_256,
11225         IX86_BUILTIN_PMOVWB128, IX86_BUILTIN_PMOVWB256,
11226         IX86_BUILTIN_PMOVSWB128, IX86_BUILTIN_PMOVSWB256,
11227         IX86_BUILTIN_PMOVUSWB128, IX86_BUILTIN_PMOVUSWB256,
11228         IX86_BUILTIN_PMOVDB128, IX86_BUILTIN_PMOVDB256,
11229         IX86_BUILTIN_PMOVSDB128, IX86_BUILTIN_PMOVSDB256,
11230         IX86_BUILTIN_PMOVUSDB128, IX86_BUILTIN_PMOVUSDB256,
11231         IX86_BUILTIN_PMOVDW128, IX86_BUILTIN_PMOVDW256,
11232         IX86_BUILTIN_PMOVSDW128, IX86_BUILTIN_PMOVSDW256,
11233         IX86_BUILTIN_PMOVUSDW128, IX86_BUILTIN_PMOVUSDW256,
11234         IX86_BUILTIN_PMOVQB128, IX86_BUILTIN_PMOVQB256,
11235         IX86_BUILTIN_PMOVSQB128, IX86_BUILTIN_PMOVSQB256,
11236         IX86_BUILTIN_PMOVUSQB128, IX86_BUILTIN_PMOVUSQB256,
11237         IX86_BUILTIN_PMOVQW128, IX86_BUILTIN_PMOVQW256,
11238         IX86_BUILTIN_PMOVSQW128, IX86_BUILTIN_PMOVSQW256,
11239         IX86_BUILTIN_PMOVUSQW128, IX86_BUILTIN_PMOVUSQW256,
11240         IX86_BUILTIN_PMOVQD128, IX86_BUILTIN_PMOVQD256,
11241         IX86_BUILTIN_PMOVSQD128, IX86_BUILTIN_PMOVSQD256,
11242         IX86_BUILTIN_PMOVUSQD128, IX86_BUILTIN_PMOVUSQD256,
11243         IX86_BUILTIN_RANGEPD256, IX86_BUILTIN_RANGEPD128,
11244         IX86_BUILTIN_RANGEPS256, IX86_BUILTIN_RANGEPS128,
11245         IX86_BUILTIN_GETEXPPS256, IX86_BUILTIN_GETEXPPD256,
11246         IX86_BUILTIN_GETEXPPS128, IX86_BUILTIN_GETEXPPD128,
11247         IX86_BUILTIN_FIXUPIMMPD256_MASK, IX86_BUILTIN_FIXUPIMMPD256_MASKZ,
11248         IX86_BUILTIN_FIXUPIMMPS256_MASK, IX86_BUILTIN_FIXUPIMMPS256_MASKZ,
11249         IX86_BUILTIN_FIXUPIMMPD128_MASK, IX86_BUILTIN_FIXUPIMMPD128_MASKZ,
11250         IX86_BUILTIN_FIXUPIMMPS128_MASK, IX86_BUILTIN_FIXUPIMMPS128_MASKZ,
11251         IX86_BUILTIN_PABSQ256, IX86_BUILTIN_PABSQ128,
11252         IX86_BUILTIN_PABSD256_MASK, IX86_BUILTIN_PABSD128_MASK,
11253         IX86_BUILTIN_PMULHRSW256_MASK, IX86_BUILTIN_PMULHRSW128_MASK,
11254         IX86_BUILTIN_PMULHUW128_MASK, IX86_BUILTIN_PMULHUW256_MASK,
11255         IX86_BUILTIN_PMULHW256_MASK, IX86_BUILTIN_PMULHW128_MASK,
11256         IX86_BUILTIN_PMULLW256_MASK, IX86_BUILTIN_PMULLW128_MASK,
11257         IX86_BUILTIN_PMULLQ256, IX86_BUILTIN_PMULLQ128,
11258         IX86_BUILTIN_ANDPD256_MASK, IX86_BUILTIN_ANDPD128_MASK,
11259         IX86_BUILTIN_ANDPS256_MASK, IX86_BUILTIN_ANDPS128_MASK,
11260         IX86_BUILTIN_ANDNPD256_MASK, IX86_BUILTIN_ANDNPD128_MASK,
11261         IX86_BUILTIN_ANDNPS256_MASK, IX86_BUILTIN_ANDNPS128_MASK,
11262         IX86_BUILTIN_PSLLWI128_MASK, IX86_BUILTIN_PSLLDI128_MASK,
11263         IX86_BUILTIN_PSLLQI128_MASK, IX86_BUILTIN_PSLLW128_MASK,
11264         IX86_BUILTIN_PSLLD128_MASK, IX86_BUILTIN_PSLLQ128_MASK,
11265         IX86_BUILTIN_PSLLWI256_MASK , IX86_BUILTIN_PSLLW256_MASK,
11266         IX86_BUILTIN_PSLLDI256_MASK, IX86_BUILTIN_PSLLD256_MASK,
11267         IX86_BUILTIN_PSLLQI256_MASK, IX86_BUILTIN_PSLLQ256_MASK,
11268         IX86_BUILTIN_PSRADI128_MASK, IX86_BUILTIN_PSRAD128_MASK,
11269         IX86_BUILTIN_PSRADI256_MASK, IX86_BUILTIN_PSRAD256_MASK,
11270         IX86_BUILTIN_PSRAQI128_MASK, IX86_BUILTIN_PSRAQ128_MASK,
11271         IX86_BUILTIN_PSRAQI256_MASK, IX86_BUILTIN_PSRAQ256_MASK,
11272         IX86_BUILTIN_PANDD256, IX86_BUILTIN_PANDD128,
11273         IX86_BUILTIN_PSRLDI128_MASK, IX86_BUILTIN_PSRLD128_MASK,
11274         IX86_BUILTIN_PSRLDI256_MASK, IX86_BUILTIN_PSRLD256_MASK,
11275         IX86_BUILTIN_PSRLQI128_MASK, IX86_BUILTIN_PSRLQ128_MASK,
11276         IX86_BUILTIN_PSRLQI256_MASK, IX86_BUILTIN_PSRLQ256_MASK,
11277         IX86_BUILTIN_PANDQ256, IX86_BUILTIN_PANDQ128,
11278         IX86_BUILTIN_PANDND256, IX86_BUILTIN_PANDND128,
11279         IX86_BUILTIN_PANDNQ256, IX86_BUILTIN_PANDNQ128,
11280         IX86_BUILTIN_PORD256, IX86_BUILTIN_PORD128,
11281         IX86_BUILTIN_PORQ256, IX86_BUILTIN_PORQ128,
11282         IX86_BUILTIN_PXORD256, IX86_BUILTIN_PXORD128,
11283         IX86_BUILTIN_PXORQ256, IX86_BUILTIN_PXORQ128,
11284         IX86_BUILTIN_PACKSSWB256_MASK, IX86_BUILTIN_PACKSSWB128_MASK,
11285         IX86_BUILTIN_PACKUSWB256_MASK, IX86_BUILTIN_PACKUSWB128_MASK,
11286         IX86_BUILTIN_RNDSCALEPS256, IX86_BUILTIN_RNDSCALEPD256,
11287         IX86_BUILTIN_RNDSCALEPS128, IX86_BUILTIN_RNDSCALEPD128,
11288         IX86_BUILTIN_VTERNLOGQ256_MASK, IX86_BUILTIN_VTERNLOGQ256_MASKZ,
11289         IX86_BUILTIN_VTERNLOGD256_MASK, IX86_BUILTIN_VTERNLOGD256_MASKZ,
11290         IX86_BUILTIN_VTERNLOGQ128_MASK, IX86_BUILTIN_VTERNLOGQ128_MASKZ,
11291         IX86_BUILTIN_VTERNLOGD128_MASK, IX86_BUILTIN_VTERNLOGD128_MASKZ,
11292         IX86_BUILTIN_SCALEFPD256, IX86_BUILTIN_SCALEFPS256,
11293         IX86_BUILTIN_SCALEFPD128, IX86_BUILTIN_SCALEFPS128,
11294         IX86_BUILTIN_VFMADDPD256_MASK, IX86_BUILTIN_VFMADDPD256_MASK3,
11295         IX86_BUILTIN_VFMADDPD256_MASKZ, IX86_BUILTIN_VFMADDPD128_MASK,
11296         IX86_BUILTIN_VFMADDPD128_MASK3, IX86_BUILTIN_VFMADDPD128_MASKZ,
11297         IX86_BUILTIN_VFMADDPS256_MASK, IX86_BUILTIN_VFMADDPS256_MASK3,
11298         IX86_BUILTIN_VFMADDPS256_MASKZ, IX86_BUILTIN_VFMADDPS128_MASK,
11299         IX86_BUILTIN_VFMADDPS128_MASK3, IX86_BUILTIN_VFMADDPS128_MASKZ,
11300         IX86_BUILTIN_VFMSUBPD256_MASK3, IX86_BUILTIN_VFMSUBPD128_MASK3,
11301         IX86_BUILTIN_VFMSUBPS256_MASK3, IX86_BUILTIN_VFMSUBPS128_MASK3,
11302         IX86_BUILTIN_VFNMADDPD256_MASK, IX86_BUILTIN_VFNMADDPD128_MASK,
11303         IX86_BUILTIN_VFNMADDPS256_MASK, IX86_BUILTIN_VFNMADDPS128_MASK,
11304         IX86_BUILTIN_VFNMSUBPD256_MASK, IX86_BUILTIN_VFNMSUBPD256_MASK3,
11305         IX86_BUILTIN_VFNMSUBPD128_MASK, IX86_BUILTIN_VFNMSUBPD128_MASK3,
11306         IX86_BUILTIN_VFNMSUBPS256_MASK, IX86_BUILTIN_VFNMSUBPS256_MASK3,
11307         IX86_BUILTIN_VFNMSUBPS128_MASK, IX86_BUILTIN_VFNMSUBPS128_MASK3,
11308         IX86_BUILTIN_VFMADDSUBPD256_MASK, IX86_BUILTIN_VFMADDSUBPD256_MASK3,
11309         IX86_BUILTIN_VFMADDSUBPD256_MASKZ, IX86_BUILTIN_VFMADDSUBPD128_MASK,
11310         IX86_BUILTIN_VFMADDSUBPD128_MASK3, IX86_BUILTIN_VFMADDSUBPD128_MASKZ,
11311         IX86_BUILTIN_VFMADDSUBPS256_MASK, IX86_BUILTIN_VFMADDSUBPS256_MASK3,
11312         IX86_BUILTIN_VFMADDSUBPS256_MASKZ, IX86_BUILTIN_VFMADDSUBPS128_MASK,
11313         IX86_BUILTIN_VFMADDSUBPS128_MASK3, IX86_BUILTIN_VFMADDSUBPS128_MASKZ,
11314         IX86_BUILTIN_VFMSUBADDPD256_MASK3, IX86_BUILTIN_VFMSUBADDPD128_MASK3,
11315         IX86_BUILTIN_VFMSUBADDPS256_MASK3, IX86_BUILTIN_VFMSUBADDPS128_MASK3,
11316         IX86_BUILTIN_INSERTF64X2_256, IX86_BUILTIN_INSERTI64X2_256,
11317         IX86_BUILTIN_PSRAVV16HI, IX86_BUILTIN_PSRAVV8HI,
11318         IX86_BUILTIN_PMADDUBSW256_MASK, IX86_BUILTIN_PMADDUBSW128_MASK,
11319         IX86_BUILTIN_PMADDWD256_MASK, IX86_BUILTIN_PMADDWD128_MASK,
11320         IX86_BUILTIN_PSRLVV16HI, IX86_BUILTIN_PSRLVV8HI,
11321         IX86_BUILTIN_CVTPS2DQ256_MASK, IX86_BUILTIN_CVTPS2DQ128_MASK,
11322         IX86_BUILTIN_CVTPS2UDQ256, IX86_BUILTIN_CVTPS2UDQ128,
11323         IX86_BUILTIN_CVTPS2QQ256, IX86_BUILTIN_CVTPS2QQ128,
11324         IX86_BUILTIN_CVTPS2UQQ256, IX86_BUILTIN_CVTPS2UQQ128,
11325         IX86_BUILTIN_GETMANTPS256, IX86_BUILTIN_GETMANTPS128,
11326         IX86_BUILTIN_GETMANTPD256, IX86_BUILTIN_GETMANTPD128,
11327         IX86_BUILTIN_MOVDDUP256_MASK, IX86_BUILTIN_MOVDDUP128_MASK,
11328         IX86_BUILTIN_MOVSHDUP256_MASK, IX86_BUILTIN_MOVSHDUP128_MASK,
11329         IX86_BUILTIN_MOVSLDUP256_MASK, IX86_BUILTIN_MOVSLDUP128_MASK,
11330         IX86_BUILTIN_CVTQQ2PS256, IX86_BUILTIN_CVTQQ2PS128,
11331         IX86_BUILTIN_CVTUQQ2PS256, IX86_BUILTIN_CVTUQQ2PS128,
11332         IX86_BUILTIN_CVTQQ2PD256, IX86_BUILTIN_CVTQQ2PD128,
11333         IX86_BUILTIN_CVTUQQ2PD256, IX86_BUILTIN_CVTUQQ2PD128,
11334         IX86_BUILTIN_VPERMT2VARQ256, IX86_BUILTIN_VPERMT2VARQ256_MASKZ,
11335         IX86_BUILTIN_VPERMT2VARD256, IX86_BUILTIN_VPERMT2VARD256_MASKZ,
11336         IX86_BUILTIN_VPERMI2VARQ256, IX86_BUILTIN_VPERMI2VARD256,
11337         IX86_BUILTIN_VPERMT2VARPD256, IX86_BUILTIN_VPERMT2VARPD256_MASKZ,
11338         IX86_BUILTIN_VPERMT2VARPS256, IX86_BUILTIN_VPERMT2VARPS256_MASKZ,
11339         IX86_BUILTIN_VPERMI2VARPD256, IX86_BUILTIN_VPERMI2VARPS256,
11340         IX86_BUILTIN_VPERMT2VARQ128, IX86_BUILTIN_VPERMT2VARQ128_MASKZ,
11341         IX86_BUILTIN_VPERMT2VARD128, IX86_BUILTIN_VPERMT2VARD128_MASKZ,
11342         IX86_BUILTIN_VPERMI2VARQ128, IX86_BUILTIN_VPERMI2VARD128,
11343         IX86_BUILTIN_VPERMT2VARPD128, IX86_BUILTIN_VPERMT2VARPD128_MASKZ,
11344         IX86_BUILTIN_VPERMT2VARPS128, IX86_BUILTIN_VPERMT2VARPS128_MASKZ,
11345         IX86_BUILTIN_VPERMI2VARPD128, IX86_BUILTIN_VPERMI2VARPS128,
11346         IX86_BUILTIN_PSHUFB256_MASK, IX86_BUILTIN_PSHUFB128_MASK,
11347         IX86_BUILTIN_PSHUFHW256_MASK, IX86_BUILTIN_PSHUFHW128_MASK,
11348         IX86_BUILTIN_PSHUFLW256_MASK, IX86_BUILTIN_PSHUFLW128_MASK,
11349         IX86_BUILTIN_PSHUFD256_MASK, IX86_BUILTIN_PSHUFD128_MASK,
11350         IX86_BUILTIN_SHUFPD256_MASK, IX86_BUILTIN_SHUFPD128_MASK,
11351         IX86_BUILTIN_SHUFPS256_MASK, IX86_BUILTIN_SHUFPS128_MASK,
11352         IX86_BUILTIN_PROLVQ256, IX86_BUILTIN_PROLVQ128,
11353         IX86_BUILTIN_PROLQ256, IX86_BUILTIN_PROLQ128,
11354         IX86_BUILTIN_PRORVQ256, IX86_BUILTIN_PRORVQ128,
11355         IX86_BUILTIN_PRORQ256, IX86_BUILTIN_PRORQ128,
11356         IX86_BUILTIN_PSRAVQ128, IX86_BUILTIN_PSRAVQ256,
11357         IX86_BUILTIN_PSLLVV4DI_MASK, IX86_BUILTIN_PSLLVV2DI_MASK,
11358         IX86_BUILTIN_PSLLVV8SI_MASK, IX86_BUILTIN_PSLLVV4SI_MASK,
11359         IX86_BUILTIN_PSRAVV8SI_MASK, IX86_BUILTIN_PSRAVV4SI_MASK,
11360         IX86_BUILTIN_PSRLVV4DI_MASK, IX86_BUILTIN_PSRLVV2DI_MASK,
11361         IX86_BUILTIN_PSRLVV8SI_MASK, IX86_BUILTIN_PSRLVV4SI_MASK,
11362         IX86_BUILTIN_PSRAWI256_MASK, IX86_BUILTIN_PSRAW256_MASK,
11363         IX86_BUILTIN_PSRAWI128_MASK, IX86_BUILTIN_PSRAW128_MASK,
11364         IX86_BUILTIN_PSRLWI256_MASK, IX86_BUILTIN_PSRLW256_MASK,
11365         IX86_BUILTIN_PSRLWI128_MASK, IX86_BUILTIN_PSRLW128_MASK,
11366         IX86_BUILTIN_PRORVD256, IX86_BUILTIN_PROLVD256,
11367         IX86_BUILTIN_PRORD256, IX86_BUILTIN_PROLD256,
11368         IX86_BUILTIN_PRORVD128, IX86_BUILTIN_PROLVD128,
11369         IX86_BUILTIN_PRORD128, IX86_BUILTIN_PROLD128,
11370         IX86_BUILTIN_FPCLASSPD256, IX86_BUILTIN_FPCLASSPD128,
11371         IX86_BUILTIN_FPCLASSSD, IX86_BUILTIN_FPCLASSPS256,
11372         IX86_BUILTIN_FPCLASSPS128, IX86_BUILTIN_FPCLASSSS,
11373         IX86_BUILTIN_CVTB2MASK128, IX86_BUILTIN_CVTB2MASK256,
11374         IX86_BUILTIN_CVTW2MASK128, IX86_BUILTIN_CVTW2MASK256,
11375         IX86_BUILTIN_CVTD2MASK128, IX86_BUILTIN_CVTD2MASK256,
11376         IX86_BUILTIN_CVTQ2MASK128, IX86_BUILTIN_CVTQ2MASK256,
11377         IX86_BUILTIN_CVTMASK2B128, IX86_BUILTIN_CVTMASK2B256,
11378         IX86_BUILTIN_CVTMASK2W128, IX86_BUILTIN_CVTMASK2W256,
11379         IX86_BUILTIN_CVTMASK2D128, IX86_BUILTIN_CVTMASK2D256,
11380         IX86_BUILTIN_CVTMASK2Q128, IX86_BUILTIN_CVTMASK2Q256,
11381         IX86_BUILTIN_PCMPEQB128_MASK, IX86_BUILTIN_PCMPEQB256_MASK,
11382         IX86_BUILTIN_PCMPEQW128_MASK, IX86_BUILTIN_PCMPEQW256_MASK,
11383         IX86_BUILTIN_PCMPEQD128_MASK, IX86_BUILTIN_PCMPEQD256_MASK,
11384         IX86_BUILTIN_PCMPEQQ128_MASK, IX86_BUILTIN_PCMPEQQ256_MASK,
11385         IX86_BUILTIN_PCMPGTB128_MASK, IX86_BUILTIN_PCMPGTB256_MASK,
11386         IX86_BUILTIN_PCMPGTW128_MASK, IX86_BUILTIN_PCMPGTW256_MASK,
11387         IX86_BUILTIN_PCMPGTD128_MASK, IX86_BUILTIN_PCMPGTD256_MASK,
11388         IX86_BUILTIN_PCMPGTQ128_MASK, IX86_BUILTIN_PCMPGTQ256_MASK,
11389         IX86_BUILTIN_PTESTMB128, IX86_BUILTIN_PTESTMB256,
11390         IX86_BUILTIN_PTESTMW128, IX86_BUILTIN_PTESTMW256,
11391         IX86_BUILTIN_PTESTMD128, IX86_BUILTIN_PTESTMD256,
11392         IX86_BUILTIN_PTESTMQ128, IX86_BUILTIN_PTESTMQ256,
11393         IX86_BUILTIN_PTESTNMB128, IX86_BUILTIN_PTESTNMB256,
11394         IX86_BUILTIN_PTESTNMW128, IX86_BUILTIN_PTESTNMW256,
11395         IX86_BUILTIN_PTESTNMD128, IX86_BUILTIN_PTESTNMD256,
11396         IX86_BUILTIN_PTESTNMQ128, IX86_BUILTIN_PTESTNMQ256,
11397         IX86_BUILTIN_PBROADCASTMB128, IX86_BUILTIN_PBROADCASTMB256,
11398         IX86_BUILTIN_PBROADCASTMW128, IX86_BUILTIN_PBROADCASTMW256,
11399         IX86_BUILTIN_COMPRESSPD256, IX86_BUILTIN_COMPRESSPD128,
11400         IX86_BUILTIN_COMPRESSPS256, IX86_BUILTIN_COMPRESSPS128,
11401         IX86_BUILTIN_PCOMPRESSQ256, IX86_BUILTIN_PCOMPRESSQ128,
11402         IX86_BUILTIN_PCOMPRESSD256, IX86_BUILTIN_PCOMPRESSD128,
11403         IX86_BUILTIN_EXPANDPD256, IX86_BUILTIN_EXPANDPD128,
11404         IX86_BUILTIN_EXPANDPS256, IX86_BUILTIN_EXPANDPS128,
11405         IX86_BUILTIN_PEXPANDQ256, IX86_BUILTIN_PEXPANDQ128,
11406         IX86_BUILTIN_PEXPANDD256, IX86_BUILTIN_PEXPANDD128,
11407         IX86_BUILTIN_EXPANDPD256Z, IX86_BUILTIN_EXPANDPD128Z,
11408         IX86_BUILTIN_EXPANDPS256Z, IX86_BUILTIN_EXPANDPS128Z,
11409         IX86_BUILTIN_PEXPANDQ256Z, IX86_BUILTIN_PEXPANDQ128Z,
11410         IX86_BUILTIN_PEXPANDD256Z, IX86_BUILTIN_PEXPANDD128Z,
11411         IX86_BUILTIN_PMAXSD256_MASK, IX86_BUILTIN_PMINSD256_MASK,
11412         IX86_BUILTIN_PMAXUD256_MASK, IX86_BUILTIN_PMINUD256_MASK,
11413         IX86_BUILTIN_PMAXSD128_MASK, IX86_BUILTIN_PMINSD128_MASK,
11414         IX86_BUILTIN_PMAXUD128_MASK, IX86_BUILTIN_PMINUD128_MASK,
11415         IX86_BUILTIN_PMAXSQ256_MASK, IX86_BUILTIN_PMINSQ256_MASK,
11416         IX86_BUILTIN_PMAXUQ256_MASK, IX86_BUILTIN_PMINUQ256_MASK,
11417         IX86_BUILTIN_PMAXSQ128_MASK, IX86_BUILTIN_PMINSQ128_MASK,
11418         IX86_BUILTIN_PMAXUQ128_MASK, IX86_BUILTIN_PMINUQ128_MASK,
11419         IX86_BUILTIN_PMINSB256_MASK, IX86_BUILTIN_PMINUB256_MASK,
11420         IX86_BUILTIN_PMAXSB256_MASK, IX86_BUILTIN_PMAXUB256_MASK,
11421         IX86_BUILTIN_PMINSB128_MASK, IX86_BUILTIN_PMINUB128_MASK,
11422         IX86_BUILTIN_PMAXSB128_MASK, IX86_BUILTIN_PMAXUB128_MASK,
11423         IX86_BUILTIN_PMINSW256_MASK, IX86_BUILTIN_PMINUW256_MASK,
11424         IX86_BUILTIN_PMAXSW256_MASK, IX86_BUILTIN_PMAXUW256_MASK,
11425         IX86_BUILTIN_PMINSW128_MASK, IX86_BUILTIN_PMINUW128_MASK,
11426         IX86_BUILTIN_PMAXSW128_MASK, IX86_BUILTIN_PMAXUW128_MASK,
11427         IX86_BUILTIN_VPCONFLICTQ256, IX86_BUILTIN_VPCONFLICTD256,
11428         IX86_BUILTIN_VPCLZCNTQ256, IX86_BUILTIN_VPCLZCNTD256,
11429         IX86_BUILTIN_UNPCKHPD256_MASK, IX86_BUILTIN_UNPCKHPD128_MASK,
11430         IX86_BUILTIN_UNPCKHPS256_MASK, IX86_BUILTIN_UNPCKHPS128_MASK,
11431         IX86_BUILTIN_UNPCKLPD256_MASK, IX86_BUILTIN_UNPCKLPD128_MASK,
11432         IX86_BUILTIN_UNPCKLPS256_MASK, IX86_BUILTIN_VPCONFLICTQ128,
11433         IX86_BUILTIN_VPCONFLICTD128, IX86_BUILTIN_VPCLZCNTQ128,
11434         IX86_BUILTIN_VPCLZCNTD128, IX86_BUILTIN_UNPCKLPS128_MASK,
11435         IX86_BUILTIN_ALIGND256, IX86_BUILTIN_ALIGNQ256,
11436         IX86_BUILTIN_ALIGND128, IX86_BUILTIN_ALIGNQ128,
11437         IX86_BUILTIN_CVTPS2PH256_MASK, IX86_BUILTIN_CVTPS2PH_MASK,
11438         IX86_BUILTIN_CVTPH2PS_MASK, IX86_BUILTIN_CVTPH2PS256_MASK,
11439         IX86_BUILTIN_PUNPCKHDQ128_MASK, IX86_BUILTIN_PUNPCKHDQ256_MASK,
11440         IX86_BUILTIN_PUNPCKHQDQ128_MASK, IX86_BUILTIN_PUNPCKHQDQ256_MASK,
11441         IX86_BUILTIN_PUNPCKLDQ128_MASK, IX86_BUILTIN_PUNPCKLDQ256_MASK,
11442         IX86_BUILTIN_PUNPCKLQDQ128_MASK, IX86_BUILTIN_PUNPCKLQDQ256_MASK,
11443         IX86_BUILTIN_PUNPCKHBW128_MASK, IX86_BUILTIN_PUNPCKHBW256_MASK,
11444         IX86_BUILTIN_PUNPCKHWD128_MASK, IX86_BUILTIN_PUNPCKHWD256_MASK,
11445         IX86_BUILTIN_PUNPCKLBW128_MASK, IX86_BUILTIN_PUNPCKLBW256_MASK,
11446         IX86_BUILTIN_PUNPCKLWD128_MASK, IX86_BUILTIN_PUNPCKLWD256_MASK,
11447         IX86_BUILTIN_PSLLVV16HI, IX86_BUILTIN_PSLLVV8HI,
11448         IX86_BUILTIN_PACKSSDW256_MASK, IX86_BUILTIN_PACKSSDW128_MASK,
11449         IX86_BUILTIN_PACKUSDW256_MASK, IX86_BUILTIN_PACKUSDW128_MASK,
11450         IX86_BUILTIN_PAVGB256_MASK, IX86_BUILTIN_PAVGW256_MASK,
11451         IX86_BUILTIN_PAVGB128_MASK, IX86_BUILTIN_PAVGW128_MASK,
11452         IX86_BUILTIN_VPERMVARSF256_MASK, IX86_BUILTIN_VPERMVARDF256_MASK,
11453         IX86_BUILTIN_VPERMDF256_MASK, IX86_BUILTIN_PABSB256_MASK,
11454         IX86_BUILTIN_PABSB128_MASK, IX86_BUILTIN_PABSW256_MASK,
11455         IX86_BUILTIN_PABSW128_MASK, IX86_BUILTIN_VPERMILVARPD_MASK,
11456         IX86_BUILTIN_VPERMILVARPS_MASK, IX86_BUILTIN_VPERMILVARPD256_MASK,
11457         IX86_BUILTIN_VPERMILVARPS256_MASK, IX86_BUILTIN_VPERMILPD_MASK,
11458         IX86_BUILTIN_VPERMILPS_MASK, IX86_BUILTIN_VPERMILPD256_MASK,
11459         IX86_BUILTIN_VPERMILPS256_MASK, IX86_BUILTIN_BLENDMQ256,
11460         IX86_BUILTIN_BLENDMD256, IX86_BUILTIN_BLENDMPD256,
11461         IX86_BUILTIN_BLENDMPS256, IX86_BUILTIN_BLENDMQ128,
11462         IX86_BUILTIN_BLENDMD128, IX86_BUILTIN_BLENDMPD128,
11463         IX86_BUILTIN_BLENDMPS128, IX86_BUILTIN_BLENDMW256,
11464         IX86_BUILTIN_BLENDMB256, IX86_BUILTIN_BLENDMW128,
11465         IX86_BUILTIN_BLENDMB128, IX86_BUILTIN_PMULLD256_MASK,
11466         IX86_BUILTIN_PMULLD128_MASK, IX86_BUILTIN_PMULUDQ256_MASK,
11467         IX86_BUILTIN_PMULDQ256_MASK, IX86_BUILTIN_PMULDQ128_MASK,
11468         IX86_BUILTIN_PMULUDQ128_MASK, IX86_BUILTIN_CVTPD2PS256_MASK,
11469         IX86_BUILTIN_CVTPD2PS_MASK, IX86_BUILTIN_VPERMVARSI256_MASK,
11470         IX86_BUILTIN_VPERMVARDI256_MASK, IX86_BUILTIN_VPERMDI256_MASK,
11471         IX86_BUILTIN_CMPQ256, IX86_BUILTIN_CMPD256,
11472         IX86_BUILTIN_UCMPQ256, IX86_BUILTIN_UCMPD256,
11473         IX86_BUILTIN_CMPB256, IX86_BUILTIN_CMPW256,
11474         IX86_BUILTIN_UCMPB256, IX86_BUILTIN_UCMPW256,
11475         IX86_BUILTIN_CMPPD256_MASK, IX86_BUILTIN_CMPPS256_MASK,
11476         IX86_BUILTIN_CMPQ128, IX86_BUILTIN_CMPD128,
11477         IX86_BUILTIN_UCMPQ128, IX86_BUILTIN_UCMPD128,
11478         IX86_BUILTIN_CMPB128, IX86_BUILTIN_CMPW128,
11479         IX86_BUILTIN_UCMPB128, IX86_BUILTIN_UCMPW128,
11480         IX86_BUILTIN_CMPPD128_MASK, IX86_BUILTIN_CMPPS128_MASK,
11481         IX86_BUILTIN_GATHER3SIV8SF, IX86_BUILTIN_GATHER3SIV4SF,
11482         IX86_BUILTIN_GATHER3SIV4DF, IX86_BUILTIN_GATHER3SIV2DF,
11483         IX86_BUILTIN_GATHER3DIV8SF, IX86_BUILTIN_GATHER3DIV4SF,
11484         IX86_BUILTIN_GATHER3DIV4DF, IX86_BUILTIN_GATHER3DIV2DF,
11485         IX86_BUILTIN_GATHER3SIV8SI, IX86_BUILTIN_GATHER3SIV4SI,
11486         IX86_BUILTIN_GATHER3SIV4DI, IX86_BUILTIN_GATHER3SIV2DI,
11487         IX86_BUILTIN_GATHER3DIV8SI, IX86_BUILTIN_GATHER3DIV4SI,
11488         IX86_BUILTIN_GATHER3DIV4DI, IX86_BUILTIN_GATHER3DIV2DI,
11489         IX86_BUILTIN_SCATTERSIV8SF, IX86_BUILTIN_SCATTERSIV4SF,
11490         IX86_BUILTIN_SCATTERSIV4DF, IX86_BUILTIN_SCATTERSIV2DF,
11491         IX86_BUILTIN_SCATTERDIV8SF, IX86_BUILTIN_SCATTERDIV4SF,
11492         IX86_BUILTIN_SCATTERDIV4DF, IX86_BUILTIN_SCATTERDIV2DF,
11493         IX86_BUILTIN_SCATTERSIV8SI, IX86_BUILTIN_SCATTERSIV4SI,
11494         IX86_BUILTIN_SCATTERSIV4DI, IX86_BUILTIN_SCATTERSIV2DI,
11495         IX86_BUILTIN_SCATTERDIV8SI, IX86_BUILTIN_SCATTERDIV4SI,
11496         IX86_BUILTIN_SCATTERDIV4DI, IX86_BUILTIN_SCATTERDIV2DI,
11497         IX86_BUILTIN_RANGESD128, IX86_BUILTIN_RANGESS128,
11498         IX86_BUILTIN_KUNPCKWD, IX86_BUILTIN_KUNPCKDQ,
11499         IX86_BUILTIN_BROADCASTF32x2_512, IX86_BUILTIN_BROADCASTI32x2_512,
11500         IX86_BUILTIN_BROADCASTF64X2_512, IX86_BUILTIN_BROADCASTI64X2_512,
11501         IX86_BUILTIN_BROADCASTF32X8_512, IX86_BUILTIN_BROADCASTI32X8_512,
11502         IX86_BUILTIN_EXTRACTF64X2_512, IX86_BUILTIN_EXTRACTF32X8,
11503         IX86_BUILTIN_EXTRACTI64X2_512, IX86_BUILTIN_EXTRACTI32X8,
11504         IX86_BUILTIN_REDUCEPD512_MASK, IX86_BUILTIN_REDUCEPS512_MASK,
11505         IX86_BUILTIN_PMULLQ512, IX86_BUILTIN_XORPD512,
11506         IX86_BUILTIN_XORPS512, IX86_BUILTIN_ORPD512,
11507         IX86_BUILTIN_ORPS512, IX86_BUILTIN_ANDPD512,
11508         IX86_BUILTIN_ANDPS512, IX86_BUILTIN_ANDNPD512,
11509         IX86_BUILTIN_ANDNPS512, IX86_BUILTIN_INSERTF32X8,
11510         IX86_BUILTIN_INSERTI32X8, IX86_BUILTIN_INSERTF64X2_512,
11511         IX86_BUILTIN_INSERTI64X2_512, IX86_BUILTIN_FPCLASSPD512,
11512         IX86_BUILTIN_FPCLASSPS512, IX86_BUILTIN_CVTD2MASK512,
11513         IX86_BUILTIN_CVTQ2MASK512, IX86_BUILTIN_CVTMASK2D512,
11514         IX86_BUILTIN_CVTMASK2Q512, IX86_BUILTIN_CVTPD2QQ512,
11515         IX86_BUILTIN_CVTPS2QQ512, IX86_BUILTIN_CVTPD2UQQ512,
11516         IX86_BUILTIN_CVTPS2UQQ512, IX86_BUILTIN_CVTQQ2PS512,
11517         IX86_BUILTIN_CVTUQQ2PS512, IX86_BUILTIN_CVTQQ2PD512,
11518         IX86_BUILTIN_CVTUQQ2PD512, IX86_BUILTIN_CVTTPS2QQ512,
11519         IX86_BUILTIN_CVTTPS2UQQ512, IX86_BUILTIN_CVTTPD2QQ512,
11520         IX86_BUILTIN_CVTTPD2UQQ512, IX86_BUILTIN_RANGEPS512,
11521         IX86_BUILTIN_RANGEPD512, IX86_BUILTIN_PACKUSDW512,
11522         IX86_BUILTIN_PACKSSDW512, IX86_BUILTIN_LOADDQUHI512_MASK,
11523         IX86_BUILTIN_LOADDQUQI512_MASK, IX86_BUILTIN_PSLLDQ512,
11524         IX86_BUILTIN_PSRLDQ512, IX86_BUILTIN_STOREDQUHI512_MASK,
11525         IX86_BUILTIN_STOREDQUQI512_MASK, IX86_BUILTIN_PALIGNR512,
11526         IX86_BUILTIN_PALIGNR512_MASK, IX86_BUILTIN_MOVDQUHI512_MASK,
11527         IX86_BUILTIN_MOVDQUQI512_MASK, IX86_BUILTIN_PSADBW512,
11528         IX86_BUILTIN_DBPSADBW512, IX86_BUILTIN_PBROADCASTB512,
11529         IX86_BUILTIN_PBROADCASTB512_GPR, IX86_BUILTIN_PBROADCASTW512,
11530         IX86_BUILTIN_PBROADCASTW512_GPR, IX86_BUILTIN_PMOVSXBW512_MASK,
11531         IX86_BUILTIN_PMOVZXBW512_MASK, IX86_BUILTIN_VPERMVARHI512_MASK,
11532         IX86_BUILTIN_VPERMT2VARHI512, IX86_BUILTIN_VPERMT2VARHI512_MASKZ,
11533         IX86_BUILTIN_VPERMI2VARHI512, IX86_BUILTIN_PAVGB512,
11534         IX86_BUILTIN_PAVGW512, IX86_BUILTIN_PADDB512,
11535         IX86_BUILTIN_PSUBB512, IX86_BUILTIN_PSUBSB512,
11536         IX86_BUILTIN_PADDSB512, IX86_BUILTIN_PSUBUSB512,
11537         IX86_BUILTIN_PADDUSB512, IX86_BUILTIN_PSUBW512,
11538         IX86_BUILTIN_PADDW512, IX86_BUILTIN_PSUBSW512,
11539         IX86_BUILTIN_PADDSW512, IX86_BUILTIN_PSUBUSW512,
11540         IX86_BUILTIN_PADDUSW512, IX86_BUILTIN_PMAXUW512,
11541         IX86_BUILTIN_PMAXSW512, IX86_BUILTIN_PMINUW512,
11542         IX86_BUILTIN_PMINSW512, IX86_BUILTIN_PMAXUB512,
11543         IX86_BUILTIN_PMAXSB512, IX86_BUILTIN_PMINUB512,
11544         IX86_BUILTIN_PMINSB512, IX86_BUILTIN_PMOVWB512,
11545         IX86_BUILTIN_PMOVSWB512, IX86_BUILTIN_PMOVUSWB512,
11546         IX86_BUILTIN_PMULHRSW512_MASK, IX86_BUILTIN_PMULHUW512_MASK,
11547         IX86_BUILTIN_PMULHW512_MASK, IX86_BUILTIN_PMULLW512_MASK,
11548         IX86_BUILTIN_PSLLWI512_MASK, IX86_BUILTIN_PSLLW512_MASK,
11549         IX86_BUILTIN_PACKSSWB512, IX86_BUILTIN_PACKUSWB512,
11550         IX86_BUILTIN_PSRAVV32HI, IX86_BUILTIN_PMADDUBSW512_MASK,
11551         IX86_BUILTIN_PMADDWD512_MASK, IX86_BUILTIN_PSRLVV32HI,
11552         IX86_BUILTIN_PUNPCKHBW512, IX86_BUILTIN_PUNPCKHWD512,
11553         IX86_BUILTIN_PUNPCKLBW512, IX86_BUILTIN_PUNPCKLWD512,
11554         IX86_BUILTIN_PSHUFB512, IX86_BUILTIN_PSHUFHW512,
11555         IX86_BUILTIN_PSHUFLW512, IX86_BUILTIN_PSRAWI512,
11556         IX86_BUILTIN_PSRAW512, IX86_BUILTIN_PSRLWI512,
11557         IX86_BUILTIN_PSRLW512, IX86_BUILTIN_CVTB2MASK512,
11558         IX86_BUILTIN_CVTW2MASK512, IX86_BUILTIN_CVTMASK2B512,
11559         IX86_BUILTIN_CVTMASK2W512, IX86_BUILTIN_PCMPEQB512_MASK,
11560         IX86_BUILTIN_PCMPEQW512_MASK, IX86_BUILTIN_PCMPGTB512_MASK,
11561         IX86_BUILTIN_PCMPGTW512_MASK, IX86_BUILTIN_PTESTMB512,
11562         IX86_BUILTIN_PTESTMW512, IX86_BUILTIN_PTESTNMB512,
11563         IX86_BUILTIN_PTESTNMW512, IX86_BUILTIN_PSLLVV32HI,
11564         IX86_BUILTIN_PABSB512, IX86_BUILTIN_PABSW512,
11565         IX86_BUILTIN_BLENDMW512, IX86_BUILTIN_BLENDMB512,
11566         IX86_BUILTIN_CMPB512, IX86_BUILTIN_CMPW512,
11567         IX86_BUILTIN_UCMPB512, IX86_BUILTIN_UCMPW512.
11568         (bdesc_special_args):
11569         Add __builtin_ia32_loaddquhi512_mask, __builtin_ia32_loaddquqi512_mask,
11570         __builtin_ia32_storedquhi512_mask, __builtin_ia32_storedquqi512_mask,
11571         __builtin_ia32_loaddquhi256_mask, __builtin_ia32_loaddquhi128_mask,
11572         __builtin_ia32_loaddquqi256_mask, __builtin_ia32_loaddquqi128_mask,
11573         __builtin_ia32_movdqa64load256_mask, __builtin_ia32_movdqa64load128_mask,
11574         __builtin_ia32_movdqa32load256_mask, __builtin_ia32_movdqa32load128_mask,
11575         __builtin_ia32_movdqa64store256_mask, __builtin_ia32_movdqa64store128_mask,
11576         __builtin_ia32_movdqa32store256_mask, __builtin_ia32_movdqa32store128_mask,
11577         __builtin_ia32_loadapd256_mask, __builtin_ia32_loadapd128_mask,
11578         __builtin_ia32_loadaps256_mask, __builtin_ia32_loadaps128_mask,
11579         __builtin_ia32_storeapd256_mask, __builtin_ia32_storeapd128_mask,
11580         __builtin_ia32_storeaps256_mask, __builtin_ia32_storeaps128_mask,
11581         __builtin_ia32_loadupd256_mask, __builtin_ia32_loadupd128_mask,
11582         __builtin_ia32_loadups256_mask, __builtin_ia32_loadups128_mask,
11583         __builtin_ia32_storeupd256_mask, __builtin_ia32_storeupd128_mask,
11584         __builtin_ia32_storeups256_mask, __builtin_ia32_storeups128_mask,
11585         __builtin_ia32_loaddqudi256_mask, __builtin_ia32_loaddqudi128_mask,
11586         __builtin_ia32_loaddqusi256_mask, __builtin_ia32_loaddqusi128_mask,
11587         __builtin_ia32_storedqudi256_mask, __builtin_ia32_storedqudi128_mask,
11588         __builtin_ia32_storedqusi256_mask, __builtin_ia32_storedqusi128_mask,
11589         __builtin_ia32_storedquhi256_mask, __builtin_ia32_storedquhi128_mask,
11590         __builtin_ia32_storedquqi256_mask, __builtin_ia32_storedquqi128_mask,
11591         __builtin_ia32_compressstoredf256_mask, __builtin_ia32_compressstoredf128_mask,
11592         __builtin_ia32_compressstoresf256_mask, __builtin_ia32_compressstoresf128_mask,
11593         __builtin_ia32_compressstoredi256_mask, __builtin_ia32_compressstoredi128_mask,
11594         __builtin_ia32_compressstoresi256_mask, __builtin_ia32_compressstoresi128_mask,
11595         __builtin_ia32_expandloaddf256_mask, __builtin_ia32_expandloaddf128_mask,
11596         __builtin_ia32_expandloadsf256_mask, __builtin_ia32_expandloadsf128_mask,
11597         __builtin_ia32_expandloaddi256_mask, __builtin_ia32_expandloaddi128_mask,
11598         __builtin_ia32_expandloadsi256_mask, __builtin_ia32_expandloadsi128_mask,
11599         __builtin_ia32_expandloaddf256_maskz, __builtin_ia32_expandloaddf128_maskz,
11600         __builtin_ia32_expandloadsf256_maskz, __builtin_ia32_expandloadsf128_maskz,
11601         __builtin_ia32_expandloaddi256_maskz, __builtin_ia32_expandloaddi128_maskz,
11602         __builtin_ia32_expandloadsi256_maskz, __builtin_ia32_expandloadsi128_maskz,
11603         __builtin_ia32_pmovqd256mem_mask, __builtin_ia32_pmovqd128mem_mask,
11604         __builtin_ia32_pmovsqd256mem_mask, __builtin_ia32_pmovsqd128mem_mask,
11605         __builtin_ia32_pmovusqd256mem_mask, __builtin_ia32_pmovusqd128mem_mask,
11606         __builtin_ia32_pmovqw256mem_mask, __builtin_ia32_pmovqw128mem_mask,
11607         __builtin_ia32_pmovsqw256mem_mask, __builtin_ia32_pmovsqw128mem_mask,
11608         __builtin_ia32_pmovusqw256mem_mask, __builtin_ia32_pmovusqw128mem_mask,
11609         __builtin_ia32_pmovqb256mem_mask, __builtin_ia32_pmovqb128mem_mask,
11610         __builtin_ia32_pmovsqb256mem_mask, __builtin_ia32_pmovsqb128mem_mask,
11611         __builtin_ia32_pmovusqb256mem_mask, __builtin_ia32_pmovusqb128mem_mask,
11612         __builtin_ia32_pmovdb256mem_mask, __builtin_ia32_pmovdb128mem_mask,
11613         __builtin_ia32_pmovsdb256mem_mask, __builtin_ia32_pmovsdb128mem_mask,
11614         __builtin_ia32_pmovusdb256mem_mask, __builtin_ia32_pmovusdb128mem_mask,
11615         __builtin_ia32_pmovdw256mem_mask, __builtin_ia32_pmovdw128mem_mask,
11616         __builtin_ia32_pmovsdw256mem_mask, __builtin_ia32_pmovsdw128mem_mask,
11617         __builtin_ia32_pmovusdw256mem_mask, __builtin_ia32_pmovusdw128mem_mask,
11618         __builtin_ia32_palignr256_mask, __builtin_ia32_palignr128_mask,
11619         __builtin_ia32_movdqa64_256_mask, __builtin_ia32_movdqa64_128_mask,
11620         __builtin_ia32_movdqa32_256_mask, __builtin_ia32_movdqa32_128_mask,
11621         __builtin_ia32_movapd256_mask, __builtin_ia32_movapd128_mask,
11622         __builtin_ia32_movaps256_mask, __builtin_ia32_movaps128_mask,
11623         __builtin_ia32_movdquhi256_mask, __builtin_ia32_movdquhi128_mask,
11624         __builtin_ia32_movdquqi256_mask, __builtin_ia32_movdquqi128_mask,
11625         __builtin_ia32_minps_mask, __builtin_ia32_maxps_mask,
11626         __builtin_ia32_minpd_mask, __builtin_ia32_maxpd_mask,
11627         __builtin_ia32_maxpd256_mask, __builtin_ia32_maxps256_mask,
11628         __builtin_ia32_minpd256_mask, __builtin_ia32_minps256_mask,
11629         __builtin_ia32_mulps_mask, __builtin_ia32_divps_mask,
11630         __builtin_ia32_mulpd_mask, __builtin_ia32_divpd_mask,
11631         __builtin_ia32_divpd256_mask, __builtin_ia32_divps256_mask,
11632         __builtin_ia32_mulpd256_mask, __builtin_ia32_mulps256_mask,
11633         __builtin_ia32_addpd128_mask, __builtin_ia32_addpd256_mask,
11634         __builtin_ia32_addps128_mask, __builtin_ia32_addps256_mask,
11635         __builtin_ia32_subpd128_mask, __builtin_ia32_subpd256_mask,
11636         __builtin_ia32_subps128_mask, __builtin_ia32_subps256_mask,
11637         __builtin_ia32_xorpd256_mask, __builtin_ia32_xorpd128_mask,
11638         __builtin_ia32_xorps256_mask, __builtin_ia32_xorps128_mask,
11639         __builtin_ia32_orpd256_mask, __builtin_ia32_orpd128_mask,
11640         __builtin_ia32_orps256_mask, __builtin_ia32_orps128_mask,
11641         __builtin_ia32_broadcastf32x2_256_mask, __builtin_ia32_broadcasti32x2_256_mask,
11642         __builtin_ia32_broadcasti32x2_128_mask, __builtin_ia32_broadcastf64x2_256_mask,
11643         __builtin_ia32_broadcasti64x2_256_mask, __builtin_ia32_broadcastf32x4_256_mask,
11644         __builtin_ia32_broadcasti32x4_256_mask, __builtin_ia32_extractf32x4_256_mask,
11645         __builtin_ia32_extracti32x4_256_mask, __builtin_ia32_dbpsadbw256_mask,
11646         __builtin_ia32_dbpsadbw128_mask, __builtin_ia32_cvttpd2qq256_mask,
11647         __builtin_ia32_cvttpd2qq128_mask, __builtin_ia32_cvttpd2uqq256_mask,
11648         __builtin_ia32_cvttpd2uqq128_mask, __builtin_ia32_cvtpd2qq256_mask,
11649         __builtin_ia32_cvtpd2qq128_mask, __builtin_ia32_cvtpd2uqq256_mask,
11650         __builtin_ia32_cvtpd2uqq128_mask, __builtin_ia32_cvtpd2udq256_mask,
11651         __builtin_ia32_cvtpd2udq128_mask, __builtin_ia32_cvttps2qq256_mask,
11652         __builtin_ia32_cvttps2qq128_mask, __builtin_ia32_cvttps2uqq256_mask,
11653         __builtin_ia32_cvttps2uqq128_mask, __builtin_ia32_cvttps2dq256_mask,
11654         __builtin_ia32_cvttps2dq128_mask, __builtin_ia32_cvttps2udq256_mask,
11655         __builtin_ia32_cvttps2udq128_mask, __builtin_ia32_cvttpd2dq256_mask,
11656         __builtin_ia32_cvttpd2dq128_mask, __builtin_ia32_cvttpd2udq256_mask,
11657         __builtin_ia32_cvttpd2udq128_mask, __builtin_ia32_cvtpd2dq256_mask,
11658         __builtin_ia32_cvtpd2dq128_mask, __builtin_ia32_cvtdq2pd256_mask,
11659         __builtin_ia32_cvtdq2pd128_mask, __builtin_ia32_cvtudq2pd256_mask,
11660         __builtin_ia32_cvtudq2pd128_mask, __builtin_ia32_cvtdq2ps256_mask,
11661         __builtin_ia32_cvtdq2ps128_mask, __builtin_ia32_cvtudq2ps256_mask,
11662         __builtin_ia32_cvtudq2ps128_mask, __builtin_ia32_cvtps2pd256_mask,
11663         __builtin_ia32_cvtps2pd128_mask, __builtin_ia32_pbroadcastb256_mask,
11664         __builtin_ia32_pbroadcastb256_gpr_mask, __builtin_ia32_pbroadcastb128_mask,
11665         __builtin_ia32_pbroadcastb128_gpr_mask, __builtin_ia32_pbroadcastw256_mask,
11666         __builtin_ia32_pbroadcastw256_gpr_mask, __builtin_ia32_pbroadcastw128_mask,
11667         __builtin_ia32_pbroadcastw128_gpr_mask, __builtin_ia32_pbroadcastd256_mask,
11668         __builtin_ia32_pbroadcastd256_gpr_mask, __builtin_ia32_pbroadcastd128_mask,
11669         __builtin_ia32_pbroadcastd128_gpr_mask, __builtin_ia32_pbroadcastq256_mask,
11670         __builtin_ia32_pbroadcastq256_gpr_mask, __builtin_ia32_pbroadcastq256_mem_mask,
11671         __builtin_ia32_pbroadcastq128_mask, __builtin_ia32_pbroadcastq128_gpr_mask,
11672         __builtin_ia32_pbroadcastq128_mem_mask, __builtin_ia32_broadcastss256_mask,
11673         __builtin_ia32_broadcastss128_mask, __builtin_ia32_broadcastsd256_mask,
11674         __builtin_ia32_extractf64x2_256_mask, __builtin_ia32_extracti64x2_256_mask,
11675         __builtin_ia32_insertf32x4_256_mask, __builtin_ia32_inserti32x4_256_mask,
11676         __builtin_ia32_pmovsxbw256_mask, __builtin_ia32_pmovsxbw128_mask,
11677         __builtin_ia32_pmovsxbd256_mask, __builtin_ia32_pmovsxbd128_mask,
11678         __builtin_ia32_pmovsxbq256_mask, __builtin_ia32_pmovsxbq128_mask,
11679         __builtin_ia32_pmovsxwd256_mask, __builtin_ia32_pmovsxwd128_mask,
11680         __builtin_ia32_pmovsxwq256_mask, __builtin_ia32_pmovsxwq128_mask,
11681         __builtin_ia32_pmovsxdq256_mask, __builtin_ia32_pmovsxdq128_mask,
11682         __builtin_ia32_pmovzxbw256_mask, __builtin_ia32_pmovzxbw128_mask,
11683         __builtin_ia32_pmovzxbd256_mask, __builtin_ia32_pmovzxbd128_mask,
11684         __builtin_ia32_pmovzxbq256_mask, __builtin_ia32_pmovzxbq128_mask,
11685         __builtin_ia32_pmovzxwd256_mask, __builtin_ia32_pmovzxwd128_mask,
11686         __builtin_ia32_pmovzxwq256_mask, __builtin_ia32_pmovzxwq128_mask,
11687         __builtin_ia32_pmovzxdq256_mask, __builtin_ia32_pmovzxdq128_mask,
11688         __builtin_ia32_reducepd256_mask, __builtin_ia32_reducepd128_mask,
11689         __builtin_ia32_reduceps256_mask, __builtin_ia32_reduceps128_mask,
11690         __builtin_ia32_reducesd, __builtin_ia32_reducess,
11691         __builtin_ia32_permvarhi256_mask, __builtin_ia32_permvarhi128_mask,
11692         __builtin_ia32_vpermt2varhi256_mask, __builtin_ia32_vpermt2varhi256_maskz,
11693         __builtin_ia32_vpermt2varhi128_mask, __builtin_ia32_vpermt2varhi128_maskz,
11694         __builtin_ia32_vpermi2varhi256_mask, __builtin_ia32_vpermi2varhi128_mask,
11695         __builtin_ia32_rcp14pd256_mask, __builtin_ia32_rcp14pd128_mask,
11696         __builtin_ia32_rcp14ps256_mask, __builtin_ia32_rcp14ps128_mask,
11697         __builtin_ia32_rsqrt14pd256_mask, __builtin_ia32_rsqrt14pd128_mask,
11698         __builtin_ia32_rsqrt14ps256_mask, __builtin_ia32_rsqrt14ps128_mask,
11699         __builtin_ia32_sqrtpd256_mask, __builtin_ia32_sqrtpd128_mask,
11700         __builtin_ia32_sqrtps256_mask, __builtin_ia32_sqrtps128_mask,
11701         __builtin_ia32_paddb128_mask, __builtin_ia32_paddw128_mask,
11702         __builtin_ia32_paddd128_mask, __builtin_ia32_paddq128_mask,
11703         __builtin_ia32_psubb128_mask, __builtin_ia32_psubw128_mask,
11704         __builtin_ia32_psubd128_mask, __builtin_ia32_psubq128_mask,
11705         __builtin_ia32_paddsb128_mask, __builtin_ia32_paddsw128_mask,
11706         __builtin_ia32_psubsb128_mask, __builtin_ia32_psubsw128_mask,
11707         __builtin_ia32_paddusb128_mask, __builtin_ia32_paddusw128_mask,
11708         __builtin_ia32_psubusb128_mask, __builtin_ia32_psubusw128_mask,
11709         __builtin_ia32_paddb256_mask, __builtin_ia32_paddw256_mask,
11710         __builtin_ia32_paddd256_mask, __builtin_ia32_paddq256_mask,
11711         __builtin_ia32_paddsb256_mask, __builtin_ia32_paddsw256_mask,
11712         __builtin_ia32_paddusb256_mask, __builtin_ia32_paddusw256_mask,
11713         __builtin_ia32_psubb256_mask, __builtin_ia32_psubw256_mask,
11714         __builtin_ia32_psubd256_mask, __builtin_ia32_psubq256_mask,
11715         __builtin_ia32_psubsb256_mask, __builtin_ia32_psubsw256_mask,
11716         __builtin_ia32_psubusb256_mask, __builtin_ia32_psubusw256_mask,
11717         __builtin_ia32_shuf_f64x2_256_mask, __builtin_ia32_shuf_i64x2_256_mask,
11718         __builtin_ia32_shuf_i32x4_256_mask, __builtin_ia32_shuf_f32x4_256_mask,
11719         __builtin_ia32_pmovwb128_mask, __builtin_ia32_pmovwb256_mask,
11720         __builtin_ia32_pmovswb128_mask, __builtin_ia32_pmovswb256_mask,
11721         __builtin_ia32_pmovuswb128_mask, __builtin_ia32_pmovuswb256_mask,
11722         __builtin_ia32_pmovdb128_mask, __builtin_ia32_pmovdb256_mask,
11723         __builtin_ia32_pmovsdb128_mask, __builtin_ia32_pmovsdb256_mask,
11724         __builtin_ia32_pmovusdb128_mask, __builtin_ia32_pmovusdb256_mask,
11725         __builtin_ia32_pmovdw128_mask, __builtin_ia32_pmovdw256_mask,
11726         __builtin_ia32_pmovsdw128_mask, __builtin_ia32_pmovsdw256_mask,
11727         __builtin_ia32_pmovusdw128_mask, __builtin_ia32_pmovusdw256_mask,
11728         __builtin_ia32_pmovqb128_mask, __builtin_ia32_pmovqb256_mask,
11729         __builtin_ia32_pmovsqb128_mask, __builtin_ia32_pmovsqb256_mask,
11730         __builtin_ia32_pmovusqb128_mask, __builtin_ia32_pmovusqb256_mask,
11731         __builtin_ia32_pmovqw128_mask, __builtin_ia32_pmovqw256_mask,
11732         __builtin_ia32_pmovsqw128_mask, __builtin_ia32_pmovsqw256_mask,
11733         __builtin_ia32_pmovusqw128_mask, __builtin_ia32_pmovusqw256_mask,
11734         __builtin_ia32_pmovqd128_mask, __builtin_ia32_pmovqd256_mask,
11735         __builtin_ia32_pmovsqd128_mask, __builtin_ia32_pmovsqd256_mask,
11736         __builtin_ia32_pmovusqd128_mask, __builtin_ia32_pmovusqd256_mask,
11737         __builtin_ia32_rangepd256_mask, __builtin_ia32_rangepd128_mask,
11738         __builtin_ia32_rangeps256_mask, __builtin_ia32_rangeps128_mask,
11739         __builtin_ia32_getexpps256_mask, __builtin_ia32_getexppd256_mask,
11740         __builtin_ia32_getexpps128_mask, __builtin_ia32_getexppd128_mask,
11741         __builtin_ia32_fixupimmpd256, __builtin_ia32_fixupimmpd256_mask,
11742         __builtin_ia32_fixupimmpd256_maskz, __builtin_ia32_fixupimmps256,
11743         __builtin_ia32_fixupimmps256_mask, __builtin_ia32_fixupimmps256_maskz,
11744         __builtin_ia32_fixupimmpd128, __builtin_ia32_fixupimmpd128_mask,
11745         __builtin_ia32_fixupimmpd128_maskz, __builtin_ia32_fixupimmps128,
11746         __builtin_ia32_fixupimmps128_mask, __builtin_ia32_fixupimmps128_maskz,
11747         __builtin_ia32_pabsq256_mask, __builtin_ia32_pabsq128_mask,
11748         __builtin_ia32_pabsd256_mask, __builtin_ia32_pabsd128_mask,
11749         __builtin_ia32_pmulhrsw256_mask, __builtin_ia32_pmulhrsw128_mask,
11750         __builtin_ia32_pmulhuw128_mask, __builtin_ia32_pmulhuw256_mask,
11751         __builtin_ia32_pmulhw256_mask, __builtin_ia32_pmulhw128_mask,
11752         __builtin_ia32_pmullw256_mask, __builtin_ia32_pmullw128_mask,
11753         __builtin_ia32_pmullq256_mask, __builtin_ia32_pmullq128_mask,
11754         __builtin_ia32_andpd256_mask, __builtin_ia32_andpd128_mask,
11755         __builtin_ia32_andps256_mask, __builtin_ia32_andps128_mask,
11756         __builtin_ia32_andnpd256_mask, __builtin_ia32_andnpd128_mask,
11757         __builtin_ia32_andnps256_mask, __builtin_ia32_andnps128_mask,
11758         __builtin_ia32_psllwi128_mask, __builtin_ia32_pslldi128_mask,
11759         __builtin_ia32_psllqi128_mask, __builtin_ia32_psllw128_mask,
11760         __builtin_ia32_pslld128_mask, __builtin_ia32_psllq128_mask,
11761         __builtin_ia32_psllwi256_mask, __builtin_ia32_psllw256_mask,
11762         __builtin_ia32_pslldi256_mask, __builtin_ia32_pslld256_mask,
11763         __builtin_ia32_psllqi256_mask, __builtin_ia32_psllq256_mask,
11764         __builtin_ia32_psradi128_mask, __builtin_ia32_psrad128_mask,
11765         __builtin_ia32_psradi256_mask, __builtin_ia32_psrad256_mask,
11766         __builtin_ia32_psraqi128_mask, __builtin_ia32_psraq128_mask,
11767         __builtin_ia32_psraqi256_mask, __builtin_ia32_psraq256_mask,
11768         __builtin_ia32_pandd256_mask, __builtin_ia32_pandd128_mask,
11769         __builtin_ia32_psrldi128_mask, __builtin_ia32_psrld128_mask,
11770         __builtin_ia32_psrldi256_mask, __builtin_ia32_psrld256_mask,
11771         __builtin_ia32_psrlqi128_mask, __builtin_ia32_psrlq128_mask,
11772         __builtin_ia32_psrlqi256_mask, __builtin_ia32_psrlq256_mask,
11773         __builtin_ia32_pandq256_mask, __builtin_ia32_pandq128_mask,
11774         __builtin_ia32_pandnd256_mask, __builtin_ia32_pandnd128_mask,
11775         __builtin_ia32_pandnq256_mask, __builtin_ia32_pandnq128_mask,
11776         __builtin_ia32_pord256_mask, __builtin_ia32_pord128_mask,
11777         __builtin_ia32_porq256_mask, __builtin_ia32_porq128_mask,
11778         __builtin_ia32_pxord256_mask, __builtin_ia32_pxord128_mask,
11779         __builtin_ia32_pxorq256_mask, __builtin_ia32_pxorq128_mask,
11780         __builtin_ia32_packsswb256_mask, __builtin_ia32_packsswb128_mask,
11781         __builtin_ia32_packuswb256_mask, __builtin_ia32_packuswb128_mask,
11782         __builtin_ia32_rndscaleps_256_mask, __builtin_ia32_rndscalepd_256_mask,
11783         __builtin_ia32_rndscaleps_128_mask, __builtin_ia32_rndscalepd_128_mask,
11784         __builtin_ia32_pternlogq256_mask, __builtin_ia32_pternlogq256_maskz,
11785         __builtin_ia32_pternlogd256_mask, __builtin_ia32_pternlogd256_maskz,
11786         __builtin_ia32_pternlogq128_mask, __builtin_ia32_pternlogq128_maskz,
11787         __builtin_ia32_pternlogd128_mask, __builtin_ia32_pternlogd128_maskz,
11788         __builtin_ia32_scalefpd256_mask, __builtin_ia32_scalefps256_mask,
11789         __builtin_ia32_scalefpd128_mask, __builtin_ia32_scalefps128_mask,
11790         __builtin_ia32_vfmaddpd256_mask, __builtin_ia32_vfmaddpd256_mask3,
11791         __builtin_ia32_vfmaddpd256_maskz, __builtin_ia32_vfmaddpd128_mask,
11792         __builtin_ia32_vfmaddpd128_mask3, __builtin_ia32_vfmaddpd128_maskz,
11793         __builtin_ia32_vfmaddps256_mask, __builtin_ia32_vfmaddps256_mask3,
11794         __builtin_ia32_vfmaddps256_maskz, __builtin_ia32_vfmaddps128_mask,
11795         __builtin_ia32_vfmaddps128_mask3, __builtin_ia32_vfmaddps128_maskz,
11796         __builtin_ia32_vfmsubpd256_mask3, __builtin_ia32_vfmsubpd128_mask3,
11797         __builtin_ia32_vfmsubps256_mask3, __builtin_ia32_vfmsubps128_mask3,
11798         __builtin_ia32_vfnmaddpd256_mask, __builtin_ia32_vfnmaddpd128_mask,
11799         __builtin_ia32_vfnmaddps256_mask, __builtin_ia32_vfnmaddps128_mask,
11800         __builtin_ia32_vfnmsubpd256_mask, __builtin_ia32_vfnmsubpd256_mask3,
11801         __builtin_ia32_vfnmsubpd128_mask, __builtin_ia32_vfnmsubpd128_mask3,
11802         __builtin_ia32_vfnmsubps256_mask, __builtin_ia32_vfnmsubps256_mask3,
11803         __builtin_ia32_vfnmsubps128_mask, __builtin_ia32_vfnmsubps128_mask3,
11804         __builtin_ia32_vfmaddsubpd256_mask, __builtin_ia32_vfmaddsubpd256_mask3,
11805         __builtin_ia32_vfmaddsubpd256_maskz, __builtin_ia32_vfmaddsubpd128_mask,
11806         __builtin_ia32_vfmaddsubpd128_mask3, __builtin_ia32_vfmaddsubpd128_maskz,
11807         __builtin_ia32_vfmaddsubps256_mask, __builtin_ia32_vfmaddsubps256_mask3,
11808         __builtin_ia32_vfmaddsubps256_maskz, __builtin_ia32_vfmaddsubps128_mask,
11809         __builtin_ia32_vfmaddsubps128_mask3, __builtin_ia32_vfmaddsubps128_maskz,
11810         __builtin_ia32_vfmsubaddpd256_mask3, __builtin_ia32_vfmsubaddpd128_mask3,
11811         __builtin_ia32_vfmsubaddps256_mask3, __builtin_ia32_vfmsubaddps128_mask3,
11812         __builtin_ia32_insertf64x2_256_mask, __builtin_ia32_inserti64x2_256_mask,
11813         __builtin_ia32_psrav16hi_mask, __builtin_ia32_psrav8hi_mask,
11814         __builtin_ia32_pmaddubsw256_mask, __builtin_ia32_pmaddubsw128_mask,
11815         __builtin_ia32_pmaddwd256_mask, __builtin_ia32_pmaddwd128_mask,
11816         __builtin_ia32_psrlv16hi_mask, __builtin_ia32_psrlv8hi_mask,
11817         __builtin_ia32_cvtps2dq256_mask, __builtin_ia32_cvtps2dq128_mask,
11818         __builtin_ia32_cvtps2udq256_mask, __builtin_ia32_cvtps2udq128_mask,
11819         __builtin_ia32_cvtps2qq256_mask, __builtin_ia32_cvtps2qq128_mask,
11820         __builtin_ia32_cvtps2uqq256_mask, __builtin_ia32_cvtps2uqq128_mask,
11821         __builtin_ia32_getmantps256_mask, __builtin_ia32_getmantps128_mask,
11822         __builtin_ia32_getmantpd256_mask, __builtin_ia32_getmantpd128_mask,
11823         __builtin_ia32_movddup256_mask, __builtin_ia32_movddup128_mask,
11824         __builtin_ia32_movshdup256_mask, __builtin_ia32_movshdup128_mask,
11825         __builtin_ia32_movsldup256_mask, __builtin_ia32_movsldup128_mask,
11826         __builtin_ia32_cvtqq2ps256_mask, __builtin_ia32_cvtqq2ps128_mask,
11827         __builtin_ia32_cvtuqq2ps256_mask, __builtin_ia32_cvtuqq2ps128_mask,
11828         __builtin_ia32_cvtqq2pd256_mask, __builtin_ia32_cvtqq2pd128_mask,
11829         __builtin_ia32_cvtuqq2pd256_mask, __builtin_ia32_cvtuqq2pd128_mask,
11830         __builtin_ia32_vpermt2varq256_mask, __builtin_ia32_vpermt2varq256_maskz,
11831         __builtin_ia32_vpermt2vard256_mask, __builtin_ia32_vpermt2vard256_maskz,
11832         __builtin_ia32_vpermi2varq256_mask, __builtin_ia32_vpermi2vard256_mask,
11833         __builtin_ia32_vpermt2varpd256_mask, __builtin_ia32_vpermt2varpd256_maskz,
11834         __builtin_ia32_vpermt2varps256_mask, __builtin_ia32_vpermt2varps256_maskz,
11835         __builtin_ia32_vpermi2varpd256_mask, __builtin_ia32_vpermi2varps256_mask,
11836         __builtin_ia32_vpermt2varq128_mask, __builtin_ia32_vpermt2varq128_maskz,
11837         __builtin_ia32_vpermt2vard128_mask, __builtin_ia32_vpermt2vard128_maskz,
11838         __builtin_ia32_vpermi2varq128_mask, __builtin_ia32_vpermi2vard128_mask,
11839         __builtin_ia32_vpermt2varpd128_mask, __builtin_ia32_vpermt2varpd128_maskz,
11840         __builtin_ia32_vpermt2varps128_mask, __builtin_ia32_vpermt2varps128_maskz,
11841         __builtin_ia32_vpermi2varpd128_mask, __builtin_ia32_vpermi2varps128_mask,
11842         __builtin_ia32_pshufb256_mask, __builtin_ia32_pshufb128_mask,
11843         __builtin_ia32_pshufhw256_mask, __builtin_ia32_pshufhw128_mask,
11844         __builtin_ia32_pshuflw256_mask, __builtin_ia32_pshuflw128_mask,
11845         __builtin_ia32_pshufd256_mask, __builtin_ia32_pshufd128_mask,
11846         __builtin_ia32_shufpd256_mask, __builtin_ia32_shufpd128_mask,
11847         __builtin_ia32_shufps256_mask, __builtin_ia32_shufps128_mask,
11848         __builtin_ia32_prolvq256_mask, __builtin_ia32_prolvq128_mask,
11849         __builtin_ia32_prolq256_mask, __builtin_ia32_prolq128_mask,
11850         __builtin_ia32_prorvq256_mask, __builtin_ia32_prorvq128_mask,
11851         __builtin_ia32_prorq256_mask, __builtin_ia32_prorq128_mask,
11852         __builtin_ia32_psravq128_mask, __builtin_ia32_psravq256_mask,
11853         __builtin_ia32_psllv4di_mask, __builtin_ia32_psllv2di_mask,
11854         __builtin_ia32_psllv8si_mask, __builtin_ia32_psllv4si_mask,
11855         __builtin_ia32_psrav8si_mask, __builtin_ia32_psrav4si_mask,
11856         __builtin_ia32_psrlv4di_mask, __builtin_ia32_psrlv2di_mask,
11857         __builtin_ia32_psrlv8si_mask, __builtin_ia32_psrlv4si_mask,
11858         __builtin_ia32_psrawi256_mask, __builtin_ia32_psraw256_mask,
11859         __builtin_ia32_psrawi128_mask, __builtin_ia32_psraw128_mask,
11860         __builtin_ia32_psrlwi256_mask, __builtin_ia32_psrlw256_mask,
11861         __builtin_ia32_psrlwi128_mask, __builtin_ia32_psrlw128_mask,
11862         __builtin_ia32_prorvd256_mask, __builtin_ia32_prolvd256_mask,
11863         __builtin_ia32_prord256_mask, __builtin_ia32_prold256_mask,
11864         __builtin_ia32_prorvd128_mask, __builtin_ia32_prolvd128_mask,
11865         __builtin_ia32_prord128_mask, __builtin_ia32_prold128_mask,
11866         __builtin_ia32_fpclasspd256_mask, __builtin_ia32_fpclasspd128_mask,
11867         __builtin_ia32_fpclasssd, __builtin_ia32_fpclassps256_mask,
11868         __builtin_ia32_fpclassps128_mask, __builtin_ia32_fpclassss,
11869         __builtin_ia32_cvtb2mask128, __builtin_ia32_cvtb2mask256,
11870         __builtin_ia32_cvtw2mask128, __builtin_ia32_cvtw2mask256,
11871         __builtin_ia32_cvtd2mask128, __builtin_ia32_cvtd2mask256,
11872         __builtin_ia32_cvtq2mask128, __builtin_ia32_cvtq2mask256,
11873         __builtin_ia32_cvtmask2b128, __builtin_ia32_cvtmask2b256,
11874         __builtin_ia32_cvtmask2w128, __builtin_ia32_cvtmask2w256,
11875         __builtin_ia32_cvtmask2d128, __builtin_ia32_cvtmask2d256,
11876         __builtin_ia32_cvtmask2q128, __builtin_ia32_cvtmask2q256,
11877         __builtin_ia32_pcmpeqb128_mask, __builtin_ia32_pcmpeqb256_mask,
11878         __builtin_ia32_pcmpeqw128_mask, __builtin_ia32_pcmpeqw256_mask,
11879         __builtin_ia32_pcmpeqd128_mask, __builtin_ia32_pcmpeqd256_mask,
11880         __builtin_ia32_pcmpeqq128_mask, __builtin_ia32_pcmpeqq256_mask,
11881         __builtin_ia32_pcmpgtb128_mask, __builtin_ia32_pcmpgtb256_mask,
11882         __builtin_ia32_pcmpgtw128_mask, __builtin_ia32_pcmpgtw256_mask,
11883         __builtin_ia32_pcmpgtd128_mask, __builtin_ia32_pcmpgtd256_mask,
11884         __builtin_ia32_pcmpgtq128_mask, __builtin_ia32_pcmpgtq256_mask,
11885         __builtin_ia32_ptestmb128, __builtin_ia32_ptestmb256,
11886         __builtin_ia32_ptestmw128, __builtin_ia32_ptestmw256,
11887         __builtin_ia32_ptestmd128, __builtin_ia32_ptestmd256,
11888         __builtin_ia32_ptestmq128, __builtin_ia32_ptestmq256,
11889         __builtin_ia32_ptestnmb128, __builtin_ia32_ptestnmb256,
11890         __builtin_ia32_ptestnmw128, __builtin_ia32_ptestnmw256,
11891         __builtin_ia32_ptestnmd128, __builtin_ia32_ptestnmd256,
11892         __builtin_ia32_ptestnmq128, __builtin_ia32_ptestnmq256,
11893         __builtin_ia32_broadcastmb128, __builtin_ia32_broadcastmb256,
11894         __builtin_ia32_broadcastmw128, __builtin_ia32_broadcastmw256,
11895         __builtin_ia32_compressdf256_mask, __builtin_ia32_compressdf128_mask,
11896         __builtin_ia32_compresssf256_mask, __builtin_ia32_compresssf128_mask,
11897         __builtin_ia32_compressdi256_mask, __builtin_ia32_compressdi128_mask,
11898         __builtin_ia32_compresssi256_mask, __builtin_ia32_compresssi128_mask,
11899         __builtin_ia32_expanddf256_mask, __builtin_ia32_expanddf128_mask,
11900         __builtin_ia32_expandsf256_mask, __builtin_ia32_expandsf128_mask,
11901         __builtin_ia32_expanddi256_mask, __builtin_ia32_expanddi128_mask,
11902         __builtin_ia32_expandsi256_mask, __builtin_ia32_expandsi128_mask,
11903         __builtin_ia32_expanddf256_maskz, __builtin_ia32_expanddf128_maskz,
11904         __builtin_ia32_expandsf256_maskz, __builtin_ia32_expandsf128_maskz,
11905         __builtin_ia32_expanddi256_maskz, __builtin_ia32_expanddi128_maskz,
11906         __builtin_ia32_expandsi256_maskz, __builtin_ia32_expandsi128_maskz,
11907         __builtin_ia32_pmaxsd256_mask, __builtin_ia32_pminsd256_mask,
11908         __builtin_ia32_pmaxud256_mask, __builtin_ia32_pminud256_mask,
11909         __builtin_ia32_pmaxsd128_mask, __builtin_ia32_pminsd128_mask,
11910         __builtin_ia32_pmaxud128_mask, __builtin_ia32_pminud128_mask,
11911         __builtin_ia32_pmaxsq256_mask, __builtin_ia32_pminsq256_mask,
11912         __builtin_ia32_pmaxuq256_mask, __builtin_ia32_pminuq256_mask,
11913         __builtin_ia32_pmaxsq128_mask, __builtin_ia32_pminsq128_mask,
11914         __builtin_ia32_pmaxuq128_mask, __builtin_ia32_pminuq128_mask,
11915         __builtin_ia32_pminsb256_mask, __builtin_ia32_pminub256_mask,
11916         __builtin_ia32_pmaxsb256_mask, __builtin_ia32_pmaxub256_mask,
11917         __builtin_ia32_pminsb128_mask, __builtin_ia32_pminub128_mask,
11918         __builtin_ia32_pmaxsb128_mask, __builtin_ia32_pmaxub128_mask,
11919         __builtin_ia32_pminsw256_mask, __builtin_ia32_pminuw256_mask,
11920         __builtin_ia32_pmaxsw256_mask, __builtin_ia32_pmaxuw256_mask,
11921         __builtin_ia32_pminsw128_mask, __builtin_ia32_pminuw128_mask,
11922         __builtin_ia32_pmaxsw128_mask, __builtin_ia32_pmaxuw128_mask,
11923         __builtin_ia32_vpconflictdi_256_mask, __builtin_ia32_vpconflictsi_256_mask,
11924         __builtin_ia32_vplzcntq_256_mask, __builtin_ia32_vplzcntd_256_mask,
11925         __builtin_ia32_unpckhpd256_mask, __builtin_ia32_unpckhpd128_mask,
11926         __builtin_ia32_unpckhps256_mask, __builtin_ia32_unpckhps128_mask,
11927         __builtin_ia32_unpcklpd256_mask, __builtin_ia32_unpcklpd128_mask,
11928         __builtin_ia32_unpcklps256_mask, __builtin_ia32_vpconflictdi_128_mask,
11929         __builtin_ia32_vpconflictsi_128_mask, __builtin_ia32_vplzcntq_128_mask,
11930         __builtin_ia32_vplzcntd_128_mask, __builtin_ia32_unpcklps128_mask,
11931         __builtin_ia32_alignd256_mask, __builtin_ia32_alignq256_mask,
11932         __builtin_ia32_alignd128_mask, __builtin_ia32_alignq128_mask,
11933         __builtin_ia32_vcvtps2ph256_mask, __builtin_ia32_vcvtps2ph_mask,
11934         __builtin_ia32_vcvtph2ps_mask, __builtin_ia32_vcvtph2ps256_mask,
11935         __builtin_ia32_punpckhdq128_mask, __builtin_ia32_punpckhdq256_mask,
11936         __builtin_ia32_punpckhqdq128_mask, __builtin_ia32_punpckhqdq256_mask,
11937         __builtin_ia32_punpckldq128_mask, __builtin_ia32_punpckldq256_mask,
11938         __builtin_ia32_punpcklqdq128_mask, __builtin_ia32_punpcklqdq256_mask,
11939         __builtin_ia32_punpckhbw128_mask, __builtin_ia32_punpckhbw256_mask,
11940         __builtin_ia32_punpckhwd128_mask, __builtin_ia32_punpckhwd256_mask,
11941         __builtin_ia32_punpcklbw128_mask, __builtin_ia32_punpcklbw256_mask,
11942         __builtin_ia32_punpcklwd128_mask, __builtin_ia32_punpcklwd256_mask,
11943         __builtin_ia32_psllv16hi_mask, __builtin_ia32_psllv8hi_mask,
11944         __builtin_ia32_packssdw256_mask, __builtin_ia32_packssdw128_mask,
11945         __builtin_ia32_packusdw256_mask, __builtin_ia32_packusdw128_mask,
11946         __builtin_ia32_pavgb256_mask, __builtin_ia32_pavgw256_mask,
11947         __builtin_ia32_pavgb128_mask, __builtin_ia32_pavgw128_mask,
11948         __builtin_ia32_permvarsf256_mask, __builtin_ia32_permvardf256_mask,
11949         __builtin_ia32_permdf256_mask, __builtin_ia32_pabsb256_mask,
11950         __builtin_ia32_pabsb128_mask, __builtin_ia32_pabsw256_mask,
11951         __builtin_ia32_pabsw128_mask, __builtin_ia32_vpermilvarpd_mask,
11952         __builtin_ia32_vpermilvarps_mask, __builtin_ia32_vpermilvarpd256_mask,
11953         __builtin_ia32_vpermilvarps256_mask, __builtin_ia32_vpermilpd_mask,
11954         __builtin_ia32_vpermilps_mask, __builtin_ia32_vpermilpd256_mask,
11955         __builtin_ia32_vpermilps256_mask, __builtin_ia32_blendmq_256_mask,
11956         __builtin_ia32_blendmd_256_mask, __builtin_ia32_blendmpd_256_mask,
11957         __builtin_ia32_blendmps_256_mask, __builtin_ia32_blendmq_128_mask,
11958         __builtin_ia32_blendmd_128_mask, __builtin_ia32_blendmpd_128_mask,
11959         __builtin_ia32_blendmps_128_mask, __builtin_ia32_blendmw_256_mask,
11960         __builtin_ia32_blendmb_256_mask, __builtin_ia32_blendmw_128_mask,
11961         __builtin_ia32_blendmb_128_mask, __builtin_ia32_pmulld256_mask,
11962         __builtin_ia32_pmulld128_mask, __builtin_ia32_pmuludq256_mask,
11963         __builtin_ia32_pmuldq256_mask, __builtin_ia32_pmuldq128_mask,
11964         __builtin_ia32_pmuludq128_mask, __builtin_ia32_cvtpd2ps256_mask,
11965         __builtin_ia32_cvtpd2ps_mask, __builtin_ia32_permvarsi256_mask,
11966         __builtin_ia32_permvardi256_mask, __builtin_ia32_permdi256_mask,
11967         __builtin_ia32_cmpq256_mask, __builtin_ia32_cmpd256_mask,
11968         __builtin_ia32_ucmpq256_mask, __builtin_ia32_ucmpd256_mask,
11969         __builtin_ia32_cmpb256_mask, __builtin_ia32_cmpw256_mask,
11970         __builtin_ia32_ucmpb256_mask, __builtin_ia32_ucmpw256_mask,
11971         __builtin_ia32_cmppd256_mask, __builtin_ia32_cmpps256_mask,
11972         __builtin_ia32_cmpq128_mask, __builtin_ia32_cmpd128_mask,
11973         __builtin_ia32_ucmpq128_mask, __builtin_ia32_ucmpd128_mask,
11974         __builtin_ia32_cmpb128_mask, __builtin_ia32_cmpw128_mask,
11975         __builtin_ia32_ucmpb128_mask, __builtin_ia32_ucmpw128_mask,
11976         __builtin_ia32_cmppd128_mask, __builtin_ia32_cmpps128_mask,
11977         __builtin_ia32_broadcastf32x2_512_mask, __builtin_ia32_broadcasti32x2_512_mask,
11978         __builtin_ia32_broadcastf64x2_512_mask, __builtin_ia32_broadcasti64x2_512_mask,
11979         __builtin_ia32_broadcastf32x8_512_mask, __builtin_ia32_broadcasti32x8_512_mask,
11980         __builtin_ia32_extractf64x2_512_mask, __builtin_ia32_extractf32x8_mask,
11981         __builtin_ia32_extracti64x2_512_mask, __builtin_ia32_extracti32x8_mask,
11982         __builtin_ia32_reducepd512_mask, __builtin_ia32_reduceps512_mask,
11983         __builtin_ia32_pmullq512_mask, __builtin_ia32_xorpd512_mask,
11984         __builtin_ia32_xorps512_mask, __builtin_ia32_orpd512_mask,
11985         __builtin_ia32_orps512_mask, __builtin_ia32_andpd512_mask,
11986         __builtin_ia32_andps512_mask, __builtin_ia32_andnpd512_mask,
11987         __builtin_ia32_andnps512_mask, __builtin_ia32_insertf32x8_mask,
11988         __builtin_ia32_inserti32x8_mask, __builtin_ia32_insertf64x2_512_mask,
11989         __builtin_ia32_inserti64x2_512_mask, __builtin_ia32_fpclasspd512_mask,
11990         __builtin_ia32_fpclassps512_mask, __builtin_ia32_cvtd2mask512,
11991         __builtin_ia32_cvtq2mask512, __builtin_ia32_cvtmask2d512,
11992         __builtin_ia32_cvtmask2q512, __builtin_ia32_kunpcksi,
11993         __builtin_ia32_kunpckdi, __builtin_ia32_packusdw512_mask,
11994         __builtin_ia32_pslldq512, __builtin_ia32_psrldq512,
11995         __builtin_ia32_packssdw512_mask, __builtin_ia32_palignr512,
11996         __builtin_ia32_palignr512_mask, __builtin_ia32_movdquhi512_mask,
11997         __builtin_ia32_movdquqi512_mask, __builtin_ia32_psadbw512,
11998         __builtin_ia32_dbpsadbw512_mask, __builtin_ia32_pbroadcastb512_mask,
11999         __builtin_ia32_pbroadcastb512_gpr_mask, __builtin_ia32_pbroadcastw512_mask,
12000         __builtin_ia32_pbroadcastw512_gpr_mask, __builtin_ia32_pmovsxbw512_mask,
12001         __builtin_ia32_pmovzxbw512_mask, __builtin_ia32_permvarhi512_mask,
12002         __builtin_ia32_vpermt2varhi512_mask, __builtin_ia32_vpermt2varhi512_maskz,
12003         __builtin_ia32_vpermi2varhi512_mask, __builtin_ia32_pavgb512_mask,
12004         __builtin_ia32_pavgw512_mask, __builtin_ia32_paddb512_mask,
12005         __builtin_ia32_psubb512_mask, __builtin_ia32_psubsb512_mask,
12006         __builtin_ia32_paddsb512_mask, __builtin_ia32_psubusb512_mask,
12007         __builtin_ia32_paddusb512_mask, __builtin_ia32_psubw512_mask,
12008         __builtin_ia32_paddw512_mask, __builtin_ia32_psubsw512_mask,
12009         __builtin_ia32_paddsw512_mask, __builtin_ia32_psubusw512_mask,
12010         __builtin_ia32_paddusw512_mask, __builtin_ia32_pmaxuw512_mask,
12011         __builtin_ia32_pmaxsw512_mask, __builtin_ia32_pminuw512_mask,
12012         __builtin_ia32_pminsw512_mask, __builtin_ia32_pmaxub512_mask,
12013         __builtin_ia32_pmaxsb512_mask, __builtin_ia32_pminub512_mask,
12014         __builtin_ia32_pminsb512_mask, __builtin_ia32_pmovwb512_mask,
12015         __builtin_ia32_pmovswb512_mask, __builtin_ia32_pmovuswb512_mask,
12016         __builtin_ia32_pmulhrsw512_mask, __builtin_ia32_pmulhuw512_mask,
12017         __builtin_ia32_pmulhw512_mask, __builtin_ia32_pmullw512_mask,
12018         __builtin_ia32_psllwi512_mask, __builtin_ia32_psllw512_mask,
12019         __builtin_ia32_packsswb512_mask, __builtin_ia32_packuswb512_mask,
12020         __builtin_ia32_psrav32hi_mask, __builtin_ia32_pmaddubsw512_mask,
12021         __builtin_ia32_pmaddwd512_mask, __builtin_ia32_psrlv32hi_mask,
12022         __builtin_ia32_punpckhbw512_mask, __builtin_ia32_punpckhwd512_mask,
12023         __builtin_ia32_punpcklbw512_mask, __builtin_ia32_punpcklwd512_mask,
12024         __builtin_ia32_pshufb512_mask, __builtin_ia32_pshufhw512_mask,
12025         __builtin_ia32_pshuflw512_mask, __builtin_ia32_psrawi512_mask,
12026         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
12027         __builtin_ia32_psrlw512_mask, __builtin_ia32_cvtb2mask512,
12028         __builtin_ia32_cvtw2mask512, __builtin_ia32_cvtmask2b512,
12029         __builtin_ia32_cvtmask2w512, __builtin_ia32_pcmpeqb512_mask,
12030         __builtin_ia32_pcmpeqw512_mask, __builtin_ia32_pcmpgtb512_mask,
12031         __builtin_ia32_pcmpgtw512_mask, __builtin_ia32_ptestmb512,
12032         __builtin_ia32_ptestmw512, __builtin_ia32_ptestnmb512,
12033         __builtin_ia32_ptestnmw512, __builtin_ia32_psllv32hi_mask,
12034         __builtin_ia32_pabsb512_mask, __builtin_ia32_pabsw512_mask,
12035         __builtin_ia32_blendmw_512_mask, __builtin_ia32_blendmb_512_mask,
12036         __builtin_ia32_cmpb512_mask, __builtin_ia32_cmpw512_mask,
12037         __builtin_ia32_ucmpb512_mask, __builtin_ia32_ucmpw512_mask,
12038         __builtin_ia32_rangesd128_round, __builtin_ia32_rangess128_round,
12039         __builtin_ia32_cvtpd2qq512_mask, __builtin_ia32_cvtps2qq512_mask,
12040         __builtin_ia32_cvtpd2uqq512_mask, __builtin_ia32_cvtps2uqq512_mask,
12041         __builtin_ia32_cvtqq2ps512_mask, __builtin_ia32_cvtuqq2ps512_mask,
12042         __builtin_ia32_cvtqq2pd512_mask, __builtin_ia32_cvtuqq2pd512_mask,
12043         __builtin_ia32_cvttps2qq512_mask, __builtin_ia32_cvttps2uqq512_mask,
12044         __builtin_ia32_cvttpd2qq512_mask, __builtin_ia32_cvttpd2uqq512_mask,
12045         __builtin_ia32_rangeps512_mask, __builtin_ia32_rangepd512_mask.
12046         (ix86_expand_args_builtin): Handle HI_FTYPE_V16QI, SI_FTYPE_V32QI,
12047         DI_FTYPE_V64QI, V16QI_FTYPE_HI, V32QI_FTYPE_SI, V64QI_FTYPE_DI,
12048         V8HI_FTYPE_QI, V16HI_FTYPE_HI, V32HI_FTYPE_SI, V4SI_FTYPE_QI,
12049         V8SI_FTYPE_QI, V4SI_FTYPE_HI, V8SI_FTYPE_HI, QI_FTYPE_V8HI,
12050         HI_FTYPE_V16HI, SI_FTYPE_V32HI, QI_FTYPE_V4SI, QI_FTYPE_V8SI,
12051         HI_FTYPE_V16SI, QI_FTYPE_V2DI, QI_FTYPE_V4DI, QI_FTYPE_V8DI,
12052         V2DI_FTYPE_QI, V4DI_FTYPE_QI, V8DI_FTYPE_V64QI_V64QI,
12053         SI_FTYPE_SI_SI,DI_FTYPE_DI_DI, V8DI_FTYPE_V8DI_INT_CONVERT,
12054         QI_FTYPE_V4SF_INT, QI_FTYPE_V2DF_INT,
12055         V8SF_FTYPE_V4SF_V8SF_QI, V4DF_FTYPE_V2DF_V4DF_QI,
12056         V8SI_FTYPE_V4SI_V8SI_QI, V8SI_FTYPE_SI_V8SI_QI,
12057         V4SI_FTYPE_V4SI_V4SI_QI, V4SI_FTYPE_SI_V4SI_QI,
12058         V4DI_FTYPE_V2DI_V4DI_QI, V4DI_FTYPE_DI_V4DI_QI,
12059         V2DI_FTYPE_V2DI_V2DI_QI, V2DI_FTYPE_DI_V2DI_QI,
12060         V64QI_FTYPE_V64QI_V64QI_DI, V64QI_FTYPE_V16QI_V64QI_DI,
12061         V64QI_FTYPE_QI_V64QI_DI, V32QI_FTYPE_V32QI_V32QI_SI,
12062         V32QI_FTYPE_V16QI_V32QI_SI, V32QI_FTYPE_QI_V32QI_SI,
12063         V16QI_FTYPE_V16QI_V16QI_HI, V16QI_FTYPE_QI_V16QI_HI,
12064         V32HI_FTYPE_V8HI_V32HI_SI, V32HI_FTYPE_HI_V32HI_SI,
12065         V16HI_FTYPE_V8HI_V16HI_HI, V16HI_FTYPE_HI_V16HI_HI,
12066         V8HI_FTYPE_V8HI_V8HI_QI, V8HI_FTYPE_HI_V8HI_QI,
12067         V8SF_FTYPE_V8HI_V8SF_QI, V4SF_FTYPE_V8HI_V4SF_QI,
12068         V8SI_FTYPE_V8SF_V8SI_QI, V4SI_FTYPE_V4SF_V4SI_QI,
12069         V8DI_FTYPE_V8SF_V8DI_QI, V4DI_FTYPE_V4SF_V4DI_QI,
12070         V2DI_FTYPE_V4SF_V2DI_QI, V8SF_FTYPE_V8DI_V8SF_QI,
12071         V4SF_FTYPE_V4DI_V4SF_QI, V4SF_FTYPE_V2DI_V4SF_QI,
12072         V8DF_FTYPE_V8DI_V8DF_QI, V4DF_FTYPE_V4DI_V4DF_QI,
12073         V2DF_FTYPE_V2DI_V2DF_QI, V16QI_FTYPE_V8HI_V16QI_QI,
12074         V16QI_FTYPE_V16HI_V16QI_HI, V16QI_FTYPE_V4SI_V16QI_QI,
12075         V16QI_FTYPE_V8SI_V16QI_QI, V8HI_FTYPE_V4SI_V8HI_QI,
12076         V8HI_FTYPE_V8SI_V8HI_QI, V16QI_FTYPE_V2DI_V16QI_QI,
12077         V16QI_FTYPE_V4DI_V16QI_QI, V8HI_FTYPE_V2DI_V8HI_QI,
12078         V8HI_FTYPE_V4DI_V8HI_QI, V4SI_FTYPE_V2DI_V4SI_QI,
12079         V4SI_FTYPE_V4DI_V4SI_QI, V32QI_FTYPE_V32HI_V32QI_SI,
12080         HI_FTYPE_V16QI_V16QI_HI, SI_FTYPE_V32QI_V32QI_SI,
12081         DI_FTYPE_V64QI_V64QI_DI, QI_FTYPE_V8HI_V8HI_QI,
12082         HI_FTYPE_V16HI_V16HI_HI, SI_FTYPE_V32HI_V32HI_SI,
12083         QI_FTYPE_V4SI_V4SI_QI, QI_FTYPE_V8SI_V8SI_QI,
12084         QI_FTYPE_V2DI_V2DI_QI, QI_FTYPE_V4DI_V4DI_QI,
12085         V4SF_FTYPE_V2DF_V4SF_QI, V4SF_FTYPE_V4DF_V4SF_QI,
12086         V2DI_FTYPE_V4SI_V2DI_QI, V2DI_FTYPE_V8HI_V2DI_QI,
12087         V2DI_FTYPE_V16QI_V2DI_QI, V4DI_FTYPE_V4DI_V4DI_QI,
12088         V4DI_FTYPE_V4SI_V4DI_QI, V4DI_FTYPE_V8HI_V4DI_QI,
12089         V4DI_FTYPE_V16QI_V4DI_QI, V8DI_FTYPE_V8DF_V8DI_QI,
12090         V4DI_FTYPE_V4DF_V4DI_QI, V2DI_FTYPE_V2DF_V2DI_QI,
12091         V4SI_FTYPE_V4DF_V4SI_QI, V4SI_FTYPE_V2DF_V4SI_QI,
12092         V4SI_FTYPE_V8HI_V4SI_QI, V4SI_FTYPE_V16QI_V4SI_QI,
12093         V8SI_FTYPE_V8SI_V8SI_V8SI, V8SF_FTYPE_V8SF_V8SF_QI,
12094         V8SF_FTYPE_V8SI_V8SF_QI, V4DF_FTYPE_V4DF_V4DF_QI,
12095         V4SF_FTYPE_V4SF_V4SF_QI, V2DF_FTYPE_V2DF_V2DF_QI,
12096         V2DF_FTYPE_V4SF_V2DF_QI, V2DF_FTYPE_V4SI_V2DF_QI,
12097         V4SF_FTYPE_V4SI_V4SF_QI, V4DF_FTYPE_V4SF_V4DF_QI,
12098         V4DF_FTYPE_V4SI_V4DF_QI, V8SI_FTYPE_V8SI_V8SI_QI,
12099         V8SI_FTYPE_V8HI_V8SI_QI, V8SI_FTYPE_V16QI_V8SI_QI,
12100         V16SF_FTYPE_V8SF_V16SF_HI, V16SI_FTYPE_V8SI_V16SI_HI,
12101         V16HI_FTYPE_V16HI_V16HI_HI, V8HI_FTYPE_V16QI_V8HI_QI,
12102         V16HI_FTYPE_V16QI_V16HI_HI, V32HI_FTYPE_V32HI_V32HI_SI,
12103         V32HI_FTYPE_V32QI_V32HI_SI, V8DI_FTYPE_V8DI_V8DI_INT_CONVERT,
12104         V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI_CONVERT, QI_FTYPE_V8DF_INT_QI,
12105         QI_FTYPE_V4DF_INT_QI, QI_FTYPE_V2DF_INT_QI,
12106         HI_FTYPE_V16SF_INT_HI, QI_FTYPE_V8SF_INT_QI,
12107         QI_FTYPE_V4SF_INT_QI, V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI_CONVERT,
12108         V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI_CONVERT, V32QI_FTYPE_V32QI_V32QI_V32QI_SI,
12109         V32HI_FTYPE_V32HI_V32HI_V32HI_SI, V32HI_FTYPE_V64QI_V64QI_V32HI_SI,
12110         V16SI_FTYPE_V32HI_V32HI_V16SI_HI, V64QI_FTYPE_V64QI_V64QI_V64QI_DI,
12111         V32HI_FTYPE_V32HI_V8HI_V32HI_SI, V16HI_FTYPE_V16HI_V8HI_V16HI_HI,
12112         V8SI_FTYPE_V8SI_V4SI_V8SI_QI, V4DI_FTYPE_V4DI_V2DI_V4DI_QI,
12113         V64QI_FTYPE_V32HI_V32HI_V64QI_DI, V32QI_FTYPE_V16HI_V16HI_V32QI_SI,
12114         V16QI_FTYPE_V8HI_V8HI_V16QI_HI, V32HI_FTYPE_V16SI_V16SI_V32HI_SI,
12115         V16HI_FTYPE_V8SI_V8SI_V16HI_HI, V8HI_FTYPE_V4SI_V4SI_V8HI_QI,
12116         V4DF_FTYPE_V4DF_V4DI_V4DF_QI, V8SF_FTYPE_V8SF_V8SI_V8SF_QI,
12117         V4SF_FTYPE_V4SF_V4SI_V4SF_QI, V2DF_FTYPE_V2DF_V2DI_V2DF_QI,
12118         V2DI_FTYPE_V4SI_V4SI_V2DI_QI, V4DI_FTYPE_V8SI_V8SI_V4DI_QI,
12119         V4DF_FTYPE_V4DI_V4DF_V4DF_QI, V8SF_FTYPE_V8SI_V8SF_V8SF_QI,
12120         V2DF_FTYPE_V2DI_V2DF_V2DF_QI, V4SF_FTYPE_V4SI_V4SF_V4SF_QI,
12121         V8HI_FTYPE_V8HI_V8HI_V8HI_QI, V8SI_FTYPE_V8SI_V8SI_V8SI_QI,
12122         V4SI_FTYPE_V4SI_V4SI_V4SI_QI, V8SF_FTYPE_V8SF_V8SF_V8SF_QI,
12123         V16QI_FTYPE_V16QI_V16QI_V16QI_HI, V16HI_FTYPE_V16HI_V16HI_V16HI_HI,
12124         V2DI_FTYPE_V2DI_V2DI_V2DI_QI, V4DI_FTYPE_V4DI_V4DI_V4DI_QI,
12125         V4DF_FTYPE_V4DF_V4DF_V4DF_QI, V8HI_FTYPE_V16QI_V16QI_V8HI_QI,
12126         V16HI_FTYPE_V32QI_V32QI_V16HI_HI, V8SI_FTYPE_V16HI_V16HI_V8SI_QI,
12127         V4SI_FTYPE_V8HI_V8HI_V4SI_QI, QI_FTYPE_V4DI_V4DI_INT_QI,
12128         QI_FTYPE_V8SI_V8SI_INT_QI, QI_FTYPE_V4DF_V4DF_INT_QI,
12129         QI_FTYPE_V8SF_V8SF_INT_QI, QI_FTYPE_V2DI_V2DI_INT_QI,
12130         QI_FTYPE_V4SI_V4SI_INT_QI, DI_FTYPE_V64QI_V64QI_INT_DI,
12131         SI_FTYPE_V32QI_V32QI_INT_SI, HI_FTYPE_V16QI_V16QI_INT_HI,
12132         SI_FTYPE_V32HI_V32HI_INT_SI, HI_FTYPE_V16HI_V16HI_INT_HI,
12133         QI_FTYPE_V8HI_V8HI_INT_QI, V8SF_FTYPE_V8SF_INT_V8SF_QI,
12134         V4SF_FTYPE_V4SF_INT_V4SF_QI, V2DF_FTYPE_V4DF_INT_V2DF_QI,
12135         V2DI_FTYPE_V4DI_INT_V2DI_QI, V8SF_FTYPE_V16SF_INT_V8SF_QI,
12136         V8SI_FTYPE_V16SI_INT_V8SI_QI, V2DF_FTYPE_V8DF_INT_V2DF_QI,
12137         V2DI_FTYPE_V8DI_INT_V2DI_QI, V4SF_FTYPE_V8SF_INT_V4SF_QI,
12138         V4SI_FTYPE_V8SI_INT_V4SI_QI, V8HI_FTYPE_V8SF_INT_V8HI_QI,
12139         V8HI_FTYPE_V4SF_INT_V8HI_QI, V32HI_FTYPE_V32HI_INT_V32HI_SI,
12140         V16HI_FTYPE_V16HI_INT_V16HI_HI, V8HI_FTYPE_V8HI_INT_V8HI_QI,
12141         V4DI_FTYPE_V4DI_INT_V4DI_QI, V2DI_FTYPE_V2DI_INT_V2DI_QI,
12142         V8SI_FTYPE_V8SI_INT_V8SI_QI, V4SI_FTYPE_V4SI_INT_V4SI_QI,
12143         V4DF_FTYPE_V4DF_INT_V4DF_QI, V2DF_FTYPE_V2DF_INT_V2DF_QI,
12144         V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI, V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI,
12145         V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI, V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI,
12146         V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI, V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI,
12147         V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI, V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI,
12148         V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI, V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI,
12149         V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI, V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI,
12150         V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI, V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI,
12151         V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI, V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI,
12152         V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI, V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI,
12153         V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI, V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI,
12154         V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI, V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI,
12155         V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI, V8DI_FTYPE_V8DF_V8DI_QI_INT,
12156         V8SF_FTYPE_V8DI_V8SF_QI_INT, V8DF_FTYPE_V8DI_V8DF_QI_INT,
12157         V8DI_FTYPE_V8SF_V8DI_QI_INT, V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI_INT,
12158         V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI_INT, VOID_FTYPE_PV4DI_V4DI_QI,
12159         VOID_FTYPE_PV2DI_V2DI_QI, VOID_FTYPE_PV8SI_V8SI_QI,
12160         VOID_FTYPE_PV4SI_V4SI_QI, VOID_FTYPE_PV4SI_V4DI_QI,
12161         VOID_FTYPE_PV4SI_V2DI_QI, VOID_FTYPE_PV8HI_V4DI_QI,
12162         VOID_FTYPE_PV8HI_V2DI_QI, VOID_FTYPE_PV8HI_V8SI_QI,
12163         VOID_FTYPE_PV8HI_V4SI_QI, VOID_FTYPE_PV16QI_V4DI_QI,
12164         VOID_FTYPE_PV16QI_V2DI_QI, VOID_FTYPE_PV16QI_V8SI_QI,
12165         VOID_FTYPE_PV16QI_V4SI_QI, VOID_FTYPE_PV8HI_V8HI_QI,
12166         VOID_FTYPE_PV16HI_V16HI_HI, VOID_FTYPE_PV32HI_V32HI_SI,
12167         VOID_FTYPE_PV16QI_V16QI_HI, VOID_FTYPE_PV32QI_V32QI_SI,
12168         VOID_FTYPE_PV64QI_V64QI_DI, VOID_FTYPE_PV4DF_V4DF_QI,
12169         VOID_FTYPE_PV2DF_V2DF_QI, VOID_FTYPE_PV8SF_V8SF_QI,
12170         VOID_FTYPE_PV4SF_V4SF_QI, V4SF_FTYPE_PCV4SF_V4SF_QI,
12171         V8SF_FTYPE_PCV8SF_V8SF_QI, V4SI_FTYPE_PCV4SI_V4SI_QI,
12172         V8SI_FTYPE_PCV8SI_V8SI_QI, V2DF_FTYPE_PCV2DF_V2DF_QI,
12173         V4DF_FTYPE_PCV4DF_V4DF_QI, V2DI_FTYPE_PCV2DI_V2DI_QI,
12174         V4DI_FTYPE_PCV4DI_V4DI_QI, V8HI_FTYPE_PCV8HI_V8HI_QI,
12175         V16HI_FTYPE_PCV16HI_V16HI_HI, V32HI_FTYPE_PCV32HI_V32HI_SI,
12176         V16QI_FTYPE_PCV16QI_V16QI_HI, V32QI_FTYPE_PCV32QI_V32QI_SI,
12177         V64QI_FTYPE_PCV64QI_V64QI_DI, do not handle V8USI_FTYPE_V8USI.
12179 2014-10-28  Jakub Jelinek  <jakub@redhat.com>
12181         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t
12182         type for the left shift in CASE_CONVERT case.
12184 2014-10-28  Max Ostapenko  <m.ostapenko@partner.samsung.com>
12186         * asan.h (asan_intercepted_p): New function.
12187         * asan.c (asan_mem_ref_hasher::hash): Remove MEM_REF access size from
12188         hash value construction.  Call iterative_hash_expr instead of explicit
12189         hash building.
12190         (asan_mem_ref_hasher::equal): Change condition.
12191         (has_mem_ref_been_instrumented): Likewise.
12192         (update_mem_ref_hash_table): Likewise.
12193         (maybe_update_mem_ref_hash_table): New function.
12194         (instrument_strlen_call): Removed.
12195         (get_mem_refs_of_builtin_call): Handle new parameter.
12196         (instrument_builtin_call): Call maybe_update_mem_ref_hash_table instead
12197         of instrument_mem_region_access if intercepted_p is true.
12198         (instrument_mem_region_access): Instrument only base with len instead of
12199         base and end with 1.
12200         (build_check_stmt): Remove start_instrumented and end_instrumented
12201         parameters.
12202         (enum asan_check_flags): Remove ASAN_CHECK_START_INSTRUMENTED and
12203         ASAN_CHECK_END_INSTRUMENTED.  Change ASAN_CHECK_LAST.
12204         (asan_expand_check_ifn): Remove start_instrumented and end_instrumented.
12205         * builtins.c (expand_builtin): Include asan.h.  Don't expand
12206         string/memory builtin functions that have interceptors if ASan is
12207         enabled.
12209 2014-10-28  Richard Biener  <rguenther@suse.de>
12211         PR middle-end/63665
12212         * fold-const.c (fold_comparison): Properly guard simplifying
12213         against INT_MAX/INT_MIN with !TYPE_OVERFLOW_WRAPS.
12215 2014-10-28  Alan Lawrence  <alan.lawrence@arm.com>
12217         * expr.c (expand_expr_real_2): Remove code handling VEC_LSHIFT_EXPR.
12218         * fold-const.c (const_binop): Likewise.
12219         * cfgexpand.c (expand_debug_expr): Likewise.
12220         * tree-inline.c (estimate_operator_cost): Likewise.
12221         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
12222         * optabs.c (optab_for_tree_code): Likewise.
12223         (expand_vec_shift_expr): Likewise, update comment.
12224         * tree.def: Delete VEC_LSHIFT_EXPR, remove comment.
12225         * optabs.h (expand_vec_shift_expr): Remove comment re. VEC_LSHIFT_EXPR.
12226         * optabs.def: Remove vec_shl_optab.
12227         * doc/md.texi: Remove references to vec_shr_m.
12229 2014-10-28  Yury Gribov  <y.gribov@samsung.com>
12231         * asan.c (report_error_func): Add noabort path.
12232         (check_func): Ditto.  Formatting.
12233         (asan_expand_check_ifn): Handle noabort path.
12234         * common.opt (flag_sanitize_recover): Add SANITIZE_KERNEL_ADDRESS
12235         to default value.
12236         * doc/invoke.texi (-fsanitize-recover=): Mention KASan.
12237         * opts.c (finish_options): Reword comment.
12238         * sanitizer.def: Add noabort ASan builtins.
12240 2014-10-28  Yury Gribov  <y.gribov@samsung.com>
12242         * asan.c (set_asan_shadow_offset): New function.
12243         (asan_shadow_offset): Likewise.
12244         (asan_emit_stack_protection): Call asan_shadow_offset.
12245         (build_shadow_mem_access): Likewise.
12246         * asan.h (set_asan_shadow_offset): Declare.
12247         * common.opt (fasan-shadow-offset): New option.
12248         (frandom-seed): Fixed parameter name.
12249         * doc/invoke.texi (fasan-shadow-offset): Describe new option.
12250         (frandom-seed): Fixed parameter name.
12251         * opts-global.c (handle_common_deferred_options): Handle
12252         -fasan-shadow-offset.
12253         * opts.c (common_handle_option): Likewise.
12255 2014-10-27  Jiong Wang <jiong.wang@arm.com>
12257         PR target/63442
12258         * optabs.c (prepare_cmp_insn): Use "ret_mode" instead of "word_mode".
12260 2014-10-27  DJ Delorie  <dj@redhat.com>
12262         * tree.c (build_common_tree_nodes): Don't even store the
12263         __int128 types if they're not supported.
12265 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12267         * config/i386/i386.c (ix86_loop_memcount): Delete.
12268         (ix86_loop_unroll_adjust): Use FOR_EACH_SUBRTX.
12270 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12272         * config/i386/i386.c (find_constant_1): Delete.
12273         (find_constant): Use FOR_EACH_SUBRTX.
12275 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12277         * config/i386/i386.c (extended_reg_mentioned_1): Delete.
12278         (x86_extended_reg_mentioned_p): Use FOR_EACH_SUBRTX.
12280 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12282         * config/i386/i386.c: Include rtl-iter.h
12283         (ix86_check_avx256_register): Take a const_rtx and return a bool.
12284         (ix86_check_avx256_stores): Update call accordingly.
12285         (ix86_avx_u128_mode_entry, ix86_avx_u128_mode_exit): Likewise.
12286         (ix86_avx_u128_mode_needed): Likewise.  Use FOR_EACH_SUBRTX.
12288 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12290         * config/alpha/alpha-protos.h (some_small_symbolic_operand_int):
12291         Take an rtx and return a bool.
12292         * config/alpha/alpha.c (some_small_symbolic_operand_int): Likewise.
12293         Use FOR_EACH_SUBRTX_VAR.
12294         * config/alpha/predicates.md (some_small_symbolic_operand): Update
12295         accordingly.
12297 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12299         * config/alpha/alpha-protos.h (alpha_find_lo_sum_using_gp): Return
12300         a bool.
12301         * config/alpha/alpha.c (find_lo_sum_using_gp): Delete.
12302         (alpha_find_lo_sum_using_gp): Use FOR_EACH_SUBRTX.  Return a bool.
12304 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12306         * config/alpha/alpha.c (alpha_set_memflags_1): Delete.
12307         (alpha_set_memflags): Use FOR_EACH_SUBRTX_VAR.
12309 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12311         * config/alpha/alpha.c: Include rtl-iter.h.
12312         (split_small_symbolic_operand_1): Delete.
12313         (split_small_symbolic_operand): Use FOR_EACH_SUBRTX_PTR.
12315 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12317         * config/s390/s390.c: Include rtl-iter.h.
12318         (check_dpu): Delete.
12319         (s390_loop_unroll_adjust): Only iterate over patterns.
12320         Use FOR_EACH_SUBRTX.
12322 2014-10-27  Richard Sandiford  <richard.sandiford@arm.com>
12324         * config/spu/spu.c: Include rtl-iter.h
12325         (ea_symbol_ref): Replace with...
12326         (ea_symbol_ref_p): ...this new function.
12327         (spu_legitimate_address_p): Update call accordingly.
12328         (spu_legitimate_constant_p): Likewise.  Use FOR_EACH_SUBRTX.
12330 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
12331             Tom Tromey  <tromey@redhat.com>
12333         * aclocal.m4, configure: Rebuild.
12334         * Makefile.in (aclocal_deps): Add gcc-plugin.m4.
12335         * configure.ac: Use GCC_ENABLE_PLUGINS.
12336         * stor-layout.c (finish_bitfield_layout): Now public.  Change
12337         argument type to 'tree'.
12338         (finish_record_layout): Update.
12339         * stor-layout.h (finish_bitfield_layout): Declare.
12341 2014-10-27  Alan Lawrence  <alan.lawrence@arm.com>
12343         * config/aarch64/aarch64.c (TARGET_GIMPLE_FOLD_BUILTIN): Define again.
12344         * config/aarch64/aarch64-builtins.c (aarch64_gimple_fold_builtin):
12345         Restore, enable for bigendian, update to use __builtin..._scal...
12347 2014-10-27  Alan Lawrence  <alan.lawrence@arm.com>
12349         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_, reduc_smin_,
12350         reduc_umax_, reduc_umin_, reduc_smax_nan_, reduc_smin_nan_): Remove.
12351         (reduc_smax_scal_, reduc_smin_scal_, reduc_umax_scal_,
12352         reduc_umin_scal_, reduc_smax_nan_scal_, reduc_smin_nan_scal_): New.
12354         * config/aarch64/aarch64-simd.md
12355         (reduc_<maxmin_uns>_<mode>): Rename VDQV_S variant to...
12356         (reduc_<maxmin_uns>_internal<mode>): ...this.
12357         (reduc_<maxmin_uns>_<mode>): New (VDQ_BHSI).
12358         (reduc_<maxmin_uns>_scal_<mode>): New (*2).
12360         (reduc_<maxmin_uns>_v2si): Combine with below, renaming...
12361         (reduc_<maxmin_uns>_<mode>): Combine V2F with above, renaming...
12362         (reduc_<maxmin_uns>_internal_<mode>): ...to this (VDQF).
12364         * config/aarch64/arm_neon.h (vmaxv_f32, vmaxv_s8, vmaxv_s16,
12365         vmaxv_s32, vmaxv_u8, vmaxv_u16, vmaxv_u32, vmaxvq_f32, vmaxvq_f64,
12366         vmaxvq_s8, vmaxvq_s16, vmaxvq_s32, vmaxvq_u8, vmaxvq_u16, vmaxvq_u32,
12367         vmaxnmv_f32, vmaxnmvq_f32, vmaxnmvq_f64, vminv_f32, vminv_s8,
12368         vminv_s16, vminv_s32, vminv_u8, vminv_u16, vminv_u32, vminvq_f32,
12369         vminvq_f64, vminvq_s8, vminvq_s16, vminvq_s32, vminvq_u8, vminvq_u16,
12370         vminvq_u32, vminnmv_f32, vminnmvq_f32, vminnmvq_f64): Update to use
12371         __builtin_aarch64_reduc_..._scal; remove vget_lane wrapper.
12373 2014-10-27  Alan Lawrence  <alan.lawrence@arm.com>
12375         * config/aarch64/aarch64-simd-builtins.def
12376         (reduc_splus_<mode>/VDQF, reduc_uplus_<mode>/VDQF, reduc_splus_v4sf):
12377         Remove.
12378         (reduc_plus_scal_<mode>, reduc_plus_scal_v4sf): New.
12380         * config/aarch64/aarch64-simd.md (reduc_<sur>plus_mode): Remove.
12381         (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_plus_scal_<mode>): New.
12383         (reduc_<sur>plus_mode): Change SUADDV -> UNSPEC_ADDV, rename to...
12384         (aarch64_reduc_plus_internal<mode>): ...this.
12386         (reduc_<sur>plus_v2si): Change SUADDV -> UNSPEC_ADDV, rename to...
12387         (aarch64_reduc_plus_internalv2si): ...this.
12389         (reduc_splus_<mode>/V2F): Rename to...
12390         (aarch64_reduc_plus_internal<mode>): ...this.
12392         * config/aarch64/iterators.md
12393         (UNSPEC_SADDV, UNSPEC_UADDV, SUADDV): Remove.
12394         (UNSPEC_ADDV): New.
12395         (sur): Remove elements for UNSPEC_SADDV and UNSPEC_UADDV.
12397         * config/aarch64/arm_neon.h (vaddv_s8, vaddv_s16, vaddv_s32, vaddv_u8,
12398         vaddv_u16, vaddv_u32, vaddvq_s8, vaddvq_s16, vaddvq_s32, vaddvq_s64,
12399         vaddvq_u8, vaddvq_u16, vaddvq_u32, vaddvq_u64, vaddv_f32, vaddvq_f32,
12400         vaddvq_f64): Change __builtin_aarch64_reduc_[us]plus_... to
12401         __builtin_aarch64_reduc_plus_scal, remove vget_lane wrapper.
12403 2014-10-27  Alan Lawrence  <alan.lawrence@arm.com>
12405         PR tree-optimization/61114
12406         * doc/md.texi (Standard Names): Add reduc_(plus,[us](min|max))|scal
12407         optabs, and note in reduc_[us](plus|min|max) to prefer the former.
12409         * expr.c (expand_expr_real_2): Use reduc_..._scal if available, fall
12410         back to old reduc_... + BIT_FIELD_REF only if not.
12412         * optabs.c (optab_for_tree_code): for REDUC_(MAX,MIN,PLUS)_EXPR,
12413         return the reduce-to-scalar (reduc_..._scal) optab.
12414         (scalar_reduc_to_vector): New.
12416         * optabs.def (reduc_smax_scal_optab, reduc_smin_scal_optab,
12417         reduc_plus_scal_optab, reduc_umax_scal_optab, reduc_umin_scal_optab):
12418         New.
12420         * optabs.h (scalar_reduc_to_vector): Declare.
12422         * tree-vect-loop.c (vectorizable_reduction): Look for optabs reducing
12423         to either scalar or vector.
12425 2014-10-27  Alan Lawrence  <alan.lawrence@arm.com>
12427         PR tree-optimization/61114
12428         * expr.c (expand_expr_real_2): For REDUC_{MIN,MAX,PLUS}_EXPR, add
12429         extract_bit_field around optab result.
12431         * fold-const.c (fold_unary_loc): For REDUC_{MIN,MAX,PLUS}_EXPR, produce
12432         scalar not vector.
12434         * tree-cfg.c (verify_gimple_assign_unary): Check result vs operand type
12435         for REDUC_{MIN,MAX,PLUS}_EXPR.
12437         * tree-vect-loop.c (vect_analyze_loop): Update comment.
12438         (vect_create_epilog_for_reduction): For direct vector reduction, use
12439         result of tree code directly without extract_bit_field.
12441         * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): Update
12442         comment.
12444 2014-10-27  Andrew MacLeod  <amacleod@redhat.com>
12446         * basic-block.h: Remove all includes.
12447         (enum profile_status_d, struct control_flow_graph): Move to cfg.h
12448         * cfg.h (profile_status_d, struct control_flow_graph): Relocate here.
12449         * Makefile.in (GTFILES): Add cfg.h to list.
12450         * cgraph.h (symbol_table::create_empty): Move to cgraph.c.
12451         * cgraph.c (symbol_table::create_empty): Relocate from cgraph.h.
12452         * genconditions.c (write_header): Add predict.h and basic-block.h to
12453         lits of includes.
12454         * genemit.c (main): Ditto.
12455         * genpreds.c (write_insn_preds_c): Ditto.
12456         * genrecog.c (write_header): Ditto.
12457         * gengtype.c (open_base_files): Add predict.h, basic-block.h, and cfg.h
12458         to list of includes.
12459         * alias.c: Adjust include files.
12460         * asan.c: Ditto.
12461         * auto-inc-dec.c: Ditto.
12462         * auto-profile.c: Ditto.
12463         * bb-reorder.c: Ditto.
12464         * bt-load.c: Ditto.
12465         * builtins.c: Ditto.
12466         * caller-save.c: Ditto.
12467         * calls.c: Ditto.
12468         * cfg.c: Ditto.
12469         * cfganal.c: Ditto.
12470         * cfgbuild.c: Ditto.
12471         * cfgcleanup.c: Ditto.
12472         * cfgexpand.c: Ditto.
12473         * cfghooks.c: Ditto.
12474         * cfgloop.c: Ditto.
12475         * cfgloopanal.c: Ditto.
12476         * cfgloopmanip.c: Ditto.
12477         * cfgrtl.c: Ditto.
12478         * cgraphbuild.c: Ditto.
12479         * cgraphclones.c: Ditto.
12480         * cgraphunit.c: Ditto.
12481         * combine-stack-adj.c: Ditto.
12482         * combine.c: Ditto.
12483         * compare-elim.c: Ditto.
12484         * coverage.c: Ditto.
12485         * cprop.c: Ditto.
12486         * cse.c: Ditto.
12487         * cselib.c: Ditto.
12488         * data-streamer-in.c: Ditto.
12489         * data-streamer-out.c: Ditto.
12490         * data-streamer.c: Ditto.
12491         * dce.c: Ditto.
12492         * ddg.c: Ditto.
12493         * ddg.h: Ditto.
12494         * df-core.c: Ditto.
12495         * df-problems.c: Ditto.
12496         * df-scan.c: Ditto.
12497         * df.h: Ditto.
12498         * dojump.c: Ditto.
12499         * dominance.c: Ditto.
12500         * domwalk.c: Ditto.
12501         * dse.c: Ditto.
12502         * dwarf2cfi.c: Ditto.
12503         * emit-rtl.c: Ditto.
12504         * et-forest.c: Ditto.
12505         * except.c: Ditto.
12506         * expmed.c: Ditto.
12507         * expr.c: Ditto.
12508         * final.c: Ditto.
12509         * fold-const.c: Ditto.
12510         * function.c: Ditto.
12511         * fwprop.c: Ditto.
12512         * gcc-plugin.h: Ditto.
12513         * gcse.c: Ditto.
12514         * generic-match-head.c: Ditto.
12515         * ggc-page.c: Ditto.
12516         * gimple-builder.c: Ditto.
12517         * gimple-expr.c: Ditto.
12518         * gimple-fold.c: Ditto.
12519         * gimple-iterator.c: Ditto.
12520         * gimple-low.c: Ditto.
12521         * gimple-match-head.c: Ditto.
12522         * gimple-pretty-print.c: Ditto.
12523         * gimple-ssa-isolate-paths.c: Ditto.
12524         * gimple-ssa-strength-reduction.c: Ditto.
12525         * gimple-streamer-in.c: Ditto.
12526         * gimple-streamer-out.c: Ditto.
12527         * gimple-streamer.h: Ditto.
12528         * gimple-walk.c: Ditto.
12529         * gimple.c: Ditto.
12530         * gimplify-me.c: Ditto.
12531         * gimplify.c: Ditto.
12532         * graph.c: Ditto.
12533         * graphite-blocking.c: Ditto.
12534         * graphite-clast-to-gimple.c: Ditto.
12535         * graphite-dependences.c: Ditto.
12536         * graphite-interchange.c: Ditto.
12537         * graphite-isl-ast-to-gimple.c: Ditto.
12538         * graphite-optimize-isl.c: Ditto.
12539         * graphite-poly.c: Ditto.
12540         * graphite-scop-detection.c: Ditto.
12541         * graphite-sese-to-poly.c: Ditto.
12542         * graphite.c: Ditto.
12543         * haifa-sched.c: Ditto.
12544         * hw-doloop.c: Ditto.
12545         * ifcvt.c: Ditto.
12546         * init-regs.c: Ditto.
12547         * internal-fn.c: Ditto.
12548         * ipa-cp.c: Ditto.
12549         * ipa-devirt.c: Ditto.
12550         * ipa-icf-gimple.c: Ditto.
12551         * ipa-icf.c: Ditto.
12552         * ipa-inline-analysis.c: Ditto.
12553         * ipa-inline.c: Ditto.
12554         * ipa-polymorphic-call.c: Ditto.
12555         * ipa-profile.c: Ditto.
12556         * ipa-prop.c: Ditto.
12557         * ipa-pure-const.c: Ditto.
12558         * ipa-reference.c: Ditto.
12559         * ipa-split.c: Ditto.
12560         * ipa-utils.c: Ditto.
12561         * ipa.c: Ditto.
12562         * ira-build.c: Ditto.
12563         * ira-color.c: Ditto.
12564         * ira-conflicts.c: Ditto.
12565         * ira-costs.c: Ditto.
12566         * ira-emit.c: Ditto.
12567         * ira-lives.c: Ditto.
12568         * ira.c: Ditto.
12569         * jump.c: Ditto.
12570         * lcm.c: Ditto.
12571         * loop-doloop.c: Ditto.
12572         * loop-init.c: Ditto.
12573         * loop-invariant.c: Ditto.
12574         * loop-iv.c: Ditto.
12575         * loop-unroll.c: Ditto.
12576         * lower-subreg.c: Ditto.
12577         * lra-assigns.c: Ditto.
12578         * lra-coalesce.c: Ditto.
12579         * lra-constraints.c: Ditto.
12580         * lra-eliminations.c: Ditto.
12581         * lra-lives.c: Ditto.
12582         * lra-spills.c: Ditto.
12583         * lra.c: Ditto.
12584         * lto-cgraph.c: Ditto.
12585         * lto-compress.c: Ditto.
12586         * lto-opts.c: Ditto.
12587         * lto-section-in.c: Ditto.
12588         * lto-section-out.c: Ditto.
12589         * lto-streamer-in.c: Ditto.
12590         * lto-streamer-out.c: Ditto.
12591         * lto-streamer.c: Ditto.
12592         * mcf.c: Ditto.
12593         * mode-switching.c: Ditto.
12594         * modulo-sched.c: Ditto.
12595         * omp-low.c: Ditto.
12596         * optabs.c: Ditto.
12597         * opts-global.c: Ditto.
12598         * passes.c: Ditto.
12599         * postreload-gcse.c: Ditto.
12600         * postreload.c: Ditto.
12601         * predict.c: Ditto.
12602         * print-rtl.c: Ditto.
12603         * profile.c: Ditto.
12604         * recog.c: Ditto.
12605         * ree.c: Ditto.
12606         * reg-stack.c: Ditto.
12607         * regcprop.c: Ditto.
12608         * regcprop.h: Ditto.
12609         * reginfo.c: Ditto.
12610         * regrename.c: Ditto.
12611         * regstat.c: Ditto.
12612         * reload.c: Ditto.
12613         * reload1.c: Ditto.
12614         * reorg.c: Ditto.
12615         * resource.c: Ditto.
12616         * rtlanal.c: Ditto.
12617         * sched-deps.c: Ditto.
12618         * sched-ebb.c: Ditto.
12619         * sched-int.h: Ditto.
12620         * sched-rgn.c: Ditto.
12621         * sched-vis.c: Ditto.
12622         * sel-sched-dump.c: Ditto.
12623         * sel-sched-ir.c: Ditto.
12624         * sel-sched-ir.h: Ditto.
12625         * sel-sched.c: Ditto.
12626         * sese.c: Ditto.
12627         * shrink-wrap.c: Ditto.
12628         * stack-ptr-mod.c: Ditto.
12629         * stmt.c: Ditto.
12630         * store-motion.c: Ditto.
12631         * symtab.c: Ditto.
12632         * toplev.c: Ditto.
12633         * tracer.c: Ditto.
12634         * trans-mem.c: Ditto.
12635         * tree-affine.c: Ditto.
12636         * tree-call-cdce.c: Ditto.
12637         * tree-cfg.c: Ditto.
12638         * tree-cfgcleanup.c: Ditto.
12639         * tree-chrec.c: Ditto.
12640         * tree-complex.c: Ditto.
12641         * tree-data-ref.c: Ditto.
12642         * tree-dfa.c: Ditto.
12643         * tree-eh.c: Ditto.
12644         * tree-emutls.c: Ditto.
12645         * tree-if-conv.c: Ditto.
12646         * tree-inline.c: Ditto.
12647         * tree-into-ssa.c: Ditto.
12648         * tree-loop-distribution.c: Ditto.
12649         * tree-nested.c: Ditto.
12650         * tree-nrv.c: Ditto.
12651         * tree-object-size.c: Ditto.
12652         * tree-outof-ssa.c: Ditto.
12653         * tree-parloops.c: Ditto.
12654         * tree-phinodes.c: Ditto.
12655         * tree-predcom.c: Ditto.
12656         * tree-pretty-print.c: Ditto.
12657         * tree-profile.c: Ditto.
12658         * tree-scalar-evolution.c: Ditto.
12659         * tree-sra.c: Ditto.
12660         * tree-ssa-address.c: Ditto.
12661         * tree-ssa-alias.c: Ditto.
12662         * tree-ssa-ccp.c: Ditto.
12663         * tree-ssa-coalesce.c: Ditto.
12664         * tree-ssa-copy.c: Ditto.
12665         * tree-ssa-copyrename.c: Ditto.
12666         * tree-ssa-dce.c: Ditto.
12667         * tree-ssa-dom.c: Ditto.
12668         * tree-ssa-dse.c: Ditto.
12669         * tree-ssa-forwprop.c: Ditto.
12670         * tree-ssa-ifcombine.c: Ditto.
12671         * tree-ssa-live.c: Ditto.
12672         * tree-ssa-loop-ch.c: Ditto.
12673         * tree-ssa-loop-im.c: Ditto.
12674         * tree-ssa-loop-ivcanon.c: Ditto.
12675         * tree-ssa-loop-ivopts.c: Ditto.
12676         * tree-ssa-loop-manip.c: Ditto.
12677         * tree-ssa-loop-niter.c: Ditto.
12678         * tree-ssa-loop-prefetch.c: Ditto.
12679         * tree-ssa-loop-unswitch.c: Ditto.
12680         * tree-ssa-loop.c: Ditto.
12681         * tree-ssa-math-opts.c: Ditto.
12682         * tree-ssa-operands.c: Ditto.
12683         * tree-ssa-phiopt.c: Ditto.
12684         * tree-ssa-phiprop.c: Ditto.
12685         * tree-ssa-pre.c: Ditto.
12686         * tree-ssa-propagate.c: Ditto.
12687         * tree-ssa-reassoc.c: Ditto.
12688         * tree-ssa-sccvn.c: Ditto.
12689         * tree-ssa-sink.c: Ditto.
12690         * tree-ssa-strlen.c: Ditto.
12691         * tree-ssa-structalias.c: Ditto.
12692         * tree-ssa-tail-merge.c: Ditto.
12693         * tree-ssa-ter.c: Ditto.
12694         * tree-ssa-threadedge.c: Ditto.
12695         * tree-ssa-threadupdate.c: Ditto.
12696         * tree-ssa-uncprop.c: Ditto.
12697         * tree-ssa-uninit.c: Ditto.
12698         * tree-ssa.c: Ditto.
12699         * tree-ssanames.c: Ditto.
12700         * tree-stdarg.c: Ditto.
12701         * tree-streamer-in.c: Ditto.
12702         * tree-streamer-out.c: Ditto.
12703         * tree-streamer.c: Ditto.
12704         * tree-switch-conversion.c: Ditto.
12705         * tree-tailcall.c: Ditto.
12706         * tree-vect-data-refs.c: Ditto.
12707         * tree-vect-generic.c: Ditto.
12708         * tree-vect-loop-manip.c: Ditto.
12709         * tree-vect-loop.c: Ditto.
12710         * tree-vect-patterns.c: Ditto.
12711         * tree-vect-slp.c: Ditto.
12712         * tree-vect-stmts.c: Ditto.
12713         * tree-vectorizer.c: Ditto.
12714         * tree-vrp.c: Ditto.
12715         * tree.c: Ditto.
12716         * tsan.c: Ditto.
12717         * ubsan.c: Ditto.
12718         * valtrack.c: Ditto.
12719         * valtrack.h: Ditto.
12720         * value-prof.c: Ditto.
12721         * var-tracking.c: Ditto.
12722         * varasm.c: Ditto.
12723         * varpool.c: Ditto.
12724         * vtable-verify.c: Ditto.
12725         * web.c: Ditto.
12726         * config/aarch64/aarch64-builtins.c: Ditto.
12727         * config/aarch64/aarch64.c: Ditto.
12728         * config/alpha/alpha.c: Ditto.
12729         * config/arc/arc.c: Ditto.
12730         * config/arm/arm.c: Ditto.
12731         * config/avr/avr.c: Ditto.
12732         * config/bfin/bfin.c: Ditto.
12733         * config/c6x/c6x.c: Ditto.
12734         * config/cr16/cr16.c: Ditto.
12735         * config/cris/cris.c: Ditto.
12736         * config/darwin-c.c: Ditto.
12737         * config/darwin.c: Ditto.
12738         * config/epiphany/epiphany.c: Ditto.
12739         * config/epiphany/mode-switch-use.c: Ditto.
12740         * config/epiphany/resolve-sw-modes.c: Ditto.
12741         * config/fr30/fr30.c: Ditto.
12742         * config/frv/frv.c: Ditto.
12743         * config/h8300/h8300.c: Ditto.
12744         * config/i386/i386.c: Ditto.
12745         * config/i386/winnt.c: Ditto.
12746         * config/ia64/ia64.c: Ditto.
12747         * config/iq2000/iq2000.c: Ditto.
12748         * config/lm32/lm32.c: Ditto.
12749         * config/m32c/m32c.c: Ditto.
12750         * config/m32r/m32r.c: Ditto.
12751         * config/m68k/m68k.c: Ditto.
12752         * config/mcore/mcore.c: Ditto.
12753         * config/mep/mep.c: Ditto.
12754         * config/microblaze/microblaze.c: Ditto.
12755         * config/mips/mips.c: Ditto.
12756         * config/mmix/mmix.c: Ditto.
12757         * config/mn10300/mn10300.c: Ditto.
12758         * config/moxie/moxie.c: Ditto.
12759         * config/msp430/msp430.c: Ditto.
12760         * config/nds32/nds32-cost.c: Ditto.
12761         * config/nds32/nds32-fp-as-gp.c: Ditto.
12762         * config/nds32/nds32-intrinsic.c: Ditto.
12763         * config/nds32/nds32-isr.c: Ditto.
12764         * config/nds32/nds32-md-auxiliary.c: Ditto.
12765         * config/nds32/nds32-memory-manipulation.c: Ditto.
12766         * config/nds32/nds32-pipelines-auxiliary.c: Ditto.
12767         * config/nds32/nds32-predicates.c: Ditto.
12768         * config/nds32/nds32.c: Ditto.
12769         * config/nios2/nios2.c: Ditto.
12770         * config/pa/pa.c: Ditto.
12771         * config/pdp11/pdp11.c: Ditto.
12772         * config/rl78/rl78.c: Ditto.
12773         * config/rs6000/rs6000.c: Ditto.
12774         * config/rx/rx.c: Ditto.
12775         * config/s390/s390.c: Ditto.
12776         * config/sh/sh-mem.cc: Ditto.
12777         * config/sh/sh.c: Ditto.
12778         * config/sh/sh_optimize_sett_clrt.cc: Ditto.
12779         * config/sh/sh_treg_combine.cc: Ditto.
12780         * config/sparc/sparc.c: Ditto.
12781         * config/spu/spu.c: Ditto.
12782         * config/stormy16/stormy16.c: Ditto.
12783         * config/tilegx/tilegx.c: Ditto.
12784         * config/tilepro/tilepro.c: Ditto.
12785         * config/v850/v850.c: Ditto.
12786         * config/vax/vax.c: Ditto.
12787         * config/xtensa/xtensa.c: Ditto.
12789 2014-10-27  Alan Lawrence  <alan.lawrence@arm.com>
12791         * config/aarch64/aarch64.c (TARGET_GIMPLE_FOLD_BUILTIN): Comment out.
12792         * config/aarch64/aarch64-builtins.c (aarch64_gimple_fold_builtin):
12793         Remove using preprocessor directives.
12795 2014-10-27  Richard Biener  <rguenther@suse.de>
12797         * match.pd (0 % X): Properly use the iterator iterating over
12798         all modulo operators.
12799         (X % 1): Likewise.
12801 2014-10-27  Richard Biener  <rguenther@suse.de>
12803         * tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.
12804         (lattice): New global.
12805         (fwprop_ssa_val): New function.
12806         (fold_all_stmts): Likewise.
12807         (pass_forwprop::execute): Finally fold all stmts.
12809 2014-10-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12811         PR c++/53061
12812         * doc/invoke.texi (fmessage-length): Update text to match reality.
12814 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12816         * config/microblaze/microblaze.c: Include rtl-iter.h.
12817         (microblaze_tls_referenced_p_1): Delete.
12818         (microblaze_tls_referenced_p): Use FOR_EACH_SUBRTX.
12820 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12822         * config/mips/mips.c (mips_at_reg_p): Delete.
12823         (mips_need_noat_wrapper_p): Use FOR_EACH_SUBRTX.
12825 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12827         * config/mips/mips.c (mips_record_lo_sum): Replace with...
12828         (mips_record_lo_sums): ...this new function.
12829         (mips_reorg_process_insns): Update accordingly.
12831 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12833         * config/mips/mips.c (mips_sim_insn): Update comment.
12834         (mips_sim_wait_regs_2): Delete.
12835         (mips_sim_wait_regs_1): Use FOR_EACH_SUBRTX_VAR.
12837 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12839         * config/mips/mips.c (r10k_needs_protection_p_call): Take a const_rtx
12840         and return a bool.  Iterate over all subrtxes here.
12841         (r10k_needs_protection_p): Update accordingly.
12843 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12845         * config/mips/mips.c (r10k_needs_protection_p_1): Take an rtx
12846         rather than an rtx pointer.  Change type of insn from "void *"
12847         to its real type.  Return bool rather than int.  Iterate over
12848         all subrtxes here.
12849         (r10k_needs_protection_p_store): Update accordingly.
12850         (r10k_needs_protection_p): Likewise.
12852 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12854         * config/mips/mips.c (mips16_rewrite_pool_refs_info): Delete.
12855         (mips16_rewrite_pool_refs): Take the insn and constant pool as
12856         parameters.  Iterate over the instruction's pattern and return void.
12857         (mips16_lay_out_constants): Update accordingly.
12859 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12861         * config/mips/mips.c (mips_kernel_reg_p): Replace with...
12862         (mips_refers_to_kernel_reg_p): ...this new function.
12863         (mips_expand_prologue): Update accordingly.
12865 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12867         * config/mips/mips.c (mips_rewrite_small_data_1): Take the context
12868         as a parameter instead of the containing MEM.  Iterate over all
12869         subrtxes.  Don't return a value.
12870         (mips_rewrite_small_data): Update call accordingly.
12872 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12874         * config/mips/mips.c: Include rtl-iter.h.
12875         (mips_small_data_pattern_1): Take an rtx rather than an rtx pointer.
12876         Take the context as a parameter instead of the containing MEM.
12877         Iterate over all subrtxes.
12878         (mips_small_data_pattern_p): Update call accordingly.
12880 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12882         * config/mep/mep.c (mep_mul_hilo_bypass_1): Delete.
12883         (mep_mul_hilo_bypass_p): Use FOR_EACH_SUBRTX.
12885 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12887         * config/mep/mep.c (mep_store_find_set): Take a const_rtx and
12888         return a bool.  Replace "void *" with specific type.  Iterate
12889         over all subrtxes.
12890         (mep_store_data_bypass_1): Update calls accordingly.
12892 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12894         * config/mep/mep.c: Include rtl-iter.h.
12895         (global_reg_mentioned_p_1): Take a const_rtx and return a bool.
12896         (xtensa_tls_referenced_p): Return a bool.  Use FOR_EACH_SUBRTX.
12898 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12900         * config/xtensa/xtensa.c: Include rtl-iter.h.
12901         (xtensa_tls_referenced_p_1): Delete.
12902         (xtensa_tls_referenced_p): Use FOR_EACH_SUBRTX.
12904 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12906         * config/sh/sh.c (sh_contains_memref_p_1): Delete.
12907         (sh_contains_memref_p): Use FOR_EACH_SUBRTX.
12909 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12911         * config/sh/sh-protos.h (shmedia_cleanup_truncate): Take an
12912         rtx as argument and return the number of changes.
12913         * config/sh/sh.c: Include rtl-iter.h.
12914         (shmedia_cleanup_truncate): Take an rtx as argument and iterate
12915         over all subrtxes.  Return the number of changes made.
12916         * config/sh/sh.md: Update caller accordingly.
12918 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12920         * config/m68k/m68k.c (m68k_tls_reference_p_1): Delete.
12921         (m68k_tls_reference_p): Use FOR_EACH_SUBRTX_VAR.
12923 2014-10-26  Richard Sandiford  <richard.sandiford@arm.com>
12925         * config/m68k/m68k.c: Include rtl-iter.h.
12926         (m68k_final_prescan_insn_1): Delete.
12927         (m68k_final_prescan_insn): Use FOR_EACH_SUBRTX_VAR.
12929 2014-10-25  Jakub Jelinek  <jakub@redhat.com>
12931         PR tree-optimization/63641
12932         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Set high
12933         to low + prec - 1 - clz (mask) instead of low + prec - clz (mask).
12935 2014-10-25  Alan Modra  <amodra@gmail.com>
12937         PR rtl-optimization/63615
12938         * simplify-rtx.c (simplify_plus_minus): Set "canonicalized" on
12939         decomposing PLUS or MINUS if operands are not placed adjacent
12940         in the "ops" array.
12942 2014-10-25  Joseph Myers  <joseph@codesourcery.com>
12944         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Do
12945         not allow e500 double in registers not satisyfing
12946         SPE_SIMD_REGNO_P.
12948 2014-10-24  Aldy Hernandez  <aldyh@redhat.com>
12950         * dwarf2out.c (declare_in_namespace): Only emit external
12951         declarations in the local scope once.
12953 2014-10-24  Jonathan Wakely  <jwakely@redhat.com>
12955         * ginclude/stdbool.h: Do not define bool, true or false in C++11.
12957 2014-10-24  Charles Baylis  <charles.baylis@linaro.org>
12959         * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rewrite using builtins,
12960         update uses to use new macro arguments.
12961         (__LD3_LANE_FUNC): Likewise.
12962         (__LD4_LANE_FUNC): Likewise.
12964 2014-10-24  Charles Baylis  <charles.baylis@linaro.org>
12966         * config/aarch64/aarch64-builtins.c
12967         (aarch64_types_loadstruct_lane_qualifiers): Define.
12968         * config/aarch64/aarch64-simd-builtins.def (ld2_lane, ld3_lane,
12969         ld4_lane): New builtins.
12970         * config/aarch64/aarch64-simd.md (aarch64_vec_load_lanesoi_lane<mode>):
12971         New pattern.
12972         (aarch64_vec_load_lanesci_lane<mode>): Likewise.
12973         (aarch64_vec_load_lanesxi_lane<mode>): Likewise.
12974         (aarch64_ld2_lane<mode>): New expand.
12975         (aarch64_ld3_lane<mode>): Likewise.
12976         (aarch64_ld4_lane<mode>): Likewise.
12977         * config/aarch64/aarch64.md (define_c_enum "unspec"): Add
12978         UNSPEC_LD2_LANE, UNSPEC_LD3_LANE, UNSPEC_LD4_LANE.
12980 2014-10-24  Georg-Johann Lay  <avr@gjlay.de>
12982         * avr-protos.h (avr_out_sign_extend): New.
12983         * avr.c (avr_adjust_insn_length) [ADJUST_LEN_SEXT]: Handle.
12984         (avr_out_sign_extend): New function.
12985         * avr.md (extendqihi2, extendqipsi2, extendqisi2, extendhipsi2)
12986         (extendhisi2, extendpsisi2): Use it.
12987         (adjust_len) [sext]: New.
12989 2014-10-24  Martin Liska  <mliska@suse.cz>
12991         * ipa-icf.c (sem_function::compare_phi_node): PHI result comparison
12992         added.
12994 2014-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12996         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_835769_SPEC): Define.
12997         (LINK_SPEC): Include CA53_ERR_835769_SPEC.
12998         * config/aarch64/aarch64-linux.h (CA53_ERR_835769_SPEC): Define.
12999         (LINK_SPEC): Include CA53_ERR_835769_SPEC.
13001 2014-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13003         * config/aarch64/aarch64.h (ADJUST_INSN_LENGTH): Wrap definition in
13004         do while (0).
13005         * config/aarch64/aarch64.c (is_mem_p): Delete.
13006         (is_memory_op): Rename to...
13007         (has_memory_op): ... This.  Use FOR_EACH_SUBRTX.
13008         (dep_between_memop_and_curr): Assert that the input is a SET.
13009         (aarch64_madd_needs_nop): Add comment.  Do not call
13010         dep_between_memop_and_curr on NULL body.
13011         (aarch64_final_prescan_insn): Add comment.
13012         Include rtl-iter.h.
13014 2014-10-24  Richard Biener  <rguenther@suse.de>
13016         * Makefile.in (BUILD_CPPLIB): Move $(LIBINTL) $(LIBICONV)
13017         to genmatch BUILD_LIBS instead.
13019 2014-10-24  Richard Biener  <rguenther@suse.de>
13021         * genmatch.c (expr::gen_transform): Use fold_buildN_loc
13022         and build_call_expr_loc.
13023         (dt_simplify::gen): Drop non_lvalue for GIMPLE, use
13024         non_lvalue_loc to build it for GENERIC.
13025         (decision_tree::gen_generic): Add location argument to
13026         generic_simplify prototype.
13027         (capture_info): New class.
13028         (capture_info::capture_info): New constructor.
13029         (capture_info::walk_match): New method.
13030         (capture_info::walk_result): New method.
13031         (capture_info::walk_c_expr): New method.
13032         (dt_simplify::gen): Handle preserving side-effects for
13033         GENERIC code generation.
13034         (decision_tree::gen_generic): Do not reject operands
13035         with TREE_SIDE_EFFECTS.
13036         * generic-match.h: New file.
13037         * generic-match-head.c: Include generic-match.h, not gimple-match.h.
13038         * match.pd: Add some constant folding patterns from fold-const.c.
13039         * fold-const.c: Include generic-match.h.
13040         (fold_unary_loc): Dispatch to generic_simplify.
13041         (fold_ternary_loc): Likewise.
13042         (fold_binary_loc): Likewise.  Remove patterns now implemented
13043         by generic_simplify.
13044         * gimple-fold.c (replace_stmt_with_simplification): New function.
13045         (fold_stmt_1): Add valueize parameter, dispatch to gimple_simplify.
13046         (no_follow_ssa_edges): New function.
13047         (fold_stmt): New overload with valueization hook.  Use
13048         no_follow_ssa_edges for the overload without hook.
13049         (fold_stmt_inplace): Likewise.
13050         * gimple-fold.h (no_follow_ssa_edges): Declare.
13052 2014-10-24  Felix Yang  <felix.yang@huawei.com>
13053         Jiji Jiang  <jiangjiji@huawei.com>
13055         PR target/63173
13056         * config/aarch64/arm_neon.h (__LD2R_FUNC): Remove macro.
13057         (__LD3R_FUNC): Ditto.
13058         (__LD4R_FUNC): Ditto.
13059         (vld2_dup_s8, vld2_dup_s16, vld2_dup_s32, vld2_dup_f32, vld2_dup_f64,
13060          vld2_dup_u8, vld2_dup_u16, vld2_dup_u32, vld2_dup_p8, vld2_dup_p16
13061          vld2_dup_s64, vld2_dup_u64, vld2q_dup_s8, vld2q_dup_p8,
13062          vld2q_dup_s16, vld2q_dup_p16, vld2q_dup_s32, vld2q_dup_s64,
13063          vld2q_dup_u8, vld2q_dup_u16, vld2q_dup_u32, vld2q_dup_u64
13064          vld2q_dup_f32, vld2q_dup_f64): Rewrite using builtin functions.
13065         (vld3_dup_s64, vld3_dup_u64, vld3_dup_f64, vld3_dup_s8
13066          vld3_dup_p8, vld3_dup_s16, vld3_dup_p16, vld3_dup_s32
13067          vld3_dup_u8, vld3_dup_u16, vld3_dup_u32, vld3_dup_f32
13068          vld3q_dup_s8, vld3q_dup_p8, vld3q_dup_s16, vld3q_dup_p16
13069          vld3q_dup_s32, vld3q_dup_s64, vld3q_dup_u8, vld3q_dup_u16
13070          vld3q_dup_u32, vld3q_dup_u64, vld3q_dup_f32, vld3q_dup_f64): Likewise.
13071         (vld4_dup_s64, vld4_dup_u64, vld4_dup_f64, vld4_dup_s8
13072          vld4_dup_p8, vld4_dup_s16, vld4_dup_p16, vld4_dup_s32
13073          vld4_dup_u8, vld4_dup_u16, vld4_dup_u32, vld4_dup_f32
13074          vld4q_dup_s8, vld4q_dup_p8, vld4q_dup_s16, vld4q_dup_p16
13075          vld4q_dup_s32, vld4q_dup_s64, vld4q_dup_u8, vld4q_dup_u16
13076          vld4q_dup_u32, vld4q_dup_u64, vld4q_dup_f32, vld4q_dup_f64): Likewise.
13077         * config/aarch64/aarch64.md (define_c_enum "unspec"): Add
13078         UNSPEC_LD2_DUP, UNSPEC_LD3_DUP, UNSPEC_LD4_DUP.
13079         * config/aarch64/aarch64-simd-builtins.def (ld2r, ld3r, ld4r): New
13080         builtins.
13081         * config/aarch64/aarch64-simd.md (aarch64_simd_ld2r<mode>): New pattern.
13082         (aarch64_simd_ld3r<mode>): Likewise.
13083         (aarch64_simd_ld4r<mode>): Likewise.
13084         (aarch64_ld2r<mode>): New expand.
13085         (aarch64_ld3r<mode>): Likewise.
13086         (aarch64_ld4r<mode>): Likewise.
13088 2014-10-24  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13090         * rtlanal.c (get_base_term): Handle SCRATCH.
13092 2014-10-24  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13094         * haifa-sched.c (sched_init): Disable max_issue when scheduling for
13095         register pressure.
13097 2014-10-24  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13099         * haifa-sched.c (cached_first_cycle_multipass_dfa_lookahead,)
13100         (cached_issue_rate): Remove.  Use dfa_lookahead and issue_rate instead.
13101         (max_issue, choose_ready, sched_init): Update.
13103 2014-10-24  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13105         * sched-int.h (struct _haifa_insn_data:last_rfs_win): New field.
13106         * haifa-sched.c (INSN_LAST_RFS_WIN): New access macro.
13107         (rfs_result): Set INSN_LAST_RFS_WIN.  Update signature.
13108         (rank_for_schedule): Update calls to rfs_result to pass new parameters.
13109         (print_rank_for_schedule_stats): Print out elements of ready list that
13110         ended up on their respective places due to each of the sorting
13111         heuristics.
13112         (ready_sort): Update.
13113         (debug_ready_list_1): Improve printout for SCHED_PRESSURE_MODEL.
13114         (schedule_block): Update.
13116 2014-10-24  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13118         * haifa-sched.c (sched_class_regs_num, call_used_regs_num): New static
13119         arrays.  Use sched_class_regs_num instead of ira_class_hard_regs_num.
13120         (print_curr_reg_pressure, setup_insn_reg_pressure_info,)
13121         (model_update_pressure, model_spill_cost): Use sched_class_regs_num.
13122         (model_start_schedule): Update.
13123         (sched_pressure_start_bb): New static function.  Calculate
13124         sched_class_regs_num.
13125         (schedule_block): Use it.
13126         (alloc_global_sched_pressure_data): Calculate call_used_regs_num.
13128 2014-10-24  Richard Biener  <rguenther@suse.de>
13130         * Makefile.in (BUILD_CPPLIB): When in stage2+ use the
13131         host library and make sure to pull in the required libintl
13132         and libiconv dependencies.
13134 2014-10-24  Richard Biener  <rguenther@suse.de>
13136         * fold-const.c (fold_binary_loc): Fix copy-and-pasto.
13138 2014-10-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
13140         PR bootstrap/63632
13141         * collect2.c (main): Filter out -fno-lto.
13143 2014-10-24  Martin Liska  <mliska@suse.cz>
13145         * ipa-icf.c (sem_item_optimizer::parse_nonsingleton_classes): Guard
13146         division by zero in dumps.
13147         (sem_item_optimizer::merge_classes): Ditto.
13149 2014-10-23  John David Anglin  <danglin@gcc.gnu.org>
13151         * config/pa/pa.c (pa_can_combine_p): Fix typo in last change.
13153 2014-10-23  Ian Lance Taylor  <iant@google.com>
13155         * tree-vrp.c (extract_range_from_assert): Fix typo in comment.
13157 2014-10-23  Ian Lance Taylor  <iant@google.com>
13159         * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't undefine.
13161 2014-10-23  Jakub Jelinek  <jakub@redhat.com>
13163         PR debug/63623
13164         * var-tracking.c (stack_adjust_offset_pre_post_cb): New function.
13165         (stack_adjust_offset_pre_post): Use it through for_each_inc_dec,
13166         instead of only handling autoinc in dest if it is a MEM.
13167         (vt_stack_adjustments): Fix up formatting.
13169 2014-10-23  DJ Delorie  <dj@redhat.com>
13171         * config/msp430/msp430.c (msp430_print_operand): 'x' modifier is
13172         independend of -mlarge.
13173         * config/msp430/constraints.md (Ys): Update comment.
13175 2014-10-23  Evgeny Stupachenko  <evstupac@gmail.com>
13177         PR target/63534
13178         PR target/63618
13179         * cse.c (delete_trivially_dead_insns): Consider PIC register is used
13180         while it is pseudo.
13181         * dse.c (deletable_insn_p): Likewise.
13183 2014-10-23  Georg-Johann Lay  <avr@gjlay.de>
13185         * config/avr/avr.c: Fix GNU coding rules and typos.
13186         * config/avr/avr.h: Dito.
13187         * config/avr/avr-c.c: Dito.
13188         * config/avr/avr.md: Dito.
13190 2014-10-23  Kirill Yukhin  <kirill.yukhin@intel.com>
13192         * config/i386/sse.md (define_mode_iterator VI1248_AVX512VL_AVX512BW):
13193         New.
13194         (define_insn "*abs<mode>2"): Use VI1248_AVX512VL_AVX512BW mode
13195         iterator.
13196         (define_expand "abs<mode>2"): Ditto.
13198 2014-10-23  Kirill Yukhin  <kirill.yukhin@intel.com>
13200         * tree-core.h (tree_var_decl): Extend `function_code' field
13201         by one bit, move `regdecl_flag' field to ...
13202         (tree_decl_with_vis): Here.
13203         * tree.h (DECL_STATIC_CHAIN): Update struct name.
13205 2014-10-23  Richard Biener  <rguenther@suse.de>
13207         * Makefile.in (BUILD_CPPLIB): Add.
13208         (build/genmatch$(build_exeext)): Use BUILD_CPPLIB, not CPPLIB.
13209         Drop LIBIBERTY.
13211 2014-10-23  Richard Biener  <rguenther@suse.de>
13213         * fold-const.c (fold_binary_loc): Preserve side-effects of
13214         X - X when simplifying to 0.
13215         * stor-layout.c (finish_bitfield_representative): Strip
13216         side-effects of evaluating the difference of two DECL_FIELD_OFFSET.
13218 2014-10-22  Richard Biener  <rguenther@suse.de>
13219             Tobias Burnus <burnus@net-b.de>
13221         PR lto/63603
13222         * gcc.c (LINK_COMMAND_SPEC): Add %{fno-lto}.
13224 2014-10-22  Dehao Chen  <dehao@google.com>
13226         * auto-profile.c: Change order of header files.
13228 2014-10-22  Guozhi Wei  <carrot@google.com>
13230         PR tree-optimization/63530
13231         tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Set
13232         pointer alignment according to DR_MISALIGNMENT.
13234 2014-10-22  David Malcolm  <dmalcolm@redhat.com>
13236         * ipa-icf.c (ipa_icf_driver): Set optimizer to NULL when done.
13238 2014-10-22  Andrew MacLeod  <amacleod@redhat.com>
13240         * cfgbuild.h: New.  Add prototypes for cfgbuild.c.
13241         * cfgcleanup.h: New.  Add prototypes for cfgcleanup.c.
13242         * cfgloopmanip.h: New.  Add prototypes for cfgloopmanip.c.
13243         * dominance.h: New.  Add prototypes for dominance.c.
13244         * cfgloop.h: Move some prototypes/enum to cfgloopmanip.h and include it.
13245         * cfghooks.h: (struct profile_record) Relocate here.
13246         Relocate 2 prototypes from basic-block.h.
13247         * basic-block.h: Move prototypes and struct to new header files.
13248         Include cfgbuild.h, cfgcleanup.h, and dominance.h.
13249         * rtl.h: Move a few prototypes to new header files.
13250         * cfgcleanup.c (merge_memattrs): Make static.
13251         * genopinit.c (main): Add predict.h to list of includes.
13252         * predict.h: Update prototype list to match predict.c.
13253         * predict.c (maybe_hot_count_p): Export.
13254         (cgraph_edge::maybe_hot_p): Move to cgraph.c.
13255         (cgraph_node::optimize_for_size_p): Move to cgraph.h.
13256         * cgraph.h (cgraph_node::optimize_for_size_p): Relocate here.
13257         * cgraph.c (cgraph_edge::maybe_hot_p): Relocate here.
13258         * profile.h: Adjust prototypes.
13259         * ifcvt.h: New.  Relocate struct ce_if_block here.
13260         * ifcvt.c: Include ifcvt.h.
13261         * config/frv/frv.c: Include ifcvt.h.
13262         * config/frv/frv-protos.h: Add 'struct' to ce_if_block * parameters.
13264 2014-10-22  Richard Sandiford  <richard.sandiford@arm.com>
13266         * lra.c (lra): Remove call to recog_init.
13267         * config/i386/i386.md (preferred_for_speed): New attribute
13268         (*float<SWI48:mode><MODEF:mode>2_sse): Override it instead of
13269         "enabled".  Remove check for sched1.
13271 2014-10-22  Richard Sandiford  <richard.sandiford@arm.com>
13273         * recog.h (recog_data_d): Remove enabled_alternatives.
13274         * recog.c (extract_insn): Don't set it.
13275         * reload.c (find_reloads): Call get_enabled_alternatives.
13277 2014-10-22  Richard Sandiford  <richard.sandiford@arm.com>
13279         * recog.h (constrain_operands): Add an alternative_mask parameter.
13280         (constrain_operands_cached): Likewise.
13281         (get_preferred_alternatives): Declare new form.
13282         * recog.c (get_preferred_alternatives): New bb-taking instance.
13283         (constrain_operands): Take the set of available alternatives as
13284         a parameter.
13285         (check_asm_operands, insn_invalid_p, extract_constrain_insn)
13286         (extract_constrain_insn_cached): Update calls to constrain_operands.
13287         * caller-save.c (reg_save_code): Likewise.
13288         * ira.c (setup_prohibited_mode_move_regs): Likewise.
13289         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
13290         * ree.c (combine_reaching_defs): Likewise.
13291         * reload.c (can_reload_into): Likewise.
13292         * reload1.c (reload, reload_as_needed, inc_for_reload): Likewise.
13293         (gen_reload_chain_without_interm_reg_p, emit_input_reload_insns)
13294         (emit_insn_if_valid_for_reload): Likewise.
13295         * reorg.c (fill_slots_from_thread): Likewise.
13296         * config/i386/i386.c (ix86_attr_length_address_default): Likewise.
13297         * config/pa/pa.c (pa_can_combine_p): Likewise.
13298         * config/rl78/rl78.c (insn_ok_now): Likewise.
13299         * config/sh/sh.md (define_peephole2): Likewise.
13300         * final.c (final_scan_insn): Update call to constrain_operands_cached.
13302 2014-10-22  Richard Sandiford  <richard.sandiford@arm.com>
13304         * doc/md.texi: Document "preferred_for_size" and "preferred_for_speed"
13305         attributes.
13306         * genattr.c (main): Handle "preferred_for_size" and
13307         "preferred_for_speed" in the same way as "enabled".
13308         * recog.h (bool_attr): New enum.
13309         (target_recog): Replace x_enabled_alternatives with x_bool_attr_masks.
13310         (get_preferred_alternatives, check_bool_attrs): Declare.
13311         * recog.c (have_bool_attr, get_bool_attr, get_bool_attr_mask_uncached)
13312         (get_bool_attr_mask, get_preferred_alternatives, check_bool_attrs):
13313         New functions.
13314         (get_enabled_alternatives): Use get_bool_attr_mask.
13315         * ira-costs.c (record_reg_classes): Use get_preferred_alternatives
13316         instead of recog_data.enabled_alternatives.
13317         * ira.c (ira_setup_alts): Likewise.
13318         * postreload.c (reload_cse_simplify_operands): Likewise.
13319         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
13320         * ira-lives.c (preferred_alternatives): New variable.
13321         (process_bb_node_lives): Set it.
13322         (check_and_make_def_conflict, make_early_clobber_and_input_conflicts)
13323         (single_reg_class, ira_implicitly_set_insn_hard_regs): Use it instead
13324         of recog_data.enabled_alternatives.
13325         * lra-int.h (lra_insn_recog_data): Replace enabled_alternatives
13326         to preferred_alternatives.
13327         * lra-constraints.c (process_alt_operands): Update accordingly.
13328         * lra.c (lra_set_insn_recog_data): Likewise.
13329         (lra_update_insn_recog_data): Assert check_bool_attrs.
13331 2014-10-22  Richard Sandiford  <richard.sandiford@arm.com>
13333         * recog.h (extract_constrain_insn): Declare.
13334         * recog.c (extract_constrain_insn): New function.
13335         * lra.c (check_rtl): Use it.
13336         * postreload.c (reload_cse_simplify_operands): Likewise.
13337         * reg-stack.c (check_asm_stack_operands): Likewise.
13338         (subst_asm_stack_regs): Likewise.
13339         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
13340         * regrename.c (build_def_use): Likewise.
13341         * sel-sched.c (get_reg_class): Likewise.
13342         * config/arm/arm.c (note_invalid_constants): Likewise.
13343         * config/s390/predicates.md (execute_operation): Likewise.
13345 2014-10-22  Jakub Jelinek  <jakub@redhat.com>
13346             Yury Gribov  <y.gribov@samsung.com>
13348         * common.opt (flag_sanitize_recover): New variable.
13349         (fsanitize-recover): Remove Var/Init, deprecate.
13350         (fsanitize-recover=): New option.
13351         * doc/invoke.texi (fsanitize-recover): Update docs.
13352         * opts.c (finish_options): Use opts->x_flag_sanitize
13353         instead of flag_sanitize.  Prohibit -fsanitize-recover
13354         for anything besides UBSan.  Formatting.
13355         (common_handle_option): Handle OPT_fsanitize_recover_
13356         and OPT_fsanitize_recover.  Use opts->x_flag_sanitize
13357         instead of flag_sanitize.
13358         * asan.c (pass_sanopt::execute): Fix up formatting.
13359         * ubsan.c (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn,
13360         ubsan_expand_objsize_ifn, ubsan_build_overflow_builtin,
13361         instrument_bool_enum_load, ubsan_instrument_float_cast,
13362         instrument_nonnull_arg, instrument_nonnull_return): Check
13363         bits in flag_sanitize_recover bitmask instead of
13364         flag_sanitize_recover as bool flag.
13366 2014-10-22  Jiong Wang <jiong.wang@arm.com>
13368         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add missing '\'.
13370 2014-10-22  Renlin Li <renlin.li@arm.com>
13372         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define
13373         __ARM_FEATURE_IDIV__.
13375 2014-10-22  Richard Biener  <rguenther@suse.de>
13377         * Makefile.in (s-match): Adjust dependencies to only catch
13378         match.pd.
13380 2014-10-22  Richard Biener  <rguenther@suse.de>
13381         Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
13383         * Makefile.in (OBJS): Add gimple-match.o and generic-match.o.
13384         (MOSTLYCLEANFILES): Add gimple-match.c and generic-match.c.
13385         (gimple-match.c): Generate by triggering s-match.
13386         (generic-match.c): Likewise.
13387         (s-match): Rule to build gimple-match.c and generic-match.c
13388         by running the genmatch generator program.
13389         (build/hash-table.o): Dependencies to build hash-table.c for the host.
13390         (build/genmatch.o): Dependencies to build genmatch.
13391         (genprog): Add match.
13392         (build/genmatch): Likewise.
13393         (TEXI_GCCINT_FILES): Add match-and-simplify.texi.
13394         * generic-match-head.c: New file.
13395         * gimple-match-head.c: Likewise.
13396         * gimple-match.h: Likewise.
13397         * genmatch.c: Likewise.
13398         * match.pd: Likewise.
13399         * builtins.h (fold_builtin_n): Export.
13400         * builtins.c (fold_builtin_n): Likewise.
13401         * gimple-fold.h (gimple_build): Declare various overloads.
13402         (gimple_simplify): Likewise.
13403         (gimple_convert): Re-implement in terms of gimple_build.
13404         * gimple-fold.c (gimple_convert): Remove.
13405         (gimple_build): New functions.
13406         * doc/match-and-simplify.texi: New file.
13407         * doc/gccint.texi: Add menu item Match and Simplify and include
13408         match-and-simplify.texi.
13410 2014-10-22  Jakub Jelinek  <jakub@redhat.com>
13412         PR target/63594
13413         * config/i386/i386.c (ix86_expand_vector_init_duplicate): For
13414         V{8HI,16QI,16HI,32QI}mode call ix86_vector_duplicate_value
13415         even for just TARGET_AVX2, not only for
13416         TARGET_AVX512VL && TARGET_AVX512BW.  For V{32HI,64QI}mode,
13417         call ix86_vector_duplicate_value only if TARGET_AVX512BW,
13418         otherwise build it using concatenation of 256-bit
13419         broadcast.
13420         * config/i386/sse.md (AVX_VEC_DUP_MODE): Moved after
13421         avx512 broadcast patterns.
13422         (vec_dup<mode>): Likewise.  For avx2 use
13423         v<sseintprefix>broadcast<bcstscalarsuff> instead of
13424         vbroadcast<ssescalarmodesuffix>.
13425         (AVX2_VEC_DUP_MODE): New mode iterator.
13426         (*vec_dup<mode>): New TARGET_AVX2 define_insn with
13427         AVX2_VEC_DUP_MODE iterator, add a splitter for that.
13429         PR target/63542
13430         * config/i386/i386.c (ix86_pic_register_p): Also return
13431         true if x is a hard register with ORIGINAL_REGNO equal to
13432         pic_offset_table_rtx pseudo REGNO.
13433         (ix86_delegitimize_address): For ix86_use_pseudo_pic_reg ()
13434         after reload, subtract GOT_SYMBOL_NAME symbol if possible.
13436 2014-10-22  Alan Modra  <amodra@gmail.com>
13438         * gengtype.h (obstack_chunk_alloc, obstack_chunk_free): Remove cast.
13439         * coretypes.h (obstack_chunk_alloc, obstack_chunk_free): Likewise.
13440         (gcc_obstack_init): Use obstack_specify_allocation in place of
13441         _obstack_begin.
13442         * genautomata.c (next_sep_el): Cast result of obstack_base to (char *).
13443         (regexp_representation): Likewise.
13444         * godump.c (go_output_type): Likewise.
13446 2014-10-21  John David Anglin  <danglin@gcc.gnu.org>
13448         * config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
13449         * config/pa/pa.h (TARGET_DEFAULT): Remove MASK_JUMP_IN_DELAY.
13450         * config/pa/pa.opt (mjump-in-delay): Ignore option.  Update comment.
13452 2014-10-21 Manuel López-Ibáñez  <manu@gcc.gnu.org>
13454         * doc/invoke.texi (pedantic-errors): Explain better.
13456 2014-10-21  Joern Rennecke  <joern.rennecke@embecosm.com>
13457             Vidya Praveen <vidya.praveen@atmel.com>
13458             Praveen Kumar Kaushik <Praveen_Kumar.Kaushik@atmel.com>
13459             Senthil Kumar Selvaraj <Senthil_Kumar.Selvaraj@atmel.com>
13460             Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
13462         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Don't define
13463         __MEMX for avrtiny.
13464         * config/avr/avr.c (avr_insert_attributes): Reject __memx for avrtiny.
13465         (avr_nonconst_pointer_addrspace): Likewise.
13466         * config/avr/avr.h (AVR_HAVE_LPM): Define.
13468         Added AVRTINY architecture to avr target.
13469         * config/avr/avr-arch.h (avr_arch): Added AVRTINY architecture.
13470         (base_arch_s): member added for AVRTINY architecture.
13471         * config/avr/avr.c: Added TINY_ADIW, TINY_SBIW macros as AVRTINY
13472         alternate for adiw/sbiw instructions. Added AVR_TMP_REGNO and
13473         AVR_ZERO_REGNO macros for tmp and zero registers. Replaced TMP_REGNO
13474         and ZERO_REGNO occurrences by AVR_TMP_REGNO and AVR_ZERO_REGNO
13475         respectively. LAST_CALLEE_SAVED_REG macro added for the last register
13476         in callee saved register list.
13477         (avr_option_override): CCP address updated for AVRTINY.
13478         (avr_init_expanders): tmp and zero rtx initialized as per arch.
13479         Reset avr_have_dimode if AVRTINY.
13480         (sequent_regs_live): Use LAST_CALLEE_SAVED_REG instead magic number.
13481         (emit_push_sfr): Use AVR_TMP_REGNO for tmp register number.
13482         (avr_prologue_setup_frame): Don't minimize prologue if AVRTINY.
13483         Use LAST_CALLEE_SAVED_REG to refer last callee saved register.
13484         (expand_epilogue): Likewise.
13485         (avr_print_operand): Print CCP address in case of AVRTINY also.
13486         <TBD>bad address
13487         (function_arg_regno_p): Check different register list for arguments
13488         if AVRTINY.
13489         (init_cumulative_args): Check for AVRTINY to update number of argument
13490         registers.
13491         (tiny_valid_direct_memory_access_range): New function. Return false if
13492         direct memory access range is not in accepted range for AVRTINY.
13493         (avr_out_movqi_r_mr_reg_disp_tiny): New function to handle register
13494         indirect load (with displacement) for AVRTINY.
13495         (out_movqi_r_mr): Updated instruction length for AVRTINY. Call
13496         avr_out_movqi_r_mr_reg_disp_tiny for load from reg+displacement.
13497         (avr_out_movhi_r_mr_reg_no_disp_tiny): New function to handle register
13498         indirect load (no displacement) for AVRTINY.
13499         (avr_out_movhi_r_mr_reg_disp_tiny): New function to handle register
13500         indirect load (with displacement) for AVRTINY.
13501         (avr_out_movhi_r_mr_pre_dec_tiny): New function to handle register
13502         indirect load for pre-decrement address.
13503         (out_movhi_r_mr): In case of AVRTINY, call tiny register indirect load
13504         functions. Update instruction length for AVRTINY.
13505         (avr_out_movsi_r_mr_reg_no_disp_tiny): New function. Likewise, for
13506         SImode.
13507         (avr_out_movsi_r_mr_reg_disp_tiny): New function. Likewise, for SImode.
13508         (out_movsi_r_mr): Likewise, for SImode.
13509         (avr_out_movsi_mr_r_reg_no_disp_tiny): New function to handle register
13510         indirect store (no displacement) for AVRTINY.
13511         (avr_out_movsi_mr_r_reg_disp_tiny): New function to handle register
13512         indirect store (with displacement) for AVRTINY.
13513         (out_movsi_mr_r): Emit out insn for IO address store. Update store
13514         instruction's size for AVRTINY. For AVRTINY, call tiny SImode indirect
13515         store functions.
13516         (avr_out_load_psi_reg_no_disp_tiny): New function to handle register
13517         indirect load (no displacement) for PSImode in AVRTINY.
13518         (avr_out_load_psi_reg_disp_tiny): New function to handle register
13519         indirect load (with displacement) for PSImode in AVRTINY.
13520         (avr_out_load_psi): Call PSImode register indirect load functions for
13521         AVRTINY. Update instruction length for AVRTINY.
13522         (avr_out_store_psi_reg_no_disp_tiny): New function to handle register
13523         indirect store (no displacement) for PSImode in AVRTINY.
13524         (avr_out_store_psi_reg_disp_tiny): New function to handle register
13525         indirect store (with displacement) for PSImode in AVRTINY.
13526         (avr_out_store_psi): Update instruction length for AVRTINY. Call tiny
13527         register indirect store functions for AVRTINY.
13528         (avr_out_movqi_mr_r_reg_disp_tiny): New function to handle QImode
13529         register indirect store (with displacement) for AVRTINY.
13530         (out_movqi_mr_r): Update instruction length for AVRTINY. Call tiny
13531         register indirect store function for QImode in AVRTINY.
13532         (avr_out_movhi_mr_r_xmega): Update instruction length for AVRTINY.
13533         (avr_out_movhi_mr_r_reg_no_disp_tiny): New function to handle register
13534         indirect store (no displacement) for HImode in AVRTINY.
13535         (avr_out_movhi_mr_r_reg_disp_tiny): New function to handle register
13536         indirect store (with displacement) for HImode in AVRTINY.
13537         (avr_out_movhi_mr_r_post_inc_tiny): New function to handle register
13538         indirect store for post-increment address in HImode.
13539         (out_movhi_mr_r): Update instruction length for AVRTINY. Call tiny
13540         register indirect store function for HImode in AVRTINY.
13541         (avr_out_compare): Use TINY_SBIW/ TINY_ADIW in place of sbiw/adiw
13542         in case of AVRTINY.
13543         (order_regs_for_local_alloc): Updated register allocation order for
13544         AVRTINY.
13545         (avr_conditional_register_usage): New function. It is a target hook
13546         (TARGET_CONDITIONAL_REGISTER_USAGE) function which updates fixed, call
13547         used registers list and register allocation order for AVRTINY.
13548         (avr_return_in_memory): Update return value size for AVRTINY.
13549         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Added builtin macros
13550         for AVRTINY arch and tiny program memory base address.
13551         * config/avr/avr-devices.c (avr_arch_types): Added AVRTINY arch.
13552         (avr_texinfo): Added description for AVRTINY arch.
13553         * config/avr/avr.h: Added macro to identify AVRTINY arch. Updated
13554         STATIC_CHAIN_REGNUM for AVRTINY.
13555         * config/avr/avr-mcus.def: Added AVRTINY arch devices.
13556         * config/avr/avr.md: Added constants for tmp/ zero registers in
13557         AVRTINY. Attributes for AVRTINY added.
13558         (mov<mode>): Move src/ dest address to register if it is not in AVRTINY
13559         memory access range.
13560         (mov<mode>_insn): Avoid QImode direct load for AVRTINY if address not
13561         in AVRTINY memory access range.
13562         (*mov<mode>): Likewise for HImode and SImode.
13563         (*movsf): Likewise for SFmode.
13564         (delay_cycles_2): Updated instructions to be emitted as AVRTINY does
13565         not have sbiw.
13566         * config/avr/avr-protos.h: Added function prototype for
13567         tiny_valid_direct_memory_access_range.
13568         * config/avr/avr-tables.opt: Regenerate.
13569         * gcc/config/avr/t-multilib: Regenerate.
13570         * doc/avr-mmcu.texi: Regenerate.
13572 2014-10-21  Andrew Pinski  <apinski@cavium.com>
13574         * doc/invoke.texi (AARCH64/mtune): Document thunderx as an
13575         available option also.
13576         * config/aarch64/aarch64-cost-tables.h: New file.
13577         * config/aarch64/aarch64-cores.def (thunderx): New core.
13578         * config/aarch64/aarch64-tune.md: Regenerate.
13579         * config/aarch64/aarch64.c: Include aarch64-cost-tables.h instead
13580         of config/arm/aarch-cost-tables.h.
13581         (thunderx_regmove_cost): New variable.
13582         (thunderx_tunings): New variable.
13584 2014-10-21  Dehao Chen  <dehao@google.com>
13586         * auto-profile.c: New file.
13587         * auto-profile.h: New file.
13588         * basic-block.h (maybe_hot_count_p): New export func.
13589         (add_working_set): New export func.
13590         * gcov-io.h (GCOV_TAG_AFDO_FILE_NAMES): New tag.
13591         (GCOV_TAG_AFDO_FUNCTION): Likewise.
13592         (GCOV_TAG_AFDO_WORKING_SET): Likewise.
13593         * opts.c (enable_fdo_optimizations): New func.
13594         (common_handle_option): Handle -fauto-profile flag.
13595         * ipa-inline.c (want_early_inline_function_p): Iterative-einline.
13596         (class pass_early_inline): Export early_inliner.
13597         (early_inliner): Likewise.
13598         (pass_early_inline::execute): Likewise.
13599         * ipa-inline.h (early_inliner): Likewise.
13600         * predict.c (maybe_hot_count_p): New export func.
13601         (counts_to_freqs): AutoFDO logic.
13602         (rebuild_frequencies): Likewise.
13603         * tree-profile.c (pass_ipa_tree_profile::gate): Likewise.
13604         * profile.c (add_working_set): New func.
13605         * Makefile.in (auto-profile.o): New object file.
13606         * passes.def (pass_ipa_auto_profile): New pass.
13607         * tree-ssa-live.c (remove_unused_scope_block_p): AutoFDO logic.
13608         * tree-pass.h (make_pass_ipa_auto_profile): New pass.
13609         * toplev.c (compile_file): AutoFDO logic.
13610         * doc/invoke.texi (-fauto-profile): New doc.
13611         * coverage.c (coverage_init): AutoFDO logic.
13612         * common.opt (-fauto-profile): New flag.
13613         * timevar.def (TV_IPA_AUTOFDO): New tag.
13614         * value-prof.c (gimple_alloc_histogram_value): New export func.
13615         (check_ic_target): Likewise.
13616         * value-prof.h (gimple_alloc_histogram_value): Likewise.
13617         (check_ic_target): Likewise.
13619 2014-10-21  David Malcolm  <dmalcolm@redhat.com>
13621         * cgraph.c (cgraph_c_finalize): New function.
13622         * cgraph.h (cgraph_c_finalize): New prototype.
13623         (cgraphunit_c_finalize): New prototype.
13624         * cgraphunit.c (first_analyzed): Move from analyze_functions
13625         to file-scope.
13626         (first_analyzed_var): Likewise.
13627         (analyze_functions): Move static variables into file-scope.
13628         (cgraphunit_c_finalize): New function.
13629         * diagnostic.c (diagnostic_finish): Free the memory for
13630         context->classify_diagnostic and context->printer, running the
13631         destructor for the latter.
13632         (bt_stop): Use toplev::main.
13633         * dwarf2out.c (dwarf2out_finalize): New function.
13634         * dwarf2out.h (dwarf2out_c_finalize): New prototype.
13635         * gcse.c (gcse_c_finalize): New function.
13636         * gcse.h (gcse_c_finalize): New prototype.
13637         * ggc-page.c (init_ggc): Make idempotent.
13638         * input.c (input_location): Initialize to UNKNOWN_LOCATION.
13639         * ipa-cp.c (ipa_cp_c_finalize): New function.
13640         * ipa-prop.h (ipa_cp_c_finalize): New prototype.
13641         * ipa-pure-const.c (function_insertion_hook_holder): Move to be
13642         a field of class pass_ipa_pure_const.
13643         (node_duplication_hook_holder): Likewise.
13644         (node_removal_hook_holder): Likewise.
13645         (register_hooks): Convert to method...
13646         (pass_ipa_pure_const::register_hooks): ...here, converting
13647         static variable init_p into...
13648         (pass_ipa_pure_const::init_p): ...new field.
13649         (pure_const_generate_summary): Update invocation of
13650         register_hooks to invoke as a method of current_pass.
13651         (pure_const_read_summary): Likewise.
13652         (propagate): Convert to...
13653         (pass_ipa_pure_const::execute): ...method.
13654         * ipa-reference.c (ipa_init): Move static bool init_p from here
13655         to...
13656         (ipa_init_p): New file-scope variable, so that it can be reset
13657         when repeatedly invoking the compiler within one process by...
13658         (ipa_reference_c_finalize): New function.
13659         * ipa-reference.h (ipa_reference_c_finalize): New.
13660         * main.c (main): Replace invocation of toplev_main with
13661         construction of a toplev instance, and call its "main" method.
13662         * params.c (global_init_params): Add an assert that
13663         params_finished is false.
13664         (params_c_finalize): New.
13665         * params.h (params_c_finalize): New.
13666         * passes.c (execute_ipa_summary_passes): Set "current_pass" before
13667         invoking generate_summary, for the benefit of pass_ipa_pure_const.
13668         (ipa_write_summaries_2): Assign "pass" to "current_pass" global
13669         before calling write_summary hook.
13670         (ipa_write_optimization_summaries_1): Likewise when calling
13671         write_optimization_summary hook.
13672         (ipa_read_summaries_1): Likewise for read_summary hook.
13673         (ipa_read_optimization_summaries_1): Likewise for
13674         read_optimization_summary hook.
13675         (execute_ipa_stmt_fixups): Likewise.
13676         * stringpool.c (init_stringpool): Clean up if we're called more
13677         than once.
13678         * timevar.c (timevar_init): Ignore repeated calls.
13679         * toplev.c: Include "dwarf2out.h", "ipa-reference.h", "gcse.h",
13680         "ipa-prop.h".
13681         (general_init): Reset "input_location" to UNKNOWN_LOCATION.
13682         (initialize_rtl): Move static local "initialized_once"
13683         into file scope, and rename to...
13684         (rtl_initialized): New variable.
13685         (do_compile): Move timevar initialization from here to
13686         toplev::start_timevars.
13687         (toplev::toplev, toplev::~toplev, toplev::start_timevars,
13688         toplev::finalize): New functions.
13689         (toplev_main): Rename to...
13690         (toplev::main): ...this.
13691         * toplev.h (class toplev): New class.
13693 2014-10-21  Andrew MacLeod  <amacleod@redhat.com>
13695         * loop-doloop.c: Include loop-unroll.h.
13697 2014-10-21  Andrew MacLeod  <amacleod@redhat.com>
13699         * cfg.h: New.  Header file for cfg.c.
13700         * cfganal.h: New.  Header file for cfganal.c.
13701         * lcm.h: New.  Header file for lcm.c.
13702         * loop-unroll.h: New.  Header file for loop-unroll.h.
13703         * cfgloop.h: (unroll_loops): Remove prototype.
13704         * basic-block.h: Move prototypes and structs to new header files.
13705         Include cfg.h, cfganal.h, and lcm.h.
13706         * loop-init.c: Include loop-unroll.h.
13707         * loop-unroll.c: (referenced_in_one_insn_in_loop_p): Make static.
13708         * modulo-sched.c: Include loop-unroll.h.
13710 2014-10-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13712         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Fix creation of
13713         MARKER_BYTE_UNKNOWN markers when handling casts.
13715 2014-10-21  Richard Biener  <rguenther@suse.de>
13717         * tree-ssa-phiopt.c (value_replacement): Properly verify we
13718         are the non-singleton PHI.
13720 2014-10-21  Jakub Jelinek  <jakub@redhat.com>
13722         PR tree-optimization/63563
13723         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Bail out
13724         if either dra or drb stmts are not normal loads/stores.
13726 2014-10-21  Ilya Tocar  <ilya.tocar@intel.com>
13728         * config/i386/i386.c (expand_vec_perm_1): Fix
13729         expand_vec_perm_palignr case.
13730         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>_mask): Use
13731         VI1_AVX512.
13733 2014-10-21  Zhenqiang Chen  <zhenqiang.chen@arm.com>
13735         * cfgloopanal.c (seq_cost): Delete.
13736         * rtl.h (seq_cost): New prototype.
13737         * rtlanal.c (seq_cost): New function.
13738         * tree-ssa-loop-ivopts.c (seq_cost): Delete.
13740 2014-10-20  Andrew MacLeod  <amacleod@redhat.com>
13742         * cfgrtl.h: New.  Add prototypes for cfgrtl.c.
13743         * basic-block.h: Remove prototypes for cfgrtl.c.
13744         * cfghooks.h (cfg_layout_initialize, cfg_layout_finalize): Move
13745         prototypes to cfgrtl.h.
13746         * profile.h (profile_info): Add extern export declaration.
13747         * rtl.h: Remove prototypes for cfgrtl.h.
13748         * tree-cfg.h (gt_ggc_mx, gt_pch_nx): Move prototypes to here.
13749         * ipa-inline.c: Include profile.h.
13750         * loop-unroll.c: Ditto.
13751         * modulo-sched.c: Ditto.
13752         * postreload-gcse.c: Ditto.
13753         * predict.c: Ditto.
13754         * sched-ebb.c: Ditto.
13755         * sched-rgn.c: Ditto.
13756         * tracer.c: Ditto.
13757         * tree-ssa-loop-ivcanon.c: Ditto.
13759 2014-10-20  Richard Biener  <rguenther@suse.de>
13761         * tree-vect-slp.c (vect_get_and_check_slp_defs): Try swapping
13762         operands to get a def operand kind match.  Signal mismatches
13763         to the parent so we can try swapping its operands.
13764         (vect_build_slp_tree): Try swapping operands if they have
13765         a mismatched operand kind.
13767 2014-10-20  Alan Modra  <amodra@gmail.com>
13769         PR debug/60655
13770         * simplify-rtx.c (simplify_plus_minus): Delete unused "input_ops".
13771         Increase "ops" array size.  Correct array size tests.  Init
13772         n_constants in loop.  Break out of innermost loop when finding
13773         a trivial CONST expression.
13775 2014-10-20  Martin Liska  <mliska@suse.cz>
13777         PR ipa/63583
13778         * ipa-icf-gimple.c (func_checker::compare_gimple_asm):
13779         Gimple tempate string is compared.
13781 2014-10-20  Uros Bizjak  <ubizjak@gmail.com>
13783         * varasm.c (const_alias_set): Remove.
13784         (init_varasm_once): Remove initialization of const_alias_set.
13785         (build_constant_desc): Do not set alias set to const_alias_set.
13787 2014-10-19  Ilya Verbin  <ilya.verbin@intel.com>
13789         * configure: Regenerate.
13790         * configure.ac: Move the test for section attribute specifier "e" in GAS
13791         out to all i[34567]86-*-* | x86_64-*-* targets and add --fatal-warnings.
13792         * langhooks.c (lhd_begin_section): Set SECTION_EXCLUDE flag.
13793         * varasm.c (default_elf_asm_named_section): Guard SECTION_EXCLUDE with
13794         ifdef HAVE_GAS_SECTION_EXCLUDE.
13796 2014-10-19  Andreas Schwab  <schwab@linux-m68k.org>
13798         * doc/md.texi (RTL Template) [match_scratch]: Correct equivalent
13799         match_operand expression.
13801 2014-10-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13802             David Edelsohn  <dje.gcc@gmail.com>
13804         * config/rs6000/rs6000.c (rs6000_atomic_assign_expand_fenv): New
13805         function.
13806         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
13808 2014-10-18  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13810         * doc/invoke.texi (Options to Request or Suppress Warnings):
13811         Explain options precedence.
13812         (Wtrampolines): Do not indent paragraph.
13814 2014-10-18  John David Anglin  <danglin@gcc.gnu.org>
13816         * doc/invoke.texi: Update documentation of hppa -mjump-in-delay option.
13817         * config/pa/pa-protos.h (pa_following_call): Delete declaration.
13818         (pa_jump_in_call_delay): Likewise.
13819         * config/pa/pa.c (pa_option_override): Remove jump in call delay
13820         override.
13821         (pa_output_millicode_call): Remove support for jump in call delay.
13822         (pa_output_call): Likewise.
13823         (pa_jump_in_call_delay): Delete.
13824         (pa_following_call): Likewise.
13825         * config/pa/pa.md (in_call_delay): Remove jump in delay check.
13826         (uncond_branch): Remove following call check from attribute length.
13828 2014-10-18  Oleg Endo  <olegendo@gcc.gnu.org>
13830         PR target/53513
13831         * config/sh/sh-modes.def (PSI): Remove.
13832         * config/sh/sh-protos.h (get_fpscr_rtx): Remove.
13833         * config/sh/sh.c (fpscr_rtx, get_fpscr_rtx): Remove.
13834         (sh_reorg): Remove commented out FPSCR code.
13835         (fpscr_set_from_mem): Use SImode instead of PSImode.  Emit lds_fpscr
13836         insn instead of move insn.
13837         (sh_hard_regno_mode_ok): Return SImode for FPSCR.
13838         (sh_legitimate_address_p, sh_legitimize_reload_address): Remove PSImode
13839         handling.
13840         (sh_emit_mode_set): Emit lds_fpscr and sts_fpscr insns.
13841         (sh1_builtin_p): Uncomment.
13842         (SH_BLTIN_UV 25, SH_BLTIN_VU 26): New macros.
13843         (bdesc): Add __builtin_sh_get_fpscr and __builtin_sh_set_fpscr.
13844         * config/sh/sh/predicates.md (fpscr_operand): Simplify.
13845         (fpscr_movsrc_operand, fpscr_movdst_operand): New predicates.
13846         (general_movsrc_operand, general_movdst_operand): Disallow
13847         fpscr_operand.
13848         * config/sh/sh.md (FPSCR_FR): New constant.
13849         (push_fpscr): Emit sts_fpscr insn.
13850         (pop_fpscr): Emit lds_fpscr_insn.
13851         (movsi_ie): Disallow FPSCR operands.
13852         (fpu_switch, unnamed related split, extend_psi_si,
13853         truncate_si_psi): Remove insns.
13854         (lds_fpscr, sts_fpscr): New insns.
13855         (toggle_sz, toggle_pr): Use SImode for FPSCR_REG instead of PSImode.
13857 2014-10-17  Eric Botcazou  <ebotcazou@adacore.com>
13859         * ipa-inline-transform.c (master_clone_with_noninline_clones_p): New.
13860         (clone_inlined_nodes): Do not overwrite the clone if above predicate
13861         returns true.
13863 2014-10-17  Ilya Tocar  <ilya.tocar@intel.com>
13865         * config/i386/i386.c (MAX_VECT_LEN): Move earlier.
13866         (expand_vec_perm_d): Ditto.
13867         (ix86_expand_vec_perm_vpermi2): Handle V8HImode, V16HImode, V32HImode,
13868         V32HImode, V4SImode, V8SImode, V4SFmode, V8SFmode, V2DImode, V4DImode,
13869         V4DFmode.
13870         (ix86_expand_vec_perm): Update call to ix86_expand_vec_perm_vpermi2.
13871         (ix86_expand_sse_unpack): Handle V64QImode.
13872         (expand_vec_perm_blend): Update conditions for TARGET, handle
13873         V8DFmode, V16SFmode, V32HImode, V64QImode, V16SImode, V8DImode.
13874         (expand_vec_perm_pshufb): Handle V64QImode.
13875         (expand_vec_perm_1): Handle V64QImode, V32HImode, V16SImode, V16SFmode,
13876         V8DFmode, V8DImode, V4DFmode, V2DFmode, V8SFmode, V4SFmode.
13877         (ix86_expand_vec_perm_const_1): Call  ix86_expand_vec_perm_vpermi2.
13878         (ix86_vectorize_vec_perm_const_ok): Handle V32HImode, V64QImode.
13879         (ix86_expand_vecop_qihi): Handle V64QImode.
13880         * config/i386/sse.md (define_mode_iterator VI1_AVX512): New.
13881         (define_mode_iterator VEC_PERM_AVX2): Add V32HI.
13882         (define_mode_iterator VEC_PERM_CONST): Add V32HI.
13883         (define_insn "<ssse3_avx2>_pshufb<mode>3<mask_name>"): Add masking.
13884         (mul<mode>3): Use VI1_AVX512.
13885         (<sse2_avx2>_packsswb): Ditto.
13886         (<sse2_avx2>_packuswb): Ditto.
13887         (<ssse3_avx2>_pshufb<mode>3): Ditto.
13888         (<shift_insn><mode>3): Ditto.
13890 2014-10-17  Kirill Yukhin  <kirill.yukhin@intel.com>
13892         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Refactor
13893         conditions to fix bootstrap.
13895 2014-10-17  Andrew MacLeod  <amacleod@redhat.com>
13897         gcc-plugin.h:  Add tm.h and flattened includes from function.h.
13899 2014-10-17  Alexander Ivchenko  <alexander.ivchenko@intel.com>
13900             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
13901             Anna Tikhonova  <anna.tikhonova@intel.com>
13902             Ilya Tocar  <ilya.tocar@intel.com>
13903             Andrey Turetskiy  <andrey.turetskiy@intel.com>
13904             Ilya Verbin  <ilya.verbin@intel.com>
13905             Kirill Yukhin  <kirill.yukhin@intel.com>
13906             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
13908         * config/i386/i386.c (ix86_expand_vector_init_duplicate): Handle V64QI
13909         and V32HI modes, update V8HI, V16QI, V32QI modes handling.
13910         (ix86_expand_vector_init_general): Handle V64QI and V32HI modes.
13911         * config/i386/sse.md (define_mode_iterator VI48F_512): Rename to ...
13912         (define_mode_iterator VF48_I1248): ... this. Extend to AVX-512 modes.
13913         (define_expand "vec_init<mode>"): Use VF48_I1248.
13915 2014-10-17  Alexander Ivchenko  <alexander.ivchenko@intel.com>
13916             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
13917             Anna Tikhonova  <anna.tikhonova@intel.com>
13918             Ilya Tocar  <ilya.tocar@intel.com>
13919             Andrey Turetskiy  <andrey.turetskiy@intel.com>
13920             Ilya Verbin  <ilya.verbin@intel.com>
13921             Kirill Yukhin  <kirill.yukhin@intel.com>
13922             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
13924         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Extend
13925         expand_sse2_mulvxdi3.
13927 2014-10-17  Richard Biener  <rguenther@suse.de>
13929         * fold-const.c (fold_comparison): Remove redundant constant
13930         folding and operand swapping.
13931         (fold_binary_loc): Do comparison operand swapping here.
13932         (fold_ternary_loc): Canonicalize operand order for
13933         commutative ternary operations.
13934         * tree.c (commutative_ternary_tree_code): Add DOT_PROD_EXPR
13935         and FMA_EXPR.
13937 2014-10-17  Jakub Jelinek  <jakub@redhat.com>
13939         PR tree-optimization/63464
13940         * gimple.h (gimple_seq_discard): New prototype.
13941         * gimple.c: Include stringpool.h and tree-ssanames.h.
13942         (gimple_seq_discard): New function.
13943         * optabs.h (lshift_cheap_p): New prototype.
13944         * optabs.c (lshift_cheap_p): New function, moved from...
13945         * tree-switch-conversion.c (lshift_cheap_p): ... here.
13946         * tree-ssa-reassoc.c: Include gimplify.h and optabs.h.
13947         (reassoc_branch_fixups): New variable.
13948         (update_range_test): Add otherrangep and seq arguments.
13949         Unshare exp.  If otherrange is NULL, use for other ranges
13950         array of pointers pointed by otherrangep instead.
13951         Emit seq before gimplified statements for tem.
13952         (optimize_range_tests_diff): Adjust update_range_test
13953         caller.
13954         (optimize_range_tests_xor): Likewise.  Fix up comment.
13955         (extract_bit_test_mask, optimize_range_tests_to_bit_test): New
13956         functions.
13957         (optimize_range_tests): Adjust update_range_test caller.
13958         Call optimize_range_tests_to_bit_test.
13959         (branch_fixup): New function.
13960         (execute_reassoc): Call branch_fixup.
13962         PR tree-optimization/63302
13963         * tree-ssa-reassoc.c (optimize_range_tests_xor,
13964         optimize_range_tests_diff): Use !integer_pow2p () instead of
13965         tree_log2 () < 0.
13967 2014-10-17  Martin Liska  <mliska@suse.cz>
13969         * ipa-icf.c (sem_function::merge): Local flags are set to false
13970         to enforce equal calling convention to be used.
13971         * opts.c (common_handle_option): Indentation fix.
13973 2014-10-17  Marc Glisse  <marc.glisse@inria.fr>
13975         * tree-into-ssa.c (is_old_name): Replace "new" with "old".
13977 2014-10-17  Tom de Vries  <tom@codesourcery.com>
13979         PR rtl-optimization/61605
13980         * regcprop.c (copyprop_hardreg_forward_1): Use
13981         regs_invalidated_by_this_call instead of regs_invalidated_by_call.
13983 2014-10-17  Tom de Vries  <tom@codesourcery.com>
13985         PR rtl-optimization/61605
13986         * regcprop.c (copyprop_hardreg_forward_1): Add copy_p and noop_p.
13987         Don't notice stores for noops.  Don't regard noops as copies.
13989 2014-10-17  Uros Bizjak  <ubizjak@gmail.com>
13991         * config/i386/cpuid.h (__cpuid): Remove definitions that handle %ebx
13992         register in a special way.
13993         (__cpuid_count): Ditto.
13994         * config/i386/driver-i386.h: Protect with
13995         "#if defined(__GNUC__) && (__GNUC__ >= 5 || !defined(__PIC__))".
13996         (host_detect_local_cpu): Mention that GCC with non-fixed %ebx
13997         is required to compile the function.
13999 2014-10-16  DJ Delorie  <dj@redhat.com>
14001         * flag-types.h (sanitize_code): Don't assume targets have 32-bit
14002         integers.
14004         * config/rs6000/rs6000-c.c (rid_int128): New.
14005         (rs6000_macro_to_expand): Use instead of RID_INT128.
14007 2014-10-16  Andrew MacLeod  <amacleod@redhat.com>
14009         * function.h: Flatten file.  Remove includes, adjust prototypes to
14010         reflect only what is in function.h.
14011         (enum direction, struct args_size, struct locate_and_pad_arg_data,
14012         ADD_PARM_SIZE, SUB_PARM_SIZE, ARGS_SIZE_TREE, ARGS_SIZE_RTX): Relocate
14013         from expr.h.
14014         (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Relocate from rtl.h.
14015         (optimize_function_for_size_p, optimize_function_for_speed_p): Move
14016         prototypes to predict.h.
14017         (init_varasm_status): Move prototype to varasm.h.
14018         * expr.h: Adjust include files.
14019         (enum direction, struct args_size, struct locate_and_pad_arg_data,
14020         ADD_PARM_SIZE, SUB_PARM_SIZE, ARGS_SIZE_TREE, ARGS_SIZE_RTX): Move
14021         to function.h.
14022         (locate_and_pad_parm): Move prototype to function.h.
14023         * rtl.h: (assign_stack_local, ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD,
14024         assign_stack_local_1, assign_stack_temp, assign_stack_temp_for_type,
14025         assign_temp, reposition_prologue_and_epilogue_notes,
14026         prologue_epilogue_contains, sibcall_epilogue_contains,
14027         update_temp_slot_address, maybe_copy_prologue_epilogue_insn,
14028         set_return_jump_label): Move prototypes to function.h.
14029         * predict.h (optimize_function_for_size_p,
14030         optimize_function_for_speed_p): Relocate prototypes from function.h.
14031         * shrink-wrap.h (emit_return_into_block, active_insn_between,
14032         convert_jumps_to_returns, emit_return_for_exit): Move prototypes to
14033         function.h.
14034         * varasm.h (init_varasm_status): Relocate prototype from function.h.
14035         * genattrtab.c (write_header): Add predict.h to include list.
14036         * genconditions.c (write_header): Add predict.h to include list.
14037         * genemit.c (main): Adjust header file includes.
14038         * gengtype.c (ifiles): Add flattened function.h header files.
14039         * genoutput.c (output_prologue): Add predict.h to include list.
14040         * genpreds.c (write_insn_preds_c): Adjust header file includes.
14041         * genrecog.c (write_header): Add flattened function.h header files.
14042         * alias.c: Adjust include files.
14043         * auto-inc-dec.c: Likewise.
14044         * basic-block.h: Likewise.
14045         * bb-reorder.c: Likewise.
14046         * bt-load.c: Likewise.
14047         * builtins.c: Likewise.
14048         * caller-save.c: Likewise.
14049         * calls.c: Likewise.
14050         * cfgbuild.c: Likewise.
14051         * cfgcleanup.c: Likewise.
14052         * cfgexpand.c: Likewise.
14053         * cfgloop.c: Likewise.
14054         * cfgloop.h: Likewise.
14055         * cfgrtl.c: Likewise.
14056         * cgraph.h: Likewise.
14057         * cgraphclones.c: Likewise.
14058         * cgraphunit.c: Likewise.
14059         * combine-stack-adj.c: Likewise.
14060         * combine.c: Likewise.
14061         * coverage.c: Likewise.
14062         * cprop.c: Likewise.
14063         * cse.c: Likewise.
14064         * cselib.c: Likewise.
14065         * dbxout.c: Likewise.
14066         * ddg.c: Likewise.
14067         * df-core.c: Likewise.
14068         * df-problems.c: Likewise.
14069         * df-scan.c: Likewise.
14070         * dojump.c: Likewise.
14071         * dwarf2cfi.c: Likewise.
14072         * dwarf2out.c: Likewise.
14073         * emit-rtl.c: Likewise.
14074         * except.c: Likewise.
14075         * explow.c: Likewise.
14076         * expr.c: Likewise.
14077         * final.c: Likewise.
14078         * function.c: Likewise.
14079         * gcse.c: Likewise.
14080         * gimple-fold.c: Likewise.
14081         * gimple-low.c: Likewise.
14082         * gimple-streamer.h: Likewise.
14083         * haifa-sched.c: Likewise.
14084         * ifcvt.c: Likewise.
14085         * ira.c: Likewise.
14086         * jump.c: Likewise.
14087         * lcm.c: Likewise.
14088         * loop-invariant.c: Likewise.
14089         * lra-assigns.c: Likewise.
14090         * lra-coalesce.c: Likewise.
14091         * lra-constraints.c: Likewise.
14092         * lra-eliminations.c: Likewise.
14093         * lra-lives.c: Likewise.
14094         * lra-spills.c: Likewise.
14095         * lra.c: Likewise.
14096         * lto-cgraph.c: Likewise.
14097         * lto-section-in.c: Likewise.
14098         * lto-section-out.c: Likewise.
14099         * lto-streamer-in.c: Likewise.
14100         * lto-streamer-out.c: Likewise.
14101         * mode-switching.c: Likewise.
14102         * modulo-sched.c: Likewise.
14103         * omp-low.c: Likewise.
14104         * optabs.c: Likewise.
14105         * passes.c: Likewise.
14106         * postreload-gcse.c: Likewise.
14107         * postreload.c: Likewise.
14108         * predict.c: Likewise.
14109         * profile.c: Likewise.
14110         * recog.c: Likewise.
14111         * ree.c: Likewise.
14112         * reg-stack.c: Likewise.
14113         * regcprop.c: Likewise.
14114         * reginfo.c: Likewise.
14115         * regrename.c: Likewise.
14116         * reload.c: Likewise.
14117         * reload1.c: Likewise.
14118         * reorg.c: Likewise.
14119         * resource.c: Likewise.
14120         * rtlanal.c: Likewise.
14121         * sched-deps.c: Likewise.
14122         * sched-ebb.c: Likewise.
14123         * sched-rgn.c: Likewise.
14124         * sel-sched-dump.c: Likewise.
14125         * sel-sched-ir.c: Likewise.
14126         * sel-sched.c: Likewise.
14127         * shrink-wrap.c: Likewise.
14128         * simplify-rtx.c: Likewise.
14129         * statistics.c: Likewise.
14130         * stmt.c: Likewise.
14131         * stor-layout.c: Likewise.
14132         * store-motion.c: Likewise.
14133         * symtab.c: Likewise.
14134         * targhooks.c: Likewise.
14135         * toplev.c: Likewise.
14136         * trans-mem.c: Likewise.
14137         * tree-cfg.c: Likewise.
14138         * tree-cfgcleanup.c: Likewise.
14139         * tree-dfa.c: Likewise.
14140         * tree-eh.c: Likewise.
14141         * tree-inline.c: Likewise.
14142         * tree-into-ssa.c: Likewise.
14143         * tree-nested.c: Likewise.
14144         * tree-nrv.c: Likewise.
14145         * tree-profile.c: Likewise.
14146         * tree-ssa-alias.c: Likewise.
14147         * tree-ssa-ccp.c: Likewise.
14148         * tree-ssa-copy.c: Likewise.
14149         * tree-ssa-copyrename.c: Likewise.
14150         * tree-ssa-dom.c: Likewise.
14151         * tree-ssa-operands.c: Likewise.
14152         * tree-ssa-propagate.c: Likewise.
14153         * tree-ssa-structalias.c: Likewise.
14154         * tree-ssa-tail-merge.c: Likewise.
14155         * tree-ssa-threadedge.c: Likewise.
14156         * tree-ssa-threadupdate.c: Likewise.
14157         * tree-ssa-uncprop.c: Likewise.
14158         * tree-ssa-uninit.c: Likewise.
14159         * tree-ssa.c: Likewise.
14160         * tree-stdarg.c: Likewise.
14161         * tree-tailcall.c: Likewise.
14162         * tree.c: Likewise.
14163         * tsan.c: Likewise.
14164         * valtrack.c: Likewise.
14165         * varasm.c: Likewise.
14166         * vmsdbgout.c: Likewise.
14167         * web.c: Likewise.
14168         * config/aarch64/aarch64.c: Add flattened includes from function.h.
14169         * config/alpha/alpha.c: Likewise.
14170         * config/arc/arc.c: Likewise.
14171         * config/arm/arm.c: Likewise.
14172         * config/avr/avr-log.c: Likewise.
14173         * config/avr/avr.c: Likewise.
14174         * config/bfin/bfin.c: Likewise.
14175         * config/c6x/c6x.c: Likewise.
14176         * config/cr16/cr16.c: Likewise.
14177         * config/cris/cris.c: Likewise.
14178         * config/darwin.c: Likewise.
14179         * config/epiphany/epiphany.c: Likewise.
14180         * config/epiphany/mode-switch-use.c: Likewise.
14181         * config/epiphany/resolve-sw-modes.c: Likewise.
14182         * config/fr30/fr30.c: Likewise.
14183         * config/frv/frv.c: Likewise.
14184         * config/h8300/h8300.c: Likewise.
14185         * config/i386/i386.c: Likewise.
14186         * config/ia64/ia64.c: Likewise.
14187         * config/iq2000/iq2000.c: Likewise.
14188         * config/lm32/lm32.c: Likewise.
14189         * config/m32c/m32c.c: Likewise.
14190         * config/m32r/m32r.c: Likewise.
14191         * config/m68k/m68k.c: Likewise.
14192         * config/mcore/mcore.c: Likewise.
14193         * config/mep/mep-pragma.c: Likewise.
14194         * config/mep/mep.c: Likewise.
14195         * config/microblaze/microblaze.c: Likewise.
14196         * config/mips/mips.c: Likewise.
14197         * config/mmix/mmix.c: Likewise.
14198         * config/mn10300/mn10300.c: Likewise.
14199         * config/moxie/moxie.c: Likewise.
14200         * config/msp430/msp430.c: Likewise.
14201         * config/nds32/nds32-cost.c: Likewise.
14202         * config/nds32/nds32-fp-as-gp.c: Likewise.
14203         * config/nds32/nds32-intrinsic.c: Likewise.
14204         * config/nds32/nds32-isr.c: Likewise.
14205         * config/nds32/nds32-md-auxiliary.c: Likewise.
14206         * config/nds32/nds32-memory-manipulation.c: Likewise.
14207         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
14208         * config/nds32/nds32-predicates.c: Likewise.
14209         * config/nds32/nds32.c: Likewise.
14210         * config/nios2/nios2.c: Likewise.
14211         * config/pa/pa.c: Likewise.
14212         * config/pdp11/pdp11.c: Likewise.
14213         * config/rl78/rl78.c: Likewise.
14214         * config/rs6000/rs6000.c: Likewise.
14215         * config/rx/rx.c: Likewise.
14216         * config/s390/s390.c: Likewise.
14217         * config/score/score.c: Likewise.
14218         * config/sh/sh.c: Likewise.
14219         * config/sparc/sparc.c: Likewise.
14220         * config/spu/spu.c: Likewise.
14221         * config/stormy16/stormy16.c: Likewise.
14222         * config/tilegx/tilegx.c: Likewise.
14223         * config/tilepro/tilepro.c: Likewise.
14224         * config/v850/v850.c: Likewise.
14225         * config/vax/vax.c: Likewise.
14226         * config/xtensa/xtensa.c: Likewise.
14228 2014-10-16  Richard Earnshaw  <rearnsha@arm.com>
14230         * config/aarch64/aarch64.c (aarch64_legitimize_address): New function.
14231         (TARGET_LEGITIMIZE_ADDRESS): Redefine.
14233 2014-10-16  Oleg Endo  <olegendo@gcc.gnu.org>
14235         * config/sh/sh-protos.h (fldi_ok): Remove.
14236         * config/sh/sh.c (fldi_ok): Likewise.
14237         (sh_secondary_reload): Don't use fldi_ok.
14238         * config/sh/constraints.md (G constraint, H constraint): Don't use
14239         fldi_ok.
14241 2014-10-16  Martin Liska  <mliska@suse.cz>
14243         * ipa-icf.c (sem_item_optimizer::process_cong_reduction):
14244         Cast to unsigned long.
14245         (sem_item_optimizer::dump_cong_classes): Likewise.
14247 2014-10-16  Tom de Vries  <tom@codesourcery.com>
14249         * tree-into-ssa.c (update_ssa): Assert that there's no ssa use operand
14250         with SSA_NAME_IN_FREELIST.
14252 2014-10-16  Richard Biener  <rguenther@suse.de>
14254         PR middle-end/63554
14255         * builtins.c (fold_builtin_4): Do not call fold_builtin_strncat_chk.
14256         (fold_builtin_strncat_chk): Move ...
14257         * gimple-fold.c (gimple_fold_builtin_strncat_chk): ... here.
14258         (gimple_fold_builtin): Call gimple_fold_builtin_strncat_chk.
14260 2014-10-16  Oleg Endo  <olegendo@gcc.gnu.org>
14262         PR target/59401
14263         * config/sh/sh.h (CALL_REALLY_USED_REGISTERS): Expand macro and set
14264         GBR to 0.
14266 2014-10-16  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14267             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14268             Anna Tikhonova  <anna.tikhonova@intel.com>
14269             Ilya Tocar  <ilya.tocar@intel.com>
14270             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14271             Ilya Verbin  <ilya.verbin@intel.com>
14272             Kirill Yukhin  <kirill.yukhin@intel.com>
14273             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14275         * config/i386/i386.c (ix86_expand_mul_widen_hilo): Handle V32HI, V16SI,
14276         V64QI modes.
14278 2014-10-16  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14279             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14280             Anna Tikhonova  <anna.tikhonova@intel.com>
14281             Ilya Tocar  <ilya.tocar@intel.com>
14282             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14283             Ilya Verbin  <ilya.verbin@intel.com>
14284             Kirill Yukhin  <kirill.yukhin@intel.com>
14285             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14287         * config/i386/i386.c (ix86_expand_vector_set): Handle V8DF, V8DI, V16SF,
14288         V16SI, V32HI, V64QI modes.
14290 2014-10-16  Oleg Endo  <olegendo@gcc.gnu.org>
14292         PR target/53513
14293         * config/sh/sh-protos.h (emit_sf_insn, emit_df_insn, expand_sf_unop,
14294         expand_sf_binop, expand_df_unop, expand_df_binop): Remove.
14296         * config/sh/sh.c (sh_emit_set_t_insn): Adjust generated insn pattern
14297         to match fp insn patterns.
14298         (calc_live_regs): Add FPSCR_MODES_REG and FPSCR_STAT_REG to the ignore
14299         list.
14300         (emit_sf_insn, emit_df_insn, expand_sf_unop, expand_sf_binop,
14301         expand_df_unop, expand_df_binop): Remove.
14302         (sh_conditional_register_usage): Mark FPSCR_MODES_REG and
14303         FPSCR_STAT_REG as not call clobbered.
14304         (sh_emit_mode_set): Emit fpscr store-modify-load sequence instead of
14305         invoking fpscr_set_from_mem.
14307         * config/sh/sh.h (MAX_REGISTER_NAME_LENGTH): Increase to 6.
14308         (SH_REGISTER_NAMES_INITIALIZER): Add names for FPSCR_MODES_REG and
14309         FPSCR_STAT_REG.
14310         (REGISTER_NAMES): Adjust.
14311         (SPECIAL_REGISTER_P): Add FPSCR_MODES_REG and FPSCR_STAT_REG.
14312         (FIRST_PSEUDO_REGISTER): Increase to 156.
14313         (DWARF_FRAME_REGISTERS): Define as 153 to keep the original value.
14314         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add FPSCR_MODES_REG and
14315         FPSCR_STAT_REG.
14316         (REG_CLASS_CONTENTS): Adjust ALL_REGS bit mask to include
14317         FPSCR_MODES_REG and FPSCR_STAT_REG.
14318         (REG_ALLOC_ORDER): Add FPSCR_MODES_REG and FPSCR_STAT_REG.
14320         * config/sh/sh.md (FPSCR_MODES_REG, FPSCR_STAT_REG, FPSCR_PR,
14321         FPSCR_SZ): Add new constants.
14322         (UNSPECV_FPSCR_MODES, UNSPECV_FPSCR_STAT): Add new unspecv constants.
14324         (movpsi): Use TARGET_FPU_ANY condition, invoke gen_fpu_switch.
14325         (fpu_switch): Add use and set of FPSCR_STAT_REG and FPSCR_MODES_REG.
14326         Use TARGET_FPU_ANY condition.
14327         (fpu_switch peephole2): Remove.
14328         (fpu_switch split): Use simple_mem_operand to capture the mem and
14329         adjust split implementation.
14330         (extend_psi_si, truncate_si_psi): New insns.
14331         (toggle_sz, toggle_pr): Use FPSCR_SZ, FPSCR_PR constants.  Add
14332         set of FPSCR_MODES_REG.
14334         (push_e, push_4, pop_e, pop_4, movdf_i4, reload_indf__frn, movsf_ie,
14335         reload_insf__frn, force_mode_for_call, calli, calli_tbr_rel,
14336         calli_pcrel, call_pcrel, call_compact, call_compact_rettramp,
14337         call_valuei, call_valuei_tbr_rel, call_valuei_pcrel, call_value_pcrel,
14338         call_value_compact, call_value_compact_rettramp, call,
14339         call_pop_compact, call_pop_compact_rettramp, call_value, sibcalli,
14340         sibcalli_pcrel, sibcalli_thunk, sibcall_pcrel, sibcall_compact,
14341         sibcall, sibcall_valuei, sibcall_valuei_pcrel, sibcall_value_pcrel,
14342         sibcall_value_compact, sibcall_value, call_value_pop_compact,
14343         call_value_pop_compact_rettramp, various unnamed splits):
14344         Replace use of FPSCR_REG with use of FPSCR_MODES_REG.  Adjust gen_*
14345         function uses.
14347         (floatsisf2_i4, *floatsisf2_ie): Merge into floatsisf2_i4.
14348         (fix_truncsfsi2_i4, *fixsfsi): Merge into fix_truncsfsi2_i4.
14349         (cmpgtsf_t, cmpgtsf_t_i4): Merge into cmpgtsf_t.
14350         (cmpeqsf_t, cmpeqsf_t_i4): Merge into cmpeqsf_t.
14351         (ieee_ccmpeqsf_t, *ieee_ccmpeqsf_t_4): Merge into ieee_ccmpeqsf_t.
14353         (udivsi3_i4, divsi3_i4, addsf3_i, subsf3_i, mulsf3_i, fmasf4_i,
14354         *fmasf4, divsf3_i, floatsisf2_i4, fix_truncsfsi2_i4, cmpgtsf_t,
14355         cmpeqsf_t, ieee_ccmpeqsf_t, sqrtsf2_i, rsqrtsf2, fsca, adddf3_i,
14356         subdf3_i, muldf3_i, divdf3_i, floatsidf2_i, fix_truncdfsi2_i,
14357         cmpgtdf_t, cmpeqdf_t, *ieee_ccmpeqdf_t, sqrtdf2_i, extendsfdf2_i4,
14358         truncdfsf2_i4): Replace use of FPSCR_REG with clobber of FPSCR_STAT_REG
14359         and use of FPSCR_MODES_REG.  Adjust gen_* function uses.
14361 2014-10-16  Martin Liska  <mliska@suse.cz>
14362             Jan Hubicka  <hubicka@ucw.cz>
14364         * Makefile.in: New object files included.
14365         * cgraph.c (cgraph_node::dump): New cgraph_node flag icf_merged
14366         is printed.
14367         (verify_edge_corresponds_to_fndecl): More sensitive verification
14368         of nodes that are merged by IPA ICF.
14369         * cgraph.h (cgraph_node::num_references): New function.
14370         * cgraphunit.c (cgraph_node::expand_thunk): White space fixed.
14371         * common.opt: New options ipa-icf, ipa-icf-functions and
14372         ipa-icf-variables introduced.
14373         * doc/invoke.texi: Documentation of new options introduced.
14374         * ipa-icf-gimple.c: New file.
14375         * ipa-icf-gimple.h: New file.
14376         * ipa-icf.c: New file.
14377         * ipa-icf.h: New file.
14378         * lto-cgraph.c (lto_output_node): Streaming of icf_merged flag added.
14379         (input_overwrite_node): Likewise.
14380         * lto-section-in.c: New icf section added.
14381         * lto-streamer.h (enum lto_section_type): Likewise.
14382         * opts.c (common_handle_option): New option added.
14383         * passes.def: New pass included.
14384         * timevar.def: Time variable for IPA ICF added.
14385         * tree-pass.h: New IPA ICF pass entry point added.
14387 2014-10-16  Richard Biener  <rguenther@suse.de>
14389         PR tree-optimization/63168
14390         * tree-cfg.c (gimple_can_merge_blocks_p): Only protect
14391         latches if after merging they are no longer simple.
14392         * cfghooks.c (merge_blocks): Handle merging a latch block
14393         into another block.
14395 2014-10-16  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14396             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14397             Anna Tikhonova  <anna.tikhonova@intel.com>
14398             Ilya Tocar  <ilya.tocar@intel.com>
14399             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14400             Ilya Verbin  <ilya.verbin@intel.com>
14401             Kirill Yukhin  <kirill.yukhin@intel.com>
14402             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14404         * config/i386/sse.md
14405         (define_expand "floatuns<sseintvecmodelower><mode>2"): Extend to
14406         support AVX-512VL instructions.
14408 2014-10-16  DJ Delorie  <dj@redhat.com>
14410         * tree-core.h: Fix comment to not assume pointers are multiples of
14411         bytes.
14413 2014-10-15  Tom Tromey  <tromey@redhat.com>
14415         * timevar.h (class auto_timevar): New class.
14417 2014-10-15  Uros Bizjak  <ubizjak@gmail.com>
14419         PR go/59432
14420         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
14421         Remove the second alternative.
14422         (regprefix): Remove mode attribute.
14423         (atomic_compare_and_swap<mode>): Do not fixup operand 2.
14424         * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): Remove.
14426         Revert:
14427         2013-11-05  Ian Lance Taylor  <iant@google.com>
14429         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
14430         If possible, add .cfi directives to record change to bx.
14431         * config/i386/i386.c (ix86_emit_cfi): New function.
14432         * config/i386/i386-protos.h (ix86_emit_cfi): Declare.
14434 2014-10-15  Jan Hubicka  <hubicka@ucw.cz>
14436         PR lto/62026
14437         * cgraphclones.c (duplicate_thunk_for_node): Get body to have args
14438         to duplicate.
14439         * lto-streamer-out.c (lto_output): Handle correctly thunks that was
14440         born at WPA time.
14442 2014-10-15  Vladimir Makarov  <vmakarov@redhat.com>
14444         PR rtl-optimization/63448
14445         * lra-int.h (LRA_MAX_CONSTRAINT_ITERATION_NUMBER): Remove.
14446         (LRA_MAX_ASSIGNMENT_ITERATION_NUMBER): New.
14447         (LRA_MAX_INHERITANCE_PASSES): Use it.
14448         (lra_constraint_iter_after_spill): Remove.
14449         (lra_assignment_iter): New.
14450         (lra_assignment_iter_after_spill): New.
14451         * lra-assigns.c (lra_assignment_iter): New.
14452         (lra_assignment_iter_after_spill): New.
14453         (former_reload_pseudo_spill_p): New.
14454         (spill_for): Set up former_reload_pseudo_spill_p.
14455         (setup_live_pseudos_and_spill_after_risky): Ditto.
14456         (assign_by_spills): Ditto.
14457         (lra_assign): Increment lra_assignment_iter.  Print the iteration
14458         number.  Reset former_reload_pseudo_spill_p.  Check
14459         lra_assignment_iter_after_spill.
14460         * lra.c (lra): Remove lra_constraint_iter_after_spill.  Initialize
14461         lra_assignment_iter and lra_assignment_iter_after_spill.
14462         * lra-constraints.c (lra_constraint_iter_after_spill): Remove.
14463         (lra_constraints): Remove code with
14464         lra_assignment_iter_after_spill.
14466 2014-10-15  Teresa Johnson  <tejohnson@google.com>
14468         PR bootstrap/63432
14469         * tree-ssa-threadupdate.c (recompute_probabilities): Better
14470         overflow checking.
14472 2014-10-15  Renlin Li <renlin.li@arm.com>
14474         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
14475         __ARM_BIG_ENDIAN, __ARM_SIZEOF_MINIMAL_ENUM. Add __ARM_64BIT_STATE,
14476         __ARM_ARCH_ISA_A64, __ARM_FEATURE_CLZ, __ARM_FEATURE_IDIV,
14477         __ARM_FEATURE_UNALIGNED, __ARM_PCS_AAPCS64, __ARM_SIZEOF_WCHAR_T.
14479 2014-10-15  Richard Biener  <rguenther@suse.de>
14481         * gimple-fold.c (gimple_fold_call): Properly keep virtual
14482         SSA form up-to-date when devirtualizing a call to
14483         __builtin_unreachable and avoid fixing up EH info here.
14485 2014-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14486             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14487             Anna Tikhonova  <anna.tikhonova@intel.com>
14488             Ilya Tocar  <ilya.tocar@intel.com>
14489             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14490             Ilya Verbin  <ilya.verbin@intel.com>
14491             Kirill Yukhin  <kirill.yukhin@intel.com>
14492             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14494         * config/i386/sse.md (define_mode_iterator VI_AVX2): Extend
14495         to support AVX-512BW.
14496         (define_mode_iterator VI124_AVX2_48_AVX512F): Remove.
14497         (define_expand "<plusminus_insn><mode>3"): Remove masking support.
14498         (define_insn "*<plusminus_insn><mode>3"): Ditto.
14499         (define_expand "<plusminus_insn><VI48_AVX512VL:mode>3_mask"): New.
14500         (define_expand "<plusminus_insn><VI12_AVX512VL:mode>3_mask"): Ditto.
14501         (define_insn "*<plusminus_insn><VI48_AVX512VL:mode>3_mask"): Ditto.
14502         (define_insn "*<plusminus_insn><VI12_AVX512VL:mode>3_mask"): Ditto.
14503         (define_expand "<sse2_avx2>_andnot<mode>3"): Remove masking support.
14504         (define_insn "*andnot<mode>3"): Ditto.
14505         (define_expand "<sse2_avx2>_andnot<VI48_AVX512VL:mode>3_mask"): New.
14506         (define_expand "<sse2_avx2>_andnot<VI12_AVX512VL:mode>3_mask"): Ditto.
14507         (define_insn "*andnot<VI48_AVX512VL:mode>3<mask_name>"): Ditto.
14508         (define_insn "*andnot<VI12_AVX512VL:mode>3<mask_name>"): Ditto.
14509         (define_insn "*abs<mode>2"): Remove masking support.
14510         (define_insn "abs<VI48_AVX512VL:mode>2_mask"): New.
14511         (define_insn "abs<VI12_AVX512VL:mode>2_mask"): Ditto.
14512         (define_expand "abs<mode>2"): Use VI_AVX2 mode iterator.
14514 2014-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14515             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14516             Anna Tikhonova  <anna.tikhonova@intel.com>
14517             Ilya Tocar  <ilya.tocar@intel.com>
14518             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14519             Ilya Verbin  <ilya.verbin@intel.com>
14520             Kirill Yukhin  <kirill.yukhin@intel.com>
14521             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14523         * config/i386/predicates.md (define_predicate "constm1_operand"): New.
14524         * config/i386/sse.md
14525         (define_c_enum "unspec"): Add UNSPEC_CVTINT2MASK.
14526         (define_insn "<avx512>_cvt<ssemodesuffix>2mask<VI12_AVX512VL:mode>"): New.
14527         (define_insn "<avx512>_cvt<ssemodesuffix>2mask<VI48_AVX512VL:mode>"): Ditto.
14528         (define_expand "<avx512>_cvtmask2<ssemodesuffix><VI12_AVX512VL:mode>"): Ditto.
14529         (define_insn "*<avx512>_cvtmask2<ssemodesuffix><VI12_AVX512VL:mode>"): Ditto.
14530         (define_expand "<avx512>_cvtmask2<ssemodesuffix><VI48_AVX512VL:mode>"): Ditto.
14531         (define_insn "*<avx512>_cvtmask2<ssemodesuffix><VI48_AVX512VL:mode>"): Ditto.
14533 2014-10-15  Renlin Li <renlin.li@arm.com>
14535         * config/aarch64/aarch64.h (ARM_DEFAULT_PCS, arm_pcs_variant): Delete.
14537 2014-10-15  Jakub Jelinek  <jakub@redhat.com>
14539         * tree-ssa-reassoc.c (optimize_range_tests_diff): Perform
14540         MINUS_EXPR in unsigned type to avoid undefined behavior.
14542 2014-10-15  Eric Botcazou  <ebotcazou@adacore.com>
14544         * stor-layout.c (self_referential_size): Do not promote arguments.
14546 2014-10-15  Marek Polacek  <polacek@redhat.com>
14548         * doc/invoke.texi: Update to reflect that GNU11 is the default
14549         mode for C.
14550         * c-common.h (c_language_kind): Update comment.
14552 2014-10-15  Richard Biener  <rguenther@suse.de>
14554         * hash-table.c: Include bconfig.h if building for the host.
14555         * hash-table.h: Do not include ggc.h on the host but just declare
14556         a few ggc allocation templates.
14558 2014-10-15  Joern Rennecke  <joern.rennecke@embecosm.com>
14559             Jeff Law  <law@redhat.com>
14561         * caller-save.c (replace_reg_with_saved_mem): If saved_mode covers
14562         multiple hard registers, use smaller mode derived from MODE.
14564 2014-10-15  Andreas Schwab  <schwab@suse.de>
14566         * explow.c (convert_memory_address_addr_space_1): Mark in_const
14567         as ATTRIBUTE_UNUSED.
14569 2014-10-14  Jan Hubicka  <hubicka@ucw.cz>
14571         * loop-unroll.c (decide_unrolling_and_peeling): Rename to
14572         (decide_unrolling): ... this one.
14573         (peel_loops_completely): Remove.
14574         (decide_peel_simple): Remove.
14575         (decide_peel_once_rolling): Remove.
14576         (decide_peel_completely): Remove.
14577         (peel_loop_simple): Remove.
14578         (peel_loop_completely): Remove.
14579         (unroll_and_peel_loops): Rename to ...
14580         (unroll_loops): ... this one; handle only unrolling.
14581         * cfgloop.h (lpt_dec): Remove LPT_PEEL_COMPLETELY and LPT_PEEL_SIMPLE.
14582         (UAP_PEEL): Remove.
14583         (unroll_and_peel_loops): Remove.
14584         (unroll_loops): New.
14585         * passes.def: Replace pass_rtl_unroll_and_peel_loops
14586         by pass_rtl_unroll_loops.
14587         * loop-init.c (gate_rtl_unroll_and_peel_loops,
14588         rtl_unroll_and_peel_loops): Rename to ...
14589         (gate_rtl_unroll_loops, rtl_unroll_loops): ... these; update.
14590         (pass_rtl_unroll_and_peel_loops): Rename to ...
14591         (pass_rtl_unroll_loops): ... this one.
14592         * tree-pass.h (make_pass_rtl_unroll_and_peel_loops): Remove.
14593         (make_pass_rtl_unroll_loops): New.
14594         * tree-ssa-loop-ivcanon.c (estimated_peeled_sequence_size,
14595         try_peel_loop): New.
14596         (canonicalize_loop_induction_variables): Update.
14598 2014-10-14  Max Filippov  <jcmvbkbc@gmail.com>
14600         * config/xtensa/xtensa.h (TARGET_HARD_FLOAT_POSTINC): new macro.
14601         * config/xtensa/xtensa.md (*lsiu, *ssiu): add dependency on
14602         !TARGET_HARD_FLOAT_POSTINC.
14603         (*lsip, *ssip): new instructions.
14605 2014-10-14  Max Filippov  <jcmvbkbc@gmail.com>
14607         * config/xtensa/xtensa.md (divsf3, *recipsf2, sqrtsf2, *rsqrtsf2):
14608         remove.
14610 2014-10-14  Andrew Pinski  <apinski@cavium.com>
14612         * explow.c (convert_memory_address_addr_space): Rename to ...
14613         (convert_memory_address_addr_space_1): This.  Add in_const argument.
14614         Inside a CONST RTL, permute the conversion and addition of constant
14615         for zero and sign extended pointers.
14616         (convert_memory_address_addr_space): New function.
14618 2014-10-14  Andrew Pinski  <apinski@cavium.com>
14620         Revert:
14621         2011-08-19  H.J. Lu  <hongjiu.lu@intel.com>
14623         PR middle-end/49721
14624         * explow.c (convert_memory_address_addr_space): Also permute the
14625         conversion and addition of constant for zero-extend.
14627 2014-10-14  DJ Delorie  <dj@redhat.com>
14629         * config/msp430/msp430-modes.def (PSI): Add.
14631         * config/msp430/msp430-protos.h (msp430_hard_regno_nregs_has_padding):
14632         New.
14633         (msp430_hard_regno_nregs_with_padding): New.
14634         * config/msp430/msp430.c (msp430_scalar_mode_supported_p): New.
14635         (msp430_hard_regno_nregs_has_padding): New.
14636         (msp430_hard_regno_nregs_with_padding): New.
14637         (msp430_unwind_word_mode): Use PSImode instead of SImode.
14638         (msp430_addr_space_legitimate_address_p): New.
14639         (msp430_asm_integer): New.
14640         (msp430_init_dwarf_reg_sizes_extra): New.
14641         (msp430_print_operand): Use X suffix for PSImode even in small model.
14642         * config/msp430/msp430.h (POINTER_SIZE): Use 20 bits, not 32.
14643         (PTR_SIZE): ...but 4 bytes for EH.
14644         (SIZE_TYPE): Use __int20.
14645         (PTRDIFF_TYPE): Likewise.
14646         (INCOMING_FRAME_SP_OFFSET): Adjust.
14647         * config/msp430/msp430.md (movqi_topbyte): New.
14648         (movpsi): Use fixed suffixes.
14649         (movsipsi2): Enable for 430X, not large model.
14650         (extendhipsi2): Likewise.
14651         (zero_extendhisi2): Likewise.
14652         (zero_extendhisipsi2): Likewise.
14653         (extend_and_shift1_hipsi2): Likewise.
14654         (extendpsisi2): Likewise.
14655         (*bitbranch<mode>4_z): Fix suffix logic.
14657 2014-10-14  Eric Botcazou  <ebotcazou@adacore.com>
14659         PR ada/62019
14660         * tree-eh.c (tree_could_trap) <FUNCTION_DECL>: Revamp and really
14661         do not choke on null node.
14662         <VAR_DECL>: Likewise.
14664 2014-10-14  DJ Delorie  <dj@redhat.com>
14666         * machmode.h (int_n_data_t): New.
14667         (int_n_enabled_p): New.
14668         (int_n_data): New.
14669         * tree.c (int_n_enabled_p): New.
14670         (int_n_trees): New.
14671         (make_or_reuse_type): Check for all __intN types, not just __int128.
14672         (build_common_tree_nodes): Likewise.  Also fill in integer_typs[]
14673         entries.
14674         * tree.h (int128_integer_type_node): Remove.
14675         (int128_unsigned_type_node): Remove.
14676         (int_n_trees_t): New.
14677         (int_n_enabled_p): New.
14678         (int_n_trees): New.
14679         * toplev.c (standard_type_bitsize): New.
14680         (do_compile): Check which __intN types are enabled for the current run.
14681         * builtin-types.def (BT_INT128): Remove.
14682         (BT_UINT128): Remove.
14683         * machmode.def: Add macro to create __int128 for all targets.
14684         * stor-layout.c (mode_for_size): Support __intN types.
14685         (smallest_mode_for_size): Likewise.
14686         (initialize_sizetypes): Support __intN types.
14687         * genmodes.c (struct mode_data): Add int_n field.
14688         (blank_mode): Likewise.
14689         (INT_N): New.
14690         (make_int_n): New.
14691         (emit_insn_modes_h): Count __intN entries and define NUM_INT_N_ENTS.
14692         (emit_mode_int_n): New.
14693         (emit_insn_modes_c): Call it.
14694         * gimple.c (gimple_signed_or_unsigned_type): Check for all __intN
14695         types, not just __int128.
14696         * tree-core.h (integer_type_kind): Remove __int128-specific
14697         entries, reserve spots for __intN entries.
14699         * config/msp430/msp430-modes.def (PSI): Add.
14701 2014-10-14  Kito Cheng  <kito@0xlab.org>
14703         * ira.c: Fix typo in comment.
14704         * ira.h: Ditto.
14705         * ira-build.c: Ditto.
14706         * ira-color.c: Ditto.
14707         * ira-emit.c: Ditto.
14708         * ira-int.h: Ditto.
14709         * ira-lives.c: Ditto.
14711 2014-10-14  Uros Bizjak  <ubizjak@gmail.com>
14713         PR rtl-optimization/63475
14714         * alias.c (true_dependence_1): Always use get_addr to extract
14715         true address operands from x_addr and mem_addr.  Use extracted
14716         address operands to check for references with alignment ANDs.
14717         Use extracted address operands with find_base_term and
14718         base_alias_check. For noncanonicalized operands call canon_rtx with
14719         extracted address operand.
14720         (write_dependence_1): Ditto.
14721         (may_alias_p): Ditto.  Remove unused calls to canon_rtx.
14723 2014-10-14  Evgeny Stupachenko  <evstupac@gmail.com>
14725         PR target/63534
14726         * config/i386/i386.c (ix86_expand_split_stack_prologue): Make
14727         __morestack local.
14729 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14730             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14731             Anna Tikhonova  <anna.tikhonova@intel.com>
14732             Ilya Tocar  <ilya.tocar@intel.com>
14733             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14734             Ilya Verbin  <ilya.verbin@intel.com>
14735             Kirill Yukhin  <kirill.yukhin@intel.com>
14736             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14738         * config/i386/i386.c
14739         (ix86_expand_sse_movcc): Handle V64QI and V32HI mode.
14740         (ix86_expand_int_vcond): Ditto.
14742 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14743             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14744             Anna Tikhonova  <anna.tikhonova@intel.com>
14745             Ilya Tocar  <ilya.tocar@intel.com>
14746             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14747             Ilya Verbin  <ilya.verbin@intel.com>
14748             Kirill Yukhin  <kirill.yukhin@intel.com>
14749             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14751         * config/i386/i386.c
14752         (emit_reduc_half): Handle V64QI and V32HI mode.
14753         * config/i386/sse.md
14754         (define_mode_iterator VI_AVX512BW): New.
14755         (define_expand "reduc_<code>_<mode>"): Use VI512_48F_12BW.
14757 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14758             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14759             Anna Tikhonova  <anna.tikhonova@intel.com>
14760             Ilya Tocar  <ilya.tocar@intel.com>
14761             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14762             Ilya Verbin  <ilya.verbin@intel.com>
14763             Kirill Yukhin  <kirill.yukhin@intel.com>
14764             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14766         * config/i386/sse.md
14767         (define_mode_iterator REDUC_SMINMAX_MODE): Add V64QI and V32HI modes.
14769 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14770             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14771             Anna Tikhonova  <anna.tikhonova@intel.com>
14772             Ilya Tocar  <ilya.tocar@intel.com>
14773             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14774             Ilya Verbin  <ilya.verbin@intel.com>
14775             Kirill Yukhin  <kirill.yukhin@intel.com>
14776             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14778         * config/i386/i386.c
14779         (ix86_expand_vector_logical_operator): Handle V16SF and V8DF modes.
14780         * config/i386/sse.md
14781         (define_mode_iterator VI): Add V64QI and V32HI modes.
14783 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14784             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14785             Anna Tikhonova  <anna.tikhonova@intel.com>
14786             Ilya Tocar  <ilya.tocar@intel.com>
14787             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14788             Ilya Verbin  <ilya.verbin@intel.com>
14789             Kirill Yukhin  <kirill.yukhin@intel.com>
14790             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14792         * config/i386/sse.md (define_mode_attr avx2_avx512f): Remove.
14794 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14795             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14796             Anna Tikhonova  <anna.tikhonova@intel.com>
14797             Ilya Tocar  <ilya.tocar@intel.com>
14798             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14799             Ilya Verbin  <ilya.verbin@intel.com>
14800             Kirill Yukhin  <kirill.yukhin@intel.com>
14801             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14803         * config/i386/sse.md
14804         (define_insn "*sse4_1_<code><mode>3<mask_name>"): Add masking.
14805         (define_insn "*sse4_1_<code><mode>3<mask_name>"): Ditto.
14807 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14808             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14809             Anna Tikhonova  <anna.tikhonova@intel.com>
14810             Ilya Tocar  <ilya.tocar@intel.com>
14811             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14812             Ilya Verbin  <ilya.verbin@intel.com>
14813             Kirill Yukhin  <kirill.yukhin@intel.com>
14814             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14816         * config/i386/sse.md
14817         (define_insn "avx512bw_umulhrswv32hi3<mask_name>"): New.
14818         (define_expand "<ssse3_avx2>_pmulhrsw<mode>3_mask"): Ditto.
14820 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14821             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14822             Anna Tikhonova  <anna.tikhonova@intel.com>
14823             Ilya Tocar  <ilya.tocar@intel.com>
14824             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14825             Ilya Verbin  <ilya.verbin@intel.com>
14826             Kirill Yukhin  <kirill.yukhin@intel.com>
14827             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14829         * config/i386/sse.md
14830         (define_c_enum "unspec"): Add UNSPEC_PMADDWD512.
14831         (define_mode_iterator VI2_AVX2): Add V32HI mode.
14832         (define_expand "mul<mode>3<mask_name>"): Add masking.
14833         (define_insn "*mul<mode>3<mask_name>"): Ditto.
14834         (define_expand "<s>mul<mode>3_highpart<mask_name>"): Ditto.
14835         (define_insn "*<s>mul<mode>3_highpart<mask_name>"): Ditto.
14836         (define_insn "avx512bw_pmaddwd512<mode><mask_name>"): New.
14837         (define_mode_attr SDOT_PMADD_SUF): Ditto.
14838         (define_expand "sdot_prod<mode>"): Add <SDOT_PMADD_SUF>.
14839         (define_insn "<sse2_avx2>_packssdw<mask_name>"): Add masking.
14840         (define_insn "*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>"): Ditto.
14841         (define_insn "avx2_packusdw"): Delete.
14842         (define_insn "sse4_1_packusdw"): Ditto.
14843         (define_insn "<sse4_1_avx2>_packusdw<mask_name>"): New.
14845 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14846             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14847             Anna Tikhonova  <anna.tikhonova@intel.com>
14848             Ilya Tocar  <ilya.tocar@intel.com>
14849             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14850             Ilya Verbin  <ilya.verbin@intel.com>
14851             Kirill Yukhin  <kirill.yukhin@intel.com>
14852             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14854         * config/i386/sse.md
14855         (define_insn "vec_dup<mode>"): Update constraints.
14857 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14858             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14859             Anna Tikhonova  <anna.tikhonova@intel.com>
14860             Ilya Tocar  <ilya.tocar@intel.com>
14861             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14862             Ilya Verbin  <ilya.verbin@intel.com>
14863             Kirill Yukhin  <kirill.yukhin@intel.com>
14864             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14866         * config/i386/sse.md
14867         (define_mode_iterator SSESCALARMODE): Add V4TI mode.
14868         (define_insn "<ssse3_avx2>_palignr<mode>_mask"): New.
14869         (define_insn "<ssse3_avx2>_palignr<mode>"): Add EVEX version.
14871 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14872             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14873             Anna Tikhonova  <anna.tikhonova@intel.com>
14874             Ilya Tocar  <ilya.tocar@intel.com>
14875             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14876             Ilya Verbin  <ilya.verbin@intel.com>
14877             Kirill Yukhin  <kirill.yukhin@intel.com>
14878             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14880         * config/i386/sse.md
14881         (define_expand "mul<mode>3<mask_name>"): Add masking.
14883 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14884             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14885             Anna Tikhonova  <anna.tikhonova@intel.com>
14886             Ilya Tocar  <ilya.tocar@intel.com>
14887             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14888             Ilya Verbin  <ilya.verbin@intel.com>
14889             Kirill Yukhin  <kirill.yukhin@intel.com>
14890             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14892         * config/i386/sse.md
14893         (define_insn "<sse2_avx2>_packsswb<mask_name>"): Add masking.
14894         (define_insn "<sse2_avx2>_packuswb<mask_name>"): Ditto.
14896 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14897             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14898             Anna Tikhonova  <anna.tikhonova@intel.com>
14899             Ilya Tocar  <ilya.tocar@intel.com>
14900             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14901             Ilya Verbin  <ilya.verbin@intel.com>
14902             Kirill Yukhin  <kirill.yukhin@intel.com>
14903             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14905         * config/i386/sse.md
14906         (define_c_enum "unspec"): Add UNSPEC_DBPSADBW, UNSPEC_PMADDUBSW512.
14907         (define_insn "avx512bw_pmaddubsw512<mode><mask_name>"): New.
14908         (define_insn "<mask_codefor>avx512bw_dbpsadbw<mode><mask_name>"):
14909         Ditto.
14911 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14912             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14913             Anna Tikhonova  <anna.tikhonova@intel.com>
14914             Ilya Tocar  <ilya.tocar@intel.com>
14915             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14916             Ilya Verbin  <ilya.verbin@intel.com>
14917             Kirill Yukhin  <kirill.yukhin@intel.com>
14918             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14920         * config/i386/sse.md
14921         (define_insn "<sse>_andnot<VF_128_256:mode>3<mask_name>"): Add masking,
14922         use VF_128_256 mode iterator and update assembler emit code.
14923         (define_insn "<sse>_andnot<VF_512:mode>3<mask_name>"): New.
14924         (define_expand "<any_logic:code><VF_128_256:mode>3<mask_name>"):
14925         Add masking, use VF_128_256 mode iterator.
14926         (define_expand "<any_logic:code><VF_512:mode>3<mask_name>"): New.
14927         (define_insn "*<any_logic:code><VF_128_256:mode>3<mask_name>"):
14928         Add masking, use VF_128_256 mode iterator and update assembler emit
14929         code.
14930         (define_insn "*<any_logic:code><VF_512:mode>3<mask_name>"): New.
14931         (define_mode_attr avx512flogicsuff): Delete.
14932         (define_insn "avx512f_<logic><mode>"): Ditto.
14933         (define_insn "*andnot<mode>3<mask_name>"): Update MODE_XI, MODE_OI,
14934         MODE_TI.
14935         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
14937 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14938             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14939             Anna Tikhonova  <anna.tikhonova@intel.com>
14940             Ilya Tocar  <ilya.tocar@intel.com>
14941             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14942             Ilya Verbin  <ilya.verbin@intel.com>
14943             Kirill Yukhin  <kirill.yukhin@intel.com>
14944             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14946         * config/i386/sse.md
14947         (define_mode_iterator VI128_128 [V16QI V8HI V2DI]): Delete.
14948         (define_expand "vashr<mode>3<mask_name>"): Add masking,
14949         use VI12_128 mode iterator.
14950         (define_expand "ashrv2di3<mask_name>"): New.
14952 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14953             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14954             Anna Tikhonova  <anna.tikhonova@intel.com>
14955             Ilya Tocar  <ilya.tocar@intel.com>
14956             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14957             Ilya Verbin  <ilya.verbin@intel.com>
14958             Kirill Yukhin  <kirill.yukhin@intel.com>
14959             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14961         * config/i386/i386.c
14962         (ix86_expand_args_builtin): Handle CODE_FOR_avx512vl_cmpv4di3_mask,
14963         CODE_FOR_avx512vl_cmpv8si3_mask, CODE_FOR_avx512vl_ucmpv4di3_mask,
14964         CODE_FOR_avx512vl_ucmpv8si3_mask, CODE_FOR_avx512vl_cmpv2di3_mask,
14965         CODE_FOR_avx512vl_cmpv4si3_mask, CODE_FOR_avx512vl_ucmpv2di3_mask,
14966         CODE_FOR_avx512vl_ucmpv4si3_mask.
14967         * config/i386/sse.md
14968         (define_insn "avx512f_ucmp<mode>3<mask_scalar_merge_name>"): Delete.
14969         "<avx512>_ucmp<VI12_AVX512VL:mode>3<mask_scalar_merge_name>"):New.
14970         (define_insn
14971         "<avx512>_ucmp<VI48_AVX512VL:mode>3<mask_scalar_merge_name>"):Ditto.
14972         (define_expand "<avx512>_eq<mode>3<mask_scalar_merge_name>"): Ditto.
14973         (define_insn "<avx512>_eq<mode>3<mask_scalar_merge_name>_1"): Ditto.
14974         (define_insn "<avx512>_gt<mode>3<mask_scalar_merge_name>"): Ditto.
14975         (define_insn "<avx512>_testm<mode>3<mask_scalar_merge_name>"): Ditto.
14976         (define_insn "<avx512>_testnm<mode>3<mask_scalar_merge_name>"): Ditto.
14978 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14979             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
14980             Anna Tikhonova  <anna.tikhonova@intel.com>
14981             Ilya Tocar  <ilya.tocar@intel.com>
14982             Andrey Turetskiy  <andrey.turetskiy@intel.com>
14983             Ilya Verbin  <ilya.verbin@intel.com>
14984             Kirill Yukhin  <kirill.yukhin@intel.com>
14985             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
14987         * config/i386/sse.md
14988         (define_expand "vec_widen_umult_even_v8si<mask_name>"): Add masking.
14989         (define_insn "*vec_widen_umult_even_v8si<mask_name>"): Ditto.
14990         (define_expand "vec_widen_umult_even_v4si<mask_name>"): Ditto.
14991         (define_insn "*vec_widen_umult_even_v4si<mask_name>"): Ditto.
14992         (define_expand "vec_widen_smult_even_v8si<mask_name>"): Ditto.
14993         (define_insn "*vec_widen_smult_even_v8si<mask_name>"): Ditto.
14994         (define_expand "sse4_1_mulv2siv2di3<mask_name>"): Ditto.
14995         (define_insn "*sse4_1_mulv2siv2di3<mask_name>"): Ditto.
14996         (define_insn "avx512dq_mul<mode>3<mask_name>"): New.
14998 2014-10-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
14999             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
15000             Anna Tikhonova  <anna.tikhonova@intel.com>
15001             Ilya Tocar  <ilya.tocar@intel.com>
15002             Andrey Turetskiy  <andrey.turetskiy@intel.com>
15003             Ilya Verbin  <ilya.verbin@intel.com>
15004             Kirill Yukhin  <kirill.yukhin@intel.com>
15005             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
15007         * config/i386/sse.md
15008         (define_insn "avx512f_blendm<mode>"): Delete.
15009         (define_insn "<avx512>_blendm<VI48_AVX512VL:mode>"): New.
15010         (define_insn "<avx512>_blendm<VI12_AVX512VL:mode>"): Ditto..
15011         (define_mode_attr cmp_imm_predicate): Add V8SF, V4DF, V8SI, V4DI, V4SF,
15012         V2DF, V4SI, V2DI, V32HI, V64QI, V16HI, V32QI, V8HI, V16QI modes.
15013         (define_insn
15014         "avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>"):
15015         Remove.
15016         (define_insn
15017         "<avx512>_cmp<VI48_AVX512VL:mode>3<mask_scalar_merge_name><round_saeonly_name>"):
15018         New.
15019         (define_insn
15020         "<avx512>_cmp<VI12_AVX512VL:mode>3<mask_scalar_merge_name><round_saeonly_name>"):
15021         Ditto.
15022         (define_insn "<mask_codefor>avx512f_vec_dup<mode><mask_name>"): Delete.
15023         (define_insn "<avx512>_vec_dup<V48_AVX512VL:mode><mask_name>"): New.
15024         (define_insn "<avx512>_vec_dup<V12_AVX512VL:mode><mask_name>"): Ditto.
15025         (define_insn "<mask_codefor>avx512f_vec_dup_gpr<mode><mask_name>"):
15026         Delete.
15027         (define_insn
15028         "<mask_codefor><avx512>_vec_dup_gpr<VI48_AVX512VL:mode><mask_name>"):
15029         New.
15030         (define_insn
15031         "<mask_codefor><avx512>_vec_dup_gpr<VI12_AVX512VL:mode><mask_name>"):
15032         Ditto.
15033         (define_insn·"<mask_codefor>avx512f_vec_dup_mem<mode><mask_name>"):
15034         Delete.
15035         (define_insn
15036         "<mask_codefor><avx512>_vec_dup_mem<VI48_AVX512VL:mode><mask_name>"):
15037         New.
15038         (define_insn
15039         "<mask_codefor><avx512>_vec_dup_mem<VI12_AVX512VL:mode><mask_name>"):
15040         Ditto.
15042 2014-10-14  Richard Biener  <rguenther@suse.de>
15044         PR tree-optimization/63512
15045         * tree-ssa-pre.c (create_expression_by_pieces): Mark stmts
15046         modified.
15048 2014-10-14  Oleg Endo  <olegendo@gcc.gnu.org>
15050         PR target/63260
15051         * config/sh/sh.md (negsf2, negsf2_i, negdf2, negdf2_i, abssf2,
15052         abssf2_i, absdf2, absdf2_i): Remove fp_mode attribute.  Remove use
15053         of FPSCR.
15054         (negsf2_i): Rename to *negsf2_i.
15055         (abssf2_i): Rename to *abssf2_i.
15056         (negdf2_i): Rename to *negdf2_i.
15057         (absdf2_i): Rename to *absdf2_i.
15059 2014-10-14  Felix Yang  <felix.yang@huawei.com>
15060             Jeff Law  <law@redhat.com>
15062         * ira.c (struct equivalence): Change member "is_arg_equivalence" and
15063         "replace" into boolean bitfields; turn member "loop_depth" into a short
15064         integer; add new member "no_equiv" and "reserved".
15065         (no_equiv): Set no_equiv of struct equivalence if register is marked
15066         as having no known equivalence.
15067         (update_equiv_regs): Check all definitions for a multiple-set
15068         register to make sure that the RHS have the same value.
15070 2014-10-13  Richard Henderson  <rth@redhat.com>
15072         * combine-stack-adj.c (no_unhandled_cfa): New.
15073         (maybe_merge_cfa_adjust): New.
15074         (combine_stack_adjustments_for_block): Use them.
15076 2014-10-13  Aldy Hernandez  <aldyh@redhat.com>
15078         * Makefile.in (TAGS): Tag ../include files.
15080 2014-10-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15082         * config/rs6000/rs6000.h (DBX_REGISTER_NUMBER): Pass format argument
15083         to rs6000_dbx_register_number.
15084         (DWARF_FRAME_REGNUM): Redefine as identity map.
15085         (DWARF2_FRAME_REG_OUT): Call rs6000_dbx_register_number.
15086         * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Update.
15087         * config/rs6000/rs6000.c (rs6000_dbx_register_number): Add format
15088         argument to handle .debug_frame and .eh_frame directly.  Always
15089         translate SPE high register numbers.  Add special treatment for CR,
15090         but only in .debug_frame.  Respect RS6000_USE_DWARF_NUMBERING.
15092         * config/rs6000/sysv.h (DBX_REGISTER_NUMBER): Do not undefine.
15093         * config/rs6000/freebsd.h (DBX_REGISTER_NUMBER): Remove.
15094         (RS6000_USE_DWARF_NUMBERING): Define.
15095         * config/rs6000/freebsd64.h (DBX_REGISTER_NUMBER): Remove.
15096         (RS6000_USE_DWARF_NUMBERING): Define.
15097         * config/rs6000/netbsd.h (DBX_REGISTER_NUMBER): Remove.
15098         (RS6000_USE_DWARF_NUMBERING): Define.
15099         * config/rs6000/lynx.h (DBX_REGISTER_NUMBER): Remove.
15100         (RS6000_USE_DWARF_NUMBERING): Define.
15101         * config/rs6000/aix.h (RS6000_USE_DWARF_NUMBERING): Define.
15102         * config/rs6000/darwin.h (RS6000_USE_DWARF_NUMBERING): Define.
15104 2014-10-13  Evgeny Stupachenko  <evstupac@gmail.com>
15106         * config/i386/i386.c (ix86_address_cost): Lower cost for
15107         when address contains GOT register.
15109 2014-10-13  Ilya Enkovich  <ilya.enkovich@intel.com>
15110             Vladimir Makarov  <vmakarov@redhat.com>
15112         PR target/8340
15113         PR middle-end/47602
15114         PR rtl-optimization/55458
15115         * config/i386/i386.c (ix86_use_pseudo_pic_reg): New.
15116         (ix86_init_pic_reg): New.
15117         (ix86_select_alt_pic_regnum): Add check on pseudo register.
15118         (ix86_save_reg): Likewise.
15119         (ix86_expand_prologue): Remove PIC register initialization
15120         now performed in ix86_init_pic_reg.
15121         (ix86_output_function_epilogue): Add check on pseudo register.
15122         (set_pic_reg_ever_alive): New.
15123         (legitimize_pic_address): Replace df_set_regs_ever_live with new
15124         set_pic_reg_ever_alive.
15125         (legitimize_tls_address): Likewise.
15126         (ix86_pic_register_p): New check.
15127         (ix86_delegitimize_address): Add check on pseudo register.
15128         (ix86_expand_call): Insert move from pseudo PIC register to ABI
15129         defined REAL_PIC_OFFSET_TABLE_REGNUM.
15130         (TARGET_INIT_PIC_REG): New.
15131         (TARGET_USE_PSEUDO_PIC_REG): New.
15132         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Return INVALID_REGNUM
15133         if pic_offset_table_rtx exists.
15134         * doc/tm.texi.in (TARGET_USE_PSEUDO_PIC_REG, TARGET_INIT_PIC_REG):
15135         Document.
15136         * doc/tm.texi: Regenerate.
15137         * function.c (assign_parms): Generate pseudo register for PIC.
15138         * init-regs.c (initialize_uninitialized_regs): Ignor pseudo PIC
15139         register.
15140         * ira-color.c (color_pass): Add check on pseudo register.
15141         * ira-emit.c (change_loop): Don't create copies for PIC pseudo
15142         register.
15143         * ira.c (split_live_ranges_for_shrink_wrap): Add check on pseudo
15144         register.
15145         (ira): Add target specific PIC register initialization.
15146         (do_reload): Keep PIC pseudo register.
15147         * lra-assigns.c (spill_for): Add checks on pseudo register.
15148         * lra-constraints.c (contains_symbol_ref_p): New.
15149         (lra_constraints): Enable lra risky transformations when PIC is pseudo
15150         register.
15151         * shrink-wrap.c (try_shrink_wrapping): Add check on pseudo register.
15152         * target.def (use_pseudo_pic_reg): New.
15153         (init_pic_reg): New.
15155 2014-10-13  Evgeny Stupachenko  <evstupac@gmail.com>
15157         * config/i386/x86-tune.def (X86_TUNE_SSE_PARTIAL_REG_DEPENDENCY):
15158         Remove m_SILVERMONT and m_INTEL from the tune.
15160 2014-10-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15162         PR libfortran/63471
15163         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
15164         when _HPUX_SOURCE is defined.
15166 2014-10-13  Jan Hubicka  <hubicka@ucw.cz>
15168         PR tree-optimization/62127
15169         * tree.c (remap_type_1): When remapping array, remap
15170         also its type.
15172 2014-10-13  Christophe Lyon  <christophe.lyon@linaro.org>
15174         * Makefile.in: (check-%): Update comment, as RUNTESTFLAGS no
15175         longer impact parallelization.
15177 2014-10-13  Jan Hubicka  <hubicka@ucw.cz>
15179         PR bootstrap/63496
15180         * ipa-polymorphic-call.c (extr_type_from_vtbl_ptr_store): Fix pasto.
15182 2014-10-13  Marat Zakirov  <m.zakirov@samsung.com>
15184         * asan.c (instrument_derefs): BIT_FIELD_REF added.
15186 2014-10-13  Richard Biener  <rguenther@suse.de>
15188         PR tree-optimization/63419
15189         * gimple-fold.h (gimple_convert): New function.
15190         * gimple-fold.c (gimple_convert): Likewise.
15191         * tree-ssa-pre.c (create_expression_by_pieces): Use gimple_convert
15192         to split out required conversions early.
15194 2014-10-13  Richard Sandiford  <richard.sandiford@arm.com>
15196         * rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to_queue):
15197         Add the parts of an insn in reverse order, with the pattern at
15198         the top of the queue.  Detect when we're iterating over a SEQUENCE
15199         pattern and in that case just consider patterns of subinstructions.
15201 2014-10-12  Oleg Endo  <olegendo@gcc.gnu.org>
15203         PR target/59401
15204         * config/sh/sh-protos (sh_find_equiv_gbr_addr): Use rtx_insn* instead
15205         of rtx.
15206         * config/sh/sh.c (sh_find_equiv_gbr_addr): Use def chains instead of
15207         insn walking.
15208         (sh_find_equiv_gbr_addr): Do nothing if input mem is already a GBR
15209         address.  Use def chains to handle GBR clobbering call insns.
15211 2014-10-12  Trevor Saunders  <tsaunders@mozilla.com>
15213         * asan.c, cfgloop.c, cfgloop.h, cgraph.c, cgraph.h,
15214         config/darwin.c, config/m32c/m32c.c, config/mep/mep.c,
15215         config/mips/mips.c, config/rs6000/rs6000.c, dwarf2out.c,
15216         function.c, function.h, gimple-ssa.h, libfuncs.h, optabs.c,
15217         output.h, rtl.h, sese.c, symtab.c, tree-cfg.c, tree-dfa.c,
15218         tree-ssa.c, varasm.c: Use hash-table instead of hashtab.
15219         * doc/gty.texi (for_user): Document new option.
15220         * gengtype.c (create_user_defined_type): Don't try to get a struct for
15221         char.
15222         (walk_type): Don't error out on for_user option.
15223         (write_func_for_structure): Emit user marking routines if requested by
15224         for_user option.
15225         (write_local_func_for_structure): Likewise.
15226         (main): Mark types with for_user option as used.
15227         * ggc.h (gt_pch_nx): Add overload for unsigned int.
15228         * hash-map.h (hash_map::hash_entry::pch_nx_helper): AddOverloads.
15229         * hash-table.h (ggc_hasher): New struct.
15230         (hash_table::create_ggc): New function.
15231         (gt_pch_nx): New overload for hash_table.
15233 2014-10-11  Oleg Endo  <olegendo@gcc.gnu.org>
15235         * config/sh/sh.h (TARGET_SH4A_ARCH): Remove macro.
15236         * config/sh/sh.h: Replace uses of TARGET_SH4A_ARCH with TARGET_SH4A.
15237         * config/sh/sh.c: Likewise.
15238         * config/sh/sh-mem.cc: Likewise.
15239         * config/sh/sh.md: Likewise.
15240         * config/sh/predicates.md: Likewise.
15241         * config/sh/sync.md: Likewise.
15243 2014-10-11  Martin Liska  <mliska@suse.cz>
15245         PR middle-end/63376
15246         * cgraphunit.c (symbol_table::process_new_functions): Missing call
15247         for call_cgraph_insertion_hooks added.
15249 2014-10-10  Jakub Jelinek  <jakub@redhat.com>
15251         PR c/63495
15252         * stor-layout.c (min_align_of_type): Don't decrease alignment
15253         through BIGGEST_FIELD_ALIGNMENT or ADJUST_FIELD_ALIGN if
15254         TYPE_USER_ALIGN is set.
15256 2014-10-10  Uros Bizjak  <ubizjak@gmail.com>
15258         PR rtl-optimization/63483
15259         * alias.c (true_dependence_1): Do not exit early for MEM_READONLY_P
15260         references when alignment ANDs are involved.
15261         (write_dependence_p): Ditto.
15262         (may_alias_p): Ditto.
15264 2014-10-10  Marek Polacek  <polacek@redhat.com>
15266         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.
15267         * doc/invoke.texi: Document -fsanitize=object-size.
15268         * flag-types.h (enum sanitize_code): Add SANITIZE_OBJECT_SIZE and
15269         or it into SANITIZE_UNDEFINED.
15270         * gimple-fold.c (gimple_fold_call): Optimize IFN_UBSAN_OBJECT_SIZE.
15271         * internal-fn.c (expand_UBSAN_OBJECT_SIZE): New function.
15272         * internal-fn.def (UBSAN_OBJECT_SIZE): Define.
15273         * opts.c (common_handle_option): Handle -fsanitize=object-size.
15274         * ubsan.c: Include tree-object-size.h.
15275         (ubsan_type_descriptor): Call tree_to_uhwi instead of tree_to_shwi.
15276         (ubsan_expand_bounds_ifn): Use false instead of 0.
15277         (ubsan_expand_objsize_ifn): New function.
15278         (instrument_object_size): New function.
15279         (pass_ubsan::execute): Add object size instrumentation.
15280         * ubsan.h (ubsan_expand_objsize_ifn): Declare.
15282 2014-10-10  Richard Henderson  <rth@redhat.com>
15284         PR target/63404
15285         * shrink-wrap.c (move_insn_for_shrink_wrap): Don't use single_set.
15286         Restrict the set of expressions we're willing to move.
15288 2014-10-10  Jeff Law  <law@redhat.com>
15290         * ira.c (struct equivalence): Promote INIT_INSNs field to
15291         an rtx_insn_list.  Add comments.
15292         (no_equiv): Promote LIST to an rtx_insn_list.  Update
15293         testing for and creating the special marker.  Use methods
15294         to extract the insn and next pointers.  Promote INSN to an
15295         rtx_insn.
15296         (update_equiv_regs): Update test for special marker in the
15297         INIT_INSNs list.
15299 2014-10-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15301         * configure.ac: Add --enable-fix-cortex-a53-835769 option.
15302         * configure: Regenerate.
15303         * config/aarch64/aarch64.c (aarch64_override_options): Handle
15304         TARGET_FIX_ERR_A53_835769_DEFAULT.
15305         * config/aarch64/aarch64.opt (mfix-cortex-a53-835769): Set Init
15306         value to 2.
15307         * doc/install.texi (aarch64*-*-*): Document
15308         new --enable-fix-cortex-a53-835769 option.
15310 2014-10-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15311             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15313         * config/aarch64/aarch64.h (FINAL_PRESCAN_INSN): Define.
15314         (ADJUST_INSN_LENGTH): Define.
15315         * config/aarch64/aarch64.opt (mfix-cortex-a53-835769): New option.
15316         * config/aarch64/aarch64.c (is_mem_p): New function.
15317         (is_memory_op): Likewise.
15318         (aarch64_prev_real_insn): Likewise.
15319         (is_madd_op): Likewise.
15320         (dep_between_memop_and_curr): Likewise.
15321         (aarch64_madd_needs_nop): Likewise.
15322         (aarch64_final_prescan_insn): Likewise.
15323         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-835769
15324         and -mno-fix-cortex-a53-835769 options.
15326 2014-10-10  Jakub Jelinek  <jakub@redhat.com>
15328         PR tree-optimization/63464
15329         * tree-switch-conversion.c (struct case_bit_test): Remove
15330         hi and lo fields, add wide_int mask field.
15331         (emit_case_bit_tests): Add MAXVAL argument, rewrite uses of
15332         hi/lo fields into wide_int mask operations, optimize by pretending
15333         minval to be 0 if maxval is small enough.
15334         (process_switch): Adjust caller.
15336 2014-10-10  Richard Biener  <rguenther@suse.de>
15338         PR tree-optimization/63379
15339         * tree-vect-slp.c (vect_get_constant_vectors): Do not compute
15340         a neutral operand for min/max when it is not a reduction chain.
15342 2014-10-10  Richard Biener  <rguenther@suse.de>
15344         PR tree-optimization/63476
15345         * tree-ssa-pre.c (struct bb_bitmap_sets): Add vop_on_exit member.
15346         (BB_LIVE_VOP_ON_EXIT): New define.
15347         (create_expression_by_pieces): Assign VUSEs to stmts.
15348         (compute_avail): Track BB_LIVE_VOP_ON_EXIT.
15349         (pass_pre::execute): Assert virtual SSA form is up-to-date
15350         after insertion.
15352 2014-10-10  Eric Botcazou  <ebotcazou@adacore.com>
15354         * lra-assigns.c (assign_by_spills): Error out on spill failure.
15356 2014-10-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
15358         * pa-polymorphic-call.c (check_stmt_for_type_change): Move
15359         assertion.
15361 2014-10-09  Richard Biener  <rguenther@suse.de>
15363         PR tree-optimization/63380
15364         * tree-ssa-tail-merge.c (stmt_local_def): Exclude stmts that
15365         may trap.
15367 2014-10-09  Joern Rennecke  <joern.rennecke@embecosm.com>
15369         * config/avr/avr.opt (mmcu=): Change to have a string value.
15370         (mn-flash=, mskip-bug, march=, mrmw): New options.
15371         (HeaderInclude): New.
15372         (mmcu=): Remove Var / Init clauses.
15373         * config/avr/avr.h (DRIVER_SELF_SPECS): Translate -mmcu into a
15374         -specs option.
15375         (SYMBOL_FLAG_IO, SYMBOL_FLAG_ADDRESS): Define.
15376         (ASM_OUTPUT_ALIGNED_BSS): Use avr_asm_asm_output_aligned_bss.
15377         (SYMBOL_FLAG_IO_LOW): Define.
15378         (avr_device_to_as, avr_device_to_ld): Don't declare.
15379         (avr_device_to_data_start, avr_device_to_startfiles): Likewise.
15380         (avr_device_to_devicelib, avr_device_to_sp8): Likewise.
15381         (EXTRA_SPEC_FUNCTIONS): Don't define.
15382         (ASM_SPEC): Translate -arch= option to -mmcu= option.
15383         (LINK_SPEC): Translate -arch= option to -m= option.
15384         Don't use device_to_ld / device_to_data_start.
15385         (STARTFILE_SPEC): Now empty.
15386         (ASM_SPEC): Add -%{mrelax: --mlink-relax}.
15387         * config/avr/gen-avr-mmcu-specs.c: New file.
15388         * config/avr/t-avr (gen-avr-mmcu-specs$(build_exeext)): New rule.
15389         (s-device-specs): Likewise.
15390         (GCC_PASSES): Add s-device-specs.
15391         (install-driver): Depend on install-device-specs.
15392         (install-device-specs): New rule.
15393         * config/avr/avr.c (avr_option_override): Look up mcu arch by
15394         avr_arch_index and provide fallback initialization for avr_n_flash.
15395         (varasm.h): #include.
15396         (avr_print_operand) <i>: Allow SYMBOL_REF with SYMBOL_FLAG_IO;
15397         (avr_handle_addr_attribute, avr_eval_addr_attrib): New functions.
15398         (avr_attribute_table): Add "io", "address" and "io_low".
15399         (avr_asm_output_aligned_decl_common): Change type of decl to tree.
15400         Add special handling for symbols with "io" and/or "address" attributes.
15401         (avr_asm_asm_output_aligned_bss): New function.
15402         (avr_encode_section_info): Set SYMBOL_FLAG_IO and SYMBOL_FLAG_ADDRESS
15403         as appropriate.  Handle io_low attribute.
15404         (avr_out_sbxx_branch): Handle symbolic io addresses.
15405         (avr_xload_libgcc_p, avr_nonconst_pointer_addrspace): Use
15406         avr_n_flash instead of avr_current_device->n_flash.
15407         (avr_pgm_check_var_decl, avr_insert_attributes): Likewise.
15408         (avr_emit_movmemhi): Likewise.
15409         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Likewise.
15410         Use TARGET_RMW instead of avr_current_device->dev_attributes.
15411         Don't define avr_current_device->macro (that's the specfile's job).
15412         Use TARGET_SKIP_BUG instead of avr_current_device->errata_skip.
15413         * config/avr/avr.c (avr_2word_insn_p): Likewise.
15414         * config/avr/avr.md (*cpse.ne): Likewise.
15415         (mov<mode>): Use avr_eval_addr_attrib.
15416         (cbi): Change constraint for low_io_address_operand operand to "i".
15417         (sbi, sbix_branch, sbix_branch_bit7, insv.io, insv.not.io): Likewise.
15418         * config/avr/predicates.md (io_address_operand):
15419         Allow SYMBOL_REF with SYMBOL_FLAG_IO.
15420         (low_io_address_operand): Allow SYMBOL_REF with SYMBOL_FLAG_IO_LOW.
15421         * config/avr/avr-protos.h (avr_asm_output_aligned_decl_common):
15422         Update prototype.
15423         (avr_eval_addr_attrib, avr_asm_asm_output_aligned_bss): Prototype.
15424         * config/avr/genmultilib.awk: Use -march=.
15425         Remove Multilib matches processing.
15426         * config/avr/t-multilib, config/avr/avr-tables.opt: Regenerate.
15427         * config/avr/avr-arch.h: Add double include guard.
15428         (avr_mcu_t) <library_name>: Update comment.
15429         * config/avr/driver-avr.c (avr_device_to_as): Delete.
15430         (avr_device_to_ld, avr_device_to_data_start): Likewise.
15431         (avr_device_to_startfiles, avr_device_to_devicelib): Likewise.
15432         (avr_device_to_sp8): Likewise.
15433         * config/avr/genopt.sh:  Instead avr_mcu, emit an Enum for avr_arch.
15435         * doc/extend.texi (io, address): Document new AVR variable attributes.
15436         (io_low): Likewise.
15438 2014-10-09  Marek Polacek  <polacek@redhat.com>
15440         * doc/invoke.texi: Document -fsanitize=bool and -fsanitize=enum.
15442 2014-10-08  Richard Biener  <rguenther@suse.de>
15444         PR tree-optimization/61969
15445         * tree-nrv.c (pass_nrv::execute): Properly test for automatic
15446         variables.
15448 2014-10-09  Richard Biener  <rguenther@suse.de>
15450         PR tree-optimization/63445
15451         * tree-vrp.c (simplify_cond_using_ranges): Only warn about
15452         overflow for non-equality compares.
15454 2014-10-09  Uros Bizjak  <ubizjak@gmail.com>
15456         PR rtl-optimization/57003
15457         * regcprop.c (copyprop_hardreg_forward_1): If ksvd.ignore_set_reg,
15458         also check CALL_INSN_FUNCTION_USAGE for clobbers again after
15459         killing regs_invalidated_by_call.
15461 2014-10-08  Teresa Johnson  <tejohnson@google.com>
15463         PR bootstrap/63432.
15464         * tree-ssa-threadupdate.c (estimated_freqs_path): New function.
15465         (ssa_fix_duplicate_block_edges): Invoke it.
15466         (mark_threaded_blocks): Make two passes to avoid ordering dependences.
15468 2014-10-08  Oleg Endo  <olegendo@gcc.gnu.org>
15470         PR target/52941
15471         * config/sh/sync.md (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
15472         atomic_fetch_<fetchop_name>si_hard,
15473         atomic_fetch_<fetchop_name><mode>_hard, atomic_fetch_nandsi_hard,
15474         atomic_fetch_nand<mode>_hard, atomic_<fetchop_name>_fetchsi_hard,
15475         atomic_<fetchop_name>_fetch<mode>_hard, atomic_nand_fetchsi_hard,
15476         atomic_nand_fetch<mode>_hard): Add missing set of T_REG.
15478 2014-10-08  Rong Xu  <xur@google.com>
15480         * gcov-tool.c (profile_overlap): New driver function
15481         to compute profile overlap.
15482         (print_overlap_usage_message): New.
15483         (overlap_usage): New.
15484         (do_overlap): New.
15485         (print_usage): Add calls to overlap function.
15486         (main): Ditto.
15487         * doc/gcov-tool.texi: Add documentation.
15489 2014-10-08  Steve Ellcey  <sellcey@mips.com>
15491         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change
15492         LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS
15494 2014-10-08  Jan Hubicka  <hubicka@ucw.cz>
15496         * ipa-polymorphic-call.c (extr_type_from_vtbl_store): Do better
15497         pattern matching of MEM_REF.
15498         (check_stmt_for_type_change): Update.
15500 2014-10-08  Steve Ellcey  <sellcey@mips.com>
15502         * config/mips/linux64.h: Remove.
15503         * config/mips/gnu-user64.h: Remove.
15504         * gcc.config (mips*-*-*): Remove references to linux64.h and
15505         gnu-user64.h
15506         * config/mips/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Replace
15507         with modified version from gnu-user64.h.
15508         (LINUX_DRIVER_SELF_SPECS): Update parts from gnu-user64.h.
15509         (LOCAL_LABEL_PREFIX): Copy from gnu-user64.h.
15510         * config/mips/linux.h (GNU_USER_LINK_EMULATION32): Copy from
15511         linux64.h.
15512         (GNU_USER_LINK_EMULATION64): Ditto.
15513         (GNU_USER_LINK_EMULATIONN32): Ditto.
15514         (GLIBC_DYNAMIC_LINKER32): Ditto.
15515         (GLIBC_DYNAMIC_LINKER64): Ditto.
15516         (GLIBC_DYNAMIC_LINKERN32): Ditto.
15517         (UCLIBC_DYNAMIC_LINKER32): Ditto.
15518         (UCLIBC_DYNAMIC_LINKER64): Ditto.
15519         (UCLIBC_DYNAMIC_LINKERN32): Ditto.
15520         (BIONIC_DYNAMIC_LINKERN32): Ditto.
15521         (GNU_USER_DYNAMIC_LINKERN32): Ditto.
15522         (GLIBC_DYNAMIC_LINKER): Delete.
15523         (UCLIBC_DYNAMIC_LINKER): Delete.
15525 2014-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
15526             Richard Biener  <rguenther@suse.de>
15528         * cfgexpand.c (expand_debug_expr) <TARGET_MEM_REF>:
15529         Get address space from operand 0 (BASE).
15531 2014-10-07  Iain Sandoe  <iain@codesourcery.com>
15533         PR target/61387
15534         * config/i386/i386.c (x86_output_mi_thunk): Fix darwin fallout.
15536 2014-10-07  Aldy Hernandez  <aldyh@redhat.com>
15538         * dwarf2out.c: Remove current_function_has_inlines.
15539         (gen_subprogram_die): Same.
15540         (gen_inlined_subroutine_die): Same.
15542 2014-10-07  Ilya Tocar  <ilya.tocar@intel.com>
15544         * config/i386/adxintrin.h (_subborrow_u64): Use long long for param
15545         type.
15546         (_addcarry_u64): Ditto.
15547         (_addcarryx_u64): Ditto.
15549 2014-10-07  Eric Botcazou  <ebotcazou@adacore.com>
15551         * cgraph.h (cgraph_node::get_fun): Declare.
15552         * cgraph.c (cgraph_node::get_fun): New method.
15553         * ipa-inline.c (can_inline_edge_p): Use it.
15555 2014-10-07  Eric Botcazou  <ebotcazou@adacore.com>
15557         * lto-opts.c (lto_write_options): Handle -fmath-errno, -fsigned-zeros
15558         and -ftrapping-math.
15559         * lto-wrapper.c (merge_and_complain): Likewise.
15560         (run_gcc): Likewise.
15562 2014-10-06  Rong Xu  <xur@google.com>
15564         * params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.
15565         * tree-profile.c: (params.h): New include.
15566         (init_ic_make_global_vars): Make __gcov_indirect_call_topn_callee
15567         and __gcov_indirect_call_topn_counters for
15568         indirect_call_topn_profile.
15569         (gimple_init_edge_profiler): New decls for
15570         __gcov_indirect_call_topn_profiler.
15571         (gimple_gen_ic_profiler): Generate the correct profiler call.
15572         (gimple_gen_ic_func_profiler): Fix format.
15573         * value-prof.c (params.h): New include.
15574         (dump_histogram_value): Hanlde indirect_call_topn counters.
15575         (stream_in_histogram_value): Ditto.
15576         (gimple_indirect_call_to_profile): Use indirect_call_topn
15577         profile when PARAM_INDIR_CALL_TOPN_PROFILE is set.
15578         (gimple_find_values_to_profile): Hanlde indirect_call_topn
15579         counters.
15580         * value-prof.h (enum hist_type): Histrogram type for
15581         indirect_call_topn counters.
15582         * profile.c (instrument_values): Instrument
15583         indirect_call_topn counters.
15585 2014-10-06  Rong Xu  <xur@google.com>
15587         * Makefile.in: Fix dependence.
15588         * gcov-counter.def (GCOV_COUNTER_ICALL_TOPNV): Add
15589         indirect call topn profiler.
15590         * gcov-io.h: Ditto.
15592 2014-10-06  Eric Botcazou  <ebotcazou@adacore.com>
15594         * calls.c (expand_call): Do not use the target as the return slot if
15595         it is not sufficiently aligned.
15597 2014-10-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15599         * config/rs6000/rs6000.c (analyze_swaps commentary): Add
15600         discussion of permutes and why we don't handle them.
15602 2014-10-06  Eric Botcazou  <ebotcazou@adacore.com>
15604         * config/sparc/predicates.md (int_register_operand): Delete.
15606 2014-10-06  Eric Botcazou  <ebotcazou@adacore.com>
15608         * dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.
15610 2014-10-06  Jakub Jelinek  <jakub@redhat.com>
15612         * ubsan.h (ubsan_get_source_location): New prototype.
15613         * ubsan.c (ubsan_source_location_type): New variable.
15614         Function renamed to ...
15615         (ubsan_get_source_location_type): ... this.  Cache
15616         return value in ubsan_source_location_type variable.
15617         (ubsan_source_location, ubsan_create_data): Use
15618         ubsan_get_source_location_type instead of
15619         ubsan_source_location_type.
15620         * asan.c (asan_protect_global): Don't protect globals
15621         with ubsan_get_source_location_type () type.
15622         (asan_add_global): Provide global decl location info
15623         if possible.
15625 2014-10-04  Jan Hubicka  <hubicka@ucw.cz>
15627         * ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive
15628         sanity check.
15630 2014-10-04  Jan Hubicka  <hubicka@ucw.cz>
15632         * ipa-polymorphic-call.c (possible_placement_new): Fix condition
15633         on size.
15634         (ipa_polymorphic_call_context::restrict_to_inner_type): Do not walk
15635         into vptr pointer.
15636         (ipa_polymorphic_call_context::dump): Fix formating.
15637         (walk_ssa_copies): Add logic avoiding loops; update uses.
15638         * ipa-prop.c (ipa_analyze_call_uses): Compute vptr_changed.
15640 2014-10-02  Mark Wielaard  <mjw@redhat.com>
15642         PR debug/63239
15643         * dwarf2out.c (gen_subprogram_die): When a member function is
15644         explicitly deleted then add a DW_AT_GNU_deleted attribute.
15645         * langhooks.h (struct lang_hooks_for_decls): Add
15646         function_decl_deleted_p langhook.
15647         * langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Define.
15648         (LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_DELETED_P.
15650 2014-10-04  Jan Hubicka  <hubicka@ucw.cz>
15652         * ipa-polymorphic-call.c (walk_ssa_copies): Recognize
15653         NULL pointer checks.
15654         (ipa_polymorphic_call_context::get_dynamic_type): Return true
15655         if type doesn't change.
15656         * cgraph.h (cgraph_indirect_call_info): New flag.
15657         * cgraph.c (cgraph_node::create_indirect_edge): Initialize it.
15658         (cgraph_node::dump): Dump it.
15659         * ipa-prop.c (ipa_analyze_call_uses):  Ignore return valud
15660         of context.get_dynamic_type.
15661         (ipa_make_edge_direct_to_target): Do not speculate
15662         edge that is already speuclative.
15663         (try_make_edge_direct_virtual_call): Use VPTR_CHANGED; Do not
15664         speculate to __builtin_unreachable
15665         (ipa_write_indirect_edge_info, ipa_read_indirect_edge_info): Stream
15666         vptr_changed.
15667         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use vptr_changed.
15669 2014-10-04  Jan Hubicka  <hubicka@ucw.cz>
15671         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Call
15672         get_dynamic_type; drop TODO.
15673         * ipa-polymorphic-call.c
15674         (ipa_polymorphic_call_context::get_dynamic_type): Be ready
15675         for otr_type to be unknown.
15677 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
15679         * common/config/score/score-common.c: Remove.
15680         * config.gcc: Remove support for score-*.
15681         * config/score/constraints.md: Remove.
15682         * config/score/elf.h: Remove.
15683         * config/score/predicates.md: Remove.
15684         * config/score/score-conv.h: Remove.
15685         * config/score/score-generic.md: Remove.
15686         * config/score/score-modes.def: Remove.
15687         * config/score/score-protos.h: Remove.
15688         * config/score/score.c: Remove.
15689         * config/score/score.h: Remove.
15690         * config/score/score.md: Remove.
15691         * config/score/score.opt: Remove.
15692         * doc/md.texi: Don't document score-*.
15694 2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
15696         PR pch/63429
15697         * genconditions.c: Directly include ggc.h before rtl.h.
15699 2014-10-03  Jan Hubicka  <hubicka@ucw.cz>
15701         * ipa-polymorphic-call.c
15702         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Fix
15703         code determining speculative type.
15704         (ipa_polymorphic_call_context::combine_with): Fix speculation merge.
15706 2014-10-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15708         * altivec.md (altivec_lvsl): New define_expand.
15709         (altivec_lvsl_direct): Rename define_insn from altivec_lvsl.
15710         (altivec_lvsr): New define_expand.
15711         (altivec_lvsr_direct): Rename define_insn from altivec_lvsr.
15712         * rs6000.c (rs6000_expand_builtin): Change to use
15713         altivec_lvs[lr]_direct; remove commented-out code.
15715 2014-10-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15717         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15718         Issue a warning message when vec_lvsl or vec_lvsr is used with a
15719         little endian target.
15721 2014-10-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15723         * tree-pretty-print.c (dump_location): Make it extern. Dump also
15724         the column.
15725         * tree-pretty-print.h (dump_location): Declare.
15726         * gimple-pretty-print.c (dump_gimple_phi): Use dump_location.
15727         (pp_gimple_stmt_1): Likewise.
15728         (dump_implicit_edges): Likewise.
15729         * gimplify.c (gimplify_call_expr): Use LOCATION_FILE and
15730         LOCATION_LINE.
15733 2014-10-03  David Malcolm  <dmalcolm@redhat.com>
15735         * gcc.c (driver::global_initializations): Remove "const" so
15736         that GCC_DRIVER_HOST_INITIALIZATION can modify decoded_options
15737         and decoded_options_count.
15739 2014-10-03  Maciej W. Rozycki  <macro@codesourcery.com>
15741         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Remove
15742         macro.
15743         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Handle
15744         TARGET_E500_DOUBLE case here.
15746 2014-10-03  Marc Glisse  <marc.glisse@inria.fr>
15748         PR c++/54427
15749         PR c++/57198
15750         PR c++/58845
15751         * doc/extend.texi (Vector Extensions): Document &&, ||, ! in C++.
15753 2014-10-03  Jan Hubicka  <hubicka@ucw.cz>
15755         * cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTOR
15756         * lto-cgraph.c (lto_output_edge, input_edge): Stream
15757         in_polymorphic_cdtor
15758         * cgraph.c (symbol_table::create_edge): Compute in_polymorphic_cdtor.
15759         (cgraph_edge::make_speculative): Copy in_polymorphic_cdtor.
15760         * cgraphclones.c (cgraph_edge::clone): Likewise.
15761         * ipa-prop.c (update_jump_functions_after_inlining,
15762         try_make_edge_direct_virtual_call): Pass in_polymorphic_cdtor
15763         to possible_dynamic_type_change.
15764         (decl_maybe_in_construction_p): Allow empty OUTER_TYPE and BASE.
15765         (ipa_polymorphic_call_context::possible_dynamic_type_change): Add
15766         IN_POLY_CDOTR argument.
15768         * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready
15769         for BASE and OUTER_TYPE being NULL.
15770         (ipa_polymorphic_call_context::possible_dynamic_type_change): Add
15771         in_poly_cdtor parameter.
15773 2014-10-03  Jakub Jelinek  <jakub@redhat.com>
15775         * config/i386/i386.c (ix86_expand_vec_perm_vpermi2): Fix up formatting.
15776         (ix86_expand_vec_perm): Only call ix86_expand_vec_perm_vpermi2 if
15777         TARGET_AVX512F.
15778         (expand_vec_perm_1): Likewise.
15780 2014-10-03  Jakub Jelinek  <jakub@redhat.com>
15781             Uros Bizjak  <ubizjak@gmail.com>
15783         PR tree-optimization/61403
15784         * config/i386/i386.c (expand_vec_perm_palignr): Fix a spelling
15785         error in comment.  Also optimize 256-bit vectors for AVX2
15786         or AVX (floating vectors only), provided the first permutation
15787         can be performed in one insn.
15789 2014-10-03  David Malcolm  <dmalcolm@redhat.com>
15791         * gcc.c (class driver): New class.
15792         (main): Reimplement in terms of driver::main, moving most of the
15793         locals to be locals within individual methods of class driver.
15794         The remaining locals "explicit_link_files", "decoded_options" and
15795         "decoded_options_count" are used by multiple driver:: methods, and
15796         so become member data.  Doing so isolates the argc/argv reads and
15797         writes.  Replace "goto out" with a special exit code from
15798         new method driver::prepare_infiles.  Split out the old
15799         implementation of main into the following...
15800         (driver::main): New function, corresponding to the old "main"
15801         implementation.
15802         (driver::set_progname): New function, taken from the old
15803         "main" implementation.
15804         (driver::expand_at_files): Likewise.
15805         (driver::decode_argv): Likewise.
15806         (driver::global_initializations): Likewise.
15807         (driver::build_multilib_strings): Likewise.
15808         (driver::set_up_specs): Likewise.
15809         (driver::putenv_COLLECT_GCC): Likewise.
15810         (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Likewise.
15811         (driver::handle_unrecognized_options): Likewise.
15812         (driver::maybe_print_and_exit): Likewise.
15813         (driver::prepare_infiles): Likewise.
15814         (driver::do_spec_on_infiles): Likewise.
15815         (driver::maybe_run_linker): Likewise.
15816         (driver::final_actions): Likewise.
15817         (driver::get_exit_code): Likewise.
15819 2014-10-03  Yury Gribov  <y.gribov@samsung.com>
15821         * asan.c (asan_finish_file): Disable __asan_init calls for KASan;
15822         don't emit empty ctors.
15824 2014-10-03  Eric Botcazou  <ebotcazou@adacore.com>
15826         * convert.c (convert_to_integer): Do not introduce useless conversions
15827         between integral types.
15829 2014-10-03  David Sherwood  <david.sherwood@arm.com>
15831         * ira-int.h (ira_allocno): Mark hard_regno as signed.
15833 2014-10-03  Ilya Enkovich  <ilya.enkovich@intel.com>
15835         * lra-constraints.c (inherit_in_ebb): Handle calls with
15836         multiple return values.
15837         * caller-save.c (save_call_clobbered_regs): Likewise.
15839 2014-10-03  Jakub Jelinek  <jakub@redhat.com>
15841         * tree-vect-data-refs.c (vect_permute_load_chain,
15842         vect_shift_permute_load_chain): Fix a typo in temporary var names,
15843         suffle3 to shuffle3.
15845         PR libgomp/61200
15846         * omp-low.c (taskreg_contexts): New variable.
15847         (scan_omp_parallel): Push newly created context into taskreg_contexts
15848         vector and move record layout code to finish_taskreg_scan.
15849         (scan_omp_task): Likewise.
15850         (finish_taskreg_scan): New function.
15851         (execute_lower_omp): Call finish_taskreg_scan on all taskreg_contexts
15852         vector elements and release it.
15854         PR target/62128
15855         * config/i386/i386.c (expand_vec_perm_palignr): If op1, op0 order
15856         of palignr arguments can't be used due to min 0 or max - min
15857         too high, try also op0, op1 order of palignr arguments.
15859 2014-10-02  Jan Hubicka  <hubicka@ucw.cz>
15861         * cgraph.h (ipa_polymorphic_call_context):
15862         Turn bools into bitfields; add DYNAMIC; make MAKE_SPECULATIVE
15863         private, add POSSIBLE_DYNAMIC_TYPE_CHANGE.
15864         * ipa-polymorphic-call.c
15865         (ipa_polymorphic_call_context::restrict_to_inner_class): Allow accesses
15866         past end of dynamic types.
15867         (ipa_polymorphic_call_context::stream_out,
15868         speculative_outer_type): Stream dynamic flag.
15869         (ipa_polymorphic_call_context::set_by_decl): Clear DYNAMIC.
15870         (ipa_polymorphic_call_context::ipa_polymorphic_call_context):
15871         Clear DYNAMIC.
15872         (ipa_polymorphic_call_context::get_dynamic_type): Use DYNAMIC;
15873         set it.
15874         (ipa_polymorphic_call_context::combine_with): Propagate dynamic.
15875         * ipa-prop.c (update_jump_functions_after_inlining,
15876         try_make_edge_direct_virtual_call): Use possible_dynamic_type_change.
15878 2014-10-02  Teresa Johnson  <tejohnson@google.com>
15880         * tree-ssa-threadupdate.c (freqs_to_counts_path): Scale frequencies
15881         up when synthesizing counts to avoid rounding errors.
15883 2014-10-02  Teresa Johnson  <tejohnson@google.com>
15885         PR middle-end/63422
15886         * tree-ssa-threadupdate.c (freqs_to_counts_path): Remove
15887         asserts to handle incoming insanities.
15889 2014-10-02  Martin Jambor  <mjambor@suse.cz>
15891         PR tree-optimization/63375
15892         * tree-sra.c (build_access_from_expr_1): Disqualify volatile
15893         references.
15895 2014-10-02  Olivier Hainque  <hainque@adacore.com>
15897         * Makefile.in (CROSS): Define, to @CROSS.
15899 2014-10-02  Jakub Jelinek  <jakub@redhat.com>
15901         PR target/62128
15902         * config/i386/i386.c (expand_vec_perm_1): Try expand_vec_perm_palignr
15903         if it expands to a single insn only.
15904         (expand_vec_perm_palignr): Add SINGLE_INSN_ONLY_P argument.  If true,
15905         fail unless in_order is true.  Add forward declaration.
15906         (expand_vec_perm_vperm2f128): Fix up comment about which permutation
15907         is useful for one_operand_p.
15908         (ix86_expand_vec_perm_const_1): Adjust expand_vec_perm_palignr caller.
15910 2014-10-01  Jan Hubicka  <hubicka@ucw.cz>
15912         * cgraphclones.c (build_function_type_skip_args): Do not make new
15913         type variant of old.
15915 2014-10-01  Jan Hubicka  <hubicka@ucw.cz>
15917         * ipa-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE
15918         when speculation is added.
15919         (ipa_edge_args): Add polymorphic_call_contexts.
15920         (ipa_get_ith_polymorhic_call_context): New accesor.
15921         (ipa_make_edge_direct_to_target): Add SPECULATIVE parameter.
15922         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Print contexts.
15923         (ipa_compute_jump_functions_for_edge): Compute contexts.
15924         (update_jump_functions_after_inlining): Update contexts.
15925         (ipa_make_edge_direct_to_target): Add SPECULATIVE argument;
15926         update dumping; add speculative edge creation.
15927         (try_make_edge_direct_virtual_call): Add CTX_PTR parameter; handle
15928         context updating.
15929         (update_indirect_edges_after_inlining): Pass down context.
15930         (ipa_edge_duplication_hook): Duplicate contexts.
15931         (ipa_write_node_info): Stream out contexts.
15932         (ipa_read_node_info): Stream in contexts.
15933         * ipa-devirt.c (type_all_derivations_known_p): Avoid ICE on non-ODR
15934         types.
15935         (try_speculative_devirtualization): New function.
15936         * ipa-utils.h (try_speculative_devirtualization): Declare.
15938 2014-10-01  Jan Hubicka  <hubicka@ucw.cz>
15940         * ipa.c (walk_polymorphic_call_targets): Avoid ICE when
15941         dumping during WPA.
15943 2014-10-01  Jan Hubicka  <hubicka@ucw.cz>
15945         * ipa-prop.c (ipa_modify_formal_parameters): Do not merge
15946         type variants.
15948 2014-10-01  Jan Hubicka  <hubicka@ucw.cz>
15950         * ipa-polymorphic-call.c
15951         (ipa_polymorphic_call_context::restrict_to_inner_class):
15952         Rename EXPECTED_TYPE to OTR_TYPE; Validate speculation late;
15953         use speculation_consistent_p to do so; Add CONSDER_BASES
15954         and CONSIDER_PLACEMENT_NEW parameters.
15955         (contains_type_p): Add CONSDER_PLACEMENT_NEW and CONSIDER_BASES;
15956         short circuit obvious cases.
15957         (ipa_polymorphic_call_context::dump): Improve formatting.
15958         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Use
15959         combine_speculation_with to record speculations; Do not ICE when
15960         object is located in pointer type decl; do not ICE for methods
15961         of UNION_TYPE; do not record nonpolymorphic types.
15962         (ipa_polymorphic_call_context::speculation_consistent_p): New method.
15963         (ipa_polymorphic_call_context::combine_speculation_with): New method.
15964         (ipa_polymorphic_call_context::combine_with): New method.
15965         (ipa_polymorphic_call_context::make_speculative): Move here; use
15966         combine speculation.
15967         * cgraph.h (ipa_polymorphic_call_context): Update
15968         restrict_to_inner_class prototype; add offset_by, make_speculative,
15969         combine_with, useless_p, combine_speculation_with and
15970         speculation_consistent_p methods.
15971         (ipa_polymorphic_call_context::offset_by): New method.
15972         (ipa_polymorphic_call_context::useless_p): New method.
15974 2014-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
15976         PR rtl-optimization/62151
15977         * combine.c (can_combine_p): Allow the destination register of INSN
15978         to be clobbered in I3.
15979         (subst): Do not substitute into clobbers of registers.
15981 2014-10-01  Jakub Jelinek  <jakub@redhat.com>
15983         PR debug/63342
15984         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF with non-zero
15985         offset, TARGET_MEM_REF and SSA_NAME.
15987         * config/i386/i386.c (expand_vec_perm_palignr): Handle
15988         256-bit vectors for TARGET_AVX2.
15990         * config/i386/i386.c (expand_vec_perm_vperm2f128): Canonicalize
15991         dfirst permutation.
15993         PR target/63428
15994         * config/i386/i386.c (expand_vec_perm_pshufb): Fix up rperm[0]
15995         argument to avx2_permv2ti.
15997 2014-10-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15999         * config/arm/arm.md (*store_minmaxsi): Disable for arm_restrict_it.
16001 2014-09-30  Uros Bizjak  <ubizjak@gmail.com>
16003         * config/i386/i386.md (fmodxf3): Enable for flag_finite_math_only only.
16004         (fmod<mode>3): Ditto.
16005         (fpremxf4_i387): Ditto.
16006         (reminderxf3): Ditto.
16007         (reminder<mode>3): Ditto.
16008         (fprem1xf4_i387): Ditto.
16010 2014-09-30  Teresa Johnson  <tejohnson@google.com>
16012         * tree-ssa-threadupdate.c (struct ssa_local_info_t): New
16013         duplicate_blocks bitmap.
16014         (remove_ctrl_stmt_and_useless_edges): Ditto.
16015         (create_block_for_threading): Ditto.
16016         (compute_path_counts): New function.
16017         (update_profile): Ditto.
16018         (recompute_probabilities): Ditto.
16019         (update_joiner_offpath_counts): Ditto.
16020         (freqs_to_counts_path): Ditto.
16021         (clear_counts_path): Ditto.
16022         (ssa_fix_duplicate_block_edges): Update profile info.
16023         (ssa_create_duplicates): Pass new parameter.
16024         (ssa_redirect_edges): Remove old profile update.
16025         (thread_block_1): New duplicate_blocks bitmap,
16026         remove old profile update.
16027         (thread_single_edge): Pass new parameter.
16029 2014-09-30  Ilya Tocar  <ilya.tocar@intel.com>
16031         PR middle-end/62120
16032         * varasm.c (decode_reg_name_and_count): Check availability for
16033         registers from ADDITIONAL_REGISTER_NAMES.
16035 2014-09-30  David Malcolm  <dmalcolm@redhat.com>
16037         PR plugins/63410
16038         * Makefile.in (PRETTY_PRINT_H): Add wide-int-print.h.
16039         (PLUGIN_HEADERS): Add pass-instances.def.
16041 2014-09-30  James Greenhalgh  <james.greenhalgh@arm.com>
16043         * config/aarch64/aarch64-simd-builtins.def (sqdmull_laneq): Expand
16044         iterator.
16045         * config/aarch64/aarch64-simd.md
16046         (aarch64_sqdmull_laneq<mode>): Expand iterator.
16047         * config/aarch64/arm_neon.h (vqdmullh_laneq_s16): New.
16048         (vqdmulls_lane_s32): Fix return type.
16049         (vqdmulls_laneq_s32): New.
16051 2014-09-30  Jakub Jelinek  <jakub@redhat.com>
16053         PR inline-asm/63282
16054         * ifcvt.c (dead_or_predicable): Don't call redirect_jump_1
16055         or invert_jump_1 if jump isn't any_condjump_p.
16057 2014-09-30  Terry Guo  <terry.guo@arm.com>
16059         * config/arm/arm-cores.def (cortex-m7): New core name.
16060         * config/arm/arm-fpus.def (fpv5-sp-d16): New fpu name.
16061         (fpv5-d16): Ditto.
16062         * config/arm/arm-tables.opt: Regenerated.
16063         * config/arm/arm-tune.md: Regenerated.
16064         * config/arm/arm.h (TARGET_VFP5): New macro.
16065         * config/arm/bpabi.h (BE8_LINK_SPEC): Include cortex-m7.
16066         * config/arm/vfp.md (<vrint_pattern><SDF:mode>2,
16067         smax<mode>3, smin<mode>3): Enabled for FPU FPv5.
16068         * doc/invoke.texi: Document new cpu and fpu names.
16070 2014-09-30  Jiong Wang  <jiong.wang@arm.com>
16072         * shrink-wrap.c (move_insn_for_shrink_wrap): Check "can_throw_internal"
16073         before sinking insn.
16075 2014-09-30  David Sherwood  <david.sherwood@arm.com>
16077         * ira-int.h (ira_allocno): Add "wmode" field.
16078         * ira-build.c (create_insn_allocnos): Add new "parent" function
16079         parameter.
16080         * ira-conflicts.c (ira_build_conflicts): Add conflicts for registers
16081         that cannot be accessed in wmode.
16083 2014-09-30  Markus Trippelsdorf  <markus@trippelsdorf.de>
16085         * data-streamer.c (bp_unpack_var_len_int): Avoid signed
16086         integer overflow.
16088 2014-09-29  Andi Kleen  <ak@linux.intel.com>
16090         * opts.c (print_filtered_help): Print --param min/max/default
16091         with -Q.
16093 2014-09-29  Kaz Kojima  <kkojima@gcc.gnu.org>
16095         * config/sh/sh.md: Use define_c_enum for "unspec" and "unspecv".
16097 2014-09-29  Eric Botcazou  <ebotcazou@adacore.com>
16099         * tree-vrp.c (get_single_symbol): New function.
16100         (build_symbolic_expr): Likewise.
16101         (symbolic_range_based_on_p): New predicate.
16102         (extract_range_from_binary_expr_1): Deal with single-symbolic ranges
16103         for PLUS and MINUS.  Do not drop symbolic ranges at the end.
16104         (extract_range_from_binary_expr): Try harder for PLUS and MINUS if
16105         operand is symbolic and based on the other operand.
16107 2014-09-29  Chen Gang  <gang.chen.5i5j@gmail.com>
16109         * config/microblaze/microblaze.md (call_internal1): Use VOID
16110         instead of SI to fix "((void (*)(void)) 0)()" issue
16112 2014-09-29  Nick Clifton  <nickc@redhat.com>
16114         * config/msp430/msp430.c (msp430_expand_prologue): Return a
16115         CLOBBER rtx for naked functions.
16116         (msp430_expand_epilogue): Likewise.
16117         (msp430_use_f5_series_hwmult): Cache result.
16118         (use_32bit_hwmult): Cache result.
16119         (msp430_no_hwmult): New function.
16120         (msp430_output_labelref): Use it.
16122 2014-09-29  Jakub Jelinek  <jakub@redhat.com>
16124         PR middle-end/63247
16125         * omp-low.c (lower_omp_target): For OMP_CLAUSE_MAP_POINTER
16126         of ARRAY_TYPE, if not OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION
16127         use the alignment of avar rather than ovar.
16129 2014-09-28  John David Anglin  <danglin@gcc.gnu.org>
16131         * config/pa/pa.c (pa_output_function_epilogue): Only update
16132         last_address when a nonnote insn is found.
16134 2014-09-26  Jan Hubicka  <hubicka@ucw.cz>
16136         PR ipa/60665
16137         * ipa-devirt.c (possible_polymorphic_call_targets): Silence
16138         clang warning.
16140 2014-09-26  Jan Hubicka  <hubicka@ucw.cz>
16142         PR ipa/62121
16143         * ipa-polymorphic-call.c
16144         (ipa_polymorphic_call_context::restrict_to_inner_class): Fix pasto
16145         in checking array size.
16147 2014-09-26  Jan Hubicka  <hubicka@ucw.cz>
16149         PR middle-end/35545
16150         * passes.def (pass_tracer): Move before last dominator pass.
16152 2014-09-26  Thomas Schwinge  <thomas@codesourcery.com>
16154         * gcc.c (try_generate_repro): Remove argument "prog".  Change all
16155         users.
16156         (run_attempt): Handle errors of "pex_run" invocation.
16158 2014-09-26  Christophe Lyon  <christophe.lyon@linaro.org>
16160         * config/aarch64/aarch64-linux.h (ASAN_CC1_SPEC): Define.
16161         (CC1_SPEC): Define.
16162         * config/aarch64/aarch64.c (aarch64_asan_shadow_offset): New function.
16163         (TARGET_ASAN_SHADOW_OFFSET): Define.
16165 2014-09-26  Martin Liska  <mliska@suse.cz>
16167         * cgraph.c (cgraph_node::release_body): New argument keep_arguments
16168         introduced.
16169         * cgraph.h: Likewise.
16170         * cgraphunit.c (cgraph_node::create_wrapper): Usage of new
16171         argument introduced.
16172         * ipa-utils.h (polymorphic_type_binfo_p): Safe check for binfos
16173         created by Java.
16174         * tree-ssa-alias.c (ao_ref_base_alias_set): Static function
16175         transformed to global.
16176         * tree-ssa-alias.h: Likewise.
16178 2014-09-26  Jakub Jelinek  <jakub@redhat.com>
16179             Max Ostapenko  <m.ostapenko@partner.samsung.com>
16181         * common.opt: New option.
16182         * doc/invoke.texi: Describe new option.
16183         * gcc.c (execute): Don't free first string early, but at the end
16184         of the function.  Call retry_ice if compiler exited with
16185         ICE_EXIT_CODE.
16186         (main): Factor out common code.
16187         (print_configuration): New function.
16188         (files_equal_p): Likewise.
16189         (check_repro): Likewise.
16190         (run_attempt): Likewise.
16191         (do_report_bug): Likewise.
16192         (append_text): Likewise.
16193         (try_generate_repro): Likewise
16195 2014-09-25  Andi Kleen  <ak@linux.intel.com>
16197         * config/i386/i386.c (x86_print_call_or_nop): New function.
16198         (x86_function_profiler): Support -mnop-mcount and
16199         -mrecord-mcount.
16200         * config/i386/i386.opt (-mnop-mcount, -mrecord-mcount): Add
16201         * doc/invoke.texi: Document -mnop-mcount, -mrecord-mcount.
16203 2014-09-25  Jan Hubicka  <hubicka@ucw.cz>
16205         * ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.
16206         * ipa-prop.h (ipa_intraprocedural_devirtualization): Remove.
16207         * tree-ssa-prop.c (eliminate_dom_walker::before_dom_children):
16208         Remove.
16210 2014-09-25  Jan Hubicka  <hubicka@ucw.cz>
16212         * ipa-utils.h (subbinfo_with_vtable_at_offset,
16213         type_all_derivations_known_p, type_known_to_have_no_deriavations_p,
16214         types_must_be_same_for_odr, types_odr_comparable): Declare.
16215         (polymorphic_type_binfo_p): Move here from ipa-devirt.c
16216         * ipa-polymorphic-call.c: New file.
16217         (contains_polymorphic_type_p, possible_placement_new,
16218         ipa_polymorphic_call_context::restrict_to_inner_class,
16219         contains_type_p, decl_maybe_in_construction_p,
16220         ipa_polymorphic_call_context::stream_out,
16221         ipa_polymorphic_call_context::debug,
16222         ipa_polymorphic_call_context::stream_in,
16223         ipa_polymorphic_call_context::set_by_decl,
16224         ipa_polymorphic_call_context::set_by_invariant,
16225         walk_ssa_copies,
16226         ipa_polymorphic_call_context::ipa_polymorphic_call_context,
16227         type_change_info, noncall_stmt_may_be_vtbl_ptr_store,
16228         extr_type_from_vtbl_ptr_store, record_known_type
16229         check_stmt_for_type_change,
16230         ipa_polymorphic_call_context::get_dynamic_type): Move here from
16231         ipa-devirt.c
16232         * ipa-devirt.c: No longer include data-streamer.h, lto-streamer.h
16233         and streamer-hooks.h
16234         (contains_polymorphic_type_p, possible_placement_new,
16235         ipa_polymorphic_call_context::restrict_to_inner_class,
16236         contains_type_p, decl_maybe_in_construction_p,
16237         ipa_polymorphic_call_context::stream_out,
16238         ipa_polymorphic_call_context::debug,
16239         ipa_polymorphic_call_context::stream_in,
16240         ipa_polymorphic_call_context::set_by_decl,
16241         ipa_polymorphic_call_context::set_by_invariant,
16242         walk_ssa_copies,
16243         ipa_polymorphic_call_context::ipa_polymorphic_call_context,
16244         type_change_info, noncall_stmt_may_be_vtbl_ptr_store,
16245         extr_type_from_vtbl_ptr_store, record_known_type
16246         check_stmt_for_type_change,
16247         ipa_polymorphic_call_context::get_dynamic_type): Move to
16248         ipa-polymorphic-call.c
16249         (type_all_derivations_known_p, types_odr_comparable,
16250         types_must_be_same_for_odr): Export.
16251         (type_known_to_have_no_deriavations_p): New function.
16252         * Makefile.in: Add ipa-polymorphic-call.c
16254 2014-09-25  Jan Hubicka  <hubicka@ucw.cz>
16256         * ipa-devirt.c (polymorphic_call_target_d): Add SPECULATIVE; reorder
16257         for better storage.
16258         (polymorphic_call_target_hasher::hash): Hash SPECULATIVE.
16259         (possible_polymorphic_call_targets): Instead of computing both
16260         speculative and non-speculative answers, do just one at a time.
16261         Replace NONSPECULATIVE_TARGETSP parameter with SPECULATIVE flag.
16262         (dump_targets): Break out from ...
16263         (dump_possible_polymorphic_call_targets): ... here; dump both
16264         speculative and non-speculative lists.
16265         (ipa_devirt): Update for new possible_polymorphic_call_targets API.
16266         * ipa-utils.h (possible_polymorphic_call_targets): Update.
16268 2014-09-25  Uros Bizjak  <ubizjak@gmail.com>
16270         PR rtl-optimization/63348
16271         * emit-rtl.c (try_split): Do not emit extra barrier.
16273 2014-09-25  James Greenhalgh  <james.greenhalgh@arm.com>
16275         * config/aarch64/aarch64-protos.h (aarch64_simd_const_bounds): Delete.
16276         * config/aarch64/aarch64-simd.md (aarch64_<sur>q<r>shl<mode>): Use
16277         new predicates.
16278         (aarch64_<sur>shll2_n<mode>): Likewise.
16279         (aarch64_<sur>shr_n<mode>): Likewise.
16280         (aarch64_<sur>sra_n<mode>: Likewise.
16281         (aarch64_<sur>s<lr>i_n<mode>): Likewise.
16282         (aarch64_<sur>qshl<u>_n<mode>): Likewise.
16283         * config/aarch64/aarch64.c (aarch64_simd_const_bounds): Delete.
16284         * config/aarch64/iterators.md (ve_mode): New.
16285         (offsetlr): Remap to infix text for use in new predicates.
16286         * config/aarch64/predicates.md (aarch64_simd_shift_imm_qi): New.
16287         (aarch64_simd_shift_imm_hi): Likewise.
16288         (aarch64_simd_shift_imm_si): Likewise.
16289         (aarch64_simd_shift_imm_di): Likewise.
16290         (aarch64_simd_shift_imm_offset_qi): Likewise.
16291         (aarch64_simd_shift_imm_offset_hi): Likewise.
16292         (aarch64_simd_shift_imm_offset_si): Likewise.
16293         (aarch64_simd_shift_imm_offset_di): Likewise.
16294         (aarch64_simd_shift_imm_bitsize_qi): Likewise.
16295         (aarch64_simd_shift_imm_bitsize_hi): Likewise.
16296         (aarch64_simd_shift_imm_bitsize_si): Likewise.
16297         (aarch64_simd_shift_imm_bitsize_di): Likewise.
16299 2014-09-25  Jiong Wang  <jiong.wang@arm.com>
16301         * shrink-wrap.c (move_insn_for_shrink_wrap): Initialize the live-in of
16302         new created BB as the intersection of live-in from "old_dest" and
16303         live-out from "bb".
16305 2014-09-25  Felix Yang  <felix.yang@huawei.com>
16307         * lra.c (lra_set_insn_recog_data): Fix typo in comment.
16308         * genautomata.c (merge_states): Ditto.
16310 2014-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
16312         PR target/62218
16313         * config/sh/sync.md (atomic_test_and_set_soft_imask): Fix typo
16314         in instruction sequence.
16316 2014-09-25  Nick Clifton  <nickc@redhat.com>
16318         PR target/62218
16319         * config/sh/sync.md (atomic_fetch_nand<mode>_soft_imask): Fix typo
16320         in instruction sequence.
16322 2014-09-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16324         PR target/63335
16325         * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin):
16326         Exclude VSX_BUILTIN_XVCMPGEDP_P from special handling.
16328 2014-09-25  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16329             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16330             Anna Tikhonova  <anna.tikhonova@intel.com>
16331             Ilya Tocar  <ilya.tocar@intel.com>
16332             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16333             Ilya Verbin  <ilya.verbin@intel.com>
16334             Kirill Yukhin  <kirill.yukhin@intel.com>
16335             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16337         * config/i386/sse.md
16338         (define_expand "<avx2_avx512f>_perm<mode>"): Rename to ...
16339         (define_expand "<avx2_avx512>_perm<mode>"): ... this.
16340         (define_expand "avx512f_perm<mode>_mask"): Rename to ...
16341         (define_expand "<avx512>_perm<mode>_mask"): ... this.
16342         Use VI8F_256_512 mode iterator.
16343         (define_insn "<avx2_avx512f>_perm<mode>_1<mask_name>"): Rename to ...
16344         (define_insn "<avx2_avx512bw>_perm<mode>_1<mask_name>"): ... this.
16346 2014-09-25  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16347             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16348             Anna Tikhonova  <anna.tikhonova@intel.com>
16349             Ilya Tocar  <ilya.tocar@intel.com>
16350             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16351             Ilya Verbin  <ilya.verbin@intel.com>
16352             Kirill Yukhin  <kirill.yukhin@intel.com>
16353             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16355         * config/i386/sse.md
16356         (define_insn "avx_movshdup256<mask_name>"): Add masking.
16357         (define_insn "sse3_movshdup<mask_name>"): Ditto.
16358         (define_insn "avx_movsldup256<mask_name>"): Ditto.
16359         (define_insn "sse3_movsldup<mask_name>"): Ditto.
16360         (define_insn "vec_dupv2df<mask_name>"): Ditto.
16361         (define_insn "*vec_concatv2df"): Add EVEX version.
16363 2014-09-25  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16364             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16365             Anna Tikhonova  <anna.tikhonova@intel.com>
16366             Ilya Tocar  <ilya.tocar@intel.com>
16367             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16368             Ilya Verbin  <ilya.verbin@intel.com>
16369             Kirill Yukhin  <kirill.yukhin@intel.com>
16370             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16372         * config/i386/sse.md
16373         (define_insn "vec_set<mode>_0"): Add EVEX version.
16375 2014-09-25  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16376             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16377             Anna Tikhonova  <anna.tikhonova@intel.com>
16378             Ilya Tocar  <ilya.tocar@intel.com>
16379             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16380             Ilya Verbin  <ilya.verbin@intel.com>
16381             Kirill Yukhin  <kirill.yukhin@intel.com>
16382             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16384         * config/i386/sse.md
16385         (define_insn
16386         "<fixsuffix>fix_trunc<mode><sselongvecmodelower>2<mask_name><round_saeonly_name>"):
16387         New.
16388         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
16389         (define_insn "ufix_trunc<mode><sseintvecmodelower>2<mask_name>"): Ditto.
16390         (define_insn "sse2_cvtss2sd<round_saeonly_name>"): Change
16391         "nonimmediate_operand" to "<round_saeonly_nimm_predicate>".
16392         (define_insn "avx_cvtpd2ps256<mask_name>"): Add masking.
16393         (define_expand "sse2_cvtpd2ps_mask): New.
16394         (define_insn "*sse2_cvtpd2ps<mask_name>"): Add masking.
16395         (define_insn "sse2_cvtps2pd<mask_name>"): Add masking.
16397 2014-09-25  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16398             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16399             Anna Tikhonova  <anna.tikhonova@intel.com>
16400             Ilya Tocar  <ilya.tocar@intel.com>
16401             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16402             Ilya Verbin  <ilya.verbin@intel.com>
16403             Kirill Yukhin  <kirill.yukhin@intel.com>
16404             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16406         * config/i386/i386.c
16407         (avx512f_ufix_notruncv8dfv8si_mask_round): Rename to ...
16408         (ufix_notruncv8dfv8si2_mask_round): ... this.
16409         * config/i386/sse.md
16410         (define_insn "avx512f_cvtdq2pd512_2): Update TARGET check.
16411         (define_insn "avx_cvtdq2pd256_2"): Add EVEX version.
16412         (define_insn "sse2_cvtdq2pd<mask_name>"): Add masking.
16413         (define_insn "avx_cvtpd2dq256<mask_name>"): Ditto.
16414         (define_expand "sse2_cvtpd2dq"): Delete.
16415         (define_insn "sse2_cvtpd2dq<mask_name>"): Add masking and
16416         make 2nd operand const0 vector.
16417         (define_insn "avx512f_ufix_notruncv8dfv8si<mask_name><round_name>"):
16418         Delete.
16419         (define_mode_attr pd2udqsuff): New.
16420         (define_insn
16421         "ufix_notrunc<mode><si2dfmodelower>2<mask_name><round_name>"): Ditto.
16422         (define_insn "ufix_notruncv2dfv2si2<mask_name>"): Ditto.
16423         (define_insn "*avx_cvttpd2dq256_2"): Delete.
16424         (define_expand "sse2_cvttpd2dq"): Ditto.
16425         (define_insn "sse2_cvttpd2dq<mask_name>"): Add masking and
16426         make 2nd operand const0 vector.
16428 2014-09-25  Jakub Jelinek  <jakub@redhat.com>
16430         PR tree-optimization/63341
16431         * tree-vectorizer.h (vect_create_data_ref_ptr,
16432         vect_create_addr_base_for_vector_ref): Add another tree argument
16433         defaulting to NULL_TREE.
16434         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add byte_offset
16435         argument, pass it down to vect_create_addr_base_for_vector_ref.
16436         (vect_create_addr_base_for_vector_ref): Add byte_offset argument,
16437         add that to base_offset too if non-NULL.
16438         * tree-vect-stmts.c (vectorizable_load): Add byte_offset variable,
16439         for dr_explicit_realign_optimized set it to vector byte size
16440         - 1 instead of setting offset, pass byte_offset down to
16441         vect_create_data_ref_ptr.
16443 2014-09-24  Jan Hubicka  <hubicka@ucw.cz>
16445         * ipa-devirt.c (possible_polymorphic_call_targets): Remove
16446         forgotten debug output; canonicalize querries more wtih LTO.
16448 2014-09-24  Jan Hubicka  <hubicka@ucw.cz>
16450         * cgraph.h (class ipa_polymorphic_call_context): Move here from
16451         ipa-utils.h; add stream_int and stream_out methods.
16452         (cgraph_indirect_call_info): Remove SPECILATIVE_OFFSET,
16453         OUTER_TYPE, SPECULATIVE_OUTER_TYPE, MAYBE_IN_CONSTRUCTION
16454         MAYBE_DERIVED_TYPE and SPECULATIEVE_MAYBE_DERIVED_TYPE;
16455         add CONTEXT.
16456         (ipa_polymorphic_call_context::ipa_polymorphic_call_context,
16457         ipa_polymorphic_call_context::ipa_polymorphic_call_context,
16458         ipa_polymorphic_call_context::clear_speculation,
16459         ipa_polymorphic_call_context::clear_outer_type): Move here from
16460         ipa-utils.h
16461         * ipa-utils.h (class ipa_polymorphic_call_context): Move to cgraph.h
16462         (ipa_polymorphic_call_context::ipa_polymorphic_call_context,
16463         ipa_polymorphic_call_context::ipa_polymorphic_call_context,
16464         ipa_polymorphic_call_context::clear_speculation,
16465         ipa_polymorphic_call_context::clear_outer_type): Likewise.
16466         * ipa-devirt.c: Include data-streamer.h, lto-streamer.h and
16467         streamer-hooks.h
16468         (ipa_polymorphic_call_context::stream_out): New method.
16469         (ipa_polymorphic_call_context::stream_in): New method.
16470         (noncall_stmt_may_be_vtbl_ptr_store): Add forgotten static.
16471         * ipa-prop.c (ipa_analyze_indirect_call_uses): Do not care about
16472         OUTER_TYPE.
16473         (ipa_analyze_call_uses): Simplify.
16474         (update_indirect_edges_after_inlining): Do not care about outer_type.
16475         (ipa_write_indirect_edge_info): Update.
16476         (ipa_write_indirect_edge_info): Likewise.
16477         * cgraph.c (cgraph_node::create_indirect_edge): Simplify.
16478         (dump_edge_flags): Break out from ...
16479         (cgraph_node::dump): ... here; dump indirect edges.
16481 2014-09-24  Jan Hubicka  <hubicka@ucw.cz>
16483         * ipa-utils.h (polymorphic_call_context): Add
16484         metdhos dump, debug and clear_outer_type.
16485         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Simplify.
16486         (ipa_polymorphic_call_context::clear_outer_type): New method.
16487         * ipa-prop.c (ipa_analyze_call_uses): Do not overwrite offset.
16488         * ipa-devirt.c (types_odr_comparable): New function.
16489         (types_must_be_same_for_odr): New function.
16490         (odr_subtypes_equivalent_p): Simplify.
16491         (possible_placement_new): Break out from ...
16492         (ipa_polymorphic_call_context::restrict_to_inner_type): ... here;
16493         be more cuatious about returning false in cases the context may be
16494         valid in derived type or via placement new.
16495         (contains_type_p): Clear maybe_derived_type
16496         (ipa_polymorphic_call_context::dump): New method.
16497         (ipa_polymorphic_call_context::debug): New method.
16498         (ipa_polymorphic_call_context::set_by_decl): Cleanup comment.
16499         (ipa_polymorphic_call_context::set_by_invariant): Simplify.
16500         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Simplify.
16501         (possible_polymorphic_call_targets): Trust
16502         context.restrict_to_inner_class to suceed on all valid cases;
16503         remove confused sanity check.
16504         (dump_possible_polymorphic_call_targets): Simplify.
16506 2014-09-24  Aldy Hernandez  <aldyh@redhat.com>
16508         * cgraph.h, dbxout.c, dwarfout2.c, gimple-fold.c,
16509         lto-streamer-out.c, print-tree.c, symtab.c, tree-inline.c,
16510         tree-streamer-in.c, tree-streamer-out.c, tree.c, tree.h,
16511         varpool.c: Rename all instances of DECL_ABSTRACT to
16512         DECL_ABSTRACT_P.
16514 2014-09-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16516         * config/rs6000/rs6000.c (insn_is_swappable_p): Don't provide
16517         special handling for stores whose SET_SRC is an UNSPEC (such as
16518         UNSPEC_STVE).
16520 2014-09-24  Jiong Wang  <jiong.wang@arm.com>
16522         * shrink-wrap.c (move_insn_for_shrink_wrap): Add further check when
16523         !REG_P (src) to release more instruction sink opportunities.
16525 2014-09-24  Wilco Dijkstra  <wilco.dijkstra@arm.com>
16527         * config/aarch64/aarch64.c (aarch64_register_move_cost): Add register
16528         move costs for 128-bit types.
16530 2014-09-24  Martin Jambor  <mjambor@suse.cz>
16532         * ipa-prop.c (ipa_edge_duplication_hook): Update controlled_use_count
16533         when duplicating a PASS_THROUGH jump function when creating a
16534         speculative edge.
16536 2014-09-24  Marek Polacek  <polacek@redhat.com>
16538         PR c/61405
16539         PR c/53874
16540         * asan.c (maybe_instrument_call): Add default case.
16541         * ipa-pure-const.c (special_builtin_state): Likewise.
16542         * predict.c (expr_expected_value_1): Likewise.
16543         * lto-streamer-out.c (write_symbol): Initialize variable.
16545 2014-09-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16547         * config/aarch64/arm_neon.h (vmuld_lane_f64): Use macro for getting
16548         the lane.
16549         (vmuld_laneq_f64): Likewise.
16550         (vmuls_lane_f32): Likewise.
16551         (vmuls_laneq_f32): Likewise.
16553 2014-09-24  Kirill Yukhin  <kirill.yukhin@intel.com>
16555         PR bootstrap/63235
16556         * varpool.c (varpool_node::add): Pass decl attributes
16557         to lookup_attribute.
16559 2014-09-24  Jakub Jelinek  <jakub@redhat.com>
16561         PR sanitizer/63316
16562         * asan.c (asan_expand_check_ifn): Fix up align >= 8 optimization.
16564 2014-09-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16566         PR tree-optimization/63266
16567         * tree-ssa-math-opts.c (struct symbolic_number): Add comment about
16568         marker for unknown byte value.
16569         (MARKER_MASK): New macro.
16570         (MARKER_BYTE_UNKNOWN): New macro.
16571         (HEAD_MARKER): New macro.
16572         (do_shift_rotate): Mark bytes with unknown values due to sign
16573         extension when doing an arithmetic right shift. Replace hardcoded
16574         mask for marker by new MARKER_MASK macro.
16575         (find_bswap_or_nop_1): Likewise and adjust ORing of two symbolic
16576         numbers accordingly.
16578 2014-09-24  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16579             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16580             Anna Tikhonova  <anna.tikhonova@intel.com>
16581             Ilya Tocar  <ilya.tocar@intel.com>
16582             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16583             Ilya Verbin  <ilya.verbin@intel.com>
16584             Kirill Yukhin  <kirill.yukhin@intel.com>
16585             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16587         * config/i386/sse.md
16588         (define_insn
16589         "<sse2_avx_avx512f>_fix_notrunc<sf2simodelower><mode><mask_name>"):
16590         Add masking.
16591         (define_insn "fix_truncv8sfv8si2<mask_name>"): Ditto.
16592         (define_insn "fix_truncv4sfv4si2<mask_name>"): Ditto.
16594 2014-09-24  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16595             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16596             Anna Tikhonova  <anna.tikhonova@intel.com>
16597             Ilya Tocar  <ilya.tocar@intel.com>
16598             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16599             Ilya Verbin  <ilya.verbin@intel.com>
16600             Kirill Yukhin  <kirill.yukhin@intel.com>
16601             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16603         * config/i386/sse.md
16604         (define_c_enum "unspec"): Add UNSPEC_PSHUFHW, UNSPEC_PSHUFLW.
16605         (define_insn "<mask_codefor>avx512bw_pshuflwv32hi<mask_name>"): New.
16606         (define_expand "avx512vl_pshuflwv3_mask"): Ditto.
16607         (define_insn "avx2_pshuflw_1<mask_name>"): Add masking.
16608         (define_expand "avx512vl_pshuflw_mask"): New.
16609         (define_insn "sse2_pshuflw_1<mask_name>"): Add masking.
16610         (define_insn "<mask_codefor>avx512bw_pshufhwv32hi<mask_name>"): New.
16611         (define_expand "avx512vl_pshufhwv3_mask"): Ditto.
16612         (define_insn "avx2_pshufhw_1<mask_name>"): Add masking.
16613         (define_expand "avx512vl_pshufhw_mask"): New.
16614         (define_insn "sse2_pshufhw_1<mask_name>"): Add masking.
16616 2014-09-24  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16617             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16618             Anna Tikhonova  <anna.tikhonova@intel.com>
16619             Ilya Tocar  <ilya.tocar@intel.com>
16620             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16621             Ilya Verbin  <ilya.verbin@intel.com>
16622             Kirill Yukhin  <kirill.yukhin@intel.com>
16623             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16625         * config/i386/i386.c
16626         (ix86_expand_args_builtin): Handle CODE_FOR_sse2_shufpd,
16627         CODE_FOR_sse2_sse2_shufpd_mask, CODE_FOR_sse2_avx512dq_shuf_f64x2_mask,
16628         CODE_FOR_sse2_avx512dq_shuf_i64x2_mask,
16629         CODE_FOR_sse2_avx512vl_shuf_i32x4_mask and
16630         CODE_FOR_sse2_avx512vl_shuf_f32x4_mask.
16631         * config/i386/sse.md
16632         (define_expand "avx512dq_shuf_<shuffletype>64x2_mask"): New.
16633         (define_insn
16634         "<mask_codefor>avx512dq_shuf_<shuffletype>64x2_1<mask_name>"): Ditto.
16635         (define_expand "avx512vl_shuf_<shuffletype>32x4_mask"): Ditto.
16636         (define_insn
16637         "<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>"): Ditto.
16638         (define_expand "avx512vl_pshufdv3_mask"): Ditto.
16639         (define_insn "avx2_pshufd_1<mask_name>"): Add masking.
16640         (define_expand "avx512vl_pshufd_mask"): New.
16641         (define_insn "sse2_pshufd_1<mask_name>"): Add masking.
16643 2014-09-24  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16644             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16645             Anna Tikhonova  <anna.tikhonova@intel.com>
16646             Ilya Tocar  <ilya.tocar@intel.com>
16647             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16648             Ilya Verbin  <ilya.verbin@intel.com>
16649             Kirill Yukhin  <kirill.yukhin@intel.com>
16650             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16652         * config/i386/i386.c
16653         (CODE_FOR_avx2_extracti128): Rename to ...
16654         (CODE_FOR_avx_vextractf128v4di): this.
16655         (CODE_FOR_avx2_inserti128): Rename to ...
16656         (CODE_FOR_avx_vinsertf128v4di): this.
16657         (ix86_expand_args_builtin): Handle CODE_FOR_avx_vinsertf128v4di,
16658         CODE_FOR_avx_vextractf128v4di.
16659         (ix86_expand_args_builtin): Handle CODE_FOR_avx512dq_vinsertf32x8_mask,
16660         CODE_FOR_avx512dq_vinserti32x8_mask, CODE_FOR_avx512vl_vinsertv4df,
16661         CODE_FOR_avx512vl_vinsertv4di, CODE_FOR_avx512vl_vinsertv8sf,
16662         CODE_FOR_avx512vl_vinsertv8si.
16663         * config/i386/sse.md
16664         (define_expand
16665         "<extract_type>_vinsert<shuffletype><extract_suf>_mask"): Use
16666         AVX512_VEC mode iterator.
16667         (define_insn
16668         "<mask_codefor><extract_type>_vinsert<shuffletype><extract_suf>_1<mask_name>"):
16669         Ditto.
16670         (define_expand
16671         "<extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask"): Use
16672         AVX512_VEC_2 mode iterator.
16673         (define_insn "vec_set_lo_<mode><mask_name>"): New.
16674         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
16675         (define_expand "avx512vl_vinsert<mode>"): Ditto.
16676         (define_insn "avx2_vec_set_lo_v4di"): Delete.
16677         (define_insn "avx2_vec_set_hi_v4di"): Ditto.
16678         (define_insn "vec_set_lo_<mode><mask_name>"): Add masking.
16679         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
16680         (define_insn "vec_set_lo_<mode><mask_name>"): Ditto.
16681         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
16682         (define_expand "avx2_extracti128"): Delete.
16683         (define_expand "avx2_inserti128"): Ditto.
16685 2014-09-24  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16686             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16687             Anna Tikhonova  <anna.tikhonova@intel.com>
16688             Ilya Tocar  <ilya.tocar@intel.com>
16689             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16690             Ilya Verbin  <ilya.verbin@intel.com>
16691             Kirill Yukhin  <kirill.yukhin@intel.com>
16692             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16694         * config/i386/sse.md
16695         (define_insn "avx2_<code>v16qiv16hi2<mask_name>"): Add masking.
16696         (define_insn "avx512bw_<code>v32qiv32hi2<mask_name>"): New.
16697         (define_insn "sse4_1_<code>v8qiv8hi2<mask_name>"): Add masking.
16698         (define_insn "avx2_<code>v8qiv8si2<mask_name>"): Ditto.
16699         (define_insn "sse4_1_<code>v4qiv4si2<mask_name>"): Ditto.
16700         (define_insn "avx2_<code>v8hiv8si2<mask_name>"): Ditto.
16701         (define_insn "sse4_1_<code>v4hiv4si2<mask_name>"): Ditto.
16702         (define_insn "avx2_<code>v4qiv4di2<mask_name>"): Ditto.
16703         (define_insn "sse4_1_<code>v2qiv2di2<mask_name>"): Ditto.
16704         (define_insn "avx2_<code>v4hiv4di2<mask_name>"): Ditto.
16705         (define_insn "sse4_1_<code>v2hiv2di2<mask_name>"): Ditto.
16706         (define_insn "avx2_<code>v4siv4di2<mask_name>"): Ditto.
16707         (define_insn "sse4_1_<code>v2siv2di2<mask_name>"): Ditto.
16709 2014-09-24  Zhenqiang Chen  <zhenqiang.chen@arm.com>
16711         PR rtl-optimization/63210
16712         * ira-color.c (assign_hard_reg): Ignore conflict cost if the
16713         HARD_REGNO is not available for CONFLICT_A.
16715 2014-09-23  Andi Kleen  <ak@linux.intel.com>
16717         * cgraph.h (symtab_node): Add no_reorder attribute.
16718         (symbol_table::output_asm_statements): Remove.
16719         * cgraphclones.c (cgraph_node::create_clone): Copy no_reorder.
16720         (cgraph_node::create_version_clone): Dito.
16721         (symbol_table::output_asm_statements): Remove.
16722         * trans-mem.c (ipa_tm_create_version_alias): Dito.
16723         * cgraphunit.c (varpool_node::finalize_decl): Check no_reorder.
16724         (output_in_order): Add no_reorder flag. Only handle no_reorder
16725         nodes when set.
16726         (symbol_table::compile): Add separate pass for no_reorder nodes.
16727         (process_common_attributes): Set no_reorder flag in symtab node.
16728         Add node argument.
16729         (process_function_and_variable_attributes): Pass symtab nodes to
16730         process_common_attributes.
16731         * doc/extend.texi (no_reorder): Document no_reorder attribute.
16732         * lto-cgraph.c (lto_output_node): Serialize no_reorder.
16733         (lto_output_varpool_node): Dito.
16734         (input_overwrite_node): Dito.
16735         (input_varpool_node): Dito.
16736         * varpool.c (varpool_node::add): Set no_reorder attribute.
16737         (symbol_table::remove_unreferenced_decls): Handle no_reorder.
16738         (symbol_table::output_variables): Dito.
16739         * symtab.c (symtab_node::dump_base): Print no_reorder.
16741 2014-09-23  Jiong Wang  <jiong.wang@arm.com>
16743         * shrink-wrap.c (try_shrink_wrapping): Check PIC_OFFSET_TABLE_REGNUM
16744         not be INVALID_REGNUM.
16746 2014-09-23  Thomas Schwinge  <thomas@codesourcery.com>
16748         * configure: Regenerate.
16750 2014-09-23  Alan Lawrence  <alan.lawrence@arm.com>
16752         * combine.c (simplify_shift_const_1): Allow commuting (ashiftrt (xor))
16753         when result_mode == shift_mode.
16755 2014-09-23  Kostya Serebryany  <kcc@google.com>
16757         Update to match the changed asan API.
16758         * asan.c (asan_global_struct): Update the __asan_global definition
16759         to match the new API.
16760         (asan_add_global): Ditto.
16761         * sanitizer.def (BUILT_IN_ASAN_INIT): Rename __asan_init_v3
16762         to __asan_init_v4.
16764 2014-09-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16766         * config/rs6000/rs6000.md (f32_vsx): New mode attributes to
16767         refine the constraints used on 32/64-bit floating point moves.
16768         (f32_av): Likewise.
16769         (f64_vsx): Likewise.
16770         (f64_dm): Likewise.
16771         (f64_av): Likewise.
16772         (BOOL_REGS_OUTPUT): Use wt constraint for TImode instead of wa.
16773         (BOOL_REGS_OP1): Likewise.
16774         (BOOL_REGS_OP2): Likewise.
16775         (BOOL_REGS_UNARY): Likewise.
16776         (mov<mode>_hardfloat, SFmode/SDmode): Tighten down constraints for
16777         32/64-bit floating point moves.  Do not use wa, instead use ww/ws
16778         for moves involving VSX registers.  Do not use constraints that
16779         target VSX registers for decimal types.
16780         (mov<mode>_hardfloat32, DFmode/DDmode): Likewise.
16781         (mov<mode>_hardfloat64, DFmode/DDmode): Likewise.
16783 2014-09-23  Jan Hubicka  <hubicka@ucw.cz>
16785         * tree.h (int_bit_position): Turn into inline function;
16786         implement using wide int.
16787         * tree.c (int_bit_position): Remove.
16789 2014-09-23  Richard Sandiford  <richard.sandiford@arm.com>
16791         PR bootstrap/63280
16792         * target-globals.c (target_globals::~target_globals): Fix location
16793         of ira_int destruction.
16795 2014-09-23  Renlin Li  <renlin.li@arm.com>
16797         * config/aarch64/aarch64.md (return): New.
16798         (simple_return): Likewise.
16799         * config/aarch64/aarch64.c (aarch64_use_return_insn_p): New.
16800         * config/aarch64/aarch64-protos.h (aarch64_use_return_insn_p): New.
16802 2014-09-23  Wilco Dijkstra  <wdijkstr@arm.com>
16804         * common/config/aarch64/aarch64-common.c:
16805         (default_options aarch_option_optimization_table):
16806         Default to -fsched-pressure.
16808 2014-09-23  Ilya Enkovich  <ilya.enkovich@intel.com>
16810         * cfgcleanup.c (try_optimize_cfg): Do not remove label
16811         with LABEL_PRESERVE_P flag set.
16813 2014-09-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16814             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16815             Anna Tikhonova  <anna.tikhonova@intel.com>
16816             Ilya Tocar  <ilya.tocar@intel.com>
16817             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16818             Ilya Verbin  <ilya.verbin@intel.com>
16819             Kirill Yukhin  <kirill.yukhin@intel.com>
16820             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16822         * config/i386/sse.md
16823         (define_expand "avx_shufpd256<mask_expand4_name>"): Add masking.
16824         (define_insn "avx_shufpd256_1<mask_name>"): Ditto.
16825         (define_expand "sse2_shufpd<mask_expand4_name>"): Ditto.
16826         (define_insn "sse2_shufpd_v2df_mask"): New.
16828 2014-09-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16829             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16830             Anna Tikhonova  <anna.tikhonova@intel.com>
16831             Ilya Tocar  <ilya.tocar@intel.com>
16832             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16833             Ilya Verbin  <ilya.verbin@intel.com>
16834             Kirill Yukhin  <kirill.yukhin@intel.com>
16835             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16837         * config/i386/sse.md
16838         (define_expand "avx_shufps256<mask_expand4_name>"): Add masking.
16839         (define_insn "avx_shufps256_1<mask_name>"): Ditto.
16840         (define_expand "sse_shufps<mask_expand4_name>"): Ditto.
16841         (define_insn "sse_shufps_v4sf_mask"): New.
16843 2014-09-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16844             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16845             Anna Tikhonova  <anna.tikhonova@intel.com>
16846             Ilya Tocar  <ilya.tocar@intel.com>
16847             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16848             Ilya Verbin  <ilya.verbin@intel.com>
16849             Kirill Yukhin  <kirill.yukhin@intel.com>
16850             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16852         * config/i386/sse.md
16853         (define_insn "avx_unpckhps256<mask_name>"): Add masking.
16854         (define_insn "vec_interleave_highv4sf<mask_name>"): Ditto.
16855         (define_insn "avx_unpcklps256<mask_name>"): Ditto.
16856         (define_insn "unpcklps128_mask"): New.
16858 2014-09-23  Alexander Ivchenko  <alexander.ivchenko@intel.com>
16859             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
16860             Anna Tikhonova  <anna.tikhonova@intel.com>
16861             Ilya Tocar  <ilya.tocar@intel.com>
16862             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16863             Ilya Verbin  <ilya.verbin@intel.com>
16864             Kirill Yukhin  <kirill.yukhin@intel.com>
16865             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16867         * config/i386/sse.md
16868         (define_insn "avx_unpckhpd256<mask_name>"): Add masking.
16869         (define_insn "avx512vl_unpckhpd128_mask"): New.
16870         (define_expand "avx_movddup256<mask_name>"): Add masking.
16871         (define_expand "avx_unpcklpd256<mask_name>"): Ditto.
16872         (define_insn "*avx_unpcklpd256<mask_name>"): Ditto.
16873         (define_insn "avx512vl_unpcklpd128_mask"): New.
16875 2014-09-22  Joseph Myers  <joseph@codesourcery.com>
16877         * doc/tm.texi.in (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16878         * doc/tm.texi: Regenerate.
16879         * system.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Poison.
16880         * config/alpha/alpha.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16881         * config/i386/i386-interix.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE):
16882         Remove.
16883         * config/i386/i386.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16884         * config/i386/rtemself.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16885         * config/ia64/ia64.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16886         * config/m68k/m68k.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16887         * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE):
16888         Remove.
16889         * config/mips/mips.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16890         * config/mips/n32-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16891         * config/msp430/msp430.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16892         * config/rl78/rl78.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16893         * config/rs6000/rs6000.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16894         * config/rx/rx.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16895         * config/s390/s390.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16896         * config/sparc/freebsd.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16897         * config/sparc/linux.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16898         * config/sparc/linux64.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove.
16899         * config/sparc/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE):
16900         Remove.
16902 2014-09-22  Jan Hubicka  <hubicka@ucw.cz>
16904         * tree-ssa-ccp.c (prop_value_d): Rename to ...
16905         (ccp_prop_value_t): ... this one to avoid ODR violation; update uses.
16906         * ipa-prop.c (struct type_change_info): Rename to ...
16907         (prop_type_change_info): ... this; update uses.
16908         * ggc-page.c (globals): Rename to ...
16909         (static struct ggc_globals): ... this; update uses.
16910         * tree-ssa-loop-im.c (mem_ref): Rename to ...
16911         (im_mem_ref): ... this; update uses.
16912         * ggc-common.c (loc_descriptor): Rename to ...
16913         (ggc_loc_descriptor): ... this; update uses.
16914         * lra-eliminations.c (elim_table): Rename to ...
16915         (lra_elim_table): ... this; update uses.
16916         * bitmap.c (output_info): Rename to ...
16917         (bitmap_output_info): ... this; update uses.
16918         * gcse.c (expr): Rename to ...
16919         (gcse_expr) ... this; update uses.
16920         (occr): Rename to ...
16921         (gcse_occr): .. this; update uses.
16922         * tree-ssa-copy.c (prop_value_d): Rename to ...
16923         (prop_value_t): ... this.
16924         * predict.c (block_info_def): Rename to ...
16925         (block_info): ... this; update uses.
16926         (edge_info_def): Rename to ...
16927         (edge_info): ... this; update uses.
16928         * profile.c (bb_info): Rename to ...
16929         (bb_profile_info): ... this; update uses.
16930         * alloc-pool.c (output_info): Rename to ...
16931         (pool_output_info): ... this; update uses.
16932         * ipa-cp.c (topo_info): Rename to ..
16933         (ipa_topo_info): ... this; update uses.
16934         * tree-nrv.c (nrv_data): Rename to ...
16935         (nrv_data_t): ... this; update uses.
16936         * ipa-split.c (bb_info): Rename to ...
16937         (split_bb_info): ... this one.
16938         * profile.h (edge_info): Rename to ...
16939         (edge_profile_info): ... this one; update uses.
16940         * dse.c (bb_info): Rename to ...
16941         (dse_bb_info): ... this one; update uses.
16942         * cprop.c (occr): Rename to ...
16943         (cprop_occr): ... this one; update uses.
16944         (expr): Rename to ...
16945         (cprop_expr): ... this one; update uses.
16947 2014-09-22  Jason Merrill  <jason@redhat.com>
16949         * Makefile.in (check-parallel-%): Add @.
16951 2014-09-22  James Greenhalgh  <james.greenhalgh@arm.com>
16953         * config/aarch64/geniterators.sh: New.
16954         * config/aarch64/iterators.md (VDQF_DF): New.
16955         * config/aarch64/t-aarch64: Generate aarch64-builtin-iterators.h.
16956         * config/aarch64/aarch64-builtins.c (BUILTIN_*) Remove.
16958 2014-09-22  Peter A. Bigot  <pab@pabigot.com>
16960         * config/msp430/msp430.h (LIB_SPEC): Remove automatic addition of
16961         -lnosys when -msim absent.
16963 2014-09-22  Alan Lawrence  <alan.lawrence@arm.com>
16965         * fold-const.c (tree_swap_operands_p): Strip only sign-preserving NOPs.
16967 2014-09-22  Richard Biener  <rguenther@suse.de>
16969         * gimplify.c (gimplify_init_constructor): Do not leave
16970         non-GIMPLE vector constructors around.
16971         * tree-cfg.c (verify_gimple_assign_single): Verify that
16972         CONSTRUCTORs have gimple elements.
16974 2014-09-22  Jakub Jelinek  <jakub@redhat.com>
16976         PR debug/63328
16977         * omp-low.c (ipa_simd_modify_stmt_ops): For debug stmts
16978         insert a debug source bind stmt setting DEBUG_EXPR_DECL
16979         instead of a normal gimple assignment stmt.
16981 2014-09-22  James Greenhalgh  <james.greenhalgh@arm.com>
16983         * config/bfin/bfin.md: Fix use of constraints in define_split.
16985 2014-09-22  Richard Sandiford  <richard.sandiford@arm.com>
16987         * config/i386/i386.c (ix86_cannot_change_mode_class): Remove
16988         GET_MODE_SIZE (to) < GET_MODE_SIZE (from) test.
16990 2014-09-22  Richard Sandiford  <richard.sandiford@arm.com>
16992         * hard-reg-set.h: Include hash-table.h.
16993         (target_hard_regs): Add a finalize method and a x_simplifiable_subregs
16994         field.
16995         * target-globals.c (target_globals::~target_globals): Call
16996         hard_regs->finalize.
16997         * rtl.h (subreg_shape): New structure.
16998         (shape_of_subreg): New function.
16999         (simplifiable_subregs): Declare.
17000         * reginfo.c (simplifiable_subreg): New structure.
17001         (simplifiable_subregs_hasher): Likewise.
17002         (simplifiable_subregs): New function.
17003         (invalid_mode_changes): Delete.
17004         (alid_mode_changes, valid_mode_changes_obstack): New variables.
17005         (record_subregs_of_mode): Remove subregs_of_mode parameter.
17006         Record valid mode changes in valid_mode_changes.
17007         (find_subregs_of_mode): Remove subregs_of_mode parameter.
17008         Update calls to record_subregs_of_mode.
17009         (init_subregs_of_mode): Remove invalid_mode_changes and bitmap
17010         handling.  Initialize new variables.  Update call to
17011         find_subregs_of_mode.
17012         (invalid_mode_change_p): Check new variables instead of
17013         invalid_mode_changes.
17014         (finish_subregs_of_mode): Finalize new variables instead of
17015         invalid_mode_changes.
17016         (target_hard_regs::finalize): New function.
17017         * ira-costs.c (print_allocno_costs): Call invalid_mode_change_p
17018         even when CLASS_CANNOT_CHANGE_MODE is undefined.
17020 2014-09-22  Richard Sandiford  <richard.sandiford@arm.com>
17022         * combine.c (subst): Use simplify_subreg_regno rather than
17023         REG_CANNOT_CHANGE_MODE_P to detect invalid mode changes.
17025 2014-09-22  Richard Sandiford  <richard.sandiford@arm.com>
17027         * rtl.h (subreg_info): Expand commentary
17028         * rtlanal.c (subreg_get_info): Likewise.
17030 2014-09-22  Richard Sandiford  <richard.sandiford@arm.com>
17032         * hard-reg-set.h (COPY_HARD_REG_SET, COMPL_HARD_REG_SET)
17033         (AND_HARD_REG_SET, AND_COMPL_HARD_REG_SET, IOR_HARD_REG_SET)
17034         (IOR_COMPL_HARD_REG_SET): Allow the "from" set to be constant.
17036 2014-09-22  Zhenqiang Chen  <zhenqiang.chen@arm.com>
17038         * config/arm/arm.c: #include "tm-constrs.h"
17039         (thumb1_size_rtx_costs): Adjust rtx costs.
17041 2014-09-22  Hans-Peter Nilsson  <hp@axis.com>
17043         * configure.ac (target_header_dir): Move block defining
17044         this to before the block setting inhibit_libc.
17045         (inhibit_libc): When considering $with_headers, just
17046         check it it's explicitly "no".  If not, also check if
17047         $target_header_dir/stdio.h is present.  If not, set
17048         inhibit_libc=true.
17049         * configure: Regenerate.
17051 2014-09-21  Patrick Oppenlander  <pattyo.lists@gmail.com>
17053         * config/rs6000/t-spe (MULTILIB_EXCEPTIONS): Allow isel without SPE.
17055 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17057         * config/rs6000/rs6000.md (div<mode>3): Fix comment.  Use a different
17058         insn for divides by integer powers of two.
17059         (div<mode>3_sra, *div<mode>3_sra_dot, *div<mode>3_sra_dot2): New.
17060         (mod<mode>3): Fix formatting.
17061         (three anonymous define_insn and two define_split): Delete.
17063 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17065         * config/rs6000/rs6000.md (ashr<mode>3, *ashr<mode>3, *ashrsi3_64,
17066         *ashr<mode>3_dot, *ashr<mode>3_dot2): Clobber CA_REGNO.
17067         (floatdisf2_internal2): Ditto.
17068         (ashrdi3_no_power): Ditto.  Fix formatting.
17070 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17072         * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
17073         popcntb<mode>2, popcntd<mode>2, parity<mode>2, parity<mode>2_cmpb):
17074         Tidy.
17076 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17078         * config/rs6000/rs6000.md (strlensi): Don't use subsi3 with a
17079         constant, use addsi3 directly.
17080         (three anonymous define_insn, two define_split): Delete.
17081         (sub<mode>3): Move.  Do not allow constant second operand.
17082         Generate different insn for constant first operand.
17083         (*subf<mode>3, *subf<mode>3_dot, *subf<mode>3_dot2): New.
17084         (subf<mode>3_imm): New.
17085         (ctz<mode>2, ffs<mode>2): Clobber CA_REGNO where required.
17086         (*plus_ltu<mode>): Only handle registers.
17087         (*plus_ltu<mode>_1): New.  Handle integer third operand.
17088         (*plus_gtu<mode>): Only handle registers.
17089         (*plus_gtu<mode>_1): New.  Handle integer third operand.
17091 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17093         * config/rs6000/rs6000.md (iorxor): New code_iterator.
17094         (iorxor): New code_attr.
17095         (IORXOR): New code_attr.
17096         (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): Delete.
17097         (ior<mode>3, xor<mode>3): Delete.
17098         (<iorxor><mode>3): New.
17099         (splitter for "big" integer ior, xor): New.
17100         (*bool<mode>3): Move.  Also handle AND.
17101         (*bool<mode>3_dot, *bool<mode>3_dot2): Also handle AND.
17102         (splitter for "big" integer ior, xor): Delete.
17104 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17106         * config/rs6000/rs6000.md (*neg<mode>2_internal): Delete.
17107         (two anonymous define_insn and two define_split): Delete.
17108         (*neg<mode>2, *neg<mode>2_dot, *neg<mode>2_dot2): New.
17110 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17112         * config/rs6000/rs6000.md (*one_cmpl<mode>2): Generate "not" insn.
17113         (two anonymous define_insn and two define_split): Delete.
17114         (*one_cmpl<mode>2_dot, *one_cmpl<mode>2_dot2): New.
17116 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17118         * config/rs6000/rs6000.c (rs6000_rtx_costs) <NE>: New.
17120 2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
17122         * config/rs6000/predicates.md (ca_operand): Allow subregs.
17123         (input_operand): Do not allow ca_operand.
17124         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): For the
17125         carry bit, allow SImode and Pmode.
17126         (rs6000_init_hard_regno_mode_ok): Make the carry bit class NO_REGS.
17128 2014-09-21  Uros Bizjak  <ubizjak@gmail.com>
17130         * config/i386/i386.c (ix86_expand_call): Generate MS->SYSV extra
17131         clobbered registers using clobber_reg.  Remove UNSPEC decoration.
17132         * config/i386/i386.md (unspec) <UNSPEC_MS_TO_SYSV_CALL>: Remove.
17133         (*call_rex64_ms_sysv): Remove.
17134         (*call_value_rex64_ms_sysv): Ditto.
17135         * config/i386/predicates.md (call_rex64_ms_sysv_operation): Remove.
17137 2014-09-20  Joern Rennecke  <joern.rennecke@embecosm.com>
17139         * config/epiphany/epiphany.md (sub_f_add_imm): Change constraint of
17140         operand 3 to "CnL".
17142 2014-09-20  Andreas Schwab  <schwab@suse.de>
17144         * config/ia64/ia64.md: Remove constraints from define_split
17145         patterns.
17147 2014-09-19  Jan Hubicka  <hubicka@ucw.cz>
17149         * ipa-utils.h (ipa_polymorphic_call_context): Turn into class;
17150         add ctors.
17151         (possible_polymorphic_call_targets,
17152         dump_possible_polymorphic_call_targets,
17153         possible_polymorphic_call_target_p,
17154         possible_polymorphic_call_target_p): Simplify.
17155         (get_dynamic_type): Remove.
17156         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
17157         (clear_speculation): Bring to ipa-deivrt.h
17158         (get_class_context): Rename to ...
17159         (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
17160         (contains_type_p): Update.
17161         (get_dynamic_type): Rename to ...
17162         ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
17163         (possible_polymorphic_call_targets): UPdate.
17164         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
17165         * ipa-prop.c (ipa_analyze_call_uses): Update.
17167 2014-09-19  Jan Hubicka  <hubicka@ucw.cz>
17169         * ipa-visibility.c (varpool_node::externally_visible_p): Do not
17170         privatize dynamic TLS variables.
17172 2014-09-19  Jan Hubicka  <hubicka@ucw.cz>
17174         * diagnostic.c (warning_n): New function.
17175         * diagnostic-core.h (warning_n): Declare.
17176         * ipa-devirt.c (ipa_devirt): Handle singulars correctly;
17177         output dynamic counts when available.
17179 2014-09-19  Jan Hubicka  <hubicka@ucw.cz>
17181         PR tree-optimization/63255
17182         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering
17183         issue in setting body_removed flag.
17185 2014-09-19  Jan Hubicka  <hubicka@ucw.cz>
17187         PR c++/61825
17188         * c-family/c-common.c (handle_alias_ifunc_attribute): Check
17189         that visibility change is possible
17190         (handle_weakref_attribute): Likewise.
17191         * cgraph.h (symtab_node): Add method get_create and
17192         field refuse_visibility_changes.
17193         (symtab_node::get_create): New method.
17194         * fold-const.c (tree_single_nonzero_warnv_p): Use get_create.
17195         * varasm.c (mark_weak): Verify that visibility change is possible.
17197 2014-09-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
17199         * config/rs6000/predicates.md (fusion_gpr_mem_load): Move testing
17200         for base_reg_operand to be common between LO_SUM and PLUS.
17201         (fusion_gpr_mem_combo): New predicate to match a fused address
17202         that combines the addis and memory offset address.
17204         * config/rs6000/rs6000-protos.h (fusion_gpr_load_p): Change
17205         calling signature.
17206         (emit_fusion_gpr_load): Likewise.
17208         * config/rs6000/rs6000.c (fusion_gpr_load_p): Change calling
17209         signature to pass each argument separately, rather than
17210         using an operands array.  Rewrite the insns found by peephole2 to
17211         be a single insn, rather than hoping the insns will still be
17212         together when the peephole pass is done.  Drop being called via a
17213         normal peephole.
17214         (emit_fusion_gpr_load): Change calling signature to be called from
17215         the fusion_gpr_load_<mode> insns with a combined memory address
17216         instead of the peephole pass passing the addis and offset
17217         separately.
17219         * config/rs6000/rs6000.md (UNSPEC_FUSION_GPR): New unspec for GPR
17220         fusion.
17221         (power8 fusion peephole): Drop support for doing power8 via a
17222         normal peephole that was created by the peephole2 pass.
17223         (power8 fusion peephole2): Create a new insn with the fused
17224         address, so that the fused operation is kept together after
17225         register allocation is done.
17226         (fusion_gpr_load_<mode>): Likewise.
17228 2014-09-19  Jan Hubicka  <hubicka@ucw.cz>
17230         PR lto/63286
17231         * tree.c (need_assembler_name_p): Do not mangle variadic types.
17233 2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
17235         * recog.c (scratch_operand): Do not simply allow all hard registers:
17236         only allow those that are allocatable.
17238 2014-09-19  Felix Yang  <felix.yang@huawei.com>
17240         * cfgrtl.c ira.c ira-color.c ira-conflicts ira-lives.c: Update
17241         comments and fix spacing to conform to coding style.
17243 2014-09-19  James Greenhalgh  <james.greenhalgh@arm.com>
17245         * genrecog.c (validate_pattern): Allow empty constraints in
17246         a match_scratch.
17248 2014-09-19  Aldy Hernandez  <aldyh@redhat.com>
17250         * dwarf2out.c (decl_ultimate_origin): Update comment.
17251         * tree.c (block_ultimate_origin): Same.
17253 2014-09-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17255         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
17256         Update GCC version name to GCC 5.
17257         (rs6000_function_arg_boundary): Likewise.
17258         (rs6000_function_arg): Likewise.
17260 2014-09-19  James Greenhalgh  <james.greenhalgh@arm.com>
17262         * config/sh/sh.md: Fix use of constraints in define_split.
17264 2014-09-19  Markus Trippelsdorf  <markus@trippelsdorf.de>
17266         PR ipa/61998
17267         * ipa-devirt.c (ipa_devirt): Bail out if odr_types_ptr is NULL.
17269 2014-09-19  James Greenhalgh  <james.greenhalgh@arm.com>
17271         * doc/md.texi (Modifiers): Consistently use "read/write"
17272         nomenclature rather than "input/output".
17273         * genrecog.c (constraints_supported_in_insn_p): New.
17274         (validate_pattern): If needed, also check constraints on
17275         MATCH_SCRATCH operands.
17276         * genoutput.c (validate_insn_alternatives): Catch earlyclobber
17277         operands with no '=' or '+' modifier.
17279 2014-09-19  James Greenhalgh  <james.greenhalgh@arm.com>
17281         * config/aarch64/aarch64.md (stack_protect_test_<mode>): Mark
17282         scratch register as written.
17284 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17286         * config/s390/s390.c (s390_emit_epilogue): Remove bogus
17287         assignment.
17289 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17291         * config/s390/s390.md ("trunctdsd2", "extendsdtd2"): New
17292         expanders.
17294 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17296         PR target/62662
17297         * config/s390/s390.c (s390_emit_epilogue): When doing the return
17298         address load optimization force s390_optimize_prologue to leave it
17299         that way.  Only do the optimization if we already decided to push
17300         r14 into a stack slot.
17302 2014-09-19  Marat Zakirov  <m.zakirov@samsung.com>
17304         * asan.c (build_check_stmt): Alignment arg was added.
17305         (asan_expand_check_ifn): Optimization for alignment >= 8.
17307 2014-09-19  Olivier Hainque  <hainque@adacore.com>
17309         * config/i386/vxworksae.h: Remove obsolete definitions.
17310         (STACK_CHECK_PROTECT): Define.
17311         * config/i386/vx-common.h: Remove.  Merge contents within
17312         config/i386/vxworks.h.
17313         * config.gcc (i?86-vxworks*): Use i386/vxworks.h instead of
17314         i386/vx-common.h.
17316 2014-09-19  Olivier Hainque  <hainque@adacore.com>
17318         * config.gcc (powerpc-wrs-vxworksmils): New configuration.
17319         * config/rs6000/t-vxworksmils: New file.
17320         * config/rs6000/vxworksmils.h: New file.
17322 2014-09-19  Olivier Hainque  <hainque@adacore.com>
17324         * varasm.c (default_section_type_flags): Flag .persistent.bss
17325         sections as SECTION_BSS.
17327 2014-09-19  Nick Clifton  <nickc@redhat.com>
17329         * config/rl78/rl78.c (rl78_expand_epilogue): Generate a USE of the
17330         pop'ed registers so that DCE does not eliminate them.
17332 2014-09-18  Jan Hubicka  <hubicka@ucw.cz>
17334         PR lto/63298
17335         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix thinko in a condition.
17337 2014-09-18  Joseph Myers  <joseph@codesourcery.com>
17339         * system.h (LIBGCC2_TF_CEXT): Poison.
17340         * config/i386/cygming.h (LIBGCC2_TF_CEXT): Remove.
17341         * config/i386/darwin.h (LIBGCC2_TF_CEXT): Likewise.
17342         * config/i386/dragonfly.h (LIBGCC2_TF_CEXT): Likewise.
17343         * config/i386/freebsd.h (LIBGCC2_TF_CEXT): Likewise.
17344         * config/i386/gnu-user-common.h (LIBGCC2_TF_CEXT): Likewise.
17345         * config/i386/openbsdelf.h (LIBGCC2_TF_CEXT): Likewise.
17346         * config/i386/sol2.h (LIBGCC2_TF_CEXT): Likewise.
17347         * config/ia64/ia64.h (LIBGCC2_TF_CEXT): Likewise.
17348         * config/ia64/linux.h (LIBGCC2_TF_CEXT): Likewise.
17350 2014-09-19  Kito Cheng  <kito@0xlab.org>
17352         * except.h: Fix header guard.
17353         * addresses.h: Add missing header guard.
17354         * cfghooks.h: Likewise.
17355         * collect-utils.h: Likewise.
17356         * collect2-aix.h: Likewise.
17357         * conditions.h: Likewise.
17358         * cselib.h: Likewise.
17359         * dwarf2asm.h: Likewise.
17360         * graphds.h: Likewise.
17361         * graphite-scop-detection.h: Likewise.
17362         * gsyms.h: Likewise.
17363         * hw-doloop.h: Likewise.
17364         * incpath.h: Likewise.
17365         * ipa-inline.h: Likewise.
17366         * ipa-ref.h: Likewise.
17367         * ira-int.h: Likewise.
17368         * ira.h: Likewise.
17369         * lra-int.h: Likewise.
17370         * lra.h: Likewise.
17371         * lto-section-names.h: Likewise.
17372         * read-md.h: Likewise.
17373         * reload.h: Likewise.
17374         * rtl-error.h: Likewise.
17375         * sdbout.h: Likewise.
17376         * targhooks.h: Likewise.
17377         * tree-affine.h: Likewise.
17378         * xcoff.h: Likewise.
17379         * xcoffout.h: Likewise.
17381 2014-09-18  Vladimir Makarov  <vmakarov@redhat.com>
17383         PR debug/63285
17384         * haifa-sched.c (schedule_block): Advance cycle at the end of BB
17385         if advance != 0.
17387 2014-09-18  Vladimir Makarov  <vmakarov@redhat.com>
17389         PR target/61360
17390         * lra.c (lra): Call recog_init.
17392 2014-09-18  Jakub Jelinek  <jakub@redhat.com>
17394         PR c++/62017
17395         * asan.c (transform_statements): Don't instrument clobber statements.
17397 2014-09-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17399         * config/arm/neon.md (*movmisalign<mode>_neon_load): Change type
17400         to neon_load1_1reg<q>.
17402 2014-09-17  Jakub Jelinek  <jakub@redhat.com>
17404         PR debug/63284
17405         * tree-cfgcleanup.c (fixup_noreturn_call): Don't split block
17406         if there are only debug stmts after the noreturn call, instead
17407         remove the debug stmts.
17409 2014-09-17  Jan Hubicka  <hubicka@ucw.cz>
17411         * ipa-devirt.c (type_pair, default_hashset_traits): New types.
17412         (odr_types_equivalent_p): Use pair hash.
17413         (odr_subtypes_equivalent_p): Likewise, do structural compare
17414         on ODR types that may be mismatched.
17415         (warn_odr): Support warning when only one field is given.
17416         (odr_types_equivalent_p): Strenghten comparsions made;
17417         support VOIDtype.
17418         (add_type_duplicate): Update VISITED hash set.
17420 2014-09-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
17422         * config.gcc (*-*-rtems*): Default to 'rtems' thread model.
17423         Enable selection of 'posix' or no thread model.
17425 2014-09-17  Andrew Stubbs  <ams@codesourcery.com>
17427         * config/arm/arm.c (arm_option_override): Reject -mfpu=neon
17428         when architecture is older than ARMv7.
17430 2014-09-16  John David Anglin  <danglin@gcc.gnu.org>
17432         PR target/61853
17433         * config/pa/pa.c (pa_function_value): Directly handle aggregates
17434         that fit exactly in a word or double word.
17436 2014-09-16  Ilya Tocar  <ilya.tocar@intel.com>
17438         * config/i386/driver-i386.c (host_detect_local_cpu): Detect lack of
17439         zmm/k regs support.
17441 2014-09-16  Alexander Ivchenko  <alexander.ivchenko@intel.com>
17442             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
17443             Anna Tikhonova  <anna.tikhonova@intel.com>
17444             Ilya Tocar  <ilya.tocar@intel.com>
17445             Andrey Turetskiy  <andrey.turetskiy@intel.com>
17446             Ilya Verbin  <ilya.verbin@intel.com>
17447             Kirill Yukhin  <kirill.yukhin@intel.com>
17448             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
17450         * config/i386/i386.c
17451         (ix86_expand_vector_extract): Handle V32HI and V64QI modes.
17452         * config/i386/sse.md
17453         (define_mode_iterator VI48F_256): New.
17454         (define_mode_attr extract_type): Ditto.
17455         (define_mode_attr extract_suf): Ditto.
17456         (define_mode_iterator AVX512_VEC): Ditto.
17457         (define_expand
17458         "<extract_type>_vextract<shuffletype><extract_suf>_mask"): Use
17459         AVX512_VEC.
17460         (define_insn "avx512dq_vextract<shuffletype>64x2_1_maskm"): New.
17461         (define_insn
17462         "<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>"):
17463         Ditto.
17464         (define_mode_attr extract_type_2): Ditto.
17465         (define_mode_attr extract_suf_2): Ditto.
17466         (define_mode_iterator AVX512_VEC_2): Ditto.
17467         (define_expand
17468         "<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask"): Use
17469         AVX512_VEC_2 mode iterator.
17470         (define_insn "vec_extract_hi_<mode>_maskm"): Ditto.
17471         (define_expand "avx512vl_vextractf128<mode>"): Ditto.
17472         (define_insn_and_split "vec_extract_lo_<mode>"): Delete.
17473         (define_insn "vec_extract_lo_<mode><mask_name>"): New.
17474         (define_split for V16FI mode): Ditto.
17475         (define_insn_and_split "vec_extract_lo_<mode>"): Delete.
17476         (define_insn "vec_extract_lo_<mode><mask_name>"): New.
17477         (define_split for VI8F_256 mode): Ditto.
17478         (define_insn "vec_extract_hi_<mode><mask_name>"): Add masking.
17479         (define_insn_and_split "vec_extract_lo_<mode>"): Delete.
17480         (define_insn "vec_extract_lo_<mode><mask_name>"): New.
17481         (define_split for VI4F_256 mode): Ditto.
17482         (define_insn "vec_extract_lo_<mode>_maskm"): Ditto.
17483         (define_insn "vec_extract_hi_<mode>_maskm"): Ditto.
17484         (define_insn "vec_extract_hi_<mode><mask_name>"): Add masking.
17485         (define_mode_iterator VEC_EXTRACT_MODE): Add V64QI and V32HI modes.
17486         (define_insn "vcvtph2ps<mask_name>"): Fix pattern condition.
17487         (define_insn "avx512f_vextract<shuffletype>32x4_1_maskm"): Ditto.
17488         (define_insn "<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>"):
17489         Update `type' attribute, remove explicit `memory' attribute calculation.
17491 2014-09-16  Kito Cheng  <kito@0xlab.org>
17493         * ira.c (ira): Don't initialize ira_spilled_reg_stack_slots and
17494         ira_spilled_reg_stack_slots_num if using lra.
17495         (do_reload): Remove release ira_spilled_reg_stack_slots part.
17496         * ira-color.c (ira_sort_regnos_for_alter_reg): Add assertion to
17497         make sure not using lra.
17498         (ira_reuse_stack_slot): Likewise.
17499         (ira_mark_new_stack_slot): Likewise.
17501 2014-09-15  Andi Kleen  <ak@linux.intel.com>
17503         * function.c (allocate_struct_function): Force
17504         DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT to one when
17505         profiling is disabled.
17507 2014-09-15  Trevor Saunders  <tsaunders@mozilla.com>
17509         * cfgrtl.c, combine.c, config/arc/arc.c, config/mcore/mcore.c,
17510         config/rs6000/rs6000.c, config/sh/sh.c, cprop.c, dwarf2out.c,
17511         emit-rtl.c, final.c, function.c, gcse.c, jump.c, reg-stack.c,
17512         reload1.c, reorg.c, resource.c, sel-sched-ir.c: Replace INSN_DELETED_P
17513         macro with statically checked member functions.
17514         * rtl.h (rtx_insn::deleted): New method.
17515         (rtx_insn::set_deleted): Likewise.
17516         (rtx_insn::set_undeleted): Likewise.
17517         (INSN_DELETED_P): Remove.
17519 2014-09-15  Trevor Saunders  <tsaunders@mozilla.com>
17521         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Assign the
17522         result of emit_jump_insn_before to a new variable.
17523         * jump.c (mark_jump_label): Change the type of insn to rtx_insn *.
17524         (mark_jump_label_1): Likewise.
17525         (mark_jump_label_asm): Likewise.
17526         * reload1.c (gen_reload): Change type of tem to rtx_insn *.
17527         * rtl.h (mark_jump_label): Adjust.
17529 2014-09-15  Jakub Jelinek  <jakub@redhat.com>
17531         * Makefile.in (dg_target_exps): Remove.
17532         (check_gcc_parallelize): Change to just an upper bound number.
17533         (check-%-subtargets): Always print the non-parallelized goals.
17534         (check_p_vars, check_p_comma, check_p_subwork): Remove.
17535         (check_p_count, check_p_numbers0, check_p_numbers1, check_p_numbers2,
17536         check_p_numbers3, check_p_numbers4, check_p_numbers5,
17537         check_p_numbers6): New variables.
17538         (check_p_numbers): Set to sequence from 1 to 9999.
17539         (check_p_subdirs): Set to sequence from 1 to minimum of
17540         $(check_p_count) and either GCC_TEST_PARALLEL_SLOTS env var if set,
17541         or 128.
17542         (check-%, check-parallel-%): Rewritten so that for parallelized
17543         testing each job runs all the *.exp files, with
17544         GCC_RUNTEST_PARALLELIZE_DIR set in environment.
17546 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
17548         * config/arc/arc-protos.h (arc_attr_type): Strengthen param from
17549         rtx to rtx_insn *.
17550         (arc_sets_cc_p): Likewise.
17551         * config/arc/arc.c (arc_print_operand): Use methods of
17552         "final_sequence" for clarity, and to enable strengthening of
17553         locals "jump" and "delay" from rtx to rtx_insn *.
17554         (arc_adjust_insn_length): Strengthen local "prev" from rtx to
17555         rtx_insn *; use method of rtx_sequence for typesafety.
17556         (arc_get_insn_variants): Use insn method of rtx_sequence for
17557         typesafety.
17558         (arc_pad_return): Likewise.
17559         (arc_attr_type): Strengthen param from rtx to rtx_insn *.
17560         (arc_sets_cc_p): Likewise.  Also, convert a GET_CODE check to a
17561         dyn_cast to rtx_sequence *, using insn method for typesafety.
17562         * config/arc/arc.h (ADJUST_INSN_LENGTH): Add checked casts to
17563         rtx_sequence * and use insn method when invoking get_attr_length.
17564         * config/bfin/bfin.c (type_for_anomaly): Strengthen param from rtx
17565         to rtx_insn *.  Replace a GET_CODE check with a dyn_cast to
17566         rtx_sequence *, introducing a local "seq", using its insn method
17567         from typesafety and clarity.
17568         (add_sched_insns_for_speculation): Strengthen local "next" from
17569         rtx to rtx_insn *.
17570         * config/c6x/c6x.c (get_insn_side): Likewise for param "insn".
17571         (predicate_insn): Likewise.
17572         * config/cris/cris-protos.h (cris_notice_update_cc): Likewise for
17573         second param.
17574         * config/cris/cris.c (cris_notice_update_cc): Likewise.
17575         * config/epiphany/epiphany-protos.h
17576         (extern void epiphany_insert_mode_switch_use): Likewise for param
17577         "insn".
17578         (get_attr_sched_use_fpu): Likewise for param.
17579         * config/epiphany/epiphany.c (epiphany_insert_mode_switch_use):
17580         Likewise for param "insn".
17581         * config/epiphany/mode-switch-use.c (insert_uses): Likewise for
17582         param "insn" of "target_insert_mode_switch_use" callback.
17583         * config/frv/frv.c (frv_insn_unit): Likewise for param "insn".
17584         (frv_issues_to_branch_unit_p): Likewise.
17585         (frv_pack_insn_p): Likewise.
17586         (frv_compare_insns): Strengthen locals "insn1" and "insn2" from
17587         const rtx * (i.e. mutable rtx_def * const *) to
17588         rtx_insn * const *.
17589         * config/i386/i386-protos.h (standard_sse_constant_opcode):
17590         Strengthen first param from rtx to rtx_insn *.
17591         (output_fix_trunc): Likewise.
17592         * config/i386/i386.c (standard_sse_constant_opcode): Likewise.
17593         (output_fix_trunc): Likewise.
17594         (core2i7_first_cycle_multipass_filter_ready_try): Likewise for
17595         local "insn".
17596         (min_insn_size): Likewise for param "insn".
17597         (get_mem_group): Likewise.
17598         (is_cmp): Likewise.
17599         (get_insn_path): Likewise.
17600         (get_insn_group): Likewise.
17601         (count_num_restricted): Likewise.
17602         (fits_dispatch_window): Likewise.
17603         (add_insn_window): Likewise.
17604         (add_to_dispatch_window): Likewise.
17605         (debug_insn_dispatch_info_file): Likewise.
17606         * config/m32c/m32c-protos.h (m32c_output_compare): Likewise for
17607         first param.
17608         * config/m32c/m32c.c (m32c_compare_redundant): Likewise for param
17609         "cmp" and local "prev".
17610         (m32c_output_compare): Likewise for param "insn".
17611         * config/m32r/predicates.md (define_predicate "small_insn_p"): Add
17612         a checked cast to rtx_insn * on "op" after we know it's an INSN_P.
17613         (define_predicate "large_insn_p"): Likewise.
17614         * config/m68k/m68k-protos.h (m68k_sched_attr_size): Strengthen
17615         param from rtx to rtx_insn *.
17616         (attr_op_mem m68k_sched_attr_op_mem): Likewise.
17617         * config/m68k/m68k.c (sched_get_attr_size_int): Likewise.
17618         (m68k_sched_attr_size): Likewise.
17619         (sched_get_opxy_mem_type): Likewise for param "insn".
17620         (m68k_sched_attr_op_mem): Likewise.
17621         (sched_mem_operand_p): Likewise.
17622         * config/mep/mep-protos.h (mep_multi_slot): Likewise for param.
17623         * config/mep/mep.c (mep_multi_slot): Likewise.
17624         * config/mips/mips-protos.h (mips_output_sync_loop): Likewise for
17625         first param.
17626         (mips_sync_loop_insns): Likewise.
17627         * config/mips/mips.c (mips_print_operand_punctuation): Use insn
17628         method of "final_sequence" for typesafety.
17629         (mips_process_sync_loop): Strengthen param "insn" from rtx to
17630         rtx_insn *.
17631         (mips_output_sync_loop): Likewise.
17632         (mips_sync_loop_insns): Likewise.
17633         (mips_74k_agen_init): Likewise.
17634         (mips_sched_init): Use NULL rather than NULL_RTX when working with
17635         insns.
17636         * config/nds32/nds32-fp-as-gp.c (nds32_symbol_load_store_p):
17637         Strengthen param "insn" from rtx to rtx_insn *.
17638         * config/nds32/nds32.c (nds32_target_alignment): Likewise for
17639         local "insn".
17640         * config/pa/pa-protos.h (pa_insn_refs_are_delayed): Likewise for param.
17641         * config/pa/pa.c (pa_output_function_epilogue): Likewise for local
17642         "insn".  Use method of rtx_sequence for typesafety.
17643         (branch_to_delay_slot_p): Strengthen param "insn" from rtx to
17644         rtx_insn *.
17645         (branch_needs_nop_p): Likewise.
17646         (use_skip_p): Likewise.
17647         (pa_insn_refs_are_delayed): Likewise.
17648         * config/rl78/rl78.c (rl78_propogate_register_origins): Likewise
17649         for locals "insn", "ninsn".
17650         * config/rs6000/rs6000.c (is_microcoded_insn): Likewise for param
17651         "insn".
17652         (is_cracked_insn): Likewise.
17653         (is_branch_slot_insn): Likewise.
17654         (is_nonpipeline_insn): Likewise.
17655         (insn_terminates_group_p): Likewise.
17656         (insn_must_be_first_in_group): Likewise.
17657         (insn_must_be_last_in_group): Likewise.
17658         (force_new_group): Likewise for param "next_insn".
17659         * config/s390/s390.c (s390_get_sched_attrmask): Likewise for param
17660         "insn".
17661         (s390_sched_score): Likewise.
17662         * config/sh/sh-protos.h (output_branch): Likewise for param 2.
17663         (rtx sfunc_uses_reg): Likewise for sole param.
17664         * config/sh/sh.c (sh_print_operand): Use insn method of
17665         final_sequence for typesafety.
17666         (output_branch): Strengthen param "insn" from rtx to rtx_insn *.
17667         Use insn method of final_sequence for typesafety.
17668         (sfunc_uses_reg): Strengthen param "insn" from rtx to rtx_insn *.
17669         * config/sparc/sparc-protos.h (eligible_for_call_delay): Likewise
17670         for param.
17671         (eligible_for_return_delay): Likewise.
17672         (eligible_for_sibcall_delay): Likewise.
17673         * config/sparc/sparc.c (eligible_for_call_delay): Likewise.
17674         (eligible_for_return_delay): Likewise.
17675         (eligible_for_sibcall_delay): Likewise.
17676         * config/stormy16/stormy16-protos.h
17677         (xstormy16_output_cbranch_hi): Likewise for final param.
17678         (xstormy16_output_cbranch_si): Likewise.
17679         * config/stormy16/stormy16.c (xstormy16_output_cbranch_hi): LIkewise.
17680         (xstormy16_output_cbranch_si): Likewise.
17681         * config/v850/v850-protos.h (notice_update_cc): Likewise.
17682         * config/v850/v850.c (notice_update_cc): Likewise.
17684         * final.c (get_attr_length_1): Strengthen param "insn" and param
17685         of "fallback_fn" from rtx to rtx_insn *, eliminating a checked cast.
17686         (get_attr_length): Strengthen param "insn" from rtx to rtx_insn *.
17687         (get_attr_min_length): Likewise.
17688         (shorten_branches): Likewise for signature of locals "length_fun"
17689         and "inner_length_fun".  Introduce local rtx_sequence * "seqn"
17690         from a checked cast and use its methods for clarity and to enable
17691         strengthening local "inner_insn" from rtx to rtx_insn *.
17692         * genattr.c (gen_attr): When writing out the prototypes of the
17693         various generated "get_attr_" functions, strengthen the params of
17694         the non-const functions from rtx to rtx_insn *.
17695         Similarly, strengthen the params of insn_default_length,
17696         insn_min_length, insn_variable_length_p, insn_current_length.
17697         (main): Similarly, strengthen the param of num_delay_slots,
17698         internal_dfa_insn_code, insn_default_latency, bypass_p,
17699         insn_latency, min_issue_delay, print_reservation,
17700         insn_has_dfa_reservation_p and of the "internal_dfa_insn_code" and
17701         "insn_default_latency" callbacks.  Rename hook_int_rtx_unreachable
17702         to hook_int_rtx_insn_unreachable.
17703         * genattrtab.c (write_attr_get): When writing out the generated
17704         "get_attr_" functions, strengthen the param "insn" from rtx to
17705         rtx_insn *, eliminating a checked cast.
17706         (make_automaton_attrs): When writing out prototypes of
17707         "internal_dfa_insn_code_", "insn_default_latency_" functions
17708         and the "internal_dfa_insn_code" and "insn_default_latency"
17709         callbacks, strengthen their params from rtx to rtx_insn *
17710         * genautomata.c (output_internal_insn_code_evaluation): When
17711         writing out code, add a checked cast from rtx to rtx_insn * when
17712         invoking DFA_INSN_CODE_FUNC_NAME aka dfa_insn_code.
17713         (output_dfa_insn_code_func): Strengthen param of generated
17714         function "dfa_insn_code_enlarge" from rtx to rtx_insn *.
17715         (output_trans_func): Likewise for generated function
17716         "state_transition".
17717         (output_internal_insn_latency_func): When writing out generated
17718         function "internal_insn_latency", rename params from "insn" and
17719         "insn2" to "insn_or_const0" and "insn2_or_const0".  Reintroduce
17720         locals "insn" and "insn2" as rtx_insn * with checked casts once
17721         we've proven that we're not dealing with const0_rtx.
17722         (output_insn_latency_func):  Strengthen param of generated
17723         function "insn_latency" from rtx to rtx_insn *.
17724         (output_print_reservation_func): Likewise for generated function
17725         "print_reservation".
17726         (output_insn_has_dfa_reservation_p): Likewise for generated
17727         function "insn_has_dfa_reservation_p".
17728         * hooks.c (hook_int_rtx_unreachable): Rename to...
17729         (hook_int_rtx_insn_unreachable): ...this, and strengthen param
17730         from rtx to rtx_insn *.
17731         * hooks.h (hook_int_rtx_unreachable): Likewise.
17732         (extern int hook_int_rtx_insn_unreachable): Likewise.
17733         * output.h (get_attr_length): Strengthen param from rtx to rtx_insn *.
17734         (get_attr_min_length): Likewise.
17735         * recog.c (get_enabled_alternatives): Likewise.
17736         * recog.h (alternative_mask get_enabled_alternatives): Likewise.
17737         * reorg.c (find_end_label): Introduce local rtx "pat" and
17738         strengthen local "insn" from rtx to rtx_insn *.
17739         (redundant_insn): Use insn method of "seq" rather than element for
17740         typesafety; strengthen local "control" from rtx to rtx_insn *.
17741         * resource.c (mark_referenced_resources): Add checked cast to
17742         rtx_insn * within INSN/JUMP_INSN case.
17743         (mark_set_resources): Likewise.
17744         * sel-sched.c (estimate_insn_cost): Strengthen param "insn" from
17745         rtx to rtx_insn *.
17747 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
17749         * config/rs6000/rs6000.c (rs6000_loop_align_max_skip): Strengthen
17750         param "label" from rtx to rtx_insn *.
17751         * config/rx/rx.c (rx_max_skip_for_label): Likewise for param "lab"
17752         and local "op".
17753         * doc/tm.texi (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Autogenerated changes.
17754         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Likewise.
17755         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
17756         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
17757         * final.c (default_label_align_after_barrier_max_skip): Strengthen
17758         param from rtx to rtx_insn *.
17759         (default_loop_align_max_skip): Likewise.
17760         (default_label_align_max_skip): Likewise.
17761         (default_jump_align_max_skip): Likewise.
17762         * target.def (label_align_after_barrier_max_skip): Likewise.
17763         (loop_align_max_skip): Likewise.
17764         (label_align_max_skip): Likewise.
17765         (jump_align_max_skip): Likewise.
17766         * targhooks.h (default_label_align_after_barrier_max_skip): Likewise.
17767         (default_loop_align_max_skip): Likewise.
17768         (default_label_align_max_skip): Likewise.
17769         (default_jump_align_max_skip): Likewise.
17771 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
17773         * config/arc/arc.c (arc_can_follow_jump): Strengthen both params
17774         from const_rtx to const rtx_insn *.  Update union members from rtx
17775         to rtx_insn *.
17776         * doc/tm.texi (TARGET_CAN_FOLLOW_JUMP): Autogenerated change.
17777         * hooks.c (hook_bool_const_rtx_const_rtx_true): Rename to...
17778         (hook_bool_const_rtx_insn_const_rtx_insn_true): ...this, and
17779         strengthen both params from const_rtx to const rtx_insn *.
17780         * hooks.h (hook_bool_const_rtx_const_rtx_true): Likewise.
17781         (hook_bool_const_rtx_insn_const_rtx_insn_true): Likewise.
17782         * reorg.c (follow_jumps): Strengthen param "jump" from rtx to
17783         rtx_insn *.
17784         * target.def (can_follow_jump): Strengthen both params from
17785         const_rtx to const rtx_insn *, and update default implementation
17786         from hook_bool_const_rtx_const_rtx_true to
17787         hook_bool_const_rtx_insn_const_rtx_insn_true.
17789 2014-09-15  David Malcolm  <dmalcolm@redhat.com>
17791         * sched-deps.c (deps_start_bb): Strengthen param "head" and local
17792         "insn" from rtx to rtx_insn *.
17793         * sched-int.h (deps_start_bb): Likewise for 2nd param.
17795 2014-09-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
17796             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
17797             Anna Tikhonova  <anna.tikhonova@intel.com>
17798             Ilya Tocar  <ilya.tocar@intel.com>
17799             Andrey Turetskiy  <andrey.turetskiy@intel.com>
17800             Ilya Verbin  <ilya.verbin@intel.com>
17801             Kirill Yukhin  <kirill.yukhin@intel.com>
17802             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
17804         * config/i386/sse.md
17805         (define_insn "vcvtph2ps<mask_name>"): Add masking.
17806         (define_insn "*vcvtph2ps_load<mask_name>"): Ditto.
17807         (define_insn "vcvtph2ps256<mask_name>"): Ditto.
17808         (define_expand "vcvtps2ph_mask"): New.
17809         (define_insn "*vcvtps2ph<mask_name>"): Add masking.
17810         (define_insn "*vcvtps2ph_store<mask_name>"): Ditto.
17811         (define_insn "vcvtps2ph256<mask_name>"): Ditto.
17813 2014-09-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
17814             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
17815             Anna Tikhonova  <anna.tikhonova@intel.com>
17816             Ilya Tocar  <ilya.tocar@intel.com>
17817             Andrey Turetskiy  <andrey.turetskiy@intel.com>
17818             Ilya Verbin  <ilya.verbin@intel.com>
17819             Kirill Yukhin  <kirill.yukhin@intel.com>
17820             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
17822         * config/i386/sse.md (define_mode_iterator VI248_AVX512BW_AVX512VL):
17823         New.
17824         (define_mode_iterator VI24_AVX512BW_1): Ditto.
17825         (define_insn "<mask_codefor>ashr<mode>3<mask_name>"): Ditto.
17826         (define_insn "<mask_codefor>ashrv2di3<mask_name>"): Ditto.
17827         (define_insn "ashr<VI248_AVX512BW_AVX512VL:mode>3<mask_name>"): Enable
17828         also for TARGET_AVX512VL.
17829         (define_expand "ashrv2di3"): Update to enable TARGET_AVX512VL.
17831 2014-09-15  Markus Trippelsdorf  <markus@trippelsdorf.de>
17833         * doc/install.texi (Options specification): add
17834         --disable-libsanitizer item.
17836 2014-09-14  James Clarke  <jrtc27@jrtc27.com>
17837             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
17839         PR target/61407
17840         * config/darwin-c.c (version_as_macro): Added extra 0 for OS X 10.10
17841         and above.
17842         * config/darwin-driver.c (darwin_find_version_from_kernel): Removed
17843         kernel version check to avoid incrementing it after every major OS X
17844         release.
17845         (darwin_default_min_version): Avoid static memory buffer.
17847 2014-09-13  Jan Hubicka  <hubicka@ucw.cz>
17849         * tree.c (need_assembler_name_p): Store C++ type mangling only
17850         for aggregates.
17852 2014-09-13  Marek Polacek  <polacek@redhat.com>
17854         * tree.c (protected_set_expr_location): Don't check whether T is
17855         non-null here.
17857 2014-09-12  DJ Delorie  <dj@redhat.com>
17859         * config/msp430/msp430.md (extendhipsi2): Use 20-bit form of RLAM/RRAM.
17860         (extend_and_shift1_hipsi2): Likewise.
17861         (extend_and_shift2_hipsi2): Likewise.
17863 2014-09-12  David Malcolm  <dmalcolm@redhat.com>
17865         * config/alpha/alpha.c (alpha_ra_ever_killed): Replace NULL_RTX
17866         with NULL when dealing with an insn.
17867         * config/sh/sh.c (sh_reorg): Strengthen local "last_float_move"
17868         from rtx to rtx_insn *.
17869         * rtl.h (reg_set_between_p): Strengthen params 2 and 3 from
17870         const_rtx to const rtx_insn *.
17871         * rtlanal.c (reg_set_between_p): Likewise, removing a checked cast.
17873 2014-09-12  Trevor Saunders  <tsaunders@mozilla.com>
17875         * hash-table.h (gt_pch_nx): Don't call gt_pch_note_object within an
17876         assert.
17878 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
17880         * target.def (libgcc_floating_mode_supported_p): New hook.
17881         * targhooks.c (default_libgcc_floating_mode_supported_p): New
17882         function.
17883         * targhooks.h (default_libgcc_floating_mode_supported_p): Declare.
17884         * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_XF_MODE)
17885         (LIBGCC2_HAS_TF_MODE): Remove.
17886         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): New @hook.
17887         * doc/tm.texi: Regenerate.
17888         * genmodes.c (emit_insn_modes_h): Define HAVE_%smode for each
17889         machine mode.
17890         * system.h (LIBGCC2_HAS_SF_MODE, LIBGCC2_HAS_DF_MODE)
17891         (LIBGCC2_HAS_XF_MODE, LIBGCC2_HAS_TF_MODE): Poison.
17892         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE): Remove.
17893         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE): Remove.
17894         * config/i386/djgpp.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17895         * config/i386/dragonfly.h (LIBGCC2_HAS_TF_MODE): Remove.
17896         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE): Remove.
17897         * config/i386/gnu-user-common.h (LIBGCC2_HAS_TF_MODE): Remove.
17898         * config/i386/i386-interix.h (IX86_NO_LIBGCC_TFMODE): Define.
17899         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p): New
17900         function.
17901         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Define.
17902         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17903         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17904         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17905         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17906         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17907         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17908         * config/i386/openbsdelf.h (LIBGCC2_HAS_TF_MODE): Remove.
17909         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Define.
17910         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Remove.
17911         * config/i386/vx-common.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
17912         * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Define.
17913         * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Define.
17914         * config/ia64/hpux.h (LIBGCC2_HAS_XF_MODE, LIBGCC2_HAS_TF_MODE):
17915         Remove.
17916         * config/ia64/ia64.c (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P):
17917         New macro.
17918         (ia64_libgcc_floating_mode_supported_p): New function.
17919         * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): Remove.
17920         * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
17921         (IA64_NO_LIBGCC_TFMODE): Define.
17922         * config/msp430/msp430.h (LIBGCC2_HAS_DF_MODE): Remove.
17923         * config/pdp11/pdp11.c (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
17924         (pdp11_scalar_mode_supported_p): New function.
17925         * config/rl78/rl78.h (LIBGCC2_HAS_DF_MODE): Remove.
17926         * config/rx/rx.h (LIBGCC2_HAS_DF_MODE): Remove.
17928 2014-09-12  Richard Biener  <rguenther@suse.de>
17930         PR middle-end/63237
17931         * gimple-fold.c (get_maxval_strlen): Gimplify string length.
17933 2014-09-12  Marc Glisse  <marc.glisse@inria.fr>
17935         * tree.c (integer_each_onep): New function.
17936         * tree.h (integer_each_onep): Declare it.
17937         * fold-const.c (fold_binary_loc): Use it for ~A + 1 to -A and
17938         -A - 1 to ~A.  Disable (X & 1) ^ 1, (X ^ 1) & 1 and ~X & 1 to
17939         (X & 1) == 0 for vector and complex.
17941 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
17943         * gcc/config/aarch64/aarch64.c (cortexa57_regmove_cost): New cost table
17944         for A57.
17945         (cortexa53_regmove_cost): New cost table for A53.  Increase GP2FP/FP2GP
17946         cost to spilling from integer to FP registers.
17948 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
17950         * config/aarch64/aarch64.c (aarch64_register_move_cost): Fix Q register
17951         move handling.
17952         (generic_regmove_cost): Undo raised FP2FP move cost as Q register moves
17953         are now handled correctly.
17955 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
17957         * config/aarch64/aarch64.c (aarch64_register_move_cost): Add cost
17958         handling of CALLER_SAVE_REGS and POINTER_REGS.
17960 2014-09-12  Wilco Dijkstra  <wilco.dijkstra@arm.com>
17962         * gcc/ree.c (combine_reaching_defs): Ensure inserted copy don't change
17963         the number of hard registers.
17965 2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
17966             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
17967             Anna Tikhonova  <anna.tikhonova@intel.com>
17968             Ilya Tocar  <ilya.tocar@intel.com>
17969             Andrey Turetskiy  <andrey.turetskiy@intel.com>
17970             Ilya Verbin  <ilya.verbin@intel.com>
17971             Kirill Yukhin  <kirill.yukhin@intel.com>
17972             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
17974         * config/i386/sse.md
17975         (define_mode_iterator VI48_AVX512VL): New.
17976         (define_expand "<avx512>_vternlog<mode>_maskz"): Rename from
17977         "avx512f_vternlog<mode>_maskz" and update mode iterator.
17978         (define_insn "<avx512>_vternlog<mode><sd_maskz_name>"): Rename
17979         from "avx512f_vternlog<mode><sd_maskz_name>" and update mode iterator.
17980         (define_insn "<avx512>_vternlog<mode>_mask"): Rename from
17981         "avx512f_vternlog<mode>_mask" and update mode iterator.
17982         (define_insn "<mask_codefor><avx512>_align<mode><mask_name>"): Rename
17983         from "<mask_codefor>avx512f_align<mode><mask_name>" and update mode
17984         iterator.
17985         (define_insn "<avx512>_<rotate>v<mode><mask_name>"): Rename from
17986         "avx512f_<rotate>v<mode><mask_name>" and update mode iterator.
17987         (define_insn "<avx512>_<rotate><mode><mask_name>"): Rename from
17988         "avx512f_<rotate><mode><mask_name>" and update mode iterator.
17989         (define_insn "clz<mode>2<mask_name>"): Use VI48_AVX512VL mode iterator.
17990         (define_insn "<mask_codefor>conflict<mode><mask_name>"): Ditto.
17992 2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
17993             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
17994             Anna Tikhonova  <anna.tikhonova@intel.com>
17995             Ilya Tocar  <ilya.tocar@intel.com>
17996             Andrey Turetskiy  <andrey.turetskiy@intel.com>
17997             Ilya Verbin  <ilya.verbin@intel.com>
17998             Kirill Yukhin  <kirill.yukhin@intel.com>
17999             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18001         * config/i386/sse.md (VI128_256): Delete.
18002         (define_mode_iterator VI124_256): New.
18003         (define_mode_iterator VI124_256_AVX512F_AVX512BW): Ditto.
18004         (define_expand "<code><mode>3<mask_name><round_name>"): Delete.
18005         (define_expand "<code><VI124_256_AVX512F_AVX512BW:mode>3"): New.
18006         (define_insn "*avx2_<code><VI124_256:mode>3"): Rename from
18007         "*avx2_<code><mode>3<mask_name><round_name>" and update mode iterator.
18008         (define_expand "<code><VI48_AVX512VL:mode>3_mask"): New.
18009         (define_insn "*avx512bw_<code><VI48_AVX512VL:mode>3<mask_name>"): Ditto.
18010         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Update mode
18011         iterator.
18012         (define_expand "<code><VI8_AVX2:mode>3"): Update pettern generation
18013         in presence of AVX-512.
18015 2014-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18016             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18017             Anna Tikhonova  <anna.tikhonova@intel.com>
18018             Ilya Tocar  <ilya.tocar@intel.com>
18019             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18020             Ilya Verbin  <ilya.verbin@intel.com>
18021             Kirill Yukhin  <kirill.yukhin@intel.com>
18022             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18024         * config/i386/sse.md
18025         (define_expand "<avx512>_gathersi<mode>"): Rename from
18026         "avx512f_gathersi<mode>".
18027         (define_insn "*avx512f_gathersi<mode>"): Use VI48F.
18028         (define_insn "*avx512f_gathersi<mode>_2"): Ditto.
18029         (define_expand "<avx512>_gatherdi<mode>"): Rename from
18030         "avx512f_gatherdi<mode>".
18031         (define_insn "*avx512f_gatherdi<mode>"): Use VI48F.
18032         (define_insn "*avx512f_gatherdi<mode>_2"): Use VI48F, add 128/256-bit
18033         wide versions.
18034         (define_expand "<avx512>_scattersi<mode>"): Rename from
18035         "avx512f_scattersi<mode>".
18036         (define_insn "*avx512f_scattersi<mode>"): Use VI48F.
18037         (define_expand "<avx512>_scatterdi<mode>"): Rename from
18038         "avx512f_scatterdi<mode>".
18039         (define_insn "*avx512f_scatterdi<mode>"): Use VI48F.
18041 2014-09-12  Richard Sandiford  <richard.sandiford@arm.com>
18043         * ira.h (ira_finish_once): Delete.
18044         * ira-int.h (target_ira_int::~target_ira_int): Declare.
18045         (target_ira_int::free_ira_costs): Likewise.
18046         (target_ira_int::free_register_move_costs): Likewise.
18047         (ira_finish_costs_once): Delete.
18048         * ira.c (free_register_move_costs): Replace with...
18049         (target_ira_int::free_register_move_costs): ...this new function.
18050         (target_ira_int::~target_ira_int): Define.
18051         (ira_init): Call free_register_move_costs as a member function rather
18052         than a global function.
18053         (ira_finish_once): Delete.
18054         * ira-costs.c (free_ira_costs): Replace with...
18055         (target_ira_int::free_ira_costs): ...this new function.
18056         (ira_init_costs): Call free_ira_costs as a member function rather
18057         than a global function.
18058         (ira_finish_costs_once): Delete.
18059         * target-globals.c (target_globals::~target_globals): Call the
18060         target_ira_int destructor.
18061         * toplev.c: Include lra.h.
18062         (finalize): Call lra_finish_once rather than ira_finish_once.
18064 2014-09-11  Jan Hubicka  <hubicka@ucw.cz>
18066         * common.opt (flto-odr-type-merging): New flag.
18067         * ipa-deivrt.c (hash_type_name): Use ODR names for hasing if availale.
18068         (types_same_for_odr): Likewise.
18069         (odr_subtypes_equivalent_p): Likewise.
18070         (add_type_duplicate): Do not walk type variants.
18071         (register_odr_type): New function.
18072         * ipa-utils.h (register_odr_type): Declare.
18073         (odr_type_p): New function.
18074         * langhooks.c (lhd_set_decl_assembler_name): Do not compute
18075         TYPE_DECLs
18076         * doc/invoke.texi (-flto-odr-type-merging): Document.
18077         * tree.c (need_assembler_name_p): Compute ODR names when asked
18078         for it.
18079         * tree.h (DECL_ASSEMBLER_NAME): Update comment.
18081 2014-09-11  H.J. Lu  <hongjiu.lu@intel.com>
18083         PR target/63228
18084         * config/i386/i386.c (ix86_option_override_internal): Also turn
18085         off OPTION_MASK_ABI_X32 for -m16.
18087 2014-09-11  Segher Boessenkool  <segher@kernel.crashing.org>
18089         * config/rs6000/rs6000.md (rs6000_mftb_<mode>): Use mode iterator
18090         GPR instead of P.
18092 2014-09-11  Marc Glisse  <marc.glisse@inria.fr>
18094         PR target/58757
18095         * ginclude/float.h (FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
18096         Directly forward to __*_DENORM_MIN__.
18098 2014-09-11  David Malcolm  <dmalcolm@redhat.com>
18100         * rtl.h (LABEL_REF_LABEL): New macro.
18102         * alias.c (rtx_equal_for_memref_p): Use LABEL_REF_LABEL in place
18103         of XEXP (, 0), where we know that we have a LABEL_REF.
18104         * cfgbuild.c (make_edges): Likewise.
18105         (purge_dead_tablejump_edges): Likewise.
18106         * cfgexpand.c (convert_debug_memory_address): Likewise.
18107         * cfgrtl.c (patch_jump_insn): Likewise.
18108         * combine.c (distribute_notes): Likewise.
18109         * cse.c (hash_rtx_cb): Likewise.
18110         (exp_equiv_p): Likewise.
18111         (fold_rtx): Likewise.
18112         (check_for_label_ref): Likewise.
18113         * cselib.c (rtx_equal_for_cselib_1): Likewise.
18114         (cselib_hash_rtx): Likewise.
18115         * emit-rtl.c (mark_label_nuses): Likewise.
18116         * explow.c (convert_memory_address_addr_space): Likewise.
18117         * final.c (output_asm_label): Likewise.
18118         (output_addr_const): Likewise.
18119         * gcse.c (add_label_notes): Likewise.
18120         * genconfig.c (walk_insn_part): Likewise.
18121         * genrecog.c (validate_pattern): Likewise.
18122         * ifcvt.c (cond_exec_get_condition): Likewise.
18123         (noce_emit_store_flag): Likewise.
18124         (noce_get_alt_condition): Likewise.
18125         (noce_get_condition): Likewise.
18126         * jump.c (maybe_propagate_label_ref): Likewise.
18127         (mark_jump_label_1): Likewise.
18128         (redirect_exp_1): Likewise.
18129         (rtx_renumbered_equal_p): Likewise.
18130         * lra-constraints.c (operands_match_p): Likewise.
18131         * reload.c (operands_match_p): Likewise.
18132         (find_reloads): Likewise.
18133         * reload1.c (set_label_offsets): Likewise.
18134         * reorg.c (get_branch_condition): Likewise.
18135         * rtl.c (rtx_equal_p_cb): Likewise.
18136         (rtx_equal_p): Likewise.
18137         * rtlanal.c (reg_mentioned_p): Likewise.
18138         (rtx_referenced_p): Likewise.
18139         (get_condition): Likewise.
18140         * sched-vis.c (print_value): Likewise.
18141         * varasm.c (const_hash_1): Likewise.
18142         (compare_constant): Likewise.
18143         (const_rtx_hash_1): Likewise.
18144         (output_constant_pool_1): Likewise.
18146 2014-09-11  Segher Boessenkool  <segher@kernel.crashing.org>
18148         * config/rs6000/htm.md (tabort, tabortdc, tabortdci, tabortwc,
18149         tabortwci, tbegin, tcheck, tend, trechkpt, treclaim, tsr): Use xor
18150         instead of minus.
18151         * config/rs6000/vector.md (cr6_test_for_zero_reverse,
18152         cr6_test_for_lt_reverse): Ditto.
18154 2014-09-11  Paolo Carlini  <paolo.carlini@oracle.com>
18156         PR c++/61489
18157         * doc/invoke.texi ([-Wmissing-field-initializers]): Update.
18159 2014-09-11  Alan Lawrence  <alan.lawrence@arm.com>
18161         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_su_qualifiers,
18162         TYPES_REINTERP_SU, aarch64_types_unop_sp_qualifiers, TYPE_REINTERP_SP,
18163         aarch64_types_unop_us_qualifiers, TYPES_REINTERP_US,
18164         aarch64_types_unop_ps_qualifiers, TYPES_REINTERP_PS, BUILTIN_VD):
18165         Delete.
18167         (aarch64_fold_builtin): Remove all reinterpret cases.
18169         * config/aarch64/aarch64-protos.h (aarch64_simd_reinterpret): Delete.
18171         * config/aarch64/aarch64-simd-builtins.def (reinterpret*) : Delete.
18173         * config/aarch64/aarch64-simd.md (aarch64_reinterpretv8qi<mode>,
18174         aarch64_reinterpretv4hi<mode>, aarch64_reinterpretv2si<mode>,
18175         aarch64_reinterpretv2sf<mode>, aarch64_reinterpretdi<mode>,
18176         aarch64_reinterpretv1df<mode>, aarch64_reinterpretv16qi<mode>,
18177         aarch64_reinterpretv8hi<mode>, aarch64_reinterpretv4si<mode>,
18178         aarch64_reinterpretv4sf<mode>, aarch64_reinterpretv2di<mode>,
18179         aarch64_reinterpretv2df<mode>): Delete.
18181         * config/aarch64/aarch64.c (aarch64_simd_reinterpret): Delete.
18183         * config/aarch64/arm_neon.h (vreinterpret_p8_f64,
18184         vreinterpret_p16_f64, vreinterpret_f32_f64, vreinterpret_f64_f32,
18185         vreinterpret_f64_p8, vreinterpret_f64_p16, vreinterpret_f64_s8,
18186         vreinterpret_f64_s16, vreinterpret_f64_s32, vreinterpret_f64_u8,
18187         vreinterpret_f64_u16, vreinterpret_f64_u32, vreinterpret_s64_f64,
18188         vreinterpret_u64_f64, vreinterpret_s8_f64, vreinterpret_s16_f64,
18189         vreinterpret_s32_f64, vreinterpret_u8_f64, vreinterpret_u16_f64,
18190         vreinterpret_u32_f64): Use cast.
18192         * config/aarch64/iterators.md (VD_RE): Delete.
18194 2014-09-11  Alan Lawrence  <alan.lawrence@arm.com>
18196         * config/aarch64/arm_neon.h (aarch64_vset_lane_any): New (*2).
18197         (vset_lane_f32, vset_lane_f64, vset_lane_p8, vset_lane_p16,
18198         vset_lane_s8, vset_lane_s16, vset_lane_s32, vset_lane_s64,
18199         vset_lane_u8, vset_lane_u16, vset_lane_u32, vset_lane_u64,
18200         vsetq_lane_f32, vsetq_lane_f64, vsetq_lane_p8, vsetq_lane_p16,
18201         vsetq_lane_s8, vsetq_lane_s16, vsetq_lane_s32, vsetq_lane_s64,
18202         vsetq_lane_u8, vsetq_lane_u16, vsetq_lane_u32, vsetq_lane_u64):
18203         Replace inline assembler with __aarch64_vset_lane_any.
18205 2014-09-11  James Greenhalgh  <james.greenhalgh@arm.com>
18207         * config/aarch64/arm_neon.h (vmull_high_lane_s16): Fix argument
18208         types.
18209         (vmull_high_lane_s32): Likewise.
18210         (vmull_high_lane_u16): Likewise.
18211         (vmull_high_lane_u32): Likewise.
18213 2014-09-11  Jason Merrill  <jason@redhat.com>
18215         PR c++/58678
18216         * ipa-devirt.c (ipa_devirt): Don't check DECL_COMDAT.
18218 2014-09-11  Georg-Johann Lay  <avr@gjlay.de>
18220         PR target/63223
18221         * config/avr/avr.md (*tablejump.3byte-pc): New insn.
18222         (*tablejump): Restrict to !AVR_HAVE_EIJMP_EICALL.  Add void clobber.
18223         (casesi): Expand to *tablejump.3byte-pc if AVR_HAVE_EIJMP_EICALL.
18225 2014-09-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18226             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18227             Anna Tikhonova  <anna.tikhonova@intel.com>
18228             Ilya Tocar  <ilya.tocar@intel.com>
18229             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18230             Ilya Verbin  <ilya.verbin@intel.com>
18231             Kirill Yukhin  <kirill.yukhin@intel.com>
18232             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18234         * config/i386/sse.md
18235         (define_expand "<avx512>_vpermi2var<VI48F:mode>3_maskz"): Rename from
18236         "avx512f_vpermi2var<mode>3_maskz" and update mode iterator.
18237         (define_expand "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_maskz"):
18238         New.
18239         (define_insn "<avx512>_vpermi2var<VI48F:mode>3<sd_maskz_name>"): Rename
18240         from "avx512f_vpermi2var<mode>3<sd_maskz_name>" and update mode
18241         iterator.
18242         (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
18243         New.
18244         (define_insn "<avx512>_vpermi2var<VI48F:mode>3_mask"): Rename from
18245         "avx512f_vpermi2var<mode>3_mask" and update mode iterator.
18246         (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_mask"): New.
18247         (define_expand "<avx512>_vpermt2var<VI48F:mode>3_maskz"): Rename from
18248         "avx512f_vpermt2var<mode>3_maskz" and update mode iterator.
18249         (define_expand "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_maskz"): New.
18250         (define_insn "<avx512>_vpermt2var<VI48F:mode>3<sd_maskz_name>"): Rename
18251         from "avx512f_vpermt2var<mode>3<sd_maskz_name>" and update mode
18252         iterator.
18253         (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
18254         New.
18255         (define_insn "<avx512>_vpermt2var<VI48F:mode>3_mask"): Rename from
18256         "avx512f_vpermt2var<mode>3_mask" and update mode iterator.
18257         (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_mask"): New.
18259 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
18261         * varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try
18262         to access removed nodes.
18264 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
18266         PR tree-optimization/63186
18267         * ipa-split.c (test_nonssa_use): Skip nonforced labels.
18268         (mark_nonssa_use): Likewise.
18269         (verify_non_ssa_vars): Verify all header blocks for label
18270         definitions.
18272 2014-09-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18273             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18274             Anna Tikhonova  <anna.tikhonova@intel.com>
18275             Ilya Tocar  <ilya.tocar@intel.com>
18276             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18277             Ilya Verbin  <ilya.verbin@intel.com>
18278             Kirill Yukhin  <kirill.yukhin@intel.com>
18279             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18281         * config/i386/sse.md
18282         (define_mode_attr avx2_avx512): Rename from avx2_avx512bw.
18283         (define_mode_iterator VI48F_256_512): Extend to AVX-512VL.
18284         (define_insn "<avx2_avx512>_permvar<mode><mask_name>"): Rename from
18285         "<avx2_avx512f>_permvar<mode><mask_name>".
18286         (define_insn "<avx512>_permvar<mode><mask_name>"): New.
18287         (define_insn "<avx2_avx512>_ashrv<VI48_AVX512F_AVX512VL:mode><mask_name>"):
18288         Rename from "<avx2_avx512f>_ashrv<mode><mask_name>".
18289         (define_insn "<avx2_avx512>_ashrv<VI2_AVX512VL:mode><mask_name>"):
18290         Ditto.
18291         (define_insn "<avx2_avx512>_<shift_insn>v<VI48_AVX512F:mode><mask_name>"):
18292         Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
18293         (define_insn "<avx2_avx512>_<shift_insn>v<VI2_AVX512VL:mode><mask_name>"):
18294         Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
18296 2014-09-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
18298         * config/rs6000/vsx.md (vsx_fmav4sf4): Use correct constraints for
18299         V2DF, V4SF, DF, and DI modes.
18300         (vsx_fmav2df2): Likewise.
18301         (vsx_float_fix_<mode>2): Likewise.
18302         (vsx_reduc_<VEC_reduc_name>_v2df_scalar): Likewise.
18304 2014-09-10  Xinliang David Li  <davidxl@google.com>
18306         PR target/63209
18307         * config/arm/arm.md (movcond_addsi): Handle case where source
18308         and target operands are the same.
18310 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
18312         * final.c (this_is_asm_operands): Strengthen this variable from
18313         rtx to const rtx_insn *.
18314         * output.h (this_is_asm_operands): Likewise.
18315         * rtl-error.c (location_for_asm): Strengthen param "insn" from
18316         const_rtx to const rtx_insn *.
18317         (diagnostic_for_asm): Likewise.
18318         * rtl-error.h (error_for_asm): Likewise.
18319         (warning_for_asm): Likewise.
18321 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
18323         * genextract.c (print_header): When writing out insn_extract to
18324         insn-extract.c, strengthen the param "insn" from rtx to rtx_insn *.
18325         * recog.h (insn_extract): Strengthen the param from rtx to
18326         rtx_insn *.
18328 2014-09-10  Mike Stump  <mikestump@comcast.net>
18330         * doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
18331         8.6.1.
18333 2014-09-10  Martin Jambor  <mjambor@suse.cz>
18335         * cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
18336         (analyze): Do not set analyze flag if expand_thunk returns false;.
18337         (create_wrapper): Likewise.
18338         * cgraphclones.c (duplicate_thunk_for_node): Likewise.
18340 2014-09-10  Martin Jambor  <mjambor@suse.cz>
18342         PR ipa/61654
18343         * cgraphclones.c (duplicate_thunk_for_node): Copy arguments of the
18344         new decl properly.  Analyze the new thunk if it is expanded.
18346 2014-09-10  Andreas Schwab  <schwab@suse.de>
18348         * coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn)
18349         [USED_FOR_TARGET]: Define.
18351 2014-09-10  Matthew Fortune  <matthew.fortune@imgtec.com>
18353         * config/mips/mips.c (mips_secondary_reload_class): Handle
18354         regno < 0 case.
18356 2014-09-10  Robert Suchanek   <robert.suchanek@imgtec.com>
18358         * lra-lives.c (process_bb_lives): Replace assignment with bitwise OR
18359         assignment.
18361 2014-09-10  Jakub Jelinek  <jakub@redhat.com>
18363         * flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE
18364         and SANITIZE_RETURNS_NONNULL_ATTRIBUTE, or them into SANITIZE_UNDEFINED.
18365         * opts.c (common_handle_option): Handle SANITIZE_NONNULL_ATTRIBUTE and
18366         SANITIZE_RETURNS_NONNULL_ATTRIBUTE and disable
18367         flag_delete_null_pointer_checks for them.
18368         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
18369         BUILT_IN_UBSAN_HANDLE_NONNULL_ARG_ABORT,
18370         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN,
18371         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_ABORT): New.
18372         * ubsan.c (instrument_bool_enum_load): Set *gsi back to
18373         stmt's iterator.
18374         (instrument_nonnull_arg, instrument_nonnull_return): New functions.
18375         (pass_ubsan::gate): Return true even for SANITIZE_NONNULL_ATTRIBUTE
18376         or SANITIZE_RETURNS_NONNULL_ATTRIBUTE.
18377         (pass_ubsan::execute): Call instrument_nonnull_{arg,return}.
18378         * doc/invoke.texi (-fsanitize=nonnull-attribute,
18379         -fsanitize=returns-nonnull-attribute): Document.
18381         * ubsan.h (struct ubsan_mismatch_data): Removed.
18382         (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
18383         * ubsan.c (ubsan_source_location): For unknown locations,
18384         pass { NULL, 0, 0 } instead of { "<unknown>", x, y }.
18385         (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
18386         Allow more than one location and arbitrary extra arguments passed
18387         in ... instead of through MISMATCH pointer.
18388         (ubsan_instrument_unreachable, ubsan_expand_bounds_ifn,
18389         ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
18390         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
18391         callers.
18393 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18394             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18395             Anna Tikhonova  <anna.tikhonova@intel.com>
18396             Ilya Tocar  <ilya.tocar@intel.com>
18397             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18398             Ilya Verbin  <ilya.verbin@intel.com>
18399             Kirill Yukhin  <kirill.yukhin@intel.com>
18400             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18402         * config/i386/sse.md
18403         (define_mode_iterator VI48F): New.
18404         (define_insn "<avx512>_compress<mode>_mask"): Rename from
18405         "avx512f_compress<mode>_mask" and update mode iterator.
18406         (define_insn "<avx512>_compressstore<mode>_mask"): Rename from
18407         "avx512f_compressstore<mode>_mask" and update mode iterator.
18408         (define_expand "<avx512>_expand<mode>_maskz"): Rename from
18409         "avx512f_expand<mode>_maskz" and update mode iterator.
18410         (define_insn "<avx512>_expand<mode>_mask"): Rename from
18411         "avx512f_expand<mode>_mask" and update mode iterator.
18413 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18414             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18415             Anna Tikhonova  <anna.tikhonova@intel.com>
18416             Ilya Tocar  <ilya.tocar@intel.com>
18417             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18418             Ilya Verbin  <ilya.verbin@intel.com>
18419             Kirill Yukhin  <kirill.yukhin@intel.com>
18420             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18422         * config/i386/i386.c
18423         (ix86_expand_args_builtin): Handle avx512dq_rangepv8df_mask_round,
18424         avx512dq_rangepv16sf_mask_round, avx512dq_rangepv4df_mask,
18425         avx512dq_rangepv8sf_mask, avx512dq_rangepv2df_mask,
18426         avx512dq_rangepv4sf_mask.
18427         * config/i386/sse.md
18428         (define_c_enum "unspec"): Add UNSPEC_REDUCE, UNSPEC_FPCLASS,
18429         UNSPEC_RANGE.
18430         (define_insn "<mask_codefor>reducep<mode><mask_name>"): New.
18431         (define_insn "reduces<mode>"): Ditto.
18432         (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
18433         Ditto.
18434         (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Ditto.
18435         (define_insn "avx512dq_fpclass<mode><mask_scalar_merge_name>"): Ditto.
18436         (define_insn "avx512dq_vmfpclass<mode>"): Ditto..
18438 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18439             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18440             Anna Tikhonova  <anna.tikhonova@intel.com>
18441             Ilya Tocar  <ilya.tocar@intel.com>
18442             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18443             Ilya Verbin  <ilya.verbin@intel.com>
18444             Kirill Yukhin  <kirill.yukhin@intel.com>
18445             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18447         * config/i386/i386.c
18448         (avx512f_vgetmantv2df_round): Rename from "avx512f_getmantv2df_round".
18449         (avx512f_vgetmantv4sf_round): Rename from "avx512f_vgetmantv4sf_round".
18450         (ix86_expand_args_builtin): Handle avx512vl_getmantv8sf_mask,
18451         avx512vl_getmantv4df_mask, avx512vl_getmantv4sf_mask,
18452         avx512vl_getmantv2df_mask.
18453         (ix86_expand_round_builtin): Handle avx512f_vgetmantv2df_round,
18454         avx512f_vgetmantv4sf_round.
18455         * config/i386/sse.md
18456         (define_insn "<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask"):
18457         Rename from "avx512f_storeu<ssemodesuffix>512_mask" and update
18458         mode iterator.
18459         (define_insn "<mask_codefor>rcp14<mode><mask_name>"): Use VF_AVX512VL.
18460         (define_insn "<mask_codefor>rsqrt14<mode><mask_name>"): Ditto.
18461         (define_insn "<avx512>_scalef<mode><mask_name><round_name>"): Rename
18462         from "avx512f_scalef<mode><mask_name><round_name>" and update mode
18463         iterator..
18464         (define_insn "<avx512>_getexp<mode><mask_name><round_saeonly_name>"):
18465         Rename from "avx512f_getexp<mode><mask_name><round_saeonly_name>" and
18466         update mode iterator.
18467         (define_expand
18468         "<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>"): Rename from
18469         "avx512f_fixupimm<mode>_maskz<round_saeonly_expand_name>" and update
18470         mode iterator.
18471         (define_insn
18472         "<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>"): Rename
18473         from "avx512f_fixupimm<mode><sd_maskz_name><round_saeonly_name>" and
18474         update mode iterator.
18475         (define_insn "<avx512>_fixupimm<mode>_mask<round_saeonly_name>"): Rename
18476         from "avx512f_fixupimm<mode>_mask<round_saeonly_name>" and update mode
18477         iterator..
18478         (define_insn
18479         "<avx512>_rndscale<mode><mask_name><round_saeonly_name>"): rename from
18480         "avx512f_rndscale<mode><mask_name><round_saeonly_name>" and update
18481         mode iterator..
18482         (define_insn "<avx512>_getmant<mode><mask_name><round_saeonly_name>"):
18483         Rename from "avx512f_getmant<mode><mask_name><round_saeonly_name>" and
18484         update mode iterator.
18485         (define_insn "avx512f_vgetmant<mode><round_saeonly_name>"): Rename from
18486         "avx512f_getmant<mode><round_saeonly_name>".
18488 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
18490         PR ipa/63166
18491         * ipa-prop.c (compute_known_type_jump_func): Fix conditional.
18493 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
18494             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
18495             Anna Tikhonova  <anna.tikhonova@intel.com>
18496             Ilya Tocar  <ilya.tocar@intel.com>
18497             Andrey Turetskiy  <andrey.turetskiy@intel.com>
18498             Ilya Verbin  <ilya.verbin@intel.com>
18499             Kirill Yukhin  <kirill.yukhin@intel.com>
18500             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
18502         * config/i386/sse.md (define_mode_iterator VF_AVX512VL): New.
18503         (define_mode_iterator FMAMODEM): Allow 128/256bit EVEX version.
18504         (define_mode_iterator FMAMODE_AVX512): New.
18505         (define_mode_iterator FMAMODE): Remove conditions.
18506         (define_expand "fma4i_fmadd_<mode>"): Use FMAMODE_AVX512 mode iterator.
18507         (define_expand "<avx512>_fmadd_<mode>_maskz<round_expand_name>"): Rename
18508         from "<avx512>_fmadd_<mode>_maskz<round_expand_name>" and use VF_AVX512VL
18509         mode iterator.
18510         (define_mode_iterator FMAMODE_NOVF512): Remove.
18511         (define_insn "*fma_fmadd_<mode>"): Rename from
18512         "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>" and use
18513         FMAMODE mode iterator.
18514         (define_mode_iterator VF_SF_AVX512VL): New.
18515         (define_insn "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>"):
18516         Use VF_SF_AVX512VL mode iterator.
18517         (define_insn "<avx512>_fmadd_<mode>_mask<round_name>"): Rename from
18518         "avx512f_fmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
18519         iterator.
18520         (define_insn "<avx512>_fmadd_<mode>_mask3<round_name>"): Rename from
18521         "avx512f_fmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
18522         iterator.
18523         (define_insn "*fma_fmsub_<mode>"): Rename from
18524         "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>" and use
18525         FMAMODE mode iterator.
18526         (define_insn "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>"):
18527         Use VF_SF_AVX512VL mode iterator.
18528         (define_insn "<avx512>_fmsub_<mode>_mask<round_name>"): Rename from
18529         "avx512f_fmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
18530         iterator.
18531         (define_insn "<avx512>_fmsub_<mode>_mask3<round_name>"): Rename from
18532         "avx512f_fmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
18533         iterator.
18534         (define_insn "*fma_fnmadd_<mode>"): Rename from
18535         "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>" and
18536         use FMAMODE mode iterator.
18537         (define_insn "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>"):
18538         Use VF_SF_AVX512VL mode iterator.
18539         (define_insn "<avx512>_fnmadd_<mode>_mask<round_name>"): Rename from
18540         "avx512f_fnmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
18541         iterator.
18542         (define_insn "<avx512>_fnmadd_<mode>_mask3<round_name>"): Rename from
18543         "avx512f_fnmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
18544         iterator.
18545         (define_insn "*fma_fnmsub_<mode>"): Rename from
18546         "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>" and use
18547         FMAMODE mode iterator.
18548         (define_insn "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>"):
18549         Use VF_SF_AVX512VL mode iterator.
18550         (define_insn "<avx512>_fnmsub_<mode>_mask<round_name>"): Rename from
18551         "avx512f_fnmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
18552         iterator.
18553         (define_insn "<avx512>_fnmsub_<mode>_mask3<round_name>"): Rename from
18554         "avx512f_fnmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
18555         iterator.
18556         (define_expand "<avx512>_fmaddsub_<mode>_maskz<round_expand_name>"):
18557         Rename from "avx512f_fmaddsub_<mode>_maskz<round_expand_name>" and
18558         use VF_AVX512VL mode iterator.
18559         (define_insn "*fma_fmaddsub_<mode>"): Rename from
18560         "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>" and
18561         remove subst usage.
18562         (define_insn "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>"):
18563         Use VF_SF_AVX512VL mode iterator.
18564         (define_insn "<avx512>_fmaddsub_<mode>_mask<round_name>"): Rename from
18565         "avx512f_fmaddsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
18566         iterator.
18567         (define_insn "<avx512>_fmaddsub_<mode>_mask3<round_name>"): Rename from
18568         "avx512f_fmaddsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
18569         iterator.
18570         (define_insn "*fma_fmsubadd_<mode>"): Rename from
18571         "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>" and
18572         remove usage of subst.
18573         (define_insn "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>"):
18574         Use VF_SF_AVX512VL mode iterator.
18575         (define_insn "<avx512>_fmsubadd_<mode>_mask<round_name>"): Rename from
18576         "avx512f_fmsubadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
18577         iterator.
18578         (define_insn "<avx512>_fmsubadd_<mode>_mask3<round_name>"): Rename from
18579         "avx512f_fmsubadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
18580         iterator.
18582 2014-09-10  Kugan Vivekanandarajah  <kuganv@linaro.org>
18584         Revert r213751:
18585         * calls.c (precompute_arguments): Check
18586          promoted_for_signed_and_unsigned_p and set the promoted mode.
18587         (promoted_for_signed_and_unsigned_p): New function.
18588         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
18589         and set the promoted mode.
18590         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
18591         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
18592         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
18594 2014-09-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18596         * opth-gen.awk: Generate mapping from cpp message reasons to the
18597         options that enable them.
18598         * doc/options.texi (CppReason): Document.
18600 2014-09-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18602         * doc/invoke.texi (Wnormalized=): Update.
18604 2014-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
18606         PR target/63195
18607         * config/rs6000/rs6000.md (*bool<mode>3): Allow only register
18608         operands.  Split off the constant operand alternative to ...
18609         (*bool<mode>3_imm): New.
18611 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
18613         * rtl.h (single_set_2): Strengthen first param from const_rtx to
18614         const rtx_insn *, and move prototype to above...
18615         (single_set): ...this.  Convert this from a macro to an inline
18616         function, enforcing the requirement that the param is a const
18617         rtx_insn *.
18618         (find_args_size_adjust): Strengthen param from rtx to rtx_insn *.
18620         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
18621         Strengthen both params from rtx to rtx_insn *.
18622         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
18623         Likewise; introduce locals "producer_set", "consumer_set", using
18624         them in place of "producer" and "consumer" when dealing with SET
18625         rather than insn.
18626         * config/avr/avr.c (avr_out_plus): Add checked cast to rtx_insn *
18627         when invoking single_set in region guarded by INSN_P.
18628         (avr_out_bitop): Likewise.
18629         (_reg_unused_after): Introduce local rtx_sequence * "seq" in
18630         region guarded by GET_CODE check, using methods to strengthen
18631         local "this_insn" from rtx to rtx_insn *, and for clarity.
18632         * config/avr/avr.md (define_insn_and_split "xload8<mode>_A"):
18633         Strengthen local "insn" from rtx to rtx_insn *.
18634         (define_insn_and_split "xload<mode>_A"): Likewise.
18635         * config/bfin/bfin.c (trapping_loads_p): Likewise for param
18636         "insn".
18637         (find_load): Likewise for return type.
18638         (workaround_speculation): Likewise for both locals named
18639         "load_insn".
18640         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise for
18641         local "cc0_user".
18642         * config/cris/cris.md (define_peephole2 ; moversideqi): Likewise
18643         for local "prev".
18644         * config/h8300/h8300-protos.h (notice_update_cc): Likewise for
18645         param 2.
18646         * config/h8300/h8300.c (notice_update_cc): Likewise.
18647         * config/i386/i386.c (ix86_flags_dependent): Likewise for params
18648         "insn" and "dep_insn".
18649         (exact_store_load_dependency): Likewise for both params.
18650         (ix86_macro_fusion_pair_p): Eliminate local named "single_set"
18651         since this now clashes with inline function.  Instead, delay
18652         calling single_set until the point where its needed, and then
18653         assign the result to "compare_set" and rework the conditional that
18654         follows.
18655         * config/ia64/ia64.md (define_expand "tablejump"): Strengthen
18656         local "last" from rtx to rtx_insn *.
18657         * config/mips/mips-protos.h (mips_load_store_insns): Likewise for
18658         second param.
18659         (mips_store_data_bypass_p): Likewise for both params.
18660         * config/mips/mips.c (mips_load_store_insns): Likewise for second
18661         param.
18662         (mips_store_data_bypass_p): Likewise for both params.
18663         (mips_orphaned_high_part_p): Likewise for param "insn".
18664         * config/mn10300/mn10300.c (extract_bundle): Likewise.
18665         (mn10300_bundle_liw): Likewise for locals "r", "insn1", "insn2".
18666         Introduce local rtx "insn2_pat".
18667         * config/rl78/rl78.c (move_elim_pass): Likewise for locals "insn",
18668         "ninsn".
18669         (rl78_remove_unused_sets): Likewise for locals "insn", "ninsn".
18670         Introduce local rtx "set", using it in place of "insn" for the
18671         result of single_set.  This appears to fix a bug, since the call
18672         to find_regno_note on a SET does nothing.
18673         * config/rs6000/rs6000.c (set_to_load_agen): Strengthen both
18674         params from rtx to rtx_insn *.
18675         (set_to_load_agen): Likewise.
18676         * config/s390/s390.c (s390_label_align): Likewise for local
18677         "prev_insn".  Introduce new rtx locals "set" and "src", using
18678         them in place of "prev_insn" for the results of single_set
18679         and SET_SRC respectively.
18680         (s390_swap_cmp): Strengthen local "jump" from rtx to rtx_insn *.
18681         Introduce new rtx local "set" using in place of "jump" for the
18682         result of single_set.  Use SET_SRC (set) rather than plain
18683         XEXP (set, 1).
18684         * config/sh/sh.c (noncall_uses_reg): Strengthen param 2from
18685         rtx to rtx_insn *.
18686         (noncall_uses_reg): Likewise.
18687         (reg_unused_after): Introduce local rtx_sequence * "seq" in region
18688         guarded by GET_CODE check, using its methods for clarity, and to
18689         enable strengthening local "this_insn" from rtx to rtx_insn *.
18690         * config/sh/sh.md (define_expand "mulhisi3"): Strengthen local
18691         "insn" from rtx to rtx_insn *.
18692         (define_expand "umulhisi3"): Likewise.
18693         (define_expand "smulsi3_highpart"): Likewise.
18694         (define_expand "umulsi3_highpart"): Likewise.
18695         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
18696         local "after".  Replace GET_CODE check with a dyn_cast,
18697         introducing new local rtx_sequence * "seq", using insn method for
18698         typesafety.
18700         * dwarf2cfi.c (dwarf2out_frame_debug): Strengthen param "insn"
18701         from rtx to rtx_insn *.  Introduce local rtx "pat", using it in
18702         place of "insn" once we're dealing with patterns rather than the
18703         input insn.
18704         (scan_insn_after): Strengthen param "insn" from rtx to rtx_insn *.
18705         (scan_trace): Likewise for local "elt", updating lookups within
18706         sequence to use insn method rather than element method.
18707         * expr.c (find_args_size_adjust): Strengthen param "insn" from rtx
18708         to rtx_insn *.
18709         * gcse.c (gcse_emit_move_after): Likewise for local "new_rtx".
18710         * ifcvt.c (noce_try_abs): Likewise for local "insn".
18711         * ira.c (fix_reg_equiv_init): Add checked cast to rtx_insn * when
18712         invoking single_set.
18713         * lra-constraints.c (insn_rhs_dead_pseudo_p): Strengthen param
18714         "insn" from rtx to rtx_insn *.
18715         (skip_usage_debug_insns): Likewise for return type, adding a
18716         checked cast.
18717         (check_secondary_memory_needed_p): Likewise for local "insn".
18718         (inherit_reload_reg): Likewise.
18719         * modulo-sched.c (sms_schedule): Likewise for local "count_init".
18720         * recog.c (peep2_attempt): Likewise for local "old_insn", adding
18721         checked casts.
18722         (store_data_bypass_p): Likewise for both params.
18723         (if_test_bypass_p): Likewise.
18724         * recog.h (store_data_bypass_p): Likewise for both params.
18725         (if_test_bypass_p): Likewise.
18726         * reload.c (find_equiv_reg): Likewise for local "where".
18727         * reorg.c (delete_jump): Likewise for param "insn".
18728         * rtlanal.c (single_set_2): Strenghen param "insn" from const_rtx
18729         to const rtx_insn *.
18730         * store-motion.c (replace_store_insn): Likewise for param "del".
18731         (delete_store): Strengthen local "i" from rtx to rtx_insn_list *,
18732         and use its methods for clarity, and to strengthen local "del"
18733         from rtx to rtx_insn *.
18734         (build_store_vectors): Use insn method of "st" when calling
18735         replace_store_insn for typesafety and clarity.
18737 2014-09-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18739         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add
18740         UNSPEC_VSX_CVDPSPN as an unswappable operand, and add commentary
18741         on how to make it legal in future.
18743 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
18745         * caller-save.c (rtx saveinsn): Strengthen this variable from rtx
18746         to rtx_insn *.
18747         (restinsn): Likewise.
18748         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
18749         Likewise for param.
18750         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move):
18751         Likewise.
18752         * config/arc/arc-protos.h (arc_adjust_insn_length): Likewise for
18753         first param.
18754         (arc_hazard): Likewise for both params.
18755         * config/arc/arc.c (arc600_corereg_hazard): Likewise, adding
18756         checked casts to rtx_sequence * and uses of the insn method for
18757         type-safety.
18758         (arc_hazard): Strengthen both params from rtx to rtx_insn *.
18759         (arc_adjust_insn_length): Likewise for param "insn".
18760         (struct insn_length_parameters_s): Likewise for first param of
18761         "get_variants" callback field.
18762         (arc_get_insn_variants): Likewise for first param and local
18763         "inner".  Replace a check of GET_CODE with a dyn_cast to
18764         rtx_sequence *, using methods for type-safety and clarity.
18765         * config/arc/arc.h (ADJUST_INSN_LENGTH): Use casts to
18766         rtx_sequence * and uses of the insn method for type-safety when
18767         invoking arc_adjust_insn_length.
18768         * config/arm/arm-protos.h (arm_attr_length_move_neon): Likewise
18769         for param.
18770         (arm_address_offset_is_imm): Likewise.
18771         (struct tune_params): Likewise for params 1 and 3 of the
18772         "sched_adjust_cost" callback field.
18773         * config/arm/arm.c (cortex_a9_sched_adjust_cost): Likewise for
18774         params 1 and 3 ("insn" and "dep").
18775         (xscale_sched_adjust_cost): Likewise.
18776         (fa726te_sched_adjust_cost): Likewise.
18777         (cortexa7_older_only): Likewise for param "insn".
18778         (cortexa7_younger): Likewise.
18779         (arm_attr_length_move_neon): Likewise.
18780         (arm_address_offset_is_imm): Likewise.
18781         * config/avr/avr-protos.h (avr_notice_update_cc): Likewise.
18782         * config/avr/avr.c (avr_notice_update_cc): Likewise.
18783         * config/bfin/bfin.c (hwloop_pattern_reg): Likewise.
18784         (workaround_speculation): Likewise for local "last_condjump".
18785         * config/c6x/c6x.c (shadow_p): Likewise for param "insn".
18786         (shadow_or_blockage_p): Likewise.
18787         (get_unit_reqs): Likewise.
18788         (get_unit_operand_masks): Likewise.
18789         (c6x_registers_update): Likewise.
18790         (returning_call_p): Likewise.
18791         (can_use_callp): Likewise.
18792         (convert_to_callp): Likewise.
18793         (find_last_same_clock): Likwise for local "t".
18794         (reorg_split_calls): Likewise for local "shadow".
18795         (hwloop_pattern_reg): Likewise for param "insn".
18796         * config/frv/frv-protos.h (frv_final_prescan_insn): Likewise.
18797         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
18798         (frv_extract_membar): Likewise.
18799         (frv_optimize_membar_local): Strengthen param "last_membar" from
18800         rtx * to rtx_insn **.
18801         (frv_optimize_membar_global): Strengthen param "membar" from rtx
18802         to rtx_insn *.
18803         (frv_optimize_membar): Strengthen local "last_membar" from rtx *
18804         to rtx_insn **.
18805         * config/ia64/ia64-protos.h (ia64_st_address_bypass_p): Strengthen
18806         both params from rtx to rtx_insn *.
18807         (ia64_ld_address_bypass_p): Likewise.
18808         * config/ia64/ia64.c (ia64_safe_itanium_class): Likewise for param
18809         "insn".
18810         (ia64_safe_type): Likewise.
18811         (group_barrier_needed): Likewise.
18812         (safe_group_barrier_needed): Likewise.
18813         (ia64_single_set): Likewise.
18814         (is_load_p): Likewise.
18815         (record_memory_reference): Likewise.
18816         (get_mode_no_for_insn): Likewise.
18817         (important_for_bundling_p): Likewise.
18818         (unknown_for_bundling_p): Likewise.
18819         (ia64_st_address_bypass_p): Likewise for both params.
18820         (ia64_ld_address_bypass_p): Likewise.
18821         (expand_vselect): Introduce new local rtx_insn * "insn", using it
18822         in place of rtx "x" after the emit_insn call.
18823         * config/i386/i386-protos.h (x86_extended_QIreg_mentioned_p):
18824         Strengthen param from rtx to rtx_insn *.
18825         (ix86_agi_dependent): Likewise for both params.
18826         (ix86_attr_length_immediate_default): Likewise for param 1.
18827         (ix86_attr_length_address_default): Likewise for param.
18828         (ix86_attr_length_vex_default): Likewise for param 1.
18829         * config/i386/i386.c (ix86_attr_length_immediate_default):
18830         Likewise for param "insn".
18831         (ix86_attr_length_address_default): Likewise.
18832         (ix86_attr_length_vex_default): Likewise.
18833         (ix86_agi_dependent): Likewise for both params.
18834         (x86_extended_QIreg_mentioned_p): Likewise for param "insn".
18835         (vselect_insn): Likewise for this variable.
18836         * config/m68k/m68k-protos.h (m68k_sched_attr_opx_type): Likewise
18837         for param 1.
18838         (m68k_sched_attr_opy_type): Likewise.
18839         * config/m68k/m68k.c (sched_get_operand): Likewise.
18840         (sched_attr_op_type): Likewise.
18841         (m68k_sched_attr_opx_type): Likewise.
18842         (m68k_sched_attr_opy_type): Likewise.
18843         (sched_get_reg_operand): Likewise.
18844         (sched_get_mem_operand): Likewise.
18845         (m68k_sched_address_bypass_p): Likewise for both params.
18846         (sched_get_indexed_address_scale): Likewise.
18847         (m68k_sched_indexed_address_bypass_p): Likewise.
18848         * config/m68k/m68k.h (m68k_sched_address_bypass_p): Likewise.
18849         (m68k_sched_indexed_address_bypass_p): Likewise.
18850         * config/mep/mep.c (mep_jmp_return_reorg): Strengthen locals
18851         "label", "ret" from rtx to rtx_insn *, adding a checked cast and
18852         removing another.
18853         * config/mips/mips-protos.h (mips_linked_madd_p): Strengthen both
18854         params from rtx to rtx_insn *.
18855         (mips_fmadd_bypass): Likewise.
18856         * config/mips/mips.c (mips_fmadd_bypass): Likewise.
18857         (mips_linked_madd_p): Likewise.
18858         (mips_macc_chains_last_hilo): Likewise for this variable.
18859         (mips_macc_chains_record): Likewise for param.
18860         (vr4130_last_insn): Likewise for this variable.
18861         (vr4130_swap_insns_p): Likewise for both params.
18862         (mips_ls2_variable_issue): Likewise for param.
18863         (mips_need_noat_wrapper_p): Likewise for param "insn".
18864         (mips_expand_vselect): Add a new local rtx_insn * "insn", using it
18865         in place of "x" after the emit_insn.
18866         * config/pa/pa-protos.h (pa_fpstore_bypass_p): Strengthen both
18867         params from rtx to rtx_insn *.
18868         * config/pa/pa.c (pa_fpstore_bypass_p): Likewise.
18869         (pa_combine_instructions): Introduce local "par" for result of
18870         gen_rtx_PARALLEL, moving decl and usage of new_rtx for after call
18871         to make_insn_raw.
18872         (pa_can_combine_p): Strengthen param "new_rtx" from rtx to rtx_insn *.
18873         * config/rl78/rl78.c (insn_ok_now): Likewise for param "insn".
18874         (rl78_alloc_physical_registers_op1): Likewise.
18875         (rl78_alloc_physical_registers_op2): Likewise.
18876         (rl78_alloc_physical_registers_ro1): Likewise.
18877         (rl78_alloc_physical_registers_cmp): Likewise.
18878         (rl78_alloc_physical_registers_umul): Likewise.
18879         (rl78_alloc_address_registers_macax): Likewise.
18880         (rl78_alloc_physical_registers): Likewise for locals "insn", "curr".
18881         * config/s390/predicates.md (execute_operation): Likewise for
18882         local "insn".
18883         * config/s390/s390-protos.h (s390_agen_dep_p): Likewise for both
18884         params.
18885         * config/s390/s390.c (s390_safe_attr_type): Likewise for param.
18886         (addr_generation_dependency_p): Likewise for param "insn".
18887         (s390_agen_dep_p): Likewise for both params.
18888         (s390_fpload_toreg): Likewise for param "insn".
18889         * config/sh/sh-protos.h (sh_loop_align): Likewise for param.
18890         * config/sh/sh.c (sh_loop_align): Likewise for param and local
18891         "next".
18892         * config/sh/sh.md (define_peephole2): Likewise for local "insn2".
18893         * config/sh/sh_treg_combine.cc
18894         (sh_treg_combine::make_inv_ccreg_insn): Likewise for return type
18895         and local "i".
18896         (sh_treg_combine::try_eliminate_cstores): Likewise for local "i".
18897         * config/stormy16/stormy16.c (combine_bnp): Likewise for locals
18898         "and_insn", "load", "shift".
18899         * config/tilegx/tilegx.c (match_pcrel_step2): Likewise for param
18900         "insn".
18901         * final.c (final_scan_insn): Introduce local rtx_insn * "other"
18902         for XEXP (note, 0) of the REG_CC_SETTER note.
18903         (cleanup_subreg_operands): Strengthen param "insn" from rtx to
18904         rtx_insn *, eliminating a checked cast made redundant by this.
18905         * gcse.c (process_insert_insn): Strengthen local "insn" from rtx
18906         to rtx_insn *.
18907         * genattr.c (main): When writing out the prototype to
18908         const_num_delay_slots, strengthen the param from rtx to
18909         rtx_insn *.
18910         * genattrtab.c (write_const_num_delay_slots): Likewise when
18911         writing out the implementation of const_num_delay_slots.
18912         * hw-doloop.h (struct hw_doloop_hooks): Strengthen the param
18913         "insn" of callback field "end_pattern_reg" from rtx to rtx_insn *.
18914         * ifcvt.c (noce_emit_store_flag): Eliminate local rtx "tmp" in
18915         favor of new rtx locals "src" and "set" and new local rtx_insn *
18916         "insn" and "seq".
18917         (noce_emit_move_insn): Strengthen locals "seq" and "insn" from rtx
18918         to rtx_insn *.
18919         (noce_emit_cmove): Eliminate local rtx "tmp" in favor of new rtx
18920         locals "cond", "if_then_else", "set" and new rtx_insn * locals
18921         "insn" and "seq".
18922         (noce_try_cmove_arith): Strengthen locals "insn_a" and "insn_b",
18923         "last" from rtx to rtx_insn *.  Likewise for a local "tmp",
18924         renaming to "tmp_insn".  Eliminate the other local rtx "tmp" from
18925         the top-level scope, replacing with new more tightly-scoped rtx
18926         locals "reg", "pat", "mem" and rtx_insn * "insn", "copy_of_a",
18927         "new_insn", "copy_of_insn_b", and make local rtx "set" more
18928         tightly-scoped.
18929         * ira-int.h (ira_setup_alts): Strengthen param "insn" from rtx to
18930         rtx_insn *.
18931         * ira.c (setup_prohibited_mode_move_regs): Likewise for local
18932         "move_insn".
18933         (ira_setup_alts): Likewise for param "insn".
18934         * lra-constraints.c (emit_inc): Likewise for local "add_insn".
18935         * lra.c (emit_add3_insn): Split local rtx "insn" in two, an rtx
18936         and an rtx_insn *.
18937         (lra_emit_add): Eliminate top-level local rtx "insn" in favor of
18938         new more-tightly scoped rtx locals "add3_insn", "insn",
18939         "add2_insn" and rtx_insn * "move_insn".
18940         * postreload-gcse.c (eliminate_partially_redundant_load): Add
18941         checked cast on result of gen_move_insn when invoking
18942         extract_insn.
18943         * recog.c (insn_invalid_p): Strengthen param "insn" from rtx to
18944         rtx_insn *.
18945         (verify_changes): Add a checked cast on "object" when invoking
18946         insn_invalid_p.
18947         (extract_insn_cached): Strengthen param "insn" from rtx to
18948         rtx_insn *.
18949         (extract_constrain_insn_cached): Likewise.
18950         (extract_insn): Likewise.
18951         * recog.h (insn_invalid_p): Likewise for param 1.
18952         (recog_memoized): Likewise for param.
18953         (extract_insn): Likewise.
18954         (extract_constrain_insn_cached): Likewise.
18955         (extract_insn_cached): Likewise.
18956         * reload.c (can_reload_into): Likewise for local "test_insn".
18957         * reload.h (cleanup_subreg_operands): Likewise for param.
18958         * reload1.c (emit_insn_if_valid_for_reload): Rename param from
18959         "insn" to "pat", reintroducing "insn" as an rtx_insn * on the
18960         result of emit_insn.  Remove a checked cast made redundant by this
18961         change.
18962         * sel-sched-ir.c (sel_insn_rtx_cost): Strengthen param "insn" from
18963         rtx to rtx_insn *.
18964         * sel-sched.c (get_reg_class): Likewise.
18966 2014-09-09  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18967             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18969         * config/aarch64/aarch64-elf-raw.h (ENDFILE_SPEC): Add crtfastmath.o.
18970         * config/aarch64/aarch64-linux.h (GNU_USER_TARGET_MATH_ENDFILE_SPEC):
18971         Define.
18972         (ENDFILE_SPEC): Define and use GNU_USER_TARGET_MATH_ENDFILE_SPEC.
18974 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
18976         * rtl.h (INSN_LOCATION): Strengthen param from const_rtx to
18977         const rtx_insn *, and from rtx to rtx_insn * for the other
18978         overloaded variant.
18979         (RTL_LOCATION): Add a checked cast to rtx_insn * when invoking
18980         INSN_LOCATION, since we know INSN_P holds.
18981         (insn_line): Strengthen param from const_rtx to const rtx_insn *.
18982         (insn_file): Likewise.
18983         (insn_scope): Likewise.
18984         (insn_location): Likewise.
18986         * config/mips/mips.c (mips16_gp_pseudo_reg): Strengthen local
18987         "insn" from rtx to rtx_insn *, introducing a new local rtx "set"
18988         for the result of gen_load_const_gp.
18989         * config/rs6000/rs6000-protos.h (output_call): Strengthen first
18990         param from rtx to rtx_insn *.
18991         * config/rs6000/rs6000.c (output_call): Likewise.
18992         * dwarf2out.c (dwarf2out_var_location): Likewise for local "prev",
18993         introducing a checked cast to rtx_sequence * and use of the insn
18994         method.
18995         * emit-rtl.c (emit_copy_of_insn_after): Strengthen both params
18996         from rtx to rtx_insn *.
18997         (insn_scope): Strengthen param from const_rtx to const rtx_insn *.
18998         (insn_line): Likewise.
18999         (insn_file): Likewise.
19000         (insn_location): Likewise.
19001         * emit-rtl.h (emit_copy_of_insn_after): Strengthen both params
19002         from rtx to rtx_insn *.
19003         * print-rtl.c (print_rtx): Introduce local "in_insn" via a checked
19004         cast, using it for calls to INSN_HAS_LOCATION and insn_location.
19005         * recog.c (peep2_attempt): Introduce local rtx_insn * "peepinsn"
19006         via a checked cast.
19007         * reorg.c (relax_delay_slots): Strengthen locals named "after"
19008         from rtx to rtx_insn *; use methods of "pat" for type-safety.
19010 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
19012         * combine.c (try_combine): Eliminate checked cast on result of
19013         gen_rtx_INSN.
19014         * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior
19015         autogenerated one by strengthening the return type and params 2 and 3
19016         from rtx to rtx_insn *, and by naming the params.
19017         * gengenrtl.c (special_rtx): Add INSN to those that are
19018         special-cased.
19019         * rtl.h (gen_rtx_INSN): New prototype.
19021 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
19023         * ira.c (ira_update_equiv_info_by_shuffle_insn): Use NULL rather
19024         than NULL_RTX.
19025         (no_equiv): Likewise.
19026         (update_equiv_regs): Likewise.
19027         (setup_reg_equiv): Likewise.  Strengthen locals "elem",
19028         "prev_elem", "next_elem" from rtx to rtx_insn_list *, and "insn"
19029         from rtx to rtx_insn *.  Use methods of "elem" for typesafety and
19030         clarity.
19031         * ira.h (struct ira_reg_equiv_s): Strengthen field "init_insns"
19032         from rtx to rtx_insn_list *.
19033         * lra-assigns.c (spill_for): Strengthen local "x" from rtx to
19034         rtx_insn_list * and use methods for clarity and typesafety.
19035         * lra-constraints.c (contains_deleted_insn_p): Likewise for param
19036         "list".
19037         (init_insn_rhs_dead_pseudo_p): Likewise for local "insns".  Remove
19038         redundant check on INSN_P (insns): this cannot hold, as "insns" is
19039         an INSN_LIST, not an insn.
19040         (reverse_equiv_p): Strengthen local "insns" from rtx to
19041         rtx_insn_list * and use methods for clarity and typesafety.
19042         (contains_reloaded_insn_p): Likewise for local "list".
19044 2014-09-09  Jiong Wang  <jiong.wang@arm.com>
19046         * config/arm/arm.c (NEON_COPYSIGNF): New enum.
19047         (arm_init_neon_builtins): Support NEON_COPYSIGNF.
19048         (arm_builtin_vectorized_function): Likewise.
19049         * config/arm/arm_neon_builtins.def: New macro for copysignf.
19050         * config/arm/neon.md (neon_copysignf<mode>): New pattern for
19051         vector copysignf.
19053 2014-09-09  Richard Sandiford  <richard.sandiford@arm.com>
19055         * bb-reorder.h (default_target_bb_reorder): Remove redundant GTY.
19056         * builtins.h (default_target_builtins): Likewise.
19057         * gcse.h (default_target_gcse): Likewise.
19058         * target-globals.h (target_globals): Add a destructor.  Convert
19059         void-pointer fields back to their real type and change from
19060         GTY((atomic)) to GTY((skip)).
19061         (restore_target_globals): Remove casts accordingly.
19062         * target-globals.c (save_target_globals): Use XCNEW rather than
19063         ggc_internal_cleared_alloc to allocate non-GC structures.
19064         Use ggc_cleared_alloc to allocate the target_globals structure
19065         itself.
19066         (target_globals::~target_globals): Define.
19068 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19070         * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use vldm
19071         mnemonic instead of fldmfdd.
19072         * config/arm/arm.c (vfp_output_fstmd): Rename to...
19073         (vfp_output_vstmd): ... This.  Convert output to UAL syntax.
19074         Output vpush when address register is SP.
19075         * config/arm/arm-protos.h (vfp_output_fstmd): Rename to...
19076         (vfp_output_vstmd): ... This.
19077         * config/arm/vfp.md (push_multi_vfp): Update call to
19078         vfp_output_vstmd.
19080 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19082         * config/arm/vfp.md (*movcc_vfp): Use UAL syntax.
19084 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19086         * config/arm/vfp.md (*sqrtsf2_vfp): Use UAL assembly syntax.
19087         (*sqrtdf2_vfp): Likewise.
19088         (*cmpsf_vfp): Likewise.
19089         (*cmpsf_trap_vfp): Likewise.
19090         (*cmpdf_vfp): Likewise.
19091         (*cmpdf_trap_vfp): Likewise.
19093 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19095         * config/arm/vfp.md (*extendsfdf2_vfp): Use UAL assembly syntax.
19096         (*truncdfsf2_vfp): Likewise.
19097         (*truncsisf2_vfp): Likewise.
19098         (*truncsidf2_vfp): Likewise.
19099         (fixuns_truncsfsi2): Likewise.
19100         (fixuns_truncdfsi2): Likewise.
19101         (*floatsisf2_vfp): Likewise.
19102         (*floatsidf2_vfp): Likewise.
19103         (floatunssisf2): Likewise.
19104         (floatunssidf2): Likewise.
19106 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19108         * config/arm/vfp.md (*mulsf3_vfp): Use UAL assembly syntax.
19109         (*muldf3_vfp): Likewise.
19110         (*mulsf3negsf_vfp): Likewise.
19111         (*muldf3negdf_vfp): Likewise.
19112         (*mulsf3addsf_vfp): Likewise.
19113         (*muldf3adddf_vfp): Likewise.
19114         (*mulsf3subsf_vfp): Likewise.
19115         (*muldf3subdf_vfp): Likewise.
19116         (*mulsf3negsfaddsf_vfp): Likewise.
19117         (*fmuldf3negdfadddf_vfp): Likewise.
19118         (*mulsf3negsfsubsf_vfp): Likewise.
19119         (*muldf3negdfsubdf_vfp): Likewise.
19121 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19123         * config/arm/vfp.md (*abssf2_vfp): Use UAL assembly syntax.
19124         (*absdf2_vfp): Likewise.
19125         (*negsf2_vfp): Likewise.
19126         (*negdf2_vfp): Likewise.
19127         (*addsf3_vfp): Likewise.
19128         (*adddf3_vfp): Likewise.
19129         (*subsf3_vfp): Likewise.
19130         (*subdf3_vfp): Likewise.
19131         (*divsf3_vfp): Likewise.
19132         (*divdf3_vfp): Likewise.
19134 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19136         * config/arm/arm.c (output_move_vfp): Use UAL syntax for load/store
19137         multiple.
19138         (arm_print_operand): Don't convert real values to decimal
19139         representation in default case.
19140         (fp_immediate_constant): Delete.
19141         * config/arm/arm-protos.h (fp_immediate_constant): Likewise.
19142         * config/arm/vfp.md (*arm_movsi_vfp): Convert to VFP moves to UAL
19143         syntax.
19144         (*thumb2_movsi_vfp): Likewise.
19145         (*movdi_vfp): Likewise.
19146         (*movdi_vfp_cortexa8): Likewise.
19147         (*movhf_vfp_neon): Likewise.
19148         (*movhf_vfp): Likewise.
19149         (*movsf_vfp): Likewise.
19150         (*thumb2_movsf_vfp): Likewise.
19151         (*movdf_vfp): Likewise.
19152         (*thumb2_movdf_vfp): Likewise.
19153         (*movsfcc_vfp): Likewise.
19154         (*thumb2_movsfcc_vfp): Likewise.
19155         (*movdfcc_vfp): Likewise.
19156         (*thumb2_movdfcc_vfp): Likewise.
19158 2014-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
19160         * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
19161         (-mtune): Likewise.
19162         (-mcpu): Likewise.
19164 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19166         PR target/61749
19167         * config/aarch64/aarch64-builtins.c (aarch64_types_quadop_qualifiers):
19168         Use qualifier_immediate for last operand.  Rename to...
19169         (aarch64_types_ternop_lane_qualifiers): ... This.
19170         (TYPES_QUADOP): Rename to...
19171         (TYPES_TERNOP_LANE): ... This.
19172         (aarch64_simd_expand_args): Return const0_rtx when encountering user
19173         error.  Change return of 0 to return of NULL_RTX.
19174         (aarch64_crc32_expand_builtin): Likewise.
19175         (aarch64_expand_builtin): Return NULL_RTX instead of 0.
19176         ICE when expanding unknown builtin.
19177         * config/aarch64/aarch64-simd-builtins.def (sqdmlal_lane): Use
19178         TERNOP_LANE qualifiers.
19179         (sqdmlsl_lane): Likewise.
19180         (sqdmlal_laneq): Likewise.
19181         (sqdmlsl_laneq): Likewise.
19182         (sqdmlal2_lane): Likewise.
19183         (sqdmlsl2_lane): Likewise.
19184         (sqdmlal2_laneq): Likewise.
19185         (sqdmlsl2_laneq): Likewise.
19187 2014-09-09  Nick Clifton  <nickc@redhat.com>
19189         * doc/invoke.texi (Optimization Options): Add missing @gol to the
19190         end of a line.
19191         (S/390 and zSeries Options): Remove superfluous word from the
19192         description of the -mhotpatch option.
19194 2014-09-09  Zhenqiang Chen  <zhenqiang.chen@arm.com>
19196         * shrink-wrap.h: #define SHRINK_WRAPPING_ENABLED.
19197         * ira.c: #include "shrink-wrap.h"
19198         (split_live_ranges_for_shrink_wrap): Use SHRINK_WRAPPING_ENABLED.
19199         * ifcvt.c: #include "shrink-wrap.h"
19200         (dead_or_predicable): Use SHRINK_WRAPPING_ENABLED.
19202 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
19204         * common/config/picochip/picochip-common.c: Remove.
19205         * config.gcc: Remove support for picochip.
19206         * config/picochip/constraints.md: Remove.
19207         * config/picochip/dfa_space.md: Remove.
19208         * config/picochip/dfa_speed.md: Remove.
19209         * config/picochip/picochip-protos.h: Remove.
19210         * config/picochip/picochip.c: Remove.
19211         * config/picochip/picochip.h: Remove.
19212         * config/picochip/picochip.md: Remove.
19213         * config/picochip/picochip.opt: Remove.
19214         * config/picochip/predicates.md: Remove.
19215         * config/picochip/t-picochip: Remove.
19216         * doc/md.texi: Don't document picochi.
19218 2014-09-08  David Malcolm  <dmalcolm@redhat.com>
19220         * basic-block.h (control_flow_insn_p): Strengthen param from
19221         const_rtx to const rtx_insn *.
19222         * cfgbuild.c (control_flow_insn_p): Likewise.
19224 2014-09-08  David Malcolm  <dmalcolm@redhat.com>
19226         * gcse.c (modify_mem_list): Strengthen this variable from
19227         vec<rtx> * to vec<rtx_insn *> *.
19228         (vec_rtx_heap): Strengthen this typedef from vec<rtx> to
19229         vec<rtx_insn *>.
19230         (load_killed_in_block_p): Strengthen local "list" from vec<rtx> to
19231         vec<rtx_insn *>, and local "setter" from rtx to rtx_insn *.
19232         (record_last_mem_set_info): Strengthen param "insn" from rtx to
19233         rtx_insn *.
19234         (record_last_set_info): Likewise for local "last_set_insn".
19236 2014-09-08  DJ Delorie  <dj@redhat.com>
19238         * doc/invoke.texi (MSP430 Options): Add -minrt.
19240 2014-09-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19242         * config/rs6000/rs6000.c (special_handling_values):  Add SH_SPLAT.
19243         (rtx_is_swappable_p): Convert UNSPEC cascading ||s to a switch
19244         statement; allow optimization of UNSPEC_VSPLT_DIRECT with special
19245         handling SH_SPLAT.
19246         (adjust_extract): Fix test for VEC_DUPLICATE case; fix adjustment
19247         of extracted lane.
19248         (adjust_splat): New function.
19249         (handle_special_swappables): Call adjust_splat for SH_SPLAT.
19250         (dump_swap_insn_table): Add case for SH_SPLAT.
19252 2014-09-08  Richard Biener  <rguenther@suse.de>
19254         PR ipa/63196
19255         * tree-inline.c (copy_loops): The source loop header should
19256         always be non-NULL.
19257         (tree_function_versioning): If loops need fixup after removing
19258         unreachable blocks fix them.
19259         * omp-low.c (simd_clone_adjust): Do not add incr block to
19260         loop under construction.
19262 2014-09-08  Alan Lawrence  <alan.lawrence@arm.com>
19264         * config/aarch64/aarch64-builtins.c
19265         (aarch64_types_cmtst_qualifiers, TYPES_TST): Remove as unused.
19267 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
19269         * config/i386/cygming.h (TF_SIZE): Remove.
19270         * config/i386/darwin.h (TF_SIZE): Remove.
19271         * config/i386/dragonfly.h (TF_SIZE): Remove.
19272         * config/i386/freebsd.h (TF_SIZE): Remove.
19273         * config/i386/gnu-user-common.h (TF_SIZE): Remove.
19274         * config/i386/openbsdelf.h (TF_SIZE): Remove.
19275         * config/i386/sol2.h (TF_SIZE): Remove.
19276         * config/ia64/hpux.h (XF_SIZE, TF_SIZE): Remove.
19277         * config/ia64/linux.h (TF_SIZE): Remove.
19278         * doc/tm.texi.in (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Remove.
19279         * doc/tm.texi: Regenerate.
19280         * system.h (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Poison.
19282 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
19284         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
19285         Remove.
19286         * doc/tm.texi.in (ROUND_TOWARDS_ZERO, LARGEST_EXPONENT_IS_NORMAL):
19287         Remove.
19288         * doc/tm.texi: Regenerate.
19289         * system.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
19290         Poison.
19291         * config/arm/arm.h (LARGEST_EXPONENT_IS_NORMAL): Remove.
19292         * config/cris/cris.h (__make_dp): Remove.
19294 2014-09-08  Richard Biener  <rguenther@suse.de>
19296         PR bootstrap/63204
19297         * cfgloop.c (mark_loop_for_removal): Track former header
19298         unconditionally.
19299         * cfgloop.h (struct loop): Add former_header member unconditionally.
19300         * loop-init.c (fix_loop_structure): Enable bogus loop removal
19301         diagnostic unconditionally.
19303 2014-09-07 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
19305         PR target/63190
19306         * config/aarch64/aarch64.md (stack_protect_test_<mode>) Add register
19307         constraint for operand0 and remove write only modifier from operand3.
19309 2014-09-07  Richard Sandiford  <richard.sandiford@arm.com>
19311         PR rtl-optimization/62208
19312         * simplify-rtx.c (simplify_relational_operation_1): Use CONST0_RTX
19313         rather than const0_rtx in eq/ne-xor simplifications.
19315 2014-09-06  Joern Rennecke  <joern.rennecke@embecosm.com>
19317         * config/arc/arc.c (arc_print_operand): Fix format for HOST_WIDE_INT.
19318         (arc_output_mi_thunk): Likewise.
19320         * config/arc/arc.c (arc_predicate_delay_insns): Swap comparison
19321         arguments to silence bogus warning.
19323 2014-09-06  Richard Sandiford  <richard.sandiford@arm.com>
19325         PR middle-end/63171
19326         * rtlanal.c (tls_referenced_p): Don't skip constant subrtxes.
19328 2014-09-06  Tom de Vries  <tom@codesourcery.com>
19330         * ira-costs.c (ira_tune_allocno_costs): Don't conditionalize
19331         IRA_HARD_REGNO_ADD_COST_MULTIPLIER code on
19332         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
19334 2014-09-05  Dominique Dhumieres  <dominiq@lps.ens.fr>
19336         PR target/63188
19337         * config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
19338         * config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.
19340 2014-09-05  Easwaran Raman  <eraman@google.com>
19342         PR rtl-optimization/62146
19343         * ifcvt.c (dead_or_predicable): Make removal of REG_EQUAL note of
19344         hoisted instruction unconditional.
19346 2014-09-05  Segher Boessenkool  <segher@kernel.crashing.org>
19348         PR target/63187
19349         * config/rs6000/rs6000.md (*and<mode>3_imm_dot, *and<mode>3_imm_dot2):
19350         Do not allow any_mask_operand for operands[2].
19351         (*and<mode>3_imm_mask_dot, *and<mode>3_imm_mask_dot2): New.
19353 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19355         * config/arc/arc.c (arc_print_operand): Use insn method of
19356         final_sequence for type-safety.
19357         * config/bfin/bfin.c (bfin_hardware_loop): Strengthen param
19358         "insn" from rtx to rtx_insn *.
19359         * config/frv/frv.c (frv_print_operand_jump_hint): Likewise.
19360         * config/mn10300/mn10300.c (mn10300_scan_for_setlb_lcc):
19361         Likewise for locals "branch", "label".
19362         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise for
19363         locals "i1", "i2".  Use NULL rather than NULL_RTX in comparisons.
19364         (same_cmp_following_p): Likewise for locals "i2", "i3".
19365         * config/sh/sh_optimize_sett_clrt.cc
19366         (sh_optimize_sett_clrt::sh_cbranch_ccreg_value): Likewise for
19367         param "cbranch_insn".
19368         * function.c (convert_jumps_to_returns): Likewis for local "jump".
19369         * ifcvt.c (cond_exec_get_condition): Likewise for param "jump".
19370         * jump.c (simplejump_p): Strengthen param "insn" from const_rtx to
19371         const rtx_insn *.
19372         (condjump_p): Likewise.
19373         (condjump_in_parallel_p): Likewise.
19374         (pc_set): Likewise.
19375         (any_uncondjump_p): Likewise.
19376         (any_condjump_p): Likewise.
19377         (condjump_label): Likewise.
19378         (returnjump_p): Strengthen param "insn" from rtx to
19379         const rtx_insn *.
19380         (onlyjump_p): Strengthen param "insn" from const_rtx to
19381         const rtx_insn *.
19382         (jump_to_label_p): Likewise.
19383         (invert_jump_1): Strengthen param "jump" from rtx to rtx_insn *.
19384         (invert_jump): Likewise.
19385         * reorg.c (simplejump_or_return_p): Add checked cast when calling
19386         simplejump_p.
19387         (get_jump_flags): Strengthen param "insn" from rtx to
19388         const rtx_insn *.
19389         (get_branch_condition): Likewise.
19390         (condition_dominates_p): Likewise.
19391         (make_return_insns): Move declaration of local "pat" earlier, to
19392         after we've handled NONJUMP_INSN_P and non-sequences, using its
19393         methods to simplify the code and for type-safety.
19394         * rtl.h (find_constant_src): Strengthen param from const_rtx to
19395         const rtx_insn *.
19396         (jump_to_label_p): Strengthen param from rtx to const rtx_insn *.
19397         (condjump_p): Strengthen param from const_rtx to
19398         const rtx_insn *.
19399         (any_condjump_p): Likewise.
19400         (any_uncondjump_p): Likewise.
19401         (pc_set): Likewise.
19402         (condjump_label): Likewise.
19403         (simplejump_p): Likewise.
19404         (returnjump_p): Likewise.
19405         (onlyjump_p): Likewise.
19406         (invert_jump_1): Strengthen param 1 from rtx to rtx_insn *.
19407         (invert_jump): Likewise.
19408         (condjump_in_parallel_p): Strengthen param from const_rtx to
19409         const rtx_insn *.
19410         * rtlanal.c (find_constant_src): Strengthen param from const_rtx
19411         to const rtx_insn *.
19412         * sel-sched-ir.c (fallthru_bb_of_jump): Strengthen param from rtx
19413         to const rtx_insn *.
19414         * sel-sched-ir.h (fallthru_bb_of_jump): Likewise.
19416 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19418         * reorg.c (relax_delay_slots): Move declaration of "trial_seq"
19419         above the conditional, and convert the check on GET_CODE to a
19420         dyn_cast, so that "trial_seq" is available as an rtx_sequence * in
19421         the conditional.  Simplify the conditional by using methods of
19422         "trial_seq".
19424 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19426         * haifa-sched.c (check_clobbered_conditions): Strengthen local
19427         "link" from rtx to rtx_insn_list *, and use its methods for
19428         clarity and type-safety.
19429         (toggle_cancelled_flags): Likewise.
19430         (restore_last_backtrack_point): Likewise.
19431         (queue_to_ready): Use insn method of "link" in one place.
19432         (schedule_block): Strengthen local "link" from rtx to
19433         rtx_insn_list *, and use its methods for clarity and type-safety.
19435 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19437         * sched-deps.c (sched_get_condition_with_rev_uncached): Strengthen
19438         param "insn" from const_rtx to const rtx_insn *.
19439         (sched_get_reverse_condition_uncached): Likewise.
19440         (sched_get_condition_with_rev): Likewise.
19441         (sched_has_condition_p): Likewise.
19442         (sched_insns_conditions_mutex_p): Likewise for both params.
19443         (sched_insn_is_legitimate_for_speculation_p): Likewise for param
19444         "insn"; conver use of CONST_CAST_RTX to CONST_CAST_RTX_INSN.
19445         (setup_insn_reg_uses): Move local "list" to be more tightly
19446         scoped, strengthening it from an rtx to an rtx_insn_list *.  Use
19447         its methods for clarity and type-safety.
19448         (sched_analyze_1): Strengthen local "pending" from rtx to
19449         rtx_insn_list *, and local "pending_mem" from rtx to
19450         rtx_expr_list *.  Use methods of each for clarity and type-safety.
19451         (sched_analyze_2): Likewise.
19452         (sched_analyze_insn): Likewise.
19454         * sched-int.h (sched_get_reverse_condition_uncached): Strengthen
19455         param from const_rtx to const rtx_insn *.
19456         (sched_insns_conditions_mutex_p): Likewise for both params.
19457         (sched_insn_is_legitimate_for_speculation_p): Likewise for first
19458         param.
19460         * system.h (CONST_CAST_RTX_INSN): New macro.
19462 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19464         * recog.c (peep2_attempt): Strengthen return type from rtx to
19465         rtx_insn *.
19466         (peep2_update_life): Likewise for params "last", "prev", removing
19467         a checked cast made redundant by this.
19468         (peephole2_optimize): Likewise for local "last".
19470 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19472         * basic-block.h (set_block_for_insn): Eliminate this macro in
19473         favor of...
19474         * rtl.h (set_block_for_insn): New inline function, imposing the
19475         requirement that the "insn" param is an rtx_insn *.
19477 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19479         * caller-save.c (setup_save_areas): Strengthen local "insn" from
19480         rtx to rtx_insn *.
19481         * final.c (get_call_reg_set_usage): Likewise for first param,
19482         eliminating a checked cast.
19483         * regs.h (get_call_reg_set_usage): Likewise for first param.
19484         * resource.c (mark_set_resources): Introduce local rtx_call_insn *
19485         "call_insn" for the case of a MARK_SRC_DEST_CALL via a checked
19486         cast, replacing references to "x" with "call_insn" where
19487         appropriate.
19488         (mark_target_live_regs): Strengthen local "real_insn" from rtx to
19489         rtx_insn *, adding a checked cast.
19491 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19493         * output.h (final_scan_insn): Strengthen first param from rtx to
19494         rtx_insn *.
19496         * final.c (final_scan_insn): Likewise, renaming it back from
19497         "uncast_insn" to "insn", eliminating the checked cast.
19499         * config/h8300/h8300.md (define_insn "jump"): Replace local rtx
19500         "vec" with an rtx_sequence * "seq", taking a copy of
19501         "final_sequence", and using methods of "seq" for clarity, and for
19502         type-safety in the calls to final_scan_insn.
19503         * config/mips/mips.c (mips_output_conditional_branch): Use methods
19504         of "final_sequence" for clarity, and for type-safety in the call to
19505         final_scan_insn.
19506         * config/sh/sh.c (print_slot): Strengthen param from rtx to
19507         rtx_sequence * and rename from "insn" to "seq".
19509 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19511         * jump.c (delete_related_insns): Introduce a new local "table" by
19512         replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
19513         get_labels method of "table" to simplify access to the labels in
19514         the jump table.
19516 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19518         * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd,
19519         f_minmaxs, f_minmaxd types.
19521 2014-09-05  Richard Biener  <rguenther@suse.de>
19523         * cfgloop.c (mark_loop_for_removal): Record former header
19524         when ENABLE_CHECKING.
19525         * cfgloop.h (strut loop): Add former_header member when
19526         ENABLE_CHECKING.
19527         * loop-init.c (fix_loop_structure): Sanity check loops
19528         marked for removal if they re-appeared.
19530 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19532         * config/aarch64/arm_neon.h (int32x1_t, int16x1_t, int8x1_t,
19533         uint32x1_t, uint16x1_t, uint8x1_t): Remove typedefs.
19535         (vqabsb_s8, vqabsh_s16, vqabss_s32, vqaddb_s8, vqaddh_s16, vqadds_s32,
19536         vqaddb_u8, vqaddh_u16, vqadds_u32, vqdmlalh_s16, vqdmlalh_lane_s16,
19537         vqdmlals_s32, vqdmlslh_s16, vqdmlslh_lane_s16, vqdmlsls_s32,
19538         vqdmulhh_s16, vqdmulhh_lane_s16, vqdmulhs_s32, vqdmulhs_lane_s32,
19539         vqdmullh_s16, vqdmullh_lane_s16, vqdmulls_s32, vqdmulls_lane_s32,
19540         vqmovnh_s16, vqmovns_s32, vqmovnd_s64, vqmovnh_u16, vqmovns_u32,
19541         vqmovnd_u64, vqmovunh_s16, vqmovuns_s32, vqmovund_s64, vqnegb_s8,
19542         vqnegh_s16, vqnegs_s32, vqrdmulhh_s16, vqrdmulhh_lane_s16,
19543         vqrdmulhs_s32, vqrdmulhs_lane_s32, vqrshlb_s8, vqrshlh_s16,
19544         vqrshls_s32, vqrshlb_u8, vqrshlh_u16, vqrshls_u32, vqrshrnh_n_s16,
19545         vqrshrns_n_s32, vqrshrnd_n_s64, vqrshrnh_n_u16, vqrshrns_n_u32,
19546         vqrshrnd_n_u64, vqrshrunh_n_s16, vqrshruns_n_s32, vqrshrund_n_s64,
19547         vqshlb_s8, vqshlh_s16, vqshls_s32, vqshlb_u8, vqshlh_u16, vqshls_u32,
19548         vqshlb_n_s8, vqshlh_n_s16, vqshls_n_s32, vqshlb_n_u8, vqshlh_n_u16,
19549         vqshls_n_u32, vqshlub_n_s8, vqshluh_n_s16, vqshlus_n_s32,
19550         vqshrnh_n_s16, vqshrns_n_s32, vqshrnd_n_s64, vqshrnh_n_u16,
19551         vqshrns_n_u32, vqshrnd_n_u64, vqshrunh_n_s16, vqshruns_n_s32,
19552         vqshrund_n_s64, vqsubb_s8, vqsubh_s16, vqsubs_s32, vqsubb_u8,
19553         vqsubh_u16, vqsubs_u32, vsqaddb_u8, vsqaddh_u16, vsqadds_u32,
19554         vuqaddb_s8, vuqaddh_s16, vuqadds_s32): Replace all int{32,16,8}x1_t
19555         with int{32,16,8}_t.
19557 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19559         * config/aarch64/arm_neon.h (__GET_HIGH): New macro.
19560         (vget_high_f32, vget_high_f64, vget_high_p8, vget_high_p16,
19561         vget_high_s8, vget_high_s16, vget_high_s32, vget_high_s64,
19562         vget_high_u8, vget_high_u16, vget_high_u32, vget_high_u64):
19563         Remove temporary __asm__ and reimplement.
19565 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19567         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Remove code
19568         handling cmge, cmgt, cmeq, cmtst.
19570         * config/aarch64/aarch64-simd-builtins.def (cmeq, cmge, cmgt, cmle,
19571         cmlt, cmgeu, cmgtu, cmtst): Remove.
19573         * config/aarch64/arm_neon.h (vceq_*, vceqq_*, vceqz_*, vceqzq_*,
19574         vcge_*, vcgeq_*, vcgez_*, vcgezq_*, vcgt_*, vcgtq_*, vcgtz_*,
19575         vcgtzq_*, vcle_*, vcleq_*, vclez_*, vclezq_*, vclt_*, vcltq_*,
19576         vcltz_*, vcltzq_*, vtst_*, vtstq_*): Use gcc vector extensions.
19578 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19580         * config/aarch64/aarch64-builtins.c (aarch64_types_cmtst_qualifiers,
19581         TYPES_TST): Define.
19582         (aarch64_fold_builtin): Update pattern for cmtst.
19584         * config/aarch64/aarch64-protos.h (aarch64_const_vec_all_same_int_p):
19585         Declare.
19587         * config/aarch64/aarch64-simd-builtins.def (cmtst): Update qualifiers.
19589         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>):
19590         Switch operands, separate out more cases, refactor.
19592         (aarch64_cmtst<mode>): Rewrite pattern to match (plus ... -1).
19594         * config/aarch64.c (aarch64_const_vec_all_same_int_p): Take single
19595         argument; rename old version to...
19596         (aarch64_const_vec_all_same_in_range_p): ...this.
19597         (aarch64_print_operand, aarch64_simd_shift_imm_p): Follow renaming.
19599         * config/aarch64/predicates.md (aarch64_simd_imm_minus_one): Define.
19601 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19603         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
19604         Remove qualifier_const_pointer, update comment.
19606 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19608         * config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
19610 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19612         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
19613         varargs with pointer parameter.
19614         (aarch64_simd_expand_builtin): pass pointer into previous.
19616 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19618         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext,
19619         alus_ext.
19621 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
19623         * config/aarch64/aarch64-simd.md (aarch64_rbit<mode>): New pattern.
19624         * config/aarch64/aarch64-simd-builtins.def (rbit): New builtin.
19625         * config/aarch64/arm_neon.h (vrbit_s8, vrbit_u8, vrbitq_s8, vrbitq_u8):
19626         Replace temporary asm with call to builtin.
19627         (vrbit_p8, vrbitq_p8): New functions.
19629 2014-09-05  Richard Biener  <rguenther@suse.de>
19631         * cfgloop.c (mark_loop_for_removal): New function.
19632         * cfgloop.h (mark_loop_for_removal): Declare.
19633         * cfghooks.c (delete_basic_block): Use mark_loop_for_removal.
19634         (merge_blocks): Likewise.
19635         (duplicate_block): Likewise.
19636         * except.c (sjlj_emit_dispatch_table): Likewise.
19637         * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
19638         * tree-ssa-threadupdate.c (ssa_redirect_edges): Likewise.
19639         (thread_through_loop_header): Likewise.
19641 2014-09-05  Richard Biener  <rguenther@suse.de>
19643         PR middle-end/63148
19644         * fold-const.c (try_move_mult_to_index): Remove.
19645         (fold_binary_loc): Do not call it.
19646         * tree-data-ref.c (dr_analyze_indices): Strip conversions
19647         from the base object again.
19649 2014-09-05  James Greenhalgh  <james.greenhalgh@arm.com>
19651         * config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
19652         DImode.
19654 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
19656         PR target/55701
19657         * config/arm/arm.md (setmem): New pattern.
19658         * config/arm/arm-protos.h (struct tune_params): New fields.
19659         (arm_gen_setmem): New prototype.
19660         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
19661         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
19662         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
19663         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
19664         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
19665         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
19666         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
19667         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
19668         (arm_const_inline_cost): New function.
19669         (arm_block_set_max_insns): New function.
19670         (arm_block_set_non_vect_profit_p): New function.
19671         (arm_block_set_vect_profit_p): New function.
19672         (arm_block_set_unaligned_vect): New function.
19673         (arm_block_set_aligned_vect): New function.
19674         (arm_block_set_unaligned_non_vect): New function.
19675         (arm_block_set_aligned_non_vect): New function.
19676         (arm_block_set_vect, arm_gen_setmem): New functions.
19678 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
19680         * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
19682 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
19684         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
19686 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
19688         * valtrack.c (dead_debug_insert_temp): Take an rtx_insn * instead of
19689         an rtx.
19690         * valtrack.h: Adjust.
19692 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
19694         * emit-rtl.c (emit_insn_before_noloc): Take an rtx_insn * instead of
19695         an rtx.
19696         (emit_jump_insn_before_noloc): Likewise.
19697         (emit_call_insn_before_noloc): Likewise.
19698         (emit_label_before): Likewise.
19699         (emit_label_after): Likewise.
19700         (emit_insn_before_setloc): Likewise.
19701         (emit_jump_insn_before_setloc): Likewise.
19702         (emit_call_insn_before_setloc): Likewise.
19703         (emit_call_insn_before): Likewise.
19704         * rtl.h: Adjust.
19706 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19708         * cse.c (cse_insn): Strengthen local "new_rtx" from rtx to
19709         rtx_insn *, eliminating a checked cast.
19711 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19713         * rtl.h (modified_between_p): Strengthen params 2 and 3 from
19714         const_rtx to const rtx_insn *.
19715         * rtlanal.c (modified_between_p): Likewise, eliminating a checked
19716         cast.
19718 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19720         * emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
19721         fixup_args_size_notes.
19722         * expr.c (fixup_args_size_notes): Strengthen first two params from
19723         rtx to rtx_insn *, eliminating a checked cast.
19724         * rtl.h (fixup_args_size_notes): Strengthen first two params from
19725         rtx to rtx_insn *.
19727 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
19729         * haifa-sched.c (get_ready_element): Strengthen return type from
19730         rtx to rtx_insn *.
19731         * sched-int.h (get_ready_element): Likewise.
19733 2014-09-04  Segher Boessenkool  <segher@kernel.crashing.org>
19735         PR target/63165
19736         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
19737         indexed_or_indirect_operand instead of memory_operand.
19738         (floatsi<mode>2_lfiwzx_mem): Ditto.
19740 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
19742         * config/bfin/bfin.c, config/c6x/c6x.c, config/m32c/m32c.c,
19743         config/mn10300/mn10300.c, config/s390/s390.c, config/sh/sh.c,
19744         ifcvt.c, reorg.c: Change types of variables from rtx to rtx_insn *.
19746 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
19748         * emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
19749         rtx.
19750         (get_last_nonnote_insn): Likewise.
19751         (next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
19752         * resource.c (find_basic_block): Likewise.
19753         * rtl.h: Adjust.
19754         * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
19755         const_rtx.
19757 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
19759         * genattr.c (main): Within the prototype of insn_latency written
19760         out to insn-attr.h, strengthen both params from rtx to rtx_insn *.
19761         * genautomata.c (output_internal_maximal_insn_latency_func):
19762         Within the implementation of insn_latency written out to
19763         insn-automata.c, strengthen both params from rtx to rtx_insn *,
19764         eliminating a pair of checked casts.
19766 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
19768         * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
19769         rtx_insn *.
19771         * rtl.h (eh_returnjump_p): Likewise.
19773 2014-09-04  Aldy Hernandez  <aldyh@redhat.com>
19775         * Makefile.in (TAGS): Handle constructs in timevar.def.
19777 2014-09-04  Guozhi Wei  <carrot@google.com>
19779         PR target/62040
19780         * config/aarch64/iterators.md (VQ_NO2E, VQ_2E): New iterators.
19781         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Split
19782         it into two patterns.
19783         (move_lo_quad_internal_be_<mode>): Likewise.
19785 2014-09-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19787         * doc/options.texi: Document that Var and Init are required if CPP
19788         is given.
19789         * optc-gen.awk: Require Var and Init if CPP is given.
19790         * common.opt (Wpedantic): Use Init.
19792 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19794         * config/rs6000/rs6000.c (special_handling_values): Add
19795         SH_EXTRACT.
19796         (rtx_is_swappable_p): Look for patterns with a VEC_SELECT, perhaps
19797         wrapped in a VEC_DUPLICATE, representing an extract.  Mark these
19798         as swappable with special handling SH_EXTRACT.  Remove
19799         UNSPEC_VSX_XXSPLTW from the list of disallowed unspecs for the
19800         optimization.
19801         (adjust_extract): New function.
19802         (handle_special_swappables): Add default to case statement; add
19803         case for SH_EXTRACT that calls adjust_extract.
19804         (dump_swap_insn_table): Handle SH_EXTRACT.
19806 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19808         * config/rs6000/vsx.md (*vsx_extract_<mode>_load): Always match
19809         selection of 0th memory doubleword, regardless of endianness.
19811 2014-09-04  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
19813         * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces.
19815 2014-09-04  Alan Modra  <amodra@gmail.com>
19817         PR debug/60655
19818         * dwarf2out.c (mem_loc_descriptor <PLUS>): Return NULL if addend
19819         can't be output.
19821 2014-09-03  Matthew Fortune  <matthew.fortune@imgtec.com>
19823         * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
19824         * targhooks.c (default_dwarf_frame_reg_mode): New function.
19825         * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
19826         * doc/tm.texi.in (TARGET_DWARF_FRAME_REG_MODE): Document.
19827         * doc/tm.texi: Regenerate.
19828         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Abstract mode
19829         selection logic to default_dwarf_frame_reg_mode.
19831 2014-09-03  Marek Polacek  <polacek@redhat.com>
19833         * doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled
19834         by -Wall.
19836 2014-09-03  Richard Sandiford  <richard.sandiford@arm.com>
19838         * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
19839         the automodified register.
19841 2014-09-03  Richard Sandiford  <richard.sandiford@arm.com>
19843         * output.h (get_some_local_dynamic_name): Declare.
19844         * final.c (some_local_dynamic_name): New variable.
19845         (get_some_local_dynamic_name): New function.
19846         (final_end_function): Clear some_local_dynamic_name.
19847         * config/alpha/alpha.c (machine_function): Remove some_ld_name.
19848         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
19849         (print_operand): Report an error if '%&' is used inappropriately.
19850         * config/i386/i386.c (get_some_local_dynamic_name): Delete.
19851         (get_some_local_dynamic_name_1): Delete.
19852         * config/rs6000/rs6000.c (machine_function): Remove some_ld_name.
19853         (rs6000_get_some_local_dynamic_name): Delete.
19854         (rs6000_get_some_local_dynamic_name_1): Delete.
19855         (print_operand): Report an error if '%&' is used inappropriately.
19856         * config/s390/s390.c (machine_function): Remove some_ld_name.
19857         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
19858         (print_operand): Assert that get_some_local_dynamic_name is nonnull.
19859         * config/sparc/sparc.c: Include rtl-iter.h.
19860         (machine_function): Remove some_ld_name.
19861         (sparc_print_operand): Report an error if '%&' is used inappropriately.
19862         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
19864 2014-09-03  Richard Henderson  <rth@redhat.com>
19866         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): Remove.
19867         (aarch64_popwb_pair_reg): Remove.
19868         (aarch64_set_frame_expr): Remove.
19869         (aarch64_restore_callee_saves): Add CFI_OPS argument; fill it with
19870         the restore ops performed by the insns generated.
19871         (aarch64_expand_epilogue): Attach CFI_OPS to the stack deallocation
19872         insn.  Perform the calls_eh_return addition later; do not attempt to
19873         preserve the CFA in that case.  Don't use aarch64_set_frame_expr.
19874         (aarch64_expand_prologue): Use REG_CFA_ADJUST_CFA directly, or no
19875         special markup at all.  Load cfun->machine->frame.hard_fp_offset
19876         into a local variable.
19877         (aarch64_frame_pointer_required): Don't check calls_alloca.
19879 2014-09-03  Richard Biener  <rguenther@suse.de>
19881         * opts.c (default_options_optimization): Adjust
19882         max-combine-insns to 2 for -Og.
19884 2014-09-03  Martin Jambor  <mjambor@suse.cz>
19886         PR ipa/62015
19887         * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible
19888         pass-trough jump functions correctly.
19890 2014-09-03  Martin Jambor  <mjambor@suse.cz>
19892         PR ipa/61986
19893         * ipa-cp.c (find_aggregate_values_for_callers_subset): Chain
19894         created replacements in ascending order of offsets.
19895         (known_aggs_to_agg_replacement_list): Likewise.
19897 2014-09-03  Martin Liska  <mliska@suse.cz>
19899         * tree-ssa-sccvn.c (vn_reference_lookup_call): default (NULL) value
19900         is set to set uninitialized value for vnresult.
19902 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19904         * config/nds32/nds32.c (nds32_must_pass_in_stack): New implementation
19905         for TARGET_MUST_PASS_IN_STACK.
19907 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19909         * config/nds32/nds32.c (nds32_arg_partial_bytes): New implementation
19910         for TARGET_ARG_PARTIAL_BYTES.
19912 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19914         * config/nds32/nds32.c (nds32_expand_prologue): Emit stack push
19915         instructions for varargs implementation.
19916         (nds32_expand_epilogue): Emit stack adjustment instructions for
19917         varargs implementation.
19919 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19921         * config/nds32/nds32.c (nds32_expand_prologue): Suppress fp-as-gp
19922         optimization detection.
19924 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19926         * config/nds32/nds32.c (nds32_function_arg): Deal with nameless
19927         arguments.
19928         (nds32_function_arg_advance): Deal with nameless arguments.
19929         * config/nds32/nds32.h (NDS32_ARG_PASS_IN_REG_P): Split it into ...
19930         (NDS32_ARG_ENTIRE_IN_GPR_REG_P): ... this one and ...
19931         (NDS32_ARG_PARTIAL_IN_GPR_REG_P): ... this one.
19933 2014-09-03  Richard Biener  <rguenther@suse.de>
19935         * tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
19936         (struct bb_bitmap_sets): Remove deferred member.
19937         (BB_DEFERRED): Remove.
19938         (defer_or_phi_translate_block): Remove.
19939         (compute_antic_aux): Remove deferring of blocks, assert
19940         proper iteration order.
19941         (compute_antic): Do not set BB_DEFERRED.
19942         (eliminate): Allocate el_avail of proper size initially.
19944 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19946         * config/nds32/nds32.h (FIRST_PARM_OFFSET): Set proper location
19947         according to the value of crtl->args.pretend_args_size.
19949 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19951         * config/nds32/nds32.c (nds32_compute_stack_frame): Prepare necessary
19952         varargs information.
19954 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19956         * config/nds32/nds32.c (nds32_setup_incoming_varargs): New
19957         implementation for TARGET_SETUP_INCOMING_VARARGS.
19958         (nds32_strict_argument_naming): Refine comment.
19959         * config/nds32/nds32.h (TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT):
19960         Define for future implementation.
19962 2014-09-03  Ilya Tocar  <ilya.tocar@intel.com>
19964         * config/i386/adxintrin.h (_subborrow_u32): New.
19965         (_addcarry_u32): Ditto.
19966         (_subborrow_u64): Ditto.
19967         (_addcarry_u64): Ditto.
19968         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_SBB32,
19969         IX86_BUILTIN_SBB64.
19970         (ix86_init_mmx_sse_builtins): Handle __builtin_ia32_sbb_u32,
19971         __builtin_ia32_sbb_u64
19973 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19975         * config/nds32/nds32.c (nds32_function_arg): Define and rename some
19976         GPR-specific stuff.
19977         (nds32_function_arg_advance): Likewise.
19978         (nds32_init_cumulative_args): Likewise.
19979         * config/nds32/nds32.h (NDS32_MAX_GPR_REGS_FOR_ARGS): Define.
19980         (NDS32_FIRST_GPR_REGNUM): Define.
19981         (NDS32_LAST_GPR_REGNUM): Define.
19982         (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG): Define.
19983         (NDS32_ARG_PASS_IN_REG_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
19984         (FUNCTION_ARG_REGNO_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
19985         (machine_function): Use GRP-specific stuff.
19987 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19989         * config/nds32/nds32.c (nds32_expand_prologue): Remove unused variables.
19990         (nds32_expand_epilogue): Likewise.
19991         (nds32_expand_prologue_v3push): Likewise.
19992         (nds32_expand_epilogue_v3pop): Likewise.
19994 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
19996         * config/nds32/nds32.c (nds32_compute_stack_frame): Do not use
19997         v3push/v3pop for variadic function.
19998         * config/nds32/nds32.md (prologue, epilogue): Likewise.
20000 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20002         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
20003         Check rtx for varargs implementation.
20004         (nds32_output_stack_pop): Likewise.
20005         * config/nds32/nds32-protos.h: Have a rtx argument for
20006         nds32_output_stack_push and nds32_output_stack_pop.
20007         * config/nds32/nds32.md: Likewise.
20009 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20011         * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
20012         to check if FUNC is an interrupt service routine.
20013         * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.
20015 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20017         * config/nds32/nds32.h (machine_function): Add some fields for variadic
20018         arguments implementation.
20020 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20022         * config/nds32/nds32-predicates.c
20023         (nds32_valid_stack_push_pop): Rename to ...
20024         (nds32_valid_stack_push_pop_p): ... this.
20025         * config/nds32/nds32-protos.h: Likewise.
20026         * config/nds32/predicates.md: Likewise.
20028 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20030         * config/nds32/nds32.c (nds32_gen_stack_v3push): Rename to ...
20031         (nds32_emit_stack_v3push): ... this.
20032         (nds32_gen_stack_v3pop): Rename to ...
20033         (nds32_emit_stack_v3pop): ... this and consider CFA restore
20034         information.
20036 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20038         * config/nds32/nds32.c (nds32_gen_stack_push_multiple): Rename to ...
20039         (nds32_emit_stack_push_multiple): ... this.
20040         (nds32_gen_stack_pop_multiple): Rename to ...
20041         (nds32_emit_stack_pop_multiple): ... this and consider CFA restore
20042         information.
20044 2014-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20046         PR target/61078
20047         * config/s390/s390.md ("*negdi2_31"): Add s390_split_ok_p check
20048         and add a second splitter to handle the remaining cases.
20050 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
20052         * config/nds32/nds32.h (PIC_OFFSET_TABLE_REGNUM): Define.
20054 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
20056         * cfgexpand.c (label_rtx_for_bb): Change type to
20057         hash_map<basic_block, rtx_code_label *> *.
20058         (expand_gimple_basic_block): Adjust.
20059         (pass_expand::execute): Likewise.
20061 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
20063         * asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
20064         config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
20065         config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
20066         config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
20067         config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
20068         config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
20069         stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
20070         of rtx.
20072 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
20074         * alloc-pool.c: Include coretypes.h.
20075         * cgraph.h, dbxout.c, dwarf2out.c, except.c, except.h, function.c,
20076         function.h, symtab.c, tree-cfg.c, tree-eh.c: Use hash_map and
20077         hash_set instead of htab.
20078         * ggc-page.c (in_gc): New variable.
20079         (ggc_free): Do nothing if a collection is taking place.
20080         (ggc_collect): Set in_gc appropriately.
20081         * ggc.h (gt_ggc_mx(const char *)): New function.
20082         (gt_pch_nx(const char *)): Likewise.
20083         (gt_ggc_mx(int)): Likewise.
20084         (gt_pch_nx(int)): Likewise.
20085         * hash-map.h (hash_map::hash_entry::ggc_mx): Likewise.
20086         (hash_map::hash_entry::pch_nx): Likewise.
20087         (hash_map::hash_entry::pch_nx_helper): Likewise.
20088         (hash_map::hash_map): Adjust.
20089         (hash_map::create_ggc): New function.
20090         (gt_ggc_mx): Likewise.
20091         (gt_pch_nx): Likewise.
20092         * hash-set.h (default_hashset_traits::ggc_mx): Likewise.
20093         (default_hashset_traits::pch_nx): Likewise.
20094         (hash_set::hash_entry::ggc_mx): Likewise.
20095         (hash_set::hash_entry::pch_nx): Likewise.
20096         (hash_set::hash_entry::pch_nx_helper): Likewise.
20097         (hash_set::hash_set): Adjust.
20098         (hash_set::create_ggc): New function.
20099         (hash_set::elements): Likewise.
20100         (gt_ggc_mx): Likewise.
20101         (gt_pch_nx): Likewise.
20102         * hash-table.h (hash_table::hash_table): Adjust.
20103         (hash_table::m_ggc): New member.
20104         (hash_table::~hash_table): Adjust.
20105         (hash_table::expand): Likewise.
20106         (hash_table::empty): Likewise.
20107         (gt_ggc_mx): New function.
20108         (hashtab_entry_note_pointers): Likewise.
20109         (gt_pch_nx): Likewise.
20111 2014-09-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20113         * config/rs6000/rs6000-builtin.def (XVCVSXDDP_SCALE):  New
20114         built-in definition.
20115         (XVCVUXDDP_SCALE): Likewise.
20116         (XVCVDPSXDS_SCALE): Likewise.
20117         (XVCVDPUXDS_SCALE): Likewise.
20118         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):  Add
20119         entries for VSX_BUILTIN_XVCVSXDDP_SCALE,
20120         VSX_BUILTIN_XVCVUXDDP_SCALE, VSX_BUILTIN_XVCVDPSXDS_SCALE, and
20121         VSX_BUILTIN_XVCVDPUXDS_SCALE.
20122         * config/rs6000/rs6000-protos.h (rs6000_scale_v2df): New
20123         prototype.
20124         * config/rs6000/rs6000.c (real.h): New include.
20125         (rs6000_scale_v2df): New function.
20126         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSXDDP): New unspec.
20127         (UNSPEC_VSX_XVCVUXDDP): Likewise.
20128         (UNSPEC_VSX_XVCVDPSXDS): Likewise.
20129         (UNSPEC_VSX_XVCVDPUXDS): Likewise.
20130         (vsx_xvcvsxddp_scale): New define_expand.
20131         (vsx_xvcvsxddp): New define_insn.
20132         (vsx_xvcvuxddp_scale): New define_expand.
20133         (vsx_xvcvuxddp): New define_insn.
20134         (vsx_xvcvdpsxds_scale): New define_expand.
20135         (vsx_xvcvdpsxds): New define_insn.
20136         (vsx_xvcvdpuxds_scale): New define_expand.
20137         (vsx_xvcvdpuxds): New define_insn.
20138         * doc/extend.texi (vec_ctf): Add new prototypes.
20139         (vec_cts): Likewise.
20140         (vec_ctu): Likewise.
20141         (vec_splat): Likewise.
20142         (vec_div): Likewise.
20143         (vec_mul): Likewise.
20145 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20147         PR target/62275
20148         * config/arm/neon.md
20149         (neon_vcvt<NEON_VCVT:nvrint_variant><su_optab><VCVTF:mode>
20150         <v_cmp_result>): New pattern.
20151         * config/arm/iterators.md (NEON_VCVT): New int iterator.
20152         * config/arm/arm_neon_builtins.def (vcvtav2sf, vcvtav4sf, vcvtauv2sf,
20153         vcvtauv4sf, vcvtpv2sf, vcvtpv4sf, vcvtpuv2sf, vcvtpuv4sf, vcvtmv2sf,
20154         vcvtmv4sf, vcvtmuv2sf, vcvtmuv4sf): New builtin definitions.
20155         * config/arm/arm.c (arm_builtin_vectorized_function): Handle
20156         BUILT_IN_LROUNDF, BUILT_IN_LFLOORF, BUILT_IN_LCEILF.
20158 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20160         PR target/62275
20161         * config/arm/iterators.md (FIXUORS): New code iterator.
20162         (VCVT): New int iterator.
20163         (su_optab): New code attribute.
20164         (su): Likewise.
20165         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): New pattern.
20167 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20169         * config/aarch64/predicates.md (aarch64_comparison_operation):
20170         New special predicate.
20171         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use
20172         aarch64_comparison_operation instead of matching an operator.
20173         Update operand numbers.
20174         (csinc3<mode>_insn): Likewise.
20175         (*csinv3<mode>_insn): Likewise.
20176         (*csneg3<mode>_insn): Likewise.
20177         (ffs<mode>2): Update gen_csinc3<mode>_insn callsite.
20178         * config/aarch64/aarch64.c (aarch64_get_condition_code):
20179         Return -1 instead of aborting on invalid condition codes.
20180         (aarch64_print_operand): Update aarch64_get_condition_code callsites
20181         to assert that the returned condition code is valid.
20182         * config/aarch64/aarch64-protos.h (aarch64_get_condition_code): Export.
20184 2014-09-02  Aldy Hernandez  <aldyh@redhat.com>
20186         * Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
20187         tree.def, and gimple.def
20189 2014-09-02  Jakub Jelinek  <jakub@redhat.com>
20190             Balaji V. Iyer  <balaji.v.iyer@intel.com>
20191             Igor Zamyatin  <igor.zamyatin@intel.com>
20193         * cilk-builtins.def (__cilkrts_cilk_for_32): New.
20194         (__cilkrts_cilk_for_64): Likewise.
20195         * cilk-common.c (declare_cilk_for_builtin): New function.
20196         (cilk_init_builtins): Declare __cilkrts_cilk_for_32 and
20197         __cilkrts_cilk_for_64 bultins.
20198         * cilk.h (enum cilk_tree_index): Added CILK_TI_F_LOOP_32 and
20199         CILK_TI_F_LOOP_64.
20200         (cilk_for_32_fndecl): New define.
20201         (cilk_for_64_fndecl): Likewise.
20202         * gimple-pretty-print.c (dump_gimple_omp_for): Correct hadling of
20203         GF_OMP_FOR_KIND_CILKFOR cases; Added NE_EXPR case.
20204         * gimple.h (enum gf_mask): Added GF_OMP_FOR_KIND_CILKFOR; adjusted
20205         GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED,
20206         GF_OMP_FOR_COMBINED_INTO.
20207         * gimplify.c (gimplify_scan_omp_clauses): Added
20208         OMP_CLAUSE__CILK_FOR_COUNT_ case.
20209         (gimplify_adjust_omp_clauses): Ditto.
20210         (gimplify_omp_for): Added CILK_FOR case.
20211         (gimplify_expr): Ditto.
20212         * omp-low.c: Include cilk.h.
20213         (extract_omp_for_data): Set appropriate kind for
20214         GF_OMP_FOR_KIND_CILKFOR; added check for GF_OMP_FOR_KIND_CILKFOR.
20215         (scan_sharing_clauses): Added OMP_CLAUSE__CILK_FOR_COUNT_ cases.
20216         (create_omp_child_function_name): Added second argument to handle
20217         cilk_for case.
20218         (cilk_for_check_loop_diff_type): New function.
20219         (expand_cilk_for_call): Likewise.
20220         (expand_cilk_for): Likewise.
20221         (create_omp_child_function): Set cilk_for_count; handle the cases when
20222         it is true; call create_omp_child_function_name with second argument.
20223         (expand_omp_taskreg): Set is_cilk_for and handle cases when it's true.
20224         (expand_omp_for): Handle case of GF_OMP_FOR_KIND_CILKFOR.
20225         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__CILK_FOR_COUNT_.
20226         * tree-nested.c (convert_nonlocal_omp_clauses): Added
20227         OMP_CLAUSE__CILK_FOR_COUNT_ case.
20228         (convert_local_omp_clauses): Ditto.
20229         * tree-pretty-print.c (dump_omp_clause): Added
20230         OMP_CLAUSE__CILK_FOR_COUNT_ and OMP_CLAUSE_SCHEDULE_CILKFOR cases.
20231         (dump_generic_node): Added CILK_FOR case.
20232         * tree.c (omp_clause_num_ops): New element
20233         OMP_CLAUSE__CILK_FOR_COUNT_ (1).
20234         (omp_clause_code_name): New element _Cilk_for_count_.
20235         (walk_tree_1): Added OMP_CLAUSE__CILK_FOR_COUNT_ case.
20236         * tree.def: Add tree code for CILK_FOR.
20238 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
20240         * config/rs6000/40x.md (ppc403-integer): Move "exts" to "no dot".
20241         (ppc403-compare): Add "exts with dot" case.
20242         * config/rs6000/440.md (ppc440-integer, ppc440-compare): As above.
20243         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Ditto.
20244         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Ditto.
20245         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Ditto.
20246         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Ditto.
20247         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Ditto.
20248         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Ditto.
20249         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
20250         cell-cmp-microcoded): Similarly.
20251         * config/rs6000/e300c2c3.md (ppce300c3_iu, ppce300c3_cmp): As before.
20252         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Ditto.
20253         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Ditto.
20254         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Ditto.
20255         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Ditto.
20256         * config/rs6000/power4.md (power4-integer, power4-compare): Ditto.
20257         * config/rs6000/power5.md (power5-integer, power5-compare): Ditto.
20258         * config/rs6000/power6.md (power6-exts): Add "no dot" condition.
20259         (power6-compare): Add "exts with dot" case.
20260         * config/rs6000/power7.md (power7-integer, power7-compare): As before.
20261         * config/rs6000/power8.md (power8-1cyc, power8-compare): Ditto.
20262         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Ditto.
20264         * config/rs6000/predicates.md (lwa_operand): Don't allow memory
20265         if avoiding Cell microcode.
20266         * config/rs6000/rs6000.c (rs6000_adjust_cost): Handle exts+dot case.
20267         (is_cracked_insn): Ditto.
20268         (insn_must_be_first_in_group): Ditto.
20269         * config/rs6000/rs6000.md (dot): Adjust comment.
20270         (cell_micro): Handle exts+dot.
20271         (extendqidi2, extendhidi2, extendsidi2, *extendsidi2_lfiwax,
20272         *extendsidi2_nocell, *extendsidi2_nocell, extendqisi2, extendqihi2,
20273         extendhisi2, 16 anonymous instructions, and 12 splitters): Delete.
20274         (extendqi<mode>2, *extendqi<mode>2_dot, *extendqi<mode>2_dot2,
20275         extendhi<mode>2, *extendhi<mode>2, *extendhi<mode>2_noload,
20276         *extendhi<mode>2_dot, *extendhi<mode>2_dot2, extendsi<mode>2,
20277         *extendsi<mode>2_dot, *extendsi<mode>2_dot2): New.
20279 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
20281         * config/rs6000/rs6000.md (QHSI): Delete.
20282         (EXTQI, EXTHI, EXTSI): New mode iterators.
20283         (zero_extend<mode>di2, *zero_extend<mode>di2_internal1,
20284         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
20285         *zero_extendsidi2_lfiwzx, zero_extendqisi2, zero_extendhisi2,
20286         9 anonymous instructions, and 8 splitters): Delete.
20287         (zero_extendqi<mode>2, *zero_extendqi<mode>2_dot,
20288         *zero_extendqi<mode>2_dot2, zero_extendhi<mode>2,
20289         *zero_extendhi<mode>2_dot, *zero_extendhi<mode>2_dot2,
20290         zero_extendsi<mode>2, *zero_extendsi<mode>2_dot,
20291         *zero_extendsi<mode>2_dot2): New.
20293 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
20295         * config/rs6000/rs6000.md (any_extend): New code iterator.
20296         (u, su): New code attributes.
20297         (dmode, DMODE): New mode attributes.
20298         (<su>mul<mode>3_highpart): New.
20299         (*<su>mul<mode>3_highpart): New.
20300         (<su>mulsi3_highpart_le): New.
20301         (<su>muldi3_highpart_le): New.
20302         (<su>mulsi3_highpart_64): New.
20303         (<u>mul<mode><dmode>3): New.
20304         (mulsidi3, umulsidi3, smulsi3_highpart, umulsi3_highpart, and two
20305         splitters): Delete.
20306         (mulditi3, umulditi3, smuldi3_highpart, umuldi3_highpart, and two
20307         splitters): Delete.
20309 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
20311         * config/rs6000/rs6000.md (mulsi3, *mulsi3_internal1,
20312         *mulsi3_internal2, and two splitters): Delete.
20313         (muldi3, *muldi3_internal1, *muldi3_internal2, and two splitters):
20314         Delete.
20315         (mul<mode>3, mul<mode>3_dot, mul<mode>3_dot2): New.
20317 2014-09-02  Richard Biener  <rguenther@suse.de>
20319         PR tree-optimization/62695
20320         * tree-ssa-structalias.c (find_func_clobbers): Add missing
20321         vector truncate.
20323 2014-09-01  Oleg Endo  <olegendo@gcc.gnu.org>
20325         PR target/62312
20326         * config/sh/sh.md (*cmp_div0s_0): Add missing constraints.
20328 2014-09-01  Andi Kleen  <ak@linux.intel.com>
20330         * file-find.c (add_prefix_begin): Add.
20331         (do_add_prefix): Rename from add_prefix with first argument.
20332         (add_prefix): Add new wrapper.
20333         * file-find.h (add_prefix_begin): Add.
20334         * gcc-ar.c (main): Support -B option.
20336 2014-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
20338         * genemit.c: Include dumpfile.h.
20339         (gen_split): Print name of splitter function to dump file.
20341 2014-09-01  Richard Biener  <rguenther@suse.de>
20343         * tree-ssa-struct-aliases.c (find_func_aliases_for_builtin_call):
20344         Use stack auto_vecs for constraint expressions.
20345         (find_func_aliases_for_call): Likewise.
20346         (find_func_aliases): Likewise.
20347         (find_func_clobbers): Likewise.
20349 2014-09-01  Richard Biener  <rguenther@suse.de>
20351         * tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the
20352         operands vector in most cases.  Remove redundant code.
20354 2014-09-01  Olivier Hainque  <hainque@adacore.com>
20356         * config/vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on
20357         $WIND_BASE instead of designating a harcoded arbitrary home dir.
20358         (VXWORKS_ADDITIONAL_CPP_SPEC): Adjust callers.
20360 2014-09-01  Richard Biener  <rguenther@suse.de>
20362         * tree-ssa-sccvn.h (copy_reference_ops_from_ref,
20363         copy_reference_ops_from_call, vn_nary_op_compute_hash,
20364         vn_reference_compute_hash, vn_reference_insert): Remove.
20365         (vn_reference_lookup_call): New function.
20366         * tree-ssa-sccvn.c (vn_reference_compute_hash,
20367         copy_reference_ops_from_ref, copy_reference_ops_from_call,
20368         vn_reference_insert, vn_nary_op_compute_hash): Make static.
20369         (create_reference_ops_from_call): Remove.
20370         (vn_reference_lookup_3): Properly update shared_lookup_references.
20371         (vn_reference_lookup_pieces): Assert that we updated
20372         shared_lookup_references properly.
20373         (vn_reference_lookup): Likewise.
20374         (vn_reference_lookup_call): New function.
20375         (visit_reference_op_call): Use it.  Avoid re-building the
20376         reference ops.
20377         (visit_reference_op_load): Remove redundant lookup.
20378         (visit_reference_op_store): Perform special tail-merging work
20379         only when possibly doing tail-merging.
20380         (visit_use): Likewise.
20381         * tree-ssa-pre.c (compute_avail): Use vn_reference_lookup_call.
20383 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
20385         PR target/62025
20386         * sched-deps.c (add_or_update_dep_1): If ask_dependency_caches
20387         returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.
20388         (find_inc): Revert 2014-08-13 change.
20390 2014-09-01  Marek Polacek  <polacek@redhat.com>
20392         PR middle-end/61903
20393         * expmed.c (store_fixed_bit_field_1): Shift UHWI 1 instead of HWI 1.
20394         Change the type of V to unsigned HOST_WIDE_INT.
20396 2014-09-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20398         * tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about
20399         the size of byte markers.
20400         (do_shift_rotate): Fix confusion between host, target and marker byte
20401         size.
20402         (verify_symbolic_number_p): Likewise.
20403         (find_bswap_or_nop_1): Likewise.
20404         (find_bswap_or_nop): Likewise.
20406 2014-09-01  Olivier Hainque  <hainque@adacore.com>
20408         * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
20409         INSTALL_SCRIPT and INSTALL_PROGRAM as well.
20411 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
20413         * config/gnu-user.h (LIBLSAN_EARLY_SPEC): Define.
20414         * gcc.c (LIBLSAN_SPEC, LIBLSAN_EARLY_SPEC): Follow LIBTSAN*_SPEC.
20415         (SANITIZER_EARLY_SPEC): Include LIBLSAN_EARLY_SPEC for -fsanitize=leak.
20417 2014-09-01  Yury Gribov  <y.gribov@samsung.com>
20419         PR sanitizer/61897
20420         PR sanitizer/62140
20421         * asan.c (asan_mem_ref_get_end): Handle non-ptroff_t lengths.
20422         (build_check_stmt): Likewise.
20423         (instrument_strlen_call): Likewise.
20424         (asan_expand_check_ifn): Likewise and fix types.
20425         (maybe_cast_to_ptrmode): New function.
20427 2014-09-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
20429         * config/mcore/mcore.c (try_constant_tricks): Fix declaration.
20431 2014-08-31  Gerald Pfeifer  <gerald@pfeifer.com>
20433         * doc/generic.texi (Deficiencies): Add note on exemplary mistakes.
20435 2014-08-30  John David Anglin  <danglin@gcc.gnu.org>
20437         * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation
20438         prefix to function labels when generating fast indirect calls.
20440 2014-08-30  David Malcolm  <dmalcolm@redhat.com>
20442         PR bootstrap/62304
20444         * gcc/reorg.c (skip_consecutive_labels): Convert return type and
20445         param back from rtx_insn * to rtx.  Rename param from "label" to
20446         "label_or_return", reintroducing "label" as an rtx_insn * after
20447         we've ensured it's not a RETURN.
20448         (first_active_target_insn): Likewise for return type and param;
20449         add a checked cast to rtx_insn * once we've ensured "insn" is not
20450         a RETURN.
20451         (steal_delay_list_from_target): Convert param "pnew_thread" back
20452         from rtx_insn ** to rtx *.  Replace use of JUMP_LABEL_AS_INSN
20453         with JUMP_LABEL.
20454         (own_thread_p): Convert param "thread" back from an rtx_insn * to
20455         an rtx.  Introduce local rtx_insn * "thread_insn" with a checked
20456         cast once we've established we're not dealing with a RETURN,
20457         renaming subsequent uses of "thread" to "thread_insn".
20458         (fill_simple_delay_slots): Convert uses of JUMP_LABEL_AS_INSN back
20459         to JUMP_LABEL.
20460         (follow_jumps): Convert return type and param "label" from
20461         rtx_insn * back to rtx.  Move initialization of "value" to after
20462         the handling for ANY_RETURN_P, adding a checked cast there to
20463         rtx_insn *.  Convert local rtx_insn * "this_label" to an rtx and
20464         rename to "this_label_or_return", reintroducing "this_label" as
20465         an rtx_insn * once we've handled the case where it could be an
20466         ANY_RETURN_P.
20467         (fill_slots_from_thread): Rename param "thread" to
20468         "thread_or_return", converting from an rtx_insn * back to an rtx.
20469         Reintroduce name "thread" as an rtx_insn * local with a checked
20470         cast once we've handled the case of it being an ANY_RETURN_P.
20471         Convert local "new_thread" from an rtx_insn * back to an rtx.
20472         Add a checked cast when assigning to "trial" from "new_thread".
20473         Convert use of JUMP_LABEL_AS_INSN back to JUMP_LABEL.  Add a
20474         checked cast to rtx_insn * from "new_thread" when invoking
20475         get_label_before.
20476         (fill_eager_delay_slots): Convert locals "target_label",
20477         "insn_at_target" from rtx_insn * back to rtx.
20478         Convert uses of JUMP_LABEL_AS_INSN back to JUMP_LABEL.
20479         (relax_delay_slots): Convert locals "trial", "target_label" from
20480         rtx_insn * back to rtx.  Convert uses of JUMP_LABEL_AS_INSN back
20481         to JUMP_LABEL.  Add a checked cast to rtx_insn * on "trial" when
20482         invoking update_block.
20483         (dbr_schedule): Convert use of JUMP_LABEL_AS_INSN back to
20484         JUMP_LABEL; this removes all JUMP_LABEL_AS_INSN from reorg.c.
20486         * resource.h (mark_target_live_regs): Undo erroneous conversion
20487         of second param of r214693, converting it back from rtx_insn * to
20488         rtx, since it could be a RETURN.
20490         * resource.c (find_dead_or_set_registers): Similarly, convert
20491         param "jump_target" back from an rtx_insn ** to an rtx *, as we
20492         could be writing back a RETURN.  Rename local rtx_insn * "next" to
20493         "next_insn", and introduce "lab_or_return" as a local rtx,
20494         handling the case where JUMP_LABEL (this_jump_insn) is a RETURN.
20495         (mark_target_live_regs): Undo erroneous conversion
20496         of second param of r214693, converting it back from rtx_insn * to
20497         rtx, since it could be a RETURN.  Rename it from "target" to
20498         "target_maybe_return", reintroducing the name "target" as a local
20499         rtx_insn * with a checked cast, after we've handled the case of
20500         ANY_RETURN_P.
20502 2014-08-29  DJ Delorie  <dj@redhat.com>
20504         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Round
20505         pointer size up to a power of two.
20506         * defaults.h (DWARF2_ADDR_SIZE): Round up.
20507         (POINTER_SIZE_UNITS): New, rounded up value.
20508         * dwarf2asm.c (size_of_encoded_value): Use it.
20509         (dw2_output_indirect_constant_1): Likewise.
20510         * expmed.c (init_expmed_one_conv): We now know the sizes of
20511         partial int modes.
20512         * loop-iv.c (iv_number_of_iterations): Use precision, not size.
20513         * optabs.c (expand_float): Use precision, not size.
20514         (expand_fix): Likewise.
20515         * simplify-rtx (simplify_unary_operation_1): Likewise.
20516         * tree-dfa.c (get_ref_base_and_extent): Likewise.
20517         * varasm.c (assemble_addr_to_section): Round up pointer sizes.
20518         (default_assemble_integer) Likewise.
20519         (dump_tm_clone_pairs): Likewise.
20520         * dwarf2out.c (mem_loc_descriptor): Allow partial-int modes also.
20521         * var-tracking.c (adjust_mems): Allow partial-int modes also.
20522         (prepare_call_arguments): Likewise.
20523         * stor-layout.c (finalize_type_size): Preserve precision.
20524         (layout_type): Use precision, not size.
20526         * expr.c (convert_move): If the target has an explicit converter,
20527         use it.
20529 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
20531         * gdbinit.in: Skip various inline functions in rtl.h when
20532         stepping.
20534 2014-08-29  Richard Sandiford  <richard.sandiford@arm.com>
20536         PR bootstrap/62301
20537         * rtlanal.c (rtx_referenced_p): Fix typo in LABEL_P call.
20539 2014-08-29  Richard Biener  <rguenther@suse.de>
20541         PR tree-optimization/62291
20542         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Reserve
20543         exactly the vector size needed and use quick_push.
20544         (phi_translate_1): Adjust comment.
20545         (valid_in_sets): Remove block argument and remove pointless
20546         checking of NAMEs.
20547         (dependent_clean): Adjust for removal of block argument.
20548         (clean): Likewise.
20549         (compute_antic_aux): Likewise.
20550         (compute_partial_antic_aux): Likewise.
20552 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
20553             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
20554             Anna Tikhonova  <anna.tikhonova@intel.com>
20555             Ilya Tocar  <ilya.tocar@intel.com>
20556             Andrey Turetskiy  <andrey.turetskiy@intel.com>
20557             Ilya Verbin  <ilya.verbin@intel.com>
20558             Kirill Yukhin  <kirill.yukhin@intel.com>
20559             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
20561         * config/i386/sse.md
20562         (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking.
20563         (define_insn "vec_interleave_highv2di<mask_name>"): Ditto.
20564         (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto.
20565         (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
20567 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
20568             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
20569             Anna Tikhonova  <anna.tikhonova@intel.com>
20570             Ilya Tocar  <ilya.tocar@intel.com>
20571             Andrey Turetskiy  <andrey.turetskiy@intel.com>
20572             Ilya Verbin  <ilya.verbin@intel.com>
20573             Kirill Yukhin  <kirill.yukhin@intel.com>
20574             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
20576         * config/i386/i386-modes.def: Add V12QI, V14QI, V6HI modes.
20577         * config/i386/sse.md
20578         (define_mode_iterator VI4_128_8_256): New.
20579         (define_mode_iterator VI2_128_4_256): Ditto.
20580         (define_mode_iterator PMOV_DST_MODE): Rename into
20581         (define_mode_iterator PMOV_DST_MODE_1): this.
20582         (define_insn "*avx512f_<code><pmov_src_lower><mode>2"):
20583         Use PMOV_DST_MODE_1 mode iterator.
20584         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
20585         Ditto.
20586         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
20587         Ditto.
20588         (define_insn "*avx512bw_<code>v32hiv32qi2"): New.
20589         (define_insn "avx512bw_<code>v32hiv32qi2_mask"): Ditto.
20590         (define_expand "avx512bw_<code>v32hiv32qi2_store_mask"): Ditto.
20591         (define_mode_iterator PMOV_DST_MODE_2): New.
20592         (define_insn "*avx512vl_<code><ssedoublemodelower><mode>2"): Ditto.
20593         (define_insn "<avx512>_<code><ssedoublemodelower><mode>2_mask"): Ditto.
20594         (define_expand "<avx512>_<code><ssedoublemodelower><mode>2_store_mask"):
20595         Ditto.
20596         (define_mode_iterator PMOV_SRC_MODE_3): Ditto.
20597         (define_mode_attr pmov_dst_3): Ditto.
20598         (define_mode_attr pmov_dst_zeroed_3): Ditto.
20599         (define_mode_attr pmov_suff_3): Ditto.
20600         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>qi2"): Ditto.
20601         (define_insn "*avx512vl_<code>v2div2qi2_store"): Ditto.
20602         (define_insn "avx512vl_<code>v2div2qi2_mask"): Ditto.
20603         (define_insn "avx512vl_<code>v2div2qi2_store_mask"): Ditto.
20604         (define_insn "*avx512vl_<code><mode>v4qi2_store"): Ditto.
20605         (define_insn "avx512vl_<code><mode>v4qi2_mask"): Ditto.
20606         (define_insn "avx512vl_<code><mode>v4qi2_store_mask"): Ditto.
20607         (define_insn "*avx512vl_<code><mode>v8qi2_store"): Ditto.
20608         (define_insn "avx512vl_<code><mode>v8qi2_mask"): Ditto.
20609         (define_insn "avx512vl_<code><mode>v8qi2_store_mask"): Ditto.
20610         (define_mode_iterator PMOV_SRC_MODE_4): Ditto.
20611         (define_mode_attr pmov_dst_4): Ditto.
20612         (define_mode_attr pmov_dst_zeroed_4): Ditto.
20613         (define_mode_attr pmov_suff_4): Ditto.
20614         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>hi2"): Ditto.
20615         (define_insn "*avx512vl_<code><mode>v4hi2_store"): Ditto.
20616         (define_insn "avx512vl_<code><mode>v4hi2_mask"): Ditto.
20617         (define_insn "avx512vl_<code><mode>v4hi2_store_mask"): Ditto.
20618         (define_insn "*avx512vl_<code>v2div2hi2_store"): Ditto.
20619         (define_insn "avx512vl_<code>v2div2hi2_mask"): Ditto.
20620         (define_insn "avx512vl_<code>v2div2hi2_store_mask"): Ditto.
20621         (define_insn "*avx512vl_<code>v2div2si2"): Ditto.
20622         (define_insn "*avx512vl_<code>v2div2si2_store"): Ditto.
20623         (define_insn "avx512vl_<code>v2div2si2_mask"): Ditto.
20624         (define_insn "avx512vl_<code>v2div2si2_store_mask"): Ditto.
20626 2014-08-29  Richard Biener  <rguenther@suse.de>
20628         * tree-cfg.c (verify_gimple_assign_unary): Do not allow
20629         NON_LVALUE_EXPR in gimple.
20631 2014-08-29  Richard Biener  <rguenther@suse.de>
20633         PR middle-end/62292
20634         * gimple-fold.c (gimple_fold_builtin_strcpy): Fix error
20635         from previous refactoring.
20636         (gimple_fold_builtin_strncpy): Likewise.
20638 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
20640         PR bootstrap/62300
20641         * function.c (assign_parm_setup_reg): Remove erroneous checked
20642         cast to rtx_insn * on result of gen_extend_insn in favor of
20643         introducing a new local rtx "pat".
20645 2014-08-29  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
20647         * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework
20648         to silence warning.
20649         * config/mep/mep.c (VECTOR_TYPE_P): Remove duplicate definition.
20651 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20653         * rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
20654         (next_insn): Likewise.
20655         * emit-rtl.c (next_insn): Likewise.
20656         (previous_insn): Likewise.
20657         * config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
20658         "insn" and "next" from rtx to rtx_insn *.
20659         * config/picochip/picochip.c (picochip_reorg): Likewise for locals
20660         "insn", "insn1", "vliw_start",  "prologue_end_note",
20661         "last_insn_in_packet".
20663 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20665         * shrink-wrap.h (active_insn_between): Strengthen both params from
20666         rtx to rtx_insn *.
20667         * function.c (active_insn_between): Likewise.
20669 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20671         * genattr.c (main): When writing out insn-attr.h, strengthen param
20672         of dfa_clear_single_insn_cache from rtx to rtx_insn *.
20673         * genautomata.c (output_dfa_clean_insn_cache_func): Likewise when
20674         writing out the definition of dfa_clear_single_insn_cache to the
20675         generated insn-automata.c
20677 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20679         * resource.h (clear_hashed_info_for_insn): Strengthen param from
20680         rtx to rtx_insn *.
20681         (incr_ticks_for_insn): Likewise.
20682         (init_resource_info): Likewise.
20684         * resource.c (init_resource_info): Likewise.
20685         (clear_hashed_info_for_insn): Likewise.
20686         (incr_ticks_for_insn): Likewise.
20688         * reorg.c (delete_scheduled_jump): Strengthen param "insn" from
20689         rtx to rtx_insn *.
20690         (steal_delay_list_from_target): Use methods of "seq".
20691         (try_merge_delay_insns): Use methods of "merged_insns".
20692         (update_block): Strengthen param "insn" from rtx to rtx_insn *.
20693         (reorg_redirect_jump): Likewise for param "jump".
20695 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20697         * insn-addr.h (insn_addresses_new): Strengthen param "insn" from
20698         rtx to rtx_insn *.
20699         * config/s390/s390.c (s390_split_branches): Eliminate top-level
20700         local rtx "tmp", in favor of new local rtx "mem" and rtx_insn *
20701         "set_insn".
20702         (s390_mainpool_finish): In three places, split out a local rtx
20703         "insn" into a local rtx - "set" or "pat" - and a rtx_insn *
20704         "insn".  Strengthen local "pool_end" from rtx to rtx_code_label *
20705         and split another local rtx "insn" out into rtx "pat" and
20706         rtx_insn * "insn".
20707         * config/sh/sh.c (output_branchy_insn): Rather than working
20708         directly on operands[9], introduce local rtx_code_label *
20709         variables named "lab" in two places, working on them, and then
20710         assigning them to operands[9], so that the intervening operations
20711         are known by the type system to be on insns.
20713 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20715         * rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
20716         const rtx_insn *.
20718         * print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
20719         in invocation of INSN_HAS_LOCATION.
20721 2014-08-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20723         * config/rs6000/altivec.h (vec_xl): New #define.
20724         (vec_xst): Likewise.
20725         * config/rs6000/rs6000-builtin.def (XXSPLTD_V2DF): New built-in.
20726         (XXSPLTD_V2DI): Likewise.
20727         (DIV_V2DI): Likewise.
20728         (UDIV_V2DI): Likewise.
20729         (MUL_V2DI): Likewise.
20730         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
20731         entries for VSX_BUILTIN_XVRDPI, VSX_BUILTIN_DIV_V2DI,
20732         VSX_BUILTIN_UDIV_V2DI, VSX_BUILTIN_MUL_V2DI,
20733         VSX_BUILTIN_XXSPLTD_V2DF, and VSX_BUILTIN_XXSPLTD_V2DI).
20734         * config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTD): New unspec.
20735         (UNSPEC_VSX_DIVSD): Likewise.
20736         (UNSPEC_VSX_DIVUD): Likewise.
20737         (UNSPEC_VSX_MULSD): Likewise.
20738         (vsx_mul_v2di): New insn-and-split.
20739         (vsx_div_v2di): Likewise.
20740         (vsx_udiv_v2di): Likewise.
20741         (vsx_xxspltd_<mode>): New insn.
20743 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
20745         * rtl.h (RTX_PREV): Added checked casts to uses of PREV_INSN and
20746         NEXT_INSN.
20747         (PREV_INSN): Strengthen param from const_rtx to const rtx_insn *.
20748         (NEXT_INSN): Likewise.
20749         (JUMP_LABEL_AS_INSN): Add a "const" modifier to param.
20750         (reg_used_between_p): Strengthen params 2 and 3 from const_rtx to
20751         const rtx_insn *.
20752         (no_labels_between_p): Likewise for both params.
20754         * config/aarch64/aarch64.c (aarch64_output_casesi): Add a checked
20755         cast when using NEXT_INSN on operands[2].
20756         * config/alpha/alpha.c (alpha_set_memflags): Strengthen local
20757         "insn" from rtx to rtx_insn *, adding a checked cast.
20758         (alpha_handle_trap_shadows): Strengthen locals "i", "n" from rtx to
20759         rtx_insn *.
20760         * config/arc/arc-protos.h (arc_ccfsm_record_condition): Likewise
20761         for third param.
20762         (arc_text_label): Likewise for param "insn".
20763         * config/arc/arc.c (arc_expand_epilogue): Likewise for local
20764         "insn".
20765         (arc_ccfsm_record_condition): Likewise for param "jump".
20766         (arc_text_label): Likewise for local "label".
20767         * config/arc/arc.md (doloop_begin_i): Likewise for local "scan".
20768         Introduce a local "seq" via a dyn_cast to rtx_sequence *, and use
20769         a method for typesafety.  Add a checked cast.
20770         * config/arc/constraints.md (Clb): Add a checked cast when getting
20771         the CODE_LABEL from a LABEL_REF.
20772         * config/arm/arm.c (require_pic_register): Strengthen locals
20773         "seq", "insn" from rtx to rtx_insn *.
20774         (create_fix_barrier): Likewise for locals "selected", "next".
20775         (thumb1_reorg): Likewise for locals "prev", "insn".
20776         (arm_expand_prologue): Likewise for local "last".
20777         (thumb1_output_casesi): Add a checked cast when using NEXT_INSN on
20778         operands[0].
20779         (thumb2_output_casesi): Likewise for operands[2].
20780         * config/avr/avr-log.c (avr_log_vadump): Within 'L' case,
20781         strengthen local "insn" from rtx to rtx_insn *.
20782         * config/bfin/bfin.c (find_next_insn_start): Likewise for return
20783         type and param "insn".
20784         (find_prev_insn_start): Likewise.
20785         (hwloop_optimize): Likewise for locals "insn", "last_insn",
20786         "prev".
20787         (gen_one_bundle): Likewise for loal "t".
20788         (find_load): Likewise for param "insn".
20789         (workaround_speculation): Likewise for locals "insn", "next",
20790         "target", "next_tgt".
20791         * config/c6x/c6x.c (assign_reservations): Likewise for both params
20792         and for locals "insn", "within", "last".
20793         (count_unit_reqs): Likewise for params "head", "tail" and local
20794         "insn".
20795         (try_rename_operands): Likewise for params "head", "tail".
20796         (reshuffle_units): Likewise for locals "head", "tail", "insn".
20797         (struct c6x_sched_context): Likewise for fields
20798         "last_scheduled_insn", "last_scheduled_iter0".
20799         (init_sched_state): Replace NULL_RTX with NULL.
20800         (reorg_split_calls): Strengthen local "new_cycle_first" from rtx
20801         to rtx_insn *.
20802         (undo_split_delayed_nonbranch): Likewise for param and for local
20803         "prev".
20804         (conditionalize_after_sched): Likewise for local "insn".
20805         (bb_earliest_end_cycle): Likewise.
20806         (filter_insns_above): Likewise for locals "insn", "next".
20807         (hwloop_optimize): Remove redundant checked cast.
20808         (hwloop_fail): Strengthen local "t" from rtx to rtx_insn *.
20809         * config/cris/cris.c (cris_initial_frame_pointer_offset): Replace
20810         NULL_RTX with NULL.
20811         (cris_simple_epilogue): Likewise.
20812         (cris_expand_prologue): Likewise.
20813         (cris_expand_epilogue): Likewise.
20814         * config/frv/frv.c (frv_function_contains_far_jump): Strengthen
20815         local "insn" from rtx to rtx_insn *.
20816         (frv_ifcvt_modify_tests): Likewise for locals "last_insn", "insn".
20817         (struct frv_packet_group): Likewise for the elements within array
20818         fields "insns", "sorted", and for field "nop".
20819         (frv_packet): Likewise for the elements within array field
20820         "insns".
20821         (frv_add_insn_to_packet): Likewise for param "insn".
20822         (frv_insert_nop_in_packet): Likewise for param "insn" and local
20823         "last".
20824         (frv_for_each_packet): Likewise for locals "insn", "next_insn".
20825         (frv_sort_insn_group_1): Likewise for local "insn".
20826         (frv_optimize_membar_local): Likewise.
20827         (frv_align_label): Likewise for locals "x", "last", "barrier",
20828         "label".
20829         * config/ia64/ia64.c (last_scheduled_insn): Likewise for this
20830         local.
20831         (ia64_sched_init): Likewise for local "insn".
20832         (scheduled_good_insn): Likewise for param "last".
20833         (struct _ia64_sched_context): Likewise for field
20834         "last_scheduled_insn".
20835         (ia64_init_sched_context): Replace NULL_RTX with NULL.
20836         (struct bundle_state): Likewise for field "insn".
20837         (issue_nops_and_insn): Likewise for param "insn".
20838         (get_next_important_insn): Likewise for return type and both
20839         params.
20840         (ia64_add_bundle_selector_before): Likewise for param "insn".
20841         (bundling): Likewise for params "prev_head_insn", "tail" and
20842         locals "insn", "next_insn", "b".  Eliminate top-level local rtx
20843         "nop" in favor of new locals rtx "nop_pat" and rtx_insn *nop;
20844         * config/iq2000/iq2000-protos.h (iq2000_fill_delay_slot):
20845         Strengthen final param from rtx to rtx_insn *.
20846         (iq2000_move_1word): Likewise for second param.
20847         * config/iq2000/iq2000.c (iq2000_fill_delay_slot): Likewise for
20848         param "cur_insn" and local "next_insn".
20849         (iq2000_move_1word): Likewise for param "insn".
20850         * config/iq2000/iq2000.md (insn before ADDR_DIFF_VEC): Add checked
20851         casts when using NEXT_INSN on operands[1].
20852         * config/m32c/m32c.c (m32c_function_needs_enter): Strengthen local
20853         "insn" from rtx to rtx_insn *.
20854         * config/m68k/m68k.c (m68k_jump_table_ref_p): Split out uses of
20855         "x", introducing local rtx_insn * "insn" for when working with the
20856         CODE_LABEL of the LABEL_REF.
20857         (m68k_sched_md_init_global): Strengthen local "insn" from rtx to
20858         rtx_insn *.
20859         * config/mcore/mcore-protos.h (mcore_is_dead): Likewise for first
20860         param.
20861         * config/mcore/mcore.c (emit_new_cond_insn): Likewise for return
20862         type.
20863         (conditionalize_block): Likewise for return type and param.
20864         (mcore_is_dead): Likewise for param "first" and local "insn".
20865         (emit_new_cond_insn): Likewise for return type.
20866         (conditionalize_block): Likewise for return type, param, and
20867         locals "insn", "blk_1_br", "end_blk_2_insn", "start_blk_3_lab",
20868         "newinsn".
20869         (conditionalize_optimization): Likewise for local "insn".
20870         * config/mep/mep.c (mep_jmp_return_reorg): Add checked cast when
20871         using NEXT_INSN.
20872         * config/microblaze/microblaze.md: Add checked casts when using
20873         NEXT_INSN.
20874         * config/mips/mips.c (mips_expand_prologue): Eliminate top-level
20875         rtx "insn" in favor of various more tightly-scoped rtx "insn" and
20876         and rtx_insn * "insn".
20877         * config/mips/mips.md (casesi_internal_mips16_<mode>): Add a
20878         checked cast when using NEXT_INSN on operands[2].
20879         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Strengthen
20880         local "insn" from rtx to rtx_insn *.
20881         * config/nds32/nds32-fp-as-gp.c (nds32_fp_as_gp_check_available):
20882         Likewise.
20883         * config/nds32/nds32-md-auxiliary.c (nds32_output_casesi_pc_relative):
20884         Add a checked cast when using NEXT_INSN on operands[1].
20885         * config/pa/pa-protos.h (pa_following_call): Strengthen param from
20886         rtx to rtx_insn *.
20887         (pa_output_cbranch): Likewise for final param.
20888         (pa_output_lbranch): Likewise for second param.
20889         (pa_output_bb): Likewise for third param.
20890         (pa_output_bvb): Likewise.
20891         (pa_output_dbra): Likewise for second param.
20892         (pa_output_movb): Likewise.
20893         (pa_output_parallel_movb): Likewise.
20894         (pa_output_parallel_addb): Likewise.
20895         (pa_output_millicode_call): Likewise for first param.
20896         (pa_output_mul_insn): Likewise for second param.
20897         (pa_output_div_insn): Likewise for third param.
20898         (pa_output_mod_insn): Likewise for second param.
20899         (pa_jump_in_call_delay): Likewise for param.
20900         * config/pa/pa.c (pa_output_mul_insn): Likewise for param "insn".
20901         (pa_output_div_insn): Likewise.
20902         (pa_output_mod_insn): Likewise.
20903         (pa_output_cbranch): Likewise.
20904         (pa_output_lbranch): Likewise.
20905         (pa_output_bb): Likewise.
20906         (pa_output_bvb): Likewise.
20907         (pa_output_dbra): Likewise.
20908         (pa_output_movb): Likewise.
20909         (pa_output_millicode_call): Likewise; use method of rtx_sequence *
20910         to simplify and for typesafety.
20911         (pa_output_call): Use method of rtx_sequence *.
20912         (forward_branch_p): Strengthen param "insn" from rtx to rtx_insn *.
20913         (pa_jump_in_call_delay): Likewise.
20914         (pa_output_parallel_movb): Likewise.
20915         (pa_output_parallel_addb): Likewise.
20916         (pa_following_call): Likewise.
20917         (pa_combine_instructions): Likewise for locals "anchor",
20918         "floater".
20919         (pa_can_combine_p): Likewise for params "anchor", "floater" and
20920         locals "start", "end".
20921         * config/picochip/picochip.c (picochip_reset_vliw): Likewise for
20922         param "insn" and local "local_insn".
20923         (picochip_final_prescan_insn): Likewise for local "local_insn".
20924         * config/rs6000/rs6000.c (compute_save_world_info): Likewise for
20925         local "insn".
20926         (uses_TOC): Likewise.
20927         * config/s390/s390.c (get_some_local_dynamic_name): Likewise.
20928         (s390_mainpool_finish): Eliminate top-level local rtx "insn",
20929         splitting out to more tightly-scoped locals, 3 as rtx and one as
20930         rtx_insn *.
20931         (s390_optimize_nonescaping_tx): Strengthen local "tmp" from rtx
20932         to rtx_insn *.
20933         (s390_emit_prologue): Introduce a local "insn" to be an rtx_insn *
20934         where needed.
20935         * config/sh/sh-protos.h (barrier_align): Strenghten param from rtx
20936         to rtx_insn *.
20937         (fixup_addr_diff_vecs): Likewise.
20938         (reg_unused_after): Likewise for param 2.
20939         (sh_can_redirect_branch): Likewise for both params.
20940         (check_use_sfunc_addr): Likewise for param 1.
20941         * config/sh/sh.c (fixup_mova): Likewise for local "worker".
20942         (find_barrier): Likewise for local "last_got".
20943         (gen_block_redirect): Likewise for return type, param "jump" and
20944         locals "prev", "scan", "next", "insn".
20945         (struct far_branch): Likewise for fields "near_label",
20946         "insert_place", "far_label".
20947         (gen_far_branch): Likewise for local "jump".
20948         (fixup_addr_diff_vecs): Likewise for param "first" and locals
20949         "insn", "prev".
20950         (barrier_align): Likewise for param and for locals "prev", "x".
20951         Introduce local rtx_sequence * "prev_seq" and use insn method for
20952         typesafety and clarity.
20953         (sh_reorg): Strengthen local "scan" from rtx to rtx_insn *.
20954         (get_dest_uid): Likewise for local "dest".
20955         (split_branches): Likewise for locals "next", "beyond", "label",
20956         "block", "far_label".  Add checked casts when assigning to
20957         bp->far_label and "far_label".
20958         (reg_unused_after): Strengthen param "scan" from rtx to rtx_insn *.
20959         (sequence_insn_p): Likewise.
20960         (mark_constant_pool_use): Likewise for locals "insn", "lab".  Add a
20961         more loop-scoped rtx "insn" when walking LABEL_REFS.
20962         (sh_can_redirect_branch): Strengthen both params from rtx to
20963         rtx_insn *.
20964         (check_use_sfunc_addr): Likewise for param "insn".  Introduce a
20965         new local rtx_sequence * "seq" via a dyn_cast, and use a method
20966         for clarity and typesafety.
20967         * config/sh/sh.md (define_expand "epilogue"): Strengthen local
20968         "insn" from rtx to rtx_insn *.
20969         (define_insn "casesi_worker_1"): Add a checked cast to rtx_insn *
20970         when using NEXT_INSN on the CODE_LABEL in operands[2].
20971         (define_insn "casesi_worker_2"): Likewise.
20972         (define_insn "casesi_shift_media"): Likewise.
20973         (define_insn "casesi_load_media"): Likewise for the CODE_LABEL in
20974         operands[3].
20975         * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value):
20976         Strengthen field "insn" from rtx to rtx_insn *.
20977         (sh_optimize_sett_clrt::execute): Likewise for locals "next_i", "i".
20978         (sh_optimize_sett_clrt::find_last_ccreg_values): Likewise for
20979         param "start_insn" and local "start_insn".
20980         * config/sh/sh_treg_combine.cc (struct set_of_reg): Likewise for
20981         field "insn".
20982         (find_set_of_reg_bb): Likewise for param "insn".
20983         (trace_reg_uses_1): Likewise for param "start_insn" and local "i".
20984         (trace_reg_uses): Likewise for param "start_insn".
20985         (sh_treg_combine::cbranch_trace): Likewise for field
20986         "cbranch_insn".
20987         (sh_treg_combine::cbranch_trace::cbranch_trace): Likewise for
20988         param "insn".
20989         (sh_treg_combine::record_set_of_reg): Likewise for param
20990         "start_insn" and local "i".
20991         (sh_treg_combine::can_remove_cstore): Likewise for local
20992         "prev_insn".
20993         (sh_treg_combine::try_optimize_cbranch): Likewise for param
20994         "insn".
20995         (sh_treg_combine::execute): Likewise for local "i".
20996         * config/sparc/sparc-protos.h (empty_delay_slot): Likewise for
20997         param.
20998         (sparc_check_64): Likewise for second param.
20999         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
21000         locals "insn", "next".  Introduce local rtx_sequence * "seq" via a
21001         dyn_cast, using its insn method for typesafety and clarity.
21002         (empty_delay_slot): Strengthen param "insn" from rtx to
21003         rtx_insn *.
21004         (set_extends): Likewise.
21005         (sparc_check_64): Likewise.
21006         * config/stormy16/stormy16.c (xstormy16_split_cbranch): Likewise
21007         for locals "seq", "last_insn".
21008         (combine_bnp): Likewise for param "insn".
21009         (xstormy16_reorg): Likewise for local "insn".
21010         * config/v850/v850.c (substitute_ep_register): Likewise for params
21011         "first_insn", "last_insn" and local "insn".
21012         (v850_reorg): Likewise for fields "first_insn", "last_insn" within
21013         elements of "regs" array, and local "insn".
21014         * except.c (emit_note_eh_region_end): Likewise for param "insn".
21015         * final.c (final_sequence): Strengthen this global from rtx to
21016         rtx_sequence *.
21017         (shorten_branches): Strenthen locals "rel_lab", "prev" from rtx to
21018         rtx_insn *.
21019         (final_scan_insn): Update assignment to "final_sequence" to be
21020         from "seq", the cast version of "body", for type-safety.
21021         * function.c (assign_parm_setup_reg): Strengthen locals "insn",
21022         "insns" from rtx to rtx_insn *.
21023         (thread_prologue_and_epilogue_insns): Likewise for local "seq".
21024         * genattr.c (main): When writing out generated insn-attr.h,
21025         strengthen params 1 and 3 of eligible_for_delay,
21026         eligible_for_annul_true, eligible_for_annul_false from rtx to
21027         rtx_insn *.
21028         * genattrtab.c (write_eligible_delay): Likewise when writing out
21029         generated insn-attrtab.c; also local "insn" the generated
21030         functions.
21031         * hw-doloop.c (discover_loops): Strengthen local "insn" from rtx
21032         to rtx_insn *.
21033         * hw-doloop.h (struct GTY hwloop_info_d): Strengthen field
21034         "start_label" from rtx to rtx_insn *.
21035         * ira.c (decrease_live_ranges_number): Likewise for local "p".
21036         (ira_update_equiv_info_by_shuffle_insn): Likewise for param
21037         "insns" and local "insn".
21038         (validate_equiv_mem): Likewise for param "start" and local "insn".
21039         (memref_used_between_p): Likewise for params "start", "end" and
21040         local "insn".
21041         * ira.h (ira_update_equiv_info_by_shuffle_insn): Likewise for
21042         final param.
21043         * loop-doloop.c (doloop_optimize): Within region guarded by
21044         INSN_P (doloop_pat), introduce a new local rtx_insn *
21045         "doloop_insn" via a checked cast, and use it for typesafety,
21046         eventually writing the value back into doloop_pat.
21047         * output.h (final_sequence): Strengthen this global from rtx to
21048         rtx_sequence *.
21049         * recog.c (peep2_attempt): Rename param "insn" to "uncast_insn",
21050         reintroducing "insn" as an rtx_insn * via a checked cast.
21051         Strengthen param "attempt" and local "new_insn"from rtx to
21052         rtx_insn *.
21053         (peephole2_optimize): Strengthen locals "insn", "attempt" from rtx
21054         to rtx_insn *.
21055         * ree.c (emit_note_eh_region_end): Likewise for local "insn".
21056         * reload1.c (reload_as_needed): Eliminate top-level locals "x" and
21057         "p" in favor of more tightly-scoped replacements, sometimes rtx
21058         and sometimes rtx_insn *, as appropriate.
21059         (delete_output_reload): Eliminate top-level rtx "i1", splitting
21060         into two loop-scoped locals, one an rtx, the other an rtx_insn *.
21061         * reorg.c (delete_scheduled_jump): Add checked cast.  Strengthen
21062         local "trial" from rtx to rtx_insn *.
21063         (redirect_with_delay_slots_safe_p): Strengthen param "jump" from
21064         rtx to rtx_insn *.  Strenghten local "pat" from rtx to
21065         rtx_sequence * and use methods for clarity and typesafety.
21066         (redirect_with_delay_list_safe_p): Strengthen param "jump" from
21067         rtx to rtx_insn *.  Strenghten local "li" from rtx to
21068         rtx_insn_list * and use its methods for clarity and typesafety.
21069         (steal_delay_list_from_target): Strengthen param "insn" from rtx
21070         to rtx_insn *.
21071         (steal_delay_list_from_fallthrough): Likewise.
21072         (try_merge_delay_insns): Likewise for param "thread" and locals
21073         "trial", "next_trial", "delay_insn".
21074         (redundant_insn): Likewise for param "target" and local "trial".
21075         (own_thread_p): Likewise for param "thread" and locals
21076         "active_insn", "insn".
21077         (get_label_before): Likewise for param "insn".
21078         (fill_simple_delay_slots): Likewise for local "new_label"; use
21079         JUMP_LABEL_AS_INSN as necessary when calling own_thread_p.
21080         (label_before_next_insn): Strengthen return type and local "insn"
21081         from rtx to rtx_insn *.
21082         (relax_delay_slots): Likewise for locals "other", "tmp".
21083         (make_return_insns): Likewise for param "first" and locals "insn",
21084         "jump_insn", "prev".  Move declaration of "pat" to its assignment
21085         and strengthen from rtx to rtx_sequence *.  Use its methods for
21086         clarity and typesafety.
21087         * rtlanal.c (no_labels_between_p): Strengthen params from
21088         const_rtx to const rtx_insn *.  Strengthen local "p" from rtx to
21089         rtx_insn *.
21090         (reg_used_between_p): Strengthen params "from_insn", "to_insn"
21091         from const_rtx to const rtx_insn *.
21092         (reg_set_between_p): Rename param "from_insn" to
21093         "uncast_from_insn", and reintroduce "from_insn" as a
21094         const rtx_insn * via a checked cast.
21095         (modified_between_p): Likewise for param "start" as "uncast_start".
21096         (tablejump_p): Add a cast when invoking NEXT_INSN on "label".
21097         * sel-sched-ir.c (get_seqno_by_preds): Strengthen param and locals
21098         "tmp", head" from rtx to rtx_insn *.
21099         (recompute_rev_top_order): Likewise for local "insn".
21100         * sel-sched-ir.h (get_seqno_by_preds): Likewise for param.
21101         * store-motion.c (build_store_vectors): Likewise for local "insn".
21102         Strengthen local "st" from rtx to rtx_insn_list * and use methods
21103         for clarity and typesafety.
21104         * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
21105         rtx to rtx_insn *.
21106         (computation_cost): Likewise for local "seq".
21107         (get_address_cost): Likewise.
21109 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21111         * rtl.h (tablejump_p): Strengthen first param from const_rtx to
21112         const rtx_insn *.
21113         (label_is_jump_target_p): Likewise for second param.
21115         * rtlanal.c (tablejump_p): Likewise for param "insn".
21116         (label_is_jump_target_p): Likewise for param "jump_insn".
21118 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21120         * rtl.h (find_first_parameter_load): Strengthen return type and
21121         both params from rtx to rtx_insn *.
21122         * rtlanal.c (find_first_parameter_load): Strengthen return type,
21123         both params and locals "before", "first_set" from rtx to
21124         rtx_insn *.  Remove now-redundant cast.
21125         * except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.
21127 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21129         * rtl.h (find_last_value): Delete.
21130         * rtlanal.c (find_last_value): Delete.
21132 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21134         * cfgexpand.c (pass_expand::execute): Strengthen local "after"
21135         from rtx to rtx_insn *.
21136         * cfgrtl.c (force_nonfallthru_and_redirect): Replace use of local
21137         rtx "note" with new local rtx_insn * "new_head" when calculating
21138         head insn of new basic block.
21139         * combine.c (combine_split_insns): Strengthen return type and local
21140         "ret" from rtx to rtx_insn *.
21141         (likely_spilled_retval_p): Likewise for locals "use" and "p".
21142         (try_combine): Eliminate local "m_split", splitting into new
21143         locals "m_split_insn" and "m_split_pat".
21144         (find_split_point): Strengthen local "seq" from rtx into
21145         rtx_insn *.
21146         * config/spu/spu.c (spu_machine_dependent_reorg): Likewise for
21147         locals "label", "branch".
21148         * config/spu/spu.md (define_expand "smulsi3_highpart"): Likewise
21149         for local "insn".
21150         (define_expand "umulsi3_highpart"): Likewise for local "insn".
21151         * dse.c (note_add_store_info): Likewise for fields "first",
21152         "current".
21153         (note_add_store): Likewise for local "insn".
21154         (emit_inc_dec_insn_before): Likewise for locals "insn",
21155         "new_insn", "cur".
21156         (find_shift_sequence): Likewise for locals "shift_seq", "insn".
21157         (replace_read): Likewise for locals "insns", "this_insn".
21158         * dwarf2cfi.c (dw_trace_info): Likewise for field "eh_head".
21159         (notice_eh_throw): Likewise for param "insn".
21160         (before_next_cfi_note): Likewise for return type, param, and local
21161         "prev".
21162         (connect_traces): Likewise for local "note".
21163         * emit-rtl.c (reset_all_used_flags): Likewise for local "p".
21164         (verify_rtl_sharing): Likewise.
21165         (unshare_all_rtl_in_chain): Likewise for param "insn".
21166         (get_first_nonnote_insn): Likewise for local "insn".
21167         (get_last_nonnote_insn): Likewise.  Introduce local rtx_sequence *
21168         "seq" and use its methods to clarify things.
21169         (next_insn): Strengthen return type from rtx to rtx_insn *.
21170         Rename param "insn" to "uncast_insn" and reintroduce "insn" as a
21171         local rtx_insn * using a checked cast, dropping a checked cast
21172         made redundant by this change.  Use a cast to and method of
21173         rtx_sequence to clarify the code.
21174         (previous_insn): Rename param "insn" to "uncast_insn" and
21175         reintroduce "insn" as a local rtx_insn * using a checked cast,
21176         dropping a checked cast made redundant by this change.  Use a cast
21177         to and method of rtx_sequence to clarify the code.
21178         (next_nonnote_insn): Rename param "insn" to "uncast_insn" and
21179         reintroduce "insn" as a local rtx_insn * using a checked cast,
21180         dropping a checked cast made redundant by this change.
21181         (next_nonnote_insn_bb): Likewise.
21182         (prev_nonnote_insn): Likewise.
21183         (prev_nonnote_insn_bb): Likewise.
21184         (next_nondebug_insn): Likewise.
21185         (prev_nondebug_insn): Likewise.
21186         (next_nonnote_nondebug_insn): Likewise.
21187         (prev_nonnote_nondebug_insn): Likewise.
21188         (next_real_insn): Likewise.
21189         (prev_real_insn): Likewise.
21190         (next_active_insn): Likewise.
21191         (prev_active_insn): Likewise.
21192         (next_cc0_user): Likewise.  Use rtx_sequence and a method for
21193         clarity.
21194         (prev_cc0_setter): Likewise.
21195         (try_split): Rename param "trial" to "uncast_trial" and
21196         reintroduce "insn" as a local rtx_insn * using a checked cast,
21197         dropping checked casts made redundant by this change.
21198         Strengthen locals "seq", "tem", "insn_last", "insn", "next" from
21199         rtx to rtx_insn *.
21200         (remove_insn): Rename param "insn" to "uncast_insn" and
21201         reintroduce "insn" as a local rtx_insn * using a checked cast.
21202         (emit_pattern_after_setloc): Likewise for param "after", as
21203         "uncast_after".
21204         (emit_pattern_after): Likewise.  Strengthen local "prev" from
21205         rtx to rtx_insn *.
21206         (emit_pattern_before_setloc): Rename param "before" to
21207         "uncast_before" and reintroduce "before" as a local rtx_insn *
21208         using a checked cast.  Strengthen locals "first", "last" from
21209         rtx to rtx_insn *.
21210         (emit_pattern_before): Likewise rename/cast param "before" to
21211         "uncast_before". Strengthen local "next" from rtx to rtx_insn *.
21212         * except.c (copy_reg_eh_region_note_forward): Strengthen param
21213         "first" and local "insn" from rtx to rtx_insn *.
21214         (copy_reg_eh_region_note_backward): Likewise for param "last"
21215         and local "insn".
21216         * expr.c (fixup_args_size_notes): Rename param "last" to
21217         "uncast_last" and reintroduce "last" as a local rtx_insn *
21218         using a checked cast.  Strengthen local "insn" from rtx to
21219         rtx_insn *.
21220         * function.c (set_insn_locations): Strengthen param "insn" from
21221         rtx to rtx_insn *.
21222         (record_insns): Likewise for param "insns" and local "tmp".
21223         (active_insn_between): Rename param "tail" to
21224         "uncast_tail" and reintroduce "tail" as a local rtx_insn *
21225         using a checked cast.
21226         (thread_prologue_and_epilogue_insns): Split out top-level local
21227         rtx "seq" into three different rtx_insn * locals.  Strengthen
21228         local "prologue_seq" from rtx to rtx_insn *.
21229         * gcse.c (insert_insn_end_basic_block): Strenghen local "insn"
21230         from rtx to rtx_insn *.
21231         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
21232         (priority): Likewise for locals "prev_first", "twin".
21233         (setup_insn_max_reg_pressure): Likewise for param "after".
21234         (sched_setup_bb_reg_pressure_info): Likewise.
21235         (no_real_insns_p): Strengthen params from const_rtx to
21236         const rtx_insn *.
21237         (schedule_block): Strengthen local "next_tail" from rtx to
21238         rtx_insn *.
21239         * ifcvt.c (find_active_insn_before): Strengthen return type and
21240         param "insn" from rtx to rtx_insn *.
21241         (find_active_insn_after): Likewise.
21242         (cond_exec_process_insns): Likewise for param "start" and local "insn".
21243         (cond_exec_process_if_block): Likewise for locals "then_start",
21244         "then_end", "else_start", "else_end", "insn", "start", "end", "from".
21245         (noce_process_if_block): Likewise for local "jump".
21246         (merge_if_block): Likewise for two locals named "end".
21247         (cond_exec_find_if_block): Likewise for local "last_insn".
21248         * jump.c (delete_related_insns): Rename param "insn" to
21249         "uncast_insn" and reintroduce "insn" as a local rtx_insn * using a
21250         checked cast.  Strengthen local "p" from rtx to rtx_insn *.
21251         * lra-constraints.c (inherit_reload_reg): Replace NULL_RTX with
21252         NULL.
21253         (split_reg): Likewise.
21254         * lra.c (lra_process_new_insns): Likewise.
21255         * modulo-sched.c (permute_partial_schedule): Strengthen param
21256         "last" from rtx to rtx_insn *.
21257         * optabs.c (add_equal_note): Likewise for param "insns" and local
21258         "last_insn".
21259         (expand_binop_directly): Add checked casts to rtx_insn * within
21260         NEXT_INSN (pat) uses.
21261         (expand_unop_direct): Likewise.
21262         (maybe_emit_unop_insn): Likewise.
21263         * recog.c (peep2_attempt): Strengthen locals "last",
21264         "before_try", "x" from rtx to rtx_insn *.
21265         * reorg.c (optimize_skip): Strengthen return type and local
21266         "delay_list" from rtx to rtx_insn_list *.  Strengthen param "insn"
21267         and locals "trial", "next_trial" from rtx to rtx_insn *.
21268         * resource.c (next_insn_no_annul): Strengthen return type and
21269         param "insn" from rtx to rtx_insn *.  Use a cast to and method of
21270         rtx_sequence to clarify the code.
21271         (mark_referenced_resources): Add a checked cast to rtx_insn *
21272         within PREV_INSN (x).
21273         (find_dead_or_set_registers): Strengthen return type, param
21274         "target", locals "insn", "next", "jump_insn", "this_jump_insn"
21275         from rtx to rtx_insn *.  Strengthen param "jump_target" from rtx *
21276         to rtx_insn **.
21277         (mark_target_live_regs): Strengthen params "insns" and "target",
21278         locals "insn", "jump_target", "start_insn", "stop_insn" from rtx
21279         to rtx_insn *.  Use cast to and method of rtx_sequence to clarify
21280         the code.
21281         * resource.h (mark_target_live_regs): Strengthen params 1 and 2
21282         from rtx to rtx_insn *.
21283         * rtl.h (copy_reg_eh_region_note_forward): Strengthen second param
21284         from rtx to rtx_insn *.
21285         (copy_reg_eh_region_note_backward): Likewise.
21286         (unshare_all_rtl_in_chain): Likewise for sole param.
21287         (dump_rtl_slim): Strengthen second and third params from const_rtx
21288         to const rtx_insn *.
21289         * sched-deps.c (sched_free_deps): Strengthen params "head" and
21290         "tail" and locals "insn", "next_tail" from rtx to rtx_insn *.
21291         * sched-ebb.c (init_ready_list): Strengthen locals "prev_head",
21292         "next_tail" from rtx to rtx_insn *.
21293         (begin_move_insn): Likewise for local "next".
21294         * sched-int.h (sched_free_deps): Likewise for first and second
21295         params.
21296         (no_real_insns_p): Strengthen both params from const_rtx to
21297         const rtx_insn *.
21298         (sched_setup_bb_reg_pressure_info): Strengthen second params from
21299         rtx to rtx_insn *.
21300         * sched-rgn.c (init_ready_list): Likewise for locals "prev_head",
21301         "next_tail".
21302         * sched-vis.c (dump_rtl_slim): Strengthen params "first", "last"
21303         and locals "insn", "tail" from const_rtx to const rtx_insn *.
21304         (rtl_dump_bb_for_graph): Strengthen local "insn" from rtx to
21305         rtx_insn *.
21306         (debug_rtl_slim): Strengthen params "first" and "last" from
21307         const_rtx to const rtx_insn *.
21308         * shrink-wrap.c (try_shrink_wrapping): Strengthen param
21309         "prologue_seq" and locals "seq", "p_insn" from rtx to rtx_insn *.
21310         (convert_to_simple_return): Likewise for param "returnjump".
21311         * shrink-wrap.h (try_shrink_wrapping): Likewise for param
21312         "prologue_seq".
21313         (convert_to_simple_return): Likewise for param "returnjump".
21314         * valtrack.c (propagate_for_debug): Likewise for params
21315         "insn", "last".
21316         * valtrack.h (propagate_for_debug): Likewise for second param.
21318 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21320         * output.h (insn_current_reference_address): Strengthen param
21321         from rtx to rtx_insn *.
21322         * final.c (insn_current_reference_address): Likewise.
21324 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21326         * basic-block.h (inside_basic_block_p): Strengthen param from
21327         const_rtx to const rtx_insn *.
21328         * cfgbuild.c (inside_basic_block_p): Likewise.
21330 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21332         * dwarf2cfi.c (dw_trace_info): Strengthen field "head" from rtx to
21333         rtx_insn *.
21334         (get_trace_info): Likewise for param "insn".
21335         (save_point_p): Likewise.
21336         (maybe_record_trace_start): Likewise for both params.
21337         (maybe_record_trace_start_abnormal): Likewise.
21338         (create_trace_edges): Likewise for sole param and for three of the
21339         locals named "lab".
21340         (scan_trace): Strengthen local "prev", "insn", "control" from rtx
21341         to rtx_insn *, and update a call to pat->element to pat->insn.
21343 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21345         * function.h (struct expr_status): Convert field "x_forced_labels"
21346         from rtx_expr_list * to rtx_insn_list *.
21348         * cfgbuild.c (make_edges): Convert local "x" from an
21349         rtx_expr_list * to an rtx_insn_list *, replacing use of
21350         "element" method with "insn" method.
21351         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
21352         * except.c (sjlj_emit_dispatch_table): Replace use of
21353         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending to
21354         forced_labels.
21355         * jump.c (rebuild_jump_labels_1): Convert local "insn" from an
21356         rtx_expr_list * to an rtx_insn_list *, replacing use of
21357         "element" method with "insn" method.
21358         * reload1.c (set_initial_label_offsets): Likewise for local "x".
21359         * stmt.c (label_rtx): Strengthen local "ref" from rtx to
21360         rtx_insn *, adding a checked cast.  Replace use of
21361         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending it to
21362         forced_labels.
21363         (expand_label): Likewise for local "label_r".
21365 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21367         * function.h (struct rtl_data): Convert field
21368         "x_nonlocal_goto_handler_labels" from rtx_expr_list * to
21369         rtx_insn_list *.
21370         * rtl.h (remove_node_from_insn_list): New prototype.
21372         * builtins.c (expand_builtin): When prepending to
21373         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
21374         gen_rtx_EXPR_LIST.
21375         * cfgbuild.c (make_edges): Convert local "x" from rtx_expr_list *
21376         to rtx_insn_list *, and use its "insn" method rather than
21377         "element" method.
21378         * cfgrtl.c (delete_insn): Use new function
21379         remove_node_from_insn_list rather than
21380         remove_node_from_expr_list.
21381         (cfg_layout_initialize): Convert local "x" from rtx_expr_list *
21382         to rtx_insn_list *, and use its "insn" method rather than
21383         "element" method.
21384         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
21385         * reload1.c (set_initial_label_offsets): Likewise for local "x".
21386         * rtlanal.c (remove_node_from_insn_list): New function, adapted
21387         from remove_node_from_expr_list.
21388         * stmt.c (expand_label): When prepending to
21389         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
21390         gen_rtx_EXPR_LIST.
21392 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21394         * function.h (struct rtl_data): Strengthen fields "x_return_label"
21395         and "x_naked_return_label" from rtx to rtx_code_label *.
21397 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21399         * rtl.h (SET_PREV_INSN): Strengthen param from rtx to rtx_insn *.
21400         (SET_NEXT_INSN): Likewise.
21401         (gen_rtvec_v): Add an overload for param types (int, rtx_insn **).
21403         * config/c6x/c6x.c (gen_one_bundle): Strengthen param "slot" from
21404         rtx * to rtx_insn **.  Introduce a new local rtx "seq", using it
21405         to split out the SEQUENCE from local "bundle", strengthening the
21406         latter from rtx to rtx_insn * to hold the insn holding the SEQUENCE.
21407         Strengthen locals "t" and "insn" from rtx to rtx_insn *.
21408         (c6x_gen_bundles): Strengthen locals "insn", "next", "last_call"
21409         and the type of the elements of the "slot" array from rtx to
21410         rtx_insn *.
21411         (reorg_split_calls): Likewise for locals "insn" and "next", and
21412         the type of the elements of the "slot" array.
21414         * config/frv/frv.c (frv_nops): Likewise for the elements of this
21415         array.
21416         (frv_function_prologue): Likewise for locals "insn", "next",
21417         "last_call".
21418         (frv_register_nop): Introduce a local "nop_insn" to be the
21419         rtx_insn * containing rtx "nop".
21421         * config/mep/mep.c (mep_make_bundle): Param "core" is sometimes
21422         used as an insn and sometimes as a pattern, so rename it to
21423         "core_insn_or_pat", and introduce local rtx_insn * "core_insn",
21424         using it where dealing with the core insn.
21426         * config/picochip/picochip.c (reorder_var_tracking_notes):
21427         Strengthen locals "insn", "next", "last_insn", "queue",
21428         "next_queue", "prev" from rtx to rtx_insn *.
21430         * emit-rtl.c (gen_rtvec_v): Add overloaded implementation for when
21431         the second param is an rtx_insn ** rather than an rtx **.
21432         (link_insn_into_chain): Strengthen locals "seq" and "sequence"
21433         from rtx to rtx_sequence *, and introduce local named "sequence",
21434         using methods of rtx_sequence to clarify the code.
21435         (remove_insn): Introduce local rtx_sequence * named "sequence" and
21436         use its methods.
21437         (emit_insn_after_1): Strengthen return type from rtx to rtx_insn *.
21438         Rename param "after" to "uncast_after", reintroducing "after" as a
21439         local rtx_insn * with a checked cast.
21440         (emit_pattern_after_noloc): Rename param "after" to "uncast_after",
21441         reintroducing "after" as a local rtx_insn * with a checked cast.
21442         Strengthen local "last" from rtx to rtx_insn * and remove the
21443         now-redundant checked casts.
21444         (copy_delay_slot_insn): Strengthen return type and param from rtx
21445         to rtx_insn *.
21447         * haifa-sched.c (reemit_notes): Strengthen params "insn" and
21448         "last" from rtx to rtx_insn *.
21450 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
21452         * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
21453         param from rtx to rtx_insn *.
21455         * emit-rtl.c (copy_delay_slot_insn): Likewise.
21457         * reorg.c (skip_consecutive_labels): Strengthen return type, param
21458         and local "insn" from rtx to rtx_insn *.
21459         (unfilled_slots_base): Strengthen type from rtx * to rtx_insn **.
21460         (unfilled_slots_next): Likewise.
21461         (function_return_label): Strengthen from rtx to rtx_code_label *.
21462         (function_simple_return_label): Likewise.
21463         (first_active_target_insn): Strengthen return type and param from
21464         rtx to rtx_insn *.
21465         (find_end_label): Strengthen return type from rtx to
21466         rtx_code_label *; strengthen locals as appropriate.
21467         (emit_delay_sequence): Strengthen return type, param "insn" and
21468         local "seq_insn" from rtx to rtx_insn *.  Strengthen param "list"
21469         and local "li" from rtx to rtx_insn_list *, using methods of
21470         rtx_insn_list for clarity and typesafety.
21471         (add_to_delay_list): Strengthen return type and param "insn" from
21472         rtx to rtx_insn *.  Strengthen param "delay_list" from rtx to
21473         rtx_insn_list * and use methods of rtx_insn_list.
21474         (delete_from_delay_slot): Strengthen return type, param "insn",
21475         locals "trial", "seq_insn", "prev" from rtx to rtx_insn *.
21476         Strengthen local "seq" from rtx to rtx_sequence *, and local
21477         "delay_list" from rtx to rtx_insn_list *, using methods of
21478         rtx_sequence for clarity and type-safety.
21479         (delete_scheduled_jump): Add checked cast when invoking
21480         delete_from_delay_slot.  Strengthen local "trial" from rtx to
21481         rtx_insn *.
21482         (optimize_skip): Strengthen return type and local "delay_list"
21483         from rtx to rtx_insn_list *.  Strengthen local "trial" from rtx to
21484         rtx_insn *.
21485         (steal_delay_list_from_target): Strengthen return type, param
21486         "delay_list" and local "new_delay_list" from rtx to
21487         rtx_insn_list *.  Strengthen param "seq" from rtx to
21488         rtx_sequence *.  Strengthen param "pnew_thread" from rtx * to
21489         rtx_insn **.
21490         Split out local "temp" into multiple more-tightly scoped locals:
21491         sometimes an rtx_insn_list *, and once a rtx_insn *.  Use methods
21492         of rtx_insn_list and rtx_sequence for clarity and typesafety.
21493         Strengthen locals named "trial" from rtx to rtx_insn *.
21494         (steal_delay_list_from_fallthrough): Strengthen return type and
21495         param "delay_list" from rtx to rtx_insn_list *.  Strengthen param
21496         "seq" from rtx to rtx_sequence *.  Use methods of rtx_sequence.
21497         Strengthen local "trial" from rtx to rtx_insn *.
21498         (try_merge_delay_insns): Strength local "merged_insns" from rtx
21499         to rtx_insn_list * and use its methods.  Strengthen local "pat"
21500         from rtx to rtx_sequence * and use its methods.  Strengthen locals
21501         "dtrial" and "new_rtx" from rtx to rtx_insn *.
21502         (get_label_before): Strengthen return type and local "label" from
21503         rtx to rtx_insn *.
21504         (fill_simple_delay_slots): Likewise for locals "insn", "trial",
21505         "next_trial", "next", prev".  Strengthen local "delay_list" from
21506         rtx to rtx_insn_list *  Strengthen local "tmp" from rtx * to
21507         rtx_insn **.
21508         (follow_jumps): Strengthen return type, param "label" and locals
21509         "insn", "next", "value", "this_label" from rtx to rtx_insn *.
21510         (fill_slots_from_thread): Strengthen return type, param
21511         "delay_list" from rtx to rtx_insn_list *.  Strengthen params
21512         "insn", "thread", "opposite_thread" and locals "new_thread",
21513         "trial", "temp", "ninsn" from rtx to rtx_insn *.  Introduce local
21514         "sequence" from a checked cast to rtx_sequence so that we can call
21515         steal_delay_list_from_target and steal_delay_list_from_fallthrough
21516         with an rtx_sequence *.
21517         (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
21518         "insn_at_target", "fallthrough_insn" from rtx to rtx_insn *.
21519         Strengthen local "delay_list" from rtx to rtx_insn_list *.
21520         (relax_delay_slots): Strengthen param "first" and locals "insn",
21521         "next", "trial", "delay_insn", "target_label" from rtx to
21522         rtx_insn *.  Strengthen local "pat" from rtx to rtx_sequence *.
21523         Introduce a local "trial_seq" for PATTERN (trial) of type
21524         rtx_sequence *, in both cases using methods of rtx_sequence.
21525         (dbr_schedule): Strengthen param "first" and locals "insn",
21526         "next", "epilogue_insn" from rtx to rtx_insn *.
21528 2014-08-28  Richard Biener  <rguenther@suse.de>
21530         PR tree-optimization/62283
21531         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
21532         Do not peel loops for alignment where the vector loop likely
21533         doesn't run at least VF times.
21535 2014-08-28  Bin Cheng  <bin.cheng@arm.com>
21537         * tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
21538         important_candidates.  Consider all important candidates if
21539         IVS doesn't give any result.  Remove check on ivs->upto.
21540         (try_add_cand_for): Call iv_ca_add_use only once.
21542 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
21543             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
21544             Anna Tikhonova  <anna.tikhonova@intel.com>
21545             Ilya Tocar  <ilya.tocar@intel.com>
21546             Andrey Turetskiy  <andrey.turetskiy@intel.com>
21547             Ilya Verbin  <ilya.verbin@intel.com>
21548             Kirill Yukhin  <kirill.yukhin@intel.com>
21549             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
21551         (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
21552         (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
21553         masking.
21554         (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
21555         (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
21556         (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
21557         (define_insn "*mul<mode>3"): Add EVEX version.
21559 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
21560             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
21561             Anna Tikhonova  <anna.tikhonova@intel.com>
21562             Ilya Tocar  <ilya.tocar@intel.com>
21563             Andrey Turetskiy  <andrey.turetskiy@intel.com>
21564             Ilya Verbin  <ilya.verbin@intel.com>
21565             Kirill Yukhin  <kirill.yukhin@intel.com>
21566             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
21568         * config/i386/sse.md
21569         (define_insn "avx512bw_interleave_highv64qi<mask_name>"): New.
21570         (define_insn "avx2_interleave_highv32qi<mask_name>"): Add masking.
21571         (define_insn "vec_interleave_highv16qi<mask_name>"): Ditto.
21572         (define_insn "avx2_interleave_lowv32qi<mask_name>"): Ditto.
21573         (define_insn "vec_interleave_lowv16qi<mask_name>"): Ditto.
21574         (define_insn "avx2_interleave_highv16hi<mask_name>"): Ditto.
21575         (define_insn "vec_interleave_highv8hi<mask_name>"): Ditto.
21576         (define_insn "avx2_interleave_lowv16hi<mask_name>"): Ditto.
21577         (define_insn "vec_interleave_lowv8hi<mask_name>"): Ditto.
21578         (define_insn "avx2_interleave_highv8si<mask_name>"): Ditto.
21579         (define_insn "vec_interleave_highv4si<mask_name>"): Ditto.
21580         (define_insn "avx2_interleave_lowv8si<mask_name>"): Ditto.
21581         (define_insn "vec_interleave_lowv4si<mask_name>"): Ditto.
21582         (define_insn "vec_interleave_highv16qi<mask_name>"): New.
21583         (define_insn "avx512bw_interleave_highv32hi<mask_name>"): Ditto.
21584         (define_insn "<mask_codefor>avx512bw_interleave_lowv32hi<mask_name>"):
21585         Ditto.
21587 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
21588             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
21589             Anna Tikhonova  <anna.tikhonova@intel.com>
21590             Ilya Tocar  <ilya.tocar@intel.com>
21591             Andrey Turetskiy  <andrey.turetskiy@intel.com>
21592             Ilya Verbin  <ilya.verbin@intel.com>
21593             Kirill Yukhin  <kirill.yukhin@intel.com>
21594             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
21596         * config/i386/sse.md
21597         (define_mode_iterator VIMAX_AVX2): Add V4TI mode.
21598         (define_insn "<sse2_avx2>_ashl<mode>3"): Add EVEX version.
21599         (define_insn "<sse2_avx2>_lshr<mode>3"): Ditto.
21601 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
21602             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
21603             Anna Tikhonova  <anna.tikhonova@intel.com>
21604             Ilya Tocar  <ilya.tocar@intel.com>
21605             Andrey Turetskiy  <andrey.turetskiy@intel.com>
21606             Ilya Verbin  <ilya.verbin@intel.com>
21607             Kirill Yukhin  <kirill.yukhin@intel.com>
21608             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
21610         * config/i386/sse.md
21611         (define_mode_iterator VI128_256): New.
21612         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
21614 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
21615             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
21616             Anna Tikhonova  <anna.tikhonova@intel.com>
21617             Ilya Tocar  <ilya.tocar@intel.com>
21618             Andrey Turetskiy  <andrey.turetskiy@intel.com>
21619             Ilya Verbin  <ilya.verbin@intel.com>
21620             Kirill Yukhin  <kirill.yukhin@intel.com>
21621             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
21623         * config/i386/sse.md
21624         (define_mode_iterator VI8_256_512): New.
21625         (define_insn "<mask_codefor>avx512dq_cvtps2qq<mode><mask_name><round_name>"):
21626         Ditto.
21627         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
21628         (define_insn "<mask_codefor>avx512dq_cvtps2uqq<mode><mask_name><round_name>"):
21629         Ditto.
21630         (define_insn "<mask_codefor>avx512dq_cvtps2uqqv2di<mask_name>"): Ditto.
21632 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21634         * varasm.c (compute_reloc_for_rtx_1): Take a const_rtx.  Remove the
21635         pointer to the cumulative reloc value and return the value for
21636         this reloc instead.
21637         (compute_reloc_for_rtx): Take a const_rtx.  Call
21638         compute_reloc_for_rtx_1 directly for SYMBOL_REF and LABEL_REF,
21639         avoiding any recursion.  Use FOR_EACH_SUBRTX rather than
21640         for_each_rtx for the CONST case.
21642 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21644         * varasm.c (mark_constant): Replace this for_each_rtx callback with...
21645         (mark_constants_in_pattern): ...this new function to iterate over
21646         all the subrtxes.
21647         (mark_constants): Update accordingly.
21649 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21651         * varasm.c: Include rtl-iter.h.
21652         (const_rtx_hash_1): Take a const_rtx rather than an rtx *.
21653         Remove the pointer to the cumulative hashval_t and just return
21654         the hash for this rtx instead.  Remove recursive CONST_VECTOR case.
21655         (const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
21656         Accumulate the hashval_ts here instead of const_rtx_hash_1.
21658 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21660         * var-tracking.c (add_uses): Take an rtx rather than an rtx *.
21661         Give real type of data parameter.  Remove return value.
21662         (add_uses_1): Use FOR_EACH_SUBRTX_VAR rather than for_each_rtx
21663         to iterate over subrtxes.
21665 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21667         * var-tracking.c (use_narrower_mode_test): Turn from being a
21668         for_each_rtx callback to being a function that examines each
21669         subrtx itself.
21670         (adjust_mems): Update accordingly.
21672 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21674         * var-tracking.c (non_suitable_const): Turn from being a for_each_rtx
21675         callback to being a function that examines each subrtx itself.
21676         Remove handling of null rtxes.
21677         (add_uses): Update accordingly.
21679 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21681         * var-tracking.c: Include rtl-iter.h.
21682         (rtx_debug_expr_p): Turn from being a for_each_rtx callback
21683         to being a function that examines each subrtx itself.
21684         (use_type): Update accordingly.
21686 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21688         * store-motion.c: Include rtl-iter.h.
21689         (extract_mentioned_regs_1): Delete.
21690         (extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
21691         for_each_rtx to iterate over subrtxes.
21693 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21695         * sel-sched.c: Include rtl-iter.h
21696         (count_occurrences_1): Delete.
21697         (count_occurrences_equiv): Turn rtxes into const_rtxes.
21698         Use FOR_EACH_SUBRTX rather than for_each_rtx.
21700 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21702         * rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
21703         * rtlanal.c (tls_referenced_p_1): Delete.
21704         (tls_referenced_p): Take a const_rtx rather than an rtx.
21705         Use FOR_EACH_SUBRTX rather than for_each_rtx.
21707 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21709         * rtl.h (for_each_inc_dec_fn): Remove special case for -1.
21710         (for_each_inc_dec): Take an rtx rather than an rtx *.
21711         * cselib.c (cselib_record_autoinc_cb): Update accordingly.
21712         (cselib_record_sets): Likewise.
21713         * dse.c (emit_inc_dec_insn_before, check_for_inc_dec_1)
21714         (check_for_inc_dec): Likewise.
21715         * rtlanal.c (for_each_inc_dec_ops): Delete.
21716         (for_each_inc_dec_find_inc_dec): Take the MEM as argument,
21717         rather than a pointer to the memory address.  Replace
21718         for_each_inc_dec_ops argument with separate function and data
21719         arguments.  Abort on non-autoinc addresses.
21720         (for_each_inc_dec_find_mem): Delete.
21721         (for_each_inc_dec): Take an rtx rather than an rtx *.  Use
21722         FOR_EACH_SUBRTX_VAR to visit every autoinc MEM.
21724 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21726         * rtl.h (find_all_hard_regs): Declare.
21727         * rtlanal.c (find_all_hard_regs): New function.
21728         (record_hard_reg_uses_1): Delete.
21729         (record_hard_reg_uses): Use find_all_hard_regs.
21731 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21733         * rtl.h (replace_label_data): Delete.
21734         (replace_label): Take the old label, new label and update-nuses flag
21735         as direct arguments.  Return void.
21736         * cfgcleanup.c (outgoing_edges_match): Update accordingly.
21737         * rtlanal.c (replace_label): Update interface as above.  Handle
21738         JUMP_TABLE_DATA as a special case.  Handle JUMPs outside the
21739         iterator.  Use FOR_EACH_SUBRTX_PTR.
21741 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21743         * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters
21744         with const_rtx parameters.
21745         * varasm.c (get_pool_constant): Likewise.
21746         * rtlanal.c (rtx_referenced_p_1): Delete.
21747         (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
21748         Assert that the rtx we're looking for is nonnull.  Allow searches
21749         for constant pool SYMBOL_REFs.
21751 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21753         * reload1.c: Include rtl-iter.h.
21754         (note_reg_elim_costly): Turn from being a for_each_rtx callback
21755         to being a function that examines each subrtx itself.
21756         (eliminate_regs_1, elimination_costs_in_insn): Update accordingly.
21758 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21760         * regcprop.c (cprop_find_used_regs_1): Delete.
21761         (cprop_find_used_regs): Use FOR_EACH_SUBRTX instead of for_each_rtx.
21763 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21765         * regcprop.c: Include rtl-iter.h.
21766         (kill_value): Take a const_rtx.
21767         (kill_autoinc_value): Turn from being a for_each_rtx callback
21768         to being a function that examines each subrtx itself.
21769         (copyprop_hardreg_forward_1): Update accordingly.
21771 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21773         * reg-stack.c: Include rtl-iter.h.
21774         (subst_stack_regs_in_debug_insn): Delete.
21775         (subst_all_stack_regs_in_debug_insn): Use FOR_EACH_SUBRTX_PTR
21776         instead of for_each_rtx.
21778 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21780         * lower-subreg.c (find_decomposable_subregs): Turn from being
21781         a for_each_rtx callback to being a function that examines each
21782         subrtx itself.  Remove handling of null rtxes.
21783         (decompose_multiword_subregs): Update accordingly.
21785 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21787         * lower-subreg.c (adjust_decomposed_uses): Delete.
21788         (resolve_debug): Use FOR_EACH_SUBRTX_PTR rather than for_each_rtx.
21789         Remove handling of null rtxes.
21791 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21793         * lower-subreg.c: Include rtl-iter.h.
21794         (resolve_subreg_use): Turn from being a for_each_rtx callback
21795         to being a function that examines each subrtx itself.  Remove
21796         handling of null rtxes.
21797         (resolve_reg_notes, resolve_simple_move): Update accordingly.
21798         (decompose_multiword_subregs): Likewise.
21800 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21802         * loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback
21803         to being a function that examines each subrtx itself.
21804         (simplify_using_condition, simplify_using_initial_values): Update
21805         accordingly.
21807 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21809         * loop-iv.c: Include rtl-iter.h.
21810         (find_single_def_src): New function.
21811         (replace_single_def_regs): Turn from being a for_each_rtx callback
21812         to being a function that examines each subrtx itself.
21813         (replace_in_expr, simplify_using_initial_values): Update accordingly.
21815 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21817         * jump.c (eh_returnjump_p_1): Delete.
21818         (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
21819         Remove handling of null rtxes.
21821 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21823         * jump.c: Include rtl-iter.h.
21824         (returnjump_p_1): Delete.
21825         (returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
21826         Remove handling of null rtxes.
21828 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21830         * ira.c: Include rtl-iter.h.
21831         (set_paradoxical_subreg): Turn from being a for_each_rtx callback
21832         to being a function that examines each subrtx itself.  Remove
21833         handling of null rtxes.
21834         (update_equiv_regs): Update call accordingly.
21836 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21838         * fwprop.c: Include rtl-iter.h.
21839         (varying_mem_p): Turn from being a for_each_rtx callback to being
21840         a function that examines each subrtx itself.
21841         (propagate_rtx): Update accordingly.
21843 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21845         * function.c: Include rtl-iter.h
21846         (instantiate_virtual_regs_in_rtx): Turn from being a for_each_rtx
21847         callback to being a function that examines each subrtx itself.
21848         Return the changed flag.
21849         (instantiate_virtual_regs_in_insn, instantiate_decl_rtl)
21850         (instantiate_virtual_regs): Update calls accordingly.
21852 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21854         * final.c: Include rtl-iter.h.
21855         (mark_symbol_ref_as_used): Delete.
21856         (mark_symbol_refs_as_used): Use FOR_EACH_SUBRTX instead of
21857         for_each_rtx.
21859 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21861         * emit-rtl.c: Include rtl-iter.h.
21862         (find_auto_inc): Turn from being a for_each_rtx callback to being
21863         a function that examines each subrtx itself.  Assume the first operand
21864         to an RTX_AUTOINC is the automodified register.
21865         (try_split): Update call accordingly.
21867 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21869         * dwarf2out.c (resolve_one_addr): Remove unused data parameter.
21870         Return a bool, inverting the result so that 0/false means "not ok".
21871         Use FOR_EACH_SUBRTX_PTR instead of for_each_rtx to iterate over
21872         subrtxes of a CONST.
21873         (mem_loc_descriptor, add_const_value_attribute)
21874         (resolve_addr_in_expr): Update calls accordingly.
21876 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21878         * dwarf2out.c: Include rtl-iter.h.
21879         (const_ok_for_output_1): Take the rtx instead of a pointer to it.
21880         Remove unused data parameter.  Return a bool, inverting the result
21881         so that 0/false means "not ok".
21882         (const_ok_for_output): Update accordingly.  Use FOR_EACH_SUBRTX_VAR
21883         instead of for_each_rtx.
21885 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21887         * dse.c: Include rtl-iter.h.
21888         (check_mem_read_rtx): Change void * parameter to real type.
21889         Remove return value.
21890         (check_mem_read_use): Fix comment.  Use FOR_EACH_SUBRTX_PTR instead of
21891         for_each_rtx.  Don't handle null rtxes.
21893 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21895         * df-problems.c: Include rtl-iter.h.
21896         (find_memory): Turn from being a for_each_rtx callback to being
21897         a function that examines each subrtx itself.  Continue to look for
21898         volatile references even after a nonvolatile one has been found.
21899         (can_move_insns_across): Update calls accordingly.
21901 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21903         * ddg.c (walk_mems_2, walk_mems_1): Delete.
21904         (insns_may_alias_p): Use FOR_EACH_SUBRTX rather than for_each_rtx
21905         to iterate over subrtxes.  Return a bool rather than an int.
21907 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21909         * ddg.c: Include rtl-iter.h.
21910         (mark_mem_use_1): Rename to...
21911         (mark_mem_use): ...deleting old mark_mem_use.  Use FOR_EACH_SUBRTX
21912         instead of for_each_rtx.
21913         (mem_read_insn_p): Update accordingly.
21915 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21917         * cse.c (change_cc_mode_args): Delete.
21918         (cse_change_cc_mode): Turn from being a for_each_rtx callback to being
21919         a function that examines each subrtx itself.  Take the fields of
21920         change_cc_mode_args as argument and return void.
21921         (cse_change_cc_mode_insn): Update calls accordingly.
21923 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21925         * cse.c (is_dead_reg): Change argument to const_rtx.
21926         (dead_debug_insn_data): Delete.
21927         (is_dead_debug_insn): Expand commentary.  Turn from being a
21928         for_each_rtx callback to being a function that examines
21929         each subrtx itself.  Take the fields of dead_debug_insn_data
21930         as argument.
21931         (delete_trivially_dead_insns): Update call accordingly.
21933 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21935         * cse.c (check_for_label_ref): Move earlier in file.  Turn from
21936         being a for_each_rtx callback to being a function that examines
21937         each subrtx itself.
21938         (cse_extended_basic_block): Update call accordingly.
21940 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21942         * cse.c (check_dependence_data): Delete.
21943         (check_dependence): Change from being a for_each_rtx callback to being
21944         a function that examines all subrtxes itself.  Don't handle null rtxes.
21945         (invalidate): Update call accordingly.
21947 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21949         * cse.c: Include rtl-iter.h.
21950         (approx_reg_cost_1): Delete.
21951         (approx_reg_cost): Use FOR_EACH_SUBRTX instead of for_each_rtx.
21952         Don't handle null rtxes.
21954 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21956         * cfgcleanup.c: Include rtl-iter.h.
21957         (mentions_nonequal_regs): Turn from being a for_each_rtx callback
21958         to being a function that examines each subrtx itself.
21959         (thread_jump): Update accordingly.
21961 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21963         * combine-stack-adj.c: Include rtl-iter.h.
21964         (record_stack_refs_data): Delete.
21965         (record_stack_refs): Turn from being a for_each_rtx callback
21966         to being a function that examines each subrtx itself.
21967         Take a pointer to the reflist.  Invert sense of return value
21968         so that true means success and false means failure.  Don't
21969         handle null rtxes.
21970         (combine_stack_adjustments_for_block): Update accordingly.
21972 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21974         * combine.c (record_truncated_value): Turn from being a for_each_rtx
21975         callback to a function that takes an rtx and returns a bool
21976         (record_truncated_values): Use FOR_EACH_SUBRTX_VAR instead of
21977         for_each_rtx.
21979 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21981         * combine.c: Include rtl-iter.h.
21982         (unmentioned_reg_p_1): Delete.
21983         (unmentioned_reg_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
21984         Don't handle null rtxes.
21986 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21988         * calls.c: Include rtl-iter.h.
21989         (internal_arg_pointer_based_exp_1): Delete.
21990         (internal_arg_pointer_based_exp): Take a const_rtx.
21991         Use FOR_EACH_SUBRTX to iterate over subrtxes.
21993 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
21995         * caller-save.c: Include rtl-iter.h.
21996         (add_used_regs_1): Delete.
21997         (add_used_regs): Use FOR_EACH_SUBRTX rather than for_each_rtx
21998         to iterate over subrtxes.  Assert that any remaining pseudos
21999         have been spilled.
22001 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
22003         * bt-load.c: Include rtl-iter.h.
22004         (btr_reference_found, find_btr_reference, btr_referenced_p): Delete.
22005         (find_btr_use): Move further up file.  Use FOR_EACH_SUBRTX_PTR
22006         to iterate over subrtxes.
22007         (insn_sets_btr_p, new_btr_user, compute_defs_uses_and_gen): Use
22008         find_btr_use rather than btr_referenced_p.
22010 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
22012         * alias.c: Include rtl-iter.h.
22013         (refs_newer_value_cb): Delete.
22014         (refs_newer_value_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
22016 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
22018         * rtl-iter.h: New file.
22019         * rtlanal.c: Include it.
22020         (rtx_all_subrtx_bounds, rtx_nonconst_subrtx_bounds): New variables.
22021         (generic_subrtx_iterator <T>::add_single_to_queue)
22022         (generic_subrtx_iterator <T>::add_subrtxes_to_queue)
22023         (generic_subrtx_iterator <T>::free_array): New functions.
22024         (generic_subrtx_iterator <T>::LOCAL_ELEMS): Define.
22025         (generic_subrtx_iterator <const_rtx_accessor>)
22026         (generic_subrtx_iterator <rtx_var_accessor>
22027         (generic_subrtx_iterator <rtx_ptr_accessor>): Instantiate.
22028         (setup_reg_subrtx_bounds): New function.
22029         (init_rtlanal): Call it.
22031 2014-08-27  Kaz Kojima  <kkojima@gcc.gnu.org>
22033         PR target/62261
22034         * config/sh/sh.md (ashlsi3): Handle negative shift count for
22035         TARGET_SHMEDIA.
22036         (ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
22038 2014-08-27  Richard Sandiford  <rdsandiford@googlemail.com>
22040         * emit-rtl.c (set_unique_reg_note): Discard notes with side effects.
22042 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22044         * rtl.h (JUMP_LABEL_AS_INSN): New.
22046 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22048         * rtl.h (free_EXPR_LIST_list): Strengthen param from rtx * to
22049         rtx_expr_list **.
22050         (alloc_EXPR_LIST): Strengthen return type from rtx to
22051         rtx_expr_list *.
22052         (remove_free_EXPR_LIST_node): Likewise for param.
22053         * reload.h (struct reg_equivs_t): Strengthen field "alt_mem_list"
22054         from rtx to rtx_expr_list *.
22055         * sched-int.h (struct deps_desc): Strengthen fields
22056         "pending_read_mems" and "pending_write_mems" from rtx to
22057         rtx_expr_list *.
22059         * dwarf2out.c (decl_piece_varloc_ptr): Strengthen return type from
22060         rtx to rtx_expr_list *.
22061         * lists.c (alloc_INSN_LIST): Likewise, also for local "r".
22062         (free_EXPR_LIST_list): Strengthen param "listp" from rtx * to
22063         rtx_expr_list **.
22064         (remove_free_EXPR_LIST_node): Likewise.  Strengthen local "node"
22065         from rtx to rtx_expr_list *.
22066         * loop-iv.c (simplify_using_initial_values): Strengthen local
22067         "cond_list" from rtx to rtx_expr_list *, and locals "pnode",
22068         "pnote_next" from rtx * to rtx_expr_list **.
22069         * sched-deps.c (remove_from_both_dependence_lists):  Strengthen
22070         param "exprp" from rtx * to rtx_expr_list **.
22071         (add_insn_mem_dependence): Strengthen local "mem_list" from
22072         rtx * to rtx_expr_list **.  Strengthen local "mem_node" from rtx
22073         to rtx_expr_list *.
22074         * sched-rgn.c (concat_insn_mem_list): Strengthen param "copy_mems"
22075         and local "new_mems" from rtx to rtx_expr_list *.  Strengthen
22076         param "old_mems_p" from rtx * to rtx_expr_list **.
22077         * var-tracking.c (struct adjust_mem_data): Strengthen field
22078         "side_effects" from rtx to rtx_expr_list *.
22079         (adjust_insn): Replace NULL_RTX with NULL when assigning to
22080         rtx_expr_list *.
22081         (prepare_call_arguments): Likewise.
22083 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22085         * function.h (struct rtl_data): Strengthen field
22086         "x_stack_slot_list" from rtx to rtx_expr_list *.
22088         * emit-rtl.c (unshare_all_rtl_1): Add a checked cast
22089         when assigning to stack_slot_list.
22091 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22093         * function.h (struct rtl_data): Strengthen field
22094         x_nonlocal_goto_handler_labels from rtx to rtx_expr_list *.
22095         * rtl.h (remove_node_from_expr_list): Strengthen second param from
22096         rtx * to rtx_expr_list **.
22098         * cfgbuild.c (make_edges): In loop over
22099         nonlocal_goto_handler_labels, strengthen local "x" from rtx to
22100         rtx_expr_list *, and use methods of the latter class to clarify
22101         the code.
22102         * cfgrtl.c (cfg_layout_initialize): Strengthen local "x" from rtx to
22103         rtx_expr_list *, and use methods of the latter class to clarify
22104         the code.
22105         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
22106         * reload1.c (set_initial_label_offsets): Likewise for local "x".
22107         * rtlanal.c (remove_node_from_expr_list): Strengthen param "listp"
22108         from rtx * to rtx_expr_list **.  Strengthen local "temp" from rtx
22109         to rtx_expr_list *.  Use methods of the latter class to clarify
22110         the code.
22112 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22114         * function.h (struct expr_status): Strengthen field
22115         "x_forced_labels" from rtx to rtx_expr_list *.
22117         * cfgbuild.c (make_edges): Split local "x" into two locals,
22118         strengthening one from rtx to rtx_expr_list *, and using methods
22119         of said class.
22120         * dwarf2cfi.c (create_trace_edges): Split local "lab" out; within
22121         loop over forced_labels, introduce strengthen it from rtx to
22122         rtx_expr_list *, using methods to clarify the code.
22123         * jump.c (rebuild_jump_labels_1): Strengthen local "insn" from rtx
22124         to rtx_expr_list *, using methods of said class to clarify the
22125         code.
22126         * reload1.c (set_initial_label_offsets): Split local "x" into two
22127         per-loop variables, strengthening the first from rtx to
22128         rtx_expr_list * and using methods.
22130 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22132         * coretypes.h (class rtx_expr_list): Add forward declaration.
22133         * emit-rtl.c (gen_rtx_EXPR_LIST): New.
22134         * gengenrtl.c (special_rtx): Add EXPR_LIST.
22135         * rtl.h (class rtx_expr_list): New subclass of rtx_def, adding
22136         invariant: GET_CODE (X) == EXPR_LIST.
22137         (is_a_helper <rtx_expr_list *>::test): New.
22138         (rtx_expr_list::next): New.
22139         (rtx_expr_list::element): New.
22140         (gen_rtx_EXPR_LIST): New.
22142 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22144         * varasm.c (mark_constants): Convert a GET_CODE check into a
22145         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
22146         Use methods of rtx_sequence to clarify the code.
22148 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22150         * sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
22151         local "seq" via a checked cast, and use methods of rtx_sequence
22152         to simplify the code.
22154 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22156         * resource.c (mark_referenced_resources): Strengthen local
22157         "sequence" from rtx to rtx_sequence *, adding a checked cast, and
22158         using methods of rtx_sequence to clarify the code.
22159         (find_dead_or_set_registers): Within the switch statement, convert
22160         a GET_CODE check to a dyn_cast, introducing local "seq".  Within
22161         the JUMP_P handling, introduce another local "seq", adding a
22162         checked cast to rtx_sequence *.  In both cases, use methods of
22163         rtx_sequence to clarify the code.
22164         (mark_set_resources): Within SEQUENCE case, introduce local "seq"
22165         via a checked cast, and use methods of rtx_sequence to simplify
22166         the code.
22168 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22170         * reorg.c (redundant_insn): In two places in the function, replace
22171         a check of GET_CODE with a dyn_cast, introducing local "seq", and
22172         usings methods of rtx_sequence to clarify the code.
22174 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22176         * jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
22177         local "seq" with a checked cast, and use methods of rtx_sequence
22178         to clarify the code.
22180 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22182         * function.c (contains): Introduce local "seq" for PATTERN (insn),
22183         with a checked cast, in the region for where we know it's a
22184         SEQUENCE.  Use methods of rtx_sequence.
22186 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22188         * final.c (get_attr_length_1): Replace GET_CODE check with a
22189         dyn_cast, introducing local "seq" and the use of methods of
22190         rtx_sequence.
22191         (shorten_branches): Likewise, introducing local "body_seq".
22192         Strengthen local "inner_insn" from rtx to rtx_insn *.
22193         (reemit_insn_block_notes): Replace GET_CODE check with a
22194         dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
22195         Use methods of rtx_sequence.
22196         (final_scan_insn): Likewise, introducing local "seq" for when
22197         "body" is known to be a SEQUENCE, using its methods.
22199 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22201         * except.c (can_throw_external): Strengthen local "seq" from rtx
22202         to rtx_sequence *.  Use methods of rtx_sequence.
22203         (insn_nothrow_p): Likewise.
22205 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22207         * dwarf2cfi.c (create_trace_edges): Convert GET_CODE check into a
22208         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
22209         Use methods of rtx_sequence.
22210         (scan_trace): Likewise for local "pat".
22212 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22214         * coretypes.h (class rtx_sequence): Add forward declaration.
22215         * rtl.h (class rtx_sequence): New subclass of rtx_def, adding
22216         invariant: GET_CODE (X) == SEQUENCE.
22217         (is_a_helper <rtx_sequence *>::test): New.
22218         (is_a_helper <const rtx_sequence *>::test): New.
22219         (rtx_sequence::len): New.
22220         (rtx_sequence::element): New.
22221         (rtx_sequence::insn): New.
22223 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22225         * rtl.h (free_INSN_LIST_list): Strengthen param from rtx * to
22226         rtx_insn_list **.
22227         (alloc_INSN_LIST): Strengthen return type from rtx to
22228         rtx_insn_list *.
22229         (copy_INSN_LIST): Likewise for return type and param.
22230         (concat_INSN_LIST): Likewise for both params and return type.
22231         (remove_free_INSN_LIST_elem): Strenghten first param from rtx to
22232         rtx_insn *.  Strengthen second param from rtx * to rtx_insn_list **.
22233         (remove_free_INSN_LIST_node): Strenghten return type from rtx to
22234         rtx_insn *.  Strengthen param from rtx * to rtx_insn_list **.
22236         * sched-int.h (struct deps_reg): Strengthen fields "uses", "sets",
22237         "implicit_sets", "control_uses", "clobbers" from rtx to
22238         rtx_insn_list *.
22239         (struct deps_desc): Likewise for fields "pending_read_insns",
22240         "pending_write_insns", "pending_jump_insns",
22241         "last_pending_memory_flush", "last_function_call",
22242         "last_function_call_may_noreturn", "sched_before_next_call",
22243         "sched_before_next_jump".
22244         (struct _haifa_deps_insn_data): Likewise for field "cond_deps".
22245         (remove_from_deps): Strengthen second param from rtx to rtx_insn *.
22247         * gcse.c (struct ls_expr): Strengthen fields "loads" and "stores"
22248         from rtx to rtx_insn_list *.
22249         (ldst_entry): Replace use of NULL_RTX with NULL when dealing with
22250         rtx_insn_list *.
22252         * haifa-sched.c (insn_queue): Strengthen this variable from rtx *
22253         to rtx_insn_list **.
22254         (dep_cost_1): Strengthen local "dep_cost_rtx_link" from rtx to
22255         rtx_insn_list *.
22256         (queue_insn): Likewise for local "link".
22257         (struct haifa_saved_data): Strengthen field "insn_queue" from
22258         rtx * to rtx_insn_list **.
22259         (save_backtrack_point): Update allocation of save->insn_queue to
22260         reflect the strengthening of elements from rtx to rtx_insn_list *.
22261         (queue_to_ready): Strengthen local "link" from rtx to
22262         rtx_insn_list *; use methods "next" and "insn" when traversing the
22263         list.
22264         (early_queue_to_ready): Likewise for locals "link", "next_link",
22265         "prev_link".
22266         (schedule_block): Update allocation of insn_queue to reflect the
22267         strengthening of elements from rtx to rtx_insn_list *.  Strengthen
22268         local "link" from rtx to rtx_insn_list *, and use methods when
22269         working it.
22270         (add_to_speculative_block): Strengthen locals "twins" and
22271         "next_node" from rtx to rtx_insn_list *, and use methods when
22272         working with them.  Strengthen local "twin" from rtx to
22273         rtx_insn *, eliminating a checked cast.
22274         (fix_recovery_deps): Strengthen locals "ready_list" and "link"
22275         from rtx to rtx_insn_list *, and use methods when working with
22276         them.
22278         * lists.c (alloc_INSN_LIST): Strengthen return type and local "r"
22279         from rtx to rtx_insn_list *, adding a checked cast.
22280         (free_INSN_LIST_list): Strengthen param "listp" from rtx * to
22281         rtx_insn_list **.
22282         (copy_INSN_LIST): Strengthen return type and locals "new_queue",
22283         "newlink" from rtx to rtx_insn_list *.  Strengthen local
22284         "pqueue" from rtx * to rtx_insn_list **.  Strengthen local "x"
22285         from rtx to rtx_insn *.
22286         (concat_INSN_LIST): Strengthen return type and local "new_rtx",
22287         from rtx to rtx_insn_list *.  Use methods of the latter class.
22288         (remove_free_INSN_LIST_elem): Strengthen param "elem" from rtx to
22289         rtx_insn *, and param "listp" from rtx * to rtx_insn_list **.
22290         (remove_free_INSN_LIST_node): Strengthen return type and local
22291         "elem" from rtx to rtx_insn *.  Strenghten param "listp" from
22292         rtx * to rtx_insn_list **.  Strengthen local "node" from rtx to
22293         rtx_insn_list *, using "insn" method.
22295         * sched-deps.c (add_dependence_list):  Strengthen param "list"
22296         from rtx to rtx_insn_list *, and use methods when working with it.
22297         (add_dependence_list_and_free):  Strengthen param "listp" from
22298         rtx * to rtx_insn_list **.
22299         (remove_from_dependence_list): Strenghten param "listp" from rtx *
22300         to rtx_insn_list **, and use methods when working with *listp.
22301         (remove_from_both_dependence_lists): Strengthen param "listp" from
22302         rtx * to rtx_insn_list **
22303         (add_insn_mem_dependence): Strengthen local "insn_list" from rtx *
22304         to rtx_insn_list **.  Eliminate local "link", in favor of two new
22305         locals "insn_node" and "mem_node", an rtx_insn_list * and an rtx
22306         respectively.
22307         (deps_analyze_insn): Split out uses 'f local "t" as an INSN_LIST
22308         by introducing local "cond_deps".
22309         (remove_from_deps): Strengthen param "insn" from rtx to
22310         rtx_insn *.
22312         * sched-rgn.c (concat_insn_mem_list): Strengthen param
22313         "copy_insns" and local "new_insns" from rtx to rtx_insn_list *.
22314         Strengthen param "old_insns_p" from rtx * to rtx_insn_list **.
22315         Use methods of rtx_insn_list.
22317         * store-motion.c (struct st_expr): Strengthen fields
22318         "antic_stores" and "avail_stores" from rtx to rtx_insn_list *.
22319         (st_expr_entry): Replace NULL_RTX with NULL when dealing with
22320         rtx_insn_list *.
22321         (find_moveable_store): Split out "tmp" into multiple more-tightly
22322         scoped locals.  Use methods of rtx_insn_list *.
22323         (compute_store_table): Strengthen local "tmp" from rtx to
22324         rtx_insn *.  Use methods of rtx_insn_list *.
22326 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22328         * coretypes.h (class rtx_insn_list): Add forward declaration.
22329         * rtl.h (class rtx_insn_list): New subclass of rtx_def
22330         (is_a_helper <rtx_insn_list *>::test): New.
22331         (rtx_insn_list::next): New.
22332         (rtx_insn_list::insn): New.
22333         (gen_rtx_INSN_LIST): Add prototype.
22334         * emit-rtl.c (gen_rtx_INSN_LIST): New.
22335         * gengenrtl.c (special_rtx): Add INSN_LIST.
22337 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22339         * ira-lives.c (find_call_crossed_cheap_reg): Strengthen local
22340         "prev" from rtx to rtx_insn *.
22342 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22344         * rtl.h (INSN_UID): Convert from a macro to a pair of inline
22345         functions.  Require merely an rtx for now, not an rtx_insn *.
22346         (BLOCK_FOR_INSN): Likewise.
22347         (INSN_LOCATION): Likewise.
22348         (INSN_HAS_LOCATION): Convert from a macro to an inline function.
22350 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22352         * rtl.h (PATTERN): Convert this macro into a pair of inline
22353         functions, for now, requiring const_rtx and rtx.
22355 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22357         * target.def (unwind_emit): Strengthen param "insn" from rtx to
22358         rtx_insn *.
22359         (final_postscan_insn): Likewise.
22360         (adjust_cost): Likewise.
22361         (adjust_priority): Likewise.
22362         (variable_issue): Likewise.
22363         (macro_fusion_pair_p): Likewise.
22364         (dfa_post_cycle_insn): Likewise.
22365         (first_cycle_multipass_dfa_lookahead_guard): Likewise.
22366         (first_cycle_multipass_issue): Likewise.
22367         (dfa_new_cycle): Likewise.
22368         (adjust_cost_2): Likewise for params "insn" and "dep_insn".
22369         (speculate_insn): Likewise for param "insn".
22370         (gen_spec_check): Likewise for params "insn" and "label".
22371         (get_insn_spec_ds): Likewise for param "insn".
22372         (get_insn_checked_ds): Likewise.
22373         (dispatch_do): Likewise.
22374         (dispatch): Likewise.
22375         (cannot_copy_insn_p): Likewise.
22376         (invalid_within_doloop): Likewise.
22377         (legitimate_combined_insn): Likewise.
22378         (needed): Likewise.
22379         (after): Likewise.
22381         * doc/tm.texi: Automatically updated to reflect changes to
22382         target.def.
22384         * haifa-sched.c (choose_ready): Convert NULL_RTX to NULL when
22385         working with insn.
22386         (schedule_block): Likewise.
22387         (sched_init): Likewise.
22388         (sched_speculate_insn): Strengthen param "insn" from rtx to
22389         rtx_insn *.
22390         (ready_remove_first_dispatch): Convert NULL_RTX to NULL when
22391         working with insn.
22392         * hooks.c (hook_bool_rtx_true): Rename to...
22393         hook_bool_rtx_insn_true): ...this, and strengthen first param from
22394         rtx to rtx_insn *.
22395         (hook_constcharptr_const_rtx_null): Rename to...
22396         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
22397         first param from const_rtx to const rtx_insn *.
22398         (hook_bool_rtx_int_false): Rename to...
22399         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
22400         param from rtx to rtx_insn *.
22401         (hook_void_rtx_int): Rename to...
22402         (hook_void_rtx_insn_int): ...this, and strengthen first param from
22403         rtx to rtx_insn *.
22405         * hooks.h (hook_bool_rtx_true): Rename to...
22406         (hook_bool_rtx_insn_true): ...this, and strengthen first param from
22407         rtx to rtx_insn *.
22408         (hook_bool_rtx_int_false): Rename to...
22409         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
22410         param from rtx to rtx_insn *.
22411         (hook_void_rtx_int): Rename to...
22412         (hook_void_rtx_insn_int): ...this, and strengthen first param from
22413         rtx to rtx_insn *.
22414         (hook_constcharptr_const_rtx_null): Rename to...
22415         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
22416         first param from const_rtx to const rtx_insn *.
22418         * sched-deps.c (sched_macro_fuse_insns): Strengthen param "insn"
22419         and local "prev" from rtx to rtx_insn *.
22421         * sched-int.h (sched_speculate_insn): Strengthen first param from
22422         rtx to rtx_insn *.
22424         * sel-sched.c (create_speculation_check): Likewise for local "label".
22425         * targhooks.c (default_invalid_within_doloop): Strengthen param
22426         "insn" from const_rtx to const rtx_insn *.
22427         * targhooks.h (default_invalid_within_doloop): Strengthen param
22428         from const_rtx to const rtx_insn *.
22430         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Likewise.
22431         (alpha_adjust_cost): Likewise for params "insn", "dep_insn".
22433         * config/arc/arc.c (arc_sched_adjust_priority): Likewise for param
22434         "insn".
22435         (arc_invalid_within_doloop): Likewise, with const.
22437         * config/arm/arm.c (arm_adjust_cost): Likewise for params "insn", "dep".
22438         (arm_cannot_copy_insn_p): Likewise for param "insn".
22439         (arm_unwind_emit): Likewise.
22441         * config/bfin/bfin.c (bfin_adjust_cost): Likewise for params "insn",
22442         "dep_insn".
22444         * config/c6x/c6x.c (c6x_dfa_new_cycle): Likewise for param "insn".
22445         (c6x_variable_issue): Likewise.  Removed now-redundant checked
22446         cast.
22447         (c6x_adjust_cost): Likewise for params "insn", "dep_insn".
22449         * config/epiphany/epiphany-protos.h (epiphany_mode_needed):
22450         Likewise for param "insn".
22451         (epiphany_mode_after): Likewise.
22452         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise for
22453         params "insn", "dep_insn".
22454         (epiphany_mode_needed): Likewise for param "insn".
22455         (epiphany_mode_after): Likewise.
22457         * config/i386/i386-protos.h (i386_pe_seh_unwind_emit): Likewise.
22458         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
22459         (ix86_avx_u128_mode_needed): Likewise.
22460         (ix86_i387_mode_needed): Likewise.
22461         (ix86_mode_needed): Likewise.
22462         (ix86_avx_u128_mode_after): Likewise.
22463         (ix86_mode_after): Likewise.
22464         (ix86_adjust_cost): Likewise for params "insn", "dep_insn".
22465         (ix86_macro_fusion_pair_p): Likewise for params "condgen", "condjmp".
22466         (ix86_adjust_priority): Likewise for param "insn".
22467         (core2i7_first_cycle_multipass_issue): Likewise for param "insn".
22468         (do_dispatch): Likewise.
22469         (has_dispatch): Likewise.
22470         * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise.
22472         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Update to
22473         reflect renaming of default hook implementation from
22474         hook_constcharptr_const_rtx_null to
22475         hook_constcharptr_const_rtx_insn_null.
22476         (ia64_adjust_cost_2): Strengthen params "insn", "dep_insn" from
22477         rtx to rtx_insn *.
22478         (ia64_variable_issue): Likewise for param "insn".
22479         (ia64_first_cycle_multipass_dfa_lookahead_guard): Likewise.
22480         (ia64_dfa_new_cycle): Likewise.
22481         (ia64_get_insn_spec_ds): Likewise.
22482         (ia64_get_insn_checked_ds): Likewise.
22483         (ia64_speculate_insn): Likewise.
22484         (ia64_gen_spec_check): Likewise for params "insn", "label".
22485         (ia64_asm_unwind_emit): Likewise for param "insn".
22487         * config/m32r/m32r.c (m32r_adjust_priority): Likewise.
22489         * config/m68k/m68k.c (m68k_sched_adjust_cost): Likewise for params
22490         "insn", "def_insn".
22491         (m68k_sched_variable_issue): Likewise for param "insn".
22493         * config/mep/mep.c (mep_adjust_cost): Likewise for params "insn",
22494         "def_insn".
22496         * config/microblaze/microblaze.c (microblaze_adjust_cost):
22497         Likewise for params "insn", "dep".
22499         * config/mips/mips.c (mips_adjust_cost): Likewise.
22500         (mips_variable_issue): Likewise for param "insn".
22501         (mips_final_postscan_insn): Likewise.
22503         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost): Likewise
22504         for params "insn", "dep".
22506         * config/pa/pa.c (pa_adjust_cost): Likewise for params "insn",
22507         "dep_insn".
22508         (pa_adjust_priority): Likewise for param "insn".
22510         * config/picochip/picochip.c (picochip_sched_adjust_cost):
22511         Likewise for params "insn", "dep_insn".
22513         * config/rs6000/rs6000.c (rs6000_variable_issue_1): Likewise for
22514         param "insn".
22515         (rs6000_variable_issue): Likewise.
22516         (rs6000_adjust_cost): Likewise for params "insn", "dep_insn".
22517         (rs6000_debug_adjust_cost): Likewise.
22518         (rs6000_adjust_priority): Likewise for param "insn".
22519         (rs6000_use_sched_lookahead_guard): Likewise.
22520         (get_next_active_insn): Likewise for return type and both params.
22521         (redefine_groups): Likewise for params "prev_head_insn", "tail"
22522         and locals "insn", "next_insn".
22523         (pad_groups): Likewise.
22525         * config/s390/s390.c (s390_adjust_priority): Likewise for param
22526         "insn".
22527         (s390_cannot_copy_insn_p): Likewise.
22528         (s390_sched_variable_issue): Likewise for third param, eliminating
22529         checked cast.
22530         (TARGET_INVALID_WITHIN_DOLOOP): Update to reflect renaming of
22531         default hook implementation from hook_constcharptr_const_rtx_null
22532         to hook_constcharptr_const_rtx_insn_null.
22534         * config/sh/sh.c (sh_cannot_copy_insn_p): Strengthen param "insn"
22535         from rtx to rtx_insn *.
22536         (sh_adjust_cost): Likewise for params "insn", "dep_insn".
22537         (sh_variable_issue): Likewise for param "insn".
22538         (sh_dfa_new_cycle): Likewise.
22539         (sh_mode_needed): Likewise.
22540         (sh_mode_after): Likewise.
22542         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise for
22543         params "insn", "dep_insn".
22544         (hypersparc_adjust_cost): Likewise.
22545         (sparc_adjust_cost): Likewise.
22547         * config/spu/spu.c (spu_sched_variable_issue): Likewise for third
22548         param, eliminated checked cast.
22549         (spu_sched_adjust_cost): Likewise for first and third params.
22551         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Strengthen
22552         params "insn" and "dep_insn" from rtx to rtx_insn *.
22554         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost): Likewise.
22556 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
22558         * gcc/config/mn10300/mn10300.c (is_load_insn): Rename to...
22559         (set_is_load_p): ...this, updating to work on a SET pattern rather
22560         than an insn.
22561         (is_store_insn): Rename to...
22562         (set_is_store_p): ...this, updating to work on a SET pattern
22563         rather than an insn.
22564         (mn10300_adjust_sched_cost): Move call to get_attr_timings from
22565         top of function to where it is needed.  Rewrite the bogus
22566         condition that checks for "insn" and "dep" being PARALLEL to
22567         instead use single_set, introducing locals "insn_set" and
22568         "dep_set".  Given that we only ever returned "cost" for a non-pair
22569         of SETs, bail out early if we don't have a pair of SET.
22570         Rewrite all uses of PATTERN (dep) and PATTERN (insn) to instead
22571         use the new locals "insn_set" and "dep_set", and update calls to
22572         is_load_insn and is_store_insn to be calls to set_is_load_p and
22573         set_is_store_p.
22575 2014-08-27  Guozhi Wei  <carrot@google.com>
22577         PR target/62262
22578         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
22579         amount before using it.
22581 2014-08-27  Richard Biener  <rguenther@suse.de>
22583         * gimple-fold.c (get_maxval_strlen): Add overload wrapping
22584         get_maxval_strlen inside a more useful API.
22585         (gimple_fold_builtin_with_strlen): Remove and fold into ...
22586         (gimple_fold_builtin): ... caller.
22587         (gimple_fold_builtin_strlen, gimple_fold_builtin_strcpy,
22588         gimple_fold_builtin_strncpy, gimple_fold_builtin_strcat,
22589         gimple_fold_builtin_fputs, gimple_fold_builtin_memory_chk,
22590         gimple_fold_builtin_stxcpy_chk, gimple_fold_builtin_stxncpy_chk,
22591         gimple_fold_builtin_snprintf_chk, gimple_fold_builtin_snprintf,
22592         gimple_fold_builtin_sprintf): Adjust to compute maxval
22593         themselves.
22595 2014-08-27  Yvan Roux  <yvan.roux@linaro.org>
22597         PR other/62248
22598         * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.
22600 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
22601             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
22602             Anna Tikhonova  <anna.tikhonova@intel.com>
22603             Ilya Tocar  <ilya.tocar@intel.com>
22604             Andrey Turetskiy  <andrey.turetskiy@intel.com>
22605             Ilya Verbin  <ilya.verbin@intel.com>
22606             Kirill Yukhin  <kirill.yukhin@intel.com>
22607             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
22609         * config/i386/sse.md
22610         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"):
22611         Use `concat_tg_mode' attribute to determine asm register size.
22613 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
22614             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
22615             Anna Tikhonova  <anna.tikhonova@intel.com>
22616             Ilya Tocar  <ilya.tocar@intel.com>
22617             Andrey Turetskiy  <andrey.turetskiy@intel.com>
22618             Ilya Verbin  <ilya.verbin@intel.com>
22619             Kirill Yukhin  <kirill.yukhin@intel.com>
22620             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
22622         * config/i386/sse.md
22623         (define_mode_iterator VI48_AVX512VL): New.
22624         (define_mode_iterator VI_UNALIGNED_LOADSTORE): Delete.
22625         (define_mode_iterator VI_ULOADSTORE_BW_AVX512VL): New.
22626         (define_mode_iterator VI_ULOADSTORE_F_AVX512VL): Ditto.
22627         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
22628         with VI1): Change mode iterator.
22629         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
22630         with VI_ULOADSTORE_BW_AVX512VL): New.
22631         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
22632         with VI_ULOADSTORE_F_AVX512VL): Ditto.
22633         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
22634         with VI1): Change mode iterator.
22635         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
22636         with VI_ULOADSTORE_BW_AVX512VL): New.
22637         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
22638         with VI_ULOADSTORE_F_AVX512VL): Ditto.
22639         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
22640         with VI1): Change mode iterator.
22641         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
22642         with VI_ULOADSTORE_BW_AVX512VL): New.
22643         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
22644         with VI_ULOADSTORE_BW_AVX512VL): Ditto.
22645         (define_insn "avx512f_storedqu<mode>_mask"): Delete.
22646         (define_insn "<avx512>_storedqu<mode>_mask" with
22647         VI48_AVX512VL): New.
22648         (define_insn "<avx512>_storedqu<mode>_mask" with
22649         VI12_AVX512VL): Ditto.
22651 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
22652             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
22653             Anna Tikhonova  <anna.tikhonova@intel.com>
22654             Ilya Tocar  <ilya.tocar@intel.com>
22655             Andrey Turetskiy  <andrey.turetskiy@intel.com>
22656             Ilya Verbin  <ilya.verbin@intel.com>
22657             Kirill Yukhin  <kirill.yukhin@intel.com>
22658             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
22660         * config/i386/sse.md
22661         (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.
22662         (define_mode_iterator VI48_AVX512BW): New.
22663         (define_insn "<avx2_avx512f>_<shift_insn>v<mode><mask_name>"): Delete.
22664         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
22665         with VI48_AVX2_48_AVX512F): New.
22666         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
22667         with VI2_AVX512VL): Ditto.
22669 2014-08-27  Richard Biener  <rguenther@suse.de>
22671         PR middle-end/62239
22672         * builtins.c (fold_builtin_strcat_chk): Move to gimple-fold.c.
22673         (fold_builtin_3): Do not fold strcat_chk here.
22674         * gimple-fold.c (gimple_fold_builtin_strcat_chk): Move here
22675         from builtins.c.
22676         (gimple_fold_builtin): Fold strcat_chk here.
22678 2014-08-26  Aldy Hernandez  <aldyh@redhat.com>
22680         * dwarf2out.h (dwarf2out_decl): Remove prototype.
22681         * dwarf2out.c (dwarf2out_decl): Make static.
22683 2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>
22685         * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
22687 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22689         * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
22690         from rtx to rtx_insn *.
22691         (cselib_lookup_from_insn): Likewise for final param.
22692         (cselib_subst_to_values_from_insn): Likewise.
22693         (cselib_add_permanent_equiv): Likewise.
22695         * cselib.c (cselib_current_insn): Likewise for this variable.
22696         (cselib_subst_to_values_from_insn): Likewise for param "insn".
22697         (cselib_lookup_from_insn): Likewise.
22698         (cselib_add_permanent_equiv): Likewise for param "insn" and local
22699         "save_cselib_current_insn".
22700         (cselib_process_insn): Replace use of NULL_RTX with NULL.
22702         * sched-deps.c (add_insn_mem_dependence): Strengthen param "insn"
22703         from rtx to rtx_insn *.
22705 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22707         * dse.c (dse_step6): Strengthen local "rinsn" from rtx to
22708         rtx_insn *.
22710 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22712         * df.h (df_dump_insn_problem_function): Strengthen first param of
22713         this callback from const_rtx to const rtx_insn *.
22714         (struct df_insn_info): Strengthen field "insn" from rtx to
22715         rtx_insn *.
22716         (DF_REF_INSN): Eliminate this function, reinstating the older
22717         macro definition.
22718         (df_find_def): Strengthen param 1 from rtx to rtx_insn *.
22719         (df_reg_defined): Likewise.
22720         (df_find_use): Likewise.
22721         (df_reg_used): Likewise.
22722         (df_dump_insn_top): Strengthen param 1 from const_rtx to
22723         const rtx_insn *.
22724         (df_dump_insn_bottom): Likewise.
22725         (df_insn_debug): Strengthen param 1 from rtx to rtx_insn *.
22726         (df_insn_debug_regno): Likewise.
22727         (debug_df_insn): Likewise.
22728         (df_rd_simulate_one_insn): Likewise for param 2.
22729         (df_word_lr_simulate_defs): Likewise for param 1.
22730         (df_word_lr_simulate_uses): Likewise.
22731         (df_md_simulate_one_insn): Likewise for param 2.
22732         (df_simulate_find_noclobber_defs): Likewise for param 1.
22733         (df_simulate_find_defs): Likewise.
22734         (df_simulate_defs): Likewise.
22735         (df_simulate_uses): Likewise.
22736         (df_simulate_one_insn_backwards): Likewise for param 2.
22737         (df_simulate_one_insn_forwards): Likewise.
22738         (df_uses_create): Likewise for param 2.
22739         (df_insn_create_insn_record): Likewise for param 1.
22740         (df_insn_delete): Likewise.
22741         (df_insn_rescan): Likewise.
22742         (df_insn_rescan_debug_internal): Likewise.
22743         (df_insn_change_bb): Likewise.
22744         (df_notes_rescan): Likewise.
22745         * rtl.h (remove_death): Likewise for param 2.
22746         (print_rtl_with_bb): Strengthen param 2 from const_rtx to
22747         const rtx_insn *.
22748         * sched-int.h (reemit_notes): Strengthen param from rtx to
22749         rtx_insn *.
22750         * valtrack.h (propagate_for_debug): Likewise for param 1.
22752         * cfgrtl.c (print_rtl_with_bb): Strengthen param "rtx_first" and
22753         local "tmp_rtx" from const_rtx to const rtx_insn *.
22754         * combine.c (remove_death): Strengthen param "insn" from rtx to
22755         rtx_insn *.
22756         (move_deaths): Likewise for local "where_dead".
22757         * cse.c (delete_trivially_dead_insns): Introduce local
22758         "bind_var_loc" so that "bind" can be strengthened to an rtx_insn *.
22759         * df-core.c (df_find_def): Strengthen param "insn" from rtx to
22760         rtx_insn *.
22761         (df_reg_defined): Likewise.
22762         (df_find_use): Likewise.
22763         (df_reg_used): Likewise.
22764         (df_dump_insn_problem_data): Strengthen param "insn" from
22765         const_rtx to const rtx_insn *.
22766         (df_dump_insn_top): Likewise.
22767         (df_dump_insn_bottom): Likewise.
22768         (df_insn_debug): Strengthen param "insn" from rtx to rtx_insn *.
22769         (df_insn_debug_regno): Likewise.
22770         (debug_df_insn): Likewise.
22771         (DF_REF_INSN): Delete.
22772         * df-problems.c (df_rd_simulate_one_insn): Strengthen param "insn"
22773         from rtx to rtx_insn *.
22774         (df_chain_insn_top_dump): Strengthen param "insn" from
22775         const_rtx to const rtx_insn *.
22776         (df_chain_insn_bottom_dump): Likewise.
22777         (df_word_lr_simulate_defs): Strengthen param "insn" from rtx to
22778         rtx_insn *.
22779         (df_word_lr_simulate_uses): Likewise.
22780         (df_print_note): Likewise.
22781         (df_remove_dead_and_unused_notes): Likewise.
22782         (df_set_unused_notes_for_mw): Likewise.
22783         (df_set_dead_notes_for_mw): Likewise.
22784         (df_create_unused_note): Likewise.
22785         (df_simulate_find_defs): Likewise.
22786         (df_simulate_find_uses): Likewise.
22787         (df_simulate_find_noclobber_defs): Likewise.
22788         (df_simulate_defs): Likewise.
22789         (df_simulate_uses): Likewise.
22790         (df_simulate_one_insn_backwards): Likewise.
22791         (df_simulate_one_insn_forwards): Likewise.
22792         (df_md_simulate_one_insn): Likewise.
22793         * df-scan.c (df_uses_create): Likewise.
22794         (df_insn_create_insn_record): Likewise.
22795         (df_insn_delete): Likewise.
22796         (df_insn_rescan): Likewise.
22797         (df_insn_rescan_debug_internal): Likewise.
22798         (df_insn_change_bb): Likewise.
22799         (df_notes_rescan): Likewise.
22800         (df_refs_add_to_chains): Likewise.
22801         (df_insn_refs_verify): Likewise.
22802         * emit-rtl.c (set_insn_deleted): Add checked cast to rtx_insn *
22803         when invoking df_insn_delete.
22804         (reorder_insns): Strengthen local "x" from rtx to rtx_insn *.
22805         (set_unique_reg_note): Add checked cast.
22806         * final.c (cleanup_subreg_operands): Likewise.
22807         * gcse.c (update_ld_motion_stores): Likewise, strengthening local
22808         "insn" from rtx to rtx_insn *.
22809         * haifa-sched.c (reemit_notes): Strengthen param "insn" and local
22810         "last" from rtx to rtx_insn *.
22811         * ira-emit.c (change_regs_in_insn): New function.
22812         (change_loop): Strengthen local "insn" from rtx to rtx_insn *.
22813         Invoke change_regs_in_insn rather than change_regs.
22814         * ira.c (update_equiv_regs): Strengthen locals "insn",
22815         "init_insn", "new_insn" from rtx to rtx_insn *.  Invoke
22816         for_each_rtx_in_insn rather than for_each_rtx.
22817         * recog.c (confirm_change_group): Add checked casts.
22818         (peep2_update_life): Strengthen local "x" from rtx to rtx_insn *.
22819         Add checked cast.
22820         (peep2_fill_buffer): Add checked cast.
22821         * rtlanal.c (remove_note): Likewise.
22822         * valtrack.c (propagate_for_debug): Strengthen param "insn" and
22823         locals "next" "end" from rtx to rtx_insn *.
22825 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22827         * sched-int.h (sched_init_insn_luid): Strengthen param 1 from rtx
22828         to rtx_insn *.
22829         (struct reg_use_data): Likewise for field "insn".
22830         (insn_cost): Likewise for param.
22831         (real_insn_for_shadow): Likewise for return type and param.
22832         (increase_insn_priority): Likewise for param 1.
22833         (debug_dependencies): Likewise for both params.
22835         * haifa-sched.c (insn_delay): Likewise for param "insn".
22836         (real_insn_for_shadow): Likewise for return type and param "insn".
22837         (update_insn_after_change): Likewise for param "insn".
22838         (recompute_todo_spec): Likewise for param "next" and locals "pro",
22839         "other".
22840         (insn_cost): Likewise for param "insn".
22841         (increase_insn_priority): Likewise.
22842         (calculate_reg_deaths): Likewise.
22843         (setup_insn_reg_pressure_info): Likewise.
22844         (model_schedule): Strengthen from vec<rtx> to vec<rtx_insn *>.
22845         (model_index): Strengthen param "insn" from rtx to rtx_insn *.
22846         (model_recompute): Likewise.
22847         (must_restore_pattern_p): Likewise for param "next".
22848         (model_excess_cost): Likewise for param "insn".
22849         (queue_remove): Likewise.
22850         (adjust_priority): Likewise for param "prev".
22851         (update_register_pressure): Likewise for param "insn".
22852         (setup_insn_max_reg_pressure): Likewise for local "insn".
22853         (update_reg_and_insn_max_reg_pressure): Likewise for param "insn".
22854         (model_add_to_schedule): Likewise.
22855         (model_reset_queue_indices): Likewise for local "insn".
22856         (unschedule_insns_until): Strengthen local "recompute_vec" from
22857         auto_vec<rtx> to auto_vec<rtx_insn *>.  Strengthen locals "last",
22858         "con" from rtx to rtx_insn *.
22859         (restore_last_backtrack_point): Likewise for both locals "x". Add
22860         checked casts.
22861         (estimate_insn_tick): Likewise for param "insn".
22862         (commit_schedule): Likewise for params "prev_head", "tail" and
22863         local "x".
22864         (verify_shadows): Likewise for locals "i1", "i2".
22865         (dump_insn_stream): Likewise for params "head", "tail" and locals
22866         "next_tail", "insn".
22867         (schedule_block): Likewise for locals "insn", "x".  Add a checked
22868         cast.
22869         (fix_inter_tick): Likewise for params "head", "tail".
22870         (create_check_block_twin): Likewise for local "jump".
22871         (haifa_change_pattern): Likewise for param "insn".
22872         (haifa_speculate_insn): Likewise.
22873         (dump_new_block_header): Likewise for params "head", "tail".
22874         (fix_jump_move): Likewise for param "jump".
22875         (move_block_after_check): Likewise.
22876         (sched_init_insn_luid): Likewise for param "insn".
22877         (sched_init_luids): Likewise for local "insn".
22878         (insn_luid): Likewise for param "insn".
22879         (init_h_i_d): Likewise.
22880         (haifa_init_h_i_d): Likewise for local "insn".
22881         (haifa_init_insn): Likewise for param "insn".
22882         * sched-deps.c (add_dependence): Likewise for local "real_pro",
22883         "other".
22884         (create_insn_reg_use): Likewise for param "insn".
22885         (setup_insn_reg_uses): Likewise.  Add a checked cast.
22886         * sched-ebb.c (debug_ebb_dependencies): Strengthen params "head",
22887         "tail" from rtx to rtx_insn *.
22888         * sched-rgn.c (void debug_dependencies): Likewise, also for locals
22889         "insn", "next_tail".
22891 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22893         * haifa-sched.c (struct model_insn_info): Strengthen field "insn"
22894         from rtx to rtx_insn *.
22895         (model_add_to_schedule): Likewise for locals "start", "end",
22896         "iter".
22898 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22900         * rtl.h (duplicate_insn_chain): Strengthen both params from rtx to
22901         rtx_insn *.
22902         * cfgrtl.c (duplicate_insn_chain): Likewise for  params "from",
22903         "to" and locals "insn", "next", "copy".  Remove now-redundant
22904         checked cast.
22906 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22908         * rtl.h (canonicalize_condition): Strengthen param 1 from rtx to
22909         rtx_insn * and param 4 from rtx * to rtx_insn **.
22910         (get_condition): Strengthen param 1 from rtx to rtx_insn * and
22911         param 2 from rtx * to rtx_insn **.
22913         * df.h (can_move_insns_across): Strengthen params 1-4 from rtx to
22914         rtx_insn * and final param from rtx * to rtx_insn **.
22916         * cfgcleanup.c (try_head_merge_bb): Strengthen local "move_before"
22917         from rtx to rtx_insn *.
22918         (try_head_merge_bb): Likewise for both locals named "move_upto".
22919         * df-problems.c (can_move_insns_across): Likewise for params
22920         "from", "to", "across_from", "across_to" and locals "insn",
22921         "next", "max_to".  Strengthen param "pmove_upto" from rtx * to
22922         rtx_insn **.
22923         * ifcvt.c (struct noce_if_info): Strengthen field "cond_earliest"
22924         from rtx to rtx_insn *.
22925         (noce_get_alt_condition): Strengthen param "earliest" from rtx *
22926         to rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
22927         (noce_try_minmax): Strengthen locals "earliest", "seq" from rtx to
22928         rtx_insn *.
22929         (noce_try_abs): Likewise.
22930         (noce_get_condition): Likewise for param "jump".  Strengthen param
22931         "earliest" from rtx * to rtx_insn **.
22932         (noce_find_if_block): Strengthen local "cond_earliest" from rtx to
22933         rtx_insn *.
22934         (find_cond_trap): Likewise.
22935         (dead_or_predicable): Likewise for local "earliest".
22936         * loop-iv.c (check_simple_exit): Likewise for local "at".  Add
22937         checked cast.
22938         * rtlanal.c (canonicalize_condition): Likewise for param "insn"
22939         and local "prev".  Strengthen param "earliest" from rtx * to
22940         rtx_insn **.
22941         (get_condition): Strengthen param "jump" from rtx to rtx_insn *
22942         Strengthen param "earliest" from rtx * to rtx_insn **.
22944 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22946         * fwprop.c (local_ref_killed_between_p): Strengthen params "from",
22947         "to" and local "insn" from rtx to rtx_insn *.
22949 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22951         * sel-sched.c (find_place_for_bookkeeping): Strengthen local "insn"
22952         from rtx to rtx_insn *.
22953         (need_nop_to_preserve_insn_bb): Likewise for param "insn".
22954         (code_motion_path_driver): Likewise for local "last_insn".
22955         (simplify_changed_insns): Likewise for local "insn".
22957 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22959         * rtl.h (push_to_sequence): Strengthen param from rtx to
22960         rtx_insn *.
22961         (push_to_sequence2): Likewise for both params.
22962         (delete_insns_since): Likewise for param.
22963         (reorder_insns_nobb): Likewise for all three params.
22964         (set_new_first_and_last_insn): Likewise for both params.
22966         * emit-rtl.h (set_first_insn): Strengthen param "insn" from rtx to
22967         rtx_insn *.  Remove now-redundant cast.
22968         (set_last_insn): Likewise.
22970         * builtins.c (expand_builtin_return): Strengthen local
22971         "call_fusage" from rtx to rtx_insn *.
22972         * cfgrtl.c (create_basic_block_structure): Likewise for local
22973         "after".
22974         * emit-rtl.c (set_new_first_and_last_insn): Likewise for params
22975         "first", "last" and local "insn".
22976         (delete_insns_since): Likewise for param "from".
22977         (reorder_insns_nobb): Likewise for params "from", "to", "after"
22978         and local "x".
22979         (push_to_sequence): Likewise for param "first" and local "last".
22980         (push_to_sequence2): Likewise for params "first" and "last".
22981         * lra.c (emit_add3_insn): Likewise for local "last".
22982         (lra_emit_add): Likewise.
22983         * lra-constraints.c (base_to_reg): Likewise for locals "insn",
22984         "last_insn".
22985         (process_address_1): Likewise for locals "insn", last".
22986         * modulo-sched.c (ps_first_note): Likewise for return type.
22987         * optabs.c (expand_binop_directly): Likewise for param "last".
22989 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22991         * rtl.h (get_last_insn_anywhere): Strengthen return type from rtx
22992         to rtx_insn*.
22993         * emit-rtl.c (get_last_insn_anywhere): Likewise.
22995 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
22997         * function.h (struct sequence_stack): Strengthen fields "first"
22998         and "last" from rtx to rtx_insn *.
22999         (struct emit_status): Likewise for fields "x_first_insn" and
23000         "x_last_insn".
23002         * emit-rtl.h (get_insns): Remove now-redundant checked cast.
23003         (set_first_insn): Add checked cast.
23004         (get_last_insn): Remove now-redundant checked cast.
23005         (set_last_insn): Add checked cast.
23007         * config/m32c/m32c.c (m32c_leaf_function_p): Strengthen locals
23008         "saved_first" and "saved_last" from rtx to rtx_insn *.
23010 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23012         * rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
23013         (unlink_insn_chain): Strengthen both params from rtx to
23014         rtx_insn *.
23016         * cfgrtl.c (cfg_layout_function_header): Likewise for this
23017         variable.
23018         (unlink_insn_chain): Likewise for params "first" and "last".
23019         Remove now-redundant checked cast.
23020         (record_effective_endpoints): Replace use of NULL_RTX with NULL.
23021         (fixup_reorder_chain): Strengthen local "insn" from rtx to
23022         rtx_insn *.
23023         * emit-rtl.c (link_insn_into_chain): Likewise for all three
23024         params.
23025         (add_insn): Likewise for param "insn" and local "prev".
23026         (add_insn_after_nobb): Likewise for both params and local "next".
23027         (add_insn_before_nobb): Likewise for both params and local "prev".
23028         (add_insn_after): Rename param "after" to "uncast_after",
23029         introducing local "after" with another checked cast.
23030         (add_insn_before): Rename params "insn" and "before", giving them
23031         "uncast_" prefixes, adding the old names back using checked casts.
23032         (emit_note_after): Likewise for param "after".
23033         (emit_note_before): Likewise for param "before".
23034         (emit_label): Add a checked cast.
23036 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23038         * cselib.h (cselib_record_sets_hook):  Strengthen initial param
23039         "insn" from rtx to rtx_insn *.
23041         * cselib.c (cselib_record_sets_hook): Likewise.
23043         * var-tracking.c (add_with_sets): Likewise, renaming back from
23044         "uncast_insn" to "insn" and eliminating the checked cast from rtx
23045         to rtx_insn *.
23047 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23049         * basic-block.h (struct rtl_bb_info): Strengthen fields "end_"
23050         and "header_" from rtx to rtx_insn *.
23051         (struct basic_block_d): Likewise for field "head_" within "x"
23052         field of union basic_block_il_dependent.
23053         (BB_HEAD): Drop function...
23054         (SET_BB_HEAD): ...and this function in favor of...
23055         (BB_HEAD): ...reinstate macro.
23056         (BB_END): Drop function...
23057         (SET_BB_END): ...and this function in favor of...
23058         (BB_END): ...reinstate macro.
23059         (BB_HEADER): Drop function...
23060         (SET_BB_HEADER): ...and this function in favor of...
23061         (BB_HEADER): ...reinstate macro.
23063         * bb-reorder.c (add_labels_and_missing_jumps): Drop use of BB_END.
23064         (fix_crossing_unconditional_branches): Likewise.
23065         * caller-save.c (save_call_clobbered_regs): Likewise.
23066         (insert_one_insn): Drop use of SET_BB_HEAD and SET_BB_END.
23067         * cfgbuild.c (find_bb_boundaries): Drop use of SET_BB_END.
23068         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
23069         (merge_blocks_move_successor_nojumps): Likewise.
23070         (outgoing_edges_match): Update use of for_each_rtx to
23071         for_each_rtx_in_insn.
23072         * cfgexpand.c (expand_gimple_cond): Drop use of SET_BB_END.
23073         (expand_gimple_cond): Likewise.
23074         (expand_gimple_tailcall): Likewise.
23075         (expand_gimple_basic_block): Drop use of SET_BB_HEAD and
23076         SET_BB_END.
23077         (construct_exit_block): Drop use of SET_BB_END.
23078         * cfgrtl.c (cfg_layout_function_footer): Strengthen from rtx to
23079         rtx_insn *.
23080         (delete_insn): Rename param "insn" to "uncast_insn", introducing
23081         a new local "insn" with a checked cast to rtx_insn *.  Drop use of
23082         SET_BB_HEAD and SET_BB_END.
23083         (create_basic_block_structure): Drop use of SET_BB_HEAD and
23084         SET_BB_END.
23085         (rtl_delete_block): Drop use of SET_BB_HEAD.
23086         (rtl_split_block): Drop use of SET_BB_END.
23087         (emit_nop_for_unique_locus_between): Likewise.
23088         (rtl_merge_blocks): Drop use of SET_BB_END and SET_BB_HEAD.
23089         (block_label): Drop use of SET_BB_HEAD.
23090         (fixup_abnormal_edges): Drop use of SET_BB_END.
23091         (record_effective_endpoints): Drop use of SET_BB_HEADER.
23092         (relink_block_chain): Likewise.
23093         (fixup_reorder_chain): Drop use of SET_BB_END.
23094         (cfg_layout_duplicate_bb): Drop use of SET_BB_HEADER.
23095         (cfg_layout_delete_block): Strengthen local "to" from rtx * to
23096         rtx_insn **.  Drop use of SET_BB_HEADER.
23097         (cfg_layout_merge_blocks): Drop use of SET_BB_HEADER, SET_BB_END,
23098         SET_BB_HEAD.
23099         (BB_HEAD): Delete this function.
23100         (SET_BB_HEAD): Likewise.
23101         (BB_END): Likewise.
23102         (SET_BB_END): Likewise.
23103         (BB_HEADER): Likewise.
23104         (SET_BB_HEADER): Likewise.
23105         * emit-rtl.c (add_insn_after):  Rename param "insn" to
23106         "uncast_insn", adding a new local "insn" and a checked cast to
23107         rtx_insn *.  Drop use of SET_BB_END.
23108         (remove_insn): Strengthen locals "next" and "prev" from rtx to
23109         rtx_insn *.  Drop use of SET_BB_HEAD and SET_BB_END.
23110         (reorder_insns): Drop use of SET_BB_END.
23111         (emit_insn_after_1): Strengthen param "first" and locals "last",
23112         "after_after" from rtx to rtx_insn *.  Drop use of SET_BB_END.
23113         (emit_pattern_after_noloc): Add checked cast.
23114         * haifa-sched.c (get_ebb_head_tail): Drop use of SET_BB_END.
23115         (restore_other_notes): Likewise.
23116         (move_insn): Likewise.
23117         (sched_extend_bb): Likewise.
23118         (fix_jump_move): Likewise.
23119         * ifcvt.c (noce_process_if_block): Likewise.
23120         (dead_or_predicable): Likewise.
23121         * ira.c (update_equiv_regs): Drop use of SET_BB_HEAD.
23122         * reg-stack.c (change_stack): Drop use of SET_BB_END.
23123         * sel-sched-ir.c (sel_move_insn): Likewise.
23124         * sel-sched.c (move_nop_to_previous_block): Likewise.
23126         * config/c6x/c6x.c (hwloop_optimize): Drop use of SET_BB_HEAD and
23127         SET_BB_END.
23128         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
23130 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23132         * basic-block.h (create_basic_block_structure): Strengthen params
23133         1 "head" and 2 "end" from rtx to rtx_insn *.
23134         * cfgrtl.c (create_basic_block_structure): Likewise.
23135         (rtl_create_basic_block): Update casts from void * to rtx to
23136         rtx_insn *, so that we can pass them as rtx_insn * to
23137         create_basic_block_structure.
23138         * sel-sched-ir.c (sel_create_basic_block): Likewise.
23140 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23142         * rtl.h (for_each_inc_dec): Strengthen param 1 from rtx * to
23143         rtx_insn **.
23144         (check_for_inc_dec): Strengthen param "insn" from rtx to
23145         rtx_insn *.
23147         * cselib.h (cselib_process_insn): Likewise.
23149         * cselib.c (cselib_record_sets): Likewise.
23150         (cselib_process_insn): Likewise.
23152         * dse.c (struct insn_info): Likewise for field "insn".
23153         (check_for_inc_dec_1): Likewise for local "insn".
23154         (check_for_inc_dec): Likewise for param "insn".
23155         (scan_insn): Likewise.
23156         (dse_step1): Likewise for local "insn".
23158         * rtlanal.c (for_each_inc_dec): Strengthen param 1 from rtx * to
23159         rtx_insn **.  Use for_each_rtx_in_insn rather than for_each_rtx.
23161 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23163         * sched-int.h (struct _dep): Strengthen fields "pro" and "con"
23164         from rtx to rtx_insn *.
23165         (DEP_PRO): Delete this function and...
23166         (SET_DEP_PRO): ...this function in favor of...
23167         (DEP_PRO): ...reinstate this macro.
23168         (DEP_CON): Delete this function and...
23169         (SET_DEP_CON): ...this function in favor of...
23170         (DEP_CON): ...reinstate this old macro.
23171         (init_dep_1): Strengthen params 2 and 3 from rtx to rtx_insn *.
23172         (init_dep): Likewise.
23173         (set_priorities): Likewise for both params.
23174         (sd_copy_back_deps): Likewise for params 1 and 2.
23176         * haifa-sched.c (priority): Likewise for param "insn" and local
23177         "next".
23178         (set_priorities): Likewise for params "head" and "tail" and local
23179         "insn".
23180         (process_insn_forw_deps_be_in_spec): Likewise for param "twin" and
23181         local "consumer".
23182         (add_to_speculative_block): Add a checked cast.
23183         (create_check_block_twin): Drop use of SET_DEP_CON.
23184         (add_jump_dependencies): Strengthen params "insn" and "jump" from
23185         rtx to rtx_insn *.
23187         * sched-deps.c (init_dep_1): Likewise for params "pro" and "con".
23188         Drop use of SET_DEP_PRO
23189         (init_dep): Strengthen params "pro" and "con" from rtx to
23190         rtx_insn *.
23191         (sd_copy_back_deps): Likewise for params "to" and "from".  Drop
23192         use of SET_DEP_CON.
23193         (DEP_PRO): Delete.
23194         (DEP_CON): Delete.
23195         (SET_DEP_PRO): Delete.
23196         (SET_DEP_CON): Delete.
23198 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23200         * sel-sched-ir.h (struct vinsn_def): Strengthen field "insn_rtx"
23201         from rtx to rtx_insn *.
23202         (VINSN_INSN_RTX): Eliminate rvalue function and...
23203         (SET_VINSN_INSN): ...lvalue function in favor of...
23204         (VINSN_INSN_RTX): reinstate this old macro.
23206         * sel-sched-ir.c (vinsn_init): Eliminate use of SET_VINSN_INSN_RTX
23207         in favor of VINSN_INSN_RTX.
23208         (VINSN_INSN_RTX): Delete this function.
23209         (SET_VINSN_INSN_RTX): Likewise.
23211 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23213         * sel-sched-ir.h (insn_t): Strengthen from rtx to rtx_insn *.
23214         (BND_TO): Delete this function and...
23215         (SET_BND_TO): ...this functions in favor of...
23216         (BND_TO): ...reinstating this macro.
23217         (struct _fence): Strengthen field "executing_insns" from
23218         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.  Strengthen fields
23219         "last_scheduled_insn" and "sched_next" from rtx to rtx_insn *.
23220         (_succ_iter_cond): Update param "succp" from rtx * to insn_t *
23221         and param "insn" from rtx to insn_t.
23222         (create_vinsn_from_insn_rtx): Strengthen first param from rtx to
23223         rtx_insn *.
23225         * sched-int.h (insn_vec_t): Strengthen from vec<rtx> to
23226         vec<rtx_insn *> .
23227         (rtx_vec_t): Likewise.
23228         (struct sched_deps_info_def): Strengthen param of "start_insn"
23229         callback from rtx to rtx_insn *.  Likewise for param "insn2" of
23230         "note_mem_dep" callback and first param of "note_dep" callback.
23232         * haifa-sched.c (add_to_speculative_block): Strengthen param
23233         "insn" from rtx to rtx_insn *.
23234         (clear_priorities): Likewise.
23235         (calc_priorities): Likewise for local "insn".
23237         * sched-deps.c (haifa_start_insn): Likewise for param "insn".
23238         Remove redundant checked cast.
23239         (haifa_note_mem_dep): Likewise for param "pending_insn".
23240         (haifa_note_dep): Likewise for param "elem".
23241         (note_mem_dep): Likewise for param "e".
23242         (sched_analyze_1): Add checked casts.
23243         (sched_analyze_2): Likewise.
23245         * sel-sched-dump.c (dump_insn_vector): Strengthen local "succ"
23246         from rtx to rtx_insn *.
23247         (debug): Update param from vec<rtx> & to vec<rtx_insn *>, and
23248         from vec<rtx> * to vec<rtx_insn *> *.
23250         * sel-sched-ir.c (blist_add): Remove use of SET_BND_TO
23251         scaffolding.
23252         (flist_add): Strengthen param "executing_insns" from
23253         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
23254         (advance_deps_context): Remove now-redundant checked cast.
23255         (init_fences): Replace uses of NULL_RTX with NULL.
23256         (merge_fences): Strengthen params "last_scheduled_insn" and
23257         "sched_next" from rtx to rtx_insn * and "executing_insns" from
23258         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
23259         (add_clean_fence_to_fences): Replace uses of NULL_RTX with NULL.
23260         (get_nop_from_pool): Add local "nop_pat" so that "nop" can be
23261         an instruction, rather than doing double-duty as a pattern.
23262         (return_nop_to_pool): Update for change of insn_t.
23263         (deps_init_id): Remove now-redundant checked cast.
23264         (struct sched_scan_info_def): Strengthen param of "init_insn"
23265         callback from rtx to insn_t.
23266         (sched_scan): Strengthen local "insn" from rtx to rtx_insn *.
23267         (init_global_and_expr_for_insn): Replace uses of NULL_RTX with
23268         NULL.
23269         (get_seqno_by_succs): Strengthen param "insn" and locals "tmp",
23270         "end" from rtx to rtx_insn *.
23271         (create_vinsn_from_insn_rtx): Likewise for param "insn_rtx".
23272         (rtx insn_rtx, bool force_unique_p)
23273         (BND_TO): Delete function.
23274         (SET_BND_TO): Delete function.
23276         * sel-sched.c (advance_one_cycle): Strengthen local "insn" from
23277         rtx to rtx_insn *.
23278         (extract_new_fences_from): Replace uses of NULL_RTX with NULL.
23279         (replace_dest_with_reg_in_expr): Strengthen local "insn_rtx" from
23280         rtx to rtx_insn *.
23281         (undo_transformations): Likewise for param "insn".
23282         (update_liveness_on_insn): Likewise.
23283         (compute_live_below_insn): Likewise for param "insn" and local
23284         "succ".
23285         (update_data_sets): Likewise for param "insn".
23286         (fill_vec_av_set): Replace uses of NULL_RTX with NULL.
23287         (convert_vec_av_set_to_ready): Drop now-redundant checked cast.
23288         (invoke_aftermath_hooks): Strengthen param "best_insn" from rtx to
23289         rtx_insn *.
23290         (move_cond_jump): Likewise for param "insn".
23291         (move_cond_jump): Drop use of SET_BND_TO.
23292         (compute_av_set_on_boundaries): Likewise.
23293         (update_fence_and_insn): Replace uses of NULL_RTX with NULL.
23294         (update_and_record_unavailable_insns): Strengthen local "bb_end"
23295         from rtx to rtx_insn *.
23296         (maybe_emit_renaming_copy): Likewise for param "insn".
23297         (maybe_emit_speculative_check): Likewise.
23298         (handle_emitting_transformations): Likewise.
23299         (remove_insn_from_stream): Likewise.
23300         (code_motion_process_successors): Strengthen local "succ" from rtx
23301         to insn_t.
23303 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23305         * sel-sched-ir.h (ilist_t): Redefine this typedef in terms of
23306         ilist_t, not _xlist_t;
23307         (ILIST_INSN): Define in terms of new union field "insn".
23308         (ILIST_NEXT): Define in terms of _LIST_NEXT rather than
23309         _XLIST_NEXT.
23310         (struct _list_node): Add new field "insn" to the union, of type
23311         insn_t.
23312         (ilist_add): Replace macro with an inline function, requiring an
23313         insn_t.
23314         (ilist_remove): Define this macro directly in terms of
23315         _list_remove, rather than indirectly via _xlist_remove.
23316         (ilist_clear): Likewise, in terms of _list_clear rather than
23317         _xlist_clear.
23318         (ilist_is_in_p): Replace macro with an inline function, requiring
23319         an insn_t.
23320         (_list_iter_cond_insn): New function.
23321         (ilist_iter_remove): Define this macro directly in terms of
23322         _list_iter_remove, rather than indirectly via _xlist_iter_remove.
23323         (ilist_iterator): Define directly in terms of _list_iterator
23324         rather than indirectly through _xlist_iterator.
23325         (FOR_EACH_INSN): Define in terms of _list_iter_cond_insn rather
23326         than in terms of _FOR_EACH_X.
23327         (FOR_EACH_INSN_1): Likewise.
23329 2014-08-26  Joseph Myers  <joseph@codesourcery.com>
23331         PR target/60606
23332         PR target/61330
23333         * varasm.c (make_decl_rtl): Clear DECL_ASSEMBLER_NAME and
23334         DECL_HARD_REGISTER and return for invalid register specifications.
23335         * cfgexpand.c (expand_one_var): If expand_one_hard_reg_var clears
23336         DECL_HARD_REGISTER, call expand_one_error_var.
23337         * config/arm/arm.c (arm_hard_regno_mode_ok): Do not allow
23338         CC_REGNUM with non-MODE_CC modes.
23339         (arm_regno_class): Return NO_REGS for PC_REGNUM.
23341 2014-08-26  Marek Polacek  <polacek@redhat.com>
23343         PR c/61271
23344         * sel-sched-ir.c (make_regions_from_the_rest): Fix condition.
23346 2014-08-26  Evandro Menezes <e.menezes@samsung.com>
23348         * config/arm/aarch64/aarch64.c (generic_addrcost_table): Delete
23349         qi cost; add di cost.
23350         (cortexa57_addrcost_table): Likewise.
23352 2014-08-26  Marek Polacek  <polacek@redhat.com>
23354         PR c/61271
23355         * expr.c (is_aligning_offset): Remove logical not.
23357 2014-08-26  Marek Polacek  <polacek@redhat.com>
23359         PR c/61271
23360         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT,
23361         LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Wrap in parens.
23363 2014-08-26  Richard Biener  <rguenther@suse.de>
23365         PR tree-optimization/62175
23366         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
23367         expand possibly trapping operations.
23369 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
23371         * config/rs6000/rs6000.c (class swap_web_entry): Strengthen field
23372         "insn" from rtx to rtx_insn *.
23373         (permute_load): Likewise for param "insn".
23374         (permute_store): Likewise.
23375         (handle_special_swappables): Likewise for local "insn".
23376         (replace_swap_with_copy): Likewise for locals "insn" and
23377         "new_insn".
23378         (rs6000_analyze_swaps): Likewise for local "insn".
23380 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23382         * regrename.h (struct du_chain): Strengthen field "insn" from rtx
23383         to rtx_insn *.
23385 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23387         * sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
23388         "note_list" from rtx to rtx_insn *.
23389         (BB_NOTE_LIST): Replace this function and...
23390         (SET_BB_NOTE_LIST): ...this function with...
23391         (BB_NOTE_LIST): ...the former macro implementation.
23393         * sched-int.h (concat_note_lists): Strengthen param "from_end" and
23394         local "from_start" from rtx to rtx_insn *.  Strengthen param
23395         "to_endp" from rtx * to rtx_insn **.
23397         * haifa-sched.c (concat_note_lists): Likewise.
23398         * sel-sched-ir.c (init_bb): Eliminate SET_BB_NOTE_LIST in favor of
23399         BB_NOTE_LIST.
23400         (sel_restore_notes): Likewise.
23401         (move_bb_info): Likewise.
23402         (BB_NOTE_LIST): Delete this function.
23403         (SET_BB_NOTE_LIST): Delete this function.
23404         * sel-sched.c (create_block_for_bookkeeping): Eliminate
23405         SET_BB_NOTE_LIST in favor of BB_NOTE_LIST.
23407 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23409         * target.def (reorder): Strengthen param "ready" of this DEFHOOK
23410         from rtx * to rtx_insn **.
23411         (reorder2): Likewise.
23412         (dependencies_evaluation_hook): Strengthen params "head", "tail"
23413         from rtx to rtx_insn *.
23415         * doc/tm.texi: Update mechanically for above change to target.def.
23417         * sched-int.h (note_list): Strengthen this variable from rtx to
23418         rtx_insn *.
23419         (remove_notes): Likewise for both params.
23420         (restore_other_notes): Likewise for return type and first param.
23421         (struct ready_list): Strengthen field "vec" from rtx * to
23422         rtx_insn **.
23423         (struct dep_replacement): Strenghten field "insn" from rtx to
23424         rtx_insn *.
23425         (struct deps_desc): Likewise for fields "last_debug_insn",
23426         "last_args_size".
23427         (struct haifa_sched_info): Likewise for callback field
23428         "can_schedule_ready_p"'s param, for first param of "new_ready"
23429         callback field, for both params of "rank" callback field, for
23430         first field of "print_insn" callback field (with a const), for
23431         both params of "contributes_to_priority" callback, for param
23432         of "insn_finishes_block_p" callback, for fields "prev_head",
23433         "next_tail", "head", "tail", for first param of "add_remove_insn"
23434         callback, for first param of "begin_schedule_ready" callback, for
23435         both params of "begin_move_insn" callback, and for second param
23436         of "advance_target_bb" callback.
23437         (add_dependence): Likewise for params 1 and 2.
23438         (sched_analyze): Likewise for params 2 and 3.
23439         (deps_analyze_insn): Likewise for param 2.
23440         (ready_element): Likewise for return type.
23441         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
23442         (try_ready): Strenghten param from rtx to rtx_insn *.
23443         (sched_emit_insn): Likewise for return type.
23444         (record_delay_slot_pair): Likewise for params 1 and 2.
23445         (add_delay_dependencies): Likewise for param.
23446         (contributes_to_priority): Likewise for both params.
23447         (find_modifiable_mems): Likewise.
23449         * config/arm/arm.c (cortexa7_sched_reorder):  Strengthen param
23450         "ready" from rtx * to rtx_insn **.  Strengthen locals "insn",
23451         "first_older_only_insn" from rtx to rtx_insn *.
23452         (arm_sched_reorder):  Strengthen param "ready"  from rtx * to
23453         rtx_insn **.
23455         * config/c6x/c6x.c (struct c6x_sched_context): Strengthen field
23456         "last_scheduled_iter0" from rtx to rtx_insn *.
23457         (init_sched_state): Replace use of NULL_RTX with NULL for insn.
23458         (c6x_sched_reorder_1): Strengthen param "ready" and locals
23459         "e_ready", "insnp" from rtx * to rtx_insn **.  Strengthen local
23460         "insn" from rtx to rtx_insn *.
23461         (c6x_sched_reorder): Strengthen param "ready" from rtx * to
23462         rtx_insn **.
23463         (c6x_sched_reorder2): Strengthen param "ready" and locals
23464         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
23465         "insn" from rtx to rtx_insn *.
23466         (c6x_variable_issue):  Add a checked cast when assigning from insn
23467         to ss.last_scheduled_iter0.
23468         (split_delayed_branch): Strengthen param "insn" and local "i1"
23469         from rtx to rtx_insn *.
23470         (split_delayed_nonbranch): Likewise.
23471         (undo_split_delayed_nonbranch): Likewise for local "insn".
23472         (hwloop_optimize): Likewise for locals "seq", "insn", "prev",
23473         "entry_after", "end_packet", "head_insn", "tail_insn",
23474         "new_insns", "last_insn", "this_iter", "prev_stage_insn".
23475         Strengthen locals "orig_vec", "copies", "insn_copies" from rtx *
23476         to rtx_insn **.  Remove now-redundant checked cast on last_insn,
23477         but add a checked cast on loop->start_label.  Consolidate calls to
23478         avoid assigning result of gen_spkernel to "insn", now an
23479         rtx_insn *.
23481         * config/i386/i386.c (do_reorder_for_imul): Strengthen param
23482         "ready" from rtx * to rtx_insn **.  Strengthen local "insn" from
23483         rtx to rtx_insn *.
23484         (swap_top_of_ready_list): Strengthen param "ready" from rtx * to
23485         rtx_insn **.  Strengthen locals "top", "next" from rtx to
23486         rtx_insn *.
23487         (ix86_sched_reorder): Strengthen param "ready" from rtx * to
23488         rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
23489         (add_parameter_dependencies): Strengthen params "call", "head" and
23490         locals "insn", "last", "first_arg" from rtx to rtx_insn *.
23491         (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
23492         (add_dependee_for_func_arg): Likewise for param "arg" and local
23493         "insn".
23494         (ix86_dependencies_evaluation_hook): Likewise for params "head",
23495         "tail" and locals "insn", "first_arg".
23497         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Likewise
23498         for params "head", "tail" and locals "insn", "next", "next_tail".
23499         (ia64_dfa_sched_reorder): Strengthen param "ready" and locals
23500         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen locals
23501         "insn", "lowest", "highest" from rtx to rtx_insn *.
23502         (ia64_sched_reorder): Strengthen param "ready" from rtx * to
23503         rtx_insn **.
23504         (ia64_sched_reorder2): Likewise.
23506         * config/mep/mep.c (mep_find_ready_insn): Strengthen return type
23507         and local "insn" from rtx to rtx_insn *.  Strengthen param "ready"
23508         from rtx * to rtx_insn **.
23509         (mep_move_ready_insn): Strengthen param "ready" from rtx * to
23510         rtx_insn **.
23511         (mep_print_sched_insn): Strengthen param "insn" from rtx to
23512         rtx_insn *.
23513         (mep_sched_reorder): Strengthen param "ready" from rtx * to
23514         rtx_insn **.  Strengthen locals "core_insn", "cop_insn" from rtx
23515         to rtx_insn *.
23517         * config/mips/mips.c (mips_promote_ready): Strengthen param "ready"
23518         from rtx * to rtx_insn **.  Strengthen local "new_head" from rtx
23519         to rtx_insn *.
23520         (mips_maybe_swap_ready): Strengthen param "ready" from rtx * to
23521         rtx_insn **.  Strengthen local "temp" from rtx to rtx_insn *.
23522         (mips_macc_chains_reorder): Strengthen param "ready" from rtx * to
23523         rtx_insn **.
23524         (vr4130_reorder): Likewise.
23525         (mips_74k_agen_reorder): Likewise.  Strengthen local "insn" from
23526         rtx to rtx_insn *.
23527         (mips_sched_reorder_1): Strengthen param "ready" from rtx * to
23528         rtx_insn **.
23529         (mips_sched_reorder): Likewise.
23530         (mips_sched_reorder2): Likewise.
23532         * config/picochip/picochip.c (picochip_sched_reorder): Likewise.
23534         * config/rs6000/rs6000.c (rs6000_sched_reorder): Likewise.
23535         Strengthen local "tmp" from rtx to rtx_insn *.
23536         (rs6000_sched_reorder2): Likewise.
23538         * config/s390/s390.c (s390_z10_prevent_earlyload_conflicts):
23539         Likewise.  Update sizeof(rtx) to sizeof(rtx_insn *) in memmove.
23540         (s390_sched_reorder): Strengthen param "ready" from rtx * to
23541         rtx_insn **.  Strengthen local "tmp" from rtx to rtx_insn *.
23543         * config/sh/sh.c (rank_for_reorder): Strengthen locals "tmp",
23544         "tmp2" from rtx to rtx_insn *.
23545         (swap_reorder): Strengthen param "a" from rtx * to rtx_insn **.
23546         Strengthen local "insn" from rtx to rtx_insn *.
23547         (ready_reorder): Strengthen param "ready" from rtx * to
23548         rtx_insn **.  Update sizeof(rtx) to sizeof(rtx_insn *) in qsort.
23549         (sh_reorder):  Strengthen param "ready" from rtx * to rtx_insn **.
23550         (sh_reorder2): Likewise.
23552         * config/spu/spu.c (spu_sched_reorder): Likewise.  Strengthen
23553         local "insn" from rtx to rtx_insn *.
23555         * haifa-sched.c (note_list): Strengthen this variable from rtx to
23556         rtx_insn *.
23557         (scheduled_insns): Strengthen this variable from vec<rtx> to
23558         vec<rtx_insn *>.
23559         (set_modulo_params): Likewise for locals "i1", "i2".
23560         (record_delay_slot_pair): Likewise for params "i1", "i2".
23561         (add_delay_dependencies): Likewise for param "insn".
23562         (cond_clobbered_p): Likewise.
23563         (recompute_todo_spec): Likewise for local "prev".
23564         (last_scheduled_insn): Likewise for this variable.
23565         (nonscheduled_insns_begin): Likewise.
23566         (model_set_excess_costs): Strengthen param "insns" from rtx * to
23567         rtx_insn **.
23568         (rank_for_schedule): Strengthen locals "tmp", "tmp2" from rtx to
23569         rtx_insn *.
23570         (swap_sort): Strengthen param "a" from rtx * to rtx_insn **.
23571         Strengthen local "insn" from rtx to rtx_insn *.
23572         (queue_insn): Strengthen param "insn" from rtx to rtx_insn *.
23573         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
23574         (ready_add): Strengthen param "insn" from rtx to rtx_insn *.
23575         (ready_remove_first): Likewise for return type and local "t".
23576         (ready_element): Likewise for return type.
23577         (ready_remove): Likewise for return type and local "t".
23578         (ready_sort): Strengthen local "first" from rtx * to rtx_insn **.
23579         (check_clobbered_conditions): Strengthen local "x" from rtx to
23580         rtx_insn *, adding a checked cast.
23581         (schedule_insn): Likewise for param "insn".
23582         (remove_notes): Likewise for params "head", "tail" and locals
23583         "next_tail", "insn", "next".
23584         (struct haifa_saved_data): Likewise for fields
23585         "last_scheduled_insn", "nonscheduled_insns_begin".
23586         (save_backtrack_point): Update for change to field "vec" of
23587         struct ready_list.
23588         (toggle_cancelled_flags): Strengthen local "first" from rtx * to
23589         rtx_insn **.
23590         (restore_last_backtrack_point): Likewise.  Strengthen local "insn"
23591         from rtx to rtx_insn *
23592         (resolve_dependencies): Strengthen param "insn" from rtx to
23593         rtx_insn *
23594         (restore_other_notes): Likewise for return type, for param "head"
23595         and local "note_head".
23596         (undo_all_replacements): Likewise for local "insn".
23597         (first_nonscheduled_insn): Likewise for return type and local "insn".
23598         (queue_to_ready): Likewise for local "insn", adding checked casts.
23599         (early_queue_to_ready): Likewise for local "insn".
23600         (debug_ready_list_1): Strengthen local "p" from rtx * to
23601         rtx_insn **.
23602         (move_insn): Strengthen param "insn" and local "note" from rtx to
23603         rtx_insn *
23604         (insn_finishes_cycle_p): Likewise for param "insn".
23605         (max_issue): Likewise for local "insn".
23606         (choose_ready): Likewise.  Strengthen param "insn_ptr" from rtx *
23607         to rtx_insn **.
23608         (commit_schedule): Strengthen param "prev_head" and local "insn"
23609         from rtx to rtx_insn *
23610         (prune_ready_list): Likewise for local "insn".
23611         (schedule_block): Likewise for locals "prev_head", "head", "tail",
23612         "skip_insn", "insn", "failed_insn", "x", adding a checked cast.
23613         (set_priorities): Likewise for local "prev_head".
23614         (try_ready): Likewise for param "next".
23615         (fix_tick_ready): Likewise.
23616         (change_queue_index): Likewise.
23617         (sched_extend_ready_list): Update for change to field "vec" of
23618         struct ready_list.
23619         (generate_recovery_code): Strengthen param "insn" from rtx to
23620         rtx_insn *.
23621         (begin_speculative_block): Likewise.
23622         (create_check_block_twin): Likewise for param "insn" and locals
23623         "label", "check", "twin".  Introduce local "check_pat" to avoid
23624         "check" being used as a plain rtx before being used as an insn.
23625         (fix_recovery_deps): Add a checked cast to rtx_insn * when
23626         extracting elements from ready_list.
23627         (sched_remove_insn): Strengthen param "insn" from rtx to
23628         rtx_insn *.
23629         (sched_emit_insn): Likewise for return type.
23630         (ready_remove_first_dispatch): Likewise for return type and local
23631         "insn".
23633         * hw-doloop.c (discover_loop): Add a checked cast to rtx_insn *.
23635         * modulo-sched.c (sms_print_insn): Strengthen from const_rtx to
23636         const rtx_insn *.
23638         * sched-deps.c (add_dependence): Strengthen params "con", "pro"
23639         from rtx to rtx_insn *.
23640         (add_dependence_list): Likewise for param "insn".  Add a checked
23641         cast.
23642         (add_dependence_list_and_free): Strengthen param "insn" from rtx
23643         to rtx_insn *.  Strengthen param "list_p" from rtx * to
23644         rtx_insn **.
23645         (chain_to_prev_insn): Strengthen param "insn" and locals
23646         "prec_nonnote", "i" from rtx to rtx_insn *.
23647         (flush_pending_lists): Likewise for param "insn".
23648         (cur_insn): Likewise for this variable.
23649         (haifa_start_insn): Add a checked cast.
23650         (note_dep): Strengthen param "e" from rtx to rtx_insn *.
23651         (sched_analyze_reg): Likewise for param "insn".
23652         (sched_analyze_1): Likewise.
23653         (sched_analyze_2): Likewise.  Add checked casts.
23654         (sched_analyze_insn): Likewise.  Also for local "prev".
23655         (deps_analyze_insn): Likewise for param "insn".
23656         (sched_analyze): Likewise for params "head", "tail" and local "insn".
23657         (add_dependence_1): Likewise for params "insn", "elem".
23658         (struct mem_inc_info): Likewise for fields "inc_insn", "mem_insn".
23659         (parse_add_or_inc): Likewise for param "insn".
23660         (find_inc): Likewise for local "inc_cand".
23661         (find_modifiable_mems): Likewise for params "head", "tail" and
23662         locals "insn", "next_tail".
23664         * sched-ebb.c (init_ready_list): Likewise for local "insn".
23665         (begin_schedule_ready): Likewise for param "insn".
23666         (begin_move_insn): Likewise for params "insn" and "last".
23667         (ebb_print_insn): Strengthen param "insn" from const_rtx to
23668         const rtx_insn *.
23669         (rank): Strengthen params "insn1", "insn2" from rtx to rtx_insn *.
23670         (ebb_contributes_to_priority): Likewise for params "next", "insn".
23671         (ebb_add_remove_insn): Likewise for param "insn".
23672         (advance_target_bb): Likewise.
23674         * sched-rgn.c (rgn_estimate_number_of_insns): Likewise for local
23675         "insn".
23676         (check_live): Likewise for param "insn".
23677         (init_ready_list): Likewise for local "insn".
23678         (can_schedule_ready_p): Likewise for param "insn".
23679         (begin_schedule_ready): Likewise.
23680         (new_ready): Likewise for param "next".
23681         (rgn_print_insn): Likewise for param "insn".
23682         (rgn_rank): Likewise for params "insn1", "insn2".
23683         (contributes_to_priority): Likewise for params "next", "insn".
23684         (rgn_insn_finishes_block_p): Likewise for param "insn".
23685         (add_branch_dependences): Likewise for params "head", "tail" and
23686         locals "insn", "last".
23687         (rgn_add_remove_insn): Likewise for param "insn".
23688         (advance_target_bb): Likewise.
23690         * sel-sched-dump.c (sel_print_insn): Strengthen param "insn" from
23691         const_rtx to const rtx_insn *.
23693         * sel-sched-dump.h (sel_print_insn): Likewise.
23695         * sel-sched-ir.c (advance_deps_context): Add a checked cast.
23696         (deps_init_id): Likewise.
23698         * sel-sched.c (convert_vec_av_set_to_ready): Likewise.
23699         (invoke_reorder_hooks): Strengthen local "arr" from rtx * to
23700         rtx_insn **.
23702 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23704         * output.h (final_start_function): Strengthen param 1 from rtx to
23705         rtx_insn *.
23707         * final.c (final_start_function): Likewise, renaming back from
23708         "uncast_first" to "first", and dropping the checked cast from rtx
23709         to rtx_insn *.
23711 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23713         * output.h (final): Strengthen param 1 from rtx to rtx_insn *.
23714         * final.c (final): Likewise.  Rename param back from
23715         "uncast_first" to "first" and eliminate the checked cast from rtx
23716         to rtx_insn *.
23718 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23720         * output.h (shorten_branches): Strengthen param from rtx to
23721         rtx_insn *.
23723         * final.c (shorten_branches): Likewise, renaming param back from
23724         "uncast_first" to "first", and dropping the checked cast from rtx
23725         to rtx_insn *.
23727         * genattr.c (gen_attr): Likewise when writing out the prototype of
23728         shorten_branches.
23730 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23732         * sched-int.h (struct haifa_sched_info): Strengthen fields
23733         "prev_head" and "next_tail" from rtx to rtx_insn *.
23735 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23737         * rtl.h (rtx_jump_table_data::get_labels): New method.
23738         * cfgbuild.c (make_edges): Replace hand-coded lookup of labels
23739         with use of the new rtx_jump_table_data::get_labels method.
23740         (purge_dead_tablejump_edges): Strengthen param "table" from rtx
23741         to rtx_jump_table_data *.  Simplify by using get_labels method.
23742         * cfgrtl.c (delete_insn): Replace use of JUMP_TABLE_DATA_P with
23743         a dyn_cast, introducing local "table", using it to replace
23744         label-lookup logic with a get_labels method call.
23745         (patch_jump_insn): Simplify using get_labels method.
23746         * dwarf2cfi.c (create_trace_edges): Likewise.
23747         * rtlanal.c (label_is_jump_target_p): Likewise.
23749 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23751         * rtl.h (unshare_all_rtl_again): Strengthen param "insn" from rtx
23752         to rtx_insn *.
23754         * emit-rtl.c (unshare_all_rtl_1): Likewise.
23755         (unshare_all_rtl_again): Likewise, also for local "p".
23757 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23759         * rtl.h (delete_insn_and_edges): Strengthen param "insn" from rtx
23760         to rtx_insn *.
23761         * cfgrtl.c (delete_insn_and_edges): Likewise.
23763 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23765         * rtl.h (reorder_insns): Strengthen params "from", "to", "after"
23766         from rtx to rtx_insn *.
23768         * emit-rtl.c (reorder_insns): Likewise, also for local "insn".
23770 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23772         * function.c (thread_prologue_and_epilogue_insns): Likewise for
23773         locals "returnjump", "epilogue_end", "insn", "next".
23775         * shrink-wrap.h (get_unconverted_simple_return): Strengthen param
23776         "returnjump" from rtx * to rtx_insn **.
23777         * shrink-wrap.c (get_unconverted_simple_return): Likewise.
23779 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23781         * basic-block.h (struct edge_def). Strengthen "r" within
23782         union edge_def_insns from rtx to rtx_insn *.
23784         * cfgexpand.c (pass_expand::execute): Remove now-redundant cast
23785         from rtx to rtx_insn *.  Strengthen local "insns" from rtx to
23786         rtx_insn *.
23787         * cfgrtl.c (commit_one_edge_insertion): Remove now-redundant cast
23788         from rtx to rtx_insn *.
23789         * cprop.c (find_bypass_set): Strengthen local "insn" from rtx to
23790         rtx_insn *.
23791         * postreload-gcse.c (reg_killed_on_edge): Likewise.
23792         (reg_used_on_edge): Likewise.
23793         * tree-cfg.c (gt_ggc_mx): New overload for rtx_insn *&.
23794         (gt_pch_nx): New overload for rtx_insn *&.
23795         * tree-outof-ssa.c (expand_phi_nodes): Strengthen local "insns"
23796         from rtx to rtx_insn *.
23798 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23800         * basic-block.h (struct rtl_bb_info): Strengthen field "footer_"
23801         from rtx to rtx_insn *.
23802         (BB_FOOTER): Replace function with access macro.
23803         (SET_BB_FOOTER): Delete.
23805         * cfgcleanup.c (try_optimize_cfg): Replace uses of SET_BB_FOOTER
23806         with BB_FOOTER.
23807         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
23808         (emit_barrier_after_bb): Likewise.
23809         (record_effective_endpoints): Likewise.
23810         (relink_block_chain): Likewise.
23811         (fixup_fallthru_exit_predecessor): Likewise.
23812         (cfg_layout_duplicate_bb): Likewise.
23813         (cfg_layout_split_block): Likewise.
23814         (cfg_layout_delete_block): Likewise.
23815         (cfg_layout_merge_blocks): Likewise.
23816         (BB_FOOTER): Delete function.
23817         (SET_BB_FOOTER): Delete function.
23818         * combine.c (update_cfg_for_uncondjump): Replace uses of
23819         SET_BB_FOOTER with BB_FOOTER.
23821 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23823         * except.h (struct eh_landing_pad_d): Strengthen field
23824         "landing_pad" from rtx to rtx_code_label *.
23826         * except.c (sjlj_emit_dispatch_table): Likewise for param
23827         "dispatch_label"
23828         (sjlj_build_landing_pads): Likewise for local "dispatch_label".
23830 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23832         * config/xtensa/xtensa-protos.h (xtensa_emit_loop_end): Strengthen
23833         first param from rtx to rtx_insn *.
23834         * config/xtensa/xtensa.c (struct machine_function): Likewise for
23835         field "set_frame_ptr_insn".
23836         (xtensa_expand_compare_and_swap): Strengthen locals "csloop" and
23837         "csend" from rtx to rtx_code_label *.
23838         (xtensa_expand_atomic): Likewise for local "csloop".
23839         (xtensa_emit_loop_end): Strengthen param "insn" from rtx to
23840         rtx_insn *.
23841         (xtensa_call_tls_desc): Likewise for return type and locals
23842         "call_insn", "insns".
23843         (xtensa_legitimize_tls_address): Likewise for local "insns".
23844         (xtensa_expand_prologue): Likewise for locals "insn", "first".
23846 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23848         * config/v850/v850-protos.h (v850_adjust_insn_length): Strengthen
23849         first param from rtx to rtx_insn *.
23850         * config/v850/v850.c (v850_adjust_insn_length): Likewise for param
23851         "insn".
23853 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23855         * config/tilepro/tilepro-protos.h (tilepro_output_cbranch_with_opcode):
23856         Strengthen param 1 from rtx to rtx_insn *.
23857         (tilepro_output_cbranch): Likewise.
23858         (tilepro_adjust_insn_length): Likewise.
23859         (tilepro_final_prescan_insn): Likewise for sole param.
23861         * config/tilepro/tilepro.c (tilepro_legitimize_tls_address):
23862         Likewise for local "last".
23863         (cbranch_predicted_p): Likewise for param "insn".
23864         (tilepro_output_simple_cbranch_with_opcode): Likewise.
23865         (tilepro_output_cbranch_with_opcode): Likewise.
23866         (tilepro_output_cbranch): Likewise.
23867         (frame_emit_load): Likewise for return type and locals "seq",
23868         "insn".
23869         (emit_sp_adjust): Likewise for return type and local "insn".
23870         (tilepro_expand_epilogue): Likewise for locals "last_insn",
23871         "insn".
23872         (tilepro_adjust_insn_length): Likewise for param "insn".
23873         (next_insn_to_bundle): Likewise for return type and params
23874         "r", "end".
23875         (tilepro_gen_bundles): Likewise for locals "insn", "next", "end".
23876         (replace_pc_relative_symbol_ref): Likewise for param "insn" and
23877         local "new_insns".
23878         (match_addli_pcrel): Likewise for param "insn".
23879         (replace_addli_pcrel): Likewise.
23880         (match_auli_pcrel): Likewise.
23881         (replace_auli_pcrel): Likewise.
23882         (tilepro_fixup_pcrel_references): Likewise for locals "insn",
23883         "next_insn".
23884         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
23885         "queue", "next_queue", "prev".
23886         (tilepro_asm_output_mi_thunk): Likewise for local "insn".
23887         (tilepro_final_prescan_insn): Likewise for param "insn".
23889 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23891         * config/tilegx/tilegx-protos.h (tilegx_output_cbranch_with_opcode):
23892         Strengthen param 1 from rtx to rtx_insn *.
23893         (tilegx_output_cbranch): Likewise.
23894         (tilegx_adjust_insn_length): Likewise.
23895         (tilegx_final_prescan_insn): Likewise for sole param.
23897         * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise
23898         or local "last".
23899         (cbranch_predicted_p): Likewise for param "insn".
23900         (tilegx_output_simple_cbranch_with_opcode): Likewise.
23901         (tilegx_output_cbranch_with_opcode): Likewise.
23902         (tilegx_output_cbranch): Likewise.
23903         (frame_emit_load): Likewise for return type.
23904         (set_frame_related_p): Likewise for locals "seq", "insn".
23905         (emit_sp_adjust): Likewise for return type, and for local "insn".
23906         Introduce local "pat" for use in place of "insn" where the latter
23907         isn't an instruction.
23908         (tilegx_expand_epilogue): Strengthen locals "last_insn", "insn"
23909         from rtx to rtx_insn *.
23910         (tilegx_adjust_insn_length): Likewise for param "insn".
23911         (next_insn_to_bundle): Likewise for return type and params "r" and
23912         "end".
23913         (tilegx_gen_bundles): Likewise for locals "insn", "next", "prev",
23914         "end".
23915         (replace_insns): Likewise for params "old_insn", "new_insns".
23916         (replace_mov_pcrel_step1): Likewise for param "insn" and local
23917         "new_insns".
23918         (replace_mov_pcrel_step2): Likewise.
23919         (replace_mov_pcrel_step3): Likewise.
23920         (tilegx_fixup_pcrel_references): Likewise for locals "insn",
23921         "next_insn".
23922         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
23923         "queue", "next_queue", "prev".
23924         (tilegx_output_mi_thunk): Likewise for local "insn".
23925         (tilegx_final_prescan_insn): Likewise for param "insn".
23927 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23929         * config/spu/spu.c (frame_emit_store): Strengthen return type from
23930         rtx to rtx_insn *.
23931         (frame_emit_load): Likewise.
23932         (frame_emit_add_imm): Likewise, also for local "insn".
23933         (spu_expand_prologue): Likewise for local "insn".
23934         (struct spu_bb_info): Likewise for field "prop_jump".
23935         (emit_nop_for_insn): Likewise for param "insn" and local
23936         "new_insn".
23937         (pad_bb): Likewise for locals "insn", "next_insn", "prev_insn",
23938         "hbr_insn".
23939         (spu_emit_branch_hint): Likewise for params "before", "branch" and
23940         locals "hint", "insn".
23941         (get_branch_target): Likewise for param "branch".
23942         (insn_clobbers_hbr): Likewise for param "insn".
23943         (insert_hbrp_for_ilb_runout): Likewise for param "first" and
23944         locals "insn", "before_4", "before_16".
23945         (insert_hbrp): Likewise for local "insn".
23946         (spu_machine_dependent_reorg): Likewise for locals "branch",
23947         "insn", "next", "bbend".
23948         (uses_ls_unit): Likewise for param "insn".
23949         (get_pipe): Likewise.
23950         (spu_sched_variable_issue): Rename param "insn" to "uncast_insn",
23951         introducing a checked cast.
23952         (spu_sched_adjust_cost): Likewise for params "insn" and
23953         "dep_insn".
23954         (ea_load_store_inline): Strengthen local "insn" from rtx to rtx_insn *.
23955         (spu_sms_res_mii): Likewise.
23957 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23959         * config/sparc/sparc-protos.h (output_ubranch): Strengthen param 2
23960         from rtx to rtx_insn *.
23961         (output_cbranch): Likewise for param 6.
23962         (output_return): Likewise for param 1.
23963         (output_sibcall): Likewise.
23964         (output_v8plus_shift): Likewise.
23965         (output_v8plus_mult): Likewise.
23966         (output_v9branch): Likewise for param 7.
23967         (output_cbcond):  Likewise for param 3.
23969         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise
23970         for local "insn".
23971         (sparc_legitimize_pic_address): Likewise.
23972         (sparc_emit_call_insn): Likewise.
23973         (emit_save_or_restore_regs): Likewise.
23974         (emit_window_save): Likewise for return type and local "insn".
23975         (sparc_expand_prologue): Likewise for local "insn".
23976         (sparc_flat_expand_prologue): Likewise.
23977         (output_return): Likewise for param "insn".
23978         (output_sibcall): Likewise for param "insn" and local "delay".
23979         (output_ubranch): Likewise for param "insn".
23980         (output_cbranch): Likewise.
23981         (output_cbcond): Likewise.
23982         (output_v9branch): Likewise.
23983         (output_v8plus_shift): Likewise.
23984         (sparc_output_mi_thunk): Likewise for local "insn".
23985         (get_some_local_dynamic_name): Likewise.
23986         (output_v8plus_mult): Likewise for param "insn".
23988 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
23990         * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1
23991         from rtx to rtx_insn *.
23992         (output_branchy_insn): Likewise for param 3.
23993         (output_far_jump): Likewise for param 1.
23994         (final_prescan_insn): Likewise.
23995         (sh_insn_length_adjustment): Likewise for sole param.
23997         * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump".
23998         (expand_cbranchdi4): Strengthen local "skip_label" from rtx to
23999         rtx_code_label *.
24000         (sh_emit_compare_and_set): Likewise for local "lab".
24001         (output_far_jump): Strengthen param "insn" and local "prev" from
24002         rtx to rtx_insn *.
24003         (output_branchy_insn): Likewise for param "insn" and local
24004         "next_insn".
24005         (output_ieee_ccmpeq): Likewise for param "insn".
24006         (struct label_ref_list_d): Strengthen field "label" from rtx to
24007         rtx_code_label *.
24008         (pool_node): Likewise.
24009         (pool_window_label): Likewise for this global.
24010         (add_constant): Likewise for return type and locals "lab", "new_rtx".
24011         (dump_table): Strengthen params "start", "barrier" and local
24012         "scan" from rtx to rtx_insn *.
24013         (broken_move): Likewise for param "insn".
24014         (untangle_mova): Likewise for params "first_mova" and "new_mova".
24015         Strengthen param "first_mova" from rtx * to rtx_insn **.
24016         (mova_p): Likewise for param "insn".
24017         (fixup_mova): Likewise for param "mova".
24018         (find_barrier): Likewise for return type, params "mova" and
24019         "from", and locals "barrier_before_mova", "found_barrier",
24020         "good_barrier", "orig", "last_symoff", "next".  Strengthen local
24021         "label" from rtx to rtx_code_label *.
24022         (sh_loop_align): Strengthen locals "first", "insn", "mova" from
24023         rtx to rtx_insn *.
24024         (sh_reorg): Likewise for locals "link", "scan", "barrier".
24025         (split_branches): Likewise for param "first" and local "insn".
24026         (final_prescan_insn): Likewise for param "insn".
24027         (sequence_insn_p): Likewise for locals "prev", "next".
24028         (sh_insn_length_adjustment): Likewise for param "insn".
24029         (sh_can_redirect_branch): Likewise for local "insn".
24030         (find_r0_life_regions): Likewise for locals "end", "insn".
24031         (sh_output_mi_thunk): Likewise for local "insns".
24033 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24035         * config/score/score.c (score_output_mi_thunk): Strengthen local
24036         "insn" from rtx to rtx_insn *.
24037         (score_prologue): Likewise.
24039 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24041         * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
24042         1 from rtx to rtx_insn *.
24043         (s390_emit_jump): Likewise for return type.
24044         (s390_emit_call): Likewise.
24045         (s390_load_got): Likewise.
24047         * config/s390/s390.c (last_scheduled_insn): Likewise for this
24048         variable.
24049         (s390_match_ccmode): Likewise for param "insn".
24050         (s390_emit_jump): Likewise for return type.
24051         (s390_split_branches): Likewise for local "label".
24052         (struct constant): Strengthen field "label" from rtx to
24053         rtx_code_label *.
24054         (struct constant_pool): Likewise for field "label".  Strengthen
24055         fields "first_insn", "pool_insn", "emit_pool_after" from rtx to
24056         rtx_insn *.
24057         (s390_alloc_pool): Replace NULL_RTX with NULL when dealing with
24058         insns.
24059         (s390_start_pool): Strengthen param "insn" from rtx to rtx_insn *.
24060         (s390_end_pool): Likewise.
24061         (s390_dump_pool): Likewise for local "insn".
24062         (s390_mainpool_start): Likewise.
24063         (s390_chunkify_start): Likewise.
24064         (s390_chunkify_start): Replace NULL_RTX with NULL when dealing
24065         with insns.  Strengthen locals "label", "jump", "barrier", "next",
24066         "prev", "vec_insn", "insn" from rtx to rtx_insn *.
24067         (s390_chunkify_finish): Strengthen local "insn" from rtx to
24068         rtx_insn *.
24069         (s390_chunkify_cancel): Likewise for locals "insn", "barrier",
24070         "jump", "label", "next_insn".
24071         (s390_regs_ever_clobbered): Likewise for local "cur_insn".
24072         (s390_optimize_nonescaping_tx): Likewise for locals "insn",
24073         "tbegin_insn".
24074         (s390_load_got): Likewise for return type and local "insns".
24075         (s390_save_gprs_to_fprs): Likewise for local "insn".
24076         (s390_restore_gprs_from_fprs): Likewise.
24077         (pass_s390_early_mach::execute): Likewise.
24078         (s390_emit_prologue): Likewise for local "insns".
24079         (s390_expand_tbegin): Strengthen local "leave_label" from rtx to
24080         rtx_code_label *.
24081         (s390_emit_call): Strengthen return type and local "insn" from
24082         rtx to rtx_insn *.
24083         (s390_emit_tpf_eh_return): Likewise for local "insn".
24084         (s390_optimize_prologue): Likewise for locals "insn", "new_insn",
24085         "next_insn", introducing locals "s_pat", "rpat" to allow this.
24086         (s390_fix_long_loop_prediction): Likewise for param "insn" and
24087         local "cur_insn".
24088         (s390_non_addr_reg_read_p): Likewise for param "insn".
24089         (find_cond_jump): Likewise for return type and param "insn".
24090         (s390_swap_cmp): Likewise for param "insn".
24091         (s390_z10_optimize_cmp): Likewise for param "insn" and locals
24092         "prev_insn", "next_insn".
24093         (s390_reorg): Likewise for locals "insn", "target".
24094         (s390_z10_prevent_earlyload_conflicts): Likewise for local "insn".
24095         (s390_sched_variable_issue): For now, rename param "insn" to
24096         "uncast_insn", introducing a checked cast.
24097         (s390_sched_init): Replace NULL_RTX with NULL when dealing with
24098         insn.
24099         (s390_loop_unroll_adjust): Strengthen local "insn" from rtx to
24100         rtx_insn *.  Use for_each_rtx_in_insn rather than for_each_rtx.
24102 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24104         * config/rx/rx-protos.h (rx_adjust_insn_length): Strengthen first
24105         param from rtx to rtx_insn *.
24106         * config/rx/rx.c (rx_adjust_insn_length): Likewise for param "insn".
24108 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24110         * config/rs6000/rs6000-protos.h (output_cbranch): Strengthen param
24111         4 from rtx to rtx_insn *.
24112         (rs6000_final_prescan_insn): Likewise for first param.
24113         * config/rs6000/rs6000.c (rs6000_emit_set_const): Likewise for
24114         local "insn".
24115         (rs6000_get_some_local_dynamic_name): Likewise.
24116         (output_cbranch): Likewise for param "insn".
24117         (spe_func_has_64bit_regs_p): Likewise for locals "insns", "insn".
24118         (rs6000_function_ok_for_sibcall): Likewise for locals "top", "insn".
24119         (rs6000_emit_allocate_stack): Likewise for local "insn".
24120         (load_cr_save): Likewise.
24121         (restore_saved_cr): Likewise.
24122         (restore_saved_lr): Likewise.
24123         (emit_cfa_restores): Likewise.
24124         (rs6000_output_function_epilogue): Likewise for locals "insn" and
24125         "deleted_debug_label".
24126         (rs6000_output_mi_thunk): Likewise for local "insn".
24127         (rs6000_final_prescan_insn): Likewise for param "insn".
24129 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24131         * config/picochip/picochip-protos.h (picochip_final_prescan_insn):
24132         Strengthen param "insn" from rtx to rtx_insn *.
24133         * config/picochip/picochip.c (picochip_current_prescan_insn):
24134         Likewise for this variable.
24135         (picochip_final_prescan_insn): Likewise for param "insn".
24137 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24139         * config/pa/pa-protos.h (pa_output_call): Strengthen first param
24140         from rtx to rtx_insn *.
24141         (pa_output_indirect_call): Likewise.
24142         (pa_adjust_insn_length): Likewise.
24143         (pa_attr_length_millicode_call): Likewise.
24144         (pa_attr_length_call): Likewise.
24145         (pa_attr_length_indirect_call): Likewise.
24147         * config/pa/pa.c (pa_adjust_insn_length): Likewise for param
24148         "insn".
24149         (pa_attr_length_millicode_call): Likewise.
24150         (pa_attr_length_call): Likewise.
24151         (pa_output_call): Likewise.
24152         (pa_attr_length_indirect_call): Likewise.
24153         (pa_output_indirect_call): Likewise.
24155 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24157         * config/nds32/nds32-protos.h (nds32_adjust_insn_length):
24158         Strengthen first param from rtx to rtx_insn *.
24159         * config/nds32/nds32.c (nds32_adjust_insn_length): Likewise for
24160         param "insn".
24162 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24164         * config/mips/mips-protos.h (mips_emit_move): Strengthen return
24165         type from rtx to rtx_insn *.
24166         (mips_expand_call): Likewise.
24167         (mips_adjust_insn_length): Likewise for first param.
24168         (mips_output_conditional_branch): Likewise.
24169         (mips_output_order_conditional_branch): Likewise.
24170         (mips_final_prescan_insn): Likewise.
24172         * config/mips/mips.c (SEQ_BEGIN): For now, add checked cast to
24173         rtx_insn * for the SEQUENCE case.
24174         (SEQ_END): Likewise.
24175         (mips_emit_move): Strengthen return type from rtx to rtx_insn *.
24176         (mips_emit_call_insn): Likewise, also for local "insn".
24177         (mips16_gp_pseudo_reg): Likewise for local "scan".
24178         (mips16_build_call_stub): Likewise for return type and for local
24179         "insn".  Introduce a new local "pattern" so that "insn" can indeed
24180         be an insn.
24181         (mips_expand_call): Strengthen return type and local "insn" from
24182         rtx to rtx_insn *.
24183         (mips_block_move_loop): Strengthen local "label" from rtx to
24184         rtx_code_label *.
24185         (mips_expand_synci_loop): Likewise for locals "label",
24186         "end_label".
24187         (mips_set_frame_expr): Strengthen local "insn" from rtx to
24188         rtx_insn *.
24189         (mips16e_collect_argument_saves): Likewise for locals "insn",
24190         "next".
24191         (mips_find_gp_ref): Likewise for param of callback for "pred"
24192         param, and for local "insn".
24193         (mips_insn_has_inflexible_gp_ref_p): Likewise for param "insn".
24194         (mips_insn_has_flexible_gp_ref_p): Likewise.
24195         (mips_epilogue_emit_cfa_restores): Likewise for return type and
24196         local "insn".
24197         (mips_epilogue_set_cfa): Likewise for local "insn".
24198         (mips_expand_epilogue): Likewise.
24199         (mips_adjust_insn_length): Likewise for param "insn".
24200         (mips_output_conditional_branch): Likewise.
24201         (mips_output_order_conditional_branch): Likewise.
24202         (struct mips_ls2): Likewise for fields "alu1_turn_enabled_insn",
24203         "alu2_turn_enabled_insn", "falu1_turn_enabled_insn",
24204         "falu2_turn_enabled_insn".
24205         (mips_builtin_branch_and_move): Strengthen locals "true_label",
24206         "done_label" from rtx to rtx_code_label *.
24207         (struct mips16_constant): Likewise for field "label".
24208         (mips16_add_constant): Likewise for return type.
24209         (mips16_emit_constants_1): Strengthen return type and param "insn"
24210         from rtx to rtx_insn *.
24211         (mips16_emit_constants): Likewise for param "insn".
24212         (mips16_insn_length): Likewise.
24213         (mips16_rewrite_pool_constant): Strengthen local "label" from rtx
24214         to rtx_code_label *.
24215         (struct mips16_rewrite_pool_refs_info): Strengthen field "insn"
24216         from rtx to rtx_insn *.
24217         (mips16_lay_out_constants): Likewise for locals "insn", "barrier",
24218         "jump".  Strengthen local "label" from rtx to rtx_code_label *.
24219         (r10k_simplify_address): Strengthen param "insn" and local
24220         "def_insn" from rtx to rtx_insn *.
24221         (r10k_safe_address_p): Strengthen param "insn" from rtx to
24222         rtx_insn *.
24223         (r10k_needs_protection_p_1): Update target type of cast of data
24224         from to rtx to rtx_insn *.
24225         (r10k_needs_protection_p_store): Strengthen local "insn_ptr" from
24226         rtx * to rtx_insn **.
24227         (r10k_needs_protection_p): Strengthen param "insn" from rtx to
24228         rtx_insn *.
24229         (r10k_insert_cache_barriers): Likewise for locals "insn", "end".
24230         (mips_call_expr_from_insn): Likewise for param "insn".
24231         (mips_pic_call_symbol_from_set): Likewise for local "def_insn".
24232         (mips_find_pic_call_symbol): Likewise for param "insn".
24233         (mips_annotate_pic_calls): Likewise for local "insn".
24234         (mips_sim_insn): Likewise for this variable.
24235         (struct mips_sim): Likewise for field "insn" within elements of
24236         last_set array.
24237         (mips_sim_wait_reg): Likewise for param "insn".
24238         (mips_sim_wait_regs): Likewise.
24239         (mips_sim_wait_units): Likewise.
24240         (mips_sim_wait_insn): Likewise.
24241         (mips_sim_issue_insn): Likewise.
24242         (mips_sim_finish_insn): Likewise.
24243         (mips_seq_time): Likewise for param "seq" and local "insn".
24244         (vr4130_avoid_branch_rt_conflict): Likewise for param "insn" and
24245         locals "first", "second".
24246         (vr4130_align_insns): Likewise for locals "insn", "subinsn",
24247         "last", "last2", "next".
24248         (mips_avoid_hazard): Likewise for params "after", "insn".
24249         (mips_reorg_process_insns): Likewise for locals "insn",
24250         "last_insn", "subinsn", "next_insn".
24251         (mips_has_long_branch_p): Likewise for locals "insn", "subinsn".
24252         (mips16_split_long_branches): Likewise for locals "insn" "jump",
24253         "jump_sequence".
24254         (mips_output_mi_thunk): Likewise for local "insn".
24255         (mips_final_prescan_insn): Likewise for param "insn".
24257 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24259         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
24260         Strengthen return type and local "insns" from rtx to rtx_insn *.
24261         (microblaze_legitimize_tls_address): Likewise for local "insns".
24262         (microblaze_block_move_loop): Strengthen local "label" from rtx
24263         to rtx_code_label *.
24264         (microblaze_expand_prologue): Strengthen two locals named "insn"
24265         from rtx to rtx_insn *.
24266         (microblaze_asm_output_mi_thunk): Likewise for local "insn".
24267         (microblaze_expand_divide): Likewise for locals "jump", "cjump",
24268         "insn".  Strengthen locals "div_label", "div_end_label" from rtx
24269         to rtx_code_label *.
24271 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24273         * config/mep/mep-protos.h (mep_mulr_source): Strengthen first
24274         param from rtx to rtx_insn *.
24275         (mep_reuse_lo): Likewise for third param.
24276         (mep_use_post_modify_p): Likewise for first param.
24277         (mep_core_address_length): Likewise.
24278         (mep_cop_address_length): Likewise.
24279         (mep_final_prescan_insn): Likewise.
24280         (mep_store_data_bypass_p): Likewise for both params.
24281         (mep_mul_hilo_bypass_p): Likewise.
24282         (mep_ipipe_ldc_p): Likewise for param.
24284         * config/mep/mep.c (mep_mulr_source): Likewise for param "insn".
24285         (mep_rewrite_mult): Likewise.
24286         (mep_rewrite_mulsi3): Likewise.
24287         (mep_rewrite_maddsi3): Likewise.
24288         (mep_reuse_lo_p_1): Likewise.
24289         (mep_reuse_lo_p): Likewise.
24290         (mep_frame_expr): Likewise.
24291         (mep_make_parallel): Likewise for both params.
24292         (mep_use_post_modify_p_1): Likewise for param "set_insn" and
24293         local "insn".
24294         (mep_use_post_modify_p): Likewise for param "insn".
24295         (mep_core_address_length): Likewise.
24296         (mep_cop_address_length): Likewise.
24297         (mep_reg_set_in_function): Likewise for local "insn".
24298         (mep_asm_without_operands_p): Likewise.
24299         (F): Likewise for return type and param "x".
24300         (add_constant): Likewise for local "insn".
24301         (maybe_dead_move): Likewise for return type and local "insn".
24302         (mep_expand_prologue): Likewise for local "insn".
24303         (mep_final_prescan_insn): Likewise for param "insn".
24304         (mep_reorg_regmove): Likewise for param "insns" and locals "insn",
24305         "next", "follow", "x".
24306         (mep_insert_repeat_label_last): Likewise for return type, param
24307         "last_insn", and locals "next", "prev".  Strengthen param "label"
24308         from rtx to rtx_code_label *.
24309         (struct mep_doloop_begin): Strengthen field "insn" from rtx to
24310         rtx_insn *.
24311         (struct mep_doloop_end): Likewise for fields "insn" and
24312         "fallthrough".
24313         (mep_reorg_repeat): Likewise for param "insns" and local "insn".
24314         Strengthen local "repeat_label" from rtx to rtx_code_label *.
24315         (mep_invertable_branch_p): Strengthen param "insn" from rtx to
24316         rtx_insn *.
24317         (mep_invert_branch): Likewise for params "insn" and "after".
24318         (mep_reorg_erepeat): Likewise for param "insns" and locals
24319         "insn", "prev", "new_last", "barrier", "user".  Strengthen local
24320         "l" from rtx to rtx_code_label *.
24321         (mep_jmp_return_reorg): Strengthen param "insns" and local "insn"
24322         from rtx to rtx_insn *.
24323         (mep_reorg_addcombine): Likewise for param "insns" and locals
24324         "i", "n".
24325         (add_sp_insn_p): Likewise for param "insn".
24326         (mep_reorg_noframe): Likewise for param "insns" and locals
24327         "start_frame_insn", "end_frame_insn", "next".
24328         (mep_reorg): Likewise for local "insns".
24329         (mep_store_data_bypass_1): Likewise for param "prev".  Add checked
24330         cast.
24331         (mep_store_data_bypass_p): Likewise for params "prev", "insn".
24332         (mep_mul_hilo_bypass_p): Likewise.
24333         (mep_ipipe_ldc_p): Likewise for param "insn".
24334         (mep_make_bundle): Likewise for return type, param "cop" and local
24335         "insn", splitting out the latter into a new local "seq" for when it
24336         is a SEQUENCE rather than an insn.
24337         (core_insn_p): Likewise for param "insn".
24338         (mep_bundle_insns): Likewise for param "insns" and locals "insn",
24339         "last", "first", "note", "prev", "core_insn".
24341 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24343         * config/m68k/m68k-protos.h (output_btst): Strengthen param 4 from
24344         rtx to rtx_insn *.
24345         (strict_low_part_peephole_ok): Likewise for param 2 "first_insn".
24346         (m68k_final_prescan_insn): Likewise for first param.
24348         * config/m68k/m68k.c (m68k_emit_movem): Likewise for return type.
24349         (m68k_set_frame_related): Likewise for param "insn".
24350         (output_btst): Likewise for param "insn".
24351         (m68k_final_prescan_insn): Likewise.
24352         (m68k_move_to_reg): Likewise for local "insn".
24353         (m68k_call_tls_get_addr): Likewise for local "insns".
24354         (m68k_call_m68k_read_tp): Likewise.
24355         (strict_low_part_peephole_ok): Likewise for param "first_insn".
24356         (m68k_output_mi_thunk): Likewise for local "insn".
24358 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24360         * config/iq2000/iq2000-protos.h (final_prescan_insn): Strengthen
24361         first param from rtx to rtx_insn *.
24362         (iq2000_adjust_insn_length): Likewise.
24363         (iq2000_output_conditional_branch): Likewise.
24364         * config/iq2000/iq2000.c (final_prescan_insn): Likewise for param
24365         "insn" and local "nop_insn".
24366         (iq2000_annotate_frame_insn): Likewise for param "insn".
24367         (iq2000_expand_prologue): Likewise for both locals "insn".
24368         (iq2000_adjust_insn_length): Likewise for param "insn".
24369         (iq2000_output_conditional_branch): Likewise.
24371 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24373         * config/ia64/ia64.c (ia64_expand_tls_address): Strengthen local
24374         "insns" from rtx to rtx_insn *.
24375         (ia64_emit_cond_move): Likewise for locals "insn", "first".
24376         (struct spill_fill_data): Likewise for field "init_after" and for
24377         elements of array field "prev_insn".
24378         (spill_restore_mem): Likewise for locals "insn", "first".
24379         (do_spill): Likewise for local "insn".
24380         (do_restore): Likewise.
24381         (ia64_expand_prologue): Likewise.
24382         (ia64_expand_epilogue): Likewise.
24383         (emit_insn_group_barriers): Likewise for locals "insn",
24384         "last_label".
24385         (emit_all_insn_group_barriers): Likewise for locals "insn",
24386         "last".
24387         (dfa_stop_insn): Likewise for this global.
24388         (dfa_pre_cycle_insn): Likewise.
24389         (ia64_nop): Likewise.
24390         (final_emit_insn_group_barriers): Likewise for locals "insn",
24391         "last".
24392         (emit_predicate_relation_info): Likewise for locals "head", "n",
24393         "insn", "b", "a".
24394         (ia64_reorg): Likewise for local "insn".
24395         (ia64_output_mi_thunk): Likewise.
24396         (expand_vec_perm_interleave_2): Likewise for local "seq".
24398 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24400         * config/i386/i386-protos.h (ix86_avoid_lea_for_add): Strengthen
24401         param 1 "insn" from rtx to rtx_insn *.
24402         (ix86_use_lea_for_mov): Likewise.
24403         (ix86_avoid_lea_for_addr): Likewise.
24404         (ix86_split_lea_for_addr): Likewise.
24405         (ix86_lea_for_add_ok): Likewise.
24406         (ix86_output_call_insn): Likewise.
24408         * config/i386/i386.c (ix86_va_start): Likewise for local "seq".
24409         (ix86_get_drap_rtx): Likewise for locals "seq", "insn".
24410         (ix86_output_function_epilogue): Likewise for locals "insn",
24411         "deleted_debug_label".
24412         (legitimize_tls_address): Likewise for local "insn".
24413         (get_some_local_dynamic_name): Likewise.
24414         (increase_distance): Likewise for params "prev", "next".
24415         (distance_non_agu_define_in_bb): Likewise for params "insn",
24416         "start" and locals "prev", "next".
24417         (distance_non_agu_define): Likewise for param "insn".
24418         (distance_agu_use_in_bb): Likewise for params "insn", "start" and
24419         locals "next", "prev".
24420         (distance_agu_use): Likewise for param "insn".
24421         (ix86_lea_outperforms): Likewise.
24422         (ix86_ok_to_clobber_flags): Likewise.
24423         (ix86_avoid_lea_for_add): Likewise.
24424         (ix86_use_lea_for_mov): Likewise.
24425         (ix86_avoid_lea_for_addr): Likewise.
24426         (find_nearest_reg_def): Likewise, also for locals "prev", "start".
24427         (ix86_split_lea_for_addr): Likewise for param "insn".
24428         (ix86_lea_for_add_ok): Likewise for param "insn".
24429         (ix86_expand_carry_flag_compare): Likewise for local
24430         "compare_seq".
24431         (ix86_expand_int_movcc): Likewise.
24432         (ix86_output_call_insn): Likewise for param "insn".
24433         (ix86_output_call_insn): Likewise for local "i".
24434         (x86_output_mi_thunk): Introduce local "insn", using it in place
24435         of "tmp" when dealing with insns.
24436         (ix86_avoid_jump_mispredicts): Likewise for locals "insn",
24437         "start".
24438         (ix86_pad_returns): Likewise for locals "ret", "prev".
24439         (ix86_count_insn_bb): Likewise for local "insn".
24440         (ix86_pad_short_function): Likewise for locals "ret", "insn".
24441         (ix86_seh_fixup_eh_fallthru): Likewise for locals "insn", "next".
24442         (ix86_vector_duplicate_value): Likewise for local "insn", "seq".
24443         (expand_vec_perm_interleave2): Likewise for local "seq".
24444         (expand_vec_perm_vperm2f128_vblend): Likewise.
24445         (ix86_loop_unroll_adjust): Likewise for local "insn".  Convert
24446         call to for_each_rtx with for_each_rtx_in_insn.
24448 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24450         * config/i386/i386.c (setup_incoming_varargs_64): Strengthen local
24451         "label" from rtx to rtx_code_label *.
24452         (ix86_expand_prologue): Likewise.
24453         (ix86_expand_split_stack_prologue): Likewise for locals "label",
24454         "varargs_label".
24455         (ix86_split_idivmod): Likewise for locals "end_label" and
24456         "qimode_label".
24457         (ix86_expand_branch): Likewise for local "label2".
24458         (ix86_expand_aligntest): Likewise for return type and local "label".
24459         (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
24460         "top_label".
24461         (expand_movmem_epilogue): Likewise for the various locals named
24462         "label".
24463         (expand_setmem_epilogue): Likewise.
24464         (expand_small_movmem_or_setmem): Likewise for local "label".
24465         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
24466         Strengthen param "done_label" from rtx * to rtx_code_label **.
24467         Strengthen locals "loop_label" and "label" from rtx to
24468         rtx_code_label *.
24469         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
24470         Likewise for locals "loop_label", "label".
24471         (ix86_expand_set_or_movmem): Likewise for locals "label",
24472         "jump_around_label", "hot_label".
24473         (ix86_expand_strlensi_unroll_1): Likewise for locals
24474         "align_2_label", align_3_label", "align_4_label", "end_0_label",
24475         "end_2_label".
24476         (x86_emit_floatuns): Likewise for locals "neglab", "donelab".
24477         (void ix86_emit_i387_log1p): Likewise for locals "label1",
24478         "label2", "jump_label".
24479         (ix86_expand_sse_compare_and_jump): Likewise for return type and
24480         local "label".
24481         (ix86_expand_lfloorceil): Likewise for local "label".
24482         (ix86_expand_rint): Likewise.
24483         (ix86_expand_floorceildf_32): Likewise.
24484         (ix86_expand_floorceil): Likewise.
24485         (ix86_expand_rounddf_32): Likewise.
24486         (ix86_expand_trunc): Likewise.
24487         (ix86_expand_truncdf_32): Likewise.
24488         (ix86_expand_round): Likewise.
24490 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24492         * config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
24493         first param from rtx to rtx_insn *.
24494         (h8300_insn_length_from_table): Likewise.
24495         * config/h8300/h8300.c (F): Likewise for return type and param
24496         "x".
24497         (Fpa): Add a checked cast to rtx_insn *.
24498         (h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
24499         rtx_insn *.
24500         (final_prescan_insn): Likewise for param "insn".
24501         (h8300_binary_length): Likewise.
24502         (h8300_insn_length_from_table): Likewise.
24504 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24506         * config/epiphany/epiphany-protos.h (epiphany_final_prescan_insn):
24507         Strengthen first param "insn" from rtx to rtx_insn *.
24509         * config/epiphany/epiphany.c (epiphany_final_prescan_insn):
24510         Likewise.
24511         (frame_insn): Likewise for return type.  Introduce local "insn"
24512         for use in place of local "x" for use as an rtx_insn *.
24513         (frame_move_insn): Strengthen return type from rtx to rtx_insn *.
24514         (epiphany_expand_prologue): Likewise for local "insn".
24515         * config/epiphany/mode-switch-use.c (insert_uses): Likewise.
24516         * config/epiphany/resolve-sw-modes.c
24517         (pass_resolve_sw_modes::execute): Likewise for locals "insn" and
24518         "seq".
24520 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24522         * config/c6x/c6x-protos.h (c6x_get_unit_specifier): Strengthen
24523         param from rtx to rtx_insn *.
24524         (c6x_final_prescan_insn): Likewise for first param.
24526         * config/c6x/c6x.c (c6x_current_insn): Likewise for this variable.
24527         (c6x_output_mi_thunk): Replace use of NULL_RTX with NULL.
24528         (c6x_expand_compare): Strengthen local "insns" from rtx to
24529         rtx_insn *.
24530         (c6x_get_unit_specifier): Likewise for param "insn".
24531         (c6x_print_unit_specifier_field): Likewise.
24532         (c6x_final_prescan_insn): Likewise.
24533         (emit_add_sp_const): Likewise for local "insn".
24534         (c6x_expand_prologue): Likewise.
24536 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24538         * config/bfin/bfin-protos.h (asm_conditional_branch): Strengthen
24539         param 1 from rtx to rtx_insn *.
24540         * config/bfin/bfin.c (expand_prologue_reg_save): Likewise for
24541         the various locals named "insn".
24542         (expand_epilogue_reg_restore): Likewise.
24543         (frame_related_constant_load): Likewise.
24544         (add_to_reg): Likewise.
24545         (emit_link_insn): Likewise.
24546         (do_link): Likewise.
24547         (expand_interrupt_handler_prologue): Likewise.
24548         (branch_dest): Likewise for param "branch".
24549         (asm_conditional_branch): Likewise for param "insn".
24550         (gen_one_bundle): Likewise for elements of param "slot" and local
24551         "t".
24552         (bfin_gen_bundles): Likewise for locals "insn", "next" and
24553         elements of local "slot".
24554         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
24555         "queue", "next_queue", "prev".
24556         (workaround_rts_anomaly): Likewise for locals "insn", "first_insn".
24557         (add_sched_insns_for_speculation): Likewise for local "insn".
24559 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24561         * config/avr/avr-protos.h (output_movqi): Strengthen first param
24562         from rtx to rtx_insn *.
24563         (output_movhi): Likewise.
24564         (output_movsisf): Likewise.
24565         (avr_out_tstsi): Likewise.
24566         (avr_out_tsthi): Likewise.
24567         (avr_out_tstpsi): Likewise.
24568         (avr_out_compare): Likewise.
24569         (avr_out_compare64): Likewise.
24570         (avr_out_movpsi): Likewise.
24571         (ashlqi3_out): Likewise.
24572         (ashlhi3_out): Likewise.
24573         (ashlsi3_out): Likewise.
24574         (ashrqi3_out): Likewise.
24575         (ashrhi3_out): Likewise.
24576         (ashrsi3_out): Likewise.
24577         (lshrqi3_out): Likewise.
24578         (lshrhi3_out): Likewise.
24579         (lshrsi3_out): Likewise.
24580         (avr_out_ashlpsi3): Likewise.
24581         (avr_out_ashrpsi3): Likewise.
24582         (avr_out_lshrpsi3): Likewise.
24583         (avr_out_fract): Likewise.
24584         (avr_out_sbxx_branch): Likewise.
24585         (avr_out_round): Likewise.
24586         (avr_out_xload): Likewise.
24587         (avr_out_movmem): Likewise.
24588         (adjust_insn_length): Likewise.
24589         (avr_out_lpm): Likewise.
24590         (reg_unused_after): Likewise.
24591         (_reg_unused_after): Likewise.
24592         (avr_jump_mode): Likewise for second param.
24593         (jump_over_one_insn): Likewise for first param.
24594         (avr_final_prescan_insn): Likewise.
24595         (out_shift_with_cnt): Likewise for second param.
24597         * config/avr/avr.c (get_sequence_length): Likewise for param
24598         "insns" and local "insn".
24599         (emit_push_byte): Likewise for local "insn".
24600         (emit_push_sfr): Likewise.
24601         (avr_prologue_setup_frame): Likewise for locals "insn",
24602         "fp_plus_insns", "sp_plus_insns".
24603         (avr_expand_epilogue): Likewise for local "fp_plus_insns",
24604         "sp_plus_insns".
24605         (avr_jump_mode): Likewise for param "insn".
24606         (avr_final_prescan_insn): Likewise.
24607         (avr_find_unused_d_reg): Likewise.
24608         (avr_out_lpm_no_lpmx): Likewise.
24609         (avr_out_lpm): Likewise.
24610         (avr_out_xload): Likewise.
24611         (output_movqi): Likewise.
24612         (output_movhi): Likewise.
24613         (out_movqi_r_mr): Likewise.
24614         (out_movhi_r_mr): Likewise.
24615         (out_movsi_r_mr): Likewise.
24616         (out_movsi_mr_r): Likewise.
24617         (output_movsisf): Likewise.
24618         (avr_out_load_psi): Likewise.
24619         (avr_out_store_psi): Likewise.
24620         (avr_out_movpsi): Likewise.
24621         (out_movqi_mr_r): Likewise.
24622         (avr_out_movhi_mr_r_xmega): Likewise.
24623         (out_movhi_mr_r): Likewise.
24624         (compare_condition): Likewise for param "insn" and local "next".
24625         (compare_sign_p): Likewise for param "insn".
24626         (compare_diff_p): Likewise.
24627         (compare_eq_p): Likewise.
24628         (avr_out_compare): Likewise.
24629         (avr_out_compare64): Likewise.
24630         (avr_out_tsthi): Likewise.
24631         (avr_out_tstpsi): Likewise.
24632         (avr_out_tstsi): Likewise.
24633         (out_shift_with_cnt): Likewise.
24634         (ashlqi3_out): Likewise.
24635         (ashlhi3_out): Likewise.
24636         (avr_out_ashlpsi3): Likewise.
24637         (ashlsi3_out): Likewise.
24638         (ashrqi3_out): Likewise.
24639         (ashrhi3_out): Likewise.
24640         (avr_out_ashrpsi3): Likewise.
24641         (ashrsi3_out): Likewise.
24642         (lshrqi3_out): Likewise.
24643         (lshrhi3_out): Likewise.
24644         (avr_out_lshrpsi3): Likewise.
24645         (lshrsi3_out): Likewise.
24646         (avr_out_fract): Likewise.
24647         (avr_out_round): Likewise.
24648         (avr_adjust_insn_length): Likewise.
24649         (reg_unused_after): Likewise.
24650         (_reg_unused_after): Likewise.
24651         (avr_compare_pattern): Likewise.
24652         (avr_reorg_remove_redundant_compare): Likewise for param "insn1"
24653         and locals "branch1", "branch2", "insn2", "jump".
24654         (avr_reorg): Likewise for local "insn".
24655         (avr_2word_insn_p): Likewise for param "insn".
24656         (jump_over_one_insn_p): Likewise.
24657         (avr_out_sbxx_branch): Likewise.
24658         (avr_out_movmem): Likewise.
24660 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24662         * config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
24663         param from rtx to rtx_insn *.
24664         (thumb1_final_prescan_insn): Likewise.
24665         (thumb2_final_prescan_insn): Likewise.
24667         * config/arm/arm.c (emit_set_insn): Strengthen return type from
24668         rtx to rtx_insn *.
24669         (struct minipool_node): Likewise for field "insn".
24670         (dump_minipool): Likewise for param "scan".
24671         (create_fix_barrier): Likewise for local "from".  Strengthen local
24672         "label" from rtx to rtx_code_label *.
24673         (push_minipool_barrier): Strengthen param "insn" from rtx to
24674         rtx_insn *.
24675         (push_minipool_fix): Likewise.
24676         (note_invalid_constants): Likewise.
24677         (thumb2_reorg): Likewise for local "insn".
24678         (arm_reorg): Likewise.
24679         (thumb2_final_prescan_insn): Likewise for param
24680         "insn" and local "first_insn".
24681         (arm_final_prescan_insn): Likewise for param "insn" and locals
24682         "start_insn", "this_insn".
24683         (arm_debugger_arg_offset): Likewise for param "insn".
24684         (thumb1_emit_multi_reg_push): Likewise for return type and local
24685         "insn".
24686         (thumb1_final_prescan_insn): Likewise for param "insn".
24687         (thumb_far_jump_used_p): Likewise for local "insn".
24688         (thumb1_expand_prologue): Likewise.
24689         (arm_expand_epilogue_apcs_frame): Likewise.
24690         (arm_expand_epilogue): Likewise for locals "insn", "tmp".
24691         (arm_split_compare_and_swap): Strengthen locals "label1", "label2"
24692         from rtx to rtx_code_label *.
24693         (arm_split_atomic_op): Likewise for local "label".
24694         (arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
24696 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24698         * config/arc/arc-protos.h (arc_final_prescan_insn): Strengthen
24699         first param from rtx to rtx_insn *.
24700         (arc_verify_short): Likewise.
24701         (arc_short_long): Likewise.
24702         (arc_need_delay): Likewise.
24704         * config/arc/arc.c (struct arc_ccfsm): Likewise for field
24705         "target_insn".
24706         (arc_ccfsm_advance): Likewise for param "insn" and locals
24707         "start_insn", "this_insn".
24708         (arc_ccfsm_record_condition): Likewise for local "seq_insn".
24709         (arc_ccfsm_post_advance): Likewise for param "insn".
24710         (arc_next_active_insn): Likewise for return type and param "insn".
24711         Convert NULL_RTX to NULL as appropriate.  Add a checked cast.
24712         (arc_verify_short): Strengthen param "insn" from rtx to rtx_insn *.
24713         (output_short_suffix): Likewise for local "insn".
24714         (arc_final_prescan_insn): Likewise for param "insn".  Remove
24715         now-redundant checked cast.
24716         (arc_reorg): Strengthen locals "insn", "top_label", "lp", "prev",
24717         "lp_simple", "next", "mov", "scan", "link_insn" from rtx to
24718         rtx_insn *.  Add a checked cast.  Introduce local "lc_set_insn"
24719         for use where lc_set became an insn.
24720         (arc_adjust_insn_length): Strengthen locals "prev", "succ" from
24721         rtx to rtx_insn *.
24722         (arc_get_insn_variants): Likewise for local "prev".
24723         (arc_ifcvt): Likewise for locals "insn", "seq", "prev", "pprev",
24724         "next".
24725         (arc_predicate_delay_insns): Likewise for local "insn".
24726         (arc_pad_return): Likewise for local "prev".  For now, add a
24727         checked cast when extracting the insn from "final_sequence".
24728         (arc_short_long): Likewise for param "insn".
24729         (arc_need_delay): Likewise for param "insn" and local "next".
24730         (arc_label_align): Likewise for locals "prev", "next".
24732 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24734         * config/alpha/alpha.c (alpha_emit_set_const): Strengthen local
24735         "insn" from rtx to rtx_insn *.
24736         (alpha_gp_save_rtx): Likewise for local "seq".
24737         (alpha_instantiate_decls): Likewise for local "top".
24738         (get_some_local_dynamic_name): Likewise for local "insn".
24739         (alpha_does_function_need_gp): Likewise.
24740         (set_frame_related_p): Likewise for return type and for locals
24741         "seq" and "insn".
24742         (emit_frame_store_1): Likewise for local "insn".
24743         (alpha_expand_prologue): Likewise for locals "insn", "seq".
24744         (alpha_end_function): Likewise for local "insn".
24745         (alpha_output_mi_thunk_osf): Likewise.
24746         (alphaev4_insn_pipe): Likewise for param "insn".
24747         (alphaev5_insn_pipe): Likewise.
24748         (alphaev4_next_group): Likewise for return type and param 1
24749         "insn".
24750         (alphaev5_next_group): Likewise.
24751         (alpha_align_insns_1): Likewise for return type and param 1 of
24752         callback param "next_group", and for locals "i", "next", "prev",
24753         "where", "where2", "insn".
24755 2014-08-25  Bernd Schmidt  <bernds@codesourcery.com>
24757         * tree-nested.c (finalize_nesting_tree_1): Initialize temporary earlier
24758         rather than modifying the stmt.
24760 2014-08-25  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
24762         * config/rs6000/rs6000.c (rs6000_return_in_msb): Fix fallout from
24763         cgraph_state conversion.
24765 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
24767         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
24768         Strengthen local "insns" from rtx to rtx_insn *.
24769         (aarch64_set_frame_expr): Likewise for local "insn".
24770         (aarch64_save_or_restore_fprs): Likewise.
24771         (aarch64_save_or_restore_callee_save_registers): Likewise.
24772         (aarch64_expand_prologue): Likewise.
24773         (aarch64_expand_epilogue): Likewise.
24774         (aarch64_output_mi_thunk): Likewise.
24775         (aarch64_split_compare_and_swap): Strengthen locals "label1" and
24776         "label2" from rtx to rtx_code_label *.
24777         (aarch64_split_atomic_op): Likewise for local "label".
24779 2014-08-25  Martin Liska  <mliska@suse.cz>
24781         * cgraph.h (symtab_node):
24782         (bool needed_p (void)): created from decide_is_symbol_needed
24783         (bool referred_to_p (void)): created from referred_to_p
24784         (static cgraph_node *get_for_asmname (tree asmname)):
24785         created from symtab_node_for_asm
24786         * cgraph.h (cgraph_node):
24787         (void assemble_thunks_and_aliases (void)):
24788         created from assemble_thunks_and_aliases
24789         (void expand (void)): created from expand_function
24790         (static void finalize_function (tree, bool)):
24791         created from cgraph_finalize_function
24792         (static cgraph_local_info *local_info (tree decl)):
24793         created from cgraph_local_info
24794         (static cgraph_global_info *global_info (tree)):
24795         created from cgraph_global_info
24796         (static cgraph_rtl_info *rtl_info (tree)): created from cgraph_rtl_info
24797         * cgraph.h (varpool_node):
24798         (static void add (tree decl): created from varpool_add_new_variable
24799         * cgraph.h (cgraph_edge):
24800         void remove (void);
24801         (void remove_caller (void)): created from cgraph_edge_remove_caller
24802         (void remove_callee (void)): created from cgraph_edge_remove_callee
24803         (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
24804         created from cgraph_set_call_stmt
24805         (void redirect_callee (cgraph_node *n)): created from
24806         cgraph_redirect_edge_callee
24807         (cgraph_edge *make_direct (cgraph_node *callee)): created from
24808         cgraph_make_edge_direct
24809         (cgraph_edge *make_speculative (cgraph_node *n2, gcov_type direct_count,
24810         gimple redirect_call_stmt_to_callee (void)): created from
24811         cgraph_turn_edge_to_speculative
24812         (void speculative_call_info (cgraph_edge *&direct,
24813         cgraph_edge *&indirect, ipa_ref *&reference)): created from
24814         cgraph_speculative_call_info
24815         (cgraph_edge * clone (cgraph_node *n, gimple call_stmt,
24816         unsigned stmt_uid, gcov_type count_scale,
24817         int freq_scale, bool update_original)): created from cgraph_clone_edge
24818         (cgraph_edge *resolve_speculation (tree callee_decl)):
24819         created from cgraph_resolve_speculation
24820         (bool cannot_lead_to_return_p (void)): created from
24821         cannot_lead_to_return_p
24822         (bool recursive_p (void)): created from cgraph_edge_recursive_p
24823         (bool maybe_hot_p (void)): created from cgraph_maybe_hot_edge_p
24824         (static unsigned int rebuild_edges (void)): created from
24825         rebuild_cgraph_edges
24826         (static void rebuild_references (void)): created from
24827         cgraph_rebuild_references
24828         * cgraph.h (symbol_table):
24829         (create_reference): renamed from add_reference
24830         (maybe_create_reference): renamed from maybe_add_reference
24831         (void register_symbol (symtab_node *node)): new function
24832         (void clear_asm_symbols (void)): new function
24833         (void unregister (symtab_node *node)): new function
24834         (void release_symbol (cgraph_node *node, int uid)): new function
24835         (cgraph_node * allocate_cgraph_symbol (void)): new function
24836         (void initialize (void)): created from cgraph_init
24837         (symtab_node *first_symbol (void)):new function
24838         (asm_node *first_asm_symbol (void)):new function
24839         (symtab_node *first_defined_symbol (void)):new function
24840         (varpool_node *first_variable (void)):new function
24841         (varpool_node *next_variable (varpool_node *node)):new function
24842         (varpool_node *first_static_initializer (void)):new function
24843         (varpool_node *next_static_initializer (varpool_node *node)):new
24844         function
24845         (varpool_node *first_defined_variable (void)):new function
24846         (varpool_node *next_defined_variable (varpool_node *node)):new function
24847         (cgraph_node *first_defined_function (void)):new function
24848         (cgraph_node *next_defined_function (cgraph_node *node)):new function
24849         (cgraph_node *first_function (void)):new function
24850         (cgraph_node *next_function (cgraph_node *node)):new function
24851         (cgraph_node *first_function_with_gimple_body (void)):new function
24852         (asm_node *finalize_toplevel_asm (tree asm_str)): created from
24853         add_asm_node
24854         (bool remove_unreachable_nodes (bool before_inlining_p, FILE *file)):
24855         created from symtab_remove_unreachable_nodes
24856         (void remove_unreferenced_decls (void)): created from
24857         varpool_remove_unreferenced_decls
24858         (void process_new_functions (void)): created from
24859         cgraph_process_new_functions
24860         (void process_same_body_aliases (void)): created from
24861         cgraph_process_same_body_aliases
24862         (bool output_variables (void)): created from
24863         varpool_node::output_variables
24864         (void output_asm_statements (void)): created from output_asm_statements
24865         (void finalize_compilation_unit (void)): created from
24866         finalize_compilation_unit
24867         (void compile (void)): created from compile
24868         (void output_weakrefs (void)): created from output_weakrefs
24869         (cgraph_node *create_empty (void)): created from
24870         cgraph_node::create_empty
24871         (cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee,
24872         gimple call_stmt, gcov_type count, int freq,
24873         bool indir_unknown_callee)): created from cgraph_node::create_edge
24874         (void free_edge (cgraph_edge *e)): created from cgraph_free_edge
24875         (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):
24876         created from cgraph_next_function_with_gimple_body
24877         (void remove_edge_removal_hook (cgraph_edge_hook_list *)):
24878         created from cgraph_remove_edge_removal_hook
24879         (cgraph_node_hook_list *add_cgraph_removal_hook (cgraph_node_hook,
24880         void *)): created from cgraph_add_node_removal_hook
24881         (void remove_cgraph_removal_hook (cgraph_node_hook_list *)):
24882         created from cgraph_remove_node_removal_hook
24883         (varpool_node_hook_list *add_varpool_removal_hook (varpool_node_hook,
24884         void *)): created from varpool_add_node_removal_hook
24885         (void remove_varpool_removal_hook (varpool_node_hook_list *)):
24886         created from varpool_remove_node_removal_hook
24887         (cgraph_node_hook_list *add_cgraph_insertion_hook (cgraph_node_hook,
24888         void *)): created from cgraph_add_function_insertion_hook
24889         (void remove_cgraph_insertion_hook (cgraph_node_hook_list *)):
24890         created from cgraph_remove_function_insertion_hook
24891         (varpool_node_hook_list *add_varpool_insertion_hook (varpool_node_hook,
24892         void *)): created from varpool_add_variable_insertion_hook
24893         (void remove_varpool_insertion_hook (varpool_node_hook_list *)):
24894           created from varpool_remove_variable_insertion_hook
24895         (cgraph_2edge_hook_list *add_edge_duplication_hook (cgraph_2edge_hook,
24896         void *)): created from cgraph_add_edge_duplication_hook
24897         (void remove_edge_duplication_hook (cgraph_2edge_hook_list *)):
24898         created from cgraph_remove_edge_duplication_hook
24899         (cgraph_2node_hook_list *add_cgraph_duplication_hook (cgraph_2node_hook,
24900         void *)): created from cgraph_add_node_duplication_hook
24901         (void remove_cgraph_duplication_hook (cgraph_2node_hook_list *)):
24902         created from cgraph_remove_node_duplication_hook
24903         (void call_edge_removal_hooks (cgraph_edge *e)):
24904         created from cgraph_call_edge_removal_hooks
24905         (void call_cgraph_insertion_hooks (cgraph_node *node)):
24906         created from call_function_insertion_hooks
24907         (void call_cgraph_removal_hooks (cgraph_node *node)):
24908         created from cgraph_call_node_removal_hooks
24909         (void call_cgraph_duplication_hooks (cgraph_node *node,
24910         cgraph_node *node2)): created from cgraph_node::call_duplication_hooks
24911         (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
24912         created from cgraph_call_edge_duplication_hooks
24913         (void call_varpool_removal_hooks (varpool_node *node)):
24914         created from varpool_call_node_removal_hooks
24915         (void call_varpool_insertion_hooks (varpool_node *node)):
24916         created from varpool_call_variable_insertion_hooks
24917         (void insert_to_assembler_name_hash (symtab_node *node,
24918         bool with_clones)): created from insert_to_assembler_name_hash
24919         (void unlink_from_assembler_name_hash (symtab_node *node,
24920         bool with_clones)): created from unlink_from_assembler_name_hash
24921         (void symtab_prevail_in_asm_name_hash (symtab_node *node)):
24922         created from symtab_prevail_in_asm_name_hash
24923         (void symtab_initialize_asm_name_hash (void)):
24924         created from symtab_initialize_asm_name_hash
24925         (void change_decl_assembler_name (tree decl, tree name)):
24926         created from change_decl_assembler_name
24927         (void materialize_all_clones (void)): created from
24928         cgraph_materialize_all_clones
24929         (static hashval_t decl_assembler_name_hash (const_tree asmname)):
24930         created from decl_assembler_name_hash
24931         (static bool decl_assembler_name_equal (tree decl, const_tree asmname)):
24932         created from decl_assembler_name_equal
24933         (static hashval_t hash_node_by_assembler_name (const void *p)):
24934         created from hash_node_by_assembler_name
24935         (static int eq_assembler_name (const void *p1, const void *p2)):
24936         created from eq_assembler_name
24938 2014-08-25  Marek Polacek  <polacek@redhat.com>
24940         * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
24942 2014-08-25  Petr Murzin  <petr.murzin@intel.com>
24944         * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
24945         (*k<logic><mode>): Add *k<logic>qi and *k<logic>hi and use
24946         SWI1248_AVX512BW mode iterator.
24948 2014-08-25  Kaz Kojima  <kkojima@gcc.gnu.org>
24950         PR target/62111
24951         * config/sh/predicates.md (general_extend_operand): Disable
24952         TRUNCATE before reload completes.
24954 2014-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
24956         * doc/invoke.texi (Optimize Options): Fix markup in two cases.
24958 2014-08-24  Oleg Endo  <olegendo@gcc.gnu.org>
24960         PR target/61996
24961         * config/sh/sh.opt (musermode): Allow negative form.
24962         * config/sh/sh.c (sh_option_override): Disable TARGET_USERMODE for
24963         targets that don't support it.
24964         * doc/invoke.texi (SH Options): Rename sh-*-linux* to sh*-*-linux*.
24965         Document -mno-usermode option.
24967 2014-08-24  Kito Cheng  <kito@0xlab.org>
24969         * system.h (CALLER_SAVE_PROFITABLE): Poison.
24970         * regs.h (CALLER_SAVE_PROFITABLE): Remove.
24971         * doc/tm.texi.in (CALLER_SAVE_PROFITABLE): Remove.
24972         * doc/tm.texi: Regenerate.
24974 2014-08-24  Kito Cheng  <kito@0xlab.org>
24976         * ira.c: Fix typo in comment.
24978 2014-08-23  Edward Smith-Rowland  <3dw4rd@verizon.net>
24980         * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
24981         Deprecate c++1y. Change language to reflect greater confidence in C++14.
24983 2014-08-23  John David Anglin  <danglin@gcc.gnu.org>
24985         PR target/62038
24986         * config/pa/pa.c (pa_output_function_epilogue): Don't set
24987         last_address when the current function is a thunk.
24988         (pa_asm_output_mi_thunk): When we don't have named sections or they
24989         are not being used, check that thunk can reach the stub table with a
24990         short branch.
24992 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
24994         * web.c (union_match_dups): Strengthen param "insn" from rtx to
24995         rtx_insn *.
24996         (pass_web::execute): Likewise for local "insn".
24998 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
25000         * var-tracking.c (struct micro_operation_def): Strengthen field
25001         "insn" from rtx to rtx_insn *.
25002         (struct emit_note_data_def): Likewise.
25003         (insn_stack_adjust_offset_pre_post): Likewise for param "insn".
25004         (vt_stack_adjustments): Likewise for local "insn".
25005         (adjust_insn): Likewise for param "insn".
25006         (val_store): Likewise.
25007         (val_resolve): Likewise.
25008         (struct count_use_info): Likewise for field "insn".
25009         (log_op_type): Likewise for param "insn".
25010         (reverse_op): Likewise.
25011         (prepare_call_arguments): Likewise.
25012         (add_with_sets):  The initial param takes an insn, but we can't
25013         yet strengthen it from rtx to rtx_insn * since it's used as a
25014         cselib_record_sets_hook callback.  For now rename initial param
25015         from "insn" to "uncast_insn", and introduce a local "insn" of
25016         the stronger rtx_insn * type, with a checked cast.
25017         (compute_bb_dataflow): Strengthen local "insn" from rtx to
25018         rtx_insn *.
25019         (emit_note_insn_var_location): Likewise.
25020         (emit_notes_for_changes): Likewise.
25021         (emit_notes_for_differences): Likewise.
25022         (next_non_note_insn_var_location): Likewise for return type and
25023         for param "insn".
25024         (emit_notes_in_bb): Likewise for locals "insn" and "next_insn".
25025         (vt_initialize): Likewise for local "insn".
25026         (delete_debug_insns): Likewise for locals "insn" and "next".
25028 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
25030         * varasm.c (mark_constants): Strengthen param "insn" from rtx to
25031         rtx_insn *.
25032         (mark_constant_pool): Likewise for local "insn".
25034 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
25036         * valtrack.c (dead_debug_reset_uses): Strengthen local "insn" from
25037         rtx to rtx_insn *.
25038         (dead_debug_promote_uses): Likewise.
25039         (dead_debug_insert_temp): Likewise.
25041 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
25043         * store-motion.c (store_killed_in_insn): Strengthen param "insn"
25044         from const_rtx to const rtx_insn *.
25045         (store_killed_after): Likewise.  Strengthen locals "last", "act"
25046         from rtx to rtx_insn *.
25047         (store_killed_before): Strengthen param "insn" from const_rtx to
25048         const rtx_insn *.  Strengthen local "first" from rtx to rtx_insn *.
25049         (find_moveable_store): Strengthen param "insn" from rtx to
25050         rtx_insn *.
25051         (compute_store_table): Likewise for local "insn".
25052         (insert_insn_start_basic_block): Likewise for param "insn" and
25053         locals "prev", "before", "insn".
25054         (insert_store): For now, add a checked cast to rtx_insn * on the
25055         result of gen_move_insn.
25056         (remove_reachable_equiv_notes): Strengthen local "insn" from rtx
25057         to rtx_insn *.
25058         (replace_store_insn): Likewise.  For now, add a checked cast to
25059         rtx_insn * on the result of gen_move_insn.
25061 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25063         * stmt.c (expand_case): Strengthen local "before_case" from rtx to
25064         rtx_insn *.
25065         (expand_sjlj_dispatch_table): Likewise.
25067 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25069         * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
25070         "insn" from rtx to rtx_insn *.
25072 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25074         * shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
25075         "insn" from rtx to rtx_insn *.
25076         (dup_block_and_redirect): Likewise for param 3 "before".
25078         * shrink-wrap.c (requires_stack_frame_p): Strengthen param "insn"
25079         from rtx to rtx_insn *.
25080         (move_insn_for_shrink_wrap): Likewise.
25081         (prepare_shrink_wrap): Likewise for locals "insn", "curr".
25082         (dup_block_and_redirect): Likewise for param "before" and local
25083         "insn".
25084         (try_shrink_wrapping): Likewise for locals "insn", "insert_point",
25085         "end".
25086         (convert_to_simple_return): Likewise for local "start".
25088         * config/i386/i386.c (ix86_finalize_stack_realign_flags):
25089         Strengthen local "insn" from rtx to rtx_insn *, for use when
25090         invoking requires_stack_frame_p.
25092 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25094         * sel-sched-ir.c (vinsn_copy): Strengthen local "copy" from rtx to
25095         rtx_insn *.
25096         (speculate_expr): Likewise for locals "orig_insn_rtx",
25097         "spec_insn_rtx".
25098         (eq_transformed_insns): Likewise for locals "i1", "i2".
25099         (check_for_new_jump): Likewise for return type and local "end".
25100         (find_new_jump): Likewise for return type and local "jump".
25101         (sel_split_edge): Likewise for local "jump".
25102         (sel_create_recovery_block): Likewise.
25103         (sel_redirect_edge_and_branch_force): Likewise.
25104         (sel_redirect_edge_and_branch): Likewise.
25106 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25108         * sel-sched.c (substitute_reg_in_expr): Strengthen local
25109         "new_insn" from rtx to rtx_insn *.
25110         (create_insn_rtx_with_rhs): Likewise for return type and for local
25111         "insn_rtx".
25112         (create_insn_rtx_with_lhs): Likewise.
25113         (create_speculation_check): Likewise for local "insn_rtx".
25114         (implicit_clobber_conflict_p): Likewise for local "insn".
25115         (get_expr_cost): Likewise.
25116         (emit_bookkeeping_insn): Likewise for local "new_insn_rtx".
25117         (move_cond_jump): Likewise for locals "next", "prev", "link",
25118         "head", "from", "to".
25120 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25122         * sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
25123         "next" from rtx to rtx_insn *.
25124         (find_conditional_protection): Likewise for local "next".
25125         (is_conditionally_protected): Likewise for local "insn1".
25126         (is_pfree): Likewise for locals "insn1", "insn2".
25128 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25130         * sched-int.h (schedule_ebb): Strengthen params "head", "tail"
25131         from rtx to rtx_insn *.
25133         * sched-ebb.c (earliest_block_with_similiar_load): Strengthen
25134         locals "insn1", "insn2" from rtx to rtx_insn *.
25135         (add_deps_for_risky_insns): Likewise for params "head", "tail" and
25136         locals "insn", "prev", "last_jump", "next_tail".
25137         (schedule_ebb): Likewise for params "head", "tail".
25138         (schedule_ebbs): Likewise for locals "tail", "head".
25140         * config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
25141         to rtx_insn on "last_insn" in one of the invocations of
25142         schedule_ebb.
25144 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25146         * sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
25147         "elem", "insn" from rtx to rtx_insn *.
25148         (change_spec_dep_to_hard): Likewise.
25149         (get_back_and_forw_lists): Likewise for local "con".
25150         (sd_add_dep): Likewise for locals "elem", "insn".
25151         (sd_resolve_dep): Likewise for locals "pro", "con".
25152         (sd_unresolve_dep): Likewise.
25153         (sd_delete_dep): Likewise.
25154         (chain_to_prev_insn): Likewise for local "pro".
25155         (find_inc): Likewise for locals "pro", "con".
25157 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25159         * rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
25160         to rtx_insn *.
25161         (reg_set_between_p): Strengthen local "insn" from const_rtx to
25162         const rtx_insn *.
25163         (modified_between_p): Strengthen local "insn" from rtx to
25164         rtx_insn *.
25165         (remove_reg_equal_equiv_notes_for_regno): Likewise.
25166         (keep_with_call_p): Strengthen local "i2" from const_rtx to
25167         const rtx_insn *.
25169 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25171         * resource.c (next_insn_no_annul): Strengthen local "next" from
25172         rtx to rtx_insn *.
25173         (mark_referenced_resources): Likewise for local "insn".
25175 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25177         * reload.h (struct insn_chain): Strengthen field "insn" from rtx
25178         to rtx_insn *.
25179         (find_reloads): Likewise for param 1.
25180         (subst_reloads): Likewise for sole param.
25181         (find_equiv_reg): Likwise for param 2.
25182         (regno_clobbered_p): Likwise for param 2.
25183         (reload): Likewise for param 1.
25185         * caller-save.c (save_call_clobbered_regs): Strengthen local
25186         "insn" from rtx to rtx_insn *.
25187         (insert_one_insn): Likewise for local "insn".
25189         * reload.c (this_insn): Likewise for this global.
25190         (find_reloads): Likewise for param "insn".
25191         (find_reloads_toplev): Likewise.
25192         (find_reloads_address): Likewise.
25193         (subst_reg_equivs): Likewise.
25194         (update_auto_inc_notes): Likewise.
25195         (find_reloads_address_1): Likewise.
25196         (find_reloads_subreg_address): Likewise.
25197         (subst_reloads): Likewise.
25198         (find_equiv_reg): Likewise, also for local "p".
25199         (regno_clobbered_p): Likewise for param "insn".
25201         * reload1.c (reg_reloaded_insn): Likewise for the elements of this
25202         array.
25203         (spill_reg_store): Likewise for the elements of this array.
25204         (remove_init_insns): Likewise for local "equiv_insn".
25205         (will_delete_init_insn_p): Likewise for param "insn".
25206         (reload): Likewise for param ""first" and local "insn".
25207         (calculate_needs_all_insns): Strengthen local "insn" from rtx to
25208         rtx_insn *.
25209         (calculate_elim_costs_all_insns): Likewise.
25210         (delete_caller_save_insns): Likewise.
25211         (spill_failure): Likewise for param "insn".
25212         (delete_dead_insn): Likewise.
25213         (set_label_offsets): Likewise.
25214         (eliminate_regs_in_insn): Likewise, also for locals "base_insn" and
25215         "prev_insn".
25216         (elimination_costs_in_insn): Likewise for param "insn".
25217         (set_initial_eh_label_offset): Replace use of NULL_RTX with NULL
25218         when referring to an insn.
25219         (set_initial_label_offsets): Likewise.
25220         (set_offsets_for_label): Strengthen param "insn" from rtx to
25221         rtx_insn *.
25222         (init_eliminable_invariants): Likewise for param "first" and local
25223         "insn".
25224         (fixup_eh_region_note): Likewise for param "insn".
25225         (reload_as_needed): Likewise for locals "prev", "insn",
25226         "old_next", "old_prev", "next".
25227         (gen_reload_chain_without_interm_reg_p): Likewise for locals "insn",
25228         "last".
25229         (reload_inheritance_insn): Strengthen elements of this array from
25230         rtx to rtx_insn *.
25231         (failed_reload): Likewise for param "insn".
25232         (choose_reload_regs): Likewise for local "insn".  Replace use of
25233         NULL_RTX with NULL when referring to an insn.
25234         (input_reload_insns): Strengthen elements of this array from rtx
25235         to rtx_insn *.
25236         (other_input_address_reload_insns): Likewise for this global.
25237         (other_input_reload_insns): Likewise for this global.
25238         (input_address_reload_insns): Likwise for the elements of this
25239         array.
25240         (inpaddr_address_reload_insns): Likwise for the elements of this
25241         array.
25242         (output_reload_insns): Likewise for the elements of this array.
25243         (output_address_reload_insns): Likewise for the elements of this
25244         array.
25245         (outaddr_address_reload_insns): Likewise for the elements of this
25246         array.
25247         (operand_reload_insns): Likewise for this global.
25248         (other_operand_reload_insns): Likewise for this global.
25249         (other_output_reload_insns): Likewise for the elements of this
25250         array.
25251         (new_spill_reg_store): Likewise for the elements of this
25252         array.
25253         (emit_input_reload_insns): Likewise for locals "insn", "temp".
25254         Strengthen local "where" from rtx * to rtx_insn **.
25255         (emit_output_reload_insns): Strengthen locals "insn", "p", "next"
25256         from rtx to rtx_insn *.
25257         (do_input_reload): Likewise for local "insn".
25258         (do_output_reload): Likewise for local "insn".
25259         (emit_reload_insns): Likewise for locals "insn" and "store_insn".
25260         (emit_insn_if_valid_for_reload): Likewise for return type and local
25261         "last".  Add checked cast to rtx_insn when returning "insn" since
25262         this has been through emit_insn.
25263         (gen_reload): Strengthen return type and locals "last", "insn", "set"
25264         from rtx to rtx_insn *.  Add checked cast to rtx_insn when
25265         returning "insn" since it's been through
25266         emit_insn_if_valid_for_reload at this point.
25267         (delete_output_reload): Strengthen param "insn" and locals
25268         "output_reload_insn", "i2" from rtx to rtx_insn *.
25269         (delete_address_reloads): Likewise for params "dead_insn",
25270         "current_insn" and locals "prev", "next".
25271         (delete_address_reloads_1): Likewise for params "dead_insn",
25272         "current_insn" and locals "prev", "i2".
25273         (inc_for_reload): Likewise for locals "last", "add_insn".
25274         (add_auto_inc_notes): Strengthen param "insn" from rtx to
25275         rtx_insn *.
25277         * config/arc/arc-protos.h (regno_clobbered_p): Likewise for 2nd
25278         param of this duplicate of the prototype from reload.h
25280 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25282         * regstat.c (regstat_bb_compute_ri): Strengthen local "insn" from
25283         rtx to rtx_insn *.
25284         (regstat_bb_compute_calls_crossed): Likewise.
25286 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25288         * regrename.c (create_new_chain): Strengthen param "insn" from rtx
25289         to rtx_insn *.
25290         (init_rename_info): Replace use of NULL_RTX with NULL when dealing
25291         with an insn.
25292         (regrename_analyze): Strengthen local "insn" from rtx to
25293         rtx_insn *.
25294         (scan_rtx_reg): Likewise for param "insn".
25295         (scan_rtx_address): Likewise.
25296         (scan_rtx): Likewise.
25297         (restore_operands): Likewise.
25298         (record_out_operands): Likewise.
25299         (build_def_use): Likewise for local "insn".  Replace use of
25300         NULL_RTX with NULL when dealing with an insn.
25302 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25304         * rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
25305         * reginfo.c (reg_scan): Likewise, also for local "insn".
25306         (reg_scan_mark_refs): Likewise for param "insn".
25307         (init_subregs_of_mode): Likewise for local "insn".
25309 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25311         * regcprop.c (struct queued_debug_insn_change): Strengthen field
25312         "insn" from rtx to rtx_insn *.
25313         (replace_oldest_value_reg): Likewise for param "insn".
25314         (replace_oldest_value_addr): Likewise.
25315         (replace_oldest_value_mem): Likewise.
25316         (apply_debug_insn_changes): Likewise for local "last_insn".
25317         (copyprop_hardreg_forward_1): Likewise for local "insn".
25319 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25321         * reg-stack.c (next_flags_user): Strengthen return type and param
25322         "insn" from rtx to rtx_insn *.
25323         (straighten_stack): Likewise for param "insn".
25324         (check_asm_stack_operands): Likewise.
25325         (remove_regno_note): Likewise.
25326         (emit_pop_insn): Likewise for return type, param "insn", local
25327         "pop_insn".
25328         (emit_swap_insn):  Strengthen param "insn" and locals "i1", "tmp",
25329         "limit" from rtx to rtx_insn *.
25330         (swap_to_top): Likewise for param "insn".
25331         (move_for_stack_reg): Likewise.
25332         (move_nan_for_stack_reg): Likewise.
25333         (swap_rtx_condition): Likewise.
25334         (compare_for_stack_reg): Likewise.
25335         (subst_all_stack_regs_in_debug_insn): Likewise.
25336         (subst_stack_regs_pat): Likewise, and local "insn2".
25337         (subst_asm_stack_regs): Strengthen param "insn" from rtx to
25338         rtx_insn *.
25339         (subst_stack_regs): Likewise.
25340         (change_stack): Likewise.
25341         (convert_regs_1): Likewise for locals "insn", "next".
25343 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25345         * ree.c (struct ext_cand): Strengthen field "insn" from rtx to
25346         rtx_insn *.
25347         (combine_set_extension): Likewise for param "curr_insn".
25348         (transform_ifelse): Likewise for param "def_insn".
25349         (get_defs): Likewise for param "def_insn".  Strengthen param "dest"
25350         from vec<rtx> * to vec<rtx_insn *> *.
25351         (is_cond_copy_insn): Likewise for param "insn".
25352         (struct ext_state): Strengthen the four vec fields from vec<rtx>
25353         to vec<rtx_insn *>.
25354         (make_defs_and_copies_lists): Strengthen param "extend_insn" and
25355         local "def_insn" from rtx to rtx_insn *.
25356         (get_sub_rtx): Likewise for param "def_insn".
25357         (merge_def_and_ext): Likewise.
25358         (combine_reaching_defs): Likewise.
25359         (add_removable_extension): Likewise for param "insn".
25360         (find_removable_extensions): Likewise for local "insn".
25361         (find_and_remove_re): Likewise for locals "curr_insn" and
25362         "def_insn".  Strengthen locals "reinsn_del_list" and
25363         "reinsn_del_list" from auto_vec<rtx> to auto_vec<rtx_insn *>.
25365 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25367         * recog.c (split_insn): Strengthen param "insn" and locals
25368         "first", "last" from rtx to rtx_insn *.
25369         (split_all_insns): Likewise for locals "insn", "next".
25370         (split_all_insns_noflow): Likewise.
25372 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25374         * rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
25375         const rtx_insn *.
25376         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
25377         (debug_rtx_find): Likewise for param 1 "x".
25379         * print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
25380         const_rtx to const rtx_insn *.  Likewise for local "insn".
25381         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
25382         (debug_rtx_find): Likewise for param 1 "x".
25383         (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
25384         from const_rtx to const rtx_insn * within the appropriate cases of
25385         the switch statement.
25387         * config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
25388         Strengthen local "insns" from rtx to rtx_insn * since this is
25389         passed to a call to debug_rtx_list.
25391 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25393         * predict.h (predict_insn_def): Strengthen param "insn" from rtx
25394         to rtx_insn *.
25396         * function.c (stack_protect_epilogue): Add checked cast to
25397         rtx_insn for now when invoking predict_insn_def.
25399         * predict.c (predict_insn): Strengthen param "insn" from rtx to
25400         rtx_insn *.
25401         (predict_insn_def): Likewise.
25402         (rtl_predict_edge): Likewise for local "last_insn".
25403         (can_predict_insn_p): Strengthen param "insn" from const_rtx to
25404         const rtx_insn *.
25405         (combine_predictions_for_insn): Strengthen param "insn" from rtx
25406         to rtx_insn *.
25407         (bb_estimate_probability_locally): Likewise for local "last_insn".
25408         (expensive_function_p): Likewise for local "insn".
25410         * config/cris/cris.c (cris_emit_trap_for_misalignment): Likewise for
25411         local "jmp", since this is used when invoking predict_insn_def.
25413 2014-08-22  Marek Polacek  <polacek@redhat.com>
25415         PR c++/62199
25416         * doc/invoke.texi: Update -Wlogical-not-parentheses description.
25418 2014-08-22  Marek Polacek  <polacek@redhat.com>
25420         PR c/61271
25421         * ira-color.c (coalesced_pseudo_reg_slot_compare): Wrap LHS of
25422         a comparison in parens.
25423         * lra-spills.c (pseudo_reg_slot_compare): Wrap LHS of a comparison
25424         in parens.
25426 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25428         * rtl.h (fis_get_condition): Strengthen param "jump" from rtx to
25429         rtx_insn *.
25431         * cprop.c (fis_get_condition): Likewise.
25433         * postreload.c (reload_cse_regs): Likewise for param "first".
25434         (reload_cse_simplify): Likewise for param "insn".
25435         (reload_cse_regs_1): Likewise for local "insn".
25436         (reload_cse_simplify_set): Likewise for param "insn".
25437         (reload_cse_simplify_operands): Likewise.
25438         (struct reg_use): Likewise for field "insn".
25439         (reload_combine_purge_insn_uses): Likewise for param "insn".
25440         (fixup_debug_insns): Likewise for params "from", "to" and local
25441         "insn".
25442         (try_replace_in_use): Likewise for local "use_insn".
25443         (reload_combine_recognize_const_pattern): Likewise for param
25444         "insn" and locals "add_moved_after_insn", "use_insn".
25445         (reload_combine_recognize_pattern): Likewise for param "insn" and
25446         local "prev".
25447         (reload_combine): Likewise for locals "insn", "prev".
25448         (reload_combine_note_use): Likewise for param "insn".
25449         (move2add_use_add2_insn): Likewise.
25450         (move2add_use_add3_insn): Likewise.
25451         (reload_cse_move2add): Likewise, also for local "next".
25452         (move2add_note_store): Likewise for local "insn".
25454 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25456         * postreload-gcse.c (struct occr): Strengthen field "insn" from
25457         rtx to rtx_insn *.
25458         (struct unoccr): Likewise.
25459         (struct modifies_mem): Likewise.
25460         (alloc_mem): Likewise for local "insn".
25461         (insert_expr_in_table): Likewise for param "insn".
25462         (dump_expr_hash_table_entry): Likewise for local "insn".
25463         (oprs_unchanged_p): Likewise for param "insn".
25464         (load_killed_in_block_p): Likewise for local "setter".
25465         (record_last_reg_set_info): Likewise for param "insn".
25466         (record_last_reg_set_info_regno): Likewise.
25467         (record_last_mem_set_info): Likewise.
25468         (record_last_set_info): Likewise for local "last_set_insn".
25469         (record_opr_changes): Likewise for param "insn".
25470         (hash_scan_set): Likewise.
25471         (compute_hash_table): Likewise for local "insn".
25472         (get_avail_load_store_reg): Likewise for param "insn".
25473         (eliminate_partially_redundant_load): Likewise, also for locals
25474         "avail_insn", "next_pred_bb_end".  Replace use of NULL_RTX with
25475         RTX for insns.
25476         (eliminate_partially_redundant_loads): Likewise for local "insn".
25478 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25480         * optabs.c (expand_doubleword_shift): Strengthen local "insn" from
25481         rtx to rtx_insn *.
25482         (expand_binop): Likewise for locals "entry_last", "last", "insns"
25483         (expand_twoval_unop): Likewise for locals entry_last", "last".
25484         (expand_twoval_binop): Likewise.
25485         (expand_twoval_binop_libfunc): Likewise for local "insns".
25486         (widen_leading): Likewise for local "last".
25487         (expand_doubleword_clz): Likewise for local "seq".  Strengthen
25488         locals "hi0_label", "after_label" from rtx to rtx_code_label *.
25489         (widen_bswap): Strengthen local "last" from rtx to rtx_insn *.
25490         (expand_parity): Likewise for locals "last" and "seq".
25491         (expand_ffs): Likewise for local "seq".  Strengthen local
25492         "nonzero_label" from rtx to rtx_code_label *.
25493         (expand_absneg_bit): Strengthen local "insns" from rtx to
25494         rtx_insn *.
25495         (expand_unop_direct): Likewise for local "last".
25496         (expand_unop): Likewise for locals "last", "insns".
25497         (expand_abs_nojump): Likewise for local "last".
25498         (expand_abs): Strengthen local "op1" from rtx to rtx_code_label *.
25499         (expand_one_cmpl_abs_nojump): Strengthen local "last" from rtx to
25500         rtx_insn *.
25501         (expand_copysign_absneg): Strengthen local "label" from rtx to
25502         rtx_code_label *.
25503         (expand_copysign_bit): Strengthen local "insns" from rtx to
25504         rtx_insn *.
25505         (struct no_conflict_data): Likewise for fields "first", "insn".
25506         (emit_libcall_block_1): Likewise for param "insns" and locals
25507         "next", "last", "insn".
25508         (emit_libcall_block): For now, add a checked cast to rtx_insn *
25509         on "insns" when invoking emit_libcall_block_1.  Ultimately we
25510         want to strengthen insns itself.
25511         (prepare_cmp_insn): Strengthen local "last" from rtx to
25512         rtx_insn *.
25513         (emit_cmp_and_jump_insn_1): Likewise for local "insn".
25514         (prepare_float_lib_cmp): Likewise for local "insns".
25515         (emit_conditional_move): Likewise for local "last".
25516         (emit_conditional_add): Likewise.
25517         (have_sub2_insn): Likewise for local "seq".
25518         (expand_float): Likewise for local "insns".  Strengthen locals
25519         "label", "neglabel" from rtx to rtx_code_label *.
25520         (expand_fix): Likewise for locals "last", "insn", "insns" (to
25521         rtx_insn *) and locals "lab1", "lab2" (to rtx_code_label *).
25522         (expand_fixed_convert): Likewise for local "insns" (to
25523         rtx_insn *).
25524         (expand_sfix_optab): Likewise for local "last".
25525         (expand_compare_and_swap_loop): Strengthen local "label" from rtx
25526         to rtx_code_label *.
25527         (maybe_emit_sync_lock_test_and_set): Strengthen local "last_insn"
25528         from rtx to rtx_insn *.
25529         (expand_atomic_fetch_op): Likewise for local "insn".
25530         (maybe_legitimize_operand_same_code): Likewise for local "last".
25531         (maybe_legitimize_operands): Likewise.
25533 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25535         * modulo-sched.c (struct ps_reg_move_info): Strengthen field
25536         "insn" from rtx to rtx_insn *.
25537         (ps_rtl_insn): Likewise for return type.
25538         (doloop_register_get): Likewise for params "head", "tail" and
25539         locals "insn", "first_insn_not_to_check".
25540         (schedule_reg_move): Likewise for local "this_insn".
25541         (schedule_reg_moves): Add a checked cast to rtx_insn * to result
25542         of gen_move_insn for now.
25543         (reset_sched_times): Strengthen local "insn" from rtx to
25544         rtx_insn *.
25545         (permute_partial_schedule): Likewise.
25546         (duplicate_insns_of_cycles): Likewise for local "u_insn".
25547         (dump_insn_location): Likewise for param "insn".
25548         (loop_canon_p): Likewise for local "insn".
25549         (sms_schedule): Likewise.
25550         (print_partial_schedule): Likewise.
25551         (ps_has_conflicts): Likewise.
25553 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25555         * sched-int.h (get_ebb_head_tail): Strengthen params "headp" and
25556         "tailp" from rtx * to rtx_insn **.
25558         * ddg.c (build_intra_loop_deps): Strengthen locals head", "tail"
25559         from rtx to rtx_insn *.
25560         * haifa-sched.c (get_ebb_head_tail): Strengthen params "headp" and
25561         "tailp" from rtx * to rtx_insn **.  Strengthen locals "beg_head",
25562         "beg_tail", "end_head", "end_tail", "note", "next", "prev" from
25563         rtx to rtx_insn *.
25564         * modulo-sched.c (const_iteration_count): Strengthen return type
25565         and locals "insn", "head", "tail" from rtx to rtx_insn *.  Replace
25566         use of NULL_RTX with NULL when working with insns.
25567         (loop_single_full_bb_p): Strengthen locals "head", "tail" from rtx
25568         to rtx_insn *.
25569         (sms_schedule): Likewise.
25570         * sched-rgn.c (init_ready_list): Likewise, also for locals
25571         "src_head" and "src_next_tail".
25572         (compute_block_dependences): Likewise.
25573         (free_block_dependencies): Likewise.
25574         (debug_rgn_dependencies): Likewise.
25575         (free_rgn_deps): Likewise.
25576         (compute_priorities): Likewise.
25577         (schedule_region): Likewise.
25578         * sel-sched.c (find_ebb_boundaries): Likewise.
25580         * config/sh/sh.c (find_insn_regmode_weight): Strengthen locals
25581         "insn", "next_tail", "head", "tail" from rtx to rtx_insn *.
25583 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25585         * mode-switching.c (struct seginfo): Strengthen field "insn_ptr"
25586         from rtx to rtx_insn *.
25587         (new_seginfo): Likewise for param "insn".
25588         (create_pre_exit): Likewise for locals "last_insn",
25589         "before_return_copy", "return_copy".
25590         (optimize_mode_switching): Likewise for locals "insn", "ins_pos",
25591         "mode_set".
25593 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25595         * lra-int.h (struct lra_insn_recog_data): Strengthen field "insn"
25596         from rtx to rtx_insn *.
25597         (lra_push_insn): Likewise for 1st param.
25598         (lra_push_insn_and_update_insn_regno_info): Likewise.
25599         (lra_pop_insn): Likewise for return type.
25600         (lra_invalidate_insn_data): Likewise for 1st param.
25601         (lra_set_insn_deleted): Likewise.
25602         (lra_delete_dead_insn): Likewise.
25603         (lra_process_new_insns): Likewise for first 3 params.
25604         (lra_set_insn_recog_data): Likewise for 1st param.
25605         (lra_update_insn_recog_data): Likewise.
25606         (lra_set_used_insn_alternative): Likewise.
25607         (lra_invalidate_insn_regno_info): Likewise.
25608         (lra_update_insn_regno_info): Likewise.
25609         (lra_former_scratch_operand_p): Likewise.
25610         (lra_eliminate_regs_1): Likewise.
25611         (lra_get_insn_recog_data): Likewise.
25613         * lra-assigns.c (assign_by_spills): Strengthen local "insn" from
25614         rtx to rtx_insn *.
25616         * lra-coalesce.c (move_freq_compare_func): Likewise for locals
25617         "mv1" and "mv2".
25618         (substitute_within_insn): New.
25619         (lra_coalesce): Strengthen locals "mv", "insn", "next" from rtx to
25620         rtx_insn *.  Strengthen sorted_moves from rtx * to rxt_insn **.
25621         Replace call to "substitute" with call to substitute_within_insn.
25623         * lra-constraints.c (curr_insn): Strengthen from rtx to
25624         rtx_insn *.
25625         (get_equiv_with_elimination): Likewise for param "insn".
25626         (match_reload): Strengthen params "before" and "after" from rtx *
25627         to rtx_insn **.
25628         (emit_spill_move): Likewise for return type.  Add a checked cast
25629         to rtx_insn * on result of gen_move_insn for now.
25630         (check_and_process_move): Likewise for local "before".  Replace
25631         NULL_RTX with NULL when referring to insns.
25632         (process_addr_reg): Strengthen params "before" and "after" from
25633         rtx * to rtx_insn **.
25634         (insert_move_for_subreg): Likewise.
25635         (simplify_operand_subreg): Strengthen locals "before" and "after"
25636         from rtx to rtx_insn *.
25637         (process_address_1): Strengthen params "before" and "after" from
25638         rtx * to rtx_insn **.  Strengthen locals "insns", "last_insn" from
25639         rtx to rtx_insn *.
25640         (process_address): Strengthen params "before" and "after" from
25641         rtx * to rtx_insn **.
25642         (emit_inc): Strengthen local "last" from rtx to rtx_insn *.
25643         (curr_insn_transform): Strengthen locals "before" and "after"
25644         from rtx to rtx_insn *.  Replace NULL_RTX with NULL when referring
25645         to insns.
25646         (loc_equivalence_callback): Update cast of "data", changing
25647         resulting type from rtx to rtx_insn *.
25648         (substitute_pseudo_within_insn): New.
25649         (inherit_reload_reg): Strengthen param "insn" from rtx to
25650         rtx_insn *; likewise for local "new_insns".  Replace NULL_RTX with
25651         NULL when referring to insns.  Add a checked cast to rtx_insn *
25652         when using usage_insn to invoke lra_update_insn_regno_info.
25653         (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
25654         likewise for locals "restore", "save".  Add checked casts to
25655         rtx_insn * when using usage_insn to invoke
25656         lra_update_insn_regno_info and lra_process_new_insns.  Replace
25657         NULL_RTX with NULL when referring to insns.
25658         (split_if_necessary): Strengthen param "insn" from rtx to
25659         rtx_insn *.
25660         (update_ebb_live_info): Likewise for params "head", "tail" and local
25661         "prev_insn".
25662         (get_last_insertion_point): Likewise for return type and local "insn".
25663         (get_live_on_other_edges): Likewise for local "last".
25664         (inherit_in_ebb): Likewise for params "head", "tail" and locals
25665         "prev_insn", "next_insn", "restore".
25666         (remove_inheritance_pseudos): Likewise for local "prev_insn".
25667         (undo_optional_reloads): Likewise for local "insn".
25669         * lra-eliminations.c (lra_eliminate_regs_1): Likewise for param
25670         "insn".
25671         (lra_eliminate_regs): Replace NULL_RTX with NULL when referring to
25672         insns.
25673         (eliminate_regs_in_insn): Strengthen param "insn" from rtx to
25674         rtx_insn *.
25675         (spill_pseudos): Likewise for local "insn".
25676         (init_elimination): Likewise.
25677         (process_insn_for_elimination): Likewise for param "insn".
25679         * lra-lives.c (curr_insn): Likewise.;
25681         * lra-spills.c (assign_spill_hard_regs): Likewise for local "insn".
25682         (remove_pseudos): Likewise for param "insn".
25683         (spill_pseudos): Likewise for local "insn".
25684         (lra_final_code_change): Likewise for locals "insn", "curr".
25686         * lra.c (lra_invalidate_insn_data): Likewise for param "insn".
25687         (lra_set_insn_deleted): Likewise.
25688         (lra_delete_dead_insn): Likewise, and for local "prev".
25689         (new_insn_reg): Likewise for param "insn".
25690         (lra_set_insn_recog_data): Likewise.
25691         (lra_update_insn_recog_data): Likewise.
25692         (lra_set_used_insn_alternative): Likewise.
25693         (get_insn_freq): Likewise.
25694         (invalidate_insn_data_regno_info): Likewise.
25695         (lra_invalidate_insn_regno_info): Likewise.
25696         (lra_update_insn_regno_info): Likewise.
25697         (lra_constraint_insn_stack): Strengthen from vec<rtx> to
25698         vec<rtx_insn *>.
25699         (lra_push_insn_1): Strengthen param "insn" from rtx to
25700         rtx_insn *.
25701         (lra_push_insn): Likewise.
25702         (lra_push_insn_and_update_insn_regno_info): Likewise.
25703         (lra_pop_insn): Likewise for return type and local "insn".
25704         (push_insns): Likewise for params "from", "to", and local "insn".
25705         (setup_sp_offset): Likewise for params "from", "last" and locals
25706         "before", "insn".
25707         (lra_process_new_insns): Likewise for params "insn", "before",
25708         "after" and local "last".
25709         (struct sloc): Likewise for field "insn".
25710         (lra_former_scratch_operand_p): Likewise for param "insn".
25711         (remove_scratches): Likewise for locals "insn", "last".
25712         (check_rtl): Likewise for local "insn".
25713         (add_auto_inc_notes): Likewise for param "insn".
25714         (update_inc_notes): Likewise for local "insn".
25715         (lra): Replace NULL_RTX with NULL when referring to insn.
25717 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25719         * lower-subreg.c (simple_move): Strengthen param "insn" from rtx
25720         to rtx_insn *.
25721         (resolve_reg_notes): Likewise.
25722         (resolve_simple_move): Likewise for return type, param "insn", and
25723         locals "insns", "minsn".
25724         (resolve_clobber): Strengthen param "insn" from rtx to rtx_insn *.
25725         (resolve_use): Likewise.
25726         (resolve_debug): Likewise.
25727         (find_decomposable_shift_zext): Likewise.
25728         (resolve_shift_zext): Likewise for return type, param "insn", and
25729         locals "insns", "in".  Eliminate use of NULL_RTX in favor of NULL.
25730         (decompose_multiword_subregs): Likewise for local "insn",
25731         "orig_insn", "decomposed_shift", "end".
25733 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25735         * basic-block.h (basic_block split_edge_and_insert): Strengthen
25736         param "insns" from rtx to rtx_insn *.
25738         * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
25739         rtx to rtx_insn *.
25740         (struct iv_to_split): Likewise.
25741         (loop_exit_at_end_p): Likewise for local "insn".
25742         (split_edge_and_insert): Likewise for param "insns".
25743         (compare_and_jump_seq): Likewise for return type, param "cinsn",
25744         and locals "seq", "jump".
25745         (unroll_loop_runtime_iterations): Likewise for locals "init_code",
25746         "branch_code"; update invocations of compare_and_jump_seq to
25747         eliminate NULL_RTX in favor of NULL.
25748         (referenced_in_one_insn_in_loop_p): Strengthen local "insn" from
25749         rtx to rtx_insn *.
25750         (reset_debug_uses_in_loop): Likewise.
25751         (analyze_insn_to_expand_var): Likewise for param "insn".
25752         (analyze_iv_to_split_insn): Likewise.
25753         (analyze_insns_in_loop): Likewise for local "insn".
25754         (insert_base_initialization): Likewise for param
25755         "insn" and local "seq".
25756         (split_iv): Likewise for param "insn" and local "seq".
25757         (expand_var_during_unrolling): Likewise for param "insn".
25758         (insert_var_expansion_initialization): Likewise for local "seq".
25759         (combine_var_copies_in_loop_exit): Likewise.
25760         (combine_var_copies_in_loop_exit): Likewise for locals "seq" and
25761         "insn".
25762         (maybe_strip_eq_note_for_split_iv): Likewise for param "insn".
25763         (apply_opt_in_copies): Likewise for locals "insn", "orig_insn",
25764         "next".
25766 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25768         * cfgloop.h (iv_analyze): Strengthen param 1 "insn" from rtx to
25769         rtx_insn *.
25770         (iv_analyze_result): Likewise.
25771         (iv_analyze_expr): Likewise.
25772         (biv_p): Likewise.
25774         * loop-iv.c (iv_get_reaching_def): Strengthen param "insn" and
25775         local "def_insn" from rtx to rtx_insn *.
25776         (get_biv_step_1): Likewise for local "insn".
25777         (iv_analyze_expr): Likewise for param "insn".
25778         (iv_analyze_def): Likewise for local "insn".
25779         (iv_analyze_op): Likewise for param "insn".
25780         (iv_analyze): Likewise.
25781         (iv_analyze_result): Likewise.
25782         (biv_p): Likewise.
25783         (suitable_set_for_replacement): Likewise.
25784         (simplify_using_initial_values): Likewise for local "insn".
25785         (iv_number_of_iterations): Likewise for param "insn".
25786         (check_simple_exit): Add checked cast to rtx_insn when invoking
25787         iv_number_of_iterations for now (until get_condition is
25788         strengthened).
25790         * loop-unroll.c (analyze_iv_to_split_insn): Strengthen param
25791         "insn" from rtx to rtx_insn *.
25792         (analyze_insns_in_loop): Likewise for local "insn".
25794 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25796         * loop-invariant.c (struct use): Strengthen field "insn" from rtx
25797         to rtx_insn *.
25798         (struct invariant): Likewise.
25799         (hash_invariant_expr_1): Likewise for param "insn".
25800         (invariant_expr_equal_p): Likewise for param "insn1", "insn2".
25801         (find_exits): Likewise for local "insn".
25802         (create_new_invariant): Likewise for param "insn".
25803         (check_dependencies): Likewise.
25804         (find_invariant_insn): Likewise.
25805         (record_uses): Likewise.
25806         (find_invariants_insn): Likewise.
25807         (find_invariants_bb): Likewise for local "insn".
25808         (get_pressure_class_and_nregs): Likewise for param "insn".
25809         (calculate_loop_reg_pressure): Likewise for local "insn".
25811 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25813         * loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
25814         to rtx_insn *.
25815         (add_test): Likewise for locals "seq", "jump".
25816         (doloop_modify): Likewise for locals "sequence", "jump_insn".
25818 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25820         * rtl.h (rebuild_jump_labels): Strengthen param "f" from rtx to
25821         rtx_insn *.
25822         (rebuild_jump_labels_chain): Likewise for param "chain".
25824         * cfgexpand.c (pass_expand::execute): Add checked cast to
25825         rtx_insn * when calling rebuild_jump_labels_chain in region where
25826         we know e->insns.r is non-NULL.
25828         * jump.c (rebuild_jump_labels_1): Strengthen param "f" from rtx to
25829         rtx_insn *.
25830         (rebuild_jump_labels): Likewise.
25831         (rebuild_jump_labels_chain): Likewise for param "chain".
25832         (cleanup_barriers): Likewise for locals "insn", "next", "prev".
25833         (init_label_info): Likewise for param "f".
25834         (maybe_propagate_label_ref): Likewise for params "jump_insn",
25835         "prev_nonjump_insn".
25836         (mark_all_labels): Likewise for param "f" and locals "insn",
25837         "prev_nonjump_insn".
25839 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25841         * ira-int.h (struct ira_allocno_copy): Strengthen field "insn"
25842         from rtx to rtx_insn *insn.
25843         (ira_create_copy): Strengthen param "insn" from rtx to rtx_insn *.
25844         (ira_add_allocno_copy): Likewise.
25845         * ira-build.c (find_allocno_copy): Strengthen param "insn" from
25846         rtx to rtx_insn *.
25847         (ira_create_copy): Likewise.
25848         (ira_add_allocno_copy): Likewise.
25849         (create_bb_allocnos): Likewise for local "insn".
25850         * ira-conflicts.c (process_regs_for_copy): Likewise for param "insn".
25851         (process_reg_shuffles): Update NULL_RTX to NULL in invocation of
25852         process_regs_for_copy for rtx_insn * param.
25853         (add_insn_allocno_copies): Strengthen param "insn" from rtx to
25854         rtx_insn *insn.  Update NULL_RTX to NULL in invocation of
25855         process_regs_for_copy for rtx_insn * param.
25856         (add_copies): Strengthen local "insn" from rtx to rtx_insn *insn.
25857         * ira-costs.c (record_reg_classes): Likewise for param "insn".
25858         (record_operand_costs): Likewise.
25859         (scan_one_insn): Likewise for return type, and for param "insn".
25860         (process_bb_for_costs): Likewise for local "insn".
25861         (process_bb_node_for_hard_reg_moves): Likewise.
25862         * ira-emit.c (struct move): Likewise for field "insn".
25863         (create_move): Eliminate use of NULL_RTX when dealing with an
25864         rtx_insn *.
25865         (emit_move_list): Strengthen return type and locals "result",
25866         "insn" from rtx to rtx_insn *insn.
25867         (emit_moves): Likewise for locals "insns", "tmp".
25868         (ira_emit): Likewise for local "insn".
25869         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise for param
25870         "insn".
25871         (find_call_crossed_cheap_reg): Likewise.
25872         (process_bb_node_lives): Likewise for local "insn".
25873         * ira.c (decrease_live_ranges_number): Likewise.
25874         (compute_regs_asm_clobbered): Likewise.
25875         (build_insn_chain): Likewise.
25876         (find_moveable_pseudos): Likewise, also locals "def_insn",
25877         "use_insn", "x".  Also strengthen local "closest_uses" from rtx *
25878         to rtx_insn **.  Add a checked cast when assigning from
25879         "closest_use" into closest_uses array in a region where we know
25880         it's a non-NULL insn.
25881         (interesting_dest_for_shprep): Strengthen param "insn" from rtx
25882         to rtx_insn *.
25883         (split_live_ranges_for_shrink_wrap): Likewise for locals "insn",
25884         "last_interesting_insn", "uin".
25885         (move_unallocated_pseudos): Likewise for locals "def_insn",
25886         "move_insn", "newinsn".
25888 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25890         * internal-fn.c (ubsan_expand_si_overflow_addsub_check):
25891         Strengthen locals "done_label", "do_error" from rtx to
25892         rtx_code_label *.
25893         (ubsan_expand_si_overflow_addsub_check): Strengthen local "last"
25894         from rtx to rtx_insn *.  Strengthen local "sub_check from rtx to
25895         rtx_code_label *.
25896         (ubsan_expand_si_overflow_neg_check): Likewise for locals
25897         "done_label", "do_error" to rtx_code_label * and local  "last" to
25898         rtx_insn *.
25899         (ubsan_expand_si_overflow_mul_check): Likewise for locals
25900         "done_label", "do_error", "large_op0", "small_op0_large_op1",
25901         "one_small_one_large", "both_ops_large", "after_hipart_neg",
25902         "after_lopart_neg", "do_overflow", "hipart_different"  to
25903         rtx_code_label * and local  "last" to rtx_insn *.
25905 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25907         * init-regs.c (initialize_uninitialized_regs): Strengthen locals
25908         "insn" and "move_insn" from rtx to rtx_insn *.
25910 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25912         * ifcvt.c (count_bb_insns): Strengthen local "insn" from rtx to
25913         rtx_insn *.
25914         (cheap_bb_rtx_cost_p): Likewise.
25915         (first_active_insn): Likewise for return type and local "insn".
25916         (last_active_insn):  Likewise for return type and locals "insn",
25917         "head".
25918         (struct noce_if_info): Likewise for fields "jump", "insn_a",
25919         "insn_b".
25920         (end_ifcvt_sequence): Likewise for return type and locals "insn",
25921         "seq".
25922         (noce_try_move): Likewise for local "seq".
25923         (noce_try_store_flag): Likewise.
25924         (noce_try_store_flag_constants): Likewise.
25925         (noce_try_addcc): Likewise.
25926         (noce_try_store_flag_mask): Likewise.
25927         (noce_try_cmove): Likewise.
25928         (noce_try_minmax): Likewise.
25929         (noce_try_abs): Likewise.
25930         (noce_try_sign_mask): Likewise.
25931         (noce_try_bitop): Likewise.
25932         (noce_can_store_speculate_p): Likewise for local "insn".
25933         (noce_process_if_block): Likewise for locals "insn_a", "insn_b",
25934         seq".
25935         (check_cond_move_block): Likewise for local "insn".
25936         (cond_move_convert_if_block): Likewise.
25937         (cond_move_process_if_block): Likewise for locals "seq",
25938         "loc_insn".
25939         (noce_find_if_block): Likewise for local "jump".
25940         (merge_if_block): Likewise for local "last".
25941         (block_jumps_and_fallthru_p): Likewise for locals "insn", "end".
25942         (find_cond_trap): Likewise for locals "trap", "jump", "newjump".
25943         (block_has_only_trap): Likewise for return type and local "trap".
25944         (find_if_case_1): Likewise for local "jump".
25945         (dead_or_predicable): Likewise for locals "head", "end", "jump",
25946         "insn".
25948 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25950         * hw-doloop.h (struct hwloop_info_d): Strengthen fields
25951         "last_insn", "loop_end" from rtx to rtx_insn *.
25953         * hw-doloop.c (scan_loop): Likewise for local "insn".
25954         (discover_loop): Likewise for param "tail_insn".
25955         (discover_loops): Likewise for local "tail".
25957         * config/bfin/bfin.c (hwloop_optimize): For now, add a checked
25958         cast to rtx_insn * when assigning from an rtx local to a
25959         hwloop_info's "last_insn" field.
25961 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25963         * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.
25964         (add_delay_dependencies): Strengthen local "pro" from rtx to
25965         rtx_insn *.
25966         (recompute_todo_spec): Likewise.
25967         (dep_cost_1): Likewise for locals "insn", "used".
25968         (schedule_insn): Likewise for local "dbg".
25969         (schedule_insn): Likewise for locals "pro", "next".
25970         (unschedule_insns_until): Likewise for local "con".
25971         (restore_pattern): Likewise for local "next".
25972         (estimate_insn_tick): Likewise for local "pro".
25973         (resolve_dependencies): Likewise for local "next".
25974         (fix_inter_tick): Likewise.
25975         (fix_tick_ready): Likewise for local "pro".
25976         (add_to_speculative_block): Likewise for locals "check", "twin",
25977         "pro".
25978         (sched_extend_bb): Likewise for locals "end", "insn".
25979         (init_before_recovery): Likewise for local "x".
25980         (sched_create_recovery_block): Likewise for local "barrier".
25981         (create_check_block_twin): Likewise for local "pro".
25982         (fix_recovery_deps): Likewise for locals "note", "insn", "jump",
25983         "consumer".
25984         (unlink_bb_notes): Update for change to type of bb_header.
25985         Strengthen locals "prev", "label", "note", "next" from rtx to
25986         rtx_insn *.
25987         (clear_priorities): Likewise for local "pro".
25989 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
25991         * gcse.c (struct occr): Strengthen field "insn" from rtx to
25992         rtx_insn *.
25993         (test_insn): Likewise for this global.
25994         (oprs_unchanged_p): Strengthen param "insn" from const_rtx to
25995         const rtx_insn *.
25996         (oprs_anticipatable_p): Likewise.
25997         (oprs_available_p): Likewise.
25998         (insert_expr_in_table): Strengthen param "insn" from  rtx to
25999         rtx_insn *.
26000         (hash_scan_set): Likewise.
26001         (hash_scan_clobber): Likewise.
26002         (hash_scan_call): Likewise.
26003         (hash_scan_insn): Likewise.
26004         (compute_hash_table_work): Likewise for local "insn".
26005         (process_insert_insn): Likewise for return type and local "pat".
26006         (insert_insn_end_basic_block): Likewise for locals "new_insn",
26007         "pat", "pat_end", "maybe_cc0_setter".
26008         (pre_edge_insert): Likewise for local "insn".
26009         (pre_insert_copy_insn): Likewise for param "insn".
26010         (pre_insert_copies): Likewise for local "insn".
26011         (struct set_data): Likewise for field "insn".
26012         (single_set_gcse): Likewise for param "insn".
26013         (gcse_emit_move_after): Likewise.
26014         (pre_delete): Likewise for local "insn".
26015         (update_bb_reg_pressure): Likewise for param "from" and local
26016         "insn".
26017         (should_hoist_expr_to_dom): Likewise for param "from".
26018         (hoist_code): Likewise for local "insn".
26019         (get_pressure_class_and_nregs): Likewise for param "insn".
26020         (calculate_bb_reg_pressure): Likewise for local "insn".
26021         (compute_ld_motion_mems): Likewise.
26023 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26025         * genpeep.c (main): Rename param back from "uncast_ins1" to
26026         "ins1", strengthening from rtx to rtx_insn *.  Drop now-redundant
26027         checked cast.
26029         * output.h (peephole): Strengthen param from rtx to rtx_insn *.
26031 2014-08-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
26033         PR target/62195
26034         * doc/md.texi (Machine Constraints): Update PowerPC wi constraint
26035         documentation to state it is only for VSX operations.
26037         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Make wi
26038         constraint only active if VSX.
26040         * config/rs6000/rs6000.md (lfiwax): Use wj constraint instead of
26041         wi cosntraint for ISA 2.07 lxsiwax/lxsiwzx instructions.
26042         (lfiwzx): Likewise.
26044 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26046         * fwprop.c (single_def_use_dom_walker::before_dom_children):
26047         Strengthen local "insn" from rtx to rtx_insn *.
26048         (use_killed_between): Likewise for param "target_insn".
26049         (all_uses_available_at): Likewise for param "target_insn" and
26050         local "next".
26051         (update_df_init): Likewise for params "def_insn", "insn".
26052         (update_df): Likewise for param "insn".
26053         (try_fwprop_subst): Likewise for param "def_insn" and local
26054         "insn".
26055         (free_load_extend): Likewise for param "insn".
26056         (forward_propagate_subreg): Likewise for param "def_insn" and
26057         local "use_insn".
26058         (forward_propagate_asm): Likewise for param "def_insn" and local
26059         "use_insn".
26060         (forward_propagate_and_simplify): Likewise for param "def_insn"
26061         and local "use_insn".
26062         (forward_propagate_into): Likewise for locals "def_insn" and
26063         "use_insn".
26065 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26067         * function.c (emit_initial_value_sets): Strengthen local "seq"
26068         from rtx to rtx_insn *.
26069         (instantiate_virtual_regs_in_insn): Likewise for param "insn" and
26070         local "seq".
26071         (instantiate_virtual_regs): Likewise for local "insn".
26072         (assign_parm_setup_reg): Likewise for locals "linsn", "sinsn".
26073         (reorder_blocks_1): Likewise for param "insns" and local "insn".
26074         (expand_function_end): Likewise for locals "insn" and "seq".
26075         (epilogue_done): Likewise for local "insn".
26076         (thread_prologue_and_epilogue_insns): Likewise for locals "prev",
26077         "last", "trial".
26078         (reposition_prologue_and_epilogue_notes): Likewise for locals
26079         "insn", "last", "note", "first".
26080         (match_asm_constraints_1): Likewise for param "insn" and local "insns".
26081         (pass_match_asm_constraints::execute): Likewise for local "insn".
26083 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26085         * output.h (final_scan_insn): Strengthen return type from rtx to
26086         rtx_insn *.
26087         (final_forward_branch_p): Likewise for param.
26088         (current_output_insn): Likewise for this global.
26090         * final.c (rtx debug_insn): Likewise for this variable.
26091         (current_output_insn): Likewise.
26092         (get_attr_length_1): Rename param "insn" to "uncast_insn",
26093         adding "insn" back in as an rtx_insn * with a checked cast, so
26094         that macro ADJUST_INSN_LENGTH can be passed an rtx_insn * as the
26095         first param.
26096         (compute_alignments): Strengthen local "label" from rtx to
26097         rtx_insn *.
26098         (shorten_branches): Rename param from "first" to "uncast_first",
26099         introducing a new local rtx_insn * "first" using a checked cast to
26100         effectively strengthen "first" from rtx to rtx_insn * without
26101         affecting the type signature.  Strengthen locals "insn", "seq",
26102         "next", "label" from rtx to rtx_insn *.
26103         (change_scope): Strengthen param "orig_insn" and local "insn" from
26104         rtx to rtx_insn *.
26105         (final_start_function): Rename param from "first" to "uncast_first",
26106         introducing a new local rtx_insn * "first" using a checked cast to
26107         effectively strengthen "first" from rtx to rtx_insn * without
26108         affecting the type signature.  Strengthen local "insn" from rtx to
26109         rtx_insn *.
26110         (dump_basic_block_info): Strengthen param "insn" from rtx to
26111         rtx_insn *.
26112         (final): Rename param from "first" to "uncast_first",
26113         introducing a new local rtx_insn * "first" using a checked cast to
26114         effectively strengthen "first" from rtx to rtx_insn * without
26115         affecting the type signature.  Strengthen locals "insn", "next"
26116         from rtx to rtx_insn *.
26117         (output_alternate_entry_point): Strengthen param "insn" from rtx to
26118         rtx_insn *.
26119         (call_from_call_insn): Strengthen param "insn" from rtx to
26120         rtx_call_insn *.
26121         (final_scan_insn): Rename param from "insn" to "uncast_insn",
26122         introducing a new local rtx_insn * "insn" using a checked cast to
26123         effectively strengthen "insn" from rtx to rtx_insn * without
26124         affecting the type signature.  Strengthen return type and locals
26125         "next", "note", "prev", "new_rtx" from rtx to rtx_insn *.  Remove
26126         now-redundant checked cast to rtx_insn * from both invocations of
26127         debug_hooks->var_location.  Convert CALL_P into a dyn_cast,
26128         introducing a local "call_insn" for use when invoking
26129         call_from_call_insn.
26130         (notice_source_line): Strengthen param "insn" from rtx to
26131         rtx_insn *.
26132         (leaf_function_p): Likewise for local "insn".
26133         (final_forward_branch_p): Likewise.
26134         (leaf_renumber_regs): Likewise for param "first".
26135         (rest_of_clean_state): Likewise for locals "insn" and "next".
26136         (self_recursive_call_p): Likewise for param "insn".
26137         (collect_fn_hard_reg_usage): Likewise for local "insn".
26138         (get_call_fndecl): Likewise for param "insn".
26139         (get_call_cgraph_rtl_info): Likewise.
26140         (get_call_reg_set_usage): Rename param from "insn" to "uncast_insn",
26141         introducing a new local rtx_insn * "insn" using a checked cast to
26142         effectively strengthen "insn" from rtx to rtx_insn * without
26143         affecting the type signature.
26145         * config/arc/arc.c (arc_final_prescan_insn): For now, add checked
26146         cast when assigning from param "insn" to current_output_insn.
26147         (arc_pad_return): Strengthen local "insn" from rtx to rtx_insn *
26148         so that we can assign it back to current_output_insn.
26150 2014-08-20  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
26152         * config/avr/avr-mcus.def: Remove atmega26hvg, atmega64rfa2,
26153         atmega48hvf, atxmega32x1, atmxt224, atmxt224e, atmxt336s,
26154         atmxt540s and atmxt540sreva devices.
26155         * config/avr/avr-tables.opt: Regenerate.
26156         * config/avr/t-multilib: Regenerate.
26157         * doc/avr-mmcu.texi: Regenerate.
26159 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26161         * expr.c (convert_move): Strengthen local "insns" from rtx to
26162         rtx_insn *.
26163         (emit_block_move_via_loop): Strengthen locals "cmp_label" and
26164         "top_label" from rtx to rtx_code_label *.
26165         (move_block_to_reg): Strengthen local "insn", "last" from rtx to
26166         rtx_insn *.
26167         (emit_single_push_insn): Likewise for locals "prev", "last".
26168         (store_expr): Strengthen locals "lab1", "lab2", "label" from rtx
26169         to rtx_code_label *.
26170         (store_constructor): Likewise for locals "loop_start", "loop_end".
26171         (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
26172         rtx_insn *.
26173         (expand_expr_real_2): Likewise.
26174         (expand_expr_real_1): Strengthen local "label" from rtx to
26175         rtx_code_label *.
26177 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26179         * expmed.c (store_bit_field_using_insv): Strengthen local "last"
26180         from rtx to rtx_insn *.
26181         (store_bit_field_1): Likewise.
26182         (extract_bit_field_1): Likewise.
26183         (expand_mult_const): Likewise for local "insns".
26184         (expmed_mult_highpart): Strengthen local "label" from rtx to
26185         rtx_code_label *.
26186         (expand_smod_pow2): Likewise.
26187         (expand_sdiv_pow2): Likewise.
26188         (expand_divmod): Strengthen locals "last", "insn" from rtx to
26189         rtx_insn *.  Strengthen locals "label", "label1", "label2",
26190         "label3", "label4", "label5", "lab" from rtx to rtx_code_label *.
26191         (emit_cstore): Strengthen local "last" from rtx to rtx_insn *.
26192         (emit_store_flag): Likewise.
26193         (emit_store_flag_force): Strengthen local "label" from rtx to
26194         rtx_code_label *.
26195         (do_cmp_and_jump): Likewise for param "label".
26197 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26199         * explow.c (force_reg): Strengthen local "insn" from rtx to
26200         rtx_insn *.
26201         (adjust_stack_1): Likewise.
26202         (allocate_dynamic_stack_space): Likewise.  Strengthen locals
26203         "final_label", "available_label", "space_available" from rtx to
26204         rtx_code_label *.
26205         (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
26206         (anti_adjust_stack_and_probe): Likewise.
26208 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26210         * except.h (sjlj_emit_function_exit_after): Strengthen param
26211         "after" from rtx to rtx_insn *.  This is only called with
26212         result of get_last_insn (in function.c) so type-change should be
26213         self-contained.
26215         * function.h (struct rtl_eh): Strengthen field "ehr_label" from
26216         rtx to rtx_code_label *, and field "sjlj_exit_after" from rtx
26217         to rtx_insn *.  These fields are only used from except.c so this
26218         type-change should be self-contained to this patch.
26220         * except.c (emit_to_new_bb_before): Strengthen param "seq" and
26221         local "last" from rtx to rtx_insn *.
26222         (dw2_build_landing_pads): Likewise for local "seq".
26223         (sjlj_mark_call_sites): Likewise for locals "insn", "before", p".
26224         (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
26225         rtx to rtx_code_label *.  Strengthen locals "fn_begin", "seq" from
26226         rtx to rtx_insn *.
26227         (sjlj_emit_function_exit_after): Strengthen param "after" from rtx
26228         to rtx_insn *.
26229         (sjlj_emit_function_exit): Likewise for locals "seq", "insn".
26230         (sjlj_emit_dispatch_table): Likewise for locals "seq", "seq2".
26231         (sjlj_build_landing_pads): Replace NULL_RTX with NULL when
26232         referring to an insn.  Strengthen local "dispatch_label" from
26233         rtx to rtx_code_label *.
26234         (set_nothrow_function_flags): Strengthen local "insn" from rtx to
26235         rtx_insn *.
26236         (expand_eh_return): Strengthen local "around_label" from
26237         rtx to rtx_code_label *.
26238         (convert_to_eh_region_ranges): Strengthen locals "iter",
26239         "last_action_insn", "first_no_action_insn",
26240         "first_no_action_insn_before_switch",
26241         "last_no_action_insn_before_switch", from rtx to rtx_insn *.
26243 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26245         * dwarf2out.c (last_var_location_insn): Strengthen this variable
26246         from rtx to rtx_insn *.
26247         (cached_next_real_insn): Likewise.
26248         (dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
26249         working with insns.
26250         (dwarf2out_var_location): Strengthen locals "next_real",
26251         "next_note", "expected_next_loc_note", "last_start", "insn" from
26252         rtx to rtx_insn *.
26254 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26256         * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
26257         from rtx to rtx_insn *.
26258         (create_pseudo_cfg): Likewise for local "insn".
26260 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26262         * df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
26263         from rtx to rtx_insn *.
26264         (df_bb_regno_last_def_find): Likewise.
26266         * df-problems.c (df_rd_bb_local_compute): Likewise.
26267         (df_lr_bb_local_compute): Likewise.
26268         (df_live_bb_local_compute): Likewise.
26269         (df_chain_remove_problem): Likewise.
26270         (df_chain_create_bb): Likewise.
26271         (df_word_lr_bb_local_compute): Likewise.
26272         (df_remove_dead_eq_notes): Likewise for param "insn".
26273         (df_note_bb_compute): Likewise for local "insn".
26274         (simulate_backwards_to_point): Likewise.
26275         (df_md_bb_local_compute): Likewise.
26277         * df-scan.c (df_scan_free_bb_info): Likewise.
26278         (df_scan_start_dump): Likewise.
26279         (df_scan_start_block): Likewise.
26280         (df_install_ref_incremental): Likewise for local "insn".
26281         (df_insn_rescan_all): Likewise.
26282         (df_reorganize_refs_by_reg_by_insn): Likewise.
26283         (df_reorganize_refs_by_insn_bb): Likewise.
26284         (df_recompute_luids): Likewise.
26285         (df_bb_refs_record): Likewise.
26286         (df_update_entry_exit_and_calls): Likewise.
26287         (df_bb_verify): Likewise.
26289 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26291         * ddg.h (struct ddg_node): Strengthen fields "insn" and
26292         "first_note" from rtx to rtx_insn *.
26293         (get_node_of_insn): Likewise for param 2 "insn".
26294         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
26296         * ddg.c (mem_read_insn_p): Strengthen param "insn" from rtx to
26297         rtx_insn *.
26298         (mem_write_insn_p): Likewise.
26299         (mem_access_insn_p): Likewise.
26300         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
26301         (def_has_ccmode_p): Likewise for param "insn".
26302         (add_cross_iteration_register_deps): Likewise for locals
26303         "def_insn" and "use_insn".
26304         (insns_may_alias_p): Likewise for params "insn1" and "insn2".
26305         (build_intra_loop_deps): Likewise for local "src_insn".
26306         (create_ddg): Strengthen locals "insn" and "first_note" from rtx
26307         to rtx_insn *.
26308         (get_node_of_insn): Likewise for param "insn".
26310 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26312         * dce.c (worklist): Strengthen from vec<rtx> to vec<rtx_insn *>.
26313         (deletable_insn_p): Strengthen param "insn" from rtx to
26314         rtx_insn *.  Add checked cast to rtx_call_insn when invoking
26315         find_call_stack_args, since this is guarded by CALL_P (insn).
26316         (marked_insn_p): Strengthen param "insn" from rtx to
26317         rtx_insn *.
26318         (mark_insn): Likewise.  Add checked cast to rtx_call_insn when
26319         invoking find_call_stack_args, since this is guarded by
26320         CALL_P (insn).
26321         (mark_nonreg_stores_1): Strengthen cast of "data" from rtx to
26322         rtx_insn *; we know this is an insn since this was called by
26323         mark_nonreg_stores.
26324         (mark_nonreg_stores_2): Likewise.
26325         (mark_nonreg_stores): Strengthen param "insn" from rtx to
26326         rtx_insn *.
26327         (find_call_stack_args): Strengthen param "call_insn" from rtx to
26328         rtx_call_insn *; strengthen locals "insn" and "prev_insn" from rtx
26329         to rtx_insn *.
26330         (remove_reg_equal_equiv_notes_for_defs): Strengthen param "insn"
26331         from rtx to rtx_insn *.
26332         (reset_unmarked_insns_debug_uses): Likewise for locals "insn",
26333         "next", "ref_insn".
26334         (delete_unmarked_insns): Likewise for locals "insn", "next".
26335         (prescan_insns_for_dce): Likewise for locals "insn", "prev".
26336         (mark_reg_dependencies): Likewise for param "insn".
26337         (rest_of_handle_ud_dce): Likewise for local "insn".
26338         (word_dce_process_block): Likewise.
26339         (dce_process_block): Likewise.
26341 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26343         * cse.c (struct qty_table_elem): Strengthen field "const_insn"
26344         from rtx to rtx_insn *.
26345         (struct change_cc_mode_args): Likewise for field "insn".
26346         (this_insn): Strengthen from rtx to rtx_insn *.
26347         (make_new_qty): Replace use of NULL_RTX with NULL when dealing
26348         with insn.
26349         (validate_canon_reg): Strengthen param "insn" from rtx to
26350         rtx_insn *.
26351         (canon_reg): Likewise.
26352         (fold_rtx): Likewise.  Replace use of NULL_RTX with NULL when
26353         dealing with insn.
26354         (record_jump_equiv): Strengthen param "insn" from rtx to
26355         rtx_insn *.
26356         (try_back_substitute_reg): Likewise, also for locals "prev",
26357         "bb_head".
26358         (find_sets_in_insn): Likewise for param "insn".
26359         (canonicalize_insn): Likewise.
26360         (cse_insn): Likewise.  Add a checked cast.
26361         (invalidate_from_clobbers): Likewise for param "insn".
26362         (invalidate_from_sets_and_clobbers): Likewise.
26363         (cse_process_notes_1): Replace use of NULL_RTX with NULL when
26364         dealing with insn.
26365         (cse_prescan_path): Strengthen local "insn" from rtx to
26366         rtx_insn *.
26367         (cse_extended_basic_block): Likewise for locals "insn" and
26368         "prev_insn".
26369         (cse_main): Likewise for param "f".
26370         (check_for_label_ref): Likewise for local "insn".
26371         (set_live_p): Likewise for second param ("insn").
26372         (insn_live_p): Likewise for first param ("insn") and for local
26373         "next".
26374         (cse_change_cc_mode_insn): Likewise for first param "insn".
26375         (cse_change_cc_mode_insns): Likewise for first and second params
26376         "start" and "end".
26377         (cse_cc_succs): Likewise for locals "insns", "last_insns", "insn"
26378         and "end".
26379         (cse_condition_code_reg): Likewise for locals "last_insn", "insn",
26380         "cc_src_insn".
26382 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
26383             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
26384             Anna Tikhonova  <anna.tikhonova@intel.com>
26385             Ilya Tocar  <ilya.tocar@intel.com>
26386             Andrey Turetskiy  <andrey.turetskiy@intel.com>
26387             Ilya Verbin  <ilya.verbin@intel.com>
26388             Kirill Yukhin  <kirill.yukhin@intel.com>
26389             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
26391         * config/i386/subst.md (define_subst_attr "mask_avx512bw_condition"):
26392         New.
26393         * config/i386/sse.md
26394         (define_mode_iterator VI248_AVX2): Delete.
26395         (define_mode_iterator VI2_AVX2_AVX512BW): New.
26396         (define_mode_iterator VI48_AVX2): Ditto.
26397         (define_insn <shift_insn><mode>3): Delete.
26398         (define_insn "<shift_insn><mode>3<mask_name>" with
26399         VI2_AVX2_AVX512BW): New.
26400         (define_insn "<shift_insn><mode>3<mask_name>" with
26401         VI48_AVX2): Ditto.
26403 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
26404             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
26405             Anna Tikhonova  <anna.tikhonova@intel.com>
26406             Ilya Tocar  <ilya.tocar@intel.com>
26407             Andrey Turetskiy  <andrey.turetskiy@intel.com>
26408             Ilya Verbin  <ilya.verbin@intel.com>
26409             Kirill Yukhin  <kirill.yukhin@intel.com>
26410             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
26412         * config/i386/sse.md
26413         (define_mode_iterator VI4F_BRCST32x2): New.
26414         (define_mode_attr 64x2_mode): Ditto.
26415         (define_mode_attr 32x2mode): Ditto.
26416         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"
26417         with VI4F_BRCST32x2): Ditto.
26418         (define_insn "<mask_codefor>avx512vl_broadcast<mode><mask_name>_1"
26419         with V16FI mode iterator): Ditto.
26420         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
26421         with V16FI): Ditto.
26422         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
26423         with VI8F_BRCST64x2): Ditto.
26425 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
26426             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
26427             Anna Tikhonova  <anna.tikhonova@intel.com>
26428             Ilya Tocar  <ilya.tocar@intel.com>
26429             Andrey Turetskiy  <andrey.turetskiy@intel.com>
26430             Ilya Verbin  <ilya.verbin@intel.com>
26431             Kirill Yukhin  <kirill.yukhin@intel.com>
26432             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
26434         * config/i386/sse.md
26435         (define_mode_iterator VI8_AVX512VL): New.
26436         (define_insn "avx512cd_maskb_vec_dup<mode>"): Macroize.
26438 2014-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
26440         * gcc/config/i386/sse.md (define_mode_iterator V_AVX512VL): Delete.
26441         (define_mode_iterator V48_AVX512VL): New.
26442         (define_mode_iterator V12_AVX512VL): Ditto.
26443         (define_insn <avx512>_load<mode>_mask): Split into two similar
26444         patterns which use different mode iterators: V48_AVX512VL V12_AVX512VL.
26445         Refactor output template.
26446         (define_insn "<avx512>_store<mode>_mask"): Ditto.
26448 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26450         * cprop.c (struct occr): Strengthen field "insn" from rtx to
26451         rtx_insn *.
26452         (reg_available_p): Likewise for param "insn".
26453         (insert_set_in_table): Likewise.
26454         (hash_scan_set): Likewise.
26455         (hash_scan_insn): Likewise.
26456         (make_set_regs_unavailable): Likewise.
26457         (compute_hash_table_work): Likewise for local "insn".
26458         (reg_not_set_p): Strengthen param "insn" from const_rtx to
26459         const rtx_insn *.
26460         (mark_oprs_set): Strengthen param "insn" from rtx to rtx_insn *.
26461         (try_replace_reg): Likewise.
26462         (find_avail_set): Likewise.
26463         (cprop_jump): Likewise for params "setcc", "jump".
26464         (constprop_register): Likewise for param "insn".
26465         (cprop_insn): Likewise.
26466         (do_local_cprop): Likewise.
26467         (local_cprop_pass): Likewise for local "insn".
26468         (bypass_block): Likewise for params "setcc" and "jump".
26469         (bypass_conditional_jumps): Likewise for locals "setcc" and
26470         "insn".
26471         (one_cprop_pass): Likewise for local "insn".
26473 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26475         * compare-elim.c (struct comparison_use): Strengthen field "insn"
26476         from rtx to rtx_insn *.
26477         (struct comparison): Likewise, also for field "prev_clobber".
26478         (conforming_compare): Likewise for param "insn".
26479         (arithmetic_flags_clobber_p): Likewise.
26480         (find_flags_uses_in_insn): Likewise.
26481         (find_comparison_dom_walker::before_dom_children): Likewise for
26482         locals "insn", "next", "last_clobber".
26483         (try_eliminate_compare): Likewise for locals "insn", "bb_head".
26485 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
26487         * combine-stack-adj.c (struct csa_reflist): Strengthen field
26488         "insn" from rtx to rtx_insn *.
26489         (single_set_for_csa): Likewise for param "insn".
26490         (record_one_stack_ref): Likewise.
26491         (try_apply_stack_adjustment): Likewise.
26492         (struct record_stack_refs_data): Likewise for field "insn".
26493         (maybe_move_args_size_note): Likewise for params "last" and "insn".
26494         (prev_active_insn_bb): Likewise for return type and param "insn".
26495         (next_active_insn_bb): Likewise.
26496         (force_move_args_size_note): Likewise for params "prev" and "last"
26497         and locals "test", "next_candidate", "prev_candidate".
26498         (combine_stack_adjustments_for_block): Strengthen locals
26499         "last_sp_set", "last2_sp_set", "insn", "next" from rtx to
26500         rtx_insn *.
26502 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26504         * combine.c (i2mod): Strengthen this variable from rtx to rtx_insn *.
26505         (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
26506         (subst_insn): Likewise for this variable.
26507         (added_links_insn): Likewise.
26508         (struct insn_link): Likewise for field "insn".
26509         (alloc_insn_link): Likewise for param "insn".
26510         (struct undobuf): Likewise for field "other_insn".
26511         (find_single_use): Likewise for param "insn" and local "next".
26512         (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
26513         (delete_noop_moves): Likewise for locals "insn", "next".
26514         (create_log_links): Likewise for locals "insn", "use_insn".
26515         Strengthen local "next_use" from rtx * to rtx_insn **.
26516         (insn_a_feeds_b): Likewise for params "a", "b".
26517         (combine_instructions): Likewise for param "f" and locals "insn",
26518         "next", "prev", "first", "last_combined_insn", "link", "link1",
26519         "temp".  Replace use of NULL_RTX with NULL when referring to
26520         insns.
26521         (setup_incoming_promotions): Likewise for param "first"
26522         (set_nonzero_bits_and_sign_copies): Likewise for local "insn".
26523         (can_combine_p): Likewise for params "insn", "i3", "pred",
26524         "pred2", "succ", "succ2" and for local "p".
26525         (combinable_i3pat): Likewise for param "i3".
26526         (cant_combine_insn_p): Likewise for param "insn".
26527         (likely_spilled_retval_p): Likewise.
26528         (adjust_for_new_dest): Likewise.
26529         (update_cfg_for_uncondjump): Likewise, also for local "insn".
26530         (try_combine): Likewise for return type and for params "i3", "i2",
26531         "i1", "i0", "last_combined_insn", and for locals "insn",
26532         "cc_use_insn", "p", "first", "last", "i2_insn", "i1_insn",
26533         "i0_insn".  Eliminate local "tem" in favor of new locals
26534         "tem_note" and "tem_insn", the latter being an rtx_insn *.  Add a
26535         checked cast for now to rtx_insn * on the return type of
26536         gen_rtx_INSN.  Replace use of NULL_RTX with NULL when referring to
26537         insns.
26538         (find_split_point): Strengthen param "insn" from rtx to
26539         rtx_insn *.
26540         (simplify_set): Likewise for local "other_insn".
26541         (recog_for_combine): Likewise for param "insn".
26542         (record_value_for_reg): Likewise.
26543         (record_dead_and_set_regs_1): Likewise for local
26544         "record_dead_insn".
26545         (record_dead_and_set_regs): Likewise for param "insn".
26546         (record_promoted_value): Likewise.
26547         (check_promoted_subreg): Likewise.
26548         (get_last_value_validate): Likewise.
26549         (reg_dead_at_p): Likewise.
26550         (move_deaths): Likewise for param "to_insn".
26551         (distribute_notes): Likewise for params "from_insn", "i3", "i2"
26552         and locals "place", "place2", "cc0_setter".  Eliminate local "tem
26553         in favor of new locals "tem_note" and "tem_insn", the latter being
26554         an rtx_insn *.
26555         (distribute_links): Strengthen locals "place", "insn" from rtx to
26556         rtx_insn *.
26558 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26560         * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather
26561         than a const_rtx.
26562         (can_delete_label_p): Require a const rtx_code_label * rather than
26563         a const_rtx.
26564         (delete_insn): Add checked cast to rtx_code_label * when we know
26565         we're dealing with LABEL_P (insn).  Strengthen local "bb_note" from
26566         rtx to rtx_insn *.
26567         (delete_insn_chain): Strengthen locals "prev" and "current" from
26568         rtx to rtx_insn *.  Add a checked cast when assigning from
26569         "finish" (strengthening the params will come later).  Add a
26570         checked cast to rtx_note * in region where we know
26571         NOTE_P (current).
26572         (rtl_delete_block): Strengthen locals "insn" and "end" from rtx to
26573         rtx_insn *.
26574         (compute_bb_for_insn): Likewise.
26575         (free_bb_for_insn): Likewise for local "insn".
26576         (compute_bb_for_insn): Likewise.
26577         (update_bb_for_insn_chain): Strengthen params "begin", "end" and
26578         local "insn" from rtx to rtx_insn *
26579         (flow_active_insn_p): Require a const rtx_insn * rather than a
26580         const_rtx.
26581         (contains_no_active_insn_p): Strengthen local "insn" from rtx to
26582         rtx_insn *.
26583         (can_fallthru): Likewise for locals "insn" and "insn2".
26584         (bb_note): Likewise for local "note".
26585         (first_insn_after_basic_block_note): Likewise for local "note" and
26586         for return type.
26587         (rtl_split_block): Likewise for locals "insn" and "next".
26588         (unique_locus_on_edge_between_p): Likewise for locals "insn" and
26589         "end".
26590         (rtl_merge_blocks): Likewise for locals "b_head", "b_end",
26591         "a_end", "del_first", "del_last", "b_debug_start", "b_debug_end",
26592         "prev", "tmp".
26593         (try_redirect_by_replacing_jump): Likewise for locals "insn" (both of
26594         them), "kill_from", "barrier", "new_insn".
26595         (patch_jump_insn): Likewise for params "insn", "old_label".
26596         (redirect_branch_edge): Likewise for locals "old_label", "insn".
26597         (force_nonfallthru_and_redirect): Likewise for locals "insn",
26598         "old_label", "new_label".
26599         (rtl_tidy_fallthru_edge): Likewise for local "q".
26600         (rtl_split_edge): Likewise for locals "before", "last".
26601         (commit_one_edge_insertion): Likewise for locals "before",
26602         "after", "insns", "tmp", "last", adding a checked cast where
26603         currently necessary.
26604         (commit_edge_insertions): Likewise.
26605         (rtl_dump_bb): Likewise for locals "insn", "last".
26606         (print_rtl_with_bb): Likewise for local "x".
26607         (rtl_verify_bb_insns): Likewise for local "x".
26608         (rtl_verify_bb_pointers): Likewise for local "insn".
26609         (rtl_verify_bb_insn_chain): Likewise for locals "x", "last_head",
26610         "head", "end".
26611         (rtl_verify_fallthru): Likewise for local "insn".
26612         (rtl_verify_bb_layout): Likewise for locals "x" and "rtx_first".
26613         (purge_dead_edges): Likewise for local "insn".
26614         (fixup_abnormal_edges): Likewise for locals "insn", "stop", "next".
26615         (skip_insns_after_block): Likewise for return type and for locals
26616         "insn", "last_insn", "next_head", "prev".
26617         (record_effective_endpoints): Likewise for locals "next_insn",
26618         "insn", "end".
26619         (fixup_reorder_chain): Likewise for locals "bb_end_insn" and "end".
26620         (verify_insn_chain): Likewise for locals "x", "prevx", "nextx".
26621         (cfg_layout_can_duplicate_bb_p): Likewise for local "insn".
26622         (duplicate_insn_chain): For now, add checked cast from rtx to
26623         rtx_insn * when returning insn.
26624         (cfg_layout_duplicate_bb): Likewise for local "insn".
26625         (cfg_layout_delete_block): Likewise for locals "insn", "next",
26626         "prev", "remaints".
26627         (cfg_layout_merge_blocks): Likewise for local "insn", "last".
26628         (rtl_block_empty_p): Likewise.
26629         (rtl_split_block_before_cond_jump): Likewise for locals "insn",
26630         "split_point", "last".
26631         (rtl_block_ends_with_call_p): Likewise for local "insn".
26632         (need_fake_edge_p): Strengthen param "insn" from const_rtx to
26633         const rtx_insn *.
26634         (rtl_flow_call_edges_add): Strengthen locals "insn", "prev_insn",
26635         "split_at_insn" from rtx to rtx_insn *.
26636         (rtl_lv_add_condition_to_bb): Likewise for locals "seq", "jump".
26637         (rtl_can_remove_branch_p): Strengthen local "insn" from const_rtx
26638         to const rtx_insn *.
26639         (rtl_account_profile_record): Likewise.
26641 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26643         * cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
26644         rtx to rtx_insn *.
26645         (average_num_loop_insns): Likewise.
26646         (init_set_costs): Likewise for local "seq".
26647         (seq_cost): Likewise for param "seq", from const_rtx to const
26648         rtx_insn *.
26650 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26652         * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
26653         rtx to rtx_insn *.
26655 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26657         * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
26658         "f1" and "f2" from rtx * to rtx_insn **.
26659         (flow_find_head_matching_sequence): Likewise.
26661         * cfgcleanup.c (try_simplify_condjump): Strengthen local
26662         "cbranch_insn" from rtx to rtx_insn *.
26663         (thread_jump): Likewise for local "insn".
26664         (try_forward_edges): Likewise for local "last".
26665         (merge_blocks_move_predecessor_nojumps): Likewise for local "barrier".
26666         (merge_blocks_move_successor_nojumps): Likewise for locals "barrier",
26667         "real_b_end".
26668         (can_replace_by): Likewise for params "i1", "i2".
26669         (old_insns_match_p): Likewise.
26670         (merge_notes): Likewise.
26671         (walk_to_nondebug_insn): Likewise for param "i1".
26672         (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx *
26673         to rtx_insn **.  Strengthen locals "i1", "i2", "last1", "last2",
26674         "afterlast1", "afterlast2" from rtx to rtx_insn *.
26675         (flow_find_head_matching_sequence): Strengthen params "f1" and
26676         "f2" from rtx * to rtx_insn **.  Strengthen locals "i1", "i2",
26677         "last1", "last2", "beforelast1", "beforelast2" from rtx to
26678         rtx_insn *.
26679         (outgoing_edges_match): Likewise for locals "last1", "last2".
26680         (try_crossjump_to_edge): Likewise for local "insn".
26681         Replace call to for_each_rtx with for_each_rtx_in_insn.
26683         (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".
26684         (try_head_merge_bb): Likewise for locals "e0_last_head_, "jump",
26685         "e0_last", "e_last", "head", "curr", "insn".  Strengthen locals
26686         "headptr", "currptr", "nextptr" from rtx * to rtx_insn **.
26687         (try_optimize_cfg): Strengthen local "last" from rtx to
26688         rtx_insn *.
26689         (delete_dead_jumptables): Likewise for locals "insn", "next",
26690         "label".
26692         * ifcvt.c (cond_exec_process_if_block): Likewise for locals
26693         "rtx then_last_head", "rtx else_last_head", "rtx then_first_tail",
26694         "rtx else_first_tail", to reflect the basic-block.h changes above.
26696 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26698         * cfgbuild.c (make_edges): Strengthen local "insn" from rtx to
26699         rtx_insn *.
26700         (purge_dead_tablejump_edges): Likewise.
26701         (find_bb_boundaries): Likewise for locals "insn", "end",
26702         "flow_transfer_insn".
26704 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26706         * caller-save.c (save_call_clobbered_regs): Strengthen locals
26707         "ins" and "prev" from rtx to rtx_insn *.
26709 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26711         * calls.c (emit_call_1): Strengthen local "call_insn" from rtx to
26712         rtx_insn *.
26713         (internal_arg_pointer_exp_state): Likewise for field "scan_start".
26714         (internal_arg_pointer_based_exp_scan): Likewise for locals "insn",
26715         "scan_start".
26716         (load_register_parameters): Likewise for local "before_arg".
26717         (check_sibcall_argument_overlap): Likewise for param "insn".
26718         (expand_call): Likewise for locals "normal_call_insns",
26719         "tail_call_insns", "insns", "before_call", "after_args",
26720         "before_arg", "last", "prev".  Strengthen one of the "last" from
26721         rtx to rtx_call_insn *.
26722         (fixup_tail_calls): Strengthen local "insn" from rtx to
26723         rtx_insn *.
26724         (emit_library_call_value_1): Likewise for locals "before_call" and
26725         "last".
26727 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26729         * builtins.c (expand_builtin_longjmp): Strengthen locals "insn"
26730         and "last" from rtx to rtx_insn *.
26731         (expand_builtin_nonlocal_goto): Likewise for local "insn".
26732         (expand_builtin_apply): Strengthen local "call_insn" from rtx to
26733         rtx_call_insn *.
26734         (expand_errno_check): Strengthen local "lab" from rtx to
26735         rtx_code_label *.
26736         (expand_builtin_mathfn): Strengthen local "insns" from rtx to
26737         rtx_insn *.
26738         (expand_builtin_mathfn_2): Likewise.
26739         (expand_builtin_mathfn_ternary): Likewise.
26740         (expand_builtin_mathfn_3): Likewise.
26741         (expand_builtin_interclass_mathfn): Likewise for local "last".
26742         (expand_builtin_int_roundingfn): Likewise for local "insns".
26743         (expand_builtin_int_roundingfn_2): Likewise.
26744         (expand_builtin_strlen): Likewise for local "before_strlen".
26745         (expand_builtin_strncmp): Likewise for local "seq".
26746         (expand_builtin_signbit): Likewise for local "last".
26747         (expand_builtin_atomic_compare_exchange): Strengthen local "label"
26748         from rtx to rtx_code_label *.
26749         (expand_stack_restore):  Strengthen local "prev" from rtx to
26750         rtx_insn *.
26752 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26754         * bt-load.c (struct btr_user_s): Strengthen field "insn" from rtx
26755         to rtx_insn *.
26756         (struct btr_def_s): Likewise.
26757         (insn_sets_btr_p): Strengthen param "insn" from const_rtx to
26758         const rtx_insn *.
26759         (add_btr_def): Likewise.
26760         (new_btr_user): Likewise.
26761         (compute_defs_uses_and_gen): Strengthen locals "insn", "last" from
26762         rtx to rtx_insn *.
26763         (link_btr_uses): Likewise.
26764         (move_btr_def): Likewise for locals "insp", "old_insn",
26765         "new_insn".  Add checked cast to rtx_insn * for now on result of
26766         gen_move_insn.
26767         (can_move_up): Strengthen param "insn" from const_rtx to
26768         const rtx_insn *.
26770 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26772         * bb-reorder.c (copy_bb_p): Strengthen local "insn" from rtx to
26773         rtx_insn *.
26774         (get_uncond_jump_length): Likewise for locals "label", "jump".
26775         (fix_up_crossing_landing_pad): Likewise for locals "new_label",
26776         "jump", "insn".
26777         (add_labels_and_missing_jumps): Likewise for local "new_jump".
26778         (fix_up_fall_thru_edges): Likewise for local "old_jump".
26779         (find_jump_block): Likewise for local "insn".
26780         (fix_crossing_conditional_branches): Likewise for locals
26781         "old_jump", "new_jump".
26782         (fix_crossing_unconditional_branches): Likewise for locals
26783         "last_insn", "indirect_jump_sequence", "jump_insn", "cur_insn".
26784         (pass_duplicate_computed_gotos::execute): Likewise for local "insn".
26786 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26788         * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from
26789         rtx to rtx_insn *.
26790         (struct mem_insn): Likewise for field "insn".
26791         (reg_next_use): Strengthen from rtx * to rtx_insn **.
26792         (reg_next_inc_use): Likewise.
26793         (reg_next_def): Likewise.
26794         (move_dead_notes): Strengthen params "to_insn" and "from_insn"
26795         from rtx to rtx_insn *.
26796         (move_insn_before): Likewise for param "next_insn" and local "insns".
26797         (attempt_change): Likewise for local "mov_insn".
26798         (try_merge): Likewise for param "last_insn".
26799         (get_next_ref): Likewise for return type and local "insn".
26800         Strengthen param "next_array" from rtx * to rtx_insn **.
26801         (parse_add_or_inc): Strengthen param "insn" from rtx to
26802         rtx_insn *.
26803         (find_inc): Likewise for locals "insn" and "other_insn" (three of
26804         the latter).
26805         (merge_in_block): Likewise for locals "insn", "curr",
26806         "other_insn".
26807         (pass_inc_dec::execute): Update allocations of the arrays to
26808         reflect the stronger types.
26810 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26812         * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
26813         and "jump" from rtx to rtx_insn *.  Strengthen local "top_label"
26814         from rtx to rtx_code_label *.
26816 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26818         * alias.c (init_alias_analysis): Strengthen local "insn" from rtx
26819         to rtx_insn *.
26821 2014-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
26823         * config/rs6000/rs6000.c (print_operand, 'y' case): Fix code that
26824         generated a warning and prevented bootstrapping the compiler.
26826 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26828         * rtl.h (delete_related_insns): Strengthen return type from rtx to
26829         rtx_insn *.
26831         * jump.c (delete_related_insns): Likewise, also for locals "next"
26832         and "prev".
26834 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26836         * genautomata.c (output_internal_insn_latency_func): When writing
26837         the function "internal_insn_latency" to insn-automata.c,
26838         strengthen params "insn" and "insn2" from rtx to rtx_insn *, thus
26839         allowing the optional guard function of (define_bypass) clauses to
26840         expect a pair of rtx_insn *, rather than a pair of rtx.
26841         (output_insn_latency_func): When writing the function
26842         "insn_latency", add an "uncast_" prefix to params "insn" and
26843         "insn2", reintroducing "insn" and "insn2" as rtx_insn * locals
26844         using checked casts from the params, thus enabling the above
26845         change to the generated "internal_insn_latency" function.
26847 2014-08-21  Jan Hubicka  <hubicka@ucw.cz>
26849         PR tree-optimization/62091
26850         * ipa-devirt.c (ipa_polymorphic_call_context::restrict_to_inner_type):
26851         handle correctly arrays.
26852         (extr_type_from_vtbl_ptr_store): Add debug output; handle multiple
26853         inheritance binfos.
26854         (record_known_type): Walk into inner type.
26855         (ipa_polymorphic_call_context::get_dynamic_type): Likewise; strenghten
26856         condition on no type changes.
26858 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26860         * genattrtab.c (write_attr_get): Within the generated get_attr_
26861         functions, rename param "insn" to "uncast_insn" and reintroduce
26862         "insn" as an local rtx_insn * using a checked cast, so that "insn"
26863         is an rtx_insn * within insn-attrtab.c
26865 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26867         * output.h (peephole): Strengthen return type from rtx to
26868         rtx_insn *.
26869         * rtl.h (delete_for_peephole): Likewise for both params.
26870         * genpeep.c (main): In generated "peephole" function, strengthen
26871         return type and local "insn" from rtx to rtx_insn *.  For now,
26872         rename param "ins1" to "uncast_ins1", adding "ins1" back as an
26873         rtx_insn *, with a checked cast.
26874         * jump.c (delete_for_peephole): Strengthen params "from", "to" and
26875         locals "insn", "next", "prev" from rtx to rtx_insn *.
26877 2014-08-21  Marc Glisse  <marc.glisse@inria.fr>
26879         PR tree-optimization/62112
26880         * gimple-iterator.c (gsi_replace): Return whether EH cleanup is needed.
26881         * gimple-iterator.h (gsi_replace): Return bool.
26882         * tree-ssa-alias.c (ref_may_alias_global_p_1): New helper, code
26883         moved from ref_may_alias_global_p.
26884         (ref_may_alias_global_p, refs_may_alias_p, ref_maybe_used_by_stmt_p):
26885         New overloads.
26886         (ref_maybe_used_by_call_p): Take ao_ref* instead of tree.
26887         (stmt_kills_ref_p_1): Rename...
26888         (stmt_kills_ref_p): ... to this.
26889         * tree-ssa-alias.h (ref_may_alias_global_p, ref_maybe_used_by_stmt_p,
26890         stmt_kills_ref_p): Declare.
26891         * tree-ssa-dse.c (dse_possible_dead_store_p): New argument, use it.
26892         Move the self-assignment case...
26893         (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code.
26895 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26897         * rtl.h (try_split): Strengthen return type from rtx to rtx_insn *.
26899         * emit-rtl.c (try_split): Likewise, also for locals "before" and
26900         "after".  For now, don't strengthen param "trial", which requires
26901         adding checked casts when returning it.
26903 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26905         * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
26906         "label" from rtx to rtx_code_label *.  Strengthen param 1 of
26907         "var_location" hook from rtx to rtx_insn *.
26908         (debug_nothing_rtx): Delete in favor of...
26909         (debug_nothing_rtx_code_label): New prototype.
26910         (debug_nothing_rtx_rtx): Delete unused prototype.
26911         (debug_nothing_rtx_insn): New prototype.
26913         * final.c (final_scan_insn): Add checked cast to rtx_insn * when
26914         invoking debug_hooks->var_location (in two places, one in a NOTE
26915         case of a switch statement, the other guarded by a CALL_P
26916         conditional.  Add checked cast to rtx_code_label * when invoking
26917         debug_hooks->label (within CODE_LABEL case of switch statement).
26919         * dbxout.c (dbx_debug_hooks): Update "label" hook from
26920         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
26921         "var_location" from debug_nothing_rtx to debug_nothing_rtx_insn.
26922         (xcoff_debug_hooks): Likewise.
26923         * debug.c (do_nothing_debug_hooks): Likewise.
26924         (debug_nothing_rtx): Delete in favor of...
26925         (debug_nothing_rtx_insn): New function.
26926         (debug_nothing_rtx_rtx): Delete unused function.
26927         (debug_nothing_rtx_code_label): New function.
26928         * dwarf2out.c (dwarf2_debug_hooks): Update "label" hook from
26929         debug_nothing_rtx to debug_nothing_rtx_code_label.
26930         (dwarf2out_var_location): Strengthen param "loc_note" from rtx
26931         to rtx_insn *.
26932         * sdbout.c (sdb_debug_hooks): Update "var_location" hook from
26933         debug_nothing_rtx to debug_nothing_rtx_insn.
26934         (sdbout_label): Strengthen param "insn" from rtx to
26935         rtx_code_label *.
26936         * vmsdbgout.c (vmsdbg_debug_hooks): Update "label" hook from
26937         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
26938         "var_location" hook from debug_nothing_rtx to
26939         debug_nothing_rtx_insn.
26941 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
26943         * recog.h (insn_output_fn): Update this function typedef to match
26944         the changes below to the generated output functions, strengthening
26945         the 2nd param from rtx to rtx_insn *.
26947         * final.c (get_insn_template): Add a checked cast to rtx_insn * on
26948         insn when invoking an output function, to match the new signature
26949         of insn_output_fn with a stronger second param.
26951         * genconditions.c (write_header): In the generated code for
26952         gencondmd.c, strengthen the global "insn" from rtx to rtx_insn *
26953         to match the other changes in this patch.
26955         * genemit.c (gen_split): Strengthen the 1st param "curr_insn" of
26956         the generated "gen_" functions from rtx to rtx_insn * within their
26957         implementations.
26959         * genrecog.c (write_subroutine): Strengthen the 2nd param "insn" of
26960         the subfunctions within the generated "recog_", "split", "peephole2"
26961         function trees from rtx to rtx_insn *.  For now, the top-level
26962         generated functions ("recog", "split", "peephole2") continue to
26963         take a plain rtx for "insn", to avoid introducing dependencies on
26964         other patches.  Rename this 2nd param from "insn" to
26965         "uncast_insn", and reintroduce "insn" as a local variable of type
26966         rtx_insn *, initialized at the top of the generated function with
26967         a checked cast on "uncast_insn".
26968         (make_insn_sequence): Strengthen the 1st param "curr_insn" of
26969         the generated "gen_" functions from rtx to rtx_insn * within their
26970         prototypes.
26972         * genoutput.c (process_template): Strengthen the 2nd param within
26973         the generated "output_" functions "insn" from rtx to rtx_insn *.
26975 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
26977         * tree-profile.c (tree_profiling): Skip external functions
26978         when doing coverage instrumentation.
26979         * cgraphunit.c (compile): Do not assert that all nodes are reachable.
26981 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26983         * config/rs6000/altivec.h (vec_cpsgn): New #define.
26984         (vec_mergee): Likewise.
26985         (vec_mergeo): Likewise.
26986         (vec_cntlz): Likewise.
26987         * config/rs600/rs6000-c.c (altivec_overloaded_builtins): Add new
26988         entries for VEC_AND, VEC_ANDC, VEC_MERGEH, VEC_MERGEL, VEC_NOR,
26989         VEC_OR, VEC_PACKSU, VEC_XOR, VEC_PERM, VEC_SEL, VEC_VCMPGT_P,
26990         VMRGEW, and VMRGOW.
26991         * doc/extend.texi: Document various forms of vec_cpsgn,
26992         vec_splats, vec_and, vec_andc, vec_mergeh, vec_mergel, vec_nor,
26993         vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
26994         vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
26995         vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,
26996         vec_any_ne, vec_mergee, vec_mergeo, vec_packsu, and vec_cntlz.
26998 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27000         * config/rs6000/rs6000.c (context.h): New include.
27001         (tree-pass.h): Likewise.
27002         (make_pass_analyze_swaps): New decl.
27003         (rs6000_option_override): Register pass_analyze_swaps.
27004         (swap_web_entry): New subsclass of web_entry_base (df.h).
27005         (special_handling_values): New enum.
27006         (union_defs): New function.
27007         (union_uses): Likewise.
27008         (insn_is_load_p): Likewise.
27009         (insn_is_store_p): Likewise.
27010         (insn_is_swap_p): Likewise.
27011         (rtx_is_swappable_p): Likewise.
27012         (insn_is_swappable_p): Likewise.
27013         (chain_purpose): New enum.
27014         (chain_contains_only_swaps): New function.
27015         (mark_swaps_for_removal): Likewise.
27016         (swap_const_vector_halves): Likewise.
27017         (adjust_subreg_index): Likewise.
27018         (permute_load): Likewise.
27019         (permute_store): Likewise.
27020         (handle_special_swappables): Likewise.
27021         (replace_swap_with_copy): Likewise.
27022         (dump_swap_insn_table): Likewise.
27023         (rs6000_analyze_swaps): Likewise.
27024         (pass_data_analyze_swaps): New pass_data.
27025         (pass_analyze_swaps): New rtl_opt_pass.
27026         (make_pass_analyze_swaps): New function.
27027         * config/rs6000/rs6000.opt (moptimize-swaps): New option.
27029 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
27031         * sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
27032         type from rtx to rtx_insn *.
27033         (create_copy_of_insn_rtx): Likewise.
27034         * sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
27035         (create_copy_of_insn_rtx): Likewise, also for local "res".
27037 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
27039         * rtl.h (find_first_parameter_load): Strengthen return type from
27040         rtx to rtx_insn *.
27041         * rtlanal.c (find_first_parameter_load): Strengthen return type
27042         from rtx to rtx_insn *.  Add checked cast for now, to postpone
27043         strengthening the params.
27045 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27047         PR fortran/44054
27048         * diagnostic.c: Set default caret.
27049         (diagnostic_show_locus): Use it. Tell pretty-printer that a new
27050         line is needed.
27051         * diagnostic.h (struct diagnostic_context):
27053 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
27055         * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *.
27056         (sel_bb_head): Strengthen return type insn_t (currently just an
27057         rtx) to rtx_insn *.
27058         (sel_bb_end): Likewise.
27060         * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *.
27061         (sel_bb_head): Strengthen return type and local "head" from
27062         insn_t (currently just an rtx) to rtx_insn *.
27063         (sel_bb_end): Likewise for return type.
27064         (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when
27065         working with insn.
27067 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
27069         * basic-block.h (get_last_bb_insn): Strengthen return type from
27070         rtx to rtx_insn *.
27071         * cfgrtl.c (get_last_bb_insn): Likewise, and for locals "tmp" and
27072         end".
27074 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27076         PR fortran/44054
27077         * diagnostic.c (default_diagnostic_finalizer): Move caret printing
27078         to here ...
27079         (diagnostic_report_diagnostic): ... from here.
27080         * toplev.c (general_init): Move code to c-family.
27082 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27084         * df.h (web_entry_base): Replace existing struct web_entry with a
27085         new class web_entry_base with only the predecessor member.
27086         (unionfind_root): Remove declaration and move to class member.
27087         (unionfind_union): Remove declaration and move to friend
27088         function.
27089         (union_defs): Remove declaration.
27090         * web.c (web_entry_base::unionfind_root): Modify to be member
27091         function and adjust accessors.
27092         (unionfind_union): Modify to be friend function and adjust
27093         accessors.
27094         (web_entry): New subclass of web_entry_base containing the reg
27095         member.
27096         (union_match_dups): Modify for struct -> class changes.
27097         (union_defs): Likewise.
27098         (entry_register): Likewise.
27099         (pass_web::execute): Likewise.
27101 2014-08-20  Bill Schmidt  <wschmidt@vnet.ibm.com>
27103         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Provide
27104         builtin define __VEC_ELEMENT_REG_ORDER__.
27106 2014-08-20  Martin Jambor  <mjambor@suse.cz>
27107             Wei Mi  <wmi@google.com>
27109         PR ipa/60449
27110         PR middle-end/61776
27111         * tree-ssa-operands.c (update_stmt_operands): Remove
27112         MODIFIED_NORETURN_CALLS.
27113         * tree-cfgcleanup.c (cleanup_call_ctrl_altering_flag): New func.
27114         (cleanup_control_flow_bb): Use cleanup_call_ctrl_altering_flag.
27115         (split_bb_on_noreturn_calls): Renamed from split_bbs_on_noreturn_calls.
27116         (cleanup_tree_cfg_1): Use split_bb_on_noreturn_calls.
27117         * tree-ssanames.h: Remove MODIFIED_NORETURN_CALLS.
27118         * gimple.h (enum gf_mask): Add GF_CALL_CTRL_ALTERING.
27119         (gimple_call_set_ctrl_altering): New func.
27120         (gimple_call_ctrl_altering_p): Ditto.
27121         * tree-cfg.c (gimple_call_initialize_ctrl_altering): Ditto.
27122         (make_blocks): Use gimple_call_initialize_ctrl_altering.
27123         (is_ctrl_altering_stmt): Use gimple_call_ctrl_altering_p.
27124         (execute_fixup_cfg): Use gimple_call_ctrl_altering_p and
27125         remove MODIFIED_NORETURN_CALLS.
27127 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
27129         * coverage.c (coverage_compute_profile_id): Return non-0;
27130         also handle symbols with unique name.
27131         (coverage_end_function): Do not skip DECL_EXTERNAL functions.
27133 2014-08-20  Steve Ellcey  <sellcey@mips.com>
27135         PR middle-end/49191
27136         * doc/sourcebuild.texi (non_strict_align): New.
27138 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
27140         * cgraphunit.c (ipa_passes, compile): Reshedule
27141         symtab_remove_unreachable_nodes passes; update comments.
27142         * ipa-inline.c (pass_data_ipa_inline): Do not schedule
27143         TODO_remove_functions before the pass; the functions ought to be
27144         already removed.
27145         * ipa.c (pass_data_ipa_free_inline_summary): Enable dump; schedule
27146         TODO_remove_functions.
27147         * passes.c (pass_data_early_local_passes): Do not schedule function
27148         removal.
27149         (execute_one_pass): Fix call of symtab_remove_unreachable_nodes.
27151 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27153         PR c/59304
27154         * opts-common.c (set_option): Call diagnostic_classify_diagnostic
27155         before setting the option.
27156         * diagnostic.c (diagnostic_classify_diagnostic): Record
27157         command-line status.
27159 2014-08-20  Richard Biener  <rguenther@suse.de>
27161         PR lto/62190
27162         * tree.c (build_common_tree_nodes): Use make_or_reuse_type
27163         to build uint{16,32,64}_type_node.
27165 2014-08-20  Terry Guo  <terry.guo@arm.com>
27167         * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
27168         with immediate_operand.
27170 2014-08-20  David Malcolm  <dmalcolm@redhat.com>
27172         * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
27173         "insn" from an as_a to a safe_as_a, for the case when "insn" is
27174         NULL.
27176 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27178         PR preprocessor/51303
27179         * incpath.c (remove_duplicates): Use cpp_warning.
27181 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27183         PR c/60975
27184         PR c/53063
27185         * doc/options.texi (CPP): Document it.
27186         * doc/invoke.texi (Wvariadic-macros): Fix documentation.
27187         * optc-gen.awk: Handle CPP.
27188         * opth-gen.awk: Likewise.
27190 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27192         * rtl.h (unlink_insn_chain): Strengthen return type from rtx to
27193         rtx_insn *.
27194         (duplicate_insn_chain): Likewise.
27195         * cfgrtl.c (unlink_insn_chain): Strengthen return type from rtx to
27196         rtx_insn *, also for locals "prevfirst" and "nextlast".  Add a
27197         checked cast for now (until we can strengthen the params in the
27198         same way).
27199         (duplicate_insn_chain): Likewise.
27201 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27203         * rtl.h (next_cc0_user): Strengthen return type from rtx to
27204         rtx_insn *.
27205         (prev_cc0_setter): Likewise.
27207         * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to
27208         rtx_insn *, adding checked casts for now as necessary.
27209         (prev_cc0_setter): Likewise.
27211 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27213         * expr.h (emit_move_insn): Strengthen return type from rtx to
27214         rtx_insn *.
27215         (emit_move_insn_1): Likewise.
27216         (emit_move_complex_push): Likewise.
27217         (emit_move_complex_parts): Likewise.
27219         * expr.c (emit_move_via_integer): Strengthen return type from rtx
27220         to rtx_insn *.  Replace use of NULL_RTX with NULL when working
27221         with insns.
27222         (emit_move_complex_push): Strengthen return type from rtx to
27223         rtx_insn *.
27224         (emit_move_complex): Likewise, also for local "ret".
27225         (emit_move_ccmode): Likewise.
27226         (emit_move_multi_word): Likewise for return type and locals
27227         "last_insn", "seq".
27228         (emit_move_insn_1): Likewise for return type and locals "result",
27229         "ret".
27230         (emit_move_insn): Likewise for return type and local "last_insn".
27231         (compress_float_constant): Likewise.
27233 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27235         * emit-rtl.h (emit_copy_of_insn_after): Strengthen return type
27236         from rtx to rtx_insn *.
27238         * rtl.h (emit_insn_before): Likewise.
27239         (emit_insn_before_noloc): Likewise.
27240         (emit_insn_before_setloc): Likewise.
27241         (emit_jump_insn_before): Likewise.
27242         (emit_jump_insn_before_noloc): Likewise.
27243         (emit_jump_insn_before_setloc): Likewise.
27244         (emit_call_insn_before): Likewise.
27245         (emit_call_insn_before_noloc): Likewise.
27246         (emit_call_insn_before_setloc): Likewise.
27247         (emit_debug_insn_before): Likewise.
27248         (emit_debug_insn_before_noloc): Likewise.
27249         (emit_debug_insn_before_setloc): Likewise.
27250         (emit_label_before): Likewise.
27251         (emit_insn_after): Likewise.
27252         (emit_insn_after_noloc): Likewise.
27253         (emit_insn_after_setloc): Likewise.
27254         (emit_jump_insn_after): Likewise.
27255         (emit_jump_insn_after_noloc): Likewise.
27256         (emit_jump_insn_after_setloc): Likewise.
27257         (emit_call_insn_after): Likewise.
27258         (emit_call_insn_after_noloc): Likewise.
27259         (emit_call_insn_after_setloc): Likewise.
27260         (emit_debug_insn_after): Likewise.
27261         (emit_debug_insn_after_noloc): Likewise.
27262         (emit_debug_insn_after_setloc): Likewise.
27263         (emit_label_after): Likewise.
27264         (emit_insn): Likewise.
27265         (emit_debug_insn): Likewise.
27266         (emit_jump_insn): Likewise.
27267         (emit_call_insn): Likewise.
27268         (emit_label): Likewise.
27269         (gen_clobber): Likewise.
27270         (emit_clobber): Likewise.
27271         (gen_use): Likewise.
27272         (emit_use): Likewise.
27273         (emit): Likewise.
27275         (emit_barrier_before): Strengthen return type from rtx to
27276         rtx_barrier *.
27277         (emit_barrier_after): Likewise.
27278         (emit_barrier): Likewise.
27280         * emit-rtl.c (emit_pattern_before_noloc):  Strengthen return type
27281         from rtx to rtx_insn *.  Add checked casts for now when converting
27282         "last" from rtx to rtx_insn *.
27283         (emit_insn_before_noloc): Likewise for return type.
27284         (emit_jump_insn_before_noloc): Likewise.
27285         (emit_call_insn_before_noloc): Likewise.
27286         (emit_debug_insn_before_noloc): Likewise.
27287         (emit_barrier_before): Strengthen return type and local "insn"
27288         from rtx to rtx_barrier *.
27289         (emit_label_before): Strengthen return type from rtx to
27290         rtx_insn *.  Add checked cast for now when returning param
27291         (emit_pattern_after_noloc): Strengthen return type from rtx to
27292         rtx_insn *.  Add checked casts for now when converting "last" from
27293         rtx to rtx_insn *.
27294         (emit_insn_after_noloc): Strengthen return type from rtx to
27295         rtx_insn *.
27296         (emit_jump_insn_after_noloc): Likewise.
27297         (emit_call_insn_after_noloc): Likewise.
27298         (emit_debug_insn_after_noloc): Likewise.
27299         (emit_barrier_after): Strengthen return type from rtx to
27300         rtx_barrier *.
27301         (emit_label_after): Strengthen return type from rtx to rtx_insn *.
27302         Add checked cast for now when converting "label" from rtx to
27303         rtx_insn *.
27304         (emit_pattern_after_setloc): Strengthen return type from rtx to
27305         rtx_insn *.  Add checked casts for now when converting "last" from
27306         rtx to rtx_insn *.
27307         (emit_pattern_after): Strengthen return type from rtx to
27308         rtx_insn *.
27309         (emit_insn_after_setloc): Likewise.
27310         (emit_insn_after): Likewise.
27311         (emit_jump_insn_after_setloc): Likewise.
27312         (emit_jump_insn_after): Likewise.
27313         (emit_call_insn_after_setloc): Likewise.
27314         (emit_call_insn_after): Likewise.
27315         (emit_debug_insn_after_setloc): Likewise.
27316         (emit_debug_insn_after): Likewise.
27317         (emit_pattern_before_setloc): Likewise.  Add checked casts for now
27318         when converting "last" from rtx to rtx_insn *.
27319         (emit_pattern_before): Strengthen return type from rtx to
27320         rtx_insn *.
27321         (emit_insn_before_setloc): Likewise.
27322         (emit_insn_before): Likewise.
27323         (emit_jump_insn_before_setloc): Likewise.
27324         (emit_jump_insn_before): Likewise.
27325         (emit_call_insn_before_setloc): Likewise.
27326         (emit_call_insn_before): Likewise.
27327         (emit_debug_insn_before_setloc): Likewise.
27328         (emit_debug_insn_before): Likewise.
27329         (emit_insn): Strengthen return type and locals "last", "insn",
27330         "next" from rtx to rtx_insn *.  Add checked cast to rtx_insn
27331         within cases where we know we have an insn.
27332         (emit_debug_insn): Likewise.
27333         (emit_jump_insn): Likewise.
27334         (emit_call_insn): Strengthen return type and local "insn" from rtx
27335         to rtx_insn *.
27336         (emit_label): Strengthen return type from rtx to rtx_insn *.  Add
27337         a checked cast to rtx_insn * for now on "label".
27338         (emit_barrier): Strengthen return type from rtx to rtx_barrier *.
27339         (emit_clobber): Strengthen return type from rtx to rtx_insn *.
27340         (emit_use): Likewise.
27341         (gen_use): Likewise, also for local "seq".
27342         (emit): Likewise for return type and local "insn".
27343         (rtx_insn): Likewise for return type and local "new_rtx".
27345         * cfgrtl.c (emit_barrier_after_bb): Strengthen local "barrier"
27346         from rtx to rtx_barrier *.
27348         * config/sh/sh.c (output_stack_adjust): Since emit_insn has
27349         changed return type from rtx to rtx_insn *, we must update
27350         "emit_fn" type, and this in turn means updating...
27351         (frame_insn): ...this.  Strengthen return type from rtx to
27352         rtx_insn *.  Introduce a new local "insn" of the appropriate type.
27354 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27356         * emit-rtl.c (emit_jump_table_data): Strengthen return type from
27357         rtx to rtx_jump_table_data *.  Also for local.
27358         * rtl.h (emit_jump_table_data): Likewise.
27360 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27362         * basic-block.h (create_basic_block_structure): Strengthen third
27363         param "bb_note" from rtx to rtx_note *.
27364         * rtl.h (emit_note_before): Strengthen return type from rtx to
27365         rtx_note *.
27366         (emit_note_after): Likewise.
27367         (emit_note): Likewise.
27368         (emit_note_copy): Likewise.  Also, strengthen param similarly.
27369         * function.h (struct rtl_data): Strengthen field
27370         "x_stack_check_probe_note" from rtx to rtx_note *.
27372         * cfgexpand.c (expand_gimple_basic_block): Strengthen local "note"
27373         from rtx to rtx_note *.
27374         * cfgrtl.c (create_basic_block_structure): Strengthen third param
27375         "bb_note" from rtx to rtx_note *.
27376         (duplicate_insn_chain): Likewise for local "last".  Add a checked cast
27377         when calling emit_note_copy.
27378         * emit-rtl.c (make_note_raw): Strengthen return type from rtx to
27379         rtx_note *.
27380         (emit_note_after): Likewise.
27381         (emit_note_before): Likewise.
27382         (emit_note_copy): Likewise.  Also, strengthen param similarly.
27383         (emit_note): Likewise.
27384         * except.c (emit_note_eh_region_end): Likewise for return type.
27385         Strengthen local "next" from rtx to rtx_insn *.
27386         (convert_to_eh_region_ranges): Strengthen local "note"
27387         from rtx to rtx_note *.
27388         * final.c (change_scope): Likewise.
27389         (reemit_insn_block_notes): Likewise, for both locals named "note".
27390         Also, strengthen local "insn" from rtx to rtx_insn *.
27391         * haifa-sched.c (sched_extend_bb): Strengthen local "note" from
27392         rtx to rtx_note *.
27393         * reg-stack.c (compensate_edge): Likewise for local "after". Also,
27394         strengthen local "seq" from rtx to rtx_insn *.
27395         * reload1.c (reload_as_needed): Strengthen local "marker" from rtx
27396         to rtx_note *.
27397         * sel-sched-ir.c (bb_note_pool): Strengthen from rtx_vec_t to
27398         vec<rtx_note *>.
27399         (get_bb_note_from_pool): Strengthen return type from rtx to
27400         rtx_note *.
27401         (sel_create_basic_block): Strengthen local "new_bb_note" from
27402         insn_t to rtx_note *.
27403         * var-tracking.c (emit_note_insn_var_location): Strengthen local
27404         "note" from rtx to rtx_note *.
27405         (emit_notes_in_bb): Likewise.
27407 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27409         * function.h (struct rtl_data): Strengthen field
27410         "x_parm_birth_insn" from rtx to rtx_insn *.
27411         * function.c (struct assign_parm_data_all): Strengthen fields
27412         "first_conversion_insn" and "last_conversion_insn" from rtx to
27413         rtx_insn *.
27415 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27417         * cfgexpand.c (expand_used_vars): Strengthen return type from rtx
27418         to rtx_insn *; also for local "var_end_seq".
27419         (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
27420         (maybe_cleanup_end_of_block): Likewise for param "last" and local
27421         "insn".
27422         (expand_gimple_cond): Likewise for locals "last2" and "last".
27423         (mark_transaction_restart_calls): Likewise for local "insn".
27424         (expand_gimple_stmt): Likewise for return type and locals "last"
27425         and "insn".
27426         (expand_gimple_tailcall): Likewise for locals "last2" and "last".
27427         (avoid_complex_debug_insns): Likewise for param "insn".
27428         (expand_debug_locations): Likewise for locals "insn", "last",
27429         "prev_insn" and "insn2".
27430         (expand_gimple_basic_block): Likewise for local "last".
27431         (construct_exit_block): Likewise for locals "head", "end",
27432         "orig_end".
27433         (pass_expand::execute): Likewise for locals "var_seq",
27434         "var_ret_seq", "next".
27436 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27438         * asan.h (asan_emit_stack_protection): Strengthen return type from
27439         rtx to rtx_insn *.
27440         * asan.c (asan_emit_stack_protection): Likewise.  Add local
27441         "insns" to hold the return value.
27443 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27445         * basic-block.h (bb_note): Strengthen return type from rtx to
27446         rtx_note *.
27447         * sched-int.h (bb_note): Likewise.
27448         * cfgrtl.c (bb_note): Likewise.  Add a checked cast to rtx_note *.
27450 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27452         * rtl.h (make_insn_raw): Strengthen return type from rtx to
27453         rtx_insn *.
27455         * emit-rtl.c (make_insn_raw): Strengthen return type and local
27456         "insn" from rtx to rtx_insn *.
27457         (make_debug_insn_raw): Strengthen return type from rtx to
27458         rtx_insn *; strengthen local "insn" from rtx to rtx_debug_insn *.
27459         (make_jump_insn_raw):  Strengthen return type from rtx to
27460         rtx_insn *; strengthen local "insn" from rtx to rtx_jump_insn *.
27461         (make_call_insn_raw):  Strengthen return type from rtx to
27462         rtx_insn *; strengthen local "insn" from rtx to rtx_call_insn *.
27463         (emit_pattern_before_noloc): Strengthen return type of "make_raw"
27464         callback from rtx to rtx_insn *; likewise for local "insn" and
27465         "next", adding a checked cast to rtx_insn in the relevant cases of
27466         the switch statement.
27467         (emit_pattern_after_noloc): Strengthen return type of "make_raw"
27468         callback from rtx to rtx_insn *.
27469         (emit_pattern_after_setloc): Likewise.
27470         (emit_pattern_after): Likewise.
27471         (emit_pattern_before_setloc): Likewise.
27472         (emit_pattern_before): Likewise.
27474 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27476         * emit-rtl.c (last_call_insn): Strengthen return type from rtx to
27477         rtx_call_insn *.
27478         * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload,
27479         accepting an rtx_insn *.
27480         (last_call_insn): Strengthen return type from rtx to
27481         rtx_call_insn *.
27483 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27485         * rtl.h (delete_trivially_dead_insns): Strengthen initial param
27486         "insns" from rtx to rtx_insn *.
27487         * cse.c (delete_trivially_dead_insns): Likewise, also do it for
27488         locals "insn" and "prev".
27490 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27492         * rtl.h (tablejump_p): Strengthen third param from rtx * to
27493         rtx_jump_table_data **.
27495         * cfgbuild.c (make_edges): Introduce local "table", using it in
27496         place of "tmp" for jump table data.
27497         (find_bb_boundaries): Strengthen local "table" from rtx to
27498         rtx_jump_table_data *.
27499         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
27500         (outgoing_edges_match): Likewise for locals "table1" and "table2".
27501         (try_crossjump_to_edge): Likewise.
27502         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise for local
27503         "table".
27504         (patch_jump_insn): Introduce local "table", using it in place of
27505         "tmp" for jump table data.
27506         (force_nonfallthru_and_redirect): Introduce local "table", so that
27507         call to tablejump_p can receive an rtx_jump_table_data **.  Update
27508         logic around the call to overwrite "note" appropriately if
27509         tablejump_p returns non-zero.
27510         (get_last_bb_insn): Introduce local "table", using it in place of
27511         "tmp" for jump table data.
27512         * dwarf2cfi.c (create_trace_edges): Likewise.
27514         * config/arm/arm.c (get_jump_table_size): Strengthen param "insn"
27515         from rtx to rtx_jump_table_data *.
27516         (create_fix_barrier): Strengthen local "tmp" from rtx to
27517         rtx_jump_table_data *.
27518         (arm_reorg): Likewise for local "table".
27520         * config/s390/s390.c (s390_chunkify_start): Likewise.
27522         * config/spu/spu.c (spu_emit_branch_hint): Likewise.
27524         * jump.c (delete_related_insns): Strengthen local "lab_next" from
27525         rtx to rtx_jump_table_data *.
27527         * rtlanal.c (tablejump_p): Strengthen param "tablep" from rtx * to
27528         rtx_jump_table_data **.  Add a checked cast when writing through
27529         the pointer: we know there that local "table" is non-NULL and that
27530         JUMP_TABLE_DATA_P (table) holds.
27531         (label_is_jump_target_p): Introduce local "table", using it in
27532         place of "tmp" for jump table data.
27534 2014-08-19  Marek Polacek  <polacek@redhat.com>
27536         PR c++/62153
27537         * doc/invoke.texi: Document -Wbool-compare.
27539 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27541         * rtl.h (entry_of_function): Strengthen return type from rtx to
27542         rtx_insn *.
27543         * cfgrtl.c (entry_of_function): Likewise.
27545 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27547         * emit-rtl.h (get_insns): Strengthen return type from rtx to
27548         rtx_insn *, adding a checked cast for now.
27549         (get_last_insn): Likewise.
27551 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27553         * rtl.h (gen_label_rtx): Strengthen return type from rtx to
27554         rtx_code_label *.
27556         * emit-rtl.c (gen_label_rtx): Likewise.
27558 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27560         * rtl.h (previous_insn): Strengthen return type from rtx to
27561         rtx_insn *.
27562         (next_insn): Likewise.
27563         (prev_nonnote_insn): Likewise.
27564         (prev_nonnote_insn_bb): Likewise.
27565         (next_nonnote_insn): Likewise.
27566         (next_nonnote_insn_bb): Likewise.
27567         (prev_nondebug_insn): Likewise.
27568         (next_nondebug_insn): Likewise.
27569         (prev_nonnote_nondebug_insn): Likewise.
27570         (next_nonnote_nondebug_insn): Likewise.
27571         (prev_real_insn): Likewise.
27572         (next_real_insn): Likewise.
27573         (prev_active_insn): Likewise.
27574         (next_active_insn): Likewise.
27576         * emit-rtl.c (next_insn): Strengthen return type from rtx to
27577         rtx_insn *, adding a checked cast.
27578         (previous_insn): Likewise.
27579         (next_nonnote_insn): Likewise.
27580         (next_nonnote_insn_bb): Likewise.
27581         (prev_nonnote_insn): Likewise.
27582         (prev_nonnote_insn_bb): Likewise.
27583         (next_nondebug_insn): Likewise.
27584         (prev_nondebug_insn): Likewise.
27585         (next_nonnote_nondebug_insn): Likewise.
27586         (prev_nonnote_nondebug_insn): Likewise.
27587         (next_real_insn): Likewise.
27588         (prev_real_insn): Likewise.
27589         (next_active_insn): Likewise.
27590         (prev_active_insn): Likewise.
27592         * config/sh/sh-protos.h (sh_find_set_of_reg): Convert function ptr
27593         param "stepfunc" so that it returns an rtx_insn * rather than an
27594         rtx, to track the change to prev_nonnote_insn_bb, which is the
27595         only function this is called with.
27596         * config/sh/sh.c (sh_find_set_of_reg): Likewise.
27598 2014-08-19  Jan Hubicka  <hubicka@ucw.cz>
27600         * ipa-visibility.c (update_visibility_by_resolution_info): Fix
27601         assert.
27603 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27605         * coretypes.h (class rtx_debug_insn): Add forward declaration.
27606         (class rtx_nonjump_insn): Likewise.
27607         (class rtx_jump_insn): Likewise.
27608         (class rtx_call_insn): Likewise.
27609         (class rtx_jump_table_data): Likewise.
27610         (class rtx_barrier): Likewise.
27611         (class rtx_code_label): Likewise.
27612         (class rtx_note): Likewise.
27614         * rtl.h (class rtx_debug_insn): New, a subclass of rtx_insn,
27615         adding the invariant DEBUG_INSN_P (X).
27616         (class rtx_nonjump_insn): New, a subclass of rtx_insn, adding
27617         the invariant NONJUMP_INSN_P (X).
27618         (class rtx_jump_insn): New, a subclass of rtx_insn, adding
27619         the invariant JUMP_P (X).
27620         (class rtx_call_insn): New, a subclass of rtx_insn, adding
27621         the invariant CALL_P (X).
27622         (class rtx_jump_table): New, a subclass of rtx_insn, adding the
27623         invariant JUMP_TABLE_DATA_P (X).
27624         (class rtx_barrier): New, a subclass of rtx_insn, adding the
27625         invariant BARRIER_P (X).
27626         (class rtx_code_label): New, a subclass of rtx_insn, adding
27627         the invariant LABEL_P (X).
27628         (class rtx_note): New, a subclass of rtx_insn, adding
27629         the invariant NOTE_P(X).
27630         (is_a_helper <rtx_debug_insn *>::test): New.
27631         (is_a_helper <rtx_nonjump_insn *>::test): New.
27632         (is_a_helper <rtx_jump_insn *>::test): New.
27633         (is_a_helper <rtx_call_insn *>::test): New.
27634         (is_a_helper <rtx_jump_table_data *>::test): New functions,
27635         overloaded for both rtx and rtx_insn *.
27636         (is_a_helper <rtx_barrier *>::test): New.
27637         (is_a_helper <rtx_code_label *>::test): New functions, overloaded
27638         for both rtx and rtx_insn *.
27639         (is_a_helper <rtx_note *>::test): New.
27641 2014-08-19  Marek Polacek  <polacek@redhat.com>
27643         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO,
27644         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
27645         * config/i386/i386.h (CLZ_DEFINED_VALUE_AT_ZERO,
27646         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
27648 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27650         * sel-sched-ir.h (BND_TO): insn_t will eventually be an
27651         rtx_insn *.  To help with transition, for now, convert from an
27652         access macro into a pair of functions: BND_TO, returning an
27653         rtx_insn *, and...
27654         (SET_BND_TO): New function, for use where BND_TO is used as an
27655         lvalue.
27657         * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to
27658         SET_BND_TO.
27659         (BND_TO): New function, adding a checked cast.
27660         (SET_BND_TO): New function.
27662         * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to
27663         SET_BND_TO.
27664         (compute_av_set_on_boundaries): Likewise.
27666 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
27668         * config/i386/i386.md (*ctz<mode>2_falsedep_1): Don't clear
27669         destination if it is used in source.
27670         (*clz<mode>2_lzcnt_falsedep_1): Likewise.
27671         (*popcount<mode>2_falsedep_1): Likewise.
27673 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
27675         PR other/62168
27676         * configure.ac: Set install_gold_as_default to no first.
27677         * configure: Regenerated.
27679 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27681         * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
27682         "note_list" field will eventually be an rtx_insn *.  To help with
27683         transition, for now, convert from an access macro into a pair of
27684         functions: BB_NOTE_LIST, returning an rtx_insn *, and...
27685         (SET_BB_NOTE_LIST): New function, for use where BB_NOTE_LIST is
27686         used as an lvalue.
27688         * sel-sched.c (create_block_for_bookkeeping): Update lvalue usage
27689         of BB_NOTE_LIST to SET_BB_NOTE_LIST.
27691         * sel-sched-ir.c (init_bb): Likewise.
27692         (sel_restore_notes): Likewise.
27693         (move_bb_info): Likewise.
27694         (BB_NOTE_LIST): New function, adding a checked cast to rtx_insn *.
27695         (SET_BB_NOTE_LIST): New function.
27697 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27699         * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
27700         field will eventually be an rtx_insn *.  To help with transition,
27701         for now, convert from an access macro into a pair of functions:
27702         VINSN_INSN_RTX, returning an rtx_insn *, and...
27703         (SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
27704         is used as an lvalue.
27706         * sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
27707         SET_VINSN_INSN_RTX where it's used as an lvalue.
27708         (VINSN_INSN_RTX): New function.
27709         (SET_VINSN_INSN_RTX): New function.
27711 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27713         * sched-int.h (DEP_PRO): struct _dep's "pro" and "con" fields will
27714         eventually be rtx_insn *, but to help with transition, for now,
27715         convert from an access macro into a pair of functions: DEP_PRO
27716         returning an rtx_insn * and...
27717         (SET_DEP_PRO): New function, for use where DEP_PRO is used as an
27718         lvalue, returning an rtx&.
27719         (DEP_CON): Analogous changes to DEP_PRO above.
27720         (SET_DEP_CON): Likewise.
27722         * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
27723         an lvalue to SET_DEP_CON.
27724         * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
27725         (sd_copy_back_deps): Likewise for DEP_CON.
27726         (DEP_PRO): New function, adding a checked cast for now.
27727         (DEP_CON): Likewise.
27728         (SET_DEP_PRO): New function.
27729         (SET_DEP_CON): Likewise.
27731 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
27733         * config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
27734         (extra_options): Add i386/cygwin.opt.
27735         * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared.
27736         (CPP_SPEC): Accept -pthread.
27737         (LINK_SPEC): Ditto.
27738         (GOMP_SELF_SPECS): Update comment.
27739         * config/i386/cygwin.opt: New file for -pthread flag.
27741 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27743         * df-core.c (DF_REF_INSN): New, using a checked cast for now.
27744         * df.h (DF_REF_INSN): Convert from a macro to a function, so
27745         that we can return an rtx_insn *.
27747 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
27749         * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
27750         when building executables, not DLLs.  Add --large-address-aware
27751         under the same conditions.
27752         * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
27753         when building executables, not DLLs.  Add --large-address-aware
27754         under the same conditions when using -m32.
27756         * config/i386/cygwin-stdint.h: Throughout, make type
27757         definitions dependent on target architecture, not host.
27759 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27761         * rtl.h (PREV_INSN): Convert to an inline function.  Strengthen
27762         the return type from rtx to rtx_insn *,  which will enable various
27763         conversions in followup patches.  For now this is is done by a
27764         checked cast.
27765         (NEXT_INSN): Likewise.
27766         (SET_PREV_INSN): Convert to an inline function.  This is intended
27767         for use as an lvalue, and so returns an rtx& to allow in-place
27768         modification.
27769         (SET_NEXT_INSN): Likewise.
27771 2014-07-08  Mark Wielaard  <mjw@redhat.com>
27773         PR debug/59051
27774         * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT.
27776 2014-08-19  Marek Polacek  <polacek@redhat.com>
27778         PR c/61271
27779         * cgraphunit.c (handle_alias_pairs): Fix condition.
27781 2014-08-19  Richard Biener  <rguenther@suse.de>
27783         * gimple-fold.c (fold_gimple_assign): Properly build a
27784         null-pointer constant when devirtualizing addresses.
27786 2014-07-07  Mark Wielaard  <mjw@redhat.com>
27788         * dwarf2out.c (decl_quals): New function.
27789         (modified_type_die): Take one cv_quals argument instead of two,
27790         one for const and one for volatile.
27791         (add_type_attribute): Likewise.
27792         (generic_parameter_die): Call add_type_attribute with one modifier
27793         argument.
27794         (base_type_for_mode): Likewise.
27795         (add_bounds_info): Likewise.
27796         (add_subscript_info): Likewise.
27797         (gen_array_type_die): Likewise.
27798         (gen_descr_array_type_die): Likewise.
27799         (gen_entry_point_die): Likewise.
27800         (gen_enumeration_type_die): Likewise.
27801         (gen_formal_parameter_die): Likewise.
27802         (gen_subprogram_die): Likewise.
27803         (gen_variable_die): Likewise.
27804         (gen_const_die): Likewise.
27805         (gen_field_die): Likewise.
27806         (gen_pointer_type_die): Likewise.
27807         (gen_reference_type_die): Likewise.
27808         (gen_ptr_to_mbr_type_die): Likewise.
27809         (gen_inheritance_die): Likewise.
27810         (gen_subroutine_type_die): Likewise.
27811         (gen_typedef_die): Likewise.
27812         (force_type_die): Likewise.
27814 2014-08-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27816         * configure.ac (gcc_cv_as_comdat_group_group): Only default to no
27817         if unset.
27818         * configure: Regenerate.
27820 2014-08-19  Richard Biener  <rguenther@suse.de>
27822         * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
27823         DECL_EXTERNALs in BLOCKs as non-references.
27824         * tree-streamer-out.c (streamer_write_chain): Likewise.
27826 2014-08-19  Alexander Ivchenko  <alexander.ivchenko@intel.com>
27827             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
27828             Anna Tikhonova  <anna.tikhonova@intel.com>
27829             Ilya Tocar  <ilya.tocar@intel.com>
27830             Andrey Turetskiy  <andrey.turetskiy@intel.com>
27831             Ilya Verbin  <ilya.verbin@intel.com>
27832             Kirill Yukhin  <kirill.yukhin@intel.com>
27833             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
27835         * config/i386/sse.md
27836         (define_mode_iterator VI48_AVX512F): Delete.
27837         (define_mode_iterator VI48_AVX512F_AVX512VL): New.
27838         (define_mode_iterator VI2_AVX512VL): Ditto.
27839         (define_insn "<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name><round_name>"):
27840         Delete.
27841         (define_insn
27842         ("<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>"):
27843         New.
27844         (define_insn "avx512cd_maskw_vec_dup<mode>"): Macroize.
27845         (define_insn "<avx2_avx512f>_ashrv<mode><mask_name>"): Delete.
27846         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
27847         with VI48_AVX512F_AVX512VL): New.
27848         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
27849         with VI2_AVX512VL): Ditto.
27851 2014-08-19  Marek Polacek  <polacek@redhat.com>
27853         * doc/invoke.texi: Document -Wc99-c11-compat.
27855 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27857         * rtl.h (PREV_INSN): Split macro in two: the existing one,
27858         for rvalues, and...
27859         (SET_PREV_INSN): New macro, for use as an lvalue.
27860         (NEXT_INSN, SET_NEXT_INSN): Likewise.
27862         * caller-save.c (save_call_clobbered_regs): Convert lvalue use of
27863         PREV_INSN/NEXT_INSN into SET_PREV_INSN/SET_NEXT_INSN.
27864         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
27865         (fixup_abnormal_edges): Likewise.
27866         (unlink_insn_chain): Likewise.
27867         (fixup_reorder_chain): Likewise.
27868         (cfg_layout_delete_block): Likewise.
27869         (cfg_layout_merge_blocks): Likewise.
27870         * combine.c (update_cfg_for_uncondjump): Likewise.
27871         * emit-rtl.c (link_insn_into_chain): Likewise.
27872         (remove_insn): Likewise.
27873         (delete_insns_since): Likewise.
27874         (reorder_insns_nobb): Likewise.
27875         (emit_insn_after_1): Likewise.
27876         * final.c (rest_of_clean_state): Likewise.
27877         (final_scan_insn): Likewise.
27878         * gcse.c (can_assign_to_reg_without_clobbers_p): Likewise.
27879         * haifa-sched.c (concat_note_lists): Likewise.
27880         (remove_notes): Likewise.
27881         (restore_other_notes): Likewise.
27882         (move_insn): Likewise.
27883         (unlink_bb_notes): Likewise.
27884         (restore_bb_notes): Likewise.
27885         * jump.c (delete_for_peephole): Likewise.
27886         * optabs.c (emit_libcall_block_1): Likewise.
27887         * reorg.c (emit_delay_sequence): Likewise.
27888         (fill_simple_delay_slots): Likewise.
27889         * sel-sched-ir.c (sel_move_insn): Likewise.
27890         (sel_remove_insn): Likewise.
27891         (get_bb_note_from_pool): Likewise.
27892         * sel-sched.c (move_nop_to_previous_block): Likewise.
27894         * config/bfin/bfin.c (reorder_var_tracking_notes): Likewise.
27895         * config/c6x/c6x.c (gen_one_bundle): Likewise.
27896         (c6x_gen_bundles): Likewise.
27897         (hwloop_optimize): Likewise.
27898         * config/frv/frv.c (frv_function_prologue): Likewise.
27899         (frv_register_nop): Likewise.
27900         * config/ia64/ia64.c (ia64_init_dfa_pre_cycle_insn): Likewise.
27901         (ia64_reorg): Likewise.
27902         * config/mep/mep.c (mep_reorg_addcombine): Likewise.
27903         (mep_make_bundle): Likewise.
27904         (mep_bundle_insns): Likewise.
27905         * config/picochip/picochip.c (reorder_var_tracking_notes): Likewise.
27906         * config/tilegx/tilegx.c (reorder_var_tracking_notes): Likewise.
27907         * config/tilepro/tilepro.c (reorder_var_tracking_notes): Likewise.
27909 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
27911         * basic-block.h (BB_HEAD): Convert to a function.  Strengthen the
27912         return type from rtx to rtx_insn *.
27913         (BB_END): Likewise.
27914         (BB_HEADER): Likewise.
27915         (BB_FOOTER): Likewise.
27916         (SET_BB_HEAD): Convert to a function.
27917         (SET_BB_END): Likewise.
27918         (SET_BB_HEADER): Likewise.
27919         (SET_BB_FOOTER): Likewise.
27921         * cfgrtl.c (BB_HEAD): New function, from macro of same name.
27922         Strengthen the return type from rtx to rtx_insn *.  For now, this
27923         is done by adding a checked cast, but this will eventually
27924         become a field lookup.
27925         (BB_END): Likewise.
27926         (BB_HEADER): Likewise.
27927         (BB_FOOTER): Likewise.
27928         (SET_BB_HEAD): New function, from macro of same name.  This is
27929         intended for use as an lvalue, and so returns an rtx& to allow
27930         in-place modification.
27931         (SET_BB_END): Likewise.
27932         (SET_BB_HEADER): Likewise.
27933         (SET_BB_FOOTER): Likewise.
27935 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
27937         * basic-block.h (BB_HEAD): Split macro in two: the existing one,
27938         for rvalues, and...
27939         (SET_BB_HEAD): New macro, for use as a lvalue.
27940         (BB_END, SET_BB_END): Likewise.
27941         (BB_HEADER, SET_BB_HEADER): Likewise.
27942         (BB_FOOTER, SET_BB_FOOTER): Likewise.
27944         * bb-reorder.c (add_labels_and_missing_jumps): Convert lvalue use
27945         of BB_* macros into SET_BB_* macros.
27946         (fix_crossing_unconditional_branches): Likewise.
27947         * caller-save.c (save_call_clobbered_regs): Likewise.
27948         (insert_one_insn): Likewise.
27949         * cfgbuild.c (find_bb_boundaries): Likewise.
27950         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
27951         (outgoing_edges_match): Likewise.
27952         (try_optimize_cfg): Likewise.
27953         * cfgexpand.c (expand_gimple_cond): Likewise.
27954         (expand_gimple_tailcall): Likewise.
27955         (expand_gimple_basic_block): Likewise.
27956         (construct_exit_block): Likewise.
27957         * cfgrtl.c (delete_insn): Likewise.
27958         (create_basic_block_structure): Likewise.
27959         (rtl_delete_block): Likewise.
27960         (rtl_split_block): Likewise.
27961         (emit_nop_for_unique_locus_between): Likewise.
27962         (rtl_merge_blocks): Likewise.
27963         (block_label): Likewise.
27964         (try_redirect_by_replacing_jump): Likewise.
27965         (emit_barrier_after_bb): Likewise.
27966         (fixup_abnormal_edges): Likewise.
27967         (record_effective_endpoints): Likewise.
27968         (relink_block_chain): Likewise.
27969         (fixup_reorder_chain): Likewise.
27970         (fixup_fallthru_exit_predecessor): Likewise.
27971         (cfg_layout_duplicate_bb): Likewise.
27972         (cfg_layout_split_block): Likewise.
27973         (cfg_layout_delete_block): Likewise.
27974         (cfg_layout_merge_blocks): Likewise.
27975         * combine.c (update_cfg_for_uncondjump): Likewise.
27976         * emit-rtl.c (add_insn_after): Likewise.
27977         (remove_insn): Likewise.
27978         (reorder_insns): Likewise.
27979         (emit_insn_after_1): Likewise.
27980         * haifa-sched.c (get_ebb_head_tail): Likewise.
27981         (restore_other_notes): Likewise.
27982         (move_insn): Likewise.
27983         (sched_extend_bb): Likewise.
27984         (fix_jump_move): Likewise.
27985         * ifcvt.c (noce_process_if_block): Likewise.
27986         (dead_or_predicable): Likewise.
27987         * ira.c (update_equiv_regs): Likewise.
27988         * reg-stack.c (change_stack): Likewise.
27989         * sel-sched-ir.c (sel_move_insn): Likewise.
27990         * sel-sched.c (move_nop_to_previous_block): Likewise.
27992         * config/c6x/c6x.c (hwloop_optimize): Likewise.
27993         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
27995 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
27997         * rtl.h (for_each_rtx_in_insn): New function.
27998         * rtlanal.c (for_each_rtx_in_insn): Likewise.
28000 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
28002         * coretypes.h (class rtx_insn): Add forward declaration.
28004         * rtl.h: Include is-a.h.
28005         (struct rtx_def): Add dummy "desc" and "tag" GTY options as a
28006         workaround to ensure gengtype knows inheritance is occurring,
28007         whilst continuing to use the pre-existing special-casing for
28008         rtx_def.
28009         (class rtx_insn): New subclass of rtx_def, adding the
28010         invariant that we're dealing with something we can sanely use
28011         INSN_UID, NEXT_INSN, PREV_INSN on.
28012         (is_a_helper <rtx_insn *>::test): New.
28013         (is_a_helper <const rtx_insn *>::test): New.
28015 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
28017         * is-a.h (template<T, U> safe_as_a <U *p>) New function.
28019 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
28021         * ipa-visibility.c (update_visibility_by_resolution_info): Do no
28022         turn UNDEF comdats as extern.
28024 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
28026         * gimple-fold.c (fold_gimple_assign): Do not intorudce referneces
28027         to BUILT_IN_UNREACHABLE.
28029 2014-08-18  Uros Bizjak  <ubizjak@gmail.com>
28031         PR target/62011
28032         * config/i386/x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI):
28033         New tune flag.
28034         * config/i386/i386.h (TARGET_AVOID_FALSE_DEP_FOR_BMI): New define.
28035         * config/i386/i386.md (unspec) <UNSPEC_INSN_FALSE_DEP>: New unspec.
28036         (ffs<mode>2): Do not expand with tzcnt for
28037         TARGET_AVOID_FALSE_DEP_FOR_BMI.
28038         (ffssi2_no_cmove): Ditto.
28039         (*tzcnt<mode>_1): Disable for TARGET_AVOID_FALSE_DEP_FOR_BMI.
28040         (ctz<mode>2): New expander.
28041         (*ctz<mode>2_falsedep_1): New insn_and_split pattern.
28042         (*ctz<mode>2_falsedep): New insn.
28043         (*ctz<mode>2): Rename from ctz<mode>2.
28044         (clz<mode>2_lzcnt): New expander.
28045         (*clz<mode>2_lzcnt_falsedep_1): New insn_and_split pattern.
28046         (*clz<mode>2_lzcnt_falsedep): New insn.
28047         (*clz<mode>2): Rename from ctz<mode>2.
28048         (popcount<mode>2): New expander.
28049         (*popcount<mode>2_falsedep_1): New insn_and_split pattern.
28050         (*popcount<mode>2_falsedep): New insn.
28051         (*popcount<mode>2): Rename from ctz<mode>2.
28052         (*popcount<mode>2_cmp): Remove.
28053         (*popcountsi2_cmp_zext): Ditto.
28055 2014-08-18  Ajit Agarwal  <ajitkum@xilinx.com>
28057         * config/microblaze/microblaze.c (microblaze_elf_asm_cdtor): New.
28058         (microblaze_elf_asm_constructor,microblaze_elf_asm_destructor): New.
28059         * config/microblaze/microblaze.h
28060         (TARGET_ASM_CONSTRUCTOR,TARGET_ASM_DESTRUCTOR): New Macros.
28062 2014-08-18  H.J. Lu  <hongjiu.lu@intel.com>
28064         PR other/62168
28065         * configure.ac: Set install_gold_as_default to no for
28066         --enable-gold=no.
28067         * configure: Regenerated.
28069 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
28071         * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
28072         * config.in: Add undef of HAVE_isl.
28073         * configure: Regenerate.
28074         * configure.ac: Add definition of HAVE_isl.
28075         * graphite-blocking.c: Add checking of HAVE_isl.
28076         * graphite-dependences.c: Likewise.
28077         * graphite-interchange.c: Likewise.
28078         * graphite-isl-ast-to-gimple.c: Likewise.
28079         * graphite-optimize-isl.c: Likewise.
28080         * graphite-poly.c: Likewise.
28081         * graphite-scop-detection.c: Likewise.
28082         * graphite-sese-to-poly.c: Likewise.
28083         * graphite.c: Likewise.
28084         * toplev.c: Replace the checking of HAVE_cloog with the checking
28085         of HAVE_isl.
28087 2014-08-18  Richard Biener  <rguenther@suse.de>
28089         PR tree-optimization/62090
28090         * builtins.c (fold_builtin_snprintf): Move to gimple-fold.c.
28091         (fold_builtin_3): Do not fold snprintf.
28092         (fold_builtin_4): Likewise.
28093         * gimple-fold.c (gimple_fold_builtin_snprintf): New function
28094         moved from builtins.c.
28095         (gimple_fold_builtin_with_strlen): Fold snprintf and sprintf.
28096         (gimple_fold_builtin): Do not fold sprintf here.
28098 2014-08-18  Richard Biener  <rguenther@suse.de>
28100         * gimple-fold.c (maybe_fold_reference): Move re-gimplification
28101         code to ...
28102         (maybe_canonicalize_mem_ref_addr): ... this function.
28103         (fold_stmt_1): Apply it here before all simplification.
28105 2014-08-18  Ilya Enkovich  <ilya.enkovich@intel.com>
28107         PR ipa/61800
28108         * cgraph.h (cgraph_node::create_indirect_edge): Add
28109         compute_indirect_info param.
28110         * cgraph.c (cgraph_node::create_indirect_edge): Compute
28111         indirect_info only when it is required.
28112         * cgraphclones.c (cgraph_clone_edge): Do not recompute
28113         indirect_info fore cloned indirect edge.
28115 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28116             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28117             Anna Tikhonova  <anna.tikhonova@intel.com>
28118             Ilya Tocar  <ilya.tocar@intel.com>
28119             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28120             Ilya Verbin  <ilya.verbin@intel.com>
28121             Kirill Yukhin  <kirill.yukhin@intel.com>
28122             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28124         * config/i386/sse.md
28125         (define_mode_iterator VI8_AVX2_AVX512BW): New.
28126         (define_insn "<sse2_avx2>_psadbw"): Add evex version.
28128 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28129             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28130             Anna Tikhonova  <anna.tikhonova@intel.com>
28131             Ilya Tocar  <ilya.tocar@intel.com>
28132             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28133             Ilya Verbin  <ilya.verbin@intel.com>
28134             Kirill Yukhin  <kirill.yukhin@intel.com>
28135             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28137         * config/i386/sse.md
28138         (define_mode_iterator VF1_AVX512VL): New.
28139         (define_insn "ufloatv16siv16sf2<mask_name><round_name>"): Delete.
28140         (define_insn "ufloat<sseintvecmodelower><mode>2<mask_name><round_name>"):
28141         New.
28143 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28144             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28145             Anna Tikhonova  <anna.tikhonova@intel.com>
28146             Ilya Tocar  <ilya.tocar@intel.com>
28147             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28148             Ilya Verbin  <ilya.verbin@intel.com>
28149             Kirill Yukhin  <kirill.yukhin@intel.com>
28150             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28152         * config/i386/i386.c: Rename ufloatv8siv8df_mask to
28153         ufloatv8siv8df2_mask.
28154         * config/i386/i386.md
28155         (define_code_iterator any_float): New.
28156         (define_code_attr floatsuffix): New.
28157         * config/i386/sse.md
28158         (define_mode_iterator VF1_128_256VL): New.
28159         (define_mode_iterator VF2_512_256VL): New.
28160         (define_insn "float<si2dfmodelower><mode>2<mask_name>"): Remove
28161         unnecessary TARGET check.
28162         (define_insn "ufloatv8siv8df<mask_name>"): Delete.
28163         (define_insn "<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>"):
28164         New.
28165         (define_mode_attr qq2pssuff): New.
28166         (define_mode_attr sselongvecmode): New.
28167         (define_mode_attr sselongvecmodelower): New.
28168         (define_mode_attr sseintvecmode3): New.
28169         (define_insn "<floatsuffix>float<sselongvecmodelower><mode>2<mask_name><round_name>"):
28170         New.
28171         (define_insn "*<floatsuffix>floatv2div2sf2"): New.
28172         (define_insn "<floatsuffix>floatv2div2sf2_mask"): New.
28173         (define_insn "ufloat<si2dfmodelower><mode>2<mask_name>"): New.
28174         (define_insn "ufloatv2siv2df2<mask_name>"): New.
28176 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28177             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28178             Anna Tikhonova  <anna.tikhonova@intel.com>
28179             Ilya Tocar  <ilya.tocar@intel.com>
28180             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28181             Ilya Verbin  <ilya.verbin@intel.com>
28182             Kirill Yukhin  <kirill.yukhin@intel.com>
28183             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28185         * config/i386/sse.md
28186         (define_mode_iterator VF2_AVX512VL): New.
28187         (define_mode_attr sseintvecmode2): New.
28188         (define_insn "ufix_truncv2dfv2si2<mask_name>"): Add masking.
28189         (define_insn "fix_truncv4dfv4si2<mask_name>"): New.
28190         (define_insn "ufix_truncv4dfv4si2<mask_name>"): Ditto.
28191         (define_insn
28192         "<fixsuffix>fix_trunc<mode><sseintvecmodelower>2<mask_name><round_saeonly_name>"):
28193         Ditto.
28194         (define_insn "fix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
28195         Ditto.
28196         (define_insn "ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
28197         Ditto.
28199 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28200             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28201             Anna Tikhonova  <anna.tikhonova@intel.com>
28202             Ilya Tocar  <ilya.tocar@intel.com>
28203             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28204             Ilya Verbin  <ilya.verbin@intel.com>
28205             Kirill Yukhin  <kirill.yukhin@intel.com>
28206             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28208         * config/i386/i386.md
28209         (define_insn "*movoi_internal_avx"): Add evex version.
28210         (define_insn "*movti_internal"): Ditto.
28212 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28213             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28214             Anna Tikhonova  <anna.tikhonova@intel.com>
28215             Ilya Tocar  <ilya.tocar@intel.com>
28216             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28217             Ilya Verbin  <ilya.verbin@intel.com>
28218             Kirill Yukhin  <kirill.yukhin@intel.com>
28219             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28221         * config/i386/i386.md
28222         (define_attr "isa"): Add avx512dq, noavx512dq.
28223         (define_attr "enabled"): Ditto.
28224         * config/i386/sse.md
28225         (define_insn "vec_extract_hi_<mode><mask_name>"): Support masking.
28227 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28228             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28229             Anna Tikhonova  <anna.tikhonova@intel.com>
28230             Ilya Tocar  <ilya.tocar@intel.com>
28231             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28232             Ilya Verbin  <ilya.verbin@intel.com>
28233             Kirill Yukhin  <kirill.yukhin@intel.com>
28234             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28236         * config/i386/i386.c
28237         (ix86_expand_special_args_builtin): Handle avx512vl_storev8sf_mask,
28238         avx512vl_storev8si_mask, avx512vl_storev4df_mask, avx512vl_storev4di_mask,
28239         avx512vl_storev4sf_mask, avx512vl_storev4si_mask, avx512vl_storev2df_mask,
28240         avx512vl_storev2di_mask, avx512vl_loadv8sf_mask, avx512vl_loadv8si_mask,
28241         avx512vl_loadv4df_mask, avx512vl_loadv4di_mask, avx512vl_loadv4sf_mask,
28242         avx512vl_loadv4si_mask, avx512vl_loadv2df_mask, avx512vl_loadv2di_mask,
28243         avx512bw_loadv64qi_mask, avx512vl_loadv32qi_mask, avx512vl_loadv16qi_mask,
28244         avx512bw_loadv32hi_mask, avx512vl_loadv16hi_mask, avx512vl_loadv8hi_mask.
28245         * config/i386/i386.md (define_mode_attr ssemodesuffix): Allow V32HI mode.
28246         * config/i386/sse.md
28247         (define_mode_iterator VMOVE): Allow V4TI mode.
28248         (define_mode_iterator V_AVX512VL): New.
28249         (define_mode_iterator V): New handling for AVX512VL.
28250         (define_insn "avx512f_load<mode>_mask"): Delete.
28251         (define_insn "<avx512>_load<mode>_mask"): New.
28252         (define_insn "avx512f_store<mode>_mask"): Delete.
28253         (define_insn "<avx512>_store<mode>_mask"): New.
28256 2014-08-18  Yury Gribov  <y.gribov@samsung.com>
28258         PR sanitizer/62089
28259         * asan.c (instrument_derefs): Fix bitfield check.
28261 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
28263         * config/rs6000/constraints.md ("S"): Require TARGET_POWERPC64.
28264         * config/rs6000/htm.md (ttest): Remove clobber.
28265         * config/rs6000/predicates.md (any_mask_operand): New predicate.
28266         (and_operand): Reformat.
28267         (and_2rld_operand): New predicate.
28268         * config/rs6000/rs6000-protos.h (rs6000_split_logical): Remove last
28269         parameter.
28270         * config/rs6000/rs6000.c (rs6000_split_logical_inner): Remove last
28271         parameter.  Handle AND directly.
28272         (rs6000_split_logical_di): Remove last parameter.
28273         (rs6000_split_logical): Remove last parameter.  Remove obsolete
28274         comment.
28275         * config/rs6000/rs6000.md (BOOL_REGS_AND_CR0): Delete.
28276         (one_cmpl<mode>2): Adjust call of rs6000_split_logical.
28277         (ctz<mode>2, ffs<mode>2): Delete clobber.  Reformat.
28278         (andsi3, andsi3_mc, andsi3_nomc, *andsi3_internal2_mc,
28279         *andsi3_internal3_mc, *andsi3_internal4, *andsi3_internal5_mc,
28280         and 5 anonymous splitters):  Delete.
28281         (and<mode>3): New expander.
28282         (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): New.
28283         (and<mode>3_imm, *and<mode>3_imm_dot, *and<mode>3_imm_dot2): New.
28284         (*and<mode>3_mask, *and<mode>3_mask_dot, *and<mode>3_mask_dot2): New.
28285         (ior<mode>, xor<mode>3): Adjust call of rs6000_split_logical.
28286         (floatdisf2_internal1): Remove clobbers.
28287         (anddi3, anddi3_mc, anddi3_nomc, anddi3_internal2_mc,
28288         *anddi3_internal3_mc, and 4 anonymous splitters): Delete.
28289         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): New.
28290         (and<mode>3 for BOOL_128): Remove clobber.
28291         (*and<mode>3_internal for BOOL_128): Remove clobber.  Adjust call of
28292         rs6000_split_logical.
28293         (*bool<mode>3_internal for BOOL_128): Adjust call of
28294         rs6000_split_logical.
28295         (*boolc<mode>3_internal1 for BOOL_128,
28296         *boolc<mode>3_internal2 for BOOL_128,
28297         *boolcc<mode>3_internal1 for BOOL_128,
28298         *boolcc<mode>3_internal2 for BOOL_128,
28299         *eqv<mode>3_internal1 for BOOL_128,
28300         *eqv<mode>3_internal2 for BOOL_128,
28301         *one_cmpl<mode>3_internal for BOOL_128): Ditto.
28302         * config/rs6000/vector.md (*vec_reload_and_plus_<mptrsize): Remove
28303         clobber.
28304         (*vec_reload_and_reg_<mptrsize>): Delete.
28306 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
28308         * config/rs6000/rs6000.md (*boolccsi3_internal1, *boolccsi3_internal2
28309         and split, *boolccsi3_internal3 and split): Delete.
28310         (*boolccdi3_internal1, *boolccdi3_internal2 and split,
28311         *boolccdi3_internal3 and split): Delete.
28312         (*boolcc<mode>3, *boolcc<mode>3_dot, *boolcc<mode>3_dot2): New.
28313         (*eqv<mode>3): Move.  Add TODO comment.  Fix attributes.
28315 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
28317         * config/rs6000/rs6000.md (*boolcsi3_internal1, *boolcsi3_internal2
28318         and split, *boolcsi3_internal3 and split): Delete.
28319         (*boolcdi3_internal1, *boolcdi3_internal2 and split,
28320         *boolcdi3_internal3 and split): Delete.
28321         (*boolc<mode>3, *boolc<mode>3_dot, *boolc<mode>3_dot2): New.
28323 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
28325         * config/rs6000/rs6000.c (print_operand) <'e'>: New.
28326         <'u'>: Also support printing the low-order 16 bits.
28327         * config/rs6000/rs6000.md (iorsi3, xorsi3, *boolsi3_internal1,
28328         *boolsi3_internal2 and split, *boolsi3_internal3 and split): Delete.
28329         (iordi3, xordi3, *booldi3_internal1, *booldi3_internal2 and split,
28330         *booldi3_internal3 and split): Delete.
28331         (ior<mode>3, xor<mode>3, *bool<mode>3, *bool<mode>3_dot,
28332         *bool<mode>3_dot2): New.
28333         (two anonymous define_splits for non_logical_cint_operand): Merge.
28335 2014-08-17  Marek Polacek  <polacek@redhat.com>
28336             Manuel López-Ibáñez  <manu@gcc.gnu.org>
28338         PR c/62059
28339         * diagnostic.c (adjust_line): Add gcc_checking_assert.
28340         (diagnostic_show_locus): Don't print caret diagnostic
28341         if a column is larger than the line_width.
28343 2014-08-17 Roman Gareev  <gareevroman@gmail.com>
28345         * common.opt: Make the ISL AST generator to be the main code generator
28346         of Graphite.
28348 2014-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
28350         * wide-int.h (generic_wide_int): Declare as class instead of struct.
28352 2014-08-16  John David Anglin  <danglin@gcc.gnu.org>
28354         PR target/61641
28355         * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
28356         Declare.
28357         * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
28358         (pa_output_addr_vec, pa_output_addr_diff_vec): New.
28359         * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
28360         Define.
28361         * config/pa/pa.md (begin_brtab): Delete insn.
28362         (end_brtab): Likewise.
28364 2014-08-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
28366         * doc/cppopts.texi (ftrack-macro-expansion): Add missing @code.
28368 2014-08-15  Jan Hubicka  <hubicka@ucw.cz>
28370         * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
28371         (possible_polymorphic_call_targets, dump_possible_polymorphic_call_targets,
28372         possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
28373         (get_dynamic_type): Remove.
28374         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
28375         (clear_speculation): Bring to ipa-deivrt.h
28376         (get_class_context): Rename to ...
28377         (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
28378         (contains_type_p): Update.
28379         (get_dynamic_type): Rename to ...
28380         ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
28381         (possible_polymorphic_call_targets): UPdate.
28382         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
28383         * ipa-prop.c (ipa_analyze_call_uses): Update.
28385 2014-08-15  Oleg Endo  <olegendo@gcc.gnu.org>
28387         * doc/invoke.texi (SH options): Document missing processor variant
28388         options.  Remove references to Hitachi.  Undocument deprecated mspace
28389         option.
28391 2014-08-15  Jason Merrill  <jason@redhat.com>
28393         * tree.c (type_hash_canon): Uncomment assert.
28395 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
28397         * input.h (in_system_header_at): Add comment.
28399 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
28401         PR fortran/44054
28402         * diagnostic.c (build_message_string): Make it extern.
28403         * diagnostic.h (build_message_string): Make it extern.
28405 2014-08-15  Vladimir Makarov  <vmakarov@redhat.com>
28407         * config/rs6000/rs6000.c (rs6000_emit_move): Use SDmode for
28408         load/store from/to non-floating class pseudo.
28410 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
28412         * input.c (diagnostic_file_cache_fini): Fix typo in comment.
28414 2014-08-15  Richard Biener  <rguenther@suse.de>
28416         * tree-ssa-structalias.c (readonly_id): Rename to string_id.
28417         (get_constraint_for_ssa_var): Remove dead code.
28418         (get_constraint_for_1): Adjust.
28419         (find_what_var_points_to): Likewise.
28420         (init_base_vars): Likewise.  STRING_CSTs do not contain pointers.
28422 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
28424         PR target/61878
28425         * config/i386/avx512fintrin.h (_mm512_mask_cmpge_epi32_mask): New.
28426         (_mm512_mask_cmpge_epu32_mask): Ditto.
28427         (_mm512_cmpge_epu32_mask): Ditto.
28428         (_mm512_mask_cmpge_epi64_mask): Ditto.
28429         (_mm512_cmpge_epi64_mask): Ditto.
28430         (_mm512_mask_cmpge_epu64_mask): Ditto.
28431         (_mm512_cmpge_epu64_mask): Ditto.
28432         (_mm512_mask_cmple_epi32_mask): Ditto.
28433         (_mm512_cmple_epi32_mask): Ditto.
28434         (_mm512_mask_cmple_epu32_mask): Ditto.
28435         (_mm512_cmple_epu32_mask): Ditto.
28436         (_mm512_mask_cmple_epi64_mask): Ditto.
28437         (_mm512_cmple_epi64_mask): Ditto.
28438         (_mm512_mask_cmple_epu64_mask): Ditto.
28439         (_mm512_cmple_epu64_mask): Ditto.
28440         (_mm512_mask_cmplt_epi32_mask): Ditto.
28441         (_mm512_cmplt_epi32_mask): Ditto.
28442         (_mm512_mask_cmplt_epu32_mask): Ditto.
28443         (_mm512_cmplt_epu32_mask): Ditto.
28444         (_mm512_mask_cmplt_epi64_mask): Ditto.
28445         (_mm512_cmplt_epi64_mask): Ditto.
28446         (_mm512_mask_cmplt_epu64_mask): Ditto.
28447         (_mm512_cmplt_epu64_mask): Ditto.
28448         (_mm512_mask_cmpneq_epi32_mask): Ditto.
28449         (_mm512_mask_cmpneq_epu32_mask): Ditto.
28450         (_mm512_cmpneq_epu32_mask): Ditto.
28451         (_mm512_mask_cmpneq_epi64_mask): Ditto.
28452         (_mm512_cmpneq_epi64_mask): Ditto.
28453         (_mm512_mask_cmpneq_epu64_mask): Ditto.
28454         (_mm512_cmpneq_epu64_mask): Ditto.
28455         (_mm512_castpd_ps): Ditto.
28456         (_mm512_castpd_si512): Ditto.
28457         (_mm512_castps_pd): Ditto.
28458         (_mm512_castps_si512): Ditto.
28459         (_mm512_castsi512_ps): Ditto.
28460         (_mm512_castsi512_pd): Ditto.
28461         (_mm512_castpd512_pd128): Ditto.
28462         (_mm512_castps512_ps128): Ditto.
28463         (_mm512_castsi512_si128): Ditto.
28464         (_mm512_castpd512_pd256): Ditto.
28465         (_mm512_castps512_ps256): Ditto.
28466         (_mm512_castsi512_si256): Ditto.
28467         (_mm512_castpd128_pd512): Ditto.
28468         (_mm512_castps128_ps512): Ditto.
28469         (_mm512_castsi128_si512): Ditto.
28470         (_mm512_castpd256_pd512): Ditto.
28471         (_mm512_castps256_ps512): Ditto.
28472         (_mm512_castsi256_si512): Ditto.
28473         (_mm512_cmpeq_epu32_mask): Ditto.
28474         (_mm512_mask_cmpeq_epu32_mask): Ditto.
28475         (_mm512_mask_cmpeq_epu64_mask): Ditto.
28476         (_mm512_cmpeq_epu64_mask): Ditto.
28477         (_mm512_cmpgt_epu32_mask): Ditto.
28478         (_mm512_mask_cmpgt_epu32_mask): Ditto.
28479         (_mm512_mask_cmpgt_epu64_mask): Ditto.
28480         (_mm512_cmpgt_epu64_mask): Ditto.
28481         * config/i386/i386-builtin-types.def: Add V16SF_FTYPE_V8SF,
28482         V16SI_FTYPE_V8SI, V16SI_FTYPE_V4SI, V8DF_FTYPE_V2DF.
28483         * config/i386/i386.c (enum ix86_builtins): Add
28484         IX86_BUILTIN_SI512_SI256, IX86_BUILTIN_PD512_PD256,
28485         IX86_BUILTIN_PS512_PS256, IX86_BUILTIN_SI512_SI,
28486         IX86_BUILTIN_PD512_PD, IX86_BUILTIN_PS512_PS.
28487         (bdesc_args): Add __builtin_ia32_si512_256si,
28488         __builtin_ia32_ps512_256ps, __builtin_ia32_pd512_256pd,
28489         __builtin_ia32_si512_si, __builtin_ia32_ps512_ps,
28490         __builtin_ia32_pd512_pd.
28491         (ix86_expand_args_builtin): Handle new FTYPEs.
28492         * config/i386/sse.md (castmode): Add 512-bit modes.
28493         (AVX512MODE2P): New.
28494         (avx512f_<castmode><avxsizesuffix>_<castmode): New.
28495         (avx512f_<castmode><avxsizesuffix>_256<castmode): Ditto.
28497 2014-08-15  Richard Biener  <rguenther@suse.de>
28499         * fold-const.c (tree_swap_operands_p): Put all constants
28500         last, also strip sign-changing NOPs when considering further
28501         canonicalization.  Canonicalize also when optimizing for size.
28503 2014-08-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28505         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Move
28506         one_match > zero_match case to just before simple_sequence.
28508 2014-08-15  Richard Biener  <rguenther@suse.de>
28510         * data-streamer.h (streamer_string_index, string_for_index):
28511         Remove.
28512         * data-streamer-out.c (streamer_string_index): Make static.
28513         * data-streamer-in.c (string_for_index): Likewise.
28514         * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
28515         * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
28517 2014-08-15  Richard Biener  <rguenther@suse.de>
28519         PR tree-optimization/62031
28520         * tree-data-ref.c (dr_analyze_indices): Do not set
28521         DR_UNCONSTRAINED_BASE.
28522         (dr_may_alias_p): All indirect accesses have to go the
28523         formerly DR_UNCONSTRAINED_BASE path.
28524         * tree-data-ref.h (struct indices): Remove
28525         unconstrained_base member.
28526         (DR_UNCONSTRAINED_BASE): Remove.
28528 2014-08-15  Jakub Jelinek  <jakub@redhat.com>
28530         PR middle-end/62092
28531         * gimplify.c (gimplify_adjust_omp_clauses_1): Don't remove
28532         OMP_CLAUSE_SHARED for global vars if the global var is mentioned
28533         in OMP_CLAUSE_MAP in some outer target region.
28535 2014-08-15  Bin Cheng  <bin.cheng@arm.com>
28537         * tree-ssa-loop-ivopts.c (ivopts_data): New field
28538         name_expansion_cache.
28539         (tree_ssa_iv_optimize_init): Initialize name_expansion_cache.
28540         (tree_ssa_iv_optimize_finalize): Free name_expansion_cache.
28541         (strip_wrap_conserving_type_conversions, expr_equal_p): Delete.
28542         (difference_cannot_overflow_p): New parameter.  Use affine
28543         expansion for equality check.
28544         (iv_elimination_compare_lt): Pass new argument.
28546 2014-08-14  DJ Delorie  <dj@redhat.com>
28548         * config/rl78/rl78-real.md (addqi3_real): Allow adding global
28549         variables to the accumulator.
28551         * config/rl78/predicates.md (rl78_near_mem_operand): New.
28552         * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
28553         (movhi_virt_mm): Split out near mem-mem moves to avoid problems
28554         with far-far moves.
28556         * config/rl78/rl78-expand.md (umulqihi3): Disable for G10.
28557         * config/rl78/rl78-virt.md (umulhi3_shift_virt): Likewise.
28558         (umulqihi3_virt): Likewise.
28559         * config/rl78/rl78-real.md (umulhi3_shift_real): Likewise.
28560         (umulqihi3_real): Likewise.
28562         * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
28564 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
28566         PR tree-optimization/62091
28567         * tree-ssa-alias.c (walk_aliased_vdefs_1): Do not clear
28568         function_entry_reached.
28569         (walk_aliased_vdefs): Clear it here.
28570         * ipa-devirt.c (check_stmt_for_type_change): Handle static storage.
28572 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
28574         * ipa-utils.h (compare_virtual_tables): Declare.
28575         * ipa-devirt.c (odr_subtypes_equivalent_p): New function
28577 2014-08-14  Marek Polacek  <polacek@redhat.com>
28579         DR 458
28580         * ginclude/stdatomic.h (__atomic_type_lock_free): Remove.
28581         (ATOMIC_*_LOCK_FREE): Map to __GCC_ATOMIC_*_LOCK_FREE.
28583 2014-08-14  Tom de Vries  <tom@codesourcery.com>
28585         * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
28587 2014-08-14  Tom de Vries  <tom@codesourcery.com>
28589         PR rtl-optimization/62004
28590         PR rtl-optimization/62030
28591         * ifcvt.c (rtx_interchangeable_p): New function.
28592         (noce_try_move, noce_process_if_block): Use rtx_interchangeable_p.
28593         * emit-rtl.h (mem_attrs_eq_p): Declare.
28595 2014-08-14  Roman Gareev  <gareevroman@gmail.com>
28597         * graphite-scop-detection.c:
28598         Add inclusion of cp-tree.h.
28599         (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
28600         in case they are pointers to object types
28602 2014-08-14  Richard Biener  <rguenther@suse.de>
28604         * BASE-VER: Change to 5.0.0
28606 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28607             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28608             Anna Tikhonova  <anna.tikhonova@intel.com>
28609             Ilya Tocar  <ilya.tocar@intel.com>
28610             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28611             Ilya Verbin  <ilya.verbin@intel.com>
28612             Kirill Yukhin  <kirill.yukhin@intel.com>
28613             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28615         * config/i386/sse.md (define_mode_attr avx512): New.
28616         (define_mode_attr sse2_avx_avx512f): Allow V8HI, V16HI, V32HI, V2DI,
28617         V4DI modes.
28618         (define_mode_attr sse2_avx2): Allow V64QI, V32HI, V4TI modes.
28619         (define_mode_attr ssse3_avx2): Ditto.
28620         (define_mode_attr sse4_1_avx2): Allow V64QI, V32HI, V8DI modes.
28621         (define_mode_attr avx2_avx512bw): New.
28622         (define_mode_attr ssedoublemodelower): New.
28623         (define_mode_attr ssedoublemode): Allow V8SF, V8SI, V4DI, V4DF, V4SI,
28624         V32HI, V64QI modes.
28625         (define_mode_attr ssebytemode): Allow V8DI modes.
28626         (define_mode_attr sseinsnmode): Allow V4TI, V32HI, V64QI modes.
28627         (define_mode_attr sseintvecmodelower): Allow V8DF, V4TI modes.
28628         (define_mode_attr ssePSmode2): New.
28629         (define_mode_attr ssescalarsize): Allow V64QI, V32QI, V16QI, V8HI,
28630         V16HI, V32HI modes.
28631         (define_mode_attr dbpsadbwmode): New.
28632         (define_mode_attr bcstscalarsuff): Allow V64QI, V32QI, V16QI, V32HI,
28633         V16HI, V8HI, V8SI, V4SI, V4DI, V2DI, V8SF, V4SF, V4DF, V2DF modes.
28634         (vi8_sse4_1_avx2_avx512): New.
28635         (define_insn <sse4_1_avx2>_movntdqa): Use <vi8_sse4_1_avx2_avx512>
28636         mode attribute.
28637         (define_mode_attr blendbits): Move before its immediate use.
28639 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28640             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28641             Anna Tikhonova  <anna.tikhonova@intel.com>
28642             Ilya Tocar  <ilya.tocar@intel.com>
28643             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28644             Ilya Verbin  <ilya.verbin@intel.com>
28645             Kirill Yukhin  <kirill.yukhin@intel.com>
28646             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28648         * config/i386/sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.
28649         * config/i386/subst.md
28650         (define_mode_iterator SUBST_V): Update.
28651         (define_mode_iterator SUBST_A): Ditto.
28652         (define_subst_attr "mask_operand7"): New.
28653         (define_subst_attr "mask_operand10"): New.
28654         (define_subst_attr "mask_operand_arg34") : New.
28655         (define_subst_attr "mask_expand_op3"): New.
28656         (define_subst_attr "mask_mode512bit_condition"): Handle TARGET_AVX512VL.
28657         (define_subst_attr "sd_mask_mode512bit_condition"): Ditto.
28658         (define_subst_attr "mask_avx512vl_condition"): New.
28659         (define_subst_attr "round_mask_operand4"): Ditto.
28660         (define_subst_attr "round_mask_scalar_op3"): Delete.
28661         (define_subst_attr "round_mask_op4"): New.
28662         (define_subst_attr "round_mode512bit_condition"): Allow V8DImode,
28663         V16SImode.
28664         (define_subst_attr "round_modev8sf_condition"): New.
28665         (define_subst_attr "round_modev4sf_condition"): GET_MODE instead of
28666         <MODE>mode.
28667         (define_subst_attr "round_saeonly_mask_operand4"): New.
28668         (define_subst_attr "round_saeonly_mask_op4"): New.
28669         (define_subst_attr "round_saeonly_mode512bit_condition"): Allow
28670         V8DImode, V16SImode.
28671         (define_subst_attr "round_saeonly_modev8sf_condition"): New.
28672         (define_subst_attr "mask_expand4_name" "mask_expand4"): New.
28673         (define_subst_attr "mask_expand4_args"): New.
28674         (define_subst "mask_expand4"): New.
28676 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28677             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28678             Anna Tikhonova  <anna.tikhonova@intel.com>
28679             Ilya Tocar  <ilya.tocar@intel.com>
28680             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28681             Ilya Verbin  <ilya.verbin@intel.com>
28682             Kirill Yukhin  <kirill.yukhin@intel.com>
28683             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28685         * config/i386/i386.md
28686         (define_attr "isa"): Add avx512bw,noavx512bw.
28687         (define_attr "enabled"): Ditto.
28688         (define_split): Add 32/64-bit mask logic.
28689         (define_insn "*k<logic>qi"): New.
28690         (define_insn "*k<logic>hi"): New.
28691         (define_insn "*anddi_1"): Add mask version.
28692         (define_insn "*andsi_1"): Ditto.
28693         (define_insn "*<code><mode>_1"): Ditto.
28694         (define_insn "*<code>hi_1"): Ditto.
28695         (define_insn "kxnor<mode>"): New.
28696         (define_insn "kunpcksi"): New.
28697         (define_insn "kunpckdi"): New.
28698         (define_insn "*one_cmpl<mode>2_1"): Add mask version.
28699         (define_insn "*one_cmplhi2_1"): Ditto.
28701 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28702             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28703             Anna Tikhonova  <anna.tikhonova@intel.com>
28704             Ilya Tocar  <ilya.tocar@intel.com>
28705             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28706             Ilya Verbin  <ilya.verbin@intel.com>
28707             Kirill Yukhin  <kirill.yukhin@intel.com>
28708             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28710         * config/i386/i386.c (ix86_preferred_simd_mode): Allow V64QImode and
28711         V32HImode.
28713 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28714             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28715             Anna Tikhonova  <anna.tikhonova@intel.com>
28716             Ilya Tocar  <ilya.tocar@intel.com>
28717             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28718             Ilya Verbin  <ilya.verbin@intel.com>
28719             Kirill Yukhin  <kirill.yukhin@intel.com>
28720             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28722         * config/i386/i386.c (print_reg): Ð¡orrectly print 64-bit mask
28723         registers.
28724         (inline_secondary_memory_needed): Allow 64 bit wide mask registers.
28725         (ix86_hard_regno_mode_ok): Allow 32/64-bit mask registers and
28726         xmm/ymm16+ when availble.
28727         * config/i386/i386.h
28728         (HARD_REGNO_NREGS): Add mask regs.
28729         (VALID_AVX512F_REG_MODE): Ditto.
28730         (VALID_AVX512F_REG_MODE) : Define.
28731         (VALID_MASK_AVX512BW_MODE): Ditto.
28732         (reg_class) (MASK_REG_P(X)): Define.
28733         * config/i386/i386.md: Do not split long moves with mask register,
28734         use kmovb if avx512bw is availible.
28735         (movdi_internal): Handle mask registers.
28737 2014-08-14  Richard Biener  <rguenther@suse.de>
28739         PR tree-optimization/62081
28740         * tree-ssa-loop.c (pass_fix_loops): New pass.
28741         (pass_tree_loop::gate):  Do not fixup loops here.
28742         * tree-pass.h (make_pass_fix_loops): Declare.
28743         * passes.def: Schedule pass_fix_loops before GIMPLE loop passes.
28745 2014-08-14  Richard Biener  <rguenther@suse.de>
28747         * tree.c (type_hash_lookup, type_hash_add): Merge into ...
28748         (type_hash_canon): ... this and avoid 2nd lookup for the add.
28750 2014-08-14  Richard Biener  <rguenther@suse.de>
28752         PR tree-optimization/62090
28753         * builtins.c (fold_builtin_sprintf): Move to gimple-fold.c.
28754         (fold_builtin_2): Do not fold sprintf.
28755         (fold_builtin_3): Likewise.
28756         * gimple-fold.c (gimple_fold_builtin_sprintf): New function
28757         moved from builtins.c.
28758         (gimple_fold_builtin): Fold sprintf.
28760 2014-08-14  Richard Biener  <rguenther@suse.de>
28762         PR rtl-optimization/62079
28763         * recog.c (peephole2_optimize): If peep2_do_cleanup_cfg
28764         run cleanup_cfg.
28766 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
28768         * ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of
28769         current_function_decl.
28771 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
28773         * cgraph.c (cgraph_node::function_symbol): Fix wrong
28774         cgraph_function_node to cgraph_node::function_symbol
28775         refactoring.
28777 2014-08-14  Zhenqiang Chen  <zhenqiang.chen@arm.com>
28779         * config/arm/arm.c (arm_option_override): Set max_insns_skipped
28780         to MAX_INSN_PER_IT_BLOCK when optimize_size for THUMB2.
28782 2014-08-13  Chen Gang  gang.chen.5i5j@gmail.com
28784         * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
28785         warning.
28787 2014-08-13  Roman Gareev  <gareevroman@gmail.com>
28789         * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
28790         generator.
28792 2014-08-12  Jakub Jelinek  <jakub@redhat.com>
28794         PR target/62025
28795         * sched-deps.c (find_inc): Check if inc_insn doesn't clobber
28796         any registers that are used in mem_insn.
28798 2014-08-12  Steve Ellcey  <sellcey@mips.com>
28800         * config/mips/mips.h (ASM_SPEC): Pass float options to assembler.
28802 2014-08-12  Steve Ellcey  <sellcey@mips.com>
28804         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
28805         (MULTILIB_DIRNAMES): Ditto.
28806         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
28807         * config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
28808         * config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
28809         * config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
28810         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
28811         * config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
28813 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
28815         PR target/61413
28816         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix definition
28817         of __ARM_SIZEOF_WCHAR_T.
28819 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
28821         PR target/62098
28822         * config/arm/vfp.md (*combine_vcvtf2i): Fix constraint.
28823         Remove unnecessary attributes.
28825 2014-08-12  Yury Gribov  <y.gribov@samsung.com>
28827         * internal-fn.c (init_internal_fns): Fix off-by-one.
28829 2014-08-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28830             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28831             Anna Tikhonova  <anna.tikhonova@intel.com>
28832             Ilya Tocar  <ilya.tocar@intel.com>
28833             Andrey Turetskiy  <andrey.turetskiy@intel.com>
28834             Ilya Verbin  <ilya.verbin@intel.com>
28835             Kirill Yukhin  <kirill.yukhin@intel.com>
28836             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
28838         * config/i386/i386.c (standard_sse_constant_opcode): Use
28839         vpxord/vpternlog if avx512 is availible.
28841 2014-08-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
28843         PR middle-end/62103
28844         * gimple-fold.c (fold_ctor_reference): Don't fold in presence of
28845         bitfields, that is when size doesn't match the size of type or the
28846         size of the constructor.
28848 2014-08-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
28850         * config/rs6000/constraints.md (wh constraint): New constraint,
28851         for FP registers if direct move is available.
28852         (wi constraint): New constraint, for VSX/FP registers that can
28853         handle 64-bit integers.
28854         (wj constraint): New constraint for VSX/FP registers that can
28855         handle 64-bit integers for direct moves.
28856         (wk constraint): New constraint for VSX/FP registers that can
28857         handle 64-bit doubles for direct moves.
28858         (wy constraint): Make documentation match implementation.
28860         * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add
28861         scalar_in_vmx_p field to simplify tests of whether SFmode or
28862         DFmode can go in the Altivec registers.
28863         (rs6000_hard_regno_mode_ok): Use scalar_in_vmx_p field.
28864         (rs6000_setup_reg_addr_masks): Likewise.
28865         (rs6000_debug_print_mode): Add debug support for scalar_in_vmx_p
28866         field, and wh/wi/wj/wk constraints.
28867         (rs6000_init_hard_regno_mode_ok): Setup scalar_in_vmx_p field, and
28868         the wh/wi/wj/wk constraints.
28869         (rs6000_preferred_reload_class): If SFmode/DFmode can go in the
28870         upper registers, prefer VSX registers unless the operation is a
28871         memory operation with REG+OFFSET addressing.
28873         * config/rs6000/vsx.md (VSr mode attribute): Add support for
28874         DImode.  Change SFmode to use ww constraint instead of d to allow
28875         SF registers in the upper registers.
28876         (VSr2): Likewise.
28877         (VSr3): Likewise.
28878         (VSr5): Fix thinko in comment.
28879         (VSa): New mode attribute that is an alternative to wa, that
28880         returns the VSX register class that a mode can go in, but may not
28881         be the preferred register class.
28882         (VS_64dm): New mode attribute for appropriate register classes for
28883         referencing 64-bit elements of vectors for direct moves and normal
28884         moves.
28885         (VS_64reg): Likewise.
28886         (vsx_mov<mode>): Change wa constraint to <VSa> to limit the
28887         register allocator to only registers the data type can handle.
28888         (vsx_le_perm_load_<mode>): Likewise.
28889         (vsx_le_perm_store_<mode>): Likewise.
28890         (vsx_xxpermdi2_le_<mode>): Likewise.
28891         (vsx_xxpermdi4_le_<mode>): Likewise.
28892         (vsx_lxvd2x2_le_<mode>): Likewise.
28893         (vsx_lxvd2x4_le_<mode>): Likewise.
28894         (vsx_stxvd2x2_le_<mode>): Likewise.
28895         (vsx_add<mode>3): Likewise.
28896         (vsx_sub<mode>3): Likewise.
28897         (vsx_mul<mode>3): Likewise.
28898         (vsx_div<mode>3): Likewise.
28899         (vsx_tdiv<mode>3_internal): Likewise.
28900         (vsx_fre<mode>2): Likewise.
28901         (vsx_neg<mode>2): Likewise.
28902         (vsx_abs<mode>2): Likewise.
28903         (vsx_nabs<mode>2): Likewise.
28904         (vsx_smax<mode>3): Likewise.
28905         (vsx_smin<mode>3): Likewise.
28906         (vsx_sqrt<mode>2): Likewise.
28907         (vsx_rsqrte<mode>2): Likewise.
28908         (vsx_tsqrt<mode>2_internal): Likewise.
28909         (vsx_fms<mode>4): Likewise.
28910         (vsx_nfma<mode>4): Likewise.
28911         (vsx_eq<mode>): Likewise.
28912         (vsx_gt<mode>): Likewise.
28913         (vsx_ge<mode>): Likewise.
28914         (vsx_eq<mode>_p): Likewise.
28915         (vsx_gt<mode>_p): Likewise.
28916         (vsx_ge<mode>_p): Likewise.
28917         (vsx_xxsel<mode>): Likewise.
28918         (vsx_xxsel<mode>_uns): Likewise.
28919         (vsx_copysign<mode>3): Likewise.
28920         (vsx_float<VSi><mode>2): Likewise.
28921         (vsx_floatuns<VSi><mode>2): Likewise.
28922         (vsx_fix_trunc<mode><VSi>2): Likewise.
28923         (vsx_fixuns_trunc<mode><VSi>2): Likewise.
28924         (vsx_x<VSv>r<VSs>i): Likewise.
28925         (vsx_x<VSv>r<VSs>ic): Likewise.
28926         (vsx_btrunc<mode>2): Likewise.
28927         (vsx_b2trunc<mode>2): Likewise.
28928         (vsx_floor<mode>2): Likewise.
28929         (vsx_ceil<mode>2): Likewise.
28930         (vsx_<VS_spdp_insn>): Likewise.
28931         (vsx_xscvspdp): Likewise.
28932         (vsx_xvcvspuxds): Likewise.
28933         (vsx_float_fix_<mode>2): Likewise.
28934         (vsx_set_<mode>): Likewise.
28935         (vsx_extract_<mode>_internal1): Likewise.
28936         (vsx_extract_<mode>_internal2): Likewise.
28937         (vsx_extract_<mode>_load): Likewise.
28938         (vsx_extract_<mode>_store): Likewise.
28939         (vsx_splat_<mode>): Likewise.
28940         (vsx_xxspltw_<mode>): Likewise.
28941         (vsx_xxspltw_<mode>_direct): Likewise.
28942         (vsx_xxmrghw_<mode>): Likewise.
28943         (vsx_xxmrglw_<mode>): Likewise.
28944         (vsx_xxsldwi_<mode>): Likewise.
28945         (vsx_xscvdpspn): Tighten constraints to only use register classes
28946         the types use.
28947         (vsx_xscvspdpn): Likewise.
28948         (vsx_xscvdpspn_scalar): Likewise.
28950         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wh, wi,
28951         wj, and wk constraints.
28952         (GPR_REG_CLASS_P): New helper macro for register classes targeting
28953         general purpose registers.
28955         * config/rs6000/rs6000.md (f32_dm): Use wh constraint for SDmode
28956         direct moves.
28957         (zero_extendsidi2_lfiwz): Use wj constraint for direct move of
28958         DImode instead of wm.  Use wk constraint for direct move of DFmode
28959         instead of wm.
28960         (extendsidi2_lfiwax): Likewise.
28961         (lfiwax): Likewise.
28962         (lfiwzx): Likewise.
28963         (movdi_internal64): Likewise.
28965         * doc/md.texi (PowerPC and IBM RS6000): Document wh, wi, wj, and
28966         wk constraints. Make the wy constraint documentation match them
28967         implementation.
28969 2014-08-11  Mircea Namolaru  <mircea.namolaru@inria.fr>
28971         Replacement of isl_int by isl_val
28972         * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h
28973         (compute_bounds_for_param): use isl_val instead of isl_int
28974         (compute_bounds_for_loop): likewise
28975         * graphite-interchange.c: include isl/val.h, isl/val_gmp.h
28976         (build_linearized_memory_access): use isl_val instead of isl_int
28977         (pdr_stride_in_loop): likewise
28978         * graphite-optimize-isl.c:
28979         (getPrevectorMap): use isl_val instead of isl_int
28980         * graphite-poly.c:
28981         (pbb_number_of_iterations_at_time): use isl_val instead of isl_int
28982         graphite-sese-to-poly.c: include isl/val.h, isl/val_gmp.h
28983         (extern the_isl_ctx): declare
28984         (build_pbb_scattering_polyhedrons): use isl_val instead of isl_int
28985         (extract_affine_gmp): likewise
28986         (wrap): likewise
28987         (build_loop_iteration_domains): likewise
28988         (add_param_constraints): likewise
28990 2014-08-11  Richard Biener  <rguenther@suse.de>
28992         PR tree-optimization/62075
28993         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Properly
28994         handle uses in patterns.
28996 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
28997             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
28998             Anna Tikhonova  <anna.tikhonova@intel.com>
28999             Ilya Tocar  <ilya.tocar@intel.com>
29000             Andrey Turetskiy  <andrey.turetskiy@intel.com>
29001             Ilya Verbin  <ilya.verbin@intel.com>
29002             Kirill Yukhin  <kirill.yukhin@intel.com>
29003             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
29005         * common/config/i386/i386-common.c
29006         (OPTION_MASK_ISA_AVX512VL_SET): Define.
29007         (OPTION_MASK_ISA_AVX512F_UNSET): Update.
29008         (ix86_handle_option): Handle OPT_mavx512vl.
29009         * config/i386/cpuid.h (bit_AVX512VL): Define.
29010         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vl,
29011         set -mavx512vl accordingly.
29012         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
29013         OPTION_MASK_ISA_AVX512VL.
29014         * config/i386/i386.c (ix86_target_string): Handle -mavx512vl.
29015         (ix86_option_override_internal): Define PTA_AVX512VL, handle
29016         PTA_AVX512VL and OPTION_MASK_ISA_AVX512VL.
29017         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512vl.
29018         * config/i386/i386.h (TARGET_AVX512VL): Define.
29019         (TARGET_AVX512VL_P(x)): Ditto.
29020         * config/i386/i386.opt: Add mavx512vl.
29022 2014-08-11  Felix Yang  <fei.yang0953@gmail.com>
29024         PR tree-optimization/62073
29025         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that DEF1 has
29026         a basic block.
29028 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
29029             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
29030             Anna Tikhonova  <anna.tikhonova@intel.com>
29031             Ilya Tocar  <ilya.tocar@intel.com>
29032             Andrey Turetskiy  <andrey.turetskiy@intel.com>
29033             Ilya Verbin  <ilya.verbin@intel.com>
29034             Kirill Yukhin  <kirill.yukhin@intel.com>
29035             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
29037         * common/config/i386/i386-common.c
29038         (OPTION_MASK_ISA_AVX512BW_SET) : Define.
29039         (OPTION_MASK_ISA_AVX512BW_UNSET): Ditto.
29040         (OPTION_MASK_ISA_AVX512VL_UNSET) : Ditto.
29041         (ix86_handle_option): Handle OPT_mavx512bw.
29042         * config/i386/cpuid.h (bit_AVX512BW): Define.
29043         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512bw,
29044         set -mavx512bw accordingly.
29045         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
29046         OPTION_MASK_ISA_AVX512BW.
29047         * config/i386/i386.c (ix86_target_string): Handle -mavx512bw.
29048         (ix86_option_override_internal): Define PTA_AVX512BW, handle
29049         PTA_AVX512BW and OPTION_MASK_ISA_AVX512BW.
29050         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512bw.
29051         * config/i386/i386.h (TARGET_AVX512BW): Define.
29052         (TARGET_AVX512BW_P(x)): Ditto.
29053         * config/i386/i386.opt: Add mavx512bw.
29055 2014-08-11  Richard Biener  <rguenther@suse.de>
29057         PR tree-optimization/62070
29058         * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
29059         Remove SSA checking.
29061 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
29063         * asan.c (asan_check_flags): New enum.
29064         (build_check_stmt_with_calls): Removed function.
29065         (build_check_stmt): Split inlining logic to
29066         asan_expand_check_ifn.
29067         (instrument_derefs): Rename parameter.
29068         (instrument_mem_region_access): Rename parameter.
29069         (instrument_strlen_call): Likewise.
29070         (asan_expand_check_ifn): New function.
29071         (asan_instrument): Remove old code.
29072         (pass_sanopt::execute): Change handling of
29073         asan-instrumentation-with-call-threshold.
29074         (asan_clear_shadow): Fix formatting.
29075         (asan_function_start): Likewise.
29076         (asan_emit_stack_protection): Likewise.
29077         * doc/invoke.texi (asan-instrumentation-with-call-threshold):
29078         Update description.
29079         * internal-fn.c (expand_ASAN_CHECK): New function.
29080         * internal-fn.def (ASAN_CHECK): New internal function.
29081         * params.def (PARAM_ASAN_INSTRUMENTATION_WITH_CALL_THRESHOLD):
29082         Update description.
29083         (PARAM_ASAN_USE_AFTER_RETURN): Likewise.
29084         * tree.c: Small comment fix.
29086 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
29088         * gimple.c (gimple_call_fnspec): Support internal functions.
29089         (gimple_call_return_flags): Use const.
29090         * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
29091         * internal-fn.def: Add fnspec information.
29092         * internal-fn.h (internal_fn_fnspec): New function.
29093         (init_internal_fns): Declare new function.
29094         * internal-fn.c (internal_fn_fnspec_array): New global variable.
29095         (init_internal_fns): New function.
29096         * tree-core.h: Update macro call.
29097         * tree.c (build_common_builtin_nodes): Initialize internal fns.
29099 2014-08-10  Gerald Pfeifer  <gerald@pfeifer.com>
29101         * lto-streamer.h (struct output_block::symbol): Change from
29102         struct symtab_node to plain symtab_node.
29103         (referenced_from_this_partition_p): Change first parameter
29104         from struct symtab_node to plain symtab_node.
29106 2014-08-10  Marek Polacek  <polacek@redhat.com>
29108         PR c/51849
29109         * gcc/doc/invoke.texi: Document -Wc90-c99-compat.
29111 2014-08-09  Jan Hubicka  <hubicka@ucw.cz>
29113         * ipa-devirt.c (get_dynamic_type): Handle case when instance is in
29114         DECL correctly; do not give up on types in static storage.
29116 2014-08-09  Paolo Carlini  <paolo.carlini@oracle.com>
29118         * doc/invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
29120 2014-08-09  Roman Gareev  <gareevroman@gmail.com>
29122         * graphite-isl-ast-to-gimple.c:
29123         (translate_isl_ast_node_user): Use nb_loops instead of loop->num + 1.
29125         * gcc.dg/graphite/isl-ast-gen-user-1.c: New testcase.
29127 2014-08-08  Guozhi Wei  <carrot@google.com>
29129         * config/rs6000/rs6000.md (*movdi_internal64): Add a new constraint.
29131 2014-08-08  Cary Coutant  <ccoutant@google.com>
29133         * dwarf2out.c (get_skeleton_type_unit): Remove.
29134         (output_skeleton_debug_sections): Remove skeleton type units.
29135         (output_comdat_type_unit): Likewise.
29136         (dwarf2out_finish): Likewise.
29138 2014-08-07  Yi Yang  <ahyangyi@google.com>
29140         * predict.c (expr_expected_value_1): Remove the redundant assignment.
29142 2014-08-08  Richard Biener  <rguenther@suse.de>
29144         * lto-streamer.h (struct lto_input_block): Make it a class
29145         with a constructor.
29146         (LTO_INIT_INPUT_BLOCK, LTO_INIT_INPUT_BLOCK_PTR): Remove.
29147         (struct lto_function_header, struct lto_simple_header,
29148         struct lto_simple_header_with_strings,
29149         struct lto_decl_header, struct lto_function_header): Make
29150         a simple inheritance hieararchy.  Remove unused fields.
29151         (struct lto_asm_header): Remove.
29152         * lto-streamer-out.c (produce_asm): Adjust.
29153         (lto_output_toplevel_asms): Likewise.
29154         (produce_asm_for_decls): Likewise.
29155         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
29156         * data-streamer-in.c (string_for_index): Likewise.
29157         * ipa-inline-analysis.c (inline_read_section): Likewise.
29158         * ipa-prop.c (ipa_prop_read_section): Likewise.
29159         (read_replacements_section): Likewise.
29160         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
29161         * lto-section-in.c (lto_create_simple_input_block): Likewise.
29162         (lto_destroy_simple_input_block): Likewise.
29163         * lto-streamer-in.c (lto_read_body_or_constructor): Likewise.
29164         (lto_input_toplevel_asms): Likewise.
29166 2014-08-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
29167             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
29168             Anna Tikhonova  <anna.tikhonova@intel.com>
29169             Ilya Tocar  <ilya.tocar@intel.com>
29170             Andrey Turetskiy  <andrey.turetskiy@intel.com>
29171             Ilya Verbin  <ilya.verbin@intel.com>
29172             Kirill Yukhin  <kirill.yukhin@intel.com>
29173             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
29175         * common/config/i386/i386-common.c
29176         (OPTION_MASK_ISA_AVX512DQ_SET): Define.
29177         (OPTION_MASK_ISA_AVX512DQ_UNSET): Ditto.
29178         (ix86_handle_option): Handle OPT_mavx512dq.
29179         * config/i386/cpuid.h (bit_AVX512DQ): Define.
29180         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512dq,
29181         set -mavx512dq accordingly.
29182         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
29183         OPTION_MASK_ISA_AVX512DQ.
29184         * config/i386/i386.c (ix86_target_string): Handle -mavx512dq.
29185         (ix86_option_override_internal): Define PTA_AVX512DQ, handle
29186         PTA_AVX512DQ and OPTION_MASK_ISA_AVX512DQ.
29187         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512dq.
29188         * config/i386/i386.h (TARGET_AVX512DQ): Define.
29189         (TARGET_AVX512DQ_P(x)): Ditto.
29190         * config/i386/i386.opt: Add mavx512dq.
29192 2014-08-08  Richard Biener  <rguenther@suse.de>
29194         * builtins.c (c_getstr, readonly_data_expr, init_target_chars,
29195         target_percent, target_percent_s): Export.
29196         (var_decl_component_p, fold_builtin_memory_op, fold_builtin_memset,
29197         fold_builtin_bzero, fold_builtin_strcpy, fold_builtin_strncpy,
29198         fold_builtin_strcat, fold_builtin_fputs, fold_builtin_memory_chk,
29199         fold_builtin_stxcpy_chk, fold_builtin_stxncpy_chk,
29200         fold_builtin_sprintf_chk_1, fold_builtin_snprintf_chk_1):
29201         Move to gimple-fold.c.
29202         (fold_builtin_2): Remove handling of bzero, fputs, fputs_unlocked,
29203         strcat and strcpy.
29204         (fold_builtin_3): Remove handling of memset, bcopy, memcpy,
29205         mempcpy, memmove, strncpy, strcpy_chk and stpcpy_chk.
29206         (fold_builtin_4): Remove handling of memcpy_chk, mempcpy_chk,
29207         memmove_chk, memset_chk, strncpy_chk and stpncpy_chk.
29208         (rewrite_call_expr_array): Remove.
29209         (fold_builtin_sprintf_chk): Likewise.
29210         (fold_builtin_snprintf_chk): Likewise.
29211         (fold_builtin_varargs): Remove handling of sprintf_chk,
29212         vsprintf_chk, snprintf_chk and vsnprintf_chk.
29213         (gimple_fold_builtin_sprintf_chk): Remove.
29214         (gimple_fold_builtin_snprintf_chk): Likewise.
29215         (gimple_fold_builtin_varargs): Likewise.
29216         (fold_call_stmt): Do not call gimple_fold_builtin_varargs.
29217         * predict.c (optimize_bb_for_size_p): Handle NULL bb.
29218         * gimple.c (gimple_seq_add_seq_without_update): New function.
29219         * gimple.h (gimple_seq_add_seq_without_update): Declare.
29220         * gimple-fold.c: Include output.h.
29221         (gsi_replace_with_seq_vops): New function, split out from ...
29222         (gimplify_and_update_call_from_tree): ... here.
29223         (replace_call_with_value): New function.
29224         (replace_call_with_call_and_fold): Likewise.
29225         (var_decl_component_p): Moved from builtins.c.
29226         (gimple_fold_builtin_memory_op): Moved from builtins.c
29227         fold_builtin_memory_op and rewritten to GIMPLE.
29228         (gimple_fold_builtin_memset): Likewise.
29229         (gimple_fold_builtin_strcpy): Likewise.
29230         (gimple_fold_builtin_strncpy): Likewise.
29231         (gimple_fold_builtin_strcat): Likewise.
29232         (gimple_fold_builtin_fputs): Likewise.
29233         (gimple_fold_builtin_memory_chk): Likewise.
29234         (gimple_fold_builtin_stxcpy_chk): Likewise.
29235         (gimple_fold_builtin_stxncpy_chk): Likewise.
29236         (gimple_fold_builtin_snprintf_chk): Likewise.
29237         (gimple_fold_builtin_sprintf_chk): Likewise.
29238         (gimple_fold_builtin_strlen): New function.
29239         (gimple_fold_builtin_with_strlen): New function split out from
29240         gimple_fold_builtin.
29241         (gimple_fold_builtin): Change signature and handle
29242         bzero, memset, bcopy, memcpy, mempcpy and memmove folding
29243         here.  Call gimple_fold_builtin_with_strlen.
29244         (gimple_fold_call): Adjust.
29246 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
29248         * calls.c (precompute_arguments): Check
29249         promoted_for_signed_and_unsigned_p and set the promoted mode.
29250         (promoted_for_signed_and_unsigned_p): New function.
29251         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
29252         and set the promoted mode.
29253         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
29254         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
29255         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
29258 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
29260         * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
29261         instead of SUBREG_PROMOTED_UNSIGNED_SET.
29262         (expand_call): Likewise.
29263         * cfgexpand.c (expand_gimple_stmt_1): Use SUBREG_PROMOTED_SIGN
29264         to get promoted mode.
29265         * combine.c (record_promoted_value): Skip > 0 comparison with
29266         SUBREG_PROMOTED_UNSIGNED_P as it now returns only 0 or 1.
29267         * expr.c (convert_move): Use SUBREG_CHECK_PROMOTED_SIGN instead
29268         of SUBREG_PROMOTED_UNSIGNED_P.
29269         (convert_modes): Likewise.
29270         (store_expr): Use SUBREG_PROMOTED_SIGN to get promoted mode.
29271         Use SUBREG_CHECK_PROMOTED_SIGN instead of SUBREG_PROMOTED_UNSIGNED_P.
29272         (expand_expr_real_1): Use new SUBREG_PROMOTED_SET instead of
29273         SUBREG_PROMOTED_UNSIGNED_SET.
29274         * function.c (assign_parm_setup_reg): Use new SUBREG_PROMOTED_SET
29275         instead of SUBREG_PROMOTED_UNSIGNED_SET.
29276         * ifcvt.c (noce_emit_cmove): Updated to use SUBREG_PROMOTED_GET and
29277         SUBREG_PROMOTED_SET.
29278         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Use
29279         SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET.
29280         * optabs.c (widen_operand): Use SUBREG_CHECK_PROMOTED_SIGN instead
29281         of SUBREG_PROMOTED_UNSIGNED_P.
29282         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Remove.
29283         (SUBREG_PROMOTED_SET): New define.
29284         (SUBREG_PROMOTED_GET): Likewise.
29285         (SUBREG_PROMOTED_SIGN): Likewise.
29286         (SUBREG_PROMOTED_SIGNED_P): Likewise.
29287         (SUBREG_CHECK_PROMOTED_SIGN): Likewise.
29288         (SUBREG_PROMOTED_UNSIGNED_P): Updated.
29289         * rtlanal.c (unsigned_reg_p): Use new SUBREG_PROMOTED_GET
29290         instead of SUBREG_PROMOTED_UNSIGNED_GET.
29291         (nonzero_bits1): Skip > 0 comparison with the results as
29292         SUBREG_PROMOTED_UNSIGNED_P now returns only 0 or 1.
29293         (num_sign_bit_copies1): Use SUBREG_PROMOTED_SIGNED_P instead
29294         of !SUBREG_PROMOTED_UNSIGNED_P.
29295         * simplify-rtx.c (simplify_unary_operation_1): Use new
29296         SUBREG_PROMOTED_SIGNED_P instead of !SUBREG_PROMOTED_UNSIGNED_P.
29297         (simplify_subreg): Use new SUBREG_PROMOTED_SIGNED_P,
29298         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_SET instead of
29299         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_UNSIGNED_SET.
29301 2014-08-07  Jan Hubicka  <hubicka@ucw.cz>
29303         * ipa-devirt.c: Include gimple-pretty-print.h
29304         (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
29305         further tests.
29306         (decl_maybe_in_construction_p): Fix conditional on cdtor check
29307         (get_polymorphic_call_info): Fix return value
29308         (type_change_info): New sturcture based on ipa-prop
29309         variant.
29310         (noncall_stmt_may_be_vtbl_ptr_store): New predicate
29311         based on ipa-prop variant.
29312         (extr_type_from_vtbl_ptr_store): New function
29313         based on ipa-prop variant.
29314         (record_known_type): New function.
29315         (check_stmt_for_type_change): New function.
29316         (get_dynamic_type): New function.
29317         * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
29318         * tree-ssa-pre.c: ipa-utils.h
29319         (eliminate_dom_walker::before_dom_children): Use ipa-devirt
29320         machinery; sanity check with ipa-prop devirtualization.
29321         * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
29322         polymorphic flag.
29324 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
29326         * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
29327         * alias.c, cfgexpand.c, cgraphbuild.c,
29328         config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
29329         config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
29330         config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
29331         config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
29332         config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
29333         config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
29334         config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
29335         dse.c, except.c, gengtype.c, gimple-expr.c,
29336         gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
29337         ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
29338         tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
29339         tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
29340         tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
29341         tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
29342         pointer-set.h.
29343         * pointer-set.c: Remove file.
29344         * pointer-set.h: Remove file.
29346 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29348         * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
29349         * config/arm/types.md (f_sels, f_seld): Delete.
29351 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29353         * config/aarch64/aarch64.md (absdi2): Set simd attribute.
29354         (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
29355         (aarch64_movdi_<mode>high): Likewise.
29356         (aarch64_mov<mode>high_di): Likewise.
29357         (aarch64_movdi_<mode>low): Likewise.
29358         (aarch64_mov<mode>low_di): Likewise.
29359         (aarch64_movtilow_tilow): Likewise.
29360         Add comment explaining usage of fp,simd attributes and of
29361         TARGET_FLOAT and TARGET_SIMD.
29363 2014-08-07  Ian Bolton  <ian.bolton@arm.com>
29364             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29366         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
29367         Use MOVN when one of the half-words is 0xffff.
29369 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
29371         * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
29373 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
29375         * haifa-sched.c (SCHED_SORT): Delete.  Macro used exactly once.
29376         (enum rfs_decition:RFS_*): New constants wrapped in an enum.
29377         (rfs_str): String corresponding to RFS_* constants.
29378         (rank_for_schedule_stats_t): New typedef.
29379         (rank_for_schedule_stats): New static variable.
29380         (rfs_result): New static function.
29381         (rank_for_schedule): Track statistics for deciding heuristics.
29382         (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
29383         static functions.
29384         (ready_sort): Use them for debug printouts.
29385         (schedule_block): Init statistics state.  Print statistics on
29386         rank_for_schedule decisions.
29388 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
29390         * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
29392 2014-08-07  Ilya Tocar  <ilya.tocar@intel.com>
29394         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
29395         constraint.
29397 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
29399         * hash-map.h (default_hashmap_traits): Adjust overloads of hash
29400         function to not conflict.
29401         * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
29402         gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
29403         lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
29404         tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
29405         tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
29406         of pointer_map.
29408 2014-08-07  Marek Polacek  <polacek@redhat.com>
29410         * fold-const.c (fold_binary_loc): Add folding of
29411         (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
29413 2013-08-07  Ilya Enkovich  <ilya.enkovich@intel.com>
29415         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
29416         instead of type size.
29417         (ASM_FINISH_DECLARE_OBJECT): Likewise.
29419 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
29421         * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
29422         (*thumb1_movqi_insn): Likewise.
29423         * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
29425 2014-08-07  Tom de Vries  <tom@codesourcery.com>
29427         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
29428         (glibc_2_11_or_earlier): Remove effective-target keywords.
29430 2014-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
29432         * config/arm/arm.c (bdesc_2arg): Fix typo.
29433         (arm_atomic_assign_expand_fenv): Remove The default implementation.
29435 2014-08-07  Zhenqiang Chen  <zhenqiang.chen@arm.com>
29437         * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
29439 2014-08-06  Vladimir Makarov  <vmakarov@redhat.com>
29441         PR debug/61923
29442         * haifa-sched.c (advance_one_cycle): Fix dump.
29443         (schedule_block): Don't advance cycle if we are already at the
29444         beginning of the cycle.
29446 2014-08-06  Martin Jambor  <mjambor@suse.cz>
29448         PR ipa/61393
29449         * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
29451 2014-08-06  Richard Biener  <rguenther@suse.de>
29453         PR lto/62034
29454         * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
29455         SCCs here.
29456         (lto_input_tree): Pop SCCs here.
29458 2014-08-06  Richard Biener  <rguenther@suse.de>
29460         PR tree-optimization/61320
29461         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
29462         handle misaligned loads.
29464 2014-08-06  Alan Lawrence  <alan.lawrence@arm.com>
29466         * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
29467         (aarch64_expand_vec_perm_const): Check for dup before zip.
29469 2014-08-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29471         * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
29472         CONST_INT_P instead of GET_CODE and compare.
29473         (aarch64_select_cc_mode): Likewise.
29474         (aarch64_print_operand): Likewise.
29475         (aarch64_rtx_costs): Likewise.
29476         (aarch64_simd_valid_immediate): Likewise.
29477         (aarch64_simd_check_vect_par_cnst_half): Likewise.
29478         (aarch64_simd_emit_pair_result_insn): Likewise.
29480 2014-08-05  David Malcolm  <dmalcolm@redhat.com>
29482         * gdbhooks.py (find_gcc_source_dir): New helper function.
29483         (class PassNames): New class, locating and parsing passes.def.
29484         (class BreakOnPass): New command "break-on-pass".
29486 2014-08-05  Trevor Saunders  <tsaunders@mozilla.com>
29488         * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
29489         getting olde.
29491 2014-08-05  Richard Biener  <rguenther@suse.de>
29493         PR rtl-optimization/61672
29494         * emit-rtl.h (mem_attrs_eq_p): Declare.
29495         * emit-rtl.c (mem_attrs_eq_p): Export.  Handle NULL mem-attrs.
29496         * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
29497         * cfgcleanup.c (merge_memattrs): Likewise.
29498         Include emit-rtl.h.
29500 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29502         * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
29503         rather than singleton vectors.
29504         (vqdmlsls_lane_s32): Likewise.
29506 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29508         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
29509         Use VSDQ_HSI mode iterator.
29510         (aarch64_sqrdmulh_laneq<mode>): Likewise.
29511         (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
29512         * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
29513         Use BUILTIN_VDQHS macro.
29514         (sqrdmulh_laneq): Likewise.
29515         * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
29516         (vqdmlals_laneq_s32): Likewise.
29517         (vqdmlslh_laneq_s16): Likewise.
29518         (vqdmlsls_laneq_s32): Likewise.
29519         (vqdmulhh_laneq_s16): Likewise.
29520         (vqdmulhs_laneq_s32): Likewise.
29521         (vqrdmulhh_laneq_s16): Likewise.
29522         (vqrdmulhs_laneq_s32): Likewise.
29524 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29526         * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
29527         (vmuld_laneq_f64): Likewise.
29528         (vmuls_laneq_f32): Likewise.
29529         (vmul_n_f64): Likewise.
29530         (vmuld_lane_f64): Reimplement in C.
29531         (vmuls_lane_f32): Likewise.
29533 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29535         * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
29536         to reservation.
29537         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
29539 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29541         * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
29542         (rbitsi2): Likewise.
29543         (*arm_rev): Set predicable and predicable_short_it attributes.
29545 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29547         * convert.c (convert_to_integer): Guard transformation to lrint by
29548         -fno-math-errno.
29550 2014-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
29552         * config/aarch64/aarch64-builtins.c
29553         (aarch64_simd_builtin_type_mode): Delete.
29554         (v8qi_UP): Remap to V8QImode.
29555         (v4hi_UP): Remap to V4HImode.
29556         (v2si_UP): Remap to V2SImode.
29557         (v2sf_UP): Remap to V2SFmode.
29558         (v1df_UP): Remap to V1DFmode.
29559         (di_UP): Remap to DImode.
29560         (df_UP): Remap to DFmode.
29561         (v16qi_UP):V16QImode.
29562         (v8hi_UP): Remap to V8HImode.
29563         (v4si_UP): Remap to V4SImode.
29564         (v4sf_UP): Remap to V4SFmode.
29565         (v2di_UP): Remap to V2DImode.
29566         (v2df_UP): Remap to V2DFmode.
29567         (ti_UP): Remap to TImode.
29568         (ei_UP): Remap to EImode.
29569         (oi_UP): Remap to OImode.
29570         (ci_UP): Map to CImode.
29571         (xi_UP): Remap to XImode.
29572         (si_UP): Remap to SImode.
29573         (sf_UP): Remap to SFmode.
29574         (hi_UP): Remap to HImode.
29575         (qi_UP): Remap to QImode.
29576         (aarch64_simd_builtin_datum): Make mode a machine_mode.
29577         (VAR1): Build builtin name.
29578         (aarch64_init_simd_builtins): Remove dead code.
29580 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
29582         * graphite-isl-ast-to-gimple.c:
29583         (set_options): New function.
29584         (scop_to_isl_ast): Add calling of set_options.
29586 2014-08-05  Jakub Jelinek  <jakub@redhat.com>
29588         * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
29589         (analyze_iv_to_split_insn): Don't initialize them.
29590         (get_ivts_expr): Removed.
29591         (allocate_basic_variable, insert_base_initialization): Use
29592         SET_SRC instead of *get_ivts_expr.
29593         (split_iv): Use &SET_SRC instead of get_ivts_expr.
29595 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
29597         * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
29598         (translate_isl_ast_for_loop): Add checking of the
29599         flag_loop_parallelize_all.
29600         (ast_build_before_for): New function.
29601         (scop_to_isl_ast): Add checking of the
29602         flag_loop_parallelize_all.
29603         * graphite-dependences.c: Move the defenition of the
29604         scop_get_dependences from graphite-optimize-isl.c to this file.
29605         (apply_schedule_on_deps): Add checking of the ux's emptiness.
29606         (carries_deps): Add checking of the x's value.
29607         * graphite-optimize-isl.c: Move the defenition of the
29608         scop_get_dependences to graphite-dependences.c.
29609         * graphite-poly.h: Add declarations of scop_get_dependences
29610         and carries_deps.
29612 2014-08-04  Rohit  <rohitarulraj@freescale.com>
29614         PR target/60102
29615         * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
29616         names.
29617         (alt_reg_names): Likewise.
29618         (rs6000_dwarf_register_span): For SPE high registers, replace
29619         dwarf register numbers with GCC hard register numbers.
29620         (rs6000_init_dwarf_reg_sizes_extra): Likewise.
29621         (rs6000_dbx_register_number): For SPE high registers, return dwarf
29622         register number for the corresponding GCC hard register number.
29623         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
29624         newly added GCC hard register numbers for SPE high registers.
29625         (DWARF_FRAME_REGISTERS):  Likewise.
29626         (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
29627         (DWARF_FRAME_REGNUM): Likewise.
29628         (FIXED_REGISTERS): Likewise.
29629         (CALL_USED_REGISTERS): Likewise.
29630         (CALL_REALLY_USED_REGISTERS): Likewise.
29631         (REG_ALLOC_ORDER): Likewise.
29632         (enum reg_class): Likewise.
29633         (REG_CLASS_NAMES): Likewise.
29634         (REG_CLASS_CONTENTS): Likewise.
29635         (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
29637 2014-08-04  Richard Biener  <rguenther@suse.de>
29639         * gimple-fold.h (gimple_fold_builtin): Remove.
29640         * gimple-fold.c (gimple_fold_builtin): Make static.
29641         * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
29642         fold_stmt, not gimple_fold_builtin.
29644 2014-08-04  Martin Liska <mliska@suse.cz>
29646         * cgraph.h (csi_end_p): Removed.
29647         (csi_next): Likewise.
29648         (csi_node): Likewise.
29649         (csi_start): Likewise.
29650         (cgraph_node_in_set_p): Likewise.
29651         (cgraph_node_set_size): Likewise.
29652         (vsi_end_p): Likewise.
29653         (vsi_next): Likewise.
29654         (vsi_node): Likewise.
29655         (vsi_start): Likewise.
29656         (varpool_node_set_size): Likewise.
29657         (cgraph_node_set_nonempty_p): Likewise.
29658         (varpool_node_set_nonempty_p): Likewise.
29659         * cgraphunit.c (cgraph_process_new_functions): vec replaces
29660         cgraph_node_set.
29661         * ipa-inline-transform.c: Likewise.
29662         * ipa-utils.c (cgraph_node_set_new): Removed.
29663         (cgraph_node_set_add): Likewise.
29664         (cgraph_node_set_remove): Likewise.
29665         (cgraph_node_set_find): Likewise.
29666         (dump_cgraph_node_set): Likewise.
29667         (debug_cgraph_node_set): Likewise.
29668         (free_cgraph_node_set): Likewise.
29669         (varpool_node_set_new): Likewise.
29670         (varpool_node_set_add): Likewise.
29671         (varpool_node_set_remove): Likewise.
29672         (varpool_node_set_find): Likewise.
29673         (dump_varpool_node_set): Likewise.
29674         (free_varpool_node_set): Likewise.
29675         (debug_varpool_node_set): Likewise.
29676         * tree-emutls.c (struct tls_var_data):
29677         (emutls_index): Removed.
29678         (emutls_decl): Likewise.
29679         (gen_emutls_addr): Function implementation uses newly added
29680         hash_map<varpool_node *, tls_var_data>.
29681         (clear_access_vars): Likewise.
29682         (create_emultls_var): Likewise.
29683         (ipa_lower_emutls): Likewise.
29684         (reset_access): New function.
29686 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
29688         * config/i386/i386.c (ix86_option_override_internal): Add
29689         PTA_RDRND and PTA_MOVBE for bdver4.
29691 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29692             James Greenhalgh  <james.greenhalgh@arm.com>
29694         * doc/md.texi (clrsb): Document.
29695         (clz): Change reference to x into operand 1.
29696         (ctz): Likewise.
29697         (popcount): Likewise.
29699 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29701         PR target/61713
29702         * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
29703         move to subtarget in serial version if result is ignored.
29705 2014-08-04  Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29706             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29708         * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
29709         to any two insns.  Update comment.  Rename to sched_macro_fuse_insns.
29710         (sched_analyze_insn): Update use of try_group_insn to
29711         sched_macro_fuse_insns.
29712         * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
29713         arguments that are not conditional jumps.
29715 2014-08-04  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
29717         * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's
29718         extended family information. Handle BTVER2 cpu with cpuid family value.
29720 2014-08-04  Tom de Vries  <tom@codesourcery.com>
29722         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
29723         (glibc_2_11_or_earlier): Document effective-target keywords.
29725 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
29727         * ipa-devirt.c (odr_type_warn_count): Add type.
29728         (possible_polymorphic_call_targets): Set it.
29729         (ipa_devirt): Use it.
29731 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
29733         * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods):
29734         Document.
29735         * ipa-devirt.c: Include hash-map.h
29736         (struct polymorphic_call_target_d): Add type_warning and decl_warning.
29737         (clear_speculation): Break out of ...
29738         (get_class_context): ... here; speed up handling obviously useless
29739         speculations.
29740         (odr_type_warn_count, decl_warn_count): New structures.
29741         (final_warning_record): New structure.
29742         (final_warning_records): New static variable.
29743         (possible_polymorphic_call_targets): Cleanup handling of
29744         speculative info; do not build speculation when user do not care;
29745         record info about warnings when asked for.
29746         (add_decl_warning): New function.
29747         (type_warning_cmp): New function.
29748         (decl_warning_cmp): New function.
29749         (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
29750         (gate): Enable pass when warnings are requested.
29751         * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New
29752         options.
29754 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
29756         * hash-map.h (default_hashmap_traits::mark_key_deleted):
29757         Fix cast.
29758         (hash_map::remove): New method.
29759         (hash_map::traverse): New method.
29760         * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
29761         ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
29762         tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
29763         tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
29764         tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
29765         tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
29766         pointer_map.
29768 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
29770         * hash-set.h: new File.
29771         * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
29772         cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
29773         ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
29774         lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
29775         tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
29776         tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
29777         tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
29778         varpool.c: Use hash_set instead of pointer_set.
29780 2014-08-01  Alan Lawrence  <alan.lawrence@arm.com>
29782         * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
29784 2014-08-01  Jiong Wang <jiong.wang@arm.com>
29786         * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
29787         for frame access when strict_p is false.
29789 2014-08-01  Renlin Li <renlin.li@arm.com>
29790 2014-08-01  Jiong Wang <jiong.wang@arm.com>
29792         * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
29793         aarch64_offset_7bit_signed_scaled_p, remove static and use it.
29794         * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
29795         Declaration.
29796         * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
29797         predicate.
29798         * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
29799         aarch64_mem_pair_offset.
29801 2014-08-01  Jiong Wang <jiong.wang@arm.com>
29803         * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
29804         offset.
29805         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
29806         * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
29808 2014-08-01  Matthew Fortune  <matthew.fortune@imgtec.com>
29810         * config/mips/mips.h (REGISTER_PREFIX): Define macro.
29812 2014-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
29814         PR regression/61510
29815         * cgraphunit.c (analyze_functions): Use get_create rather than get
29816         for decls which are clones of abstract functions.
29818 2014-08-01  Martin Liska  <mliska@suse.cz>
29820         * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
29821         * ipa-prop.h (count_formal_params): Global function created from static.
29822         * ipa-prop.c (count_formal_params): Likewise.
29823         * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
29824         profiles for semantically equivalent functions.
29825         * passes.c (do_per_function): If we load body of a function
29826         during WPA, this condition should behave same.
29827         * varpool.c (ctor_for_folding): More tolerant assert for variable
29828         aliases created during WPA.
29830 2014-08-01  Martin Liska  <mliska@suse.cz>
29832         * doc/invoke.texi (Options That Control Optimization): Documentation
29833         for -foptimize-strlen introduced. Optimization levels default options
29834         fixed.
29836 2014-08-01  Jakub Jelinek  <jakub@redhat.com>
29838         * opts.c (common_handle_option): Handle -fsanitize=alignment.
29839         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
29840         (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
29841         type to bool.
29842         * stor-layout.h (min_align_of_type): New prototype.
29843         * asan.c (pass_sanopt::execute): Don't perform gsi_next if
29844         ubsan_expand* told us not to do it.  Remove the extra gsi_end_p
29845         check.
29846         * ubsan.c: Include builtins.h.
29847         (ubsan_expand_bounds_ifn): Change return type to bool,
29848         always return true.
29849         (ubsan_expand_null_ifn): Change return type to bool, change
29850         argument to gimple_stmt_iterator *.  Handle both null and alignment
29851         sanitization, take type from ckind argument's type rather than
29852         first argument.
29853         (instrument_member_call): Removed.
29854         (instrument_mem_ref): Remove t argument, add mem and base arguments.
29855         Handle both null and alignment sanitization, don't say whole
29856         struct access is member access.  Build 3 argument IFN_UBSAN_NULL
29857         call instead of 2 argument.
29858         (instrument_null): Adjust instrument_mem_ref caller.  Don't
29859         instrument calls here.
29860         (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
29861         like SANITIZE_NULL.
29862         * stor-layout.c (min_align_of_type): New function.
29863         * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
29864         Or it into SANITIZE_UNDEFINED.
29865         * doc/invoke.texi (-fsanitize=alignment): Document.
29867 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29869         * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
29871 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29873         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
29874         inchash.
29875         (vn_reference_compute_hash): Dito.
29876         (vn_nary_op_compute_hash): Dito.
29877         (vn_phi_compute_hash): Dito.
29878         * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
29880 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29882         * tree-ssa-dom.c (iterative_hash_exprs_commutative):
29883         Rename to inchash:add_expr_commutative. Convert to inchash.
29884         (iterative_hash_hashable_expr): Rename to
29885         inchash:add_hashable_expr. Convert to inchash.
29886         (avail_expr_hash): Dito.
29888 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29890         * ipa-devirt.c (polymorphic_call_target_hasher::hash):
29891         Convert to inchash.
29893 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29895         * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
29897 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29899         * Makefile.in (OBJS): Add rtlhash.o
29900         * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
29901         (loc_checksum): Dito.
29902         (loc_checksum_ordered): Dito.
29903         (hash_loc_operands): Dito.
29904         (hash_locs): Dito.
29905         (hash_loc_list): Dito.
29906         * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
29907         * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
29908         * rtlhash.c: New file.
29909         * rtlhash.h: New file.
29911 2014-07-31  Andi Kleen  <ak@linux.intel.com>
29913         * inchash.h (inchash): Change inchash class to namespace.
29914         (class hash): ... Rename from inchash.
29915         (add_object): Move from macro to class template.
29916         * lto-streamer-out.c (hash_tree): Change inchash
29917         to inchash::hash.
29918         * tree.c (build_type_attribute_qual_variant): Dito.
29919         (type_hash_list): Dito.
29920         (attribute_hash_list): Dito.
29921         (iterative_hstate_expr): Rename to inchash::add_expr
29922         (build_range_type_1): Change inchash to inchash::hash
29923         and use hash::add_expr.
29924         (build_array_type_1): Dito.
29925         (build_function_type): Dito
29926         (build_method_type_directly): Dito.
29927         (build_offset_type): Dito.
29928         (build_complex_type): Dito.
29929         (make_vector_type): Dito.
29930         * tree.h (iterative_hash_expr): Dito.
29932 2014-07-31  Chen Gang  <gang.chen.5i5j@gmail.com>
29934         * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
29936 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
29938         * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
29939         correct alphabetical position.
29940         (vpaddd_f64): Rewrite using builtins.
29941         (vpaddd_s64): Move to correct alphabetical position.
29942         (vpaddd_u64): New.
29944 2014-07-31  Oleg Endo  <olegendo@gcc.gnu.org>
29946         PR target/61844
29947         * config/sh/sh.c (sh_legitimate_address_p,
29948         sh_legitimize_reload_address): Handle reg+reg address modes when
29949         ALLOW_INDEXED_ADDRESS is false.
29950         * config/sh/predicates.md (general_movsrc_operand,
29951         general_movdst_operand): Likewise.
29953 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
29955         * config/aarch64/aarch64-builtins.c
29956         (aarch64_gimple_fold_builtin): Don't fold reduction operations for
29957         BYTES_BIG_ENDIAN.
29959 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
29961         * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
29962         the generated mask based on BYTES_BIG_ENDIAN.
29963         (aarch64_simd_check_vect_par_cnst_half): New.
29964         * config/aarch64/aarch64-protos.h
29965         (aarch64_simd_check_vect_par_cnst_half): New.
29966         * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
29967         the check out to aarch64_simd_check_vect_par_cnst_half.
29968         (vect_par_cnst_lo_half): Likewise.
29969         * config/aarch64/aarch64-simd.md
29970         (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
29971         (move_hi_quad_<mode>): Always generate a low mask.
29973 2014-07-30  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
29975         * doc/invoke.texi (AVR Options): Add documentation about
29976         __AVR_DEVICE_NAME__ built-in macro.
29978 2014-07-31  Charles Baylis  <charles.baylis@linaro.org>
29980         PR target/61948
29981         * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
29982         constraints are satisfied.
29983         (<shift>di3_neon): Likewise.
29985 2014-07-31  Richard Biener  <rguenther@suse.de>
29987         PR tree-optimization/61964
29988         * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
29989         by structural equality.
29991 2014-07-31  Yury Gribov  <y.gribov@samsung.com>
29993         * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
29994         * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
29995         * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
29996         New enums.
29997         * gcc.c (sanitize_spec_function): Support new option.
29998         (SANITIZER_SPEC): Remove now redundant check.
29999         * opts.c (common_handle_option): Support new option.
30000         (finish_options): Check for incompatibilities.
30001         * toplev.c (process_options): Split userspace-specific checks.
30003 2014-07-31  Richard Biener  <rguenther@suse.de>
30005         * lto-streamer.h (struct output_block): Remove global.
30006         (struct data_in): Remove labels, num_named_labels and
30007         num_unnamed_labels.
30008         * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
30009         * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
30011 2014-07-31  Marc Glisse  <marc.glisse@inria.fr>
30013         PR c++/60517
30014         * common.opt (-Wreturn-local-addr): Moved from c.opt.
30015         * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
30016         (isolate_path): New argument to avoid inserting a trap.
30017         (find_implicit_erroneous_behaviour): Handle returning the address
30018         of a local variable.
30019         (find_explicit_erroneous_behaviour): Likewise.
30021 2014-07-31  Bingfeng Mei <bmei@broadcom.com>
30023         PR lto/61868
30024         * toplev.c (init_random_seed): Move piece of code never called to
30025         set_random_seed.
30026         (set_random_seed): see above.
30028 2014-07-31  Tom de Vries  <tom@codesourcery.com>
30030         * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
30032 2014-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
30034         * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
30035         (compute_regs_asm_clobbered): Use extract_asm_operands instead.
30037 2014-07-31  Richard Biener  <rguenther@suse.de>
30039         * data-streamer.h (streamer_write_data_stream): Declare here,
30040         renamed from ...
30041         * lto-streamer.h (lto_output_data_stream): ... this.  Remove.
30042         * lto-cgraph.c (lto_output_node): Adjust.
30043         (lto_output_varpool_node): Likewise.
30044         * data-streamer-out.c (streamer_string_index): Likewise.
30045         (streamer_write_data_stream, lto_append_block): Move from ...
30046         * lto-section-out.c (lto_output_data_stream,
30047         lto_append_block): ... here.
30049 2014-07-30  Mike Stump  <mikestump@comcast.net>
30051         * configure.ac: Also check for popen.
30052         * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
30053         * configure: Regenerate.
30054         * config.in:  Regenerate.
30056 2014-07-30  Martin Jambor  <mjambor@suse.cz>
30058         * tree-sra.c (sra_ipa_modify_assign): Change type of the first
30059         parameter to gimple.
30061 2014-07-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30063         * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
30064         address as second parameter to __tpf_eh_return routine.
30066 2014-07-30  Jiong Wang  <jiong.wang@arm.com>
30068         * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
30069         Thumb2.
30071 2014-07-30  Tom Tromey  <tromey@redhat.com>
30073         PR c/59855
30074         * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
30075         * doc/extend.texi (Type Attributes): Document designated_init
30076         attribute.
30078 2014-07-30  Roman Gareev  <gareevroman@gmail.com>
30080         * graphite-isl-ast-to-gimple.c:
30081         (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
30082         (gcc_expression_from_isl_expression): Pass type to
30083         gcc_expression_from_isl_ast_expr_id.
30085 2014-07-30  Richard Biener  <rguenther@suse.de>
30087         * lto-streamer.h (lto_write_data): New function.
30088         * langhooks.c (lhd_append_data): Do not free block.
30089         * lto-section-out.c (lto_write_data): New function writing
30090         raw data to the current section.
30091         (lto_write_stream): Adjust for langhook semantic change.
30092         (lto_destroy_simple_output_block): Write header directly.
30093         * lto-opts.c (lto_write_options): Write options directly.
30094         * lto-streamer-out.c (produce_asm): Write heaeder directly.
30095         (lto_output_toplevel_asms): Likewise.
30096         (copy_function_or_variable): Copy data directly.
30097         (write_global_references): Output index table directly.
30098         (lto_output_decl_state_refs): Likewise.
30099         (write_symbol): Write data directly.
30100         (produce_symtab): Adjust.
30101         (produce_asm_for_decls): Output header and refs directly.
30103 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
30105         * ipa-devirt.c (polymorphic_call_target_d): Rename
30106         nonconstruction_targets to speculative_targets
30107         (get_class_context): Fix handling of contextes without outer type;
30108         avoid matching non-polymorphic types in LTO.
30109         (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
30110         parameter to speculative_targetsp; handle speculation.
30111         (dump_possible_polymorphic_call_targets): Update dumping.
30113 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
30115         * common.opt (Wodr): Enable by default.
30117 2014-07-29  Olivier Hainque  <hainque@adacore.com>
30119         * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
30121 2014-07-29  H.J. Lu  <hongjiu.lu@intel.com>
30123         PR bootstrap/61914
30124         * gengtype.c (strtoken): New function.
30125         (create_user_defined_type): Replace strtok with strtoken.
30127 2014-07-29  Nathan Sidwell  <nathan@acm.org>
30129         * gcov-io.c (gcov_var): Make hidden.
30130         * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
30131         (gcov_do_dump): Declare.
30132         (gcov_output_files): Call gcov_do_dump, not gcov_exit).
30134 2014-07-29  Martin Jambor  <mjambor@suse.cz>
30136         * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
30137         parameter to gimple.
30138         (sra_modify_assign): Likewise.
30140 2014-07-29  Richard Biener  <rguenther@suse.de>
30142         PR middle-end/52478
30143         * expr.c (expand_expr_real_2): Revert last change.
30145 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
30147         * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
30148         * cgraph.h (cgraph_indirect_call_info): Add speculative data.
30149         * gimple-fold.c (fold_gimple_assign): Fix check for virtual
30150         call.
30151         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
30152         (contains_type_p): Forward declare.
30153         (polymorphic_call_target_hasher::hash): Hash speculative info.
30154         (polymorphic_call_target_hasher::equal): Compare speculative info.
30155         (get_class_context): Handle speuclation.
30156         (contains_type_p): Update.
30157         (get_polymorphic_call_info_for_decl): Update.
30158         (walk_ssa_copies): Break out from ...
30159         (get_polymorphic_call_info): ... here; set speculative context
30160         before giving up.
30161         * ipa-prop.c (ipa_write_indirect_edge_info,
30162         ipa_read_indirect_edge_info): Stream speculative context.
30163         * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
30164         (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
30165         SPECULATIVE_MAYBE_DERIVED_TYPE).
30166         (possible_polymorphic_call_targets overriders): Update.
30167         (dump_possible_polymorphic_call_targets overriders): Update.
30168         (dump_possible_polymorphic_call_target_p overriders): Update.
30170 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
30172         * gimple-fold.c (fold_gimple_assign): Fix condition guarding
30173         ipa-devirt path; fix thinko there.
30175 2014-07-28  Trevor Saunders  <tsaunders@mozilla.com>
30177         * config/i386/i386.c (ix86_return_in_memory): Replace one
30178         ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
30180 2014-07-28  Marek Polacek  <polacek@redhat.com>
30182         * doc/invoke.texi (-Wno-odr): Fix @item entry.  Tweak wording.
30184 2014-07-28  Peter Bergner  <bergner@vnet.ibm.com>
30186         * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
30187         * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
30188         * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
30189         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
30190         (USE_LD_AS_NEEDED): Likewise.
30191         (ASM_APP_ON): Likewise.
30192         (ASM_APP_OFF): Likewise.
30193         (TARGET_POSIX_IO): Likewise.
30194         * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
30195         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
30196         (USE_LD_AS_NEEDED): Likewise.
30197         (ASM_APP_ON): Likewise.
30198         (ASM_APP_OFF): Likewise.
30199         (TARGET_POSIX_IO): Likewise.
30201 2014-07-28  Eric Botcazou  <ebotcazou@adacore.com>
30203         PR middle-end/61734
30204         * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
30205         operators other than the equality operators.
30207 2014-07-28  Richard Biener  <rguenther@suse.de>
30209         PR middle-end/52478
30210         * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
30211         sure to register SImode ones, not only >= word_mode ones.
30212         * expr.c (expand_expr_real_2): When expanding -ftrapv
30213         binops do not use OPTAB_LIB_WIDEN.
30215 2014-07-28  Richard Sandiford  <rdsandiford@googlemail.com>
30217         PR middle-end/61919
30218         * tree-outof-ssa.c (insert_partition_copy_on_edge)
30219         (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
30220         (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
30221         inserting them in the insn stream.
30223 2014-07-28  Marek Polacek  <polacek@redhat.com>
30225         PR middle-end/61913
30226         * common.opt (Wodr): Add Var.
30228 2014-07-28  Richard Biener  <rguenther@suse.de>
30230         PR tree-optimization/61921
30231         * tree-ssa-structalias.c (create_variable_info_for_1): Check
30232         if there is a varpool node before dereferencing it.
30234 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
30236         * graphite-sese-to-poly.c:
30237         (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
30238         id of the pbb), which contains pointer to the pbb1.
30240         * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
30242 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
30244         * graphite-isl-ast-to-gimple.c:
30245         (graphite_create_new_guard): New function.
30246         (translate_isl_ast_node_if): New function.
30247         (translate_isl_ast): Add calling of translate_isl_ast_node_if.
30249         * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
30251 2014-07-27  Anthony Green  <green@moxielogic.com>
30253         * config.gcc: Add moxie-*-moxiebox* configuration.
30254         * config/moxie/moxiebox.h: New file.
30256 2014-07-26  Andrew Pinski  <apinski@cavium.com>
30258         * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
30259         from the read only register.
30261 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
30263         * ira-costs.c (find_costs_and_classes): For -O0, use the best class
30264         as the allocation class if it isn't likely to be spilled.
30266 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
30268         * rtl.h (tls_referenced_p): Declare.
30269         * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
30270         * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
30271         (mips_cannot_force_const_mem): Use tls_referenced_p.
30272         * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
30273         * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
30274         instead of pa_tls_referenced_p.
30275         * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
30276         (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
30277         (pa_legitimate_constant_p): Likewise.
30278         (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
30279         * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
30280         (rs6000_cannot_force_const_mem, rs6000_emit_move)
30281         (rs6000_address_for_altivec): Use tls_referenced_p instead of
30282         rs6000_tls_referenced_p.
30283         (rs6000_tls_symbol_ref_1): Delete.
30285 2014-07-26  Marc Glisse  <marc.glisse@inria.fr>
30287         PR target/44551
30288         * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
30289         Optimize inverse of a VEC_CONCAT.
30291 2014-07-25  Xinliang David Li  <davidxl@google.com>
30293         * params.def: New parameter.
30294         * coverage.c (get_coverage_counts): Check new flag.
30295         (coverage_compute_profile_id): Check new flag.
30296         (coverage_begin_function): Check new flag.
30297         (coverage_end_function): Check new flag.
30298         * value-prof.c (coverage_node_map_initialized_p): New function.
30299         (init_node_map): Populate map with all functions.
30300         * doc/invoke.texi: Document new parameter.
30302 2014-07-25  Jan Hubicka  <hubicka@ucw.cz>
30303             Richard Biener <rguenther@suse.de>
30305         * lto-streamer-out.c (struct sccs): Turn to ...
30306         (class DFS): ... this one; refactor the DFS walk so it can
30307         be re-done on per-SCC basis.
30308         (DFS::DFS): New constructor.
30309         (DFS::~DFS): New destructor.
30310         (hash_tree): Add new MAP argument holding in-SCC hash values;
30311         remove POINTER_TYPE hashing hack.
30312         (scc_entry_compare): Rename to ...
30313         (DFS::scc_entry_compare): ... this one.
30314         (hash_scc): Rename to ...
30315         (DFS::hash_scc): ... this one; pass output_block instead
30316         of streamer_cache; work harder to get unique and stable SCC
30317         hashes.
30318         (DFS_write_tree): Rename to ...
30319         (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
30320         (lto_output_tree): Update.
30322 2014-07-25  Andi Kleen  <ak@linux.intel.com>
30324         * lto-streamer-out.c (hash_tree): Convert to inchash.
30326 2014-07-25  Andi Kleen  <ak@linux.intel.com>
30328         * tree.c (build_type_attribute_qual_variant): Use inchash.
30329         (type_hash_list): Dito.
30330         (attribute_hash_list): Dito
30331         (iterative_hstate_expr): Dito.
30332         (iterative_hash_expr): Dito.
30333         (build_range_type_1): Dito.
30334         (build_array_type_1): Dito.
30335         (build_function_type): Dito.
30336         (build_method_type_directly): Dito.
30337         (build_offset_type): Dito.
30338         (build_complex_type): Dito.
30339         (make_vector_type): Dito.
30340         * tree.h (iterative_hash_expr): Add compat wrapper.
30341         (iterative_hstate_expr): Add.
30343 2014-07-25  Andi Kleen  <ak@linux.intel.com>
30345         * Makefile.in (OBJS): Add inchash.o.
30346         (PLUGIN_HEADERS): Add inchash.h.
30347         * ipa-devirt.c: Include inchash.h.
30348         * lto-streamer-out.c: Dito.
30349         * tree-ssa-dom.c: Dito.
30350         * tree-ssa-pre.c: Dito.
30351         * tree-ssa-sccvn.c: Dito.
30352         * tree-ssa-tail-merge.c: Dito.
30353         * asan.c: Dito.
30354         * tree.c (iterative_hash_hashval_t): Move to ...
30355         (iterative_hash_host_wide_int): Move to ...
30356         * inchash.c: Here. New file.
30357         * tree.h (iterative_hash_hashval_t): Move to ...
30358         (iterative_hash_host_wide_int): Move to ...
30359         * inchash.h: Here. New file.
30361 2014-07-25  Richard Biener  <rguenther@suse.de>
30363         PR middle-end/61762
30364         PR middle-end/61894
30365         * fold-const.c (native_encode_int): Add and handle offset
30366         parameter to do partial encodings of expr.
30367         (native_encode_fixed): Likewise.
30368         (native_encode_real): Likewise.
30369         (native_encode_complex): Likewise.
30370         (native_encode_vector): Likewise.
30371         (native_encode_string): Likewise.
30372         (native_encode_expr): Likewise.
30373         * fold-const.c (native_encode_expr): Add offset parameter
30374         defaulting to -1.
30375         * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
30376         (fold_ctor_reference): Handle all reads from tcc_constant
30377         ctors.
30379 2014-07-25  Richard Biener  <rguenther@suse.de>
30381         * tree-inline.c (estimate_move_cost): Mark speed_p argument
30382         as possibly unused.
30384 2014-07-23  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
30386         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
30388 2014-07-24  Kyle McMartin  <kyle@redhat.com>
30390         * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
30392 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30394         * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
30395         Add prototype.
30396         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
30397         function.
30398         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
30399         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
30400         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
30402 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30404         * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
30405         and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
30406         aggregate types.  Instead, *all* aggregate types, except for single-
30407         element or homogeneous float/vector aggregates, are quadword-aligned
30408         if required by their type alignment.  Issue -Wpsabi note when a type
30409         is now treated differently than before.
30411 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30413         * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
30414         does not fit fully into floating-point registers, and there is still
30415         space in the register parameter area, use GPRs to pass those parts
30416         of the argument.  Issue -Wpsabi note if any parameter is now treated
30417         differently than before.
30418         (rs6000_arg_partial_bytes): Update.
30420 2014-07-24  Uros Bizjak  <ubizjak@gmail.com>
30422         * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
30424 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
30426         * rtl.h (target_rtl): Remove lang_dependent_initialized.
30427         * toplev.c (initialize_rtl): Don't use it.  Move previously
30428         "language-dependent" calls to...
30429         (backend_init): ...here.
30430         (lang_dependent_init_target): Don't set lang_dependent_initialized.
30431         Assert that RTL initialization hasn't happend yet.
30433 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
30435         PR rtl-optimization/61629
30436         * reginfo.c (reinit_regs): Only call ira_init and recog_init if
30437         they have already been initialized.
30439 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
30441         PR middle-end/61268
30442         * function.c (assign_parm_setup_reg): Prevent invalid sharing of
30443         DECL_INCOMING_RTL and entry_parm.
30444         (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
30445         * calls.c (load_register_parameters): Likewise argument values.
30446         (emit_library_call_value_1, store_one_arg): Likewise argument
30447         save areas.
30448         * config/i386/i386.c (assign_386_stack_local): Likewise the local
30449         stack slot.
30450         * explow.c (validize_mem): Modify the argument in-place.
30452 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
30454         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
30455         (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
30457 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
30459         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
30460         (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
30462 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
30464         * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
30465         (aarch64_save_callee_saves): New parameter "skip_wb".
30466         (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
30468 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
30470         * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
30471         "wb_candidate2".
30472         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
30474 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
30476         * graphite-isl-ast-to-gimple.c:
30477         (graphite_create_new_loop): Add calling of isl_id_free to properly
30478         decrement reference counts.
30480         * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
30482 2014-07-24  Martin Liska  <mliska@suse.cz>
30483         * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
30484         function used.
30485         * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
30486         (rs6000_code_end): Likewise.
30488 2014-07-24  Martin Liska  <mliska@suse.cz>
30490         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
30491         symtab_node funtion used.
30492         (rs6000_xcoff_declare_object_name): Likewise.
30494 2014-07-24  Martin Liska  <mliska@suse.cz>
30496         * cgraphunit.c (compile): Correct function used.
30498 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
30500         * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
30501         as non-indexable.
30503 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
30505         PR lto/61802
30506         * varasm.c (bss_initializer_p): Handle offlined ctors.
30507         (align_variable, get_variable_align): Likewise.
30508         (make_decl_one_only): Likewise.
30509         (default_binds_local_p_1): Likewise.
30510         (decl_binds_to_current_def_p): Likewise.
30511         (get_variable_section): Get constructor if it is offlined.
30512         (assemble_variable_contents): Sanity check that the caller
30513         streamed in the ctor in LTO.
30515 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
30517         * graphite-isl-ast-to-gimple.c:
30518         (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
30519         (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
30520         isl_ast_op_pdiv_r to the different case.
30522         * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
30524 2014-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30526         PR middle-end/61876
30527         * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
30528         when flag_errno_math is on.
30530 2014-07-24  Martin Liska  <mliska@suse.cz>
30532         * cgraph.h (varpool_node):
30533         (availability get_availability (void)):
30534         created from cgraph_variable_initializer_availability
30535         (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
30536         created from: cgraph_variable_initializer_availability
30537         (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
30538         (void finalize_named_section_flags (void)):
30539         created from varpool_finalize_named_section_flags
30540         (bool assemble_decl (void)): created from varpool_assemble_decl
30541         (void analyze (void)): created from varpool_analyze_node
30542         (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
30543         void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
30544         (void remove_initializer (void)): created from varpool_remove_initializer
30545         (tree get_constructor (void)): created from varpool_get_constructor
30546         (bool externally_visible_p (void)): created from varpool_externally_visible_p
30547         (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
30548         (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
30549         (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
30550         (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
30551         (static void finalize_decl (tree decl)): created from varpool_finalize_decl
30552         (static bool output_variables (void)): created from varpool_output_variables
30553         (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
30554         created from varpool_extra_name_alias
30555         (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
30556         (static void dump_varpool (FILE *f)): created from dump_varpool
30557         (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
30558         (static varpool_node *create_empty (void)): created from varpool_create_empty_node
30559         (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
30560         (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
30561         (void assemble_aliases (void)): created from assemble_aliases
30563 2014-07-24  Martin Liska  <mliska@suse.cz>
30565         * cgraph.h (symtab_node):
30566         (void register_symbol (void)): created from symtab_register_node
30567         (void remove (void)): created from symtab_remove_node
30568         (void dump (FILE *f)): created from dump_symtab_node
30569         (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
30570         (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
30571         (struct ipa_ref *add_reference (symtab_node *referred_node,
30572         enum ipa_ref_use use_type)): created from add_reference
30573         (struct ipa_ref *add_reference (symtab_node *referred_node,
30574         enum ipa_ref_use use_type, gimple stmt)): created from add_reference
30575         (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
30576         gimple stmt)): created from maybe_add_reference
30577         (bool semantically_equivalent_p (symtab_node *target)): created from
30578         symtab_semantically_equivalent_p
30579         (void remove_from_same_comdat_group (void)): created from
30580         remove_from_same_comdat_group
30581         (void add_to_same_comdat_group (symtab_node *old_node)): created from
30582         symtab_add_to_same_comdat_group
30583         (void dissolve_same_comdat_group_list (void)): created from
30584         symtab_dissolve_same_comdat_group_list
30585         (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
30586         (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
30587         created from symtab_alias_ultimate_target
30588         (inline symtab_node *next_defined_symbol (void)): created from
30589         symtab_next_defined_symbol
30590         (bool resolve_alias (symtab_node *target)): created from
30591         symtab_resolve_alias
30592         (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
30593         void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
30594         (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
30595         (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
30596         (void set_section (const char *section)): created from set_section_1
30597         (enum availability get_availability (void)): created from symtab_node_availability
30598         (void make_decl_local (void)): created from symtab_make_decl_local
30599         (bool real_symbol_p (void)): created from symtab_read_node
30600         (can_be_discarded_p (void)): created from symtab_can_be_discarded
30601         (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
30602         (inline bool in_same_comdat_group_p (symtab_node *target)): created from
30603         symtab_in_same_comdat_p;
30604         (bool address_taken_from_non_vtable_p (void)): created from
30605         address_taken_from_non_vtable_p
30606         (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
30607         (static void dump_table (FILE *)): created from dump_symtab
30608         (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
30609         (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
30610         (static bool used_from_object_file_p_worker (symtab_node *node)): created from
30611         symtab_used_from_object_file_p
30612         (void dump_base (FILE *)): created from dump_symtab_base
30613         (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
30614         (void unregister (void)): created from symtab_unregister_node
30615         (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
30616         (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
30617         (static bool noninterposable_alias (symtab_node *node, void *data)): created from
30618         symtab_nonoverwritable_alias_1
30619         * cgraph.h (cgraph_node):
30620         (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
30621         created from cgraph_remove_node_and_inline_clones
30622         (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
30623         (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
30624         bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
30625         (cgraph_node *function_symbol (enum availability *avail = NULL)):
30626         created from cgraph_function_node
30627         (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
30628         vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
30629         struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
30630         created from cgraph_create_clone
30631         (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
30632         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
30633         created from cgraph_create_virtual_clone
30634         (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
30635         (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
30636         bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
30637         (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
30638         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
30639         bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
30640         created from cgraph_function_version_info
30641         (struct cgraph_function_version_info *insert_new_function_version (void)):
30642         created from insert_new_cgraph_node_version
30643         (struct cgraph_function_version_info *function_version (void)): created from
30644         get_cgraph_node_version
30645         (void analyze (void)): created from analyze_function
30646         (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
30647         HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
30648         tree real_alias) cgraph_add_thunk
30649         (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
30650         (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
30651         created from cgraph_function_or_thunk_node
30652         (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
30653         created from expand_thunk
30654         (void reset (void)): created from cgraph_reset_node
30655         (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
30656         (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
30657         (void remove (void)): created from cgraph_remove_node
30658         (void dump (FILE *f)): created from dump_cgraph_node
30659         (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
30660         (bool get_body (void)): created from cgraph_get_body
30661         (void release_body (void)): created from cgraph_release_function_body
30662         (void unnest (void)): created from cgraph_unnest_node
30663         (void make_local (void)): created from cgraph_make_node_local
30664         (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
30665         (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
30666         gcov_type count, int freq)): created from cgraph_create_edge
30667         (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
30668         gcov_type count, int freq)): created from cgraph_create_indirect_edge
30669         (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
30670         gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
30671         created from cgraph_create_edge_including_clones
30672         (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
30673         (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
30674         (void remove_callers (void)): created from cgraph_node_remove_callers
30675         (void remove_callees (void)): created from cgraph_node_remove_callees
30676         (enum availability get_availability (void)): created from cgraph_function_body_availability
30677         (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
30678         (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
30679         (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
30680         (void call_duplication_hooks (cgraph_node *node2)): created from
30681         cgraph_call_node_duplication_hooks
30682         (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
30683         void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
30684         (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
30685         void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
30686         (void call_function_insertion_hooks (void)):
30687         created from cgraph_call_function_insertion_hooks
30688         (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
30689         (bool local_p (void)): created from cgraph_local_node
30690         (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
30691         (bool cannot_return_p (void)): created from cgraph_node_cannot_return
30692         (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
30693         (inline bool only_called_directly_or_aliased_p (void)):
30694         created from cgraph_only_called_directly_or_aliased_p
30695         (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
30696         created from cgraph_will_be_removed_from_program_if_no_direct_calls
30697         (bool can_remove_if_no_direct_calls_and_refs_p (void)):
30698         created from cgraph_can_remove_if_no_direct_calls_and_refs_p
30699         (bool can_remove_if_no_direct_calls_p (void)):
30700         created from cgraph_can_remove_if_no_direct_calls_p
30701         (inline bool has_gimple_body_p (void)):
30702         created from cgraph_function_with_gimple_body_p
30703         (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
30704         (static void dump_cgraph (FILE *f)): created from dump_cgraph
30705         (static inline void debug_cgraph (void)): created from debug_cgraph
30706         (static void record_function_versions (tree decl1, tree decl2)):
30707         created from record_function_versions
30708         (static void delete_function_version (tree decl)):
30709         created from delete_function_version
30710         (static void add_new_function (tree fndecl, bool lowered)):
30711         created from cgraph_add_new_function
30712         (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
30713         (static cgraph_node * create (tree decl)): created from cgraph_create_node
30714         (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
30715         (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
30716         (static cgraph_node *get_for_asmname (tree asmname)):
30717         created from cgraph_node_for_asm
30718         (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
30719         created from cgraph_same_body_alias
30720         (static bool used_from_object_file_p_worker (cgraph_node *node,
30721         void *): new function
30722         (static bool non_local_p (cgraph_node *node, void *)):
30723         created from cgraph_non_local_node_p_1
30724         (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
30725         created from verify_cgraph
30726         (static bool make_local (cgraph_node *node, void *)):
30727         created from cgraph_make_node_local
30728         (static cgraph_node *create_alias (tree alias, tree target)):
30729         created from cgraph_create_function_alias
30730         (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
30731         gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
30732         created from cgraph_create_edge_1
30733         * cgraph.h (varpool_node):
30734         (void remove (void)): created from varpool_remove_node
30735         (void dump (FILE *f)): created from dump_varpool_node
30737 2014-07-24  Richard Biener  <rguenther@suse.de>
30739         PR ipa/61823
30740         * tree-ssa-structalias.c (create_variable_info_for_1):
30741         Use varpool_get_constructor.
30742         (create_variable_info_for): Likewise.
30744 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
30746         * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
30747         subtract outgoing area size when restoring stack_pointer_rtx.
30749 2014-07-24  Nick Clifton  <nickc@redhat.com>
30751         * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
30752         that operations are taking place in parallel.
30753         * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
30755 2014-07-24  Thomas Schwinge  <thomas@codesourcery.com>
30757         * omp-low.c (extract_omp_for_data): Add missing break statement.
30759 2014-07-24  Richard Biener  <rguenther@suse.de>
30761         * tree-inline.h (estimate_move_cost): Add speed_p parameter.
30762         * tree-inline.c (estimate_move_cost): Add speed_p parameter
30763         and adjust MOVE_RATIO query accordingly.
30764         (estimate_num_insns): Adjust callers.
30765         * ipa-prop.c (ipa_populate_param_decls): Likewise.
30766         * ipa-cp.c (gather_context_independent_values,
30767         estimate_local_effects): Likewise.
30768         * ipa-split.c (consider_split): Likewise.
30770 2014-07-24  Trevor Saunders  <tsaunders@mozilla.com>
30772         * config/i386/driver-i386.c: Remove names of unused arguments and
30773         unnecessary unused attributes.
30774         * config/i386/host-mingw32.c: Likewise.
30775         * config/i386/i386.c: Likewise.
30776         * config/i386/winnt-stubs.c: Likewise.
30777         * config/i386/winnt.c: Likewise.
30779 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30781         * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
30782         (aarch64_gen_loadwb_pair): New helper function.
30783         (aarch64_expand_epilogue): Simplify code using new helper functions.
30784         * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
30786 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30788         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
30789         (aarch64_gen_storewb_pair): New helper function.
30790         (aarch64_expand_prologue): Simplify code using new helper functions.
30791         * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
30793 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30795         * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
30796         Rename to aarch64_save_callee_saves, remove restore code.
30797         (aarch64_restore_callee_saves): New function.
30799 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30801         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
30802         (aarch64_save_callee_saves): New function to handle reg save
30803         for both core and vectore regs.
30805 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30807         * config/aarch64/aarch64.c (aarch64_gen_load_pair)
30808         (aarch64_gen_store_pair): New helper function.
30809         (aarch64_save_or_restore_callee_save_registers)
30810         (aarch64_save_or_restore_fprs): Use new helper functions.
30812 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30814         * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
30815         (aarch64_save_or_restore_callee_save_registers)
30816         (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
30818 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30820         * config/aarch64/aarch64.c
30821         (aarch64_save_or_restore_callee_save_registers)
30822         (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
30824 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30826         * config/aarch64/aarch64.c
30827         (aarch64_save_or_restore_callee_save_registers)
30828         (aarch64_save_or_restore_fprs): Remove 'increment'.
30830 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30832         * config/aarch64/aarch64.c
30833         (aarch64_save_or_restore_callee_save_registers)
30834         (aarch64_save_or_restore_fprs): Use register offset in
30835         cfun->machine->frame.reg_offset.
30837 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30839         * config/aarch64/aarch64.c
30840         (aarch64_save_or_restore_callee_save_registers)
30841         (aarch64_save_or_restore_fprs): Remove base_rtx.
30843 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30845         * config/aarch64/aarch64.c
30846         (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
30847         to 'start_offset'.  Remove local variable 'start_offset'.
30849 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30851         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
30852         type to HOST_WIDE_INT.
30854 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30856         * config/aarch64/aarch64.c (aarch64_expand_prologue)
30857         (aarch64_save_or_restore_fprs)
30858         (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
30860 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
30862         * config/arm/t-rtems-eabi: Add
30863         mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
30864         mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
30865         mbig-endian/mthumb/march=armv7-r, and
30866         mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
30867         multilibs.
30869 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
30870             Chris Johns <chrisj@rtems.org>
30871             Joel Sherrill <joel.sherrill@oarcorp.com>
30873         * config.gcc: Add nios2-*-rtems*.
30874         * config/nios2/rtems.h: New file.
30875         * gcc/config/nios2/t-rtems: New file.
30877 2014-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
30879         PR target/61396
30880         * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
30881         constant numbers, not general constants.
30882         (rs6000_expand_vector_init): Ditto.
30884 2014-07-23  Nathan Sidwell  <nathan@acm.org>
30886         * gcov-tool.c (gcov_list): Declare here.
30887         (set_gcov_list): Remove.
30888         (gcov_output_files): Set gcov_list directly.
30890 2014-07-23  Host Schirmeier  <horst@schirmeier.com>
30892         * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
30894 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
30896         * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
30897         callee-saved registers are available for padding purpose
30898         and r3 is not mandatory, then prefer use those callee-saved
30899         instead of r3.
30901 2014-07-23  Richard Biener  <rguenther@suse.de>
30903         * params.def (PARAM_MAX_COMBINE_INSNS): New.
30904         * combine.c: Include statistics.h and params.h.
30905         (combine_instructions): Guard three and four insn combines
30906         with max-combine-insns value.  Record statistics for combines
30907         performed.
30908         * doc/invoke.texi (max-combine-insns): Document new param.
30910 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
30912         * graphite-isl-ast-to-gimple.c:
30913         (translate_isl_ast_node_block): New function.
30914         (translate_isl_ast): Add calling of translate_isl_ast_node_block.
30916         * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
30917         * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
30919 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
30921         * graphite-isl-ast-to-gimple.c:
30922         (get_max_schedule_dimensions): New function.
30923         (extend_schedule): Likewise.
30924         (generate_isl_schedule): Add calling of extend_schedule and
30925         get_max_schedule_dimensions.
30927 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30929         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
30930         (case UNSPEC): Handle UNSPEC_RBIT.
30932 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30934         * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
30935         (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
30937 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30939         * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
30941 2014-07-22  Roman Gareev  <gareevroman@gmail.com>
30943         * graphite-isl-ast-to-gimple.c:
30944         Add inclusion of gimple-ssa.h, tree-into-ssa.h.
30945         (ivs_params_clear):
30946         (build_iv_mapping): New function.
30947         (translate_isl_ast_node_user): Likewise.
30948         (translate_isl_ast): Add calling of translate_isl_ast_node_user.
30950         * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
30951         * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
30952         * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
30954 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
30956         PR target/55701
30957         * config/arm/arm.md (setmem): New pattern.
30958         * config/arm/arm-protos.h (struct tune_params): New fields.
30959         (arm_gen_setmem): New prototype.
30960         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
30961         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
30962         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
30963         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
30964         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
30965         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
30966         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
30967         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
30968         (arm_const_inline_cost): New function.
30969         (arm_block_set_max_insns): New function.
30970         (arm_block_set_non_vect_profit_p): New function.
30971         (arm_block_set_vect_profit_p): New function.
30972         (arm_block_set_unaligned_vect): New function.
30973         (arm_block_set_aligned_vect): New function.
30974         (arm_block_set_unaligned_non_vect): New function.
30975         (arm_block_set_aligned_non_vect): New function.
30976         (arm_block_set_vect, arm_gen_setmem): New functions.
30978 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
30980         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
30982 2014-07-21  Uros Bizjak  <ubizjak@gmail.com>
30984         PR target/61855
30985         * config/i386/avx512fintrin.h: Move constants for mantissa extraction
30986         out of #ifdef __OPTIMIZE__.
30988 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
30990         * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
30991         different trapping status if -fnon-call-exceptions is enabled.
30993 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
30995         * expr.c (store_field): Handle VOIDmode for calls that return values
30996         in multiple locations.
30998 2014-07-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31000         * config/rs6000/altivec.md (unspec enum):  Fix typo in UNSPEC_VSLDOI.
31001         (altivec_vsldoi_<mode>): Likewise.
31003 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
31005         * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
31006         to the number of characters in the line.
31008 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
31010         * graphite-isl-ast-to-gimple.c: Add using of
31011         build_nonstandard_integer_type instead of int128_integer_type_node.
31013 2014-07-19  Eric Botcazou  <ebotcazou@adacore.com>
31015         * toplev.c (output_stack_usage): Adjust the location of the warning.
31017 2014-07-19  Daniel Cederman  <cederman@gaisler.com>
31019         * config/sparc/sync.md (*membar_storeload_leon3): New insn.
31020         (*membar_storeload): Disable for LEON3.
31022 2014-07-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
31024         PR rtl-optimization/61461
31025         * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
31027 2014-07-18  Uros Bizjak  <ubizjak@gmail.com>
31029         PR target/61794
31030         * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
31031         Fix instruction constraint.
31032         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
31034 2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
31036         * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
31038 2014-07-18  Chung-Ju Wu  <jasonwucj@gmail.com>
31040         * config/nds32/nds32.c (nds32_can_eliminate): Follow the
31041         GNU coding standards.
31042         (nds32_register_move_cost): Likewise.
31043         (nds32_memory_move_cost): Likewise.
31044         (nds32_address_cost): Likewise.
31046 2014-07-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
31048         * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
31050 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
31052         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
31053         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
31054         and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
31055         (HAVE_sync_compare_and_swapqi): Define.
31056         (HAVE_sync_compare_and_swaphi): Likewise.
31057         (HAVE_sync_compare_and_swapsi): Likewise.
31059 2014-07-17  Richard Sandiford  <rdsandiford@googlemail.com>
31061         * config/mips/p5600.md: Add missing cpu tests.
31063 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31065         * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
31066         (vmla_f64): Likewise.
31067         (vfms_f64): Likewise.
31068         (vmls_f64): Likewise.
31070 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31072         * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
31073         (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
31075 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31077         * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
31078         (vmlal_high_lane_s32): Likewise.
31079         (vmlal_high_lane_u16): Likewise.
31080         (vmlal_high_lane_u32): Likewise.
31081         (vmlsl_high_lane_s16): Likewise.
31082         (vmlsl_high_lane_s32): Likewise.
31083         (vmlsl_high_lane_u16): Likewise.
31084         (vmlsl_high_lane_u32): Likewise.
31086 2014-07-17  Terry Guo  <terry.guo@arm.com>
31088         * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
31089         (alus_reg): Renamed to alus_sreg.
31090         * config/arm/arm-fixed.md: Change type of non-dsp instructions
31091         from alu_reg to alu_sreg.  Change type of dsp instructions from
31092         alu_reg to alu_dsp_reg.
31093         * config/arm/thumb1.md: Likewise.
31094         * config/arm/thumb2.md: Likewise.
31095         * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
31096         * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
31097         with alu_sreg and alus_sreg.
31098         * config/arm/arm1026ejs.md (alu_op): Likewise.
31099         * config/arm/arm1136jfs.md (11_alu_op): Likewise.
31100         * config/arm/arm926ejs.md (9_alu_op): Likewise.
31101         * config/arm/fa526.md (526_alu_op): Likewise.
31102         * config/arm/fa606te.md (606te_alu_op): Likewise.
31103         * config/arm/fa626te.md (626te_alu_op): Likewise.
31104         * config/arm/fa726te.md (726te_alu_op): Likewise.
31105         * config/arm/fmp626.md (mp626_alu_op): Likewise.
31106         * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
31107         alu_sreg, alu_dsp_reg and alus_sreg.
31108         * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
31109         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
31110         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
31111         * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
31112         * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
31113         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
31114         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
31115         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
31116         * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
31117         * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
31118         subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
31119         *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
31120         (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
31121         sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
31122         subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
31123         alus_reg to alus_sreg.
31125 2014-07-17  Andreas Schwab  <schwab@linux-m68k.org>
31127         * real.c (encode_ieee_extended_motorola): Clear integer bit in the
31128         infinity format.
31130 2014-07-17  Richard Biener  <rguenther@suse.de>
31132         PR rtl-optimization/61801
31133         * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
31134         don't set reg_pending_barrier if it appears in a debug-insn.
31136 2014-07-16  DJ Delorie  <dj@redhat.com>
31138         * config/rx/rx.c (rx_option_override): Fix alignment values.
31139         (rx_align_for_label): Likewise.
31141 2014-07-17  Hans-Peter Nilsson  <hp@axis.com>
31143         PR target/61737.
31144         * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
31145         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
31146         (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
31147         functions.
31148         (cris_print_index, cris_print_operand, cris_constant_index_p)
31149         (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
31150         (cris_address_cost): Ditto last CONSTANT_P.
31151         (cris_symbol_type_of): Rename from cris_pic_symbol_type_of.  All
31152         callers changed.  Yield cris_offsettable_symbol for non-PIC
31153         constant symbolic expressions including labels.  Yield cris_unspec
31154         for all unspecs.
31155         (cris_expand_pic_call_address): New parameter MARKERP.  Set its
31156         target to pic_offset_table_rtx for calls that will likely go
31157         through PLT, const0_rtx when they can't.  All callers changed.
31158         Assert flag_pic.  Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
31159         symbolic expressions to be PICified.  Remove second, redundant,
31160         assert on can_create_pseudo_p returning non-zero.  Use
31161         replace_equiv_address_nv, not replace_equiv_address, for final
31162         operand update.
31163         * config/cris/cris.md ("movsi"): Move variable t to pattern
31164         toplevel. Adjust assert for new cris_symbol_type member.  Use
31165         CONSTANT_P instead of CONSTANT_ADDRESS_P.
31166         ("*movsi_internal") <case 9>: Make check for valid unspec operands
31167         for lapc stricter.
31168         <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
31169         ("call", "call_value"): Use second incoming operand as a marker
31170         for pic-offset-table-register being used.
31171         ("*expanded_call_non_v32", "*expanded_call_v32")
31172         ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
31173         second incoming operand to CALL, match cris_call_type_marker.
31174         ("*expanded_call_value_side"): Ditto.  Disable before reload_completed.
31175         ("*expanded_call_side"): Ditto.  Fix typo in comment.
31176         (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
31177         CONSTANT_P.
31178         * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
31179         * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
31180         (enum cris_symbol_type): Rename from cris_pic_symbol_type.  All
31181         users changed.  Add members cris_offsettable_symbol and cris_unspec.
31182         (cris_symbol_type): Rename from cris_pic_symbol_type.
31183         * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
31184         just CONSTANT_P.
31185         * config/cris/cris-protos.h (cris_symbol_type_of,
31186         cris_expand_pic_call_address): Adjust prototypes.
31187         (cris_legitimate_constant_p): New prototype.
31189         * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
31190         an existing tmake_file.  Don't add t-slibgcc and t-linux.
31192 2014-07-17  Jason Merrill  <jason@redhat.com>
31194         PR c++/61623
31195         * symtab.c (symtab_remove_from_same_comdat_group): Also
31196         set_comdat_group to NULL_TREE.
31197         (verify_symtab): Fix diagnostic.
31199 2014-07-16  David Wohlferd  <dw@LimeGreenSocks.com>
31201         PR target/61662
31202         * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
31204 2014-07-16  Dodji Seketeli  <dodji@redhat.com>
31206         Support location tracking for built-in macro tokens
31207         * input.h (is_location_from_builtin_token): New function declaration.
31208         * input.c (is_location_from_builtin_token): New function definition.
31209         * toplev.c (general_init): Tell libcpp what the pre-defined
31210         spelling location for built-in tokens is.
31212 2014-07-16  Jakub Jelinek  <jakub@redhat.com>
31214         * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
31215         on the FUNCTION_DECL.
31217 2014-07-16  Richard Biener  <rguenther@suse.de>
31219         PR other/61782
31220         * doc/extend.texi (always_inline): Clarify.
31222 2014-07-15  Eric Christopher  <echristo@gmail.com>
31224         * doc/invoke.texi (Link Options): Document -z option.
31226 2014-07-15  Uros Bizjak  <ubizjak@gmail.com>
31228         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
31229         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
31231 2014-07-15  Jan Hubicka  <hubicka@ucw.cz>
31233         * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
31235 2014-07-15  Bernd Schmidt  <bernds@codesourcery.com>
31237         * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
31238         varpool_assemble_decl.
31239         * varpool.c (varpool_assemble_decl): Assert that node->definition is
31240         true.
31242 2014-07-15  Michael Matz  <matz@suse.de>
31244         PR rtl-optimization/61772
31245         * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
31247 2014-07-15  Richard Biener  <rguenther@suse.de>
31249         * opts.c (default_options_table): Disable bit-ccp at -Og.
31251 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
31253         * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
31255 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
31257         * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
31258         NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
31259         call langhook for unknown declaration.
31260         (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
31261         * tree.h (DECL_ARGUMENTS): Update.
31262         * print-tree.c (print_node): Update.
31263         * tree-core.h (tree_decl_non_common): Remove arguments.
31264         (tree_function_decl): Add arguments.
31266 2014-07-14  Richard Earnshaw  <rearnsha@arm.com>
31268         * aarch64.md (add_losym_<mode>): Set type to alu_imm.
31270 2014-07-14  Richard Biener  <rguenther@suse.de>
31272         PR tree-optimization/61779
31273         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
31274         simplifying a condition.
31276 2014-07-14  Richard Biener  <rguenther@suse.de>
31278         * builtins.c (c_strlen): Make only_value == 2 really only
31279         affect warning generation.
31281 2014-07-14  Richard Biener  <rguenther@suse.de>
31283         PR tree-optimization/61757
31284         PR tree-optimization/61783
31285         PR tree-optimization/61787
31286         * tree-ssa-dom.c (record_equality): Revert canonicalization
31287         change and add comment.
31288         (propagate_rhs_into_lhs): Revert previous fix, removing
31289         loop depth restriction again.
31291 2014-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31293         * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
31294         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
31295         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
31296         * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
31297         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
31298         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
31299         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
31301 2014-07-14  Richard Biener  <rguenther@suse.de>
31303         * cgraph.h (decl_in_symtab_p): Make inline.
31305 2014-07-14  Jakub Jelinek  <jakub@redhat.com>
31307         PR middle-end/61294
31308         * doc/invoke.texi (-Wmemset-transposed-args): Document.
31310         PR target/61656
31311         * config/i386/i386.c (classify_argument): Don't merge classes above
31312         number of words.
31314 2014-07-13  Jan Hubicka  <hubicka@ucw.cz>
31316         * cgraph.h (symtab_node): Add nonzero_address.
31317         (decl_in_symtab_p): Break out from ...
31318         (symtab_get_node): ... here.
31319         * fold-const.c: Include cgraph.h
31320         (tree_single_nonzero_warnv_p): Use symtab to determine
31321         if symbol is non-zero.
31322         * symtab.c (symtab_node::nonzero_address): New method.
31324 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
31326         * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
31327         forgotten in previous commit.
31329 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
31331         * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
31332         on builtin types.
31333         * ipa-devirt.c: Include stor-layout.h and intl.h
31334         (odr_subtypes_equivalent_p): New function.
31335         (warn_odr): New function.
31336         (warn_type_mismatch): New function.
31337         (odr_types_equivalent_p): New function.
31338         (add_type_duplicate): Use it.
31339         * common.opt (Wodr): New flag.
31340         * doc/invoke.texi (Wodr): Document new warning.
31342 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
31344         * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
31345         (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
31346         * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
31347         (varpool_get_constructor): Push CTORS_IN timevar.
31348         * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
31350 2014-07-12  Uros Bizjak  <ubizjak@gmail.com>
31352         * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
31353         Remove VOID_FTYPE_PUSHORT.
31354         * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
31355         Change code to USHORT_FTYPE_VOID.
31356         (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
31357         (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
31358         (ix86_atomic_assign_expand_fenv): Update for
31359         __builtin_ia32_fnstsw changes.
31360         * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
31361         (fnstsw): Change operand 0 to nonimmediate operand.
31363 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
31365         * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
31366         (varpool_get_constructor): New function.
31367         (varpool_ctor_useable_for_folding_p): Break out from ...
31368         (ctor_for_folding): ... here; use varpool_get_constructor.
31369         (varpool_assemble_decl): Likewise.
31370         * lto-streamer.h (struct output_block): Turn cgraph_node
31371         to symbol filed.
31372         (lto_input_variable_constructor): Declare.
31373         * ipa-visibility.c (function_and_variable_visibility): Use
31374         varpool_get_constructor.
31375         * cgraph.h (varpool_get_constructor): Declare.
31376         (varpool_ctor_useable_for_folding_p): New function.
31377         * lto-streamer-out.c (get_symbol_initial_value): Take encoder
31378         parameter; return error_mark_node for non-trivial constructors.
31379         (lto_write_tree_1, DFS_write_tree): Update use of
31380         get_symbol_initial_value.
31381         (output_function): Update initialization of symbol.
31382         (output_constructor): New function.
31383         (copy_function): Rename to ..
31384         (copy_function_or_variable): ... this one; handle vars too.
31385         (lto_output): Output variable sections.
31386         * lto-streamer-in.c (input_constructor): New function.
31387         (lto_read_body): Rename from ...
31388         (lto_read_body_or_constructor): ... this one; handle vars too.
31389         (lto_input_variable_constructor): New function.
31390         * ipa-prop.c (ipa_prop_write_jump_functions,
31391         ipa_prop_write_all_agg_replacement): Update.
31392         * lto-cgraph.c (compute_ltrans_boundary): Use it.
31393         (output_cgraph_opt_summary): Set symbol to NULL.
31395 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
31397         * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
31398         non-polymorphic types.
31399         * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
31400         * ipa-devirt.c (types_same_for_odr): Do not explode when one
31401         of types is not polymorphic.
31403 2014-07-11  Vladimir Makarov  <vmakarov@redhat.com>
31405         * lra-constraints.c (remove_inheritance_pseudos): Process
31406         destination pseudo too.
31408 2014-07-11  Rong Xu  <xur@google.com>
31410         * gcov-tool.c (gcov_output_files): Fix build error introduced in
31411         commit r212448.
31413 2014-07-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
31415         * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
31416         * config/avr/avr-devices.c (AVR_MCU): Same.
31417         (avr_mcu_types): add text start value to end of device list.
31418         * config/avr/avr-mcus.def: Add text section start for all devices.
31419         (ata5782): Add new avr5 device.
31420         (ata5831): Same.
31421         * config/avr/avr-tables.opt: Regenerate.
31422         * config/avr/avr.h: Add declaration for text section start handler.
31423         (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
31424         SPEC functions.
31425         (LINK_SPEC): Include text section start handler to linker spec.
31426         * config/avr/driver-avr.c (avr_device_to_text_start): New function to
31427         pass -Ttext option to linker if the text section start for the device
31428         is not zero.
31429         * config/avr/t-multilib: Regenerate.
31430         * doc/avr-mmcu.texi: Regenerate.
31432 2014-07-11  David Edelsohn  <dje.gcc@gmail.com>
31434         * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
31435         * config/rs6000/aix52.h (LINK_SPEC): Same.
31436         * config/rs6000/aix53.h (LINK_SPEC): Same.
31437         * config/rs6000/aix61.h (LINK_SPEC): Same.
31438         * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
31440 2014-07-11  Roman Gareev  <gareevroman@gmail.com>
31442         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
31443         (graphite_verify): New function.
31444         (ivs_params_clear): New function.
31445         (gcc_expression_from_isl_ast_expr_id): New function.
31446         (gcc_expression_from_isl_expr_int): New function.
31447         (binary_op_to_tree): New function.
31448         (ternary_op_to_tree): New function.
31449         (unary_op_to_tree): New function.
31450         (nary_op_to_tree): New function.
31451         (gcc_expression_from_isl_expr_op): New function.
31452         (gcc_expression_from_isl_expression): New function.
31453         (graphite_create_new_loop): New function.
31454         (translate_isl_ast_for_loop): New function.
31455         (get_upper_bound): New function.
31456         (graphite_create_new_loop_guard): New function.
31457         (translate_isl_ast_node_for): New function.
31458         (translate_isl_ast): New function.
31459         (add_parameters_to_ivs_params): New function.
31460         (scop_to_isl_ast): New parameter ip.
31461         (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
31463 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
31465         * config/xtensa/predicates.md (call expander): Update for
31466         DECL_SECTION_NAME being string.
31468 2014-07-11  Richard Biener  <rguenther@suse.de>
31470         PR middle-end/61473
31471         * builtins.c (fold_builtin_memory_op): Inline memory moves that
31472         can be implemented with a single load followed by a single store.
31473         (c_strlen): Only warn when only_value is not 2.
31475 2014-07-11  Evgeny Stupachenko  <evstupac@gmail.com>
31477         * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
31479 2014-07-11  Marat Zakirov  <m.zakirov@samsung.com>
31481         PR target/61561
31482         * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
31483         (*movhi_bytes): Likewise.
31484         (*arm_movqi_insn): Likewise.
31486 2014-07-11  Uros Bizjak  <ubizjak@gmail.com>
31488         PR target/56858
31489         * config/alpha/alpha.c: Include tree-pass.h, context.h
31490         and pass_manager.h.
31491         (pass_data_handle_trap_shadows): New pass.
31492         (pass_handle_trap_shadows::gate): New pass gate function.
31493         (make_pass_handle_trap_shadows): New function.
31494         (rest_of_handle_trap_shadows): Ditto.
31496         (alpha_align_insns_1): Rename from alpha_align_insns.
31497         (pass_data_align_insns): New pass.
31498         (pass_align_insns::gate): New pass gate function.
31499         (make_pass_aling_insns): New function.
31500         (rest_of_align_insns): Ditto.
31501         (alpha_align_insns): Ditto.
31503         (alpha_option_override): Declare handle_trap_shadows info
31504         and align_insns_info.  Register handle_trap_shadows and align_insns
31505         passes here.
31506         (alpha_reorg): Do not call alpha_trap_shadows and
31507         alpha_align_insn from here.
31509         (alpha_pad_function_end): Do not skip BARRIERs.
31511 2014-07-10  Rong Xu  <xur@google.com>
31513         Add gcov-tool: an offline gcda profile processing tool support.
31514         * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
31515         (gcov_is_error): Ditto.
31516         (gcov_read_string): Ditto.
31517         (gcov_read_sync): Ditto.
31518         * gcov-io.h: Move counter defines to gcov-counter.def.
31519         * gcov-dump.c (tag_counters): Use gcov-counter.def.
31520         * coverage.c: Ditto.
31521         * gcov-tool.c: Offline gcda profile processing tool.
31522         (unlink_gcda_file): Remove one gcda file.
31523         (unlink_profile_dir): Remove gcda files from the profile path.
31524         (gcov_output_files): Output gcda files to an output dir.
31525         (profile_merge): Merge two profiles in directory.
31526         (print_merge_usage_message): Print merge usage.
31527         (merge_usage): Print merge usage and exit.
31528         (do_merge): Driver for profile merge sub-command.
31529         (profile_rewrite): Rewrite profile.
31530         (print_rewrite_usage_message): Print rewrite usage.
31531         (rewrite_usage): Print rewrite usage and exit.
31532         (do_rewrite): Driver for profile rewrite sub-command.
31533         (print_usage): Print gcov-info usage and exit.
31534         (print_version): Print gcov-info version.
31535         (process_args): Process arguments.
31536         (main): Main routine for gcov-tool.
31537         * Makefile.in: Build and install gcov-tool.
31538         * gcov-counter.def: New file split from gcov-io.h.
31539         * doc/gcc.texi: Include gcov-tool.texi.
31540         * doc/gcov-tool.texi: Document for gcov-tool.
31542 2014-07-10  Richard Biener  <rguenther@suse.de>
31544         PR tree-optimization/61757
31545         * tree-ssa-dom.c (loop_depth_of_name): Restore.
31546         (propagate_rhs_into_lhs): Revert part of last change.
31548 2014-07-10  Thomas Schwinge  <thomas@codesourcery.com>
31550         * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
31551         FUNCTION_DECLs.
31553 2014-07-10  Eric Botcazou  <ebotcazou@adacore.com>
31555         PR middle-end/53590
31556         * function.c (allocate_struct_function): Revert r188667 change.
31558         * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
31560 2014-07-10  Tom G. Christensen  <tgc@jupiterrise.com>
31562         * doc/install.texi: Remove links to defunct package providers for
31563         Solaris.
31565 2014-07-09  Tom de Vries  <tom@codesourcery.com>
31567         * final.c (get_call_fndecl): Declare.
31568         (self_recursive_call_p): New function.
31569         (collect_fn_hard_reg_usage): Handle self-recursive function calls.
31571 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31573         * ipa-devirt.c (record_node): Walk through aliases.
31575 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31577         * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
31579 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31581         Revert:
31582         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
31584 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31586         * ipa-visibility.c (function_and_variable_visibility): Remove
31587         temporary hack disabling local aliases on AIX.
31589 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31591         * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
31592         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
31594 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31596         * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
31597         * rs6000/rs6000.c: Inline output of .set instruction.
31598         (declare_alias_data): New struct.
31599         (rs6000_declare_alias): New function.
31600         (rs6000_xcoff_declare_function_name): Use it.
31601         (rs6000_xcoff_declare_object_name): New function.
31602         * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
31603         (ASM_OUTPUT_DEF): Turn to empty definition.
31605 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
31607         PR bootstrap/61679
31608         * hash-table.h: use hash_table::value_type instead of
31609         Descriptor::value_type in the return types of several methods.
31611 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
31613         * tree-pass.h (pass_data): Remove has_execute member.
31614         * passes.c (execute_one_pass): Don't check pass->has_execute.
31615         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
31616         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
31617         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
31618         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
31619         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
31620         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
31621         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
31622         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
31623         gimple-low.c, gimple-ssa-isolate-paths.c,
31624         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
31625         ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
31626         ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
31627         ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
31628         lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
31629         postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
31630         reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
31631         stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
31632         tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
31633         tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
31634         tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
31635         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
31636         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
31637         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
31638         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
31639         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
31640         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
31641         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
31642         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
31643         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
31644         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
31645         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
31646         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
31647         web.c: Remove initializer for pass_data::has_execute.
31649 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
31651         * graphite-htab.h: Use hash_map instead of hash_table.
31652         * graphite-clast-to-gimple.c: Adjust.
31653         * passes.c: Use hash_map instead of hash_table.
31654         * sese.c: Likewise.
31655         * sese.h: Remove now unused code.
31657 2014-07-08  Sriraman Tallam  <tmsriram@google.com>
31659         PR target/61599
31660         * config/i386/i386.c (ix86_in_large_data_p): Check for size less
31661         than zero.
31663 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
31665         PR rtl-optimization/61673
31666         * combine.c (simplify_comparison): Test just mode's sign bit
31667         in tmode rather than the sign bit and any bits above it.
31669 2014-07-08  Roman Gareev  <gareevroman@gmail.com>
31671         * graphite-isl-ast-to-gimple.c (generate_isl_context):
31672         Add __isl_give to the declaration.
31673         (generate_isl_schedule): Likewise.
31674         (scop_to_isl_ast): Likewise.
31676 2014-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31678         * config/arm/arm.c (cortexa5_extra_costs): New table.
31679         (arm_cortex_a5_tune): Use cortexa5_extra_costs.
31681 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
31683         PR tree-optimization/61725
31684         * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
31685         range, use range_includes_zerop_p instead of integer_zerop on
31686         vr0->min, only use log2 of max if min is not negative.
31688 2014-07-08  Richard Biener  <rguenther@suse.de>
31690         * tree-ssa-dom.h (loop_depth_of_name): Remove.
31691         * tree-ssa-dom.c (record_equivalences_from_phis): Remove
31692         restriction on loop depth difference.
31693         (record_equality): Likewise.
31694         (propagate_rhs_into_lhs): Likewise.  Simplify condition.
31695         (loop_depth_of_name): Remove.
31696         * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
31697         restriction on loop depth difference.
31698         (init_copy_prop): Likewise.
31700 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
31702         * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
31703         parameter.
31704         (walk_aliased_vdefs): Likewise.
31705         * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
31706         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
31707         (detect_type_change_from_memory_writes): Check if entry was reached.
31709 2014-07-08  Richard Biener  <rguenther@suse.de>
31711         PR tree-optimization/61681
31712         * tree-ssa-structalias.c (find_what_var_points_to): Expand
31713         NONLOCAL inside ESCAPED.
31715 2014-07-08  Richard Biener  <rguenther@suse.de>
31717         PR tree-optimization/61680
31718         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
31719         Handle properly all read-write dependences with group accesses.
31721 2014-07-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
31723         PR tree-optimization/61576
31724         * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
31725         block containing reduction statement is predecessor of phi basi block.
31727 2014-07-08  Marek Polacek  <polacek@redhat.com>
31729         PR c/60226
31730         * fold-const.c (round_up_loc): Change the parameter type.
31731         Remove assert.
31732         * fold-const.h (round_up_loc): Adjust declaration.
31733         * stor-layout.c (finalize_record_size): Check for too large types.
31735 2014-07-07  Jan Hubicka  <hubicka@ucw.cz>
31737         * symtab.c: Include calls.h.
31738         (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
31740 2014-07-07  Maciej W. Rozycki  <macro@codesourcery.com>
31742         * config/rs6000/rs6000.c (output_vec_const_move): Handle
31743         little-endian code generation.
31744         * config/rs6000/spe.md (spe_evmergehi): Rename to...
31745         (vec_perm00_v2si): ... this.  Handle little-endian code generation.
31746         (spe_evmergehilo): Rename to...
31747         (vec_perm01_v2si): ... this.  Handle little-endian code generation.
31748         (spe_evmergelo): Rename to...
31749         (vec_perm11_v2si): ... this.  Handle little-endian code generation.
31750         (spe_evmergelohi): Rename to...
31751         (vec_perm10_v2si): ... this.  Handle little-endian code generation.
31752         (spe_evmergehi, spe_evmergehilo): New expanders.
31753         (spe_evmergelo, spe_evmergelohi): Likewise.
31754         (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
31755         (*frob_tf_ti): Likewise.
31756         (*frob_<mode>_di_2): Likewise.
31757         (*frob_tf_di_8_2): Likewise.
31758         (*frob_di_<mode>): Likewise.
31759         (*frob_ti_tf): Likewise.
31760         (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
31761         (*frob_ti_<mode>_8_2): Likewise.
31762         (*frob_ti_tf_2): Likewise.
31763         (mov_si<mode>_e500_subreg0): Rename to...
31764         (mov_si<mode>_e500_subreg0_be): ... this.  Restrict to the big
31765         endianness only.
31766         (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
31767         (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
31768         (*mov_si<mode>_e500_subreg0_elf_low_be): ... this.  Restrict to
31769         the big endianness only.
31770         (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
31771         (*mov_si<mode>_e500_subreg0_2): Rename to...
31772         (*mov_si<mode>_e500_subreg0_2_be): ... this.  Restrict to the
31773         big big endianness only.
31774         (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
31775         (*mov_si<mode>_e500_subreg4): Rename to...
31776         (*mov_si<mode>_e500_subreg4_be): ... this.  Restrict to the big
31777         endianness only.
31778         (mov_si<mode>_e500_subreg4_le): New instruction pattern.
31779         (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
31780         (*mov_si<mode>_e500_subreg4_elf_low_be): ... this.  Restrict to
31781         the big endianness only.
31782         (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
31783         pattern.
31784         (*mov_si<mode>_e500_subreg4_2): Rename to...
31785         (*mov_si<mode>_e500_subreg4_2_be): ... this.  Restrict to the big
31786         endianness only.
31787         (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
31788         (*mov_sitf_e500_subreg8): Rename to...
31789         (*mov_sitf_e500_subreg8_be): ... this.  Restrict to the big
31790         endianness only.
31791         (*mov_sitf_e500_subreg8_le): New instruction pattern.
31792         (*mov_sitf_e500_subreg8_2): Rename to...
31793         (*mov_sitf_e500_subreg8_2_be): ... this.  Restrict to the big
31794         endianness only.
31795         (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
31796         (*mov_sitf_e500_subreg12): Rename to...
31797         (*mov_sitf_e500_subreg12_be): ... this.  Restrict to the big
31798         endianness only.
31799         (*mov_sitf_e500_subreg12_le): New instruction pattern.
31800         (*mov_sitf_e500_subreg12_2): Rename to...
31801         (*mov_sitf_e500_subreg12_2_be): ... this.  Restrict to the big
31802         endianness only.
31803         (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
31805 2014-07-07  Max Ostapenko  <m.ostapenko@partner.samsung.com>
31807         * asan.c (instrument_strlen_call): Do not instrument first byte
31808         in strlen if already instrumented.
31810 2014-07-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31812         * config/arm/arm.opt (mwords-little-endian): Delete.
31813         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
31814         of TARGET_LITTLE_WORDS.
31815         (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
31816         * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
31817         warning.
31818         * doc/invoke.texi: Remove references to -mwords-little-endian.
31820 2014-07-07  Jakub Jelinek  <jakub@redhat.com>
31822         * expmed.c (struct init_expmed_rtl): Change all fields but
31823         pow2 and cint from struct rtx_def to rtx.
31824         (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
31825         (init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
31826         at the end again.
31828 2014-07-06  Marek Polacek  <polacek@redhat.com>
31830         PR c/6940
31831         * doc/invoke.texi: Document -Wsizeof-array-argument.
31833 2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
31835         * wide-int.h (wide_int_storage): Change declaration from struct
31836         to class.
31838 2014-07-05  Jan Hubicka  <hubicka@ucw.cz>
31840         * cgraph.c (cgraph_create_indirect_edge): Update call of
31841         get_polymorphic_call_info.
31842         * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
31843         (possible_polymorphic_call_targets): Add parameter call.
31844         (decl_maybe_in_construction_p): New predicate.
31845         (get_polymorphic_call_info): Add parameter call;
31846         use decl_maybe_in_construction_p.
31847         * gimple-fold.c (fold_gimple_assign): Update use of
31848         possible_polymorphic_call_targets.
31849         (gimple_fold_call): Likewise.
31850         * ipa-prop.c: Inlcude calls.h
31851         (ipa_binfo_from_known_type_jfunc): Check that known type is record.
31852         (param_type_may_change_p): New predicate.
31853         (detect_type_change_from_memory_writes): Break out from ...
31854         (detect_type_change): ... this one; use param_type_may_change_p.
31855         (detect_type_change_ssa): Use param_type_may_change_p.
31856         (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
31858 2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
31860         PR target/49423
31861         * config/arm/arm-protos.h (arm_legitimate_address_p,
31862         arm_is_constant_pool_ref): Add prototypes.
31863         * config/arm/arm.c (arm_legitimate_address_p): Remove static.
31864         (arm_is_constant_pool_ref) New function.
31865         * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
31866         arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
31867         (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
31868         operand. Remove pool_range and neg_pool_range attributes.
31869         (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
31870         pool_range and neg_pool_range attributes.
31871         * config/arm/constraints.md (Uh): New constraint.
31872         (Uq): Don't allow constant pool references.
31874 2014-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
31876         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
31877         (move_lo_quad_internal_be_<mode>): Likewise.
31878         (move_lo_quad_<mode>): Convert to define_expand.
31879         (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
31880         (aarch64_simd_move_hi_quad_be_<mode>): New.
31881         (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
31882         (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
31883         (aarch64_combinez_be<mode>): New.
31884         (aarch64_combine<mode>): Convert to define_expand.
31885         (aarch64_combine_internal<mode>): New.
31886         (aarch64_simd_combine<mode>): Remove bogus RTL description.
31888 2014-07-04  Tom de Vries  <tom@codesourcery.com>
31890         * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
31891         combination of earlyclobber and read/write modifiers.
31893 2014-07-04  Tom de Vries  <tom@codesourcery.com>
31895         * config/aarch64/aarch64-simd.md
31896         (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
31898 2014-07-04  Richard Earnshaw  <rearnsha@arm.com>
31900         PR target/61714
31901         * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
31903 2014-07-04  Jakub Jelinek  <jakub@redhat.com>
31905         PR middle-end/61654
31906         * cgraphunit.c (expand_thunk): Call free_dominance_info.
31908         PR tree-optimization/61684
31909         * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
31910         rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
31912 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31913             Kito Cheng  <kito@0xlab.org>
31914             Monk Chiang  <sh.chiang04@gmail.com>
31916         * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
31917         (nds32_symbol_load_store_p): Move to ...
31918         (nds32_fp_as_gp_check_available): Move to ...
31919         * config/nds32/nds32-fp-as-gp.c: ... here.
31920         * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
31921         extern declaration.
31923 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31924             Kito Cheng  <kito@0xlab.org>
31925             Monk Chiang  <sh.chiang04@gmail.com>
31927         * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
31928         (nds32_expand_store_multiple): Move to ...
31929         (nds32_expand_movmemqi): Move to ...
31930         * config/nds32/nds32-memory-manipulation.c: ... here.
31932 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31933             Kito Cheng  <kito@0xlab.org>
31934             Monk Chiang  <sh.chiang04@gmail.com>
31936         * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
31937         (nds32_output_casesi_pc_relative): Move to ...
31938         (nds32_output_casesi): Move to ...
31939         (nds32_mem_format): Move to ...
31940         (nds32_output_16bit_store): Move to ...
31941         (nds32_output_16bit_load): Move to ...
31942         (nds32_output_32bit_store): Move to ...
31943         (nds32_output_32bit_load): Move to ...
31944         (nds32_output_32bit_load_s): Move to ...
31945         (nds32_output_stack_push): Move to ...
31946         (nds32_output_stack_pop): Move to ...
31947         * config/nds32/nds32-md-auxiliary.c: ... here.
31949 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31950             Ling-Hua Tseng  <uranus@tinlans.org>
31952         * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
31953         the purpose of this file.
31955 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31956             Kito Cheng  <kito@0xlab.org>
31957             Monk Chiang  <sh.chiang04@gmail.com>
31959         * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
31960         (nds32_address_cost): Move implementation to ...
31961         * config/nds32/nds32-cost.c: ... here.
31962         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
31963         (nds32_address_cost_impl): Declare.
31965 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31966             Kito Cheng  <kito@0xlab.org>
31967             Monk Chiang  <sh.chiang04@gmail.com>
31969         * config/nds32/nds32.c
31970         (nds32_consecutive_registers_load_store_p): Move to ...
31971         (nds32_valid_multiple_load_store): Move to ...
31972         (nds32_valid_stack_push_pop): Move to ...
31973         (nds32_can_use_bclr_p): Move to ...
31974         (nds32_can_use_bset_p): Move to ...
31975         (nds32_can_use_btgl_p): Move to ...
31976         (nds32_can_use_bitci_p): Move to ...
31977         * config/nds32/nds32-predicates.c: ... here.
31979 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31980             Kito Cheng  <kito@0xlab.org>
31981             Monk Chiang  <sh.chiang04@gmail.com>
31983         * config/nds32/nds32.c
31984         (nds32_expand_builtin_null_ftype_reg): Move to ...
31985         (nds32_expand_builtin_reg_ftype_imm): Move to ...
31986         (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
31987         (nds32_init_builtins): Move implementation to ...
31988         (nds32_expand_builtin): Move implementation to ...
31989         * config/nds32/nds32-intrinsic.c: ... here.
31990         * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
31991         (nds32_expand_builtin_impl): Declare.
31993 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
31994             Kito Cheng  <kito@0xlab.org>
31995             Monk Chiang  <sh.chiang04@gmail.com>
31997         * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
31998         (nds32_emit_section_tail_template): Move to ...
31999         (nds32_emit_isr_jmptbl_section): Move to ...
32000         (nds32_emit_isr_vector_section): Move to ...
32001         (nds32_emit_isr_reset_conten): Move to ...
32002         (nds32_check_isr_attrs_conflict): Move to ...
32003         (nds32_construct_isr_vectors_information): Move to ...
32004         (nds32_asm_file_start): Move implementation to ...
32005         (nds32_asm_file_end): Move implementation to ...
32006         * config/nds32/nds32-isr.c: ... here.
32007         * config/nds32/nds32-protos.h
32008         (nds32_check_isr_attrs_conflict): Declare.
32009         (nds32_construct_isr_vectors_information): Declare.
32010         (nds32_asm_file_start_for_isr): Declare.
32011         (nds32_asm_file_end_for_isr): Declare.
32013 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
32014             Kito Cheng  <kito@0xlab.org>
32015             Monk Chiang  <sh.chiang04@gmail.com>
32017         * config.gcc (nds32*): Add new modules to extra_objs.
32018         (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
32019         (nds32be-*-*): Likewise.
32020         * config/nds32/nds32-cost.c: New file.
32021         * config/nds32/nds32-fp-as-gp.c: New file.
32022         * config/nds32/nds32-intrinsic.c: New file.
32023         * config/nds32/nds32-isr.c: New file.
32024         * config/nds32/nds32-md-auxiliary.c: New file.
32025         * config/nds32/nds32-memory-manipulation.c: New file.
32026         * config/nds32/nds32-pipelines-auxiliary.c: New file.
32027         * config/nds32/nds32-predicates.c: New file.
32028         * config/nds32/t-nds32: New file.
32030 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
32032         PR tree-optimization/61682
32033         * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
32034         using cases and when one of the operands is equal to 1.
32036 2014-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
32038         * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
32039         ashr<mode>3): Correct mode of operands[2].
32040         (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
32041         lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
32042         Correct mode of operands[2].  Fix split condition.
32044 2014-07-03  Richard Earnshaw  <rearnsha@arm.com>
32046         * arm.md (arch): Add armv6_or_vfpv3.
32047         (arch_enabled): Add test for the above.
32048         * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
32049         on VFP9.
32050         (sqrtsf_vfp, sqrtdf_vfp): Likewise.
32052 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
32054         * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
32055         * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
32056         HWI 1 and negate the unsigned value.
32057         * expmed.c (expand_sdiv_pow2): For modes wider than word always
32058         use AND instead of shift.
32059         * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
32061 2014-07-03  Marek Polacek  <polacek@redhat.com>
32063         * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
32064         (-fsanitize=float-divide-by-zero): Move to the table with
32065         -fsanitize=undefined suboptions.
32066         (-fsanitize=float-cast-overflow): Likewise.
32068 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
32070         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
32071         BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
32072         endianness.
32074 2014-07-03  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
32076         * loop-invariant.c (struct invariant): Add a new member: eqno;
32077         (find_identical_invariants): Update eqno;
32078         (create_new_invariant): Init eqno;
32079         (get_inv_cost): Compute comp_cost with eqno;
32081 2014-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
32083         * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
32084         (walk_insn_part) <ROTATE, ROTATERT>: New cases.
32085         (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
32086         * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
32087         Only do the transformation if both HAVE_rotate and HAVE_rotatert.
32089 2014-07-02  Christian Bruel  <christian.bruel@st.com>
32091         PR target/29349
32092         PR target/53513
32093         * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
32094         (make_preds_opaque): Delete.
32095         (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
32096         (commit_mode_sets): New function.
32097         (optimize_mode_switching): Handle current_mode to mode_switching_emit.
32098         Process all modes at once.
32099         * basic-block.h (pre_edge_lcm_avs): Declare.
32100         * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
32101         Call clear_aux_for_edges. Fix comments.
32102         (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
32103         (pre_edge_rev_lcm): Idem.
32104         * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
32105         parameter.
32106         * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
32107         * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
32108         Idem.
32109         * config/i386/i386.c (x96_emit_mode_set): Idem.
32110         * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
32111         * config/sh/sh.md (toggle_pr):  Defined if TARGET_FPU_SINGLE.
32112         (fpscr_toggle) Disallow from delay slot.
32113         * target.def (emit_mode_set): Add prev_mode parameter.
32114         * doc/tm.texi: Regenerate.
32116 2014-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32118         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
32119         variable i.
32121 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
32123         * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
32124         vtable_pointer_value_to_vtable): Constify.
32125         (contains_polymorphic_type_p): Declare.
32126         * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
32127         vtable_pointer_value_to_vtable): Constify.
32128         (contains_polymorphic_type_p): New predicate.
32129         * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
32130         polymorphic types.
32131         (ipa_set_ancestor_jf): Likewise.
32132         (detect_type_change): Return false in easy cases.
32133         (compute_complex_assign_jump_func): Require type to contain
32134         polymorphic type.
32135         (compute_known_type_jump_func): Likewise.
32137 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
32139         * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
32140         Remove.
32141         (type_in_anonymous_namespace_p): Constify argument.
32142         * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
32143         * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
32144         (main_odr_variant): New function.
32145         (hash_type_name): Make static; update assert; do not ICE on
32146         non-records.
32147         (types_same_for_odr): Bring here from tree.c; simplify and remove
32148         old structural comparing code that doesn't work for templates.
32149         (odr_hasher::equal): Update assert.
32150         (add_type_duplicate): Return true when bases should be computed;
32151         replace incomplete loader by complete; do not output duplicated
32152         warnings; do not ICE on non-records; set odr_violated flag.
32153         (get_odr_type): Be ready to replace incomplete type by complete
32154         one; work on ODR variants instead of main variants; reorder item
32155         in array so bases have still smaller indexes.
32156         (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
32157         (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
32159 2014-07-01  Cary Coutant  <ccoutant@google.com>
32161         * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
32162         lookup.
32163         (resolve_addr_in_expr): When replacing the rtx in a location list
32164         entry, get a new address table entry.
32165         (dwarf2out_finish): Call index_location_lists even if there are no
32166         addr_index_table entries yet.
32168 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
32170         * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
32171         change for not being obvious.
32173 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
32175         * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
32176         unused argument.
32178 2014-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32180         * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
32181         (vcagt_f64): Likewise.
32182         (vcale_f64): Likewise.
32183         (vcaled_f64): Likewise.
32184         (vcales_f32): Likewise.
32185         (vcalt_f64): Likewise.
32186         (vcaltd_f64): Likewise.
32187         (vcalts_f32): Likewise.
32189 2014-07-01  Marek Polacek  <polacek@redhat.com>
32191         * doc/invoke.texi: Document -Wint-conversion.
32193 2014-07-01  Marek Polacek  <polacek@redhat.com>
32195         PR c/58286
32196         * doc/invoke.texi: Document -Wincompatible-pointer-types.
32198 2014-07-01  Martin Liska  <mliska@suse.cz>
32200         IPA REF alias refactoring
32201         * cgraph.h (iterate_direct_aliases): New function.
32202         (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
32203         * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
32204         FOR_EACH_ALIAS added.
32205         (cgraph_for_node_and_aliases): Likewise.
32206         * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
32207         * ipa-inline.c (reset_edge_caches): Likewise.
32208         (update_caller_keys): Likewise.
32209         * trans-mem.c (ipa_tm_execute): Likewise.
32210         *varpool.c (varpool_analyze_node): Likewise.
32211         (varpool_for_node_and_aliases): Likewise.
32212         * ipa-ref.h (first_alias): New function.
32213         (last_alias): Likewise.
32214         (has_aliases_p): Likewise.
32215         * ipa-ref.c (ipa_ref::remove_reference): Removal function
32216         is sensitive to IPA_REF_ALIASes.
32217         * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
32218         are put at the beginning of the list.
32219         (symtab_node::iterate_direct_aliases): New function.
32221 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32223         Revert:
32224         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
32225         type is complete.
32226         (write_ts_type_common_tree_pointers): Do not stream fields not set
32227         for incomplete types; do not stream duplicated fields for variants;
32228         sanity check that variant and type match.
32229         (write_ts_type_non_common_tree_pointers): Likewise.
32230         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
32231         TYPE_SIZE whether type is complete.
32232         (lto_input_ts_type_common_tree_pointers): Do same changes as in
32233         write_ts_type_common_tree_pointers
32234         (lto_input_ts_type_non_common_tree_pointers): Likewise.
32236 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
32238         * var-tracking.c (add_stores): Return instead of asserting if old
32239         and new values for conditional store are the same.
32241 2014-06-30  Richard Henderson  <rth@redhat.com>
32243         PR rtl-opt/61608
32244         PR target/39284
32245         * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
32246         the cfg if there were any changes.
32247         * passes.def: Revert move of peephole2 after reorder_blocks;
32248         move duplicate_computed_gotos before peephole2.
32250 2014-06-30  Uros Bizjak  <ubizjak@gmail.com>
32252         * except.c (emit_note_eh_region_end): New helper function.
32253         (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
32254         emit EH_REGION_END note.
32255         * jump.c (cleanup_barriers): Do not split a call and its
32256         corresponding CALL_ARG_LOCATION note.
32258 2014-06-30  Jeff Law  <law@redhat.com>
32260         PR tree-optimization/61607
32261         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
32262         deeper into the SSA_NAME_VALUE chain.
32264 2014-06-30  Marek Polacek  <polacek@redhat.com>
32266         * convert.c (convert_to_integer): Don't instrument conversions if the
32267         function has no_sanitize_undefined attribute.
32268         * ubsan.c: Don't run the ubsan pass if the function has
32269         no_sanitize_undefined attribute.
32271 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
32273         * doc/invoke.texi (-fsanitize=bounds): Move to the table with
32274         -fsanitize=undefined suboptions.
32276 2014-06-30  Alan Lawrence  <alan.lawrence@arm.com>
32278         * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
32279         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
32280         against bigendian and adjust indices.
32282 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
32284         * doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
32286 2014-06-30  Marcus Shawcroft  <marcus.shawcroft@arm.com>
32288         PR target/61633
32289         * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
32290         Add alternative; make early clobber.  Adjust both split patterns
32291         to use operand 0 as the working register.
32293 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
32295         * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
32296         as ira_object_id_map might be NULL, or 1.
32298 2014-06-30  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
32300         * loop-invariant.c (get_inv_cost): Handle register class.
32301         (gain_for_invariant): Check the register pressure of the inv
32302         and its overlapped register class, other than all.
32304 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
32306         * doc/invoke.texi (Optimize Options): Fix descriptions of
32307         ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
32309 2014-06-29  David Wohlferd <dw@LimeGreenSocks.com>
32311         * doc/extend.texi (Function Attributes): Update 'naked' attribute
32312         documentation.
32314 2014-06-29  Tobias Grosser <tobias@grosser.es>
32316         PR bootstrap/61650
32317         * graphite-isl-ast-to-gimple.c: Add missing guards.
32319 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
32321         * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
32322         * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
32323         * flag-types.h: Add new enum fgraphite_generator.
32324         * graphite-isl-ast-to-gimple.c: New.
32325         * graphite-isl-ast-to-gimple.h: New.
32326         * graphite.c (graphite_transform_loops): Add choice of Graphite
32327         code generator, which depends on flag_graphite_code_gen.
32329 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
32331         * graphite-dependences.c (subtract_commutative_associative_deps):
32332         Add NULL checking of the following variables: must_raw_no_source,
32333         may_raw_no_source, must_war_no_source, may_war_no_source,
32334         must_waw_no_source, may_waw_no_source, must_raw, may_raw,
32335         must_war, may_war, must_waw, may_waw.
32337 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
32339         * graphite-clast-to-gimple.c: gloog is renamed to
32340         graphite_regenerate_ast_cloog.  gloog_error is renamed to
32341         graphite_regenerate_error.
32342         * graphite-clast-to-gimple.h: The definition of the struct
32343         bb_pbb_def is moved to graphite-htab.h.
32344         Add inclusion of the hash-table.h.
32345         * graphite-htab.h: The declaration of the function gloog is moved
32346         to graphite-clast-to-gimple.h and renamed to
32347         graphite_regenerate_ast_cloog.
32348         * graphite.c (graphite_transform_loops): gloog is renamed
32349         to graphite_regenerate_ast_cloog.
32351 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32353         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
32354         type is complete.
32355         (write_ts_type_common_tree_pointers): Do not stream fields not set
32356         for incomplete types; do not stream duplicated fields for variants;
32357         sanity check that variant and type match.
32358         (write_ts_type_non_common_tree_pointers): Likewise.
32359         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
32360         TYPE_SIZE whether type is complete.
32361         (lto_input_ts_type_common_tree_pointers): Do same changes as in
32362         write_ts_type_common_tree_pointers
32363         (lto_input_ts_type_non_common_tree_pointers): Likewise.
32365 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32367         * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
32369 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32371         * tree-inline.c (remap_type_1): Do not duplicate fields
32372         that are shared in between type and its main variant.
32374 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32376         * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
32377         of the type.
32378         (ipa_set_ancestor_jf) Likewise.
32379         (check_stmt_for_type_change): Check that we work on main variant.
32380         (detect_type_change): Look into main variant.
32381         (compute_known_type_jump_func): Check that main variant has BINFO.
32383 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32385         * ipa-devirt.c (set_type_binfo): New function.
32386         (add_type_duplicate): Use it.
32387         (get_odr_type): Sanity check that binfos points to main variants.
32388         (get_class_context): Be sure the context's outer_type is main variant.
32389         (contains_type_p): Walk main variant.
32390         (get_polymorphic_call_info_for_decl): Set outer_type to be
32391         main variant.
32392         (get_polymorphic_call_info): Likewise.
32393         (possible_polymorphic_call_targets): Sanity check that we operate
32394         on main variant.
32396 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
32398         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
32400 2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
32402         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
32403         accidental change due to wide-int branch merge.
32405 2014-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32407         * configure.ac (gcc_cv_as_compress_debug): Check for assembler
32408         compressed debug support.
32409         (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
32410         * configure: Regenerate.
32411         * config.in: Regenerate.
32412         * common.opt (compressed_debug_sections): New enum.
32413         (gz, gz=): New options.
32414         * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
32415         (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
32416         (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
32417         * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
32418         LINK_COMPRESS_DEBUG_SPEC.
32419         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
32420         * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
32421         * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
32422         (Debugging Options): Document -gz[=type].
32424 2014-06-27  Martin Jambor  <mjambor@suse.cz>
32426         PR ipa/61160
32427         * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
32428         args_to_skip, use those from node instead.  Copy args_to_skip and
32429         combined_args_to_skip from node to the new thunk.
32430         (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
32431         (cgraph_create_virtual_clone): Moved computation of
32432         combined_args_to_skip...
32433         (cgraph_clone_node): ...here, simplify it to bitmap_ior..
32435 2014-06-27  trevor Saunders  <tsaunders@mozilla.com>
32437         * config/i386/winnt.c (i386_pe_section_type_flags): Remove
32438         redundant diagnostic machinary.
32440 2014-06-27  Richard Biener  <rguenther@suse.de>
32442         * tree-ssa-math-opts.c (bswap_replace): Fix
32443         SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
32445 2014-06-27  Martin Liska  <mliska@suse.cz>
32447         * gimple.h (gimple_location_safe): New function introduced.
32448         * cgraphunit.c (walk_polymorphic_call_targets): Usage
32449         of gimple_location_safe replaces gimple_location.
32450         (gimple_fold_call): Likewise.
32451         * ipa-devirt.c (ipa_devirt): Likewise.
32452         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
32453         * ipa.c (walk_polymorphic_call_targets): Likewise.
32454         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
32456 2014-06-27  Jakub Jelinek  <jakub@redhat.com>
32458         PR tree-optimization/57233
32459         PR tree-optimization/61299
32460         * tree-vect-generic.c (get_compute_type, count_type_subparts): New
32461         functions.
32462         (expand_vector_operations_1): Use them.  If {L,R}ROTATE_EXPR
32463         would be lowered to scalar shifts, check if corresponding
32464         shifts and vector BIT_IOR_EXPR are supported and don't lower
32465         or lower just to narrower vector type in that case.
32466         * expmed.c (expand_shift_1): Fix up handling of vector
32467         shifts and rotates.
32469 2014-06-26  Uros Bizjak  <ubizjak@gmail.com>
32471         PR target/61586
32472         * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
32474 2014-06-26  Jan Hubicka  <hubicka@ucw.cz>
32476         * doc/invoke.texi (-fsemantic-interposition): Document.
32477         * common.opt (fsemantic-interposition): New flag.
32478         * varasm.c (decl_replaceable_p): Use it.
32480 2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32482         PR target/61542
32483         * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
32484         extraction other than index 3.
32486 2014-06-26  Teresa Johnson  <tejohnson@google.com>
32488         * doc/invoke.texi: Fix typo.
32489         * dumpfile.c: Add support for documented -fdump-* options
32490         optimized/missed/note/optall.
32492 2014-06-26  Martin Jambor  <mjambor@suse.cz>
32494         * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
32495         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
32496         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
32497         (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
32498         * opts.c (default_options_optimization): Set
32499         PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
32500         * doc/invoke.texi (allow-load-data-races)
32501         (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
32502         (allow-store-data-races): Document the new default.
32504 2014-06-26  Martin Jambor  <mjambor@suse.cz>
32506         * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
32507         renamed to ipa_impossible_devirt_target.  Fix typo.
32508         * ipa-prop.h (ipa_impossible_devirt_target): Declare.
32509         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
32510         ipa_impossible_devirt_target.
32512 2014-06-26  Richard Biener  <rguenther@suse.de>
32514         PR tree-optimization/61607
32515         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
32516         explaining why we restrict copies on loop depth.
32517         * tree-ssa-dom.c (cprop_operand): Remove restriction on
32518         on loop depth.
32519         (record_equivalences_from_phis): Instead add it here.
32521 2014-06-26  Bernd Schmidt  <bernds@codesourcery.com>
32523         * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
32524         (LTO_WRAPPER_OBJS): New variable.
32525         (lto-wrapper$(exeext)): Use it.
32526         * collect2.c: Include "collect-utils.h".
32527         (verbose, debug): Remove variables.
32528         (at_file_supplied): No longer static.
32529         (tool_name): New variable.
32530         (do_wait, fork_execute, maybe_unlink): Don't declare.
32531         (tool_cleanup): No longer static.
32532         (notice): Remove function.
32533         (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
32534         fork_execute calls.
32535         (collect_wait, do_wait, collect_execute): Remove functions.
32536         (maybe_unlink): No longer static.
32537         * collect2.h (verbose, debug): Don't declare.
32538         (at_file_supplied): Declare.
32539         * collect-utils.c (utils_cleanup): New arg from_signal.  All callers
32540         changed.
32541         (collect_execute): Replace with implementation from collect2, plus a
32542         new arg use_atfile.  All callers changed.
32543         (collect_wait): Replace with implementation from collect2.
32544         (maybe_unlink_file): Remove function.
32545         (fork_execute): Replace with implementation from collect2, plus a
32546         new arg use_atfile.  All callers changed.
32547         (do_wait): Add call to utils_cleanup to the error path.
32548         * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
32549         (tool_cleanup): Adjust declarations.
32550         * lto-wrapper.c (tool_cleanup): Add unused bool argument.
32551         * tlink.c: Include "collect-utils.h".
32552         (tlink_execute): New arg use_atfile.  All callers changed.
32553         (tlink_init, tlink_execute): Remove declarations.
32555         * collect-utils.c (save_temps): New variable.
32556         (do_wait): Use it instead of debug.  Use fatal_error.
32557         * collect-utils.h (save_temps): Declare.
32558         * collect2.c (verbose): Rename from vflag.  All uses changed.
32559         (tool_cleanup): New function, copied from collect_atexit.
32560         (collect_atexit, handler): Just call it.
32561         * collect2.h (verbose): Declaration renamed from vflag.
32562         * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
32563         debug.
32565         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
32566         (lto-wrapper$(exeext)): Link with collect-utils.o.
32567         * collect-utils.c: New file.
32568         * collect-utils.h: New file.
32569         * lto-wrapper.c: Include "collect-utils.h".
32570         (args_name): Delete variable.
32571         (tool_name): New variable.
32572         (tool_cleanup): New function.
32573         (maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
32574         (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
32575         (fork_execute): Remove functions.
32577 2014-06-26  Nick Clifton  <nickc@redhat.com>
32579         * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
32581         * doc/extend.texi (Function Attributes): Fix typo in description
32582         of RX vector attribute.
32584 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
32586         * config.gcc (supported_defaults): Error when passing either
32587         --with-tune or --with-arch in conjunction with --with-cpu for ARM.
32589 2014-06-26  Richard Biener  <rguenther@suse.de>
32591         * tree-ssa-dom.c (cprop_operand): Remove restriction on
32592         propagating volatile pointers.
32594 2014-06-26  Richard Biener  <rguenther@suse.de>
32596         PR tree-optimization/61607
32597         * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
32598         loop if we redirected its latch edge.
32599         (thread_block_1): Do not cancel loops prematurely.
32601 2014-06-25  Jan Hubicka  <hubicka@ucw.cz>
32603         * toplev.c (backend_init_target): Move init_emit_regs and
32604         init_regs to...
32605         (backend_init) ... here; skip ira_init_once and backend_init_target.
32606         (target_reinit) ... and here; clear
32607         this_target_rtl->lang_dependent_initialized.
32608         (lang_dependent_init_target): Clear
32609         this_target_rtl->lang_dependent_initialized;
32610         break out rtl initialization to ...
32611         (initialize_rtl): ... here; call also backend_init_target
32612         and ira_init_once.
32613         * toplev.h (initialize_rtl): New function.
32614         * function.c: Include toplev.h
32615         (init_function_start): Call initialize_rtl.
32616         * rtl.h (target_rtl): Add target_specific_initialized,
32617         lang_dependent_initialized.
32619 2014-06-25  Paul Gortmaker  <paul.gortmaker@windriver.com>
32620             Jakub Jelinek  <jakub@redhat.com>
32622         * gcc.c (set_multilib_dir): Malloc "." pointer as well.
32624 2014-06-25  Tom de Vries  <tom@codesourcery.com>
32626         * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
32628 2014-06-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
32630         * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
32631         check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
32632         Issue a strict overflow warning if appropriate.
32634 2014-06-25  Martin Liska  <mliska@suse.cz>
32636         IPA REF refactoring
32637         * Makefile.in: Removed header file (ipa-ref-inline.h).
32638         * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
32639         called.
32640         (cgraph_speculative_call_info): Likewise.
32641         (cgraph_for_node_thunks_and_aliases): Likewise.
32642         (cgraph_for_node_and_aliases): Likewise.
32643         (verify_cgraph_node): Likewise.
32644         * cgraph.h: Batch of IPA REF functions become member functions of
32645         symtab_node: add_reference, maybe_add_reference, clone_references,
32646         clone_referring, clone_reference, find_reference,
32647         remove_stmt_references, remove_all_references,
32648         remove_all_referring, dump_references, dump_referring,
32649         has_alias_p, iterate_reference, iterate_referring.
32650         * cgraphbuild.c (record_reference): New IPA REF function used.
32651         (record_type_list): Likewise.
32652         (record_eh_tables): Likewise.
32653         (mark_address): Likewise.
32654         (mark_load): Likewise.
32655         (mark_store): Likewise.
32656         (pass_build_cgraph_edges): Likewise.
32657         (rebuild_cgraph_edge): Likewise.
32658         (cgraph_rebuild_references): Likewise.
32659         (pass_remove_cgraph_callee_edges): Likewise.
32660         * cgraphclones.c (cgraph_clone_node): Likewise.
32661         (cgraph_create_virtual_clone): Likewise.
32662         (cgraph_materialize_clone): Likewise.
32663         (cgraph_materialize_all_clones): Likewise.
32664         * cgraphunit.c (cgraph_reset_node): Likewise.
32665         (cgraph_reset_node): Likewise.
32666         (analyze_function): Likewise.
32667         (assemble_thunks_and_aliases): Likewise.
32668         (expand_function): Likewise.
32669         * ipa-comdats.c (propagate_comdat_group): Likewise.
32670         (enqueue_references): Likewise.
32671         * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
32672         (create_specialized_node): Likewise.
32673         * ipa-devirt.c (referenced_from_vtable_p): Likewise.
32674         * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
32675         * ipa-inline.c (reset_edge_caches): Likewise.
32676         (update_caller_keys): Likewise.
32677         (execute): Likewise.
32678         * ipa-prop.c (remove_described_reference): Likewise.
32679         (propagate_controlled_uses): Likewise.
32680         (ipa_edge_duplication_hook): Likewise.
32681         (ipa_modify_call_arguments): Likewise.
32682         * ipa-pure-const.c (propagate_pure_const): Likewise.
32683         * ipa-ref-inline.h: Header file removed, functions moved
32684         to symtab_node class.
32685         * ipa-ref.c (remove_reference): New class member function.
32686         (cannot_lead_to_return): New class member function.
32687         (referring_ref_list): Likewise.
32688         (referred_ref_list): Likewise.
32689         Rest of functions moved to symtab_node class.
32690         * ipa-ref.h: New member functions remove_reference,
32691         cannot_lead_to_return, referring_ref_list, referred_ref_list added
32692         to ipa_ref class.
32693         ipa_ref_list class has new member functions: first_reference,
32694         first_referring, clear, nreferences.
32695         * ipa-reference.c (analyze_function): New IPA REF function used.
32696         (write_node_summary_p): Likewise.
32697         (ipa_reference_write_optimization_summary): Likewise.
32698         * ipa-split.c (split_function): Likewise.
32699         * ipa-utils.c (ipa_reverse_postorder): Likewise.
32700         * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
32701         (function_and_variable_visibility): Likewise.
32702         * ipa.c (has_addr_references_p): Likewise.
32703         (process_references): Argument type changed.
32704         (symtab_remove_unreachable_nodes): New IPA REF function used.
32705         (process_references): Likewise.
32706         (set_writeonly_bit): Likewise.
32707         * lto-cgraph.c: Implementation of new symtab_node member functions
32708         that uses new IPA REF functions.
32709         * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
32710         function used.
32711         * lto-streamer-out.c (output_symbol_p): Likewise.
32712         * lto-streamer.h (referenced_from_this_partition_p): Argument type
32713         changed.
32714         * symtab.c: Implementation of new IPA REF API.
32715         * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
32716         (ipa_tm_create_version): Likewise.
32717         (ipa_tm_execute): Likewise.
32718         * tree-emutls.c (gen_emutls_addr): Likewise.
32719         * tree-inline.c (copy_bb): Likewise.
32720         (delete_unreachable_blocks_update_callgraph): Likewise.
32721         * varpool.c (varpool_remove_unreferenced_decls): Likewise.
32722         (varpool_for_node_and_aliases): Likewise.
32724 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
32726         * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
32728 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
32730         PR bootstrap/61598
32731         * fold-const.c (fold_checksum_tree): Use a hash_table of const
32732         tree_node * instead of tree_node *.
32733         (fold): Adjust.
32734         (print_fold_checksum): Likewise.
32735         (fold_check_failed): Likewise.
32736         (debug_fold_checksum): Likewise.
32737         (fold_build1_stat_loc): Likewise.
32738         (fold_build2_stat_loc): Likewise.
32739         (fold_build3_stat_loc): Likewise.
32740         (fold_build_call_array_loc): Likewise.
32742 2014-06-25  David Edelsohn  <dje.gcc@gmail.com>
32744         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
32745         implementation with call to...
32746         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
32747         function.
32748         * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
32749         Declare.
32751 2014-06-25  Marc Glisse  <marc.glisse@inria.fr>
32753         PR tree-optimization/57742
32754         * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
32755         after replacing the statement.
32757 2014-06-25  Nick Clifton  <nickc@redhat.com>
32759         * config/v850/v850.c (GHS_default_section_names): Change to const
32760         char * type.
32761         (GHS_current_section_names): Likewise.
32762         (v850_insert_attributes): Do not build strings, just assign the
32763         names directly.  Change the type of 'chosen_section' to const
32764         char*.
32765         * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
32766         directly to the array entry.
32767         * config/v850/v850.h (GHS_default_section_names): Change to const
32768         char * type.
32769         (GHS_current_section_names): Likewise.
32771 2014-06-25  Jakub Jelinek  <jakub@redhat.com>
32773         * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
32774         (LANG_HOOKS_DECLS): Add it.
32775         * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
32776         has correct type.
32777         * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
32778         * langhooks.h (struct lang_hooks_for_decls): Add
32779         omp_clause_linear_ctor hook.
32780         * omp-low.c (lower_rec_input_clauses): Set max_vf even if
32781         OMP_CLAUSE_LINEAR_ARRAY is set.  Don't fold_convert
32782         OMP_CLAUSE_LINEAR_STEP.  For OMP_CLAUSE_LINEAR_ARRAY in
32783         combined simd loop use omp_clause_linear_ctor hook.
32785 2014-06-24  Cong Hou  <congh@google.com>
32787         * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
32788         pattern recognition.
32789         (type_conversion_p): PROMOTION is true if it's a type promotion
32790         conversion, and false otherwise.  Return true if the given expression
32791         is a type conversion one.
32792         * tree-vectorizer.h: Adjust the number of patterns.
32793         * tree.def: Add SAD_EXPR.
32794         * optabs.def: Add sad_optab.
32795         * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
32796         * expr.c (expand_expr_real_2): Likewise.
32797         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
32798         * gimple.c (get_gimple_rhs_num_ops): Likewise.
32799         * optabs.c (optab_for_tree_code): Likewise.
32800         * tree-cfg.c (estimate_operator_cost): Likewise.
32801         * tree-ssa-operands.c (get_expr_operands): Likewise.
32802         * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
32803         * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
32804         * doc/generic.texi: Add document for SAD_EXPR.
32805         * doc/md.texi: Add document for ssad and usad.
32807 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
32809         * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
32810         qualification in cast.
32812 2014-06-24  Jan Hubicka  <hubicka@ucw.cz>
32814         * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
32815         * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
32816         * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
32817         (tree_function_decl): ... here.
32818         * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
32819         streaming of vindex to ...
32820         (write_ts_function_decl_tree_pointers): ... here.
32821         * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
32822         Do not stream DECL_VINDEX.
32823         (lto_input_ts_function_decl_tree_pointers): Stream it here.
32825 2014-06-24  Catherine Moore  <clm@codesourcery.com>
32826             Sandra Loosemore  <sandra@codesourcery.com>
32828         * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
32829         * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
32830         * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
32832 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
32834         * doc/invoke.texi (Warning Options): Remove duplicated
32835         -Wmaybe-uninitialized.
32837 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
32839         PR tree-optimization/57742
32840         * tree-ssa-strlen.c (get_string_length): Ignore malloc.
32841         (handle_builtin_malloc, handle_builtin_memset): New functions.
32842         (strlen_optimize_stmt): Call them.
32843         * passes.def: Move strlen after loop+dom but before vrp.
32845 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
32847         PR target/61570
32848         * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
32849         model family 6 CPU with has_longmode never use a CPU without
32850         64-bit support.
32852 2014-06-24  H.J. Lu  <hongjiu.lu@intel.com>
32854         PR target/61570
32855         * config/i386/driver-i386.c (host_detect_local_cpu): Revert
32856         the last change.
32858 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
32860         * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
32861         * dominance.c (iterate_fix_dominators): Use hash_map instead of
32862         pointer_map.
32863         * hash-map.h: New file.
32864         * ipa-comdats.c: Use hash_map instead of pointer_map.
32865         * ipa.c: Likewise.
32866         * lto-section-out.c: Adjust.
32867         * lto-streamer.h: Replace pointer_map with hash_map.
32868         * symtab.c (verify_symtab): Likewise.
32869         * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
32870         * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
32871         * tree-streamer.h: Likewise.
32872         * tree-streamer.c: Adjust.
32873         * pointer-set.h: Remove pointer_map.
32875 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
32877         * hash-table.h: Add a template arg to choose between storing values
32878         and storing pointers to values, and then provide partial
32879         specializations for both.
32880         * tree-browser.c (tree_upper_hasher): Provide the type the hash table
32881         should store, not the type values should point to.
32882         * tree-into-ssa.c (var_info_hasher): Likewise.
32883         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
32884         * tree-complex.c: Adjust.
32885         * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
32886         table instead of int_tree_map *.
32887         * tree-parloops.c: Adjust.
32888         * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
32889         type is being stored.
32890         * tree-vectorizer.c: Adjust.
32892 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
32894         * hash-table.h: Remove a layer of indirection from hash_table so that
32895         it contains the hash table's data instead of a pointer to the data.
32896         * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
32897         config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
32898         config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
32899         data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
32900         fold-const.c, gcse.c, ggc-common.c,
32901         gimple-ssa-strength-reduction.c, gimplify.c,
32902         graphite-clast-to-gimple.c, graphite-dependences.c,
32903         graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
32904         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
32905         loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
32906         lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
32907         postreload-gcse.c, sese.c, statistics.c, store-motion.c,
32908         trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
32909         tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
32910         tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
32911         tree-ssa-live.c, tree-ssa-loop-im.c,
32912         tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
32913         tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
32914         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
32915         tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
32916         tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
32917         tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
32918         vtable-verify.c, vtable-verify.h: Adjust.
32920 2014-06-24  Richard Biener  <rguenther@suse.de>
32922         PR tree-optimization/61572
32923         * tree-ssa-sink.c (statement_sink_location): Do not sink
32924         loads from hard registers.
32926 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
32928         * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
32929         not mentioned in clauses use private clause if the iterator is
32930         declared in #pragma omp for simd, and when adding lastprivate
32931         instead, add it to the outer #pragma omp for too.  Diagnose
32932         if the variable is private in outer context.  For simd collapse > 1
32933         loops, replace all iterators with temporaries.
32934         * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
32935         same even in collapse > 1 loops.
32937         * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
32938         OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
32939         non-NULL.
32940         <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
32941         (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
32942         non-NULL.
32943         (gimplify_adjust_omp_clauses): Likewise.
32944         * omp-low.c (lower_rec_simd_input_clauses,
32945         lower_rec_input_clauses, expand_omp_simd): Handle non-constant
32946         safelen the same as safelen(1).
32947         * tree-nested.c (convert_nonlocal_omp_clauses,
32948         convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED.  For
32949         OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
32950         (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
32951         Fixup handling of GIMPLE_OMP_TARGET.
32952         (convert_tramp_reference_stmt, convert_gimple_call): Handle
32953         GIMPLE_OMP_TARGET.
32955 2014-06-24  Chung-Lin Tang  <cltang@codesourcery.com>
32957         PR tree-optimization/61554
32958         * tree-ssa-propagate.c: Include "bitmap.h".
32959         (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
32960         properly update constructor/destructor.
32961         (substitute_and_fold_dom_walker::before_dom_children):
32962         Remove call to gimple_purge_dead_eh_edges, add bb->index to
32963         need_eh_cleaup instead.
32964         (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
32965         need_eh_cleanup.
32967 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
32969         * varpool.c (dump_varpool_node): Dump used_by_single_function.
32970         * tree-pass.h (make_pass_ipa_single_use): New pass.
32971         * cgraph.h (used_by_single_function): New flag.
32972         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
32973         Stream it.
32974         * passes.def (pass_ipa_single_use): Scedule.
32975         * ipa.c (BOTTOM): New macro.
32976         (meet): New function
32977         (propagate_single_user): New function.
32978         (ipa_single_use): New function.
32979         (pass_data_ipa_single_use): New pass.
32980         (pass_ipa_single_use): New pass.
32981         (pass_ipa_single_use::gate): New gate.
32982         (make_pass_ipa_single_use): New function.
32984 2014-06-23  Kai Tietz  <ktietz@redhat.com>
32986         PR target/39284
32987         * passes.def (peephole2): Move peephole2 pass before sched2 pass.
32988         * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
32990 2014-06-23  Richard Biener  <rguenther@suse.de>
32992         * tree-ssa-loop.c (gate_loop): New function.
32993         (pass_tree_loop::gate): Call it.
32994         (pass_data_tree_no_loop, pass_tree_no_loop,
32995         make_pass_tree_no_loop): New.
32996         * tree-vectorizer.c: Include tree-scalar-evolution.c
32997         (pass_slp_vectorize::execute): Initialize loops and SCEV if
32998         required.
32999         (pass_slp_vectorize::clone): New method.
33000         * timevar.def (TV_TREE_NOLOOP): New.
33001         * tree-pass.h (make_pass_tree_no_loop): Declare.
33002         * passes.def (pass_tree_no_loop): New pass group with
33003         SLP vectorizer.
33005 2014-06-23  H.J. Lu  <hongjiu.lu@intel.com>
33007         PR target/61570
33008         * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
33009         to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
33011 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
33013         * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
33014         "yes" where needed.
33016 2014-06-23  Alan Modra  <amodra@gmail.com>
33018         PR bootstrap/61583
33019         * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
33020         to zero on debug statements.
33022 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
33024         PR target/60825
33025         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
33026         Ignore third operand if present by marking qualifier_internal.
33028         * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
33030         * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
33031         vector extension.
33032         (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
33033         arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
33034         (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
33035         vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
33036         vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
33037         vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
33038         vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
33039         vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
33040         vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
33041         vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
33042         vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
33043         vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
33044         vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
33045         vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
33046         vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
33047         vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
33048         logic in GCC vector extensions
33050         (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
33051         vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
33052         vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
33053         vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
33054         vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
33055         vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
33056         vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
33057         vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
33058         vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
33059         vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
33061         (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
33063         (vget_high_s64, vget_high_u64): Reimplement with GCC vector
33064         extensions.
33066         (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
33067         (vget_low_s64): Use __GET_LOW macro.
33068         (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
33069         gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
33070         (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
33071         (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
33072         __builtin_aarch64_lane_boundsi, use GCC vector extensions.
33074         (vcombine_s64): Use GCC vector extensions; remove cast.
33075         (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
33076         vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
33077         vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
33078         Fix type signature; remove cast.
33080 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
33082         PR target/60825
33083         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
33084         V1DFmode.
33085         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
33086         add V1DFmode
33087         (BUILTIN_VD1): New.
33088         (BUILTIN_VD_RE): Remove.
33089         (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
33090         (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
33091         * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
33092         variant but not df.
33093         (vreinterpretv1df*, vreinterpret*v1df): New.
33094         (vreinterpretdf*, vreinterpret*df): Remove.
33095         * config/aarch64/aarch64-simd.md (aarch64_create,
33096         aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
33097         * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
33098         (VD1): New.
33099         * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
33100         (vcreate_f64): Remove cast, use v1df builtin.
33101         (vcombine_f64): Remove cast, get elements with gcc vector extensions.
33102         (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
33103         vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
33104         vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
33105         vmov_n_f64, vst1_f64): Use gcc vector extensions.
33106         (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
33107         add range check using __builtin_aarch64_im_lane_boundsi.
33108         (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
33109         vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
33110         type signature, use gcc vector extensions.
33111         (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
33112         vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
33113         vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
33114         vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
33115         vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
33116         vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
33117         vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
33118         vreinterpret_u64_f64): Use v1df builtin not df.
33120 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
33122         * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
33123         vector registers.
33125 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
33127         * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
33128         priority directly.
33130 2014-06-23  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
33132         * loop-invariant.c (pre_check_invariant_p): New function.
33133         (find_invariant_insn): Call pre_check_invariant_p.
33135 2014-06-22  Richard Henderson  <rth@redhat.com>
33137         PR target/61565
33138         * compare-elim.c (struct comparison): Add eh_note.
33139         (find_comparison_dom_walker::before_dom_children): Don't eliminate
33140         a redundant comparison in a different EH region.  Purge EH edges if
33141         necessary.
33143 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
33145         * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
33146         (var_shift): Use it.
33147         (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
33148         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
33149         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
33150         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
33151         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
33152         *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
33153         *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
33154         *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
33155         *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
33156         *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
33157         *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
33158         *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
33159         *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
33160         *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
33161         *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
33162         *rotldi3_internal15be): Use the new attribute.  Merge register and
33163         integer alternatives.
33165 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
33167         * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
33168         define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
33169         split, *ashrdi3_internal3 and split): Delete, merge into...
33170         (ashr<mode>3): New expander.
33171         (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
33172         (*ashrsi3_64): Fix formatting.  Replace "i" by "n".
33174 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
33176         * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
33177         *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
33178         *rotldi3_internal3 and split): Delete, merge into...
33179         (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
33180         (*rotlsi3_64): Fix formatting.  Fix condition.  Replace "i" by "n".
33181         Use "rotlw" extended mnemonic.
33183 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
33185         * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
33186         and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
33187         and split, *ashldi3_internal3 and split): Delete, merge into...
33188         (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
33189         (*ashlsi3_64): Fix formatting.  Replace "i" by "n".
33191 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
33193         * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
33194         (lshrsi3, two anonymous define_insns and define_splits,
33195         lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
33196         *lshrdi3_internal3 and split): Delete, merge into...
33197         (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
33198         (*lshrsi3_64): Fix formatting.  Replace "i" by "n".
33200 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
33202         * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
33203         Remove "O" alternative.
33205 2014-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
33207         * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
33208         (mips_move_from_gpr_cost): Likewise.
33209         (mips_register_move_cost): Update accordingly.
33210         (mips_secondary_reload_class): Remove name of in_p.
33212 2014-06-22  Marc Glisse  <marc.glisse@inria.fr>
33214         PR target/61503
33215         * config/i386/i386.md (x86_64_shrd, x86_shrd,
33216         ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
33218 2014-06-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
33220         * config/nios2/nios2.c: Include "builtins.h".
33222 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
33224         * cgraph.h (tls_model_names): New variable.
33225         * print-tree.c (print_node): Simplify.
33226         * varpool.c (tls_model_names): New variable.
33227         (dump_varpool_node): Output tls model.
33229 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
33231         * ipa-visibility.c (function_and_variable_visibility): Disable
33232         temporarily local aliases for some targets.
33234 2014-06-20  Marek Polacek  <polacek@redhat.com>
33236         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
33237         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
33238         into SANITIZE_UNDEFINED.
33239         * doc/invoke.texi: Describe -fsanitize=bounds.
33240         * gimplify.c (gimplify_call_expr): Add gimplification of internal
33241         functions created in the FEs.
33242         * internal-fn.c: Move "internal-fn.h" after "tree.h".
33243         (expand_UBSAN_BOUNDS): New function.
33244         * internal-fn.def (UBSAN_BOUNDS): New internal function.
33245         * internal-fn.h: Don't define internal functions here.
33246         * opts.c (common_handle_option): Add -fsanitize=bounds.
33247         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
33248         BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
33249         * tree-core.h: Define internal functions here.
33250         (struct tree_base): Add ifn field.
33251         * tree-pretty-print.c: Include "internal-fn.h".
33252         (dump_generic_node): Handle functions without CALL_EXPR_FN.
33253         * tree.c (get_callee_fndecl): Likewise.
33254         (build_call_expr_internal_loc): New function.
33255         * tree.def (CALL_EXPR): Update description.
33256         * tree.h (CALL_EXPR_IFN): Define.
33257         (build_call_expr_internal_loc): Declare.
33258         * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
33259         types.
33260         (ubsan_type_descriptor): Change bool parameter to enum
33261         ubsan_print_style.  Adjust the code.  Add handling of
33262         UBSAN_PRINT_ARRAY.
33263         (ubsan_expand_bounds_ifn): New function.
33264         (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
33265         (ubsan_build_overflow_builtin): Likewise.
33266         (instrument_bool_enum_load): Likewise.
33267         (ubsan_instrument_float_cast): Likewise.
33268         * ubsan.h (enum ubsan_print_style): New enum.
33269         (ubsan_expand_bounds_ifn): Declare.
33270         (ubsan_type_descriptor): Adjust declaration.  Use a default parameter.
33272 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
33274         * config/rs6000/rs6000.md: Append `DONE' to preparation
33275         statements of `bswap' pattern splitters.
33277 2014-06-20  Tom de Vries  <tom@codesourcery.com>
33279         * target.def (call_fusage_contains_non_callee_clobbers): Update
33280         definition.
33281         * doc/tm.texi: Regenerate.
33283 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
33284             Max Ostapenko  <m.ostapenko@partner.samsung.com>
33286         PR sanitizer/61547
33287         * asan.c (instrument_strlen_call): Fixed instrumentation of
33288         trailing byte.
33290 2014-06-20  Martin Jambor  <mjambor@suse.cz>
33292         PR ipa/61540
33293         * ipa-prop.c (impossible_devirt_target): New function.
33294         (try_make_edge_direct_virtual_call): Use it, also instead of
33295         asserting.
33297 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
33298             Max Ostapenko  <m.ostapenko@partner.samsung.com>
33300         PR sanitizer/61530
33301         * asan.c (build_check_stmt): Add condition.
33303 2014-06-20  Martin Jambor  <mjambor@suse.cz>
33305         PR ipa/61211
33306         * cgraph.c (clone_of_p): Allow skipped_branch to deal with
33307         expanded clones.
33309 2014-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33311         * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
33312         Update comments.
33313         (VCONQ): Make comment more helpful.
33314         (VCON): Delete.
33315         * config/aarch64/aarch64-simd.md
33316         (aarch64_sqdmulh_lane<mode>):
33317         Use VCOND for operands 2.  Update lane checking and flipping logic.
33318         (aarch64_sqrdmulh_lane<mode>): Likewise.
33319         (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
33320         (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
33321         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
33322         attribute of operand 3 to VCOND.
33323         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
33324         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
33325         (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
33326         (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
33327         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
33328         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
33329         define_insn.
33330         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
33331         (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
33332         (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
33333         (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
33334         (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
33335         (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
33336         operand to VCOND.  Update lane flipping and bounds checking logic.
33337         (aarch64_sqdmlal2_lane<mode>): Likewise.
33338         (aarch64_sqdmlsl_lane<mode>): Likewise.
33339         (aarch64_sqdmull_lane<mode>): Likewise.
33340         (aarch64_sqdmull2_lane<mode>): Likewise.
33341         (aarch64_sqdmlal_laneq<mode>):
33342         Replace VCON usage with VCONQ.
33343         Emit aarch64_sqdmlal_laneq<mode>_internal insn.
33344         (aarch64_sqdmlal2_laneq<mode>): Emit
33345         aarch64_sqdmlal2_laneq<mode>_internal insn.
33346         Replace VCON with VCONQ.
33347         (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
33348         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
33349         (aarch64_sqdmull_laneq<mode>): Emit
33350         aarch64_sqdmull_laneq<mode>_internal insn.
33351         Replace VCON with VCONQ.
33352         (aarch64_sqdmull2_laneq<mode>): Emit
33353         aarch64_sqdmull2_laneq<mode>_internal insn.
33354         (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
33355         * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
33356         of 3rd argument to int16x4_t.
33357         (vqdmlalh_lane_s16): Likewise.
33358         (vqdmlslh_lane_s16): Likewise.
33359         (vqdmull_high_lane_s16): Likewise.
33360         (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
33361         (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
33362         (vqdmlsl_lane_s16): Likewise.
33363         (vqdmull_lane_s16): Don't create temporary int16x8_t value.
33364         (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
33365         (vqdmlals_lane_s32): Likewise.
33366         (vqdmlsls_lane_s32): Likewise.
33367         (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
33368         (vqdmulls_lane_s32): Likewise.
33369         (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
33370         (vqdmlsl_lane_s32): Likewise.
33371         (vqdmull_lane_s32): Don't create temporary int32x4_t value.
33372         (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
33373         (vqrdmulhh_lane_s16): Likewise.
33374         (vqdmlsl_high_lane_s16): Likewise.
33375         (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
33376         (vqdmlsl_high_lane_s32): Likewise.
33377         (vqrdmulhs_lane_s32): Likewise.
33379 2014-06-20  Tom de Vries  <tom@codesourcery.com>
33381         * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
33382         get_call_reg_set_usage.
33384 2014-06-20  Tom de Vries  <tom@codesourcery.com>
33386         * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
33387         it contains all call_used_regs.
33389 2014-06-20  Tom de Vries  <tom@codesourcery.com>
33391         * final.c (collect_fn_hard_reg_usage): Add and use variable
33392         function_used_regs.
33394 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
33396         * cgraph.h (struct symtab_node): Add field in_init_priority_hash
33397         (set_init_priority, get_init_priority, set_fini_priority,
33398         get_fini_priority): New methods.
33399         * tree.c (init_priority_for_decl): Remove.
33400         (init_ttree): Do not initialize init priority.
33401         (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
33402         (decl_priority_info): Remove.
33403         (decl_init_priority_insert): Rewrite.
33404         (decl_fini_priority_insert): Rewrite.
33405         * tree.h (tree_priority_map_eq, tree_priority_map_hash,
33406         tree_priority_map_marked_p): Remove.
33407         * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
33408         * lto-streamer-out.c (hash_tree): Do not hash priorities.
33409         * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
33410         not output priorities.
33411         (pack_ts_function_decl_value_fields): Likewise.
33412         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
33413         not input priorities.
33414         (unpack_ts_function_decl_value_fields): Likewise.
33415         * symtab.c (symbol_priority_map): Declare.
33416         (init_priority_hash): Declare.
33417         (symtab_unregister_node): Unregister from priority hash, too.
33418         (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
33419         New methods.
33420         (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
33421         (symbol_priority_info): New function.
33422         (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
33423         New methods.
33424         * tree-core.h (tree_priority_map): Remove.
33426 2014-06-20  Jakub Jelinek  <jakub@redhat.com>
33428         * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
33429         0xff to uint64_t before shifting it up.
33431 2014-06-20  Julian Brown  <julian@codesourcery.com>
33432             Chung-Lin Tang  <cltang@codesourcery.com>
33434         * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
33435         TARGET_THUMB1_ONLY. Add comments.
33437 2014-06-19  Tom de Vries  <tom@codesourcery.com>
33439         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
33440         return type to void.
33441         * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
33443 2014-06-19  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
33445         * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
33446         as "move", from depends_on.
33448 2014-06-19  Terry Guo  <terry.guo@arm.com>
33450         * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
33451         stage.
33453 2014-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
33455         * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
33456         Remove cr5.
33457         (REG_ALLOC_ORDER): Update comment.  Move cr5 earlier.
33459 2014-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
33461         PR target/61550
33462         * config/sh/sh.c (prepare_move_operands): Don't process TLS
33463         addresses here if reload in progress or completed.
33465 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
33467         * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
33468         "TARGET_MIPS16 ? M16_REGS : GR_REGS".
33469         * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
33470         (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
33471         (mips_register_priority): New function that implements the target
33472         hook TARGET_REGISTER_PRIORITY.
33473         (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
33474         (mips_lra_p): Likewise for TARGET_LRA_P.
33475         (TARGET_REGISTER_PRIORITY): Define macro.
33476         (TARGET_SPILL_CLASS): Likewise.
33477         (TARGET_LRA_P): Likewise.
33478         * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
33479         classes.
33480         (REG_CLASS_NAMES): Likewise.
33481         (REG_CLASS_CONTENTS): Likewise.
33482         (BASE_REG_CLASS): Use M16_SP_REGS.
33483         * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
33484         New set attribute to enable alternatives depending on the register
33485         allocator used.
33486         (*mul_acc_si_r3900, *mul_sub_si): Likewise.
33487         (*lea64): Disable pattern for MIPS16.
33488         * config/mips/mips.opt (mlra): New option.
33490 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
33492         * lra-constraints.c (base_to_reg): New function.
33493         (process_address): Use new function.
33495 2014-06-18  Tom de Vries  <tom@codesourcery.com>
33497         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
33498         * config/aarch64/aarch64.c
33499         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
33500         (aarch64_emit_call_insn): New function.
33501         (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
33502         of emit_call_insn.
33503         * config/aarch64/aarch64.md (define_expand "call_internal")
33504         (define_expand "call_value_internal", define_expand "sibcall_internal")
33505         (define_expand "sibcall_value_internal"): New.
33506         (define_expand "call", define_expand "call_value")
33507         (define_expand "sibcall", define_expand "sibcall_value"): Use internal
33508         expand variant and aarch64_emit_call_insn.
33510 2014-06-18  Radovan Obradovic  <robradovic@mips.com>
33511             Tom de Vries  <tom@codesourcery.com>
33513         * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
33514         * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
33515         Redefine to true.
33516         (arm_emit_call_insn): Add and use sibcall parameter.  Add IP and CC
33517         clobbers to CALL_INSN_FUNCTION_USAGE.
33518         (define_expand "sibcall_internal")
33519         (define_expand "sibcall_value_internal"): New.
33520         (define_expand "call", define_expand "call_value"): Add argument to
33521         arm_emit_call_insn.
33522         (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
33523         (define_expand "sibcall_value"): Use sibcall_value_internal and
33524         arm_emit_call_insn.
33526 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33528         * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
33530 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33532         * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
33533         __udivmoddi4.
33535 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33537         * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
33538         push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
33539         annotations. Fix DWARF information.
33541 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33543         * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
33544         __udivmoddi4, and fixups for negative operands.
33546 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33548         * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
33550 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33552         * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
33553         to __udivmoddi4.
33555 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33557         * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
33558         manipulation.
33560 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33562         * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
33563         describing register usage on function entry and exit.
33565 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33567         * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
33568         (__aeabi_ldivmod): Fix whitespace.
33570 2014-06-18  Andreas Schwab  <schwab@suse.de>
33572         * doc/md.texi (Standard Names): Use @itemx for grouped items.
33573         Remove blank line after @item.
33575 2014-06-18  Richard Henderson  <rth@redhat.com>
33577         PR target/61545
33578         * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
33580 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
33582         * config/arm/arm.c (neon_vector_mem_operand): Allow register
33583         POST_MODIFY for neon loads and stores.
33584         (arm_print_operand): Output post-index register for neon loads and
33585         stores.
33587 2014-06-18  Richard Biener  <rguenther@suse.de>
33589         * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
33591 2014-06-18  Richard Biener  <rguenther@suse.de>
33593         * tree-pass.h (make_pass_dce_loop): Remove.
33594         * passes.def: Replace pass_dce_loop with pass_dce.
33595         * tree-ssa-dce.c (perform_tree_ssa_dce): If something
33596         changed free niter estimates and reset the scev cache.
33597         (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
33598         make_pass_dce_loop): Remove.
33599         * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
33600         (fini_copy_prop): Return whether something changed.  Always
33601         let substitute_and_fold perform DCE and free niter estimates
33602         and reset the scev cache if so.
33603         (execute_copy_prop): If sth changed schedule cleanup-cfg.
33604         (pass_data_copy_prop): Do not unconditionally schedule
33605         cleanup-cfg or update-ssa.
33607 2014-06-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
33609         PR tree-optimization/61518
33610         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
33611         reduction var is used in reduction stmt or phi-function only.
33613 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33615         * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
33617 2014-06-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
33619         PR tree-optimization/61517
33620         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
33621         whose rhs's first tree is the source expression instead of the
33622         expression itself.
33623         (find_bswap_or_nop): Likewise.
33624         (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
33625         gimple stmt whose rhs's first tree is the source. In the memory source
33626         case, move the stmt to be replaced close to one of the original load to
33627         avoid the problem of a store between the load and the stmt's original
33628         location.
33629         (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
33630         signature.
33632 2014-06-18  Andreas Schwab  <schwab@suse.de>
33634         PR rtl-optimization/54555
33635         * postreload.c (move2add_use_add2_insn): Substitute
33636         STRICT_LOW_PART only if it is cheaper.
33638 2014-06-18  Uros Bizjak  <ubizjak@gmail.com>
33640         * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
33641         Do not use unspec as call operand.  Use memory_operand instead of
33642         memory_nox32_operand and add "m" operand constraint.  Disable
33643         pattern for TARGET_X32.
33644         (*sibcall_pop_memory): Ditto.
33645         (*sibcall_value_memory): Ditto.
33646         (*sibcall_value_pop_memory): Ditto.
33647         (sibcall peepholes): Merge SImode and DImode patterns using
33648         W mode iterator.  Use memory_operand instead of memory_nox32_operand.
33649         Disable pattern for TARGET_X32.  Check if eliminated register is
33650         really dead after call insn.  Generate call RTX without unspec operand.
33651         (sibcall_value peepholes): Ditto.
33652         (sibcall_pop peepholes): Fix call insn RTXes.  Use memory_operand
33653         instead of memory_nox32_operand.  Check if eliminated register is
33654         really dead after call insn. Generate call RTX without unspec operand.
33655         (sibcall_value_pop peepholes): Ditto.
33656         * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
33658 2014-06-18  Terry Guo  <terry.guo@arm.com>
33660         PR target/61544
33661         * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
33662         reach the head.
33664 2014-06-18  Olivier Hainque  <hainque@adacore.com>
33666         * tree-core.h (tree_block): Add an "end_locus" field, allowing
33667         memorization of the end of block source location.
33668         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
33669         * gimplify.c (gimplify_bind_expr): Propagate the block start and
33670         end source location info we have on the block entry/exit code we
33671         generate.
33673 2014-06-18  Richard Biener  <rguenther@suse.de>
33675         * common.opt (fssa-phiopt): New option.
33676         * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
33677         but not with -Og.
33678         * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
33679         * doc/invoke.texi (-fssa-phiopt): Document.
33681 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33683         * genattrtab.c (n_bypassed): New variable.
33684         (process_bypasses): Initialise n_bypassed.
33685         Count number of bypassed reservations.
33686         (make_automaton_attrs): Allocate space for bypassed reservations
33687         rather than number of bypasses.
33689 2014-06-18  Richard Biener  <rguenther@suse.de>
33691         * tree-ssa-propagate.c (replace_phi_args_in): Return whether
33692         we propagated anything.
33693         (substitute_and_fold_dom_walker::before_dom_children): Something
33694         changed if we propagated into PHI arguments.
33695         * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
33696         we removed a stmt.
33698 2014-06-18  Evgeny Stupachenko  <evstupac@gmail.com>
33700         * config/i386/i386.c (ix86_reassociation_width): Add alternative for
33701         vector case.
33702         * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
33703         * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
33704         * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
33705         Introduces alternative way of loads group permutaions.
33706         (vect_transform_grouped_load): Try alternative way of permutations.
33708 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
33710         * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
33711         changed in ORT_TARGET region, don't jump to do_outer.
33712         (struct gimplify_adjust_omp_clauses_data): New type.
33713         (gimplify_adjust_omp_clauses_1): Adjust for data being
33714         a struct gimplify_adjust_omp_clauses_data pointer instead
33715         of tree *.  Pass pre_p as a new argument to
33716         lang_hooks.decls.omp_finish_clause hook.
33717         (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
33718         splay_tree_foreach to pass both list_p and pre_p.
33719         (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
33720         gimplify_omp_workshare, gimplify_omp_target_update): Adjust
33721         gimplify_adjust_omp_clauses callers.
33722         * langhooks.c (lhd_omp_finish_clause): New function.
33723         * langhooks-def.h (lhd_omp_finish_clause): New prototype.
33724         (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
33725         * langhooks.h (struct lang_hooks_for_decls): Add a new
33726         gimple_seq * argument to omp_finish_clause hook.
33727         * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
33728         non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
33729         (scan_omp_parallel, lower_omp_for): When adding
33730         _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
33731         * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
33732         * tree-nested.c (convert_nonlocal_omp_clauses,
33733         convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
33734         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
33736 2014-06-17  Andrew MacLeod  <amacleod@redhat.com>
33738         * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
33739         * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
33741 2014-06-17  Xinliang David Li  <davidxl@google.com>
33743         * tree-pretty-print.c (dump_function_header): Print cgraph uid.
33744         * passes.c (pass_init_dump_file): Do not set initialize
33745         flag to false unconditionally.
33747 2014-06-17  Richard Biener  <rguenther@suse.de>
33749         * genopinit.c (main): Use vec<>::qsort method.
33750         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
33751         Likewise.
33752         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
33754 2014-06-17  Matthew Fortune  <matthew.fortune@imgtec.com>
33756         * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
33757         * config/mips/mips.c (mips_expand_fcc_reload): Remove.
33758         (mips_move_to_gpr_cost): Remove ST_REGS case.
33759         (mips_move_from_gpr_cost): Likewise.
33760         (mips_register_move_cost): Likewise.
33761         (mips_secondary_reload_class): Likewise.
33763 2014-06-17  Richard Biener  <rguenther@suse.de>
33765         * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
33766         (pass_all_optimizations): Move 3rd copy-prop pass from after
33767         fre to before ifcombine/phiopt.
33769 2014-06-17  Richard Biener  <rguenther@suse.de>
33771         * tree-switch-conversion.c (collect_switch_conv_info): Simplify
33772         and allow all blocks to be forwarders.
33774 2014-06-17  Yufeng Zhang  <yufeng.zhang@arm.com>
33776         PR target/61483
33777         * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
33778         variable 'size'; calculate 'size' right in the front; use
33779         'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
33780         pcum->aapcs_stack_words.
33782 2014-06-17  Nick Clifton  <nickc@redhat.com>
33784         * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
33785         (umulhi3, mulsidi3, umulsidi3): Likewise.
33787 2014-06-17  Thomas Schwinge  <thomas@codesourcery.com>
33789         PR middle-end/61508
33790         * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
33791         check for section name.
33793 2014-06-17  Richard Biener  <rguenther@suse.de>
33795         * tree-ssa-propagate.c: Include domwalk.h.
33796         (substitute_and_fold): Outline main worker into a domwalker ...
33797         (substitute_and_fold_dom_walker::before_dom_children): ... here.
33798         Schedule stmts we can fully propagate for removal.  Remove
33799         poor-mans DCE.
33800         (substitute_and_fold): Apply a dominator walk to perform
33801         substitution.  Process stmts scheduled for removal here.
33803 2014-06-17  Richard Biener  <rguenther@suse.de>
33805         * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
33806         of PHI node moving.
33808 2014-06-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
33810         * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
33811         default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
33812         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
33813         __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
33814         * config/arm/vfp.md (set_fpscr): Make pattern conditional on
33815         TARGET_HARD_FLOAT.
33816         (get_fpscr) : Likewise.
33818 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
33820         PR rtl-optimization/61325
33821         * lra-constraints.c (valid_address_p): Add forward declaration.
33822         (simplify_operand_subreg): Check address validity before and after
33823         alter_reg of memory subreg.
33825 2014-06-16  Uros Bizjak  <ubizjak@gmail.com>
33827         * config/i386/i386.c (decide_alg): Correctly handle
33828         maximum size of stringop algorithm.
33830 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
33832         * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
33834 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
33836         PR rtl-optimization/61522
33837         * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
33839 2014-06-16  Jan Hubicka  <hubicka@ucw.cz>
33841         Revert:
33842         * symtab.c (symtab_node::reset_section): New method.
33843         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
33844         for localization.
33845         * cgraph.h (reset_section): Declare.
33846         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
33847         do not consider comdat locals.
33848         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
33849         for new symbol.
33850         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
33851         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
33852         reset sections of symbols dragged out of the comdats.
33853         (function_and_variable_visibility): Reset sections of
33854         localized symbols.
33856 2014-06-16  Richard Biener  <rguenther@suse.de>
33858         PR tree-optimization/61482
33859         * tree-vrp.c (adjust_range_with_scev): Avoid setting of
33860         [-INF(OVF), +INF(OVF)] range.
33862 2014-06-16  Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
33864         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
33865         instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
33866         handling 32-bit multiplication.
33868 2014-06-16  Chung-Lin Tang  <cltang@codesourcery.com>
33870         PR middle-end/61430
33871         * lra-lives.c (process_bb_lives): Skip creating copy during
33872         insn scan when src/dest has constrained to same regno.
33874 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
33876         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
33877         DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
33879 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
33881         * asan.c (check_func): New function.
33882         (maybe_create_ssa_name): Likewise.
33883         (build_check_stmt_with_calls): Likewise.
33884         (use_calls_p): Likewise.
33885         (report_error_func): Change interface.
33886         (build_check_stmt): Allow non-integer lengths; add support
33887         for new parameter.
33888         (asan_instrument): Likewise.
33889         (instrument_mem_region_access): Moved code to build_check_stmt.
33890         (instrument_derefs): Likewise.
33891         (instrument_strlen_call): Likewise.
33892         * cfgcleanup.c (old_insns_match_p): Add support for new functions.
33893         * doc/invoke.texi: Describe new parameter.
33894         * params.def: Define new parameter.
33895         * params.h: Likewise.
33896         * sanitizer.def: Describe new builtins.
33898 2014-06-16  Richard Biener  <rguenther@suse.de>
33900         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
33901         Make all defs available at the end.
33902         (eliminate): If we remove a PHI node schedule cfg-cleanup.
33904 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
33906         PR plugins/45078
33907         * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
33909 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
33911         PR bootstrap/61516
33912         * auto-inc-dec.c (merge_in_block): Fix location of insn_info
33913         initialization.  Replace remaining use of uid.
33915 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
33917         * c-family/c-common.c (handle_tls_model_attribute): Use
33918         set_decl_tls_model.
33919         * c-family/c-common.c (handle_tls_model_attribute): Use
33920         set_decl_tls_model.
33921         * cgraph.h (struct varpool_node): Add tls_model.
33922         * tree.c (decl_tls_model, set_decl_tls_model): New functions.
33923         * tree.h (DECL_TLS_MODEL): Update.
33924         (DECL_THREAD_LOCAL_P): Check that variable is static.
33925         (decl_tls_model): Declare.
33926         (set_decl_tls_model): Declare.
33927         * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
33928         set symbol prorperties.
33929         (get_emutls_init_templ_addr): Cleanup.
33930         (new_emutls_decl): Update.
33931         * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
33932         (lto_input_varpool_node): Likewise.
33933         * lto-streamer-out.c (hash_tree): Likewise.
33934         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
33935         not stream DECL_TLS_MODEL.
33936         * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
33937         * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
33939 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
33941         * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
33943 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
33945         * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
33946         (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
33947         lists.
33948         (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
33949         (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
33950         (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
33951         (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
33952         (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
33953         (df_get_artificial_defs, df_get_artificial_uses)
33954         (df_single_def, df_single_use): Update accordingly.
33955         (df_refs_chain_dump): Take the first element in a linked list as
33956         parameter, rather than a pointer to an array of pointers.
33957         * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
33958         * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
33959         (df_chain_create_bb_process_use): Likewise.
33960         (df_md_bb_local_compute_process_def): Likewise.
33961         * fwprop.c (process_defs, process_uses): Likewise.
33962         (register_active_defs, update_uses): Likewise.
33963         (forward_propagate_asm): Update for new df_ref linking.
33964         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
33965         (df_null_ref_rec, df_null_mw_rec): Likewise.
33966         (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
33967         explicitly.
33968         (df_scan_free_bb_info): Remove check for null artificial_defs.
33969         (df_install_ref_incremental): Adjust for new df_ref linking.
33970         Use a single-element insertion rather than a full sort.
33971         (df_ref_chain_delete_du_chain): Take the first element
33972         in a linked list as parameter, rather than a pointer to an array of
33973         pointers.
33974         (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
33975         (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
33976         (df_insn_info_delete): Remove check for null defs and call to
33977         df_scan_free_mws_vec.
33978         (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
33979         null rather than df_null_*_rec.
33980         (df_insn_rescan_debug_internal): Likewise, and update null
33981         checks in the same way.  Remove check for null defs.
33982         (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
33983         Move a single element rather doing a full sort.
33984         (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
33985         linking.
33986         (df_notes_rescan): Likewise.  Use a merge rather than a full sort.
33987         Initialize df_ref and df_mw_hardreg lists to null rather than
33988         df_null_*_rec.
33989         (df_ref_compare): Take df_refs as parameter, transferring the
33990         old interface to...
33991         (df_ref_ptr_compare): ...this new function.
33992         (df_sort_and_compress_refs): Update accordingly.
33993         (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
33994         old interface to...
33995         (df_mw_ptr_compare): ...this new function.
33996         (df_sort_and_compress_mws): Update accordingly.
33997         (df_install_refs, df_install_mws): Return a linked list rather than
33998         an array of pointers.
33999         (df_refs_add_to_chains): Assert that old lists are empty rather
34000         than freeing them.
34001         (df_insn_refs_verify): Don't handle null defs speciailly.
34002         * web.c (union_match_dups): Update for new df_ref linking.
34004 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
34006         * df.h (df_ref_create, df_ref_remove): Delete.
34007         * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
34008         (df_ref_remove): Likewise.
34010 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
34012         * df.h (df_single_def, df_single_use): New functions.
34013         * ira.c (find_moveable_pseudos): Use them.
34015 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
34017         * df.h (FOR_EACH_INSN_INFO_MW): New macro.
34018         * df-problems.c (df_note_bb_compute): Use it.
34019         * regstat.c (regstat_bb_compute_ri): Likewise.
34021 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
34023         * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
34024         * cse.c (cse_extended_basic_block): Use them.
34025         * dce.c (mark_artificial_use): Likewise.
34026         * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
34027         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
34028         (df_chain_remove_problem, df_chain_bb_dump): Likewise.
34029         (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
34030         (df_simulate_initialize_backwards): Likewise.
34031         (df_simulate_finalize_backwards): Likewise.
34032         (df_simulate_initialize_forwards): Likewise.
34033         (df_md_simulate_artificial_defs_at_top): Likewise.
34034         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
34035         * regrename.c (init_rename_info): Likewise.
34036         * regstat.c (regstat_bb_compute_ri): Likewise.
34037         (regstat_bb_compute_calls_crossed): Likewise.
34039 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
34041         * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
34042         (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
34043         (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
34044         * auto-inc-dec.c (find_inc, merge_in_block): Use them.
34045         * combine.c (create_log_links): Likewise.
34046         * compare-elim.c (find_flags_uses_in_insn): Likewise.
34047         (try_eliminate_compare): Likewise.
34048         * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
34049         * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
34050         (remove_reg_equal_equiv_notes_for_defs): Likewise.
34051         (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
34052         (word_dce_process_block, dce_process_block): Likewise.
34053         * ddg.c (def_has_ccmode_p): Likewise.
34054         * df-core.c (df_bb_regno_first_def_find): Likewise.
34055         (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
34056         * df-problems.c (df_rd_simulate_one_insn): Likewise.
34057         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
34058         (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
34059         (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
34060         (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
34061         (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
34062         (df_simulate_find_defs, df_simulate_find_uses): Likewise.
34063         (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
34064         (df_simulate_uses, df_md_simulate_one_insn): Likewise.
34065         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
34066         * fwprop.c (local_ref_killed_between_p): Likewise.
34067         (all_uses_available_at, free_load_extend): Likewise.
34068         * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
34069         * hw-doloop.c (scan_loop): Likewise.
34070         * ifcvt.c (dead_or_predicable): Likewise.
34071         * init-regs.c (initialize_uninitialized_regs): Likewise.
34072         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
34073         (process_bb_node_lives): Likewise.
34074         * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
34075         (find_moveable_pseudos): Likewise.
34076         * loop-invariant.c (check_dependencies, record_uses): Likewise.
34077         * recog.c (peep2_find_free_register): Likewise.
34078         * ree.c (get_defs): Likewise.
34079         * regstat.c (regstat_bb_compute_ri): Likewise.
34080         (regstat_bb_compute_calls_crossed): Likewise.
34081         * sched-deps.c (find_inc, find_mem): Likewise.
34082         * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
34083         (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
34084         * shrink-wrap.c (requires_stack_frame_p): Likewise.
34085         (prepare_shrink_wrap): Likewise.
34086         * store-motion.c (compute_store_table, build_store_vectors): Likewise.
34087         * web.c (union_defs, pass_web::execute): Likewise.
34088         * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
34089         (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
34091 2014-06-13  Vladimir Makarov  <vmakarov@redhat.com>
34093         * lra-assign.c (assign_by_spills): Add code to assign vector regs
34094         to inheritance pseudos.
34095         * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
34097 2014-06-13  Peter Bergner  <bergner@vnet.ibm.com>
34099         PR target/61415
34100         * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
34101         (BU_MISC_2): Rename to ...
34102         (BU_LDBL128_2): ... this.
34103         * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
34104         (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
34105         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
34106         RS6000_BTM_LDBL128.
34107         (rs6000_invalid_builtin): Add long double 128-bit builtin support.
34108         (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
34109         * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
34110         (unpacktf_1): Likewise.
34111         * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
34112         (__builtin_longdouble_dw1): Likewise.
34113         * doc/sourcebuild.texi (longdouble128): Document.
34115 2014-06-13  Jeff Law  <law@redhat.com>
34117         PR rtl-optimization/61094
34118         PR rtl-optimization/61446
34119         * ree.c (combine_reaching_defs): Get the mode for the copy from
34120         the extension insn rather than the defining insn.
34122 2014-06-13  Dehao Chen  <dehao@google.com>
34124         * dwarf2out.c (add_linkage_name): Emit more linkage name.
34126 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
34128         * doc/install.texi (--enable-linker-plugin-configure-flags)
34129         (--enable-linker-plugin-flags): Document new flags.
34131 2014-06-13  Martin Jambor  <mjambor@suse.cz>
34133         PR ipa/61186
34134         * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
34135         cache_token if returning early.
34137 2014-06-13  Nick Clifton  <nickc@redhat.com>
34139         * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
34140         requested alignment is active.
34141         (LABEL_ALIGN): Likewise.
34142         (LOOP_ALIGN): Likewise.
34144 2014-06-13  Richard Biener  <rguenther@suse.de>
34146         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
34147         Rewrite to propagate the VN result into all uses where
34148         possible and to remove stmts becoming dead because of that.
34149         (eliminate): Generalize stmt removal handling, remove in
34150         reverse dominator order to support proper debug stmt
34151         generation.  Update stmts before removing stmts.
34152         * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
34154 2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34156         PR tree-optimization/61375
34157         * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
34158         symbolic number cannot be represented in an uint64_t.
34159         (find_bswap_or_nop_1): Likewise.
34161 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
34163         * symtab.c (symtab_node::reset_section): New method.
34164         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
34165         for localization.
34166         * cgraph.h (reset_section): Declare.
34167         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
34168         do not consider comdat locals.
34169         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
34170         for new symbol.
34171         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
34172         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
34173         reset sections of symbols dragged out of the comdats.
34174         (function_and_variable_visibility): Reset sections of
34175         localized symbols.
34177 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
34179         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
34180         to use symtab and decl_binds_to_current_def_p
34181         * tree-vectorizer.c (increase_alignment): Increase alignment
34182         of alias target, too.
34184 2014-06-12  Jakub Jelinek  <jakub@redhat.com>
34186         PR middle-end/61486
34187         * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
34188         (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
34189         if outer combined construct is distribute.
34190         (gimplify_omp_for): For OMP_DISTRIBUTE set
34191         gimplify_omp_ctxp->distribute.
34192         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
34193         GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
34194         mapping into decl map.
34196 2014-06-12  Jason Merrill  <jason@redhat.com>
34198         * common.opt (fabi-version): Change default to 0.
34200 2014-06-12  Jason Merrill  <jason@redhat.com>
34202         * toplev.c (process_options): Reject -fabi-version=1.
34204 2014-06-12  Jeff Law  <law@redhat.com>
34206         PR tree-optimization/61009
34207         * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
34208         value when we stop processing a block due to problematic PHIs.
34210 2014-06-12  Alan Lawrence  <alan.lawrence@arm.com>
34212         * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
34213         vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
34214         vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
34215         vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
34216         vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
34217         vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
34218         vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
34219         are not in the spec.
34221 2014-06-10  Alan Lawrence  <alan.lawrence@arm.com>
34223         PR target/59843
34224         * config/aarch64/aarch64-modes.def: Add V1DFmode.
34225         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
34226         Support V1DFmode.
34228 2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
34230         * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
34232 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
34234         PR target/61443
34235         * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
34236         loading from address spaces.
34238 2014-06-12  Martin Liska  <mliska@suse.cz>
34240         PR ipa/61462
34241         * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
34242         statement is reachable.
34244 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
34246         * symtab.c (section_hash): New hash.
34247         (symtab_unregister_node): Clear section before freeing.
34248         (hash_section_hash_entry): New haser.
34249         (eq_sections): New function.
34250         (symtab_node::set_section_for_node): New method.
34251         (set_section_1): Update.
34252         (symtab_node::set_section): Take string instead of tree as parameter.
34253         (symtab_resolve_alias): Update.
34254         * cgraph.h (section_hash_entry_d): New structure.
34255         (section_hash_entry): New typedef.
34256         (cgraph_node): Change comdat_group_ to x_comdat_group,
34257         change section_ to x_section and turn into section_hash_entry;
34258         update accestors; put set_section_for_node offline.
34259         * tree.c (decl_section_name): Turn into string.
34260         (set_decl_section_name): Change parameter to be string.
34261         * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
34262         * sdbout.c (sdbout_one_type): Update.
34263         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
34264         * varasm.c (IN_NAMED_SECTION, get_named_section,
34265         resolve_unique_section, hot_function_section, get_named_text_section,
34266         USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
34267         make_decl_rtl, default_unique_section): Update.
34268         * config/c6x/c6x.c (c6x_in_small_data_p): Update.
34269         (c6x_elf_unique_section): Update.
34270         * config/nios2/nios2.c (nios2_in_small_data_p): Update.
34271         * config/pa/pa.c (pa_function_section): Update.
34272         * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
34273         * config/ia64/ia64.c (ia64_in_small_data_p): Update.
34274         * config/arc/arc.c (arc_in_small_data_p): Update.
34275         * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
34276         * config/mcore/mcore.c (mcore_unique_section): Update.
34277         * config/mips/mips.c (mips16_build_function_stub): Update.
34278         (mips16_build_call_stub): Update.
34279         (mips_function_rodata_section): Update.
34280         (mips_in_small_data_p): Update.
34281         * config/score/score.c (score_in_small_data_p): Update.
34282         * config/rx/rx.c (rx_in_small_data): Update.
34283         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
34284         (rs6000_xcoff_asm_named_section): Update.
34285         (rs6000_xcoff_unique_section): Update.
34286         * config/frv/frv.c (frv_string_begins_with): Update.
34287         (frv_in_small_data_p): Update.
34288         * config/v850/v850.c (v850_encode_data_area): Update.
34289         * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
34290         (bfin_handle_l1_data_attribute): Update.
34291         (bfin_handle_l2_attribute): Update.
34292         * config/mep/mep.c (mep_unique_section): Update.
34293         * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
34294         Update.
34295         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
34296         (h8300_handle_tiny_data_attribute): Update.
34297         * config/m32r/m32r.c (m32r_in_small_data_p): Update.
34298         (m32r_in_small_data_p): Update.
34299         * config/alpha/alpha.c (alpha_in_small_data_p): Update.
34300         * config/i386/i386.c (ix86_in_large_data_p): Update.
34301         * config/i386/winnt.c (i386_pe_unique_section): Update.
34302         * config/darwin.c (darwin_function_section): Update.
34303         * config/lm32/lm32.c (lm32_in_small_data_p): Update.
34304         * tree-emutls.c (get_emutls_init_templ_addr): Update.
34305         (new_emutls_decl): Update.
34306         * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
34307         input_varpool_node): Update.
34308         (ead_string_cst): Turn to ...
34309         (read_string): ... this one.
34310         * dwarf2out.c (secname_for_decl): Update.
34311         * asan.c (asan_protect_global): Update.
34313 2014-06-11  DJ Delorie  <dj@redhat.com>
34315         * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
34316         cache lines.
34317         * config/rx/rx.c (rx_option_override): Likewise.
34318         (rx_align_for_label): Likewise.
34320         * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
34322 2014-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
34324         * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
34325         prototype.
34327 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34329         * common.md: New file.
34330         * doc/md.texi: Update description of generic, machine-independent
34331         constraints.
34332         * config/s390/constraints.md (e): Delete.
34333         * Makefile.in (md_file): Include common.md.
34334         * config/m32c/t-m32c (md_file): Likewise.
34335         * genpreds.c (general_mem): New array.
34336         (generic_constraint_letters): Remove constraints now defined by
34337         common.md.
34338         (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
34339         Allow the first character to be '<' or '>' as well.
34340         * genoutput.c (general_mem): New array.
34341         (indep_constraints): Remove constraints now defined by common.md.
34342         (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
34343         Remove special handling of 'm'.
34344         * ira-costs.c (record_reg_classes): Remove special handling of
34345         constraints now defined by common.md.
34346         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
34347         * ira-lives.c (single_reg_class): Likewise.
34348         (ira_implicitly_set_insn_hard_regs): Likewise.
34349         * lra-constraints.c (reg_class_from_constraints): Likewise.
34350         (process_alt_operands, process_address, curr_insn_transform): Likewise.
34351         * postreload.c (reload_cse_simplify_operands): Likewise.
34352         * reload.c (push_secondary_reload, scratch_reload_class)
34353         (find_reloads, alternative_allows_const_pool_ref): Likewise.
34354         * reload1.c (maybe_fix_stack_asms): Likewise.
34355         * targhooks.c (default_secondary_reload): Likewise.
34356         * stmt.c (parse_output_constraint): Likewise.
34357         * recog.c (preprocess_constraints): Likewise.
34358         (constrain_operands, peep2_find_free_register): Likewise.
34359         (asm_operand_ok): Likewise, but add a comment saying why 'o'
34360         must be handled specially.
34362 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34364         * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
34365         * genpreds.c (have_const_dbl_constraints): Delete.
34366         (add_constraint): Don't set it.
34367         (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
34368         * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
34369         constraints using the lookup_constraint logic.
34370         * ira-lives.c (single_reg_class): Likewise.
34371         * ira.c (ira_setup_alts): Likewise.
34372         * lra-constraints.c (process_alt_operands): Likewise.
34373         * recog.c (asm_operand_ok, constrain_operands): Likewise.
34374         * reload.c (find_reloads): Likewise.
34376 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34378         * genpreds.c (const_int_start, const_int_end): New variables.
34379         (choose_enum_order): Output CONST_INT constraints before memory
34380         constraints.
34381         (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
34382         Add CT_CONST_INT.
34383         * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
34384         * ira.c (ira_setup_alts): Likewise.
34385         * lra-constraints.c (process_alt_operands): Likewise.
34386         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
34387         * reload.c (find_reloads): Likewise.
34389 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34391         * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
34392         decmem_ok and incmem_ok.  Reformat other bitfields for consistency.
34393         * recog.c (preprocess_constraints): Update accordingly.
34395 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34397         * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
34398         (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
34399         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
34400         * genpreds.c (print_type_tree): New function.
34401         (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
34402         REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
34403         EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
34404         Write out enum constraint_type and get_constraint_type.
34405         * lra-constraints.c (satisfies_memory_constraint_p): Take a
34406         constraint_num rather than a constraint string.
34407         (satisfies_address_constraint_p): Likewise.
34408         (reg_class_from_constraints): Avoid old constraint macros.
34409         (process_alt_operands, process_address_1): Likewise.
34410         (curr_insn_transform): Likewise.
34411         * ira-costs.c (record_reg_classes): Likewise.
34412         (record_operand_costs): Likewise.
34413         * ira-lives.c (single_reg_class): Likewise.
34414         (ira_implicitly_set_insn_hard_regs): Likewise.
34415         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
34416         * postreload.c (reload_cse_simplify_operands): Likewise.
34417         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
34418         (constrain_operands, peep2_find_free_register): Likewise.
34419         * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
34420         (find_reloads, alternative_allows_const_pool_ref): Likewise.
34421         * reload1.c (maybe_fix_stack_asms): Likewise.
34422         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
34423         * targhooks.c (default_secondary_reload): Likewise.
34424         * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
34425         to EXTRA_CONSTRAINT_STR.
34426         * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
34428 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34430         * genpreds.c (write_constraint_satisfied_p_1): Replace with...
34431         (write_constraint_satisfied_p_array): ...this new function.
34432         (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
34433         an array.
34434         (write_insn_preds_c): Update accordingly.
34436 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34438         * genpreds.c (write_lookup_constraint): Rename to...
34439         (write_lookup_constraint_1): ...this.
34440         (write_lookup_constraint_array): New function.
34441         (write_tm_preds_h): Define lookup_constraint as an inline function
34442         that uses write_lookup_constraint_array where possible.
34443         (write_insn_preds_c): Update for the changes above.
34445 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
34447         * doc/md.texi (regclass_for_constraint): Rename to...
34448         (reg_class_for_constraint): ...this.
34449         * genpreds.c (num_constraints, enum_order, register_start)
34450         (register_end, satisfied_start, memory_start, memory_end)
34451         (address_start, address_end): New variables.
34452         (add_constraint): Count the number of constraints.
34453         (choose_enum_order): New function.
34454         (write_enum_constraint_num): Iterate over enum_order.
34455         (write_regclass_for_constraint): Rename to...
34456         (write_reg_class_for_constraint_1): ...this and update output
34457         accordingly.
34458         (write_constraint_satisfied_p): Rename to...
34459         (write_constraint_satisfied_p_1): ...this and update output
34460         accordingly.  Do nothing if all extra constraints are register
34461         constraints.
34462         (write_insn_extra_memory_constraint): Delete.
34463         (write_insn_extra_address_constraint): Delete.
34464         (write_range_function): New function.
34465         (write_tm_preds_h): Define constraint_satisfied_p and
34466         reg_class_for_constraint as inline functions that do a range check
34467         before calling the out-of-line function.  Use write_range_function
34468         to implement insn_extra_{register,memory,address}_constraint,
34469         the first of which is new.
34470         (write_insn_preds_c): Update after above changes to write_* functions.
34471         (main): Call choose_enum_order.
34473 2014-06-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34475         PR tree-optimization/61306
34476         * tree-ssa-math-opts.c (struct symbolic_number): Store type of
34477         expression instead of its size.
34478         (do_shift_rotate): Adapt to change in struct symbolic_number. Return
34479         false to prevent optimization when the result is unpredictable due to
34480         arithmetic right shift of signed type with highest byte is set.
34481         (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
34482         (init_symbolic_number): Likewise.
34483         (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
34484         when the result is unpredictable due to sign extension.
34486 2014-06-11  Terry Guo  <terry.guo@arm.com>
34488         * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
34489         (*thumb1_addsi3): Ditto.
34490         (*thumb_subdi3): Ditto.
34491         (thumb1_subsi3_insn): Ditto.
34492         (*thumb_mulsi3): Ditto.
34493         (*thumb_mulsi3_v6): Ditto.
34494         (*thumb1_andsi3_insn): Ditto.
34495         (thumb1_bicsi3): Ditto.
34496         (*thumb1_iorsi3_insn): Ditto.
34497         (*thumb1_xorsi3_insn): Ditto.
34498         (*thumb1_ashlsi3): Ditto.
34499         (*thumb1_ashrsi3): Ditto.
34500         (*thumb1_lshrsi3): Ditto.
34501         (*thumb1_rotrsi3): Ditto.
34502         (*thumb1_negdi2): Ditto.
34503         (*thumb1_negsi2): Ditto.
34504         (*thumb1_abssi2): Ditto.
34505         (*thumb1_neg_abssi2): Ditto.
34506         (*thumb1_one_cmplsi2): Ditto.
34507         (*thumb1_zero_extendhisi2): Ditto.
34508         (*thumb1_zero_extendqisi2): Ditto.
34509         (*thumb1_zero_extendqisi2_v6): Ditto.
34510         (thumb1_extendhisi2): Ditto.
34511         (thumb1_extendqisi2): Ditto.
34512         (*thumb1_movdi_insn): Ditto.
34513         (*thumb1_movsi_insn): Ditto.
34514         (*thumb1_movhi_insn): Ditto.
34515         (thumb_movhi_clobber): Ditto.
34516         (*thumb1_movqi_insn): Ditto.
34517         (*thumb1_movhf): Ditto.
34518         (*thumb1_movsf_insn): Ditto.
34519         (*thumb_movdf_insn): Ditto.
34520         (movmem12b): Ditto.
34521         (movmem8b): Ditto.
34522         (cbranchqi4): Ditto.
34523         (cbranchsi4_insn): Ditto.
34524         (cbranchsi4_scratch): Ditto.
34525         (*negated_cbranchsi4): Ditto.
34526         (*tbit_cbranch): Ditto.
34527         (*tlobits_cbranch): Ditto.
34528         (*tstsi3_cbranch): Ditto.
34529         (*cbranchne_decr1): Ditto.
34530         (*addsi3_cbranch): Ditto.
34531         (*addsi3_cbranch_scratch): Ditto.
34532         (*thumb_cmpdi_zero): Ditto.
34533         (cstoresi_eq0_thumb1): Ditto.
34534         (cstoresi_ne0_thumb1): Ditto.
34535         (*cstoresi_eq0_thumb1_insn): Ditto.
34536         (*cstoresi_ne0_thumb1_insn): Ditto.
34537         (cstoresi_nltu_thumb1): Ditto.
34538         (cstoresi_ltu_thumb1): Ditto.
34539         (thumb1_addsi3_addgeu): Ditto.
34540         (*thumb_jump): Ditto.
34541         (*call_reg_thumb1_v5): Ditto.
34542         (*call_reg_thumb1): Ditto.
34543         (*call_value_reg_thumb1_v5): Ditto.
34544         (*call_value_reg_thumb1): Ditto.
34545         (*call_insn): Ditto.
34546         (*call_value_insn): Ditto.
34547         (thumb1_casesi_internal_pic): Ditto.
34548         (thumb1_casesi_dispatch): Ditto.
34549         (*thumb1_indirect_jump): Ditto.
34550         (prologue_thumb1_interwork): Ditto.
34551         (*epilogue_insns): Ditto.
34552         (consttable_1): Ditto.
34553         (consttable_2): Ditto.
34554         (tablejump): Ditto.
34555         (*thumb1_tablejump): Ditto.
34556         (thumb_eh_return): Ditto.
34557         (define_peephole2): Two of them are thumb1 only and got moved into
34558         new file thumb1.md.
34559         (define_split): Six of them are thumb1 only and got moved into new
34560         file thumb1.md.
34561         * config/arm/thumb1.md: New file comprised of above thumb1 only
34562         patterns.
34564 2014-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34566         * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
34567         * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
34568         dependencies.
34569         * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
34570         (aarch64_crc_builtin_datum): New struct.
34571         (aarch64_crc_builtin_data): New.
34572         (aarch64_init_crc32_builtins): New function.
34573         (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
34574         (aarch64_crc32_expand_builtin): New.
34575         (aarch64_expand_builtin): Add CRC32 builtin expansion case.
34576         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
34577         __ARM_FEATURE_CRC32 when appropriate.
34578         (TARGET_CRC32): Define.
34579         * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
34580         UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
34581         UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
34582         (aarch64_<crc_variant>): New pattern.
34583         * config/aarch64/arm_acle.h: New file.
34584         * config/aarch64/iterators.md (CRC): New int iterator.
34585         (crc_variant, crc_mode): New int attributes.
34586         * doc/aarch64-acle-intrinsics.texi: New file.
34587         * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
34588         Include aarch64-acle-intrinsics.texi.
34590 2014-06-11  Evgeny Stupachenko  <evstupac@gmail.com>
34592         * tree-vect-data-refs.c (vect_grouped_store_supported): New
34593         check for stores group of length 3.
34594         (vect_permute_store_chain): New permutations for stores group of
34595         length 3.
34596         * tree-vect-stmts.c (vect_model_store_cost): Change cost
34597         of vec_perm_shuffle for the new permutations.
34599 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
34601         * ipa-visibility.c (function_and_variable_visibility): Disable virtual
34602         table rewriting temporarily on targets not supporting ONE_ONLY.
34604 2014-06-11  Richard Biener  <rguenther@suse.de>
34606         PR middle-end/61437
34607         Revert
34608         2014-06-04  Richard Biener  <rguenther@suse.de>
34610         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
34611         TREE_PUBLIC and DECL_EXTERNAL decls.
34613 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
34615         * varasm.c (set_implicit_section): New function.
34616         (resolve_unique_section): Use it to set implicit section
34617         for aliases, too.
34618         (get_named_text_section): Use symtab_get_node (decl)->implicit_section
34619         (default_function_section): Likewise.
34620         (decl_binds_to_current_def_p): Constify argument.
34621         * varasm.h (decl_binds_to_current_def_p): Update prototype.
34622         * asan.c (asan_protect_global): Use
34623         symtab_get_node (decl)->implicit_section.
34624         * symtab.c (dump_symtab_base): Dump implicit sections.
34625         (verify_symtab_base): Verify sanity of sectoins and comdats.
34626         (symtab_resolve_alias): Alias share the section of its target.
34627         (set_section_1): New function.
34628         (symtab_node::set_section): Move here, recurse to aliases.
34629         (verify_symtab): Check for duplicated symtab lists.
34630         * tree-core.h (implicit_section_name_p): Remove.
34631         * tree-vect-data-refs.c: Include varasm.h.
34632         (vect_can_force_dr_alignment_p): Fix conditional on when
34633         decl bints to current definition; use
34634         symtab_get_node (decl)->implicit_section.
34635         * cgraph.c (cgraph_make_node_local_1): Fix section set.
34636         * cgraph.h (struct symtab_node): Add implicit_section.
34637         (set_section): Rename to ...
34638         (set_section_for_node): ... this one.
34639         (set_section): Declare.
34640         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
34641         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
34642         input_overwrite_node, input_varpool_node): Stream implicit_section.
34643         * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
34644         removal; it will fail in LTO.
34646 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34648         * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
34649         Change second alternative type to f_mcr.
34650         * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
34651         and 12th alternatives' types to f_mcr and f_mrc.
34652         (*movdi_aarch64): Same for 12th and 13th alternatives.
34653         (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
34654         (aarch64_movtilow_tilow): Change type to fmov.
34656 2014-06-10  Jiong Wang  <jiong.wang@arm.com>
34658         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
34659         (aarch64_save_or_restore_callee_save_registers): Fix layout.
34661 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34663         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
34664         New expander.
34665         (aarch64_sqrdmulh_lane<mode>): Likewise.
34666         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
34667         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
34668         (aarch64_sqdmulh_laneq<mode>): New expander.
34669         (aarch64_sqrdmulh_laneq<mode>): Likewise.
34670         (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
34671         (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
34672         (aarch64_sqdmulh_lane<mode>): New expander.
34673         (aarch64_sqrdmulh_lane<mode>): Likewise.
34674         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
34675         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
34676         (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
34677         (aarch64_sqdmlal_laneq<mode>): Likewise.
34678         (aarch64_sqdmlsl_lane<mode>): Likewise.
34679         (aarch64_sqdmlsl_laneq<mode>): Likewise.
34680         (aarch64_sqdmlal2_lane<mode>): Likewise.
34681         (aarch64_sqdmlal2_laneq<mode>): Likewise.
34682         (aarch64_sqdmlsl2_lane<mode>): Likewise.
34683         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
34684         (aarch64_sqdmull_lane<mode>): Likewise.
34685         (aarch64_sqdmull_laneq<mode>): Likewise.
34686         (aarch64_sqdmull2_lane<mode>): Likewise.
34687         (aarch64_sqdmull2_laneq<mode>): Likewise.
34689 2014-06-10  Richard Biener  <rguenther@suse.de>
34691         PR tree-optimization/61438
34692         * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
34693         (eliminate_dom_walker::before_dom_children): Only try to inhibit
34694         insertion of IVs if running PRE.
34695         (eliminate): Adjust.
34696         (pass_pre::execute): Likewise.
34697         (pass_fre::execute): Likewise.
34699 2014-06-10  Richard Biener  <rguenther@suse.de>
34701         PR middle-end/61456
34702         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
34703         Do not use the main variant for the type comparison.
34704         (ncr_compar): Likewise.
34705         (nonoverlapping_component_refs_p): Likewise.
34707 2014-06-10  Marcus Shawcroft  <marcus.shawcroft@arm.com>
34709         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
34710         REG_CFA_RESTORE mode.
34712 2014-06-10  Evgeny Stupachenko  <evstupac@gmail.com>
34714         * config/i386/i386.c (expand_vec_perm_pblendv): New.
34715         * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
34716         expand_vec_perm_pblendv.
34718 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34720         * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
34721         available.
34722         Simplify description of __crc32d and __crc32cd intrinsics.
34723         * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
34724         availability.
34726 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
34728         PR lto/61334
34729         * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
34730         * config.in: Regenerate.
34731         * configure: Likewise.
34733 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
34735         * ipa-reference.c (is_proper_for_analysis): Exclude addressable
34736         and public vars.
34737         (intersect_static_var_sets): Remove.
34738         (propagate): Do not prune local statics.
34740 2014-06-10  Jakub Jelinek  <jakub@redhat.com>
34742         PR fortran/60928
34743         * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
34744         Set lastprivate_firstprivate even if omp_private_outer_ref
34745         langhook returns true.
34746         <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
34747         langhook, call unshare_expr on new_var and call
34748         build_outer_var_ref to get the last argument.
34750 2014-06-10  Marek Polacek  <polacek@redhat.com>
34752         PR c/60988
34753         * doc/extend.texi: Add cindex for transparent_union.
34755 2014-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34757         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
34758         init_symbolic_number ().
34760 2014-05-18  John David Anglin  <danglin@gcc.gnu.org>
34762         PR middle-end/61141
34763         * emit-rtl.c (reset_all_used_flags): In a sequence, check that
34764         XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
34765         (verify_rtl_sharing): Likewise.
34767 2014-06-09  Marc Glisse  <marc.glisse@inria.fr>
34769         PR c++/54442
34770         * tree.c (build_qualified_type): Use a canonical type for
34771         TYPE_CANONICAL.
34773 2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
34775         * config/arm/arm-modes.def: Remove XFmode.
34777 2014-06-09  Alan Lawrence  <alan.lawrence@arm.com>
34779         PR target/61062
34780         * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
34781         vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
34782         vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
34783         vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
34784         vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
34785         vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
34786         vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
34787         vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
34788         vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
34790 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
34792         * tree-core.h (tree_decl_with_vis): Remove section_name.
34794 2014-06-09  Kito Cheng  <kito@0xlab.org>
34796         * ira.c (ira): Don't call init_caller_save if LRA enabled
34797         since LRA use its own infrastructure to handle that.
34799 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
34801         * symtab.c (dump_symtab_base): Update dumping.
34802         (symtab_make_decl_local): Clear only DECL_COMDAT.
34803         * tree-vect-data-refs.c (Check that variable is static before
34804         tampering with sections.
34805         * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
34806         (cgraph_create_virtual_clone): Likewise.
34807         * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
34808         (decl_section_name, set_decl_section_name): New accessors.
34809         (find_decls_types_r): Do not walk section name
34810         * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
34811         (decl_comdat_group, decl_comdat_group_id): Constify.
34812         (decl_section_name, set_decl_section_name): Update.
34813         * varpool.c (varpool_finalize_named_section_flags): Use get_section.
34814         * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
34815         (cgraph_make_node_local_1): Clear section and comdat group.
34816         * cgraph.h (set_comdat_group): Sanity check.
34817         (get_section, set_section): New.
34818         * ipa-comdats.c (ipa_comdats): Use get_section.
34819         * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
34820         * lto-streamer-out.c: Do not follow section names.
34821         * c-family/c-common.c (handle_section_attribute): Update.
34822         * lto-cgraph.c (lto_output_node): Output section.
34823         (lto_output_varpool_node): Likewise.
34824         (read_comdat_group): Rename to ...
34825         (read_identifier): ... this one.
34826         (read_string_cst): New function.
34827         (input_node, input_varpool_node): Input section names.
34828         * tree-emutls.c (get_emutls_init_templ_addr): Update.
34829         (new_emutls_decl): Update.
34830         (secname_for_decl): Check section names only of static vars.
34831         * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
34832         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
34833         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
34834         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
34835         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
34836         * config/mcore/mcore.c (mcore_unique_section): Likewise.
34837         * config/mips/mips.c (mips16_build_function_stub): Likewise.
34838         * config/v850/v850.c (v850_insert_attributes): Likewise.
34839         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
34840         Likewise.
34841         (h8300_handle_tiny_data_attribute): Likewise.
34842         * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
34843         (bfin_handle_l2_attribute): Likewise.
34845 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
34847         * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
34848         remove static initializer.
34850 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
34852         * varasm.c (use_blocks_for_decl_p): Check symbol table
34853         instead of alias attribute.
34854         (place_block_symbol): Recurse on aliases.
34856 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
34858         * ipa-visibility.c: Include varasm.h
34859         (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
34861 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
34863         * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
34864         outputting aliases.
34866 2014-06-07  Steven Bosscher  <steven@gcc.gnu.org>
34868         * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
34869         from test_insn into GGC space escape via SET_SRC.
34871 2014-06-07  Eric Botcazou  <ebotcazou@adacore.com>
34873         * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
34874         call statement, if any.
34875         (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
34876         statements, if any.  Tidy up.
34878 2014-06-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
34880         PR target/61431
34881         * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
34882         iterators, VSX_D that handles 64-bit types, and VSX_LE that
34883         handles swapping the two 64-bit double words on little endian
34884         systems.  Include V1TImode and optionally TImode in VSX_LE so that
34885         these types are properly swapped.  Change all of the insns and
34886         splits that do the 64-bit swaps to use VSX_LE.
34887         (vsx_le_perm_load_<mode>): Likewise.
34888         (vsx_le_perm_store_<mode>): Likewise.
34889         (splitters for little endian memory operations): Likewise.
34890         (vsx_xxpermdi2_le_<mode>): Likewise.
34891         (vsx_lxvd2x2_le_<mode>): Likewise.
34892         (vsx_stxvd2x2_le_<mode>): Likewise.
34894 2014-06-06  Uros Bizjak  <ubizjak@gmail.com>
34896         PR target/61423
34897         * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
34898         define_insn_and_split pattern, merged from *floatunssi<mode>2_1
34899         and corresponding splitters.  Zero extend general register
34900         or memory input operand to XMM temporary.  Enable for
34901         TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
34902         (floatunssi<mode>2): Update expander predicate.
34904 2014-06-06  Vladimir Makarov  <vmakarov@redhat.com>
34906         PR rtl-optimization/61325
34907         * lra-constraints.c (process_address_1): Check scale equal to one
34908         to prevent transformation: base + scale * index => base + new_reg.
34910 2014-06-06  Richard Biener  <rguenther@suse.de>
34912         PR tree-optimization/59299
34913         * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
34914         a def operand.
34915         (nearest_common_dominator_of_uses): Likewise.
34916         (statement_sink_location): Adjust.  Support sinking loads.
34918 2014-06-06  Martin Jambor  <mjambor@suse.cz>
34920         * ipa-prop.c (get_place_in_agg_contents_list): New function.
34921         (build_agg_jump_func_from_list): Likewise.
34922         (determine_known_aggregate_parts): Renamed to
34923         determine_locally_known_aggregate_parts.  Moved some functionality
34924         to the two functions above, removed bound checks.
34926 2014-06-06  James Greenhalgh  <james.greenhalgh@arm.com>
34928         * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
34929         * config/aarch64/aarch64.c (aarch64_move_pointer): New.
34930         (aarch64_progress_pointer): Likewise.
34931         (aarch64_copy_one_part_and_move_pointers): Likewise.
34932         (aarch64_expand_movmen): Likewise.
34933         * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
34934         * config/aarch64/aarch64.md (movmem<mode>): New.
34936 2014-06-06  Bingfeng Mei  <bmei@broadcom.com>
34938         * targhooks.c (default_add_stmt_cost): Call target specific
34939         hook instead of default one.
34941 2014-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34943         * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
34944         endianness instead of host endianness.
34945         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
34946         comments.
34948 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
34950         PR debug/53927
34951         * function.c (instantiate_decls): Process the saved static chain.
34952         (expand_function_start): If not optimizing, save the static chain
34953         onto the stack.
34954         * tree-nested.c (convert_all_function_calls): Always create the static
34955         chain for nested functions if not optimizing.
34957 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
34959         * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
34961 2014-06-06  Richard Biener  <rguenther@suse.de>
34963         * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
34964         (construct_init_block): Likewise.
34965         (construct_exit_block): Likewise.
34966         (pass_expand::execute): Likewise.
34967         * graphite.c (graphite_transforms): Replace check for current_loops
34968         with a check for > 1 loops.
34969         (pass_graphite_transforms::execute): Adjust.
34970         * ipa-split.c (split_function): Remove check for current_loops.
34971         * omp-low.c (expand_parallel_call): Likewise.
34972         (expand_omp_for_init_counts): Likewise.
34973         (extract_omp_for_update_vars): Likewise.
34974         (expand_omp_for_generic): Likewise.
34975         (expand_omp_sections): Likewise.
34976         (expand_omp_target): Likewise.
34977         * tracer.c (tail_duplicate): Likewise.
34978         (pass_tracer::execute): Likewise.
34979         * trans-mem.c (expand_transaction): Likewise.
34980         * tree-complex.c (expand_complex_div_wide): Likewise.
34981         * tree-eh.c (lower_resx): Likewise.
34982         (cleanup_empty_eh_merge_phis): Likewise.
34983         * tree-predcom.c (run_tree_predictive_commoning): Replace check for
34984         current_loops with a check for > 1 loops.
34985         (pass_predcom::execute): Adjust.
34986         * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
34987         * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
34988         * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
34989         * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
34990         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
34991         * tree-switch-conversion.c (process_switch): Likewise.
34992         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
34993         * tree-vrp.c (vrp_visit_phi_node): Likewise.
34994         (execute_vrp): Likewise.
34995         * ubsan.c (ubsan_expand_null_ifn): Likewise.
34997 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
34999         * rtl.h (insn_location): Declare.
35000         * cfgcleanup.c (try_forward_edges): Compare the locus of locations
35001         with UNKNOWN_LOCATION.
35002         * emit-rtl.c (insn_location): New function.
35003         * final.c (notice_source_line): Check that the instruction has a
35004         location before retrieving it and use insn_location.
35005         * modulo-sched.c (loop_single_full_bb_p): Likewise.
35006         * print-rtl.c (print_rtx): Likewise.
35008 2014-06-06  Richard Biener  <rguenther@suse.de>
35010         * passes.def: Move 2nd VRP pass before phi-only-cprop.
35012 2014-06-06  Christian Bruel  <christian.bruel@st.com>
35014         PR tree-optimization/43934
35015         * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
35016         cost.
35018 2014-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
35020         * ira-lives.c (single_reg_class): Add missing break.  Explicitly
35021         return NO_REGS for extra address and memory constraints.  Handle
35022         operands that match (or are equivalent to something that matches)
35023         extra constant constraints.  Ignore other non-register operands.
35025 2014-06-06  Alan Modra  <amodra@gmail.com>
35027         PR target/61300
35028         * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
35029         * doc/tm.texi: Regenerate.
35030         * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
35031         Use throughout in place of REG_PARM_STACK_SPACE.
35032         * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
35033         "incoming" param.  Pass to rs6000_function_parms_need_stack.
35034         (rs6000_function_parms_need_stack): Add "incoming" param, ignore
35035         prototype_p when incoming.  Use function decl when incoming
35036         to handle K&R style functions.
35037         * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
35038         (INCOMING_REG_PARM_STACK_SPACE): Define.
35040 2014-06-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
35042         PR target/52472
35043         * cfgexpand.c (expand_debug_expr): Use address space of nested
35044         TREE_TYPE for ADDR_EXPR and MEM_REF.
35046 2014-06-05  Jeff Law  <law@redhat.com>
35048         PR tree-optimization/61289
35049         * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
35050         DST_MAP parameters.   Invalidate by walking all the SSA_NAME_VALUES
35051         looking for those which match LHS.  All callers changed.
35052         (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
35053         parameters and code which manipulated them.  All callers changed.
35054         (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
35055         and DST_MAP parameters.  Simplify invalidation code by just calling
35056         invalidate_equivalences.  All callers changed.
35057         (thread_across_edge): Simplify now that we don't need to maintain
35058         the map of equivalences to invalidate.
35060 2014-06-05  Kai Tietz  <ktietz@redhat.com>
35061             Richard Henderson  <rth@redhat.com>
35063         PR target/46219
35064         * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
35065         checking for !TARGET_X32.
35066         * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
35067         (sibcall_intern): New define_insn, plus required peepholes.
35068         (sibcall_pop_intern): Likewise.
35069         (sibcall_value_intern): Likewise.
35070         (sibcall_value_pop_intern): Likewise.
35072 2014-06-05  Ilya Enkovich  <ilya.enkovich@intel.com>
35074         * tree-inline.c (tree_function_versioning): Check DF info existence
35075         before accessing it.
35077 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
35079         * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
35080         frame_size.
35081         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
35082         aarch64_frame hard_fp_offset and frame_size.
35083         (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
35084         frame_size; remove original_frame_size.
35085         (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
35086         (aarch64_initial_elimination_offset): Remove frame_size and
35087         offset.  Use aarch64_frame frame_size.
35089 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
35090             Jiong Wang  <jiong.wang@arm.com>
35091             Renlin  <renlin.li@arm.com>
35093         * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
35094         initialization of R30 offset.  Update offset.  Iterate core
35095         regisers upto X30.  Remove X29, X30 specific code.
35097 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
35098             Jiong Wang  <jiong.wang@arm.com>
35100         * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
35101         (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
35102         (aarch64_register_saved_on_entry): Adjust test.
35104 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
35106         * config/aarch64/aarch64.h (machine_function): Move
35107         saved_varargs_size from here...
35108         (aarch64_frame): ... to here.
35110         * config/aarch64/aarch64.c (aarch64_expand_prologue)
35111         (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
35112         (aarch64_initial_elimination_offset)
35113         (aarch64_setup_incoming_varargs): Adjust location of
35114         saved_varargs_size.
35116 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
35118         * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
35119         layout comment.
35121 2014-06-05  Jaydeep Patil  <Jaydeep.Patil@imgtec.com>
35122             Prachi Godbole  <Prachi.Godbole@imgtec.com>
35124         * config/mips/mips-cpus.def: Add definition for p5600.  Updated
35125         mips32r5 entry to use PROCESSOR_P5600.
35126         * config/mips/mips-tables.opt: Regenerate.
35127         * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
35128         * config/mips/mips.c (mips_fmadd_bypass): New function.
35129         (mips_rtx_cost_data): Add costs for p5600.
35130         (mips_issue_rate): Add support for p5600.
35131         (mips_multipass_dfa_lookahead): Likewise.
35132         * config/mips/mips.h (TUNE_P5600): New define.
35133         (TUNE_MACC_CHAINS): Add TUNE_P5600.
35134         (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
35135         * config/mips/mips.md: Include p5600.md.
35136         (processor): Add p5600.
35137         * config/mips/p5600.md: New file.
35139 2014-06-05  Evgeny Stupachenko  <evstupac@gmail.com>
35141         * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
35142         * config/i386/predicates.md (palignr_operand): New.
35143         Indicates if permutation is suitable for palignr instruction.
35145 2014-06-05  Yuri Rumyantsev  <ysrumyan@gmail.com>
35147         PR tree-optimization/61319
35148         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
35149         stmt belongs to loop.
35151 2014-06-05  Richard Biener  <rguenther@suse.de>
35153         * gimplify.c (create_tmp_from_val): Remove is_formal parameter
35154         and set DECL_GIMPLE_REG_P unconditionally if appropriate.
35155         (lookup_tmp_var): Adjust.
35156         (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
35158 2014-06-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
35160         * config/arm/arm.md (enabled): Disable opt_enabled attribute.
35162 2014-06-05  Marek Polacek  <polacek@redhat.com>
35164         PR c/49706
35165         * doc/invoke.texi: Document -Wlogical-not-parentheses.
35167 2014-06-04  Tom de Vries  <tom@codesourcery.com>
35169         * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
35170         CONST_INT.
35172 2014-06-04  Marc Glisse  <marc.glisse@inria.fr>
35174         PR tree-optimization/61385
35175         * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
35177 2014-06-04  Bernd Schmidt  <bernds@codesourcery.com>
35179         * lto-wrapper.c (fatal, fatal_perror): Remove functions.  All callers
35180         changed to use fatal_error.
35181         (main): Ensure lto_wrapper_cleanup is run atexit.
35183 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
35185         * lra-constraints.c (valid_address_p): Move earlier in file.
35186         (address_eliminator): New structure.
35187         (satisfies_memory_constraint_p): New function.
35188         (satisfies_address_constraint_p): Likewise.
35189         (process_alt_operands, process_address, curr_insn_transform): Use them.
35191 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
35193         * lra-int.h (lra_static_insn_data): Make operand_alternative a
35194         const pointer.
35195         (target_lra_int, default_target_lra_int, this_target_lra_int)
35196         (op_alt_data): Delete.
35197         * lra.h (lra_init): Delete.
35198         * lra.c (default_target_lra_int, this_target_lra_int): Delete.
35199         (init_insn_code_data_once): Remove op_alt_data handling.
35200         (finish_insn_code_data_once): Likewise.
35201         (init_op_alt_data): Delete.
35202         (get_static_insn_data): Initialize operand_alternative to null.
35203         (free_insn_recog_data): Cast operand_alternative before freeing it.
35204         (setup_operand_alternative): Take the operand_alternative as
35205         parameter and assume it isn't already cached in the static
35206         insn data.
35207         (lra_set_insn_recog_data): Update accordingly.
35208         (lra_init): Delete.
35209         * ira.c (ira_init): Don't call lra_init.
35210         * target-globals.h (this_target_lra_int): Declare.
35211         (target_globals): Remove lra_int.
35212         (restore_target_globals): Update accordingly.
35213         * target-globals.c: Don't include lra-int.h.
35214         (default_target_globals, save_target_globals): Remove lra_int.
35216 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
35218         * recog.h (operand_alternative): Convert reg_class, reject,
35219         matched and matches into bitfields.
35220         (preprocess_constraints): New overload.
35221         (preprocess_insn_constraints): New function.
35222         (preprocess_constraints): Take the insn as parameter.
35223         (recog_op_alt): Change into a pointer.
35224         (target_recog): Add x_op_alt.
35225         * recog.c (asm_op_alt): New variable.
35226         (recog_op_alt): Change into a pointer.
35227         (preprocess_constraints): New overload, replacing the old function
35228         definition with one that doesn't use global state.
35229         (preprocess_insn_constraints): New function.
35230         (preprocess_constraints): Use them.  Take the insn as parameter.
35231         Use asm_op_alt for asms.
35232         (recog_init): Free existing x_op_alt entries.
35233         * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
35234         pointer const.
35235         (make_early_clobber_and_input_conflicts): Likewise.
35236         (process_bb_node_lives): Pass the insn to process_constraints.
35237         * reg-stack.c (check_asm_stack_operands): Likewise.
35238         (subst_asm_stack_regs): Likewise.
35239         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
35240         * regrename.c (build_def_use): Likewise.
35241         * sched-deps.c (sched_analyze_insn): Likewise.
35242         * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
35243         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
35244         (note_invalid_constants): Likewise.
35245         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
35246         (ix86_legitimate_combined_insn): Make operand_alternative pointer
35247         const.
35249 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
35251         * recog.c (preprocess_constraints): Don't skip disabled alternatives.
35252         * ira-lives.c (check_and_make_def_conflict): Check for disabled
35253         alternatives.
35254         (make_early_clobber_and_input_conflicts): Likewise.
35255         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
35257 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
35259         * recog.h (alternative_class): New function.
35260         (which_op_alt): Return a const recog_op_alt.
35261         * reg-stack.c (check_asm_stack_operands): Update type accordingly.
35262         (subst_asm_stack_regs): Likewise.
35263         * config/arm/arm.c (note_invalid_constants): Likewise.
35264         * regcprop.c (copyprop_hardreg_forward_1): Likewise.  Don't modify
35265         the operand_alternative; use alternative class instead.
35266         * sel-sched.c (get_reg_class): Likewise.
35267         * regrename.c (build_def_use): Likewise.
35268         (hide_operands, restore_operands, record_out_operands): Update type
35269         accordingly.
35271 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
35273         * recog.h (recog_op_alt): Convert to a flat array.
35274         (which_op_alt): New function.
35275         * recog.c (recog_op_alt): Convert to a flat array.
35276         (preprocess_constraints): Update accordingly, grouping all
35277         operands of the same alternative together, rather than the
35278         other way around.
35279         * ira-lives.c (check_and_make_def_conflict): Likewise.
35280         (make_early_clobber_and_input_conflicts): Likewise.
35281         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
35282         * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
35283         (subst_asm_stack_regs): Likewise.
35284         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
35285         * regrename.c (hide_operands, record_out_operands): Likewise.
35286         (build_def_use): Likewise.
35287         * sel-sched.c (get_reg_class): Likewise.
35288         * config/arm/arm.c (note_invalid_constants): Likewise.
35290 2014-06-04  Jason Merrill  <jason@redhat.com>
35292         PR c++/51253
35293         PR c++/61382
35294         * gimplify.c (gimplify_arg): Non-static.
35295         * gimplify.h: Declare it.
35297 2014-06-04  Richard Biener  <rguenther@suse.de>
35299         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
35300         TREE_PUBLIC and DECL_EXTERNAL decls.
35302 2014-06-04  Matthew Fortune  <matthew.fortune@imgtec.com>
35304         * regcprop.c (copyprop_hardreg_forward_1): Account for
35305         HARD_REGNO_CALL_PART_CLOBBERED.
35307 2014-06-04  Richard Biener  <rguenther@suse.de>
35309         * configure.ac: Check whether the underlying type of int64_t
35310         is long or long long.
35311         * configure: Regenerate.
35312         * config.in: Likewise.
35313         * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
35314         (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
35316 2014-06-04  Richard Biener  <rguenther@suse.de>
35318         PR tree-optimization/60098
35319         * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
35320         we hit a kill.
35321         (dse_optimize_stmt): Simplify, now that we found a kill
35322         earlier.
35324 2014-06-04  Richard Biener  <rguenther@suse.de>
35326         * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
35327         of accesses with non-invariant address.
35329 2014-06-04  Martin Liska  <mliska@suse.cz>
35331         * cgraph.h (cgraph_make_wrapper): New function introduced.
35332         * cgraphunit.c (cgraph_make_wrapper): The function implementation.
35333         * ipa-inline.h (inline_analyze_function): The function is global.
35334         * ipa-inline-analysis.c (inline_analyze_function): Likewise.
35336 2014-06-04  Martin Liska  <mliska@suse.cz>
35338         * tree.h (private_lookup_attribute_starting): New function.
35339         (lookup_attribute_starting): Likewise.
35340         * tree.c (private_lookup_attribute_starting): Likewise.
35342 2014-06-04  Martin Liska  <mliska@suse.cz>
35344         * cgraph.h (expand_thunk): New argument added.
35345         (address_taken_from_non_vtable_p): New global function.
35346         * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
35347         * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
35348         * cgraphunit.c (analyze_function): Likewise.
35349         (assemble_thunks_and_aliases): Argument added to call.
35350         (expand_thunk): New argument forces to produce GIMPLE thunk.
35352 2014-06-04  Martin Liska  <mliska@suse.cz>
35354         * coverage.h (coverage_compute_cfg_checksum): Argument added.
35355         * coverage.c (coverage_compute_cfg_checksum): Likewise.
35356         * profile.c (branch_prob): Likewise.
35358 2014-06-04  Martin Jambor  <mjambor@suse.cz>
35360         PR ipa/61340
35361         * ipa-pure-const.c (propagate_pure_const): Add unreachable default
35362         handler for switch on an ipa_ref_use enum.
35363         * ipa-reference.c (analyze_function): Likewise.
35365 2014-06-04  Kai Tietz  <ktietz@redhat.com>
35367         * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
35368         from old call-instruction.
35370 2014-06-04  Bin Cheng  <bin.cheng@arm.com>
35372         * config/aarch64/aarch64.c (aarch64_classify_address)
35373         (aarch64_legitimize_reload_address): Support full addressing modes
35374         for vector modes.
35375         * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
35376         (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
35378 2014-06-03  Andrew Pinski  <apinski@cavium.com>
35380         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
35381         for OP0.
35383 2014-06-03  Andrew Pinski  <apinski@cavium.com>
35385         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
35386         (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
35388 2014-06-03  Kai Tietz  <ktietz@redhat.com>
35390         * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
35391         for 64-bit ms-abi.
35393 2014-06-03  Dehao Chen  <dehao@google.com>
35395         * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
35396         the same loop.
35398 2014-06-03  Marek Polacek  <polacek@redhat.com>
35400         PR c/60439
35401         * doc/invoke.texi: Document -Wswitch-bool.
35402         * function.c (stack_protect_epilogue): Cast controlling expression of
35403         the switch to int.
35404         * gengtype.c (walk_type): Generate switch expression with its
35405         controlling expression cast to int.
35407 2014-06-03  Vishnu K S  <Vishnu.k_s@atmel.com>
35409         * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
35410         and attiny841.
35411         * config/avr/avr-tables.opt: Regenerate.
35412         * config/avr/t-multilib: Regenerate.
35413         * doc/avr-mmcu.texi: Regenerate.
35415 2014-06-03  Vishnu K S  <vishnu.k_s@atmel.com>
35416             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
35418         * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
35419         (ata6617c, ata664251): Add new avr35 devices.
35420         (ata6612c): Add new avr4 device.
35421         (ata6613c, ata6614q): Add new avr5 devices.
35422         * config/avr/avr-tables.opt: Regenerate.
35423         * config/avr/t-multilib: Regenerate.
35424         * doc/avr-mmcu.texi: Regenerate.
35426 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
35428         * gcc/config/aarch64/aarch64-builtins.c
35429         (aarch64_types_binop_ssu_qualifiers): New static data.
35430         (TYPES_BINOP_SSU): Define.
35431         * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
35432         urshr_n, ushll_n): Use appropriate unsigned qualifiers.
35433         * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
35434         vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
35435         vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
35436         vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
35437         vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
35438         vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
35439         vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
35440         suffix to builtin function name, remove cast.
35441         (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
35442         vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
35443         vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
35445 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
35447         * gcc/config/aarch64/aarch64-builtins.c
35448         (aarch64_types_binop_uus_qualifiers,
35449         aarch64_types_shift_to_unsigned_qualifiers,
35450         aarch64_types_unsigned_shiftacc_qualifiers): Define.
35451         * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
35452         uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
35453         sqshlu_n, uqshl_n): Update qualifiers.
35454         * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
35455         vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
35456         vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
35457         vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
35458         vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
35459         vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
35460         vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
35461         vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
35462         vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
35463         vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
35464         vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
35465         vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
35466         vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
35467         vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
35468         vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
35469         vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
35470         vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
35471         vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
35472         vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
35473         vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
35474         vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
35475         vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
35476         vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
35477         vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
35478         vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
35479         vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
35480         vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
35482 2014-06-03  Teresa Johnson  <tejohnson@google.com>
35484         * tree-sra.c (modify_function): Record caller nodes after rebuild.
35486 2014-06-02  Jason Merrill  <jason@redhat.com>
35488         PR c++/61020
35489         * varpool.c (ctor_for_folding): Handle uninitialized vtables.
35491 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
35493         * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
35494         location == 0.
35496 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
35498         * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
35499         New pattern.
35500         * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
35501         (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
35502         * config/aarch64/iterators.md (REVERSE): New iterator.
35503         (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
35504         (rev_op): New int_attribute.
35505         * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
35506         vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
35507         vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
35508         vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
35509         vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
35510         vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
35511         vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
35512         Replace temporary __asm__ with __builtin_shuffle.
35514 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
35516         * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
35517         mips64r5.
35518         * config/mips/mips-tables.opt: Regenerate.
35519         * config/mips/mips.c (mips_compute_frame_info): Changed if statement
35520         to use mips_isa_rev rather than ISA_MIPS32R2.
35521         * config/mips/mips.h (ISA_MIPS32R3): New define.
35522         (ISA_MIPS32R5): New define.
35523         (ISA_MIPS64R3): New define.
35524         (ISA_MIPS64R5): New define.
35525         (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
35526         ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
35527         (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
35528         and mips64r5.
35529         (MIPS_ISA_SYNCI_SPEC): Likewise.
35530         (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
35531         (LINK_SPEC): Added mips32r3 and mips32r5.
35532         * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
35533         to mips32r2; and mips64r3 and mips64r5 to mips64r2.
35534         * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
35535         * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
35536         * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
35537         * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
35538         * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
35540 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
35542         * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
35543         options.
35544         * config/mips/mips.opt (mxpa): New option.
35545         * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
35546         assembler.
35548 2014-06-03  Martin Jambor  <mjambor@suse.cz>
35550         PR ipa/61160
35551         * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
35552         thunks.
35554 2014-06-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
35556         PR tree-optimization/61328
35557         * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
35558         initialization from find_bswap_or_nop_1.
35559         (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
35560         in source_expr2 before using the size value the function sets. Also
35561         make use of init_symbolic_number () in both the old place and
35562         find_bswap_or_nop_load () to avoid reading uninitialized memory when
35563         doing recursion in the GIMPLE_BINARY_RHS case.
35565 2014-06-03  Richard Biener  <rguenther@suse.de>
35567         PR tree-optimization/61383
35568         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
35569         stmts can't trap.
35571 2014-06-03  Richard Sandiford  <rdsandiford@googlemail.com>
35573         * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
35574         (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
35575         (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
35576         (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
35577         in this file.
35578         (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
35579         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
35580         * system.h: ...here and make it unconditional.
35581         * target.def (conditional_register_usage): Mention
35582         define_register_constraint instead of old-style constraint macros.
35583         * doc/tm.texi.in: Remove documentation for old-style constraint macros.
35584         * doc/tm.texi: Regenerate.
35585         * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
35586         protected by !USE_MD_CONSTRAINTS.
35587         * config/frv/frv.md: Remove quote from old version of documentation.
35588         * config/frv/frv.c (frv_conditional_register_usage): Likewise.
35589         * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
35590         CONST_DOUBLE_OK_FOR_LETTER.
35591         * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
35593 2014-06-02  Andrew Pinski  <apinski@cavium.com>
35595         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
35596         /lib/ld-linux32-aarch64.so.1 is used for ILP32.
35597         (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
35598         file whose name depends on -mabi= and -mbig-endian.
35599         * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
35600         Handle LP64 better and handle ilp32 too.
35601         (MULTILIB_OPTIONS): Delete.
35602         (MULTILIB_DIRNAMES): Delete.
35604 2014-06-02  Andrew MacLeod  <amacleod@redhat.com>
35606         * expr.h: Remove prototypes of functions defined in builtins.c.
35607         * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
35608         Remove prototypes of functions defined in builtins.c.
35609         * builtins.h: Update prototype list to include all exported functions.
35610         * builtins.c: (default_libc_has_function, gnu_libc_has_function,
35611         no_c99_libc_has_function): Move to targhooks.c
35612         (build_string_literal, build_call_expr_loc_array,
35613         build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
35614         to tree.c.
35615         (expand_builtin_object_size, fold_builtin_object_size): Make static.
35616         * targhooks.c (default_libc_has_function, gnu_libc_has_function,
35617         no_c99_libc_has_function): Relocate from builtins.c.
35618         * tree.c: Include builtins.h.
35619         (build_call_expr_loc_array, build_call_expr_loc_vec,
35620         build_call_expr_loc, build_call_expr, build_string_literal): Relocate
35621         from builtins.c.
35622         * fold-const.h (fold_fma): Move prototype to builtins.h.
35623         * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
35624         * asan.c: Include builtins.h.
35625         * cfgexpand.c: Likewise.
35626         * convert.c: Likewise.
35627         * emit-rtl.c: Likewise.
35628         * except.c: Likewise.
35629         * expr.c: Likewise.
35630         * fold-const.c: Likewise.
35631         * gimple-fold.c: Likewise.
35632         * gimple-ssa-strength-reduction.c: Likewise.
35633         * gimplify.c: Likewise.
35634         * ipa-inline.c: Likewise.
35635         * ipa-prop.c: Likewise.
35636         * lto-streamer-out.c: Likewise.
35637         * stmt.c: Likewise.
35638         * tree-inline.c: Likewise.
35639         * tree-object-size.c: Likewise.
35640         * tree-sra.c: Likewise.
35641         * tree-ssa-ccp.c: Likewise.
35642         * tree-ssa-forwprop.c: Likewise.
35643         * tree-ssa-loop-ivcanon.c: Likewise.
35644         * tree-ssa-loop-ivopts.c: Likewise.
35645         * tree-ssa-math-opts.c: Likewise.
35646         * tree-ssa-reassoc.c: Likewise.
35647         * tree-ssa-threadedge.c: Likewise.
35648         * tree-streamer-in.c: Likewise.
35649         * tree-vect-data-refs.c: Likewise.
35650         * tree-vect-patterns.c: Likewise.
35651         * tree-vect-stmts.c: Likewise.
35652         * config/aarch64/aarch64.c: Likewise.
35653         * config/alpha/alpha.c: Likewise.
35654         * config/arc/arc.c: Likewise.
35655         * config/arm/arm.c: Likewise.
35656         * config/avr/avr.c: Likewise.
35657         * config/bfin/bfin.c: Likewise.
35658         * config/c6x/c6x.c: Likewise.
35659         * config/cr16/cr16.c: Likewise.
35660         * config/cris/cris.c: Likewise.
35661         * config/epiphany/epiphany.c: Likewise.
35662         * config/fr30/fr30.c: Likewise.
35663         * config/frv/frv.c: Likewise.
35664         * config/h8300/h8300.c: Likewise.
35665         * config/i386/i386.c: Likewise.
35666         * config/i386/winnt.c: Likewise.
35667         * config/ia64/ia64.c: Likewise.
35668         * config/iq2000/iq2000.c: Likewise.
35669         * config/lm32/lm32.c: Likewise.
35670         * config/m32c/m32c.c: Likewise.
35671         * config/m32r/m32r.c: Likewise.
35672         * config/m68k/m68k.c: Likewise.
35673         * config/mcore/mcore.c: Likewise.
35674         * config/mep/mep.c: Likewise.
35675         * config/microblaze/microblaze.c: Likewise.
35676         * config/mips/mips.c: Likewise.
35677         * config/mmix/mmix.c: Likewise.
35678         * config/mn10300/mn10300.c: Likewise.
35679         * config/moxie/moxie.c: Likewise.
35680         * config/msp430/msp430.c: Likewise.
35681         * config/nds32/nds32.c: Likewise.
35682         * config/pa/pa.c: Likewise.
35683         * config/pdp11/pdp11.c: Likewise.
35684         * config/picochip/picochip.c: Likewise.
35685         * config/rl78/rl78.c: Likewise.
35686         * config/rs6000/rs6000.c: Likewise.
35687         * config/rx/rx.c: Likewise.
35688         * config/s390/s390.c: Likewise.
35689         * config/score/score.c: Likewise.
35690         * config/sh/sh.c: Likewise.
35691         * config/sparc/sparc.c: Likewise.
35692         * config/spu/spu.c: Likewise.
35693         * config/stormy16/stormy16.c: Likewise.
35694         * config/tilegx/tilegx.c: Likewise.
35695         * config/tilepro/tilepro.c: Likewise.
35696         * config/v850/v850.c: Likewise.
35697         * config/vax/vax.c: Likewise.
35698         * config/xtensa/xtensa.c: Likewise.
35700 2014-06-02  Jeff Law  <law@redhat.com>
35702         PR rtl-optimization/61094
35703         * ree.c (combine_reaching_defs): Do not reextend an insn if it
35704         was marked as do_no_reextend.  If a copy is needed to eliminate
35705         an extension, then mark it as do_not_reextend.
35707 2014-06-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
35709         * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
35711 2014-06-02  Richard Henderson  <rth@redhat.com>
35713         PR target/61336
35714         * config/alpha/alpha.c (print_operand_address): Allow symbolic
35715         addresses inside asms.  Use output_operand_lossage instead of
35716         gcc_unreachable.
35718 2014-06-02  Uros Bizjak  <ubizjak@gmail.com>
35720         PR target/61239
35721         * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
35722         GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
35724 2014-06-02  Tom de Vries  <tom@codesourcery.com>
35726         * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
35727         case that x has VOIDmode.
35729 2014-06-02  Bernd Schmidt  <bernds@codesourcery.com>
35731         * varasm.c (copy_constant): Delete function.
35732         (build_constant_desc): Don't call it.
35734 2014-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
35736         PR target/61154
35737         * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
35738         * config/arm/arm.md (mov64 splitter): Replace const_double_operand
35739         with immediate_operand.
35741 2014-06-02  Andreas Schwab  <schwab@suse.de>
35743         * config/ia64/ia64.c
35744         (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
35745         pending_data_specs first.
35747 2014-06-02  Richard Biener  <rguenther@suse.de>
35749         PR tree-optimization/61378
35750         * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
35751         valueized_anything.
35753 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
35755         * config/i386/constraints.md (Bw): Rename from 'w'.
35756         (Bz): Rename from 'z'.
35757         * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
35759 2014-06-01  Kai Tietz  <ktietz@redhat.com>
35761         PR target/61377
35762         * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
35763         * config/i386/i386.md (sibcall_insn_operand): Use Bs
35764         instead of m constraint.
35766 2014-05-31  Andreas Schwab  <schwab@linux-m68k.org>
35768         * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
35769         a separate alternative where the scratch operand 2 is marked as
35770         early clobber.
35772 2014-05-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
35774         * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
35775         (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
35776         (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
35777         and __builtins_arm_get_fpscr.
35778         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
35779         __builtins_arm_get_fpscr.
35780         (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
35781         __builtins_arm_ldfpscr.
35782         (arm_atomic_assign_expand_fenv): New function.
35783         * config/arm/vfp.md (set_fpscr): New pattern.
35784         (get_fpscr) : Likewise.
35785         * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
35786         VUNSPEC_SET_FPSCR.
35787         * doc/extend.texi (AARCH64 Built-in Functions) : Document
35788         __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
35790 2014-05-30  Jakub Jelinek  <jakub@redhat.com>
35792         * asan.c (report_error_func): Add SLOW_P argument, use
35793         BUILT_IN_ASAN_*_N if set.
35794         (build_check_stmt): Likewise.
35795         (instrument_derefs): If T has insufficient alignment,
35796         force same handling as for odd sizes.
35798         * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
35799         BUILT_IN_ASAN_REPORT_STORE_N): New.
35800         * asan.c (struct asan_mem_ref): Change access_size type to
35801         HOST_WIDE_INT.
35802         (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
35803         update_mem_ref_hash_table): Likewise.
35804         (asan_mem_ref_hasher::hash): Hash in a HWI.
35805         (report_error_func): Change size_in_bytes argument to HWI.
35806         Use *_N builtins if size_in_bytes is larger than 16 or not power of
35807         two.
35808         (build_shadow_mem_access): New function.
35809         (build_check_stmt): Use it.  Change size_in_bytes argument to HWI.
35810         Handle size_in_bytes not power of two or larger than 16.
35811         (instrument_derefs): Don't give up if size_in_bytes is not
35812         power of two or is larger than 16.
35814 2014-05-30  Kai Tietz  <ktietz@redhat.com>
35816         PR target/60104
35817         * config/i386/i386.c (x86_output_mi_thunk): Add memory case
35818         for sibling-tail-calls.
35819         * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
35820         to its use.
35821         * config/i386/predicates.md (sibcall_memory_operand): New predicate.
35822         (sibcall_insn_operand): Add check for sibcall_memory_operand.
35824 2014-05-30  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
35826         * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
35827         * config/avr/avr-tables.opt: Regenerate.
35828         * config/avr/t-multilib: Regenerate.
35829         * doc/avr-mmcu.texi: Regenerate.
35831 2014-05-30  Ian Lance Taylor  <iant@google.com>
35833         * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
35834         target("sse").
35836 2014-05-30  Tom de Vries  <tom@codesourcery.com>
35838         * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
35839         Redefine as true.
35841 2014-05-30  Tom de Vries  <tom@codesourcery.com>
35843         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
35844         * lra.c (initialize_lra_reg_info_element): Add init of
35845         actual_call_used_reg_set field.
35846         (lra): Call lra_create_live_ranges before lra_inheritance for
35847         -fuse-caller-save.
35848         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
35849         -fuse-caller-save.
35850         * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
35851         instead of call_used_reg_set for -fuse-caller-save.
35852         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
35854 2014-05-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
35856         * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
35857         to mov_imm.
35858         * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
35860 2014-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
35862         * ira.c (ira_get_dup_out_num): Check for output operands at
35863         the start of the loop.  Handle cases where an included alternative
35864         follows an excluded one.
35866 2014-05-29  Mike Stump  <mikestump@comcast.net>
35868         PR debug/61352
35869         * collect2.c (maybe_run_lto_and_relink): Be sure to always run
35870         post ld passes when lto is used.
35872 2014-05-29  Vladimir Makarov  <vmakarov@redhat.com>
35874         PR rtl-optimization/61325
35875         * lra-constraints.c (process_address): Rename to process_address_1.
35876         (process_address): New function.
35878 2014-05-29  Alan Lawrence  <alan.lawrence@arm.com>
35880         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
35881         TYPES_BINOPV): New static data.
35882         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
35883         New builtin.
35884         * config/aarch64/aarch64-simd.md (aarch64_ext,
35885         aarch64_im_lane_boundsi): New patterns.
35886         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
35887         patterns for EXT.
35888         (aarch64_evpc_ext): New function.
35890         * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
35892         * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
35893         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
35894         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
35895         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
35896         vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
35898 2014-05-29  Tom de Vries  <tom@codesourcery.com>
35900         * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
35902 2014-05-29  Richard Earnshaw <rearnsha@arm.com>
35903             Richard Sandiford  <rdsandiford@googlemail.com>
35905         * arm/iterators.md (shiftable_ops): New code iterator.
35906         (t2_binop0, arith_shift_insn): New code attributes.
35907         * arm/predicates.md (shift_nomul_operator): New predicate.
35908         * arm/arm.md (insn_enabled): Delete.
35909         (enabled): Remove insn_enabled test.
35910         (*arith_shiftsi): Delete.  Replace with ...
35911         (*<arith_shift_insn>_multsi): ... new pattern.
35912         (*<arith_shift_insn>_shiftsi): ... new pattern.
35913         * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
35915 2014-05-29  Radovan Obradovic  <robradovic@mips.com>
35916             Tom de Vries  <tom@codesourcery.com>
35918         * config/mips/mips.h (POST_CALL_TMP_REG): Define.
35919         * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
35920         clobber.
35921         (mips_split_call): Use POST_CALL_TMP_REG.
35922         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
35924 2014-05-29  Tom de Vries  <tom@codesourcery.com>
35926         * final.c (collect_fn_hard_reg_usage): Guard variable declaration
35927         with #ifdef STACK_REGS.
35929 2014-05-28  Jan Hubicka  <hubicka@ucw.cz>
35931         * varasm.c (get_variable_section): Walk aliases.
35932         (place_block_symbol): Walk aliases.
35934 2014-05-28  Tom de Vries  <tom@codesourcery.com>
35936         Revert:
35937         2014-05-28  Tom de Vries  <tom@codesourcery.com>
35939         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
35940         * lra.c (initialize_lra_reg_info_element): Add init of
35941         actual_call_used_reg_set field.
35942         (lra): Call lra_create_live_ranges before lra_inheritance for
35943         -fuse-caller-save.
35944         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
35945         -fuse-caller-save.
35946         * lra-constraints.c (need_for_call_save_p): Use
35947         actual_call_used_reg_set instead of call_used_reg_set for
35948         -fuse-caller-save.
35949         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
35951 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
35953         * doc/md.texi: Document that the % constraint character must
35954         be at the beginning of the string.
35955         * genoutput.c (validate_insn_alternatives): Check that '=',
35956         '+' and '%' only appear at the beginning of a constraint.
35957         * ira.c (commutative_constraint_p): Delete.
35958         (ira_get_dup_out_num): Expect the '%' commutativity marker to be
35959         at the start of the string.
35960         * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
35961         duplicate '='s.
35962         * config/arm/neon.md (bicdi3_neon): Likewise.
35963         * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
35964         (slt_si, sltu_si): Likewise.
35965         * config/vax/vax.md (sbcdi3): Likewise.
35966         * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
35967         * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
35968         (mul64): Move '%' to beginning of constraint.
35969         * config/arm/arm.md (*xordi3_insn): Likewise.
35970         * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
35971         (xorsi3): Likewise.
35973 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
35975         * doc/md.texi: Document the restrictions on the "enabled" attribute.
35977 2014-05-28  Jason Merrill  <jason@redhat.com>
35979         PR c++/47202
35980         * cgraph.h (symtab_node::get_comdat_group_id): New.
35981         * cgraphunit.c (analyze_functions): Call it.
35982         * symtab.c (dump_symtab_node): Likewise.
35983         * tree.c (decl_comdat_group_id): New.
35984         * tree.h: Declare it.
35985         * lto-streamer-out.c (write_symbol): Use it.
35986         * trans-mem.c (ipa_tm_create_version_alias): Likewise.
35988 2014-05-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
35990         PR bootstrap/PR61146
35991         * wide-int.cc: Do not include longlong.h when compiling with clang.
35993 2014-05-28  Richard Biener  <rguenther@suse.de>
35995         * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
35996         * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
35997         (vrp_visit_assignment_or_call): Print less vertical space.
35998         (vrp_visit_stmt): Likewise.
35999         (vrp_visit_phi_node): Likewise.  For a PHI argument with
36000         VR_VARYING range consider recording it as copy.
36002 2014-05-28  Richard Biener  <rguenther@suse.de>
36004         Revert
36005         2014-05-28  Richard Biener  <rguenther@suse.de>
36007         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
36009 2014-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
36011         * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
36012         sufficiently aligned and an offset is used at the same time.
36013         (expand_expr_real_1): Likewise.
36015 2014-05-28  Richard Biener  <rguenther@suse.de>
36017         PR middle-end/61045
36018         * fold-const.c (fold_comparison): When folding
36019         X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
36020         the sign of the remaining constant operand stays the same.
36022 2014-05-28  Kaushik Phatak  <kaushik.phatak@kpit.com>
36024         * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
36025         __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
36026         (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
36027         to the assembler.
36028         (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
36029         * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
36030         (m32bit-doubles) Likewise.
36031         * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
36032         * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
36033         option for RL78.
36035 2014-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36037         * configure.ac ($gcc_cv_ld_clearcap): New test.
36038         * configure: Regenerate.
36039         * config.in: Regenerate.
36040         * config/sol2.opt (mclear-hwcap): New option.
36041         * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
36042         * config/sol2-clearcap.map: Moved here from
36043         testsuite/gcc.target/i386/clearcap.map.
36044         * config/sol2-clearcapv2.map: Move here from
36045         gcc.target/i386/clearcapv2.map.
36046         * config/t-sol2 (install): Depend on install-clearcap-map.
36047         (install-clearcap-map): New target.
36048         * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
36049         -mclear-hwcap.
36051 2014-05-28  Richard Biener  <rguenther@suse.de>
36053         * hwint.h (*_HALF_WIDE_INT*): Move to ...
36054         * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
36055         ... here and remove the rest.
36056         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
36058 2014-05-28  Richard Biener  <rguenther@suse.de>
36060         PR tree-optimization/61335
36061         * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
36062         new range fails, drop to varying.
36064 2014-05-28  Olivier Hainque  <hainque@adacore.com>
36066         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
36067         (CPP_SPEC): Add entry for -mcpu=8548.
36068         * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
36069         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
36071 2014-05-28  Tom de Vries  <tom@codesourcery.com>
36073         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
36074         * lra.c (initialize_lra_reg_info_element): Add init of
36075         actual_call_used_reg_set field.
36076         (lra): Call lra_create_live_ranges before lra_inheritance for
36077         -fuse-caller-save.
36078         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
36079         -fuse-caller-save.
36080         * lra-constraints.c (need_for_call_save_p): Use
36081         actual_call_used_reg_set instead of call_used_reg_set for
36082         -fuse-caller-save.
36083         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
36085 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
36086             Tom de Vries  <tom@codesourcery.com>
36088         * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
36089         to gccoptlist.
36090         (@item -fuse-caller-save): New item.
36092 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
36093             Tom de Vries  <tom@codesourcery.com>
36095         * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
36096         OPT_fuse_caller_save.
36098 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
36099             Tom de Vries  <tom@codesourcery.com>
36101         * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
36102         * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
36103         get_call_reg_set_usage.
36104         * resource.c (mark_set_resources, mark_target_live_regs): Use
36105         get_call_reg_set_usage.
36106         * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
36107         field.
36108         (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
36109         * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
36110         Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
36111         * ira-build.c (ira_create_allocno): Init
36112         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
36113         (create_cap_allocno, propagate_allocno_info)
36114         (propagate_some_info_from_allocno)
36115         (copy_info_to_removed_store_destinations): Handle
36116         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
36117         * ira-costs.c (ira_tune_allocno_costs): Use
36118         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
36120 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
36121             Tom de Vries  <tom@codesourcery.com>
36123         * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
36124         and function_used_regs_valid fields.
36125         * final.c: Move include of hard-reg-set.h to before rtl.h to declare
36126         find_all_hard_reg_sets.
36127         (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
36128         (get_call_reg_set_usage): New function.
36129         (rest_of_handle_final): Use collect_fn_hard_reg_usage.
36130         * regs.h (get_call_reg_set_usage): Declare.
36132 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
36134         PR libgcc/61152
36135         * config/dbx.h (License): Add Runtime Library Exception.
36136         * config/newlib-stdint.h (License): Same.
36137         * config/rtems.h (License): Same
36138         * config/initfini-array.h (License): Same
36139         * config/v850/v850.h (License): Same.
36140         * config/v850/v850-opts.h (License): Same
36141         * config/v850/rtems.h (License): Same.
36143 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
36145         PR target/61044
36146         * doc/extend.texi (Local Labels): Note that label differences are
36147         not supported for AVR.
36149 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
36150             Olivier Hainque  <hainque@adacore.com>
36152         * rtl.h (set_for_reg_notes): Declare.
36153         * emit-rtl.c (set_for_reg_notes): New function.
36154         (set_unique_reg_note): Use it.
36155         * optabs.c (add_equal_note): Likewise
36157 2014-05-27  Andrew Pinski  <apinski@cavium.com>
36159         * config/aarch64/aarch64.md (stack_protect_set_<mode>):
36160         Use <w> for the register in assembly template.
36161         (stack_protect_test): Use the mode of operands[0] for the result.
36162         (stack_protect_test_<mode>): Use <w> for the register
36163         in assembly template.
36165 2014-05-27  DJ Delorie  <dj@redhat.com>
36167         * config/rx/rx.c (add_vector_labels): New.
36168         (rx_output_function_prologue): Call it.
36169         (rx_handle_func_attribute): Don't require empty arguments.
36170         (rx_handle_vector_attribute): New.
36171         (rx_attribute_table): Add "vector" attribute.
36172         * doc/extend.texi (interrupt, vector): Document new/changed
36173         RX-specific attributes.
36175         * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
36177 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
36179         * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
36180         predicate to detect a negative quotient.
36182 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
36184         * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
36185         to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
36186         Add X - Y CMP 0 to X CMP Y transformation.
36187         (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
36189 2014-05-27  Segher Boessenkool  <segher@kernel.crashing.org>
36191         * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
36192         before printing.
36194 2014-05-27  Steve Ellcey  <sellcey@mips.com>
36196         * config/mips/mips.c: Add include of cgraph.h.
36198 2014-05-27  Richard Biener  <rguenther@suse.de>
36200         * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
36202 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
36204         PR libgcc/61152
36205         * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
36206         * config/arm/arm-cores.def (License): Same.
36207         * config/arm/arm-opts.h (License): Same.
36208         * config/arm/aout.h (License): Same.
36209         * config/arm/bpabi.h (License): Same.
36210         * config/arm/elf.h (License): Same.
36211         * config/arm/linux-elf.h (License): Same.
36212         * config/arm/linux-gas.h (License): Same.
36213         * config/arm/netbsd-elf.h (License): Same.
36214         * config/arm/uclinux-eabi.h (License): Same.
36215         * config/arm/uclinux-elf.h (License): Same.
36216         * config/arm/vxworks.h (License): Same.
36218 2014-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
36220         * config/arm/neon.md (neon_bswap<mode>): New pattern.
36221         * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
36222         (arm_init_neon_builtins): Handle NEON_BSWAP.
36223         Define required type nodes.
36224         (arm_expand_neon_builtin): Handle NEON_BSWAP.
36225         (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
36226         * config/arm/arm_neon_builtins.def (bswap): Define builtins.
36227         * config/arm/iterators.md (VDQHSD): New mode iterator.
36229 2014-05-27  Richard Biener  <rguenther@suse.de>
36231         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
36232         Try using literal operands when comparing value-ranges failed.
36234 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
36236         * ira.c (commutative_operand): Adjust for change to recog_data.
36237         [Missing from previous commit.]
36239 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
36241         * system.h (TEST_BIT): New macro.
36242         * recog.h (alternative_mask): New type.
36243         (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
36244         (recog_data_d): Replace alternative_enabled_p array with
36245         enabled_alternatives.
36246         (target_recog): New structure.
36247         (default_target_recog, this_target_recog): Declare.
36248         (get_enabled_alternatives, recog_init): Likewise.
36249         * recog.c (default_target_recog, this_target_recog): New variables.
36250         (get_enabled_alternatives): New function.
36251         (extract_insn): Use it.
36252         (recog_init): New function.
36253         (preprocess_constraints, constrain_operands): Adjust for change to
36254         recog_data.
36255         * postreload.c (reload_cse_simplify_operands): Likewise.
36256         * reload.c (find_reloads): Likewise.
36257         * ira-costs.c (record_reg_classes): Likewise.
36258         * ira-lives.c (single_reg_class): Likewise.  Fix bug in which
36259         all alternatives after a disabled one would be skipped.
36260         (ira_implicitly_set_insn_hard_regs): Likewise.
36261         * ira.c (ira_setup_alts): Adjust for change to recog_data.
36262         * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
36263         with enabled_alternatives.
36264         * lra.c (free_insn_recog_data): Update accordingly.
36265         (lra_update_insn_recog_data): Likewise.
36266         (lra_set_insn_recog_data): Likewise.  Use get_enabled_alternatives.
36267         * lra-constraints.c (process_alt_operands): Likewise.  Handle
36268         only_alternative as part of the enabled mask.
36269         * target-globals.h (this_target_recog): Declare.
36270         (target_globals): Add a recog field.
36271         (restore_target_globals): Restore this_target_recog.
36272         * target-globals.c: Include recog.h.
36273         (default_target_globals): Initialize recog field.
36274         (save_target_globals): Likewise.
36275         * reginfo.c (reinit_regs): Call recog_init.
36276         * toplev.c (backend_init_target): Likewise.
36278 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
36280         * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
36281         rather than any named insn's code.
36283 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
36285         PR libgcc/61152
36286         * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
36287         * config/arm/arm-cores.def (License): Same.
36289 2014-05-26  Jan Hubicka  <hubicka@ucw.cz>
36291         * tree.h (decl_comdat_group): Declare.
36292         * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
36293         * tree.c (decl_comdat_group): Here.
36295 2014-05-26  Richard Sandiford  <r.sandiford@uk.ibm.com>
36297         PR rtl-optimization/61222
36298         * combine.c (simplify_shift_const_1): When moving a PLUS outside
36299         the shift, truncate the PLUS operand to the result mode.
36301 2014-05-26  Uros Bizjak  <ubizjak@gmail.com>
36303         PR target/61271
36304         * config/i386/i386.c (ix86_rtx_costs)
36305         <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
36306         Fix condition.
36308 2014-05-26  Martin Jambor  <mjambor@suse.cz>
36310         * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
36311         subreg uses.
36313 2014-05-26  Richard Biener  <rguenther@suse.de>
36315         * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
36316         wi::int_traits <long long>, wi::int_traits <unsigned long long>):
36317         Provide specializations.
36318         (wi::int_traits <HOST_WIDE_INT>,
36319         wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
36321 2014-05-26  Alan Modra  <amodra@gmail.com>
36323         PR target/61098
36324         * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
36325         params and return a bool.  Remove dead code.  Update comment.
36326         Assert we have a const_int source.  Remove bogus code from
36327         32-bit HWI days.  Move !TARGET_POWERPC64 handling, and correct
36328         handling of constants > 2G and reg_equal note, from..
36329         (rs6000_emit_set_long_const): ..here.  Remove unneeded param and
36330         return value.  Update comment.  If we can, use a new pseudo
36331         for intermediate calculations.
36332         * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
36333         prototype.
36334         * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
36335         call to rs6000_emit_set_const in splitter.
36336         (movdi_internal64+2, +3): Likewise.
36338 2014-05-26  Richard Biener  <rguenther@suse.de>
36340         * system.h: Define __STDC_FORMAT_MACROS before
36341         including inttypes.h.
36342         * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
36343         HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
36344         HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
36345         HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
36346         HOST_WIDEST_INT_C): Remove.
36347         (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
36348         if C99 inttypes.h is not available.
36349         * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
36350         * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
36351         * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
36352         * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
36353         * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
36354         (struct output_info): Likewise.
36355         (print_statistics): Adjust.
36356         (dump_bitmap_statistics): Likewise.
36357         * bt-load.c (migrate_btr_defs): Print with PRId64.
36358         * cfg.c (dump_edge_info, dump_bb_info): Likewise.
36359         (MAX_SAFE_MULTIPLIER): Adjust.
36360         * cfghooks.c (dump_bb_for_graph): Print with PRId64.
36361         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
36362         dump_cgraph_node): Likewise.
36363         * final.c (dump_basic_block_info): Likewise.
36364         * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
36365         * gcov.c (format_gcov): Likewise.
36366         * ipa-cp.c (good_cloning_opportunity_p): Likewise.  Use int64_t
36367         for calculation.
36368         (get_clone_agg_value): Use HOST_WIDE_INT for offset.
36369         * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
36370         (inline_small_functions, dump_overall_stats, dump_inline_stats):
36371         Use PRId64 for dumping.
36372         * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
36373         * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
36374         (add_allocno_hard_regs): Adjust.
36375         * loop-doloop.c (doloop_modify): Print using PRId64.
36376         * loop-iv.c (inverse): Compute in uint64_t.
36377         (determine_max_iter, iv_number_of_iterations): Likewise.
36378         * loop-unroll.c (decide_peel_completely, decide_peel_simple):
36379         Print using PRId64.
36380         * lto-streamer-out.c (write_symbol): Use uint64_t.
36381         * mcf.c (CAP_INFINITY): Use int64_t maximum.
36382         (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
36383         find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
36384         * modulo-sched.c (const_iteration_count): Use int64_t.
36385         (sms_schedule): Dump using PRId64.
36386         * predict.c (dump_prediction): Likewise.
36387         * pretty-print.h (pp_widest_integer): Remove.
36388         * profile.c (get_working_sets, is_edge_inconsistent,
36389         is_inconsistent, read_profile_edge_counts): Dump using PRId64.
36390         * tree-pretty-print.c (pp_double_int): Remove case handling
36391         HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
36392         * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
36393         and adjust users.
36394         (pass_optimize_bswap::execute): Remove restriction on hosts.
36395         * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
36396         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
36397         * tree.c (widest_int_cst_value): Remove.
36398         * tree.h (widest_int_cst_value): Likewise.
36399         * value-prof.c (dump_histogram_value): Print using PRId64.
36400         * gengtype.c (main): Also inject int64_t.
36401         * ggc-page.c (struct max_alignment): Use int64_t.
36402         * alloc-pool.c (struct allocation_object_def): Likewise.
36403         * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
36404         for computation.
36405         * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
36406         * doc/tm.texi: Regenerated.
36407         * gengtype-lex.l (IWORD): Handle [u]int64_t.
36408         * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
36409         * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
36410         mmix_output_register_setting): Use [u]int64_t in prototypes.
36411         * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
36412         mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
36413         mmix_output_octa, mmix_output_shifted_value): Adjust.
36414         (mmix_intval): Adjust.  Remove unreachable case.
36415         * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
36417 2014-05-26  Richard Biener  <rguenther@suse.de>
36419         * configure.ac: Drop __int64 type check.  Insist that we
36420         found uint64_t and int64_t.
36421         * hwint.h (HOST_BITS_PER___INT64): Remove.
36422         (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
36423         (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
36424         (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
36425         (HOST_WIDEST_FAST_INT): Remove __int64 case.
36426         * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
36427         for dst_q_src_df_rms_cdt.
36428         * configure: Regenerate.
36429         * config.in: Likewise.
36431 2014-05-26  Michael Tautschnig  <mt@debian.org>
36433         PR target/61249
36434         * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
36435         __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
36437 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
36439         PR rtl-optimization/61278
36440         * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
36442 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
36444         PR rtl-optimization/61220
36445         Part of PR rtl-optimization/61225
36446         * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
36447         insn; skip split_edge for a block with only one successor.
36449 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36451         * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
36452         for variables.
36454 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36456         * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
36457         (update_vtable_references): New function.
36458         (function_and_variable_visibility): Rewrite also vtable initializers.
36459         * varpool.c (cgraph_variable_initializer_availability): Remove assert.
36461 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36463         * ggc.h (ggc_grow): New function.
36464         * ggc-none.c (ggc_grow): New function.
36465         * ggc-page.c (ggc_grow): Likewise.
36467 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36469         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
36470         address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
36471         comdat_can_be_unshared_p, cgraph_externally_visible_p,
36472         varpool_externally_visible_p, can_replace_by_local_alias,
36473         update_visibility_by_resolution_info, function_and_variable_visibility,
36474         pass_data_ipa_function_and_variable_visibility,
36475         make_pass_ipa_function_and_variable_visibility,
36476         whole_program_function_and_variable_visibility,
36477         pass_data_ipa_whole_program_visibility,
36478         make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
36479         * cgraph.h (cgraph_local_node_p): Declare.
36480         * ipa-visibility.c: New file.
36481         * Makefile.in (OBJS): Add ipa-visiblity.o
36483 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36485         * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
36486         that var decl is available.
36488 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36490         * tree-core.h (tree_decl_with_vis): Replace comdat_group by
36491         symtab_node pointer.
36492         * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
36493         (find_decls_types_r): Do not walk COMDAT_GROUP.
36494         * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
36495         * varasm.c (make_decl_one_only): Use set_comdat_group;
36496         create node if needed.
36497         * ipa-inline-transform.c (save_inline_function_body): Update
36498         way we decl->symtab mapping.
36499         * symtab.c (symtab_hash, hash_node, eq_node
36500         symtab_insert_node_to_hashtable): Remove.
36501         (symtab_register_node): Update.
36502         (symtab_unregister_node): Update.
36503         (symtab_get_node): Reimplement as inline function.
36504         (symtab_add_to_same_comdat_group): Update.
36505         (symtab_dissolve_same_comdat_group_list): Update.
36506         (dump_symtab_base): Update.
36507         (verify_symtab_base): Update.
36508         (symtab_make_decl_local): Update.
36509         (fixup_same_cpp_alias_visibility): Update.
36510         (symtab_nonoverwritable_alias): Update.
36511         * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
36512         * ipa.c (update_visibility_by_resolution_info): UPdate.
36513         * bb-reorder.c: Include cgraph.h
36514         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
36515         with comdat groups.
36516         * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
36517         * cgraph.c (cgraph_get_create_node): Update.
36518         * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
36519         and comdat_group_.
36520         (symtab_get_node): Make inline.
36521         (symtab_insert_node_to_hashtable): Remove.
36522         (symtab_can_be_discarded): Update.
36523         (decl_comdat_group): New function.
36524         * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
36525         Update.
36526         * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
36527         comdat group name.
36528         (read_comdat_group): New function.
36529         (input_node, input_varpool_node): Use it.
36530         * trans-mem.c (ipa_tm_create_version_alias): Update code creating
36531         comdat groups.
36532         * mips.c (mips_start_unique_function): Likewise.
36533         (ix86_code_end): Likewise.
36534         (rs6000_code_end): Likweise.
36535         * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
36537 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36539         * gengtype-state.c (fatal_reading_state): Bring offline.
36540         * optabs.c (widening_optab_handler): Bring offline.
36541         * optabs.h (widening_optab_handler): Likewise.
36542         * final.c (get_attr_length_1): Likewise.
36544 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
36546         * sched-int.h (sd_iterator_cond): Manually tail recurse.
36548 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36550         * config/rs6000/440.md (ppc440-integer): Include shift without dot.
36551         (ppc440-compare): Include shift with dot.
36552         * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
36553         * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
36554         without dot.
36555         * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
36556         without dot.
36557         (e6500_sfx2): Include it.
36558         * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
36559         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
36560         *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
36561         andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
36562         *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
36563         *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
36564         *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
36565         *lshiftrt_internal1le, *lshiftrt_internal1be,
36566         *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
36567         *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
36568         *rotldi3_internal10le, *rotldi3_internal10be,
36569         *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
36570         ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
36571         ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
36572         *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
36573         define_insns): Use type "shift" in the appropriate alternatives.
36575 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36577         * config/rs6000/rs6000.md (type): Add "logical".  Delete
36578         "fast_compare".
36579         (dot): Adjust comment.
36580         (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
36581         *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
36582         *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
36583         anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
36584         *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
36585         *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
36586         *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
36587         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
36589         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
36590         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
36591         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
36592         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
36593         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
36594         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
36595         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
36596         * config/rs6000/8540.md (ppc8540_su): Adjust.
36597         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
36598         cell-cmp-microcoded): Adjust.
36599         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
36600         * config/rs6000/e500mc.md (e500mc_su): Adjust.
36601         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
36602         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
36603         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
36604         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
36605         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
36606         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
36607         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
36608         Adjust.
36609         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
36610         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
36611         Adjust.  Adjust comment.
36612         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
36613         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
36615 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36617         * config/rs6000/rs6000.md (type): Add "add".
36618         (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
36619         *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
36620         define_insns): Use it.
36621         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
36623         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
36624         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
36625         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
36626         * config/rs6000/601.md (ppc601-integer): Adjust.
36627         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
36628         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
36629         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
36630         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
36631         * config/rs6000/8540.md (ppc8540_su): Adjust.
36632         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
36633         cell-cmp-microcoded): Adjust.
36634         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
36635         * config/rs6000/e500mc.md (e500mc_su): Adjust.
36636         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
36637         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
36638         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
36639         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
36640         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
36641         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
36642         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
36643         Adjust.
36644         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
36645         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
36646         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
36647         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
36649 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36651         * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
36652         "delayed_compare", "var_delayed_compare".
36653         (var_shift): New attribute.
36654         (cell_micro): Adjust.
36655         (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
36656         *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
36657         rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
36658         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
36659         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
36660         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
36661         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
36662         *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
36663         *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
36664         *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
36665         *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
36666         rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
36667         *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
36668         *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
36669         *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
36670         *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
36671         *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
36672         *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
36673         *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
36674         *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
36675         *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
36676         *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
36677         *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
36678         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
36679         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
36681         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
36682         * config/rs6000/440.md (ppc440-integer): Adjust.
36683         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
36684         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
36685         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
36686         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
36687         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
36688         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
36689         * config/rs6000/8540.md (ppc8540_su): Adjust.
36690         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
36691         cell-cmp-microcoded): Adjust.
36692         * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
36693         * config/rs6000/e500mc.md (e500mc_su): Adjust.
36694         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
36695         e500mc64_delayed): Adjust.
36696         * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
36697         * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
36698         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
36699         * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
36700         * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
36701         * config/rs6000/power6.md (power6-shift, power6-var-rotate,
36702         power6-delayed-compare, power6-var-delayed-compare): Adjust.
36703         * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
36704         * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
36705         Adjust comment.
36706         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
36707         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
36709 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36711         * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv".  Add "div".
36712         (bits): New mode_attr.
36713         (idiv_ldiv): Delete mode_attr.
36714         (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
36715         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
36716         rs6000_adjust_priority, is_nonpipeline_insn,
36717         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
36719         * config/rs6000/40x.md (ppc403-idiv): Adjust.
36720         * config/rs6000/440.md (ppc440-idiv): Adjust.
36721         * config/rs6000/476.md (ppc476-idiv): Adjust.
36722         * config/rs6000/601.md (ppc601-idiv): Adjust.
36723         * config/rs6000/603.md (ppc603-idiv): Adjust.
36724         * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
36725         ppc620-ldiv): Adjust.
36726         * config/rs6000/7450.md (ppc7450-idiv): Adjust.
36727         * config/rs6000/7xx.md (ppc750-idiv): Adjust.
36728         * config/rs6000/8540.md (ppc8540_divide): Adjust.
36729         * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
36730         * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
36731         * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
36732         * config/rs6000/e500mc.md (e500mc_divide): Adjust.
36733         * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
36734         * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
36735         * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
36736         * config/rs6000/mpc.md (mpccore-idiv): Adjust.
36737         * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
36738         * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
36739         * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
36740         * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
36741         * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
36742         * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
36743         * config/rs6000/titan.md (titan_fxu_div): Adjust.
36745 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36747         * config/rs6000/rs6000.md (type): Delete "insert_word",
36748         "insert_dword".  Add "insert".
36749         (size): Update comment.
36750         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
36751         insn_must_be_first_in_group): Adjust.
36752         (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
36753         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
36754         *insvsi_internal6, insvdi_internal): Adjust.
36756         * config/rs6000/40x.md (ppc403-integer): Adjust.
36757         * config/rs6000/440.md (ppc440-integer): Adjust.
36758         * config/rs6000/476.md (ppc476-simple-integer): Adjust.
36759         * config/rs6000/601.md (ppc601-integer): Adjust.
36760         * config/rs6000/603.md (ppc603-integer): Adjust.
36761         * config/rs6000/6xx.md (ppc604-integer): Adjust.
36762         * config/rs6000/7450.md (ppc7450-integer): Adjust.
36763         * config/rs6000/7xx.md (ppc750-integer): Adjust.
36764         * config/rs6000/8540.md (ppc8540_su): Adjust.
36765         * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
36766         * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
36767         * config/rs6000/e500mc.md (e500mc_su): Adjust.
36768         * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
36769         * config/rs6000/e5500.md (e5500_sfx): Adjust.
36770         * config/rs6000/e6500.md (e6500_sfx): Adjust.
36771         * config/rs6000/mpc.md (mpccore-integer): Adjust.
36772         * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
36773         * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
36774         * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
36775         * config/rs6000/power7.md (power7-integer): Adjust.
36776         * config/rs6000/power8.md (power8-1cyc): Adjust.
36777         * config/rs6000/rs64.md (rs64a-integer): Adjust.
36778         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
36780 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36782         * config/rs6000/rs6000.md (type): Add "mul".  Delete "imul",
36783         "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
36784         (size): New attribute.
36785         (dot): New attribute.
36786         (cell_micro): Adjust.
36787         (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
36788         umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
36789         *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
36790         umuldi3_highpart): Adjust.
36791         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
36792         rs6000_adjust_priority, is_nonpipeline_insn,
36793         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
36795         * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
36796         ppc405-imul3): Adjust.
36797         * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
36798         * config/rs6000/476.md (ppc476-imul): Adjust.
36799         * config/rs6000/601.md (ppc601-imul): Adjust.
36800         * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
36801         * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
36802         ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
36803         * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
36804         * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
36805         Adjust.
36806         * config/rs6000/8540.md (ppc8540_multiply): Adjust.
36807         * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
36808         * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
36809         cell-imul): Adjust.
36810         * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
36811         * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
36812         * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
36813         * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
36814         * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
36815         * config/rs6000/mpc.md (mpccore-imul): Adjust.
36816         * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
36817         power4-lmul, power4-imul, power4-imul3): Adjust.
36818         * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
36819         power5-lmul, power5-imul, power5-imul3): Adjust.
36820         * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
36821         power6-lmul, power6-imul, power6-imul3): Adjust.
36822         * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
36823         * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
36825         * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
36826         rs64a-lmul): Adjust.
36827         * config/rs6000/titan.md (titan_imul): Adjust.
36829 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36831         * config/rs6000/rs6000.md (type): Add new value "halfmul".
36832         (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
36833         *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
36834         *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
36835         *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
36836         *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
36837         * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
36838         * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
36839         * config/rs6000/476.md (ppc476-imul): Add type halfmul.
36840         * config/rs6000/titan.md: Delete nonsensical comment.
36841         (titan_imul): Add type imul3.
36842         (titan_mulhw): Remove type imul3; add type halfmul.
36844 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
36846         * config/rs6000/rs6000.md (type): Reorder, reformat.
36848 2014-05-23  Martin Jambor  <mjambor@suse.cz>
36850         PR tree-optimization/53787
36851         * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
36852         * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
36853         analysis_done, update all uses.
36854         * ipa-prop.c: Include domwalk.h
36855         (param_analysis_info): Removed.
36856         (param_aa_status): New type.
36857         (ipa_bb_info): Likewise.
36858         (func_body_info): Likewise.
36859         (ipa_get_bb_info): New function.
36860         (aa_overwalked): Likewise.
36861         (find_dominating_aa_status): Likewise.
36862         (parm_bb_aa_status_for_bb): Likewise.
36863         (parm_preserved_before_stmt_p): Changed to use new param AA info.
36864         (load_from_unmodified_param): Accept func_body_info as a parameter
36865         instead of parms_ainfo.
36866         (parm_ref_data_preserved_p): Changed to use new param AA info.
36867         (parm_ref_data_pass_through_p): Likewise.
36868         (ipa_load_from_parm_agg_1): Likewise.  Update callers.
36869         (compute_complex_assign_jump_func): Changed to use new param AA info.
36870         (compute_complex_ancestor_jump_func): Likewise.
36871         (ipa_compute_jump_functions_for_edge): Likewise.
36872         (ipa_compute_jump_functions): Removed.
36873         (ipa_compute_jump_functions_for_bb): New function.
36874         (ipa_analyze_indirect_call_uses): Likewise, moved variable
36875         declarations down.
36876         (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
36877         and info, moved variable declarations down.
36878         (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
36879         node and info.
36880         (ipa_analyze_stmt_uses): Likewise.
36881         (ipa_analyze_params_uses): Removed.
36882         (ipa_analyze_params_uses_in_bb): New function.
36883         (ipa_analyze_controlled_uses): Likewise.
36884         (free_ipa_bb_info): Likewise.
36885         (analysis_dom_walker): New class.
36886         (ipa_analyze_node): Handle node-specific forbidden analysis,
36887         initialize and free func_body_info, use dominator walker.
36888         (ipcp_modif_dom_walker): New class.
36889         (ipcp_transform_function): Create and free func_body_info, use
36890         ipcp_modif_dom_walker, moved a lot of functionality there.
36892 2014-05-23  Marek Polacek  <polacek@redhat.com>
36893             Jakub Jelinek  <jakub@redhat.com>
36895         * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
36896         * gcc.c (sanitize_spec_function): Likewise.
36897         * convert.c (convert_to_integer): Include "ubsan.h".  Add
36898         floating-point to integer instrumentation.
36899         * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
36900         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
36901         SANITIZE_NONDEFAULT.
36902         * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
36903         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
36904         BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
36905         * ubsan.c: Include "realmpfr.h" and "dfp.h".
36906         (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
36907         (ubsan_type_descriptor): Set tkind to 0xffff for types other than
36908         float/double/long double.
36909         (ubsan_instrument_float_cast): New function.
36910         * ubsan.h (ubsan_instrument_float_cast): Declare.
36912 2014-05-23 Jiong Wang  <jiong.wang@arm.com>
36914         * config/aarch64/predicates.md (aarch64_call_insn_operand): New
36915         predicate.
36916         * config/aarch64/constraints.md ("Ucs", "Usf"):  New constraints.
36917         * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
36918         Adjust for tailcalling through registers.
36919         * config/aarch64/aarch64.h (enum reg_class): New caller save
36920         register class.
36921         (REG_CLASS_NAMES): Likewise.
36922         (REG_CLASS_CONTENTS): Likewise.
36923         * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
36924         Allow tailcalling without decls.
36926 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
36928         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
36929         Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
36931         * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
36932         gsi, and variables v_* to v*.
36934 2014-05-23  Eric Botcazou  <ebotcazou@adacore.com>
36936         * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
36938 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
36940         * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
36941         * omp-low.c: Update accordingly.
36943         * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
36944         for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
36945         GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
36946         GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
36947         GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
36948         GF_OMP_TARGET_KIND_UPDATE.
36950         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
36951         Explicitly enumerate the expected region types.
36953 2014-05-23  Paul Eggert  <eggert@cs.ucla.edu>
36955         PR other/56955
36956         * doc/extend.texi (Function Attributes): Fix  __attribute__ ((malloc))
36957         documentation; the old documentation didn't clearly state the
36958         constraints on the contents of the pointed-to storage.
36960 2014-05-23  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
36962         Fix bootstrap error on ia64
36963         * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
36964         Return default value.
36966 2014-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
36968         PR tree-optimization/54733
36969         * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
36970         (CMPNOP): Define.
36971         (find_bswap_or_nop_load): New.
36972         (find_bswap_1): Renamed to ...
36973         (find_bswap_or_nop_1): This. Also add support for memory source.
36974         (find_bswap): Renamed to ...
36975         (find_bswap_or_nop): This. Also add support for memory source and
36976         detection of bitwise operations equivalent to load in target
36977         endianness.
36978         (execute_optimize_bswap): Likewise. Also move its leading comment back
36979         in place and split statement transformation into ...
36980         (bswap_replace): This.
36982 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
36984         PR rtl-optimization/61215
36985         * lra-elelimination.c (lra_eliminate_regs_1): Don't use
36986         simplify_gen_subreg until final substitution.
36988 2014-05-23  Alan Modra  <amodra@gmail.com>
36990         PR target/61231
36991         * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
36992         * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
36993         Use "Y" constraint rather than "m".
36995 2014-05-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
36997         * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
36998         define.
36999         * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
37000         New function declaration.
37001         * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
37002         AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
37003         AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
37004         (aarch64_init_builtins) : Initialize builtins
37005         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
37006         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
37007         (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
37008         __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
37009         and __builtins_aarch64_set_fpsr.
37010         (aarch64_atomic_assign_expand_fenv): New function.
37011         * config/aarch64/aarch64.md (set_fpcr): New pattern.
37012         (get_fpcr) : Likewise.
37013         (set_fpsr) : Likewise.
37014         (get_fpsr) : Likewise.
37015         (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
37016         and UNSPECV_SET_FPSR.
37017         * doc/extend.texi (AARCH64 Built-in Functions) : Document
37018         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
37019         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
37021 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
37023         PR rtl-optimization/60969
37024         * ira-costs.c (record_reg_classes): Process NO_REGS for matching
37025         constraints.  Set up mem cost for NO_REGS case.
37027 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
37029         * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
37031 2012-05-22  Bernd Schmidt  <bernds@codesourcery.com>
37033         * config/darwin.c: Include "lto-section-names.h".
37034         (LTO_SEGMENT_NAME): Don't define.
37035         * config/i386/winnt.c: Include "lto-section-names.h".
37036         * lto-streamer.c: Include "lto-section-names.h".
37037         * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
37038         * lto-wrapper.c: Include "lto-section-names.h".
37039         (LTO_SECTION_NAME_PREFIX): Don't define.
37040         * lto-section-names.h: New file.
37041         * cgraphunit.c: Include "lto-section-names.h".
37043 2014-05-22  Peter Bergner  <bergner@vnet.ibm.com>
37045         * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
37047 2014-05-22  Richard Earnshaw  <rearnsha@arm.com>
37049         PR target/61208
37050         * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
37052 2014-05-22  Nick Clifton  <nickc@redhat.com>
37054         * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
37056 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
37058         * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
37059         -> (T)A transformation to integer types.
37061 2014-05-22  Teresa Johnson  <tejohnson@google.com>
37063         * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
37064         (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
37065         (gcov_rewrite): Use gcov_nonruntime_assert.
37066         (gcov_open): Ditto.
37067         (gcov_write_words): Ditto.
37068         (gcov_write_length): Ditto.
37069         (gcov_read_words): Use gcov_nonruntime_assert, and remove
37070         gcc_assert from IN_LIBGCOV code.
37071         (gcov_read_summary): Use gcov_error to flag profile corruption.
37072         (gcov_sync): Use gcov_nonruntime_assert.
37073         (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
37074         (gcov_histo_index): Use gcov_nonruntime_assert.
37075         (static void gcov_histogram_merge): Ditto.
37076         (compute_working_sets): Ditto.
37077         * gcov-io.h (gcov_nonruntime_assert): Define.
37078         (gcov_error): Define for !IN_LIBGCOV
37080 2014-05-22  Richard Biener  <rguenther@suse.de>
37082         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
37083         BUILT_IN_REALLOC like BUILT_IN_STRDUP.
37084         (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
37085         and deallocation site.
37086         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
37087         Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
37088         passing through the incoming points-to set.
37089         (handle_lhs_call): Use flags argument instead of recomputing it.
37090         (find_func_aliases_for_call): Call handle_lhs_call with proper
37091         call return flags.
37093 2014-05-22  Jakub Jelinek  <jakub@redhat.com>
37095         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
37096         all padding bits in REAL_VALUE_TYPE are cleared.
37098 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
37100         Cleanup and improve multipass_dfa_lookahead_guard
37101         * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
37102         (core2i7_first_cycle_multipass_begin,)
37103         (core2i7_first_cycle_multipass_issue,)
37104         (core2i7_first_cycle_multipass_backtrack): Update signature.
37105         * config/ia64/ia64.c
37106         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
37107         (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
37108         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
37109         hook definition.
37110         (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
37111         ia64_first_cycle_multipass_dfa_lookahead_guard_spec.  Update return
37112         values.
37113         * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
37114         return values.
37115         * doc/tm.texi: Regenerate.
37116         * doc/tm.texi.in
37117         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
37118         * haifa-sched.c (ready_try): Make signed to allow negative values.
37119         (rebug_ready_list_1): Update.
37120         (choose_ready): Simplify.
37121         (sched_extend_ready_list): Update.
37123 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
37125         Remove IA64 speculation tweaking flags
37126         * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
37127         speculation tuning flags.
37128         (msched-prefer-non-data-spec-insns,)
37129         (msched-prefer-non-control-spec-insns): Obsolete options.
37130         * haifa-sched.c (choose_ready): Remove handling of
37131         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
37132         * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
37133         and PREFER_NON_DATA_SPEC.
37134         * sel-sched.c (process_spec_exprs): Remove handling of
37135         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
37137 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
37139         Improve scheduling debug output
37140         * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
37141         (advance_one_cycle): Update.
37142         (schedule_insn, queue_to_ready): Add debug printouts.
37143         (debug_ready_list_1): New static function.
37144         (debug_ready_list): Update.
37145         (max_issue): Add debug printouts.
37146         (dump_insn_stream): New static function.
37147         (schedule_block): Use it.  Also better indent printouts.
37149 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
37151         Fix sched_insn debug counter
37152         * haifa-sched.c (schedule_insn): Update.
37153         (struct haifa_saved_data): Add nonscheduled_insns_begin.
37154         (save_backtrack_point, restore_backtrack_point): Update.
37155         (first_nonscheduled_insn): New static function.
37156         (queue_to_ready, choose_ready): Use it.
37157         (schedule_block): Init nonscheduled_insns_begin.
37158         (sched_emit_insn): Update.
37161 2014-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
37163         * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
37164         to GENERAL_REGS.
37165         (aarch64_secondary_reload) : LikeWise.
37166         (aarch64_class_max_nregs) : Remove CORE_REGS.
37167         * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
37168         (REG_CLASS_NAMES) : Likewise.
37169         (REG_CLASS_CONTENTS) : LikeWise.
37170         (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
37172 2014-05-21  Guozhi Wei  <carrot@google.com>
37174         PR target/61202
37175         * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
37176         constraint.
37177         (vqdmulhq_n_s16): Likewise.
37179 2014-05-21  Segher Boessenkool  <segher@kernel.crashing.org>
37181         * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
37183 2014-05-21  Marek Polacek  <polacek@redhat.com>
37185         PR sanitizer/61272
37186         * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
37188 2014-05-21  Martin Jambor  <mjambor@suse.cz>
37190         * doc/invoke.texi (Optimize Options): Document parameters
37191         ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
37192         ipa-cp-array-index-hint-bonus.
37194 2014-05-21  Mark Wielaard  <mjw@redhat.com>
37196         PR debug/16063
37197         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
37198         version >= 3 or not strict DWARF.
37199         * langhooks.h (struct lang_hooks_for_types): Add
37200         enum_underlying_base_type.
37201         * langhooks.c (lhd_enum_underlying_base_type): New function.
37202         * gcc/langhooks.h (struct lang_hooks_for_types): Add
37203         enum_underlying_base_type.
37204         * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
37205         (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
37206         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
37208 2014-05-21  Richard Biener  <rguenther@suse.de>
37210         * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
37212 2014-05-21  John Marino  <gnugcc@marino.st>
37214         * config.gcc (*-*-dragonfly*): New target.
37215         * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
37216         * configure: Regenerate.
37217         * config/dragonfly-stdint.h: New.
37218         * config/dragonfly.h: New.
37219         * config/dragonfly.opt: New.
37220         * config/i386/dragonfly.h: New.
37221         * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
37223 2014-05-21  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
37225         * tree.def (VOID_CST): New.
37226         * tree-core.h (TI_VOID): New.
37227         * tree.h (void_node): New.
37228         * tree.c (tree_node_structure_for_code, tree_code_size)
37229         (iterative_hash_expr): Handle VOID_CST.
37230         (build_common_tree_nodes): Initialize void_node.
37232 2014-05-21  Bernd Schmidt  <bernds@codesourcery.com>
37234         * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
37235         functions.
37236         (reload, calculate_needs_all_insns, reload_as_needed): Use them.
37238         * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
37239         more places.
37241         * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
37242         flag_reorder_blocks_and_partition.
37243         * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
37245 2014-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
37247         PR target/54236
37248         * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
37249         constraints.
37250         (*addc_r_t): Add new insn_and_split.
37252 2014-05-21  Jakub Jelinek  <jakub@redhat.com>
37254         PR middle-end/61252
37255         * omp-low.c (handle_simd_reference): New function.
37256         (lower_rec_input_clauses): Use it.  Defer adding reference
37257         initialization even for reduction without placeholder if in simd,
37258         handle it properly later on.
37260 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
37262         PR tree-optimization/60899
37263         * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
37264         assume all static symbols will have definition wile parsing and
37265         check the do have definition later in compilation; check that
37266         variable referring symbol will be output before concluding that
37267         reference is safe; be conservative for referring local statics;
37268         be more precise about when comdat is output in other partition.
37270 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
37272         PR bootstrap/60984
37273         * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
37274         parameter.
37275         * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
37276         (ipa_inline): Loop inline_to_all_callers until no more aliases
37277         are removed.
37279 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
37281         * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
37282         set writeonly flag only for vars actually written to.
37284 2014-05-20  Dehao Chen  <dehao@google.com>
37286         * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
37287         and callee count to get clone count.
37288         * tree-inline.c (expand_call_inline): Use callee count instead of bb
37289         count in copy_body.
37291 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
37293         PR rtl-optimization/61243
37294         * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
37296 2014-05-20  Xinliang David Li  <davidxl@google.com>
37298         * cgraphunit.c (walk_polymorphic_call_targets): Add
37299         dbgcnt and fopt-info support.
37300         * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
37301         * ipa-devirt.c (ipa_devirt): Ditto.
37302         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
37303         * ipa.c (walk_polymorphic_call_targets): Ditto.
37304         * gimple-fold.c (fold_gimple_assign): Ditto.
37305         (gimple_fold_call): Ditto.
37306         * dbgcnt.def: New counter.
37308 2014-05-20  DJ Delorie  <dj@redhat.com>
37310         * config/msp430/msp430.md (split): Don't allow subregs when
37311         splitting SImode adds.
37312         (andneghi): Fix subtraction logic.
37313         * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
37315 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
37317         * tree.h (DECL_ONE_ONLY): Return true only for externally visible
37318         symbols.
37319         * except.c (switch_to_exception_section, resolve_unique_section,
37320         get_named_text_section, default_function_rodata_section,
37321         align_variable, get_block_for_decl, default_section_type_flags):
37322         Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
37323         * symtab.c (symtab_add_to_same_comdat_group,
37324         symtab_make_decl_local, fixup_same_cpp_alias_visibility,
37325         symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
37326         Likewise.
37327         * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
37328         * bb-reorder.c (pass_partition_blocks::gate): Likewise.
37329         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
37330         (c6x_function_in_section_p): Likewise.
37331         * config/darwin.c (machopic_select_section): Likewise.
37332         * config/arm/arm.c (arm_function_in_section_p): Likewise.
37333         * config/mips/mips.c (mips_function_rodata_section): Likewise.
37334         * config/mep/mep.c (mep_select_section): LIkewise.
37335         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
37337 2014-05-20  Eric Botcazou  <ebotcazou@adacore.com>
37339         * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
37340         EH region of calls to pure functions that can throw an exception.
37341         * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
37342         (copy_reference_ops_from_call): Also copy the EH region of the call if
37343         it can throw an exception.
37345 2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
37347         * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
37348         nested VEC_SELECTs that are inverses of each other.
37350 2014-05-20  Richard Biener  <rguenther@suse.de>
37352         * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
37353         (extract_and_process_scc_for_name): not here.
37354         (cond_dom_walker::before_dom_children): Only process
37355         stmts that end the BB in interesting ways.
37356         (run_scc_vn): Mark param uses as visited.
37358 2014-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
37360         * config/arm/arm.md (arith_shiftsi): Do not predicate for
37361         arm_restrict_it.
37363 2014-05-20  Nick Clifton  <nickc@redhat.com>
37365         * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
37366         (msp430_gimplify_va_arg_expr): New function.
37367         (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
37369         * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
37370         operand 0 in order to prevent confusion about the number of
37371         registers involved.
37373 2014-05-20  Richard Biener  <rguenther@suse.de>
37375         PR tree-optimization/61221
37376         * tree-ssa-pre.c (el_to_update): Remove.
37377         (eliminate_dom_walker::before_dom_children): Handle released
37378         VDEFs by value-numbering them to the associated VUSE.  Update
37379         stmt immediately for substituted call address.
37380         (eliminate): Remove delayed stmt updating code.
37381         * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
37382         possibly late re-numbered vuses.
37383         (vn_reference_lookup_2): Adjust.
37384         (vn_reference_lookup_pieces): Likewise.
37385         (vn_reference_lookup): Likewise.
37387 2014-05-20  Richard Biener  <rguenther@suse.de>
37389         * config.gcc: Remove need_64bit_hwint.
37390         * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
37391         * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
37392         it to be true.
37393         * config.in: Regenerate.
37394         * configure: Likewise.
37396 2014-05-19  David Wohlferd <dw@LimeGreenSocks.com>
37398         * doc/extend.texi: Create Label Attributes section,
37399         move all label attributes into it and reference it.
37401 2014-05-19  Richard Earnshaw  <rearnsha@arm.com>
37403         * arm.c (thumb1_reorg): When scanning backwards skip anything
37404         that's not a proper insn.
37406 2014-05-19  Richard Biener  <rguenther@suse.de>
37408         PR tree-optimization/61221
37409         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
37410         Do nothing for unreachable blocks.
37411         * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
37412         Improve unreachability detection.
37414 2014-05-19  Richard Biener  <rguenther@suse.de>
37416         PR tree-optimization/61209
37417         * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
37419 2014-05-19  Nick Clifton  <nickc@redhat.com>
37421         * except.c (init_eh): Fix computation of builtin setjmp buffer
37422         size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
37424 2014-05-19  Richard Biener  <rguenther@suse.de>
37426         PR tree-optimization/61184
37427         * tree-vrp.c (is_negative_overflow_infinity): Use
37428         TREE_OVERFLOW_P and do that check first.
37429         (is_positive_overflow_infinity): Likewise.
37430         (is_overflow_infinity): Likewise.
37431         (vrp_operand_equal_p): Properly treat operands with
37432         differing overflow as not equal.
37434 2014-05-19  Bernd Schmidt  <bernds@codesourcery.com>
37436         * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
37437         shift simplification where it was intended.
37439 2014-05-19  Christian Bruel  <christian.bruel@st.com>
37441         PR target/61195
37442         * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
37444 2014-05-19  Richard Sandiford  <r.sandiford@uk.ibm.com>
37446         PR target/61084
37447         * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
37448         than wide_int.
37450 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
37452         * reg-notes.def (CROSSING_JUMP): Likewise.
37453         * rtl.h (rtx_def): Update comment for jump flag.
37454         (CROSSING_JUMP_P): Define.
37455         * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
37456         of a REG_CROSSING_JUMP note.
37457         * cfghooks.c (tidy_fallthru_edges): Likewise.
37458         * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
37459         * emit-rtl.c (try_split): Likewise.
37460         * haifa-sched.c (sched_create_recovery_edges): Likewise.
37461         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
37462         * jump.c (redirect_jump_2): Likewise.
37463         * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
37464         (relax_delay_slots): Likewise.
37465         * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
37466         (bbit_di): Likewise.
37467         * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
37468         * config/sh/sh.md (jump_compact): Likewise.
37469         * bb-reorder.c (rotate_loop): Likewise.
37470         (pass_duplicate_computed_gotos::execute): Likewise.
37471         (add_reg_crossing_jump_notes): Rename to...
37472         (update_crossing_jump_flags): ...this.
37473         (pass_partition_blocks::execute): Update accordingly.
37475 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
37477         * tree.h: Remove extraneous template <>.
37479 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
37481         * ipa.c (symtab_remove_unreachable_nodes): Remove
37482         symbol from comdat group if its body was eliminated.
37483         (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
37484         * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
37485         (symtab_unregister_node): ... this one.
37486         (verify_symtab_base): More strict checking of comdats.
37487         * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
37489 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
37491         * tree-pass.h (make_pass_ipa_comdats): New pass.
37492         * timevar.def (TV_IPA_COMDATS): New timevar.
37493         * passes.def (pass_ipa_comdats): Add.
37494         * Makefile.in (OBJS): Add ipa-comdats.o
37495         * ipa-comdats.c: New file.
37497 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
37499         * ipa.c (update_visibility_by_resolution_info): New function.
37500         (function_and_variable_visibility): Use it.
37502 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
37504         * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
37505         New functions.
37506         (FOR_EACH_DEFINED_SYMBOL): New macro.
37507         (varpool_first_static_initializer, varpool_next_static_initializer,
37508         varpool_first_defined_variable, varpool_next_defined_variable):
37509         Fix comments.
37510         (symtab_in_same_comdat_p): Correctly deal with inline functions.
37512 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
37514         * ggc-page.c (ggc_handle_finalizers): Add comment.
37516 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
37518         * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
37519         * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
37520         (ggc_internal_cleared_alloc): Likewise.
37521         * ggc-page.c (finalizer): New class.
37522         (vec_finalizer): Likewise.
37523         (globals::finalizers): New member.
37524         (globals::vec_finalizers): Likewise.
37525         (ggc_internal_alloc): Record the finalizer if any for the block being
37526         allocated.
37527         (ggc_handle_finalizers): New function.
37528         (ggc_collect): Call ggc_handle_finalizers.
37529         * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
37530         finalizer.
37531         (ggc_internal_cleared_alloc): Likewise.
37532         (finalize): New function.
37533         (need_finalization_p): Likewise.
37534         (ggc_alloc): Install the type's destructor as the finalizer if it
37535         might do something.
37536         (ggc_cleared_alloc): Likewise.
37537         (ggc_vec_alloc): Likewise.
37538         (ggc_cleared_vec_alloc): Likewise.
37540 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
37542         * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
37544 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
37546         * alias.c (record_alias_subset): Adjust.
37547         * bitmap.c (bitmap_element_allocate): Likewise.
37548         (bitmap_gc_alloc_stat): Likewise.
37549         * cfg.c (init_flow): Likewise.
37550         (alloc_block): Likewise.
37551         (unchecked_make_edge): Likewise.
37552         * cfgloop.c (alloc_loop): Likewise.
37553         (flow_loops_find): Likewise.
37554         (rescan_loop_exit): Likewise.
37555         * cfgrtl.c (init_rtl_bb_info): Likewise.
37556         * cgraph.c (insert_new_cgraph_node_version): Likewise.
37557         (cgraph_allocate_node): Likewise.
37558         (cgraph_create_edge_1): Likewise.
37559         (cgraph_allocate_init_indirect_info): Likewise.
37560         * cgraphclones.c (cgraph_clone_edge): Likewise.
37561         * cgraphunit.c (add_asm_node): Likewise.
37562         (init_lowered_empty_function): Likewise.
37563         * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
37564         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
37565         (alpha_use_linkage): Likewise.
37566         * config/arc/arc.c (arc_init_machine_status): Likewise.
37567         * config/arm/arm.c (arm_init_machine_status): Likewise.
37568         * config/avr/avr.c (avr_init_machine_status): Likewise.
37569         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
37570         * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
37571         * config/cris/cris.c (cris_init_machine_status): Likewise.
37572         * config/darwin.c (machopic_indirection_name): Likewise.
37573         (darwin_build_constant_cfstring): Likewise.
37574         (darwin_enter_string_into_cfstring_table): Likewise.
37575         * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
37576         * config/frv/frv.c (frv_init_machine_status): Likewise.
37577         * config/i386/i386.c (get_dllimport_decl): Likewise.
37578         (ix86_init_machine_status): Likewise.
37579         (assign_386_stack_local): Likewise.
37580         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
37581         (i386_pe_maybe_record_exported_symbol): Likewise.
37582         (i386_pe_record_stub): Likewise.
37583         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
37584         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
37585         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
37586         (m32c_note_pragma_address): Likewise.
37587         * config/mep/mep.c (mep_init_machine_status): Likewise.
37588         (mep_note_pragma_flag): Likewise.
37589         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
37590         (mips16_local_alias): Likewise.
37591         (mips_init_machine_status): Likewise.
37592         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
37593         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
37594         * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
37595         * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
37596         * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
37597         * config/pa/pa.c (pa_init_machine_status): Likewise.
37598         (pa_get_deferred_plabel): Likewise.
37599         * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
37600         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
37601         (rs6000_init_machine_status): Likewise.
37602         (output_toc): Likewise.
37603         * config/s390/s390.c (s390_init_machine_status): Likewise.
37604         * config/score/score.c (score_output_external): Likewise.
37605         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
37606         * config/spu/spu.c (spu_init_machine_status): Likewise.
37607         * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
37608         * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
37609         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
37610         * coverage.c (coverage_end_function): Likewise.
37611         * dbxout.c (dbxout_init): Likewise.
37612         * doc/gty.texi: Don't mention variable_size attribute.
37613         * dwarf2cfi.c (new_cfi): Adjust.
37614         (new_cfi_row): Likewise.
37615         (copy_cfi_row): Likewise.
37616         (create_cie_data): Likewise.
37617         * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
37618         (new_loc_descr): Likewise.
37619         (find_AT_string_in_table): Likewise.
37620         (add_addr_table_entry): Likewise.
37621         (new_die): Likewise.
37622         (add_var_loc_to_decl): Likewise.
37623         (clone_die): Likewise.
37624         (clone_as_declaration): Likewise.
37625         (break_out_comdat_types): Likewise.
37626         (new_loc_list): Likewise.
37627         (add_loc_descr_to_each): Likewise.
37628         (add_location_or_const_value_attribute): Likewise.
37629         (add_linkage_name): Likewise.
37630         (lookup_filename): Likewise.
37631         (dwarf2out_var_location): Likewise.
37632         (new_line_info_table): Likewise.
37633         (dwarf2out_init): Likewise.
37634         (mem_loc_descriptor): Likewise.
37635         (loc_descriptor): Likewise.
37636         (add_const_value_attribute): Likewise.
37637         (tree_add_const_value_attribute): Likewise.
37638         (comp_dir_string): Likewise.
37639         (dwarf2out_vms_debug_main_pointer): Likewise.
37640         (string_cst_pool_decl): Likewise.
37641         * emit-rtl.c (set_mem_attrs): Likewise.
37642         (get_reg_attrs): Likewise.
37643         (start_sequence): Likewise.
37644         (init_emit): Likewise.
37645         (init_emit_regs): Likewise.
37646         * except.c (init_eh_for_function): Likewise.
37647         (gen_eh_region): Likewise.
37648         (gen_eh_region_catch): Likewise.
37649         (gen_eh_landing_pad): Likewise.
37650         (add_call_site): Likewise.
37651         * function.c (add_frame_space): Likewise.
37652         (insert_temp_slot_address): Likewise.
37653         (assign_stack_temp_for_type): Likewise.
37654         (get_hard_reg_initial_val): Likewise.
37655         (allocate_struct_function): Likewise.
37656         (prepare_function_start): Likewise.
37657         (types_used_by_var_decl_insert): Likewise.
37658         * gengtype.c (variable_size_p): Remove function.
37659         (enum alloc_quantity): Remove enum.
37660         (write_typed_alloc_def): Remove function.
37661         (write_typed_struct_alloc_def): Likewise.
37662         (write_typed_typedef_alloc_def): Likewise.
37663         (write_typed_alloc_defns): Likewise.
37664         (main): Adjust.
37665         * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
37666         (ggc_cleared_alloc_ptr_array_two_args): Likewise.
37667         * ggc.h (ggc_alloc): new function.
37668         (ggc_cleared_alloc): Likewise.
37669         (ggc_vec_alloc): Template on type of vector element, and remove
37670         element size argument.
37671         (ggc_cleared_vec_alloc): Likewise.
37672         * gimple.c (gimple_build_omp_for): Adjust.
37673         (gimple_copy): Likewise.
37674         * ipa-cp.c (get_replacement_map): Likewise.
37675         (find_aggregate_values_for_callers_subset): Likewise.
37676         (known_aggs_to_agg_replacement_list): Likewise.
37677         * ipa-devirt.c (get_odr_type): Likewise.
37678         * ipa-prop.c (ipa_node_duplication_hook): Likewise.
37679         (read_agg_replacement_chain): Likewise.
37680         * loop-iv.c (get_simple_loop_desc): Likewise.
37681         * lto-cgraph.c (input_node_opt_summary): Likewise.
37682         * lto-section-in.c (lto_new_in_decl_state): Likewise.
37683         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
37684         (input_eh_region): Likewise.
37685         (input_eh_lp): Likewise.
37686         (input_cfg): Likewise.
37687         * optabs.c (set_optab_libfunc): Likewise.
37688         (init_tree_optimization_optabs): Likewise.
37689         (set_conv_libfunc): Likewise.
37690         * passes.c (do_per_function_toporder): Likewise.
37691         * rtl.h: Don't use variable_size gty attribute.
37692         * sese.c (if_region_set_false_region): Adjust.
37693         * stringpool.c (gt_pch_save_stringpool): Likewise.
37694         * target-globals.c (save_target_globals): Likewise.
37695         * toplev.c (general_init): Likewise.
37696         * trans-mem.c (record_tm_replacement): Likewise.
37697         (split_bb_make_tm_edge): Likewise.
37698         * tree-cfg.c (move_sese_region_to_fn): Likewise.
37699         * tree-data-ref.h (lambda_vector_new): Likewise.
37700         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
37701         * tree-iterator.c (tsi_link_before): Likewise.
37702         (tsi_link_after): Likewise.
37703         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
37704         * tree-ssa-loop-niter.c (record_estimate): Likewise.
37705         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
37706         * tree-ssa-operands.h: Don't use variable_size gty attribute.
37707         * tree-ssa.c (init_tree_ssa): Adjust.
37708         * tree-ssanames.c (set_range_info): Likewise.
37709         (get_ptr_info): Likewise.
37710         (duplicate_ssa_name_ptr_info): Likewise.
37711         (duplicate_ssa_name_range_info): Likewise.
37712         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
37713         (unpack_ts_fixed_cst_value_fields): Likewise.
37714         * tree.c (build_fixed): Likewise.
37715         (build_real): Likewise.
37716         (build_string): Likewise.
37717         (decl_priority_info): Likewise.
37718         (decl_debug_expr_insert): Likewise.
37719         (decl_value_expr_insert): Likewise.
37720         (decl_debug_args_insert): Likewise.
37721         (type_hash_add): Likewise.
37722         (build_omp_clause): Likewise.
37723         * ubsan.c (decl_for_type_insert): Likewise.
37724         * varasm.c (get_unnamed_section): Likewise.
37725         (get_noswitch_section): Likewise.
37726         (get_section): Likewise.
37727         (get_block_for_section): Likewise.
37728         (create_block_symbol): Likewise.
37729         (build_constant_desc): Likewise.
37730         (create_constant_pool): Likewise.
37731         (force_const_mem): Likewise.
37732         (record_tm_clone_pair): Likewise.
37733         * varpool.c (varpool_create_empty_node): Likewise.
37735 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
37737         * dwarf2out.c (tree_add_const_value_attribute): Call
37738         ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
37739         * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
37740         instead of ggc_internal_<x>alloc_stat.
37741         * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
37742         (ggc_realloc): Likewise.
37743         * ggc-none.c (ggc_internal_alloc): Likewise.
37744         (ggc_internal_cleared_alloc): Likewise.
37745         * ggc-page.c: Likewise.
37746         * ggc.h (ggc_internal_alloc_stat): Likewise.
37747         (ggc_internal_alloc): Remove macro.
37748         (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
37749         (ggc_internal_cleared_alloc): Remove macro.
37750         (GGC_RESIZEVEC): Adjust.
37751         (ggc_resizevar): Remove macro.
37752         (ggc_internal_vec_alloc_stat): Drop _stat suffix.
37753         (ggc_internal_cleared_vec_alloc_stat): Likewise.
37754         (ggc_internal_vec_cleared_alloc): Remove macro.
37755         (ggc_alloc_atomic_stat): Drop _stat suffix.
37756         (ggc_alloc_atomic): Remove macro.
37757         (ggc_alloc_cleared_atomic): Remove macro.
37758         (ggc_alloc_string_stat): Drop _stat suffix.
37759         (ggc_alloc_string): Remove macro.
37760         (ggc_alloc_rtx_def_stat): Adjust.
37761         (ggc_alloc_tree_node_stat): Likewise.
37762         (ggc_alloc_cleared_tree_node_stat): Likewise.
37763         (ggc_alloc_cleared_gimple_statement_stat): Likewise.
37764         (ggc_alloc_cleared_simd_clone_stat): Likewise.
37765         * gimple.c (gimple_build_omp_for): Likewise.
37766         (gimple_copy): Likewise.
37767         * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
37768         * toplev.c (realloc_for_line_map): Adjust.
37769         * tree-data-ref.h (lambda_vector_new): Likewise.
37770         * tree-phinodes.c (allocate_phi_node): Likewise.
37771         * tree.c (grow_tree_vec_stat): Likewise.
37772         * vec.h (va_gc::reserve): Adjust.
37774 2014-05-17  Ajit Agarwal  <ajitkum@xilinx.com>
37776         * config/microblaze/microblaze.c (break_handler): New Declaration.
37777         (microblaze_break_function_p,microblaze_is_break_handler): New.
37778         (compute_frame_size): Use microblaze_break_function_p.
37779         Add the test of break_handler.
37780         (microblaze_function_prologue) : Add the test of variable
37781         break_handler.  Check the fnname by BREAK_HANDLER_NAME.
37782         (microblaze_function_epilogue) : Add the test of break_handler.
37783         (microblaze_globalize_label) : Add the test of break_handler.
37784         Check the name by BREAK_HANDLER_NAME.
37786         * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
37788         * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
37789         microblaze_is_break_handler test.
37790         (call_internal1,call_value_intern): Use microblaze_break_function_p.
37791         Use SYMBOL_REF_DECL.
37793         * config/microblaze/microblaze-protos.h
37794         (microblaze_break_function_p,microblaze_is_break_handler):
37795         New Declaration.
37797         * doc/extend.texi (MicroBlaze break_handler Functions): Document
37798         new MicroBlaze break_handler functions.
37800 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
37802         * doc/extend.texi (Size of an asm): Move node text according
37803         to its @menu entry position.
37805 2014-05-17  Marc Glisse  <marc.glisse@inria.fr>
37807         PR tree-optimization/61140
37808         PR tree-optimization/61150
37809         PR tree-optimization/61197
37810         * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
37812 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
37814         * doc/invoke.texi (free): Mention Alpha.  Also enabled at -Os.
37816 2014-05-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
37818         * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
37819         __SIZEOF_INT128__ is defined.
37821 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
37823         * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
37824         (rs6000_delegitimize_address): Use it.
37826 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
37828         * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
37829         inplace argument.  Store the new address in the original MEM when true.
37830         * emit-rtl.c (change_address_1): Likewise.
37831         (adjust_address_1, adjust_automodify_address_1, offset_address):
37832         Update accordingly.
37833         * rtl.h (plus_constant): Add an inplace argument.
37834         * explow.c (plus_constant): Likewise.  Try to reuse the original PLUS
37835         when true.  Avoid generating (plus X (const_int 0)).
37836         * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
37837         in-place.  Pass true to plus_constant.
37838         (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
37840 2014-05-16  Dehao Chen  <dehao@google.com>
37842         * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
37844 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
37846         PR target/54089
37847         * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
37848         patterns.
37849         * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
37851 2014-05-16  Dehao Chen  <dehao@google.com>
37853         * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
37854         optimize_function_for_size_p.
37855         * regs.h (REG_FREQ_FROM_BB): Likewise.
37857 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
37859         PR target/51244
37860         * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
37861         negt_reg_operand cases.
37862         * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
37863         predicate.
37864         * config/sh/predicates.md (cbranch_treg_value): Simplify.
37866 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
37868         * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
37869         target variants.
37871 2014-05-16  David Malcolm  <dmalcolm@redhat.com>
37873         Revert:
37874         2014-04-29  David Malcolm  <dmalcolm@redhat.com>
37876         * tree-cfg.c (dump_function_to_file): Dump the return type of
37877         functions, in a line to itself before the function body, mimicking
37878         the layout of a C function.
37880 2014-05-16  Dehao Chen  <dehao@google.com>
37882         * cfghooks.c (make_forwarder_block): Use direct computation to
37883         get fall-through edge's count and frequency.
37885 2014-05-16  Benno Schulenberg  <bensberg@justemail.net>
37887         * config/arc/arc.c (arc_init): Fix typo in error message.
37888         * config/i386/i386.c (ix86_expand_builtin): Likewise.
37889         (split_stack_prologue_scratch_regno): Likewise.
37890         * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
37891         word from error message.
37893 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
37895         * ira-costs.c: Fix typo in comment.
37897 2014-05-16  David Wohlferd <dw@LimeGreenSocks.com>
37899         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
37901 2014-05-16  Jan Hubicka  <hubicka@ucw.cz>
37903         * varpool.c (dump_varpool_node): Dump write-only flag.
37904         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
37905         write-only flag.
37906         * tree-cfg.c (execute_fixup_cfg): Remove statements setting
37907         write-only variables.
37908         * ipa.c (process_references): New function.
37909         (set_readonly_bit): New function.
37910         (set_writeonly_bit): New function.
37911         (clear_addressable_bit): New function.
37912         (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
37913         fix handling of aliases.
37914         * cgraph.h (struct varpool_node): Add writeonly flag.
37916 2014-05-16  Vladimir Makarov  <vmakarov@redhat.com>
37918         PR rtl-optimization/60969
37919         * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
37920         Calculate costs for this case.
37922 2014-05-16  Eric Botcazou  <ebotcazou@adacore.com>
37924         * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
37925         <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
37927 2014-05-16  Richard Biener  <rguenther@suse.de>
37929         PR tree-optimization/61194
37930         * tree-vect-patterns.c (adjust_bool_pattern): Also handle
37931         bool patterns ending in a COND_EXPR.
37933 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37935         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
37937 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37939         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
37940         where we were unable to cost an RTX.
37942 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37944         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
37945         HIGH, LO_SUM.
37947 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37948             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37950         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
37952 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37953             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37955         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
37956         FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
37958 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37959             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37961         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
37962         operators.
37964 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37965             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37967         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
37968         DIV/MOD.
37970 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37971             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37973         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
37974         (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
37976 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37977             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37979         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
37980         rotates and shifts.
37982 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37983             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37985         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
37986         ZERO_EXTEND and SIGN_EXTEND better.
37988 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37989             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37991         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
37992         logical operations.
37994 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
37995             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
37997         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
37998         costs when costing loads and stores to memory.
38000 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38001             Philip Tomsich  <philipp.tomsich@theobroma-systems.com>
38003         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
38004         for SET RTX.
38006 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38008         * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
38010 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38011             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
38013         * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
38014         to...
38015         (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
38016         well formed.
38017         (aarch64_rtx_mult_cost): New.
38018         (aarch64_rtx_costs): Use it, refactor as appropriate.
38020 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38021             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
38023         * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
38024         emit instructions, return number of instructions which would
38025         be emitted.
38026         (aarch64_add_constant): Update call to aarch64_build_constant.
38027         (aarch64_output_mi_thunk): Likewise.
38028         (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
38029         a CONST_DOUBLE.
38031 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38033         * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
38034         (TARGET_RTX_COSTS): Call it.
38036 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38038         * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
38039         (cortexa57_vector_cost): Likewise.
38040         (cortexa57_tunings): Use them.
38042 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
38044         * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
38045         (cpu_addrcost_table): Use it.
38046         * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
38047         (aarch64_address_cost): Rewrite using aarch64_classify_address,
38048         move it.
38050 2014-05-16  Richard Biener  <rguenther@suse.de>
38052         * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
38053         (set_ssa_val_to): Handle unexpected sets to VN_TOP.
38054         (visit_phi): Ignore edges marked as not executable.
38055         (class cond_dom_walker): New.
38056         (cond_dom_walker::before_dom_children): Value-number
38057         control statements and mark successor edges as not
38058         executable if possible.
38059         (run_scc_vn): First walk all control statements in
38060         dominator order, marking edges as not executable.
38061         * tree-inline.c (copy_edges_for_bb): Be not confused
38062         about random edge flags.
38064 2014-05-16  Richard Biener  <rguenther@suse.de>
38066         * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
38068 2014-05-15  Peter Bergner  <bergner@vnet.ibm.com>
38070         PR target/61193
38071         * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
38072         (__TM_simple_begin): Use it.
38073         (__TM_begin): Likewise.
38075 2014-05-15  Martin Jambor  <mjambor@suse.cz>
38077         PR ipa/61085
38078         * ipa-prop.c (update_indirect_edges_after_inlining): Check
38079         type_preserved flag when the indirect edge is polymorphic.
38081 2014-05-15  Martin Jambor  <mjambor@suse.cz>
38083         PR tree-optimization/61090
38084         * tree-sra.c (sra_modify_expr): Pass the current gsi to
38085         build_ref_for_model.
38087 2014-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38089         * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
38090         enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
38092 2014-05-15  Jakub Jelinek  <jakub@redhat.com>
38094         PR tree-optimization/61158
38095         * fold-const.c (fold_binary_loc): If X is zero-extended and
38096         shiftc >= prec, make sure zerobits is all ones instead of
38097         invoking undefined behavior.
38099 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
38101         * regcprop.h: New file.
38102         * regcprop.c (skip_debug_insn_p): New decl.
38103         (replace_oldest_value_reg): Check skip_debug_insn_p.
38104         (copyprop_hardreg_forward_bb_without_debug_insn): New function.
38105         * shrink-wrap.c: Include regcprop.h.
38106         (prepare_shrink_wrap): Call
38107         copyprop_hardreg_forward_bb_without_debug_insn.
38109 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
38111         * shrink-wrap.h: Update comment.
38112         * shrink-wrap.c: Update comment.
38113         (next_block_for_reg): Rename to live_edge_for_reg.
38114         (live_edge_for_reg): Allow live_edge->dest has two predecessors.
38115         (move_insn_for_shrink_wrap): Split live_edge.
38116         (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
38118 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
38120         * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
38121         Delete.
38122         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
38123         * config/sparc/sparc.md (fptype_ut699): New attribute.
38124         (in_branch_delay): Return false if -mfix-ut699 is specified and
38125         fptype_ut699 is set to single.
38126         (truncdfsf2): Add fptype_ut699 attribute.
38127         (fix_truncdfsi2): Likewise.
38128         (floatsisf2): Change fptype attribute.
38129         (fix_truncsfsi2): Likewise.
38130         (negtf2_notv9): Delete.
38131         (negtf2_v9): Likewise.
38132         (negtf2_hq): New instruction.
38133         (negtf2): New instruction and splitter.
38134         (negdf2_notv9): Rewrite.
38135         (abstf2_notv9): Delete.
38136         (abstf2_hq_v9): Likewise.
38137         (abstf2_v9): Likewise.
38138         (abstf2_hq): New instruction.
38139         (abstf2): New instruction and splitter.
38140         (absdf2_notv9): Rewrite.
38142 2014-05-14  Cary Coutant  <ccoutant@google.com>
38144         PR debug/61013
38145         * opts.c (common_handle_option): Don't special-case "-g".
38146         (set_debug_level): Default to at least level 2 with "-g".
38148 2014-05-14  DJ Delorie  <dj@redhat.com>
38150         * config/msp430/msp430.c (msp430_builtin): Add
38151         MSP430_BUILTIN_DELAY_CYCLES.
38152         (msp430_init_builtins): Register void __delay_cycles(long long).
38153         (msp430_builtin_decl): Add it.
38154         (cg_magic_constant): New.
38155         (msp430_expand_delay_cycles): New.
38156         (msp430_expand_builtin): Call it.
38157         (msp430_print_operand_raw): Change integer printing from "int" to
38158         HOST_WIDE_INT.
38159         * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
38160         (delay_cycles_start): New.
38161         (delay_cycles_end): New.
38162         (delay_cycles_32): New.
38163         (delay_cycles_32x): New.
38164         (delay_cycles_16): New.
38165         (delay_cycles_16x): New.
38166         (delay_cycles_2): New.
38167         (delay_cycles_1): New.
38168         * doc/extend.texi: Document __delay_cycles().
38170 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
38172         * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
38173         length attribute computation.
38175 2014-05-14  Richard Sandiford  <rdsandiford@googlemail.com>
38177         PR debug/61188
38178         * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
38180 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
38182         PR target/61084
38183         * config/sparc/sparc.md: Fix types of low and high in DI constant
38184         splitter.  Use gen_int_mode in some other splitters.
38186 2014-05-14  Martin Jambor  <mjambor@suse.cz>
38188         PR ipa/60897
38189         * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
38191 2014-05-14  James Norris  <jnorris@codesourcery.com>
38193         * omp-low.c (expand_parallel_call): Remove shadow variable.
38194         (expand_omp_taskreg): Likewise.
38196 2014-05-14  Ilya Tocar  <ilya.tocar@intel.com>
38198         * common/config/i386/i386-common.c
38199         (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
38200         (OPTION_MASK_ISA_XSAVES_SET): Ditto.
38201         (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
38202         (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
38203         (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
38204         (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
38205         (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
38206         * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
38207         xsavecintrin.h, xsavesintrin.h.
38208         (x86_64-*-*): Ditto.
38209         * config/i386/clflushoptintrin.h: New.
38210         * config/i386/xsavecintrin.h: Ditto.
38211         * config/i386/xsavesintrin.h: Ditto.
38212         * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
38213         (bit_XSAVES): Ditto.
38214         (bit_XSAVES): Ditto.
38215         * config/i386/driver-i386.c (host_detect_local_cpu): Handle
38216         -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
38217         -mno-clflushopt.
38218         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
38219         OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
38220         OPTION_MASK_ISA_XSAVES.
38221         * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
38222         -mxsavec, -mxsaves.
38223         (PTA_CLFLUSHOPT) Define.
38224         (PTA_XSAVEC): Ditto.
38225         (PTA_XSAVES): Ditto.
38226         (ix86_option_override_internal): Handle new options.
38227         (ix86_valid_target_attribute_inner_p): Ditto.
38228         (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
38229         IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
38230         IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
38231         (bdesc_special_args): Add __builtin_ia32_xsaves,
38232         __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
38233         __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
38234         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
38235         (ix86_expand_builtin): Handle new builtins.
38236         * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
38237         (TARGET_CLFLUSHOPT_P): Ditto.
38238         (TARGET_XSAVEC): Ditto.
38239         (TARGET_XSAVEC_P): Ditto.
38240         (TARGET_XSAVES): Ditto.
38241         (TARGET_XSAVES_P): Ditto.
38242         * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
38243         (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
38244         (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
38245         (ANY_XRSTOR): New.
38246         (ANY_XRSTOR64): Ditto.
38247         (xrstor): Ditto.
38248         (xrstor): Change into <xrstor>.
38249         (xrstor_rex64): Change into <xrstor>_rex64.
38250         (xrstor64): Change into <xrstor>64
38251         (clflushopt): New.
38252         * config/i386/i386.opt (mclflushopt): New.
38253         (mxsavec): Ditto.
38254         (mxsaves): Ditto.
38255         * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
38256         xsavecintrin.h.
38257         * doc/invoke.texi: Document new options.
38259 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
38261         PR rtl-optimization/60866
38262         * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
38263         Default it to -1.  Pass it down to init_simplejump_data.
38264         (init_simplejump_data): New parameter old_seqno.  Pass it down
38265         to get_seqno_for_a_jump.
38266         (get_seqno_for_a_jump): New parameter old_seqno.  Use it for
38267         initializing new jump seqno as a last resort.  Add comment.
38268         (sel_redirect_edge_and_branch): Save old seqno of the conditional
38269         jump and pass it down to sel_init_new_insn.
38270         (sel_redirect_edge_and_branch_force): Likewise.
38272 2014-05-14  Georg-Johann Lay  <avr@gjlay.de>
38274         * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
38275         shifted values to avoid build warning.
38277 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
38279         * cfgcleanup.c (try_forward_edges): Use location_t for locations.
38280         * cfgrtl.c (rtl_merge_blocks): Fix comment.
38281         (cfg_layout_merge_blocks): Likewise.
38282         * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
38284 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
38286         PR rtl-optimization/60901
38287         * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
38288         bb predecessor belongs to the same scheduling region.  Adjust comment.
38290 2014-05-13  Peter Bergner  <bergner@vnet.ibm.com>
38292         * doc/sourcebuild.texi: (dfp_hw): Document.
38293         (p8vector_hw): Likewise.
38294         (powerpc_eabi_ok): Likewise.
38295         (powerpc_elfv2): Likewise.
38296         (powerpc_htm_ok): Likewise.
38297         (ppc_recip_hw): Likewise.
38298         (vsx_hw): Likewise.
38300 2014-05-13  Cary Coutant  <ccoutant@google.com>
38302         * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
38304 2014-05-13  David Malcolm  <dmalcolm@redhat.com>
38306         * gengtype-parse.c (require3): Eliminate in favor of...
38307         (require4): New.
38308         (require_template_declaration): Update to support optional single *
38309         on a type.
38311         * gengtype.c (get_ultimate_base_class): Add a non-const overload.
38312         (create_user_defined_type): Handle a single level of explicit
38313         pointerness within template arguments.
38314         (struct write_types_data): Add field "kind".
38315         (filter_type_name): Handle "*" character.
38316         (write_user_func_for_structure_ptr): Require a write_types_data
38317         rather than just a prefix string, so that we can look up the kind
38318         of the wtd and use it as an index into wrote_user_func_for_ptr,
38319         ensuring that such functions are written at most once.  Support
38320         subclasses by invoking the marking function of the ultimate base class.
38321         (write_user_func_for_structure_body): Require a write_types_data
38322         rather than just a prefix string, so that we can pass this to
38323         write_user_func_for_structure_ptr.
38324         (write_func_for_structure): Likewise.
38325         (ggc_wtd): Add initializer of new "kind" field.
38326         (pch_wtd): Likewise.
38328         * gengtype.h (enum write_types_kinds): New.
38329         (struct type): Add field wrote_user_func_for_ptr to the "s"
38330         union member.
38332 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
38334         * fold-const.c (optimize_bit_field_compare): Use wi:: operations
38335         instead of const_binop.
38336         (fold_binary_loc): Likewise.
38338 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
38340         * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
38341         calculation to match get_ref_base_and_extent.
38343 2014-05-13  Catherine Moore  <clm@codesourcery.com>
38344             Sandra Loosemore  <sandra@codesourcery.com>
38346         * configure.ac: Fix assembly for explicit JALR relocation check.
38347         * configure: Regenerate.
38349 2014-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38351         * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
38352         (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
38353         Remove associated type declarations and initialisations.
38354         (arm_expand_neon_builtin): Likewise.
38355         (neon_emit_pair_result_insn): Delete.
38356         * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
38357         * config/arm/neon.md (neon_vtrn<mode>): Delete.
38358         (neon_vzip<mode>): Likewise.
38359         (neon_vuzp<mode>): Likewise.
38361 2014-05-13  Richard Biener  <rguenther@suse.de>
38363         PR ipa/60973
38364         * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
38365         it needs revisiting whether the call still may be tail-called.
38367 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38369         * rtl.def (SYMBOL_REF): Remove middle "0" field.
38370         * rtl.h (block_symbol): Reduce number of fields to 2.
38371         (rtx_def): Add u2.symbol_ref_flags.
38372         (SYMBOL_REF_FLAGS): Use it.
38373         (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
38374         (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
38375         * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
38376         Lower index of SYMBOL_REF_DATA.
38377         * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
38378         Print SYMBOL_REF_FLAGS at the same time.
38379         * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
38381 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38383         * rtl.def (VAR_LOCATION): Remove "i" field.
38384         * rtl.h (rtx_def): Add u2.var_location_status.
38385         (PAT_VAR_LOCATION_STATUS): Use it.
38386         (gen_rtx_VAR_LOCATION): Declare.
38387         * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
38388         * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
38389         * var-tracking.c (emit_note_insn_var_location): Remove casts.
38391 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38393         * rtl.def (scratch): Fix outdated comment and remove "0" field.
38394         * gengtype.c (adjust_field_rtx_def): Update accordingly.
38396 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38398         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
38399         (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
38400         * rtl.h (rtx_def): Add insn_uid to u2 field.
38401         (RTX_FLAG_CHECK8): Delete in favor of...
38402         (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
38403         (INSN_DELETED_P): Update accordingly.
38404         (INSN_UID): Use u2.insn_uid.
38405         (INSN_CHAIN_CODE_P): Define.
38406         (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
38407         (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
38408         (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
38409         (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
38410         (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
38411         indices accordingly.
38412         * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
38413         Update indices for insn-chain rtxes.
38414         * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
38415         (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
38416         * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
38417         * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
38418         * combine.c (try_combine): Likewise.
38419         * ira.c (setup_prohibited_mode_move_regs): Likewise.
38421 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38423         * rtl.def (REG): Remove middle field.
38424         * rtl.h (rtx_def): Add orignal_regno to u2.
38425         (ORIGINAL_REGNO): Use it instead of field 1.
38426         (REG_ATTRS): Lower field index accordingly.
38427         * gengtype.c (adjust_field_rtx_def): Remove handling of
38428         ORIGINAL_REGNO.  Move REG_ATTRS index down.
38429         * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
38430         code that prints the REGNO.
38432 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38434         * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
38435         GENERATOR_FILE.
38437 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
38439         * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
38441 2014-05-13  Bin Cheng  <bin.cheng@arm.com>
38443         * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
38444         (alloc_iv): Lower base expressions containing ADDR_EXPR.
38446 2014-05-13  Ian Bolton  <ian.bolton@arm.com>
38448         * config/aarch64/aarch64-protos.h
38449         (aarch64_hard_regno_caller_save_mode): New prototype.
38450         * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
38451         New function.
38452         * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
38454 2014-05-13  Christian Bruel  <christian.bruel@st.com>
38456         * target.def (mode_switching): New hook vector.
38457         (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
38458         (mode_exit, modepriority_to_mode): Likewise.
38459         * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
38460         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
38461         * target.h: Include tm.h and hard-reg-set.h.
38462         * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
38463         (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
38464         * doc/tm.texi Regenerate.
38465         * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
38466         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
38467         * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
38468         (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
38469         * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
38470         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
38471         * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
38472         (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
38473         * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
38474         (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
38475         (ix86_emit_mode_set): Hookify.
38476         * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
38477         Delete.
38478         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
38479         * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
38480         (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
38481         (epiphany_mode_priority_to_mode): Remove declaration.
38482         * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
38483         (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
38484         (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
38485         Likewise.
38486         (epiphany_mode_priority_to_mode): Change priority type.  Hookify.
38487         (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
38488         (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
38490 2014-05-13  Jakub Jelinek  <jakub@redhat.com>
38492         PR target/61060
38493         * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
38494         is const0_rtx, return immediately.  Don't test count == 0 when
38495         it is always true.
38497 2014-05-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
38499         * Makefile.in: add shrink-wrap.o.
38500         * config/i386/i386.c: include "shrink-wrap.h"
38501         * function.c: Likewise.
38502         (requires_stack_frame_p, next_block_for_reg,
38503         move_insn_for_shrink_wrap, prepare_shrink_wrap,
38504         dup_block_and_redirect): Move to shrink-wrap.c
38505         (thread_prologue_and_epilogue_insns): Extract three code segments
38506         as functions in shrink-wrap.c
38507         * function.h: Move #ifdef HAVE_simple_return ... #endif block to
38508         shrink-wrap.h
38509         * shrink-wrap.c: New file.
38510         * shrink-wrap.h: New file.
38512 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
38514         * doc/extend.texi: Reflect current numbers of pragmas.  Remove
38515         reference to Solaris.
38517 2014-05-12  Mike Stump  <mikestump@comcast.net>
38519         PR other/31778
38520         * genattrtab.c (filename): Add.
38521         (convert_set_attr_alternative): Improve error message.
38522         (check_defs): Restore read_md_filename for error messages.
38523         (gen_insn): Save filename.
38525 2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>
38527         * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
38528         -fno-local-ivars and -fivar-visibility.
38529         * c-family/c.opt: Make -Wshadow also implicitly enable
38530         -Wshadow-ivar.
38532 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
38534         * doc/tm.texi: Remove reference to deleted macro.
38535         * doc/tm.texi.in: Likewise.
38537 2014-05-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
38539         PR target/60991
38540         * config/avr/avr.c (avr_out_store_psi): Use correct constant
38541         to restore Y.
38543 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
38545         PR libgcc/61152
38546         * config/arm/arm.h (License): Add GCC Runtime Library Exception.
38547         * config/arm/aout.h (License): Same.
38548         * config/arm/bpabi.h (License): Same.
38549         * config/arm/elf.h (License): Same.
38550         * config/arm/linux-elf.h (License): Same.
38551         * config/arm/linux-gas.h (License): Same.
38552         * config/arm/netbsd-elf.h (License): Same.
38553         * config/arm/uclinux-eabi.h (License): Same.
38554         * config/arm/uclinux-elf.h (License): Same.
38555         * config/arm/vxworks.h (License): Same.
38557 2014-05-11  Jakub Jelinek  <jakub@redhat.com>
38559         * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
38560         * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
38561         number of operands to 3.
38562         (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
38563         * tree-nested.c (convert_nonlocal_omp_clauses,
38564         convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
38565         * gimplify.c (gimplify_scan_omp_clauses): Handle
38566         OMP_CLAUSE_LINEAR_STMT.
38567         * omp-low.c (lower_rec_input_clauses): Fix typo.
38568         (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
38569         cast between Fortran boolean_type_node and C _Bool if
38570         needed.
38572 2014-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
38574         PR tree-optimization/61136
38575         * wide-int.h (multiple_of_p): Define a version that doesn't return
38576         the quotient.
38577         * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
38578         integer_zerop/const_binop pair.
38579         (multiple_of_p): Likewise, converting both operands to widest_int
38580         precision.
38582 2014-05-09  Teresa Johnson  <tejohnson@google.com>
38584         * cgraphunit.c (analyze_functions): Use correct dump file.
38586 2014-05-09  Florian Weimer  <fweimer@redhat.com>
38588         * cfgexpand.c (stack_protect_decl_p): New function, extracted from
38589         expand_used_vars.
38590         (stack_protect_return_slot_p): New function.
38591         (expand_used_vars): Call stack_protect_decl_p and
38592         stack_protect_return_slot_p for -fstack-protector-strong.
38594 2014-05-09  David Wohlferd <LimeGreenSocks@yahoo.com>
38595         Andrew Haley <aph@redhat.com>
38596         Richard Sandiford <rdsandiford@googlemail.com>
38598         * doc/extend.texi: Rewrite inline asm page / re-org asm-related
38599         pages.
38601 2014-05-09  Kenneth Zadeck  <zadeck@naturalbridge.com>
38603         PR middle-end/61111
38604         * fold-const.c (fold_binary_loc): Changed width of mask.
38606 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
38608         * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
38609         unsigned int initializers for regno_in, regno_out.
38611 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
38613         PR target/61055
38614         * config/avr/avr.md (cc): Add new attribute set_vzn.
38615         (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
38616         Set cc insn attribute to set_vzn instead of set_zn for alternatives
38617         with INC, DEC or NEG.
38618         * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
38619         (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
38620         INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
38622 2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38624         Revert:
38625         2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38627         * wide-int.cc (UTItype): Define.
38628         (UDWtype): Define for appropriate W_TYPE_SIZE.
38630 2014-05-09  Richard Biener  <rguenther@suse.de>
38632         * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
38633         * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
38634         (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
38635         (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
38636         ssa_propagate): Adjust.
38638 2014-05-08  Jeff Law  <law@redhat.com>
38640         PR tree-optimization/61009
38641         * tree-ssa-threadedge.c (thread_through_normal_block): Return a
38642         tri-state rather than a boolean.  When a block is too big to
38643         thread through, inform caller via negative return value.
38644         (thread_across_edge): If a block was too big for normal threading,
38645         then it's too big for a joiner too, so remove temporary equivalences
38646         and return immediately.
38648 2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
38649             Matthias Klose  <doko@ubuntu.com>
38651         PR driver/61106
38652         * optc-gen.awk: Fix option handling for -Wunused-parameter.
38654 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
38656         PR target/59952
38657         * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
38659 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
38661         PR target/61092
38662         * config/alpha/alpha.c: Include gimple-iterator.h.
38663         (alpha_gimple_fold_builtin): New function.  Move
38664         ALPHA_BUILTIN_UMULH folding from ...
38665         (alpha_fold_builtin): ... here.
38666         (TARGET_GIMPLE_FOLD_BUILTIN): New define.
38668 2014-05-08  Wei Mi  <wmi@google.com>
38670         PR target/58066
38671         * config/i386/i386.c (ix86_compute_frame_layout): Update
38672         preferred_stack_boundary for call, expanded from tls descriptor.
38673         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
38674         to depend on SP register.
38675         (*tls_local_dynamic_base_32_gnu): Ditto.
38676         (*tls_local_dynamic_32_once): Ditto.
38677         (tls_global_dynamic_64_<mode>): Set
38678         ix86_tls_descriptor_calls_expanded_in_cfun.
38679         (tls_local_dynamic_base_64_<mode>): Ditto.
38680         (tls_global_dynamic_32): Set
38681         ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
38682         to depend on SP register.
38683         (tls_local_dynamic_base_32): Ditto.
38685 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38687         * config/arm/arm_neon.h: Update comment.
38688         * config/arm/neon-docgen.ml: Delete.
38689         * config/arm/neon-gen.ml: Delete.
38690         * doc/arm-neon-intrinsics.texi: Update comment.
38692 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38694         * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
38695         and v4sf versions.
38696         (vand, vorr, veor, vorn, vbic): Remove.
38697         * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
38698         iterator.
38699         (neon_vsub_unspec): Likewise.
38700         (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
38702 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38704         * config/arm/arm_neon.h (vadd_s8): GNU C implementation
38705         (vadd_s16): Likewise.
38706         (vadd_s32): Likewise.
38707         (vadd_f32): Likewise.
38708         (vadd_u8): Likewise.
38709         (vadd_u16): Likewise.
38710         (vadd_u32): Likewise.
38711         (vadd_s64): Likewise.
38712         (vadd_u64): Likewise.
38713         (vaddq_s8): Likewise.
38714         (vaddq_s16): Likewise.
38715         (vaddq_s32): Likewise.
38716         (vaddq_s64): Likewise.
38717         (vaddq_f32): Likewise.
38718         (vaddq_u8): Likewise.
38719         (vaddq_u16): Likewise.
38720         (vaddq_u32): Likewise.
38721         (vaddq_u64): Likewise.
38722         (vmul_s8): Likewise.
38723         (vmul_s16): Likewise.
38724         (vmul_s32): Likewise.
38725         (vmul_f32): Likewise.
38726         (vmul_u8): Likewise.
38727         (vmul_u16): Likewise.
38728         (vmul_u32): Likewise.
38729         (vmul_p8): Likewise.
38730         (vmulq_s8): Likewise.
38731         (vmulq_s16): Likewise.
38732         (vmulq_s32): Likewise.
38733         (vmulq_f32): Likewise.
38734         (vmulq_u8): Likewise.
38735         (vmulq_u16): Likewise.
38736         (vmulq_u32): Likewise.
38737         (vsub_s8): Likewise.
38738         (vsub_s16): Likewise.
38739         (vsub_s32): Likewise.
38740         (vsub_f32): Likewise.
38741         (vsub_u8): Likewise.
38742         (vsub_u16): Likewise.
38743         (vsub_u32): Likewise.
38744         (vsub_s64): Likewise.
38745         (vsub_u64): Likewise.
38746         (vsubq_s8): Likewise.
38747         (vsubq_s16): Likewise.
38748         (vsubq_s32): Likewise.
38749         (vsubq_s64): Likewise.
38750         (vsubq_f32): Likewise.
38751         (vsubq_u8): Likewise.
38752         (vsubq_u16): Likewise.
38753         (vsubq_u32): Likewise.
38754         (vsubq_u64): Likewise.
38755         (vand_s8): Likewise.
38756         (vand_s16): Likewise.
38757         (vand_s32): Likewise.
38758         (vand_u8): Likewise.
38759         (vand_u16): Likewise.
38760         (vand_u32): Likewise.
38761         (vand_s64): Likewise.
38762         (vand_u64): Likewise.
38763         (vandq_s8): Likewise.
38764         (vandq_s16): Likewise.
38765         (vandq_s32): Likewise.
38766         (vandq_s64): Likewise.
38767         (vandq_u8): Likewise.
38768         (vandq_u16): Likewise.
38769         (vandq_u32): Likewise.
38770         (vandq_u64): Likewise.
38771         (vorr_s8): Likewise.
38772         (vorr_s16): Likewise.
38773         (vorr_s32): Likewise.
38774         (vorr_u8): Likewise.
38775         (vorr_u16): Likewise.
38776         (vorr_u32): Likewise.
38777         (vorr_s64): Likewise.
38778         (vorr_u64): Likewise.
38779         (vorrq_s8): Likewise.
38780         (vorrq_s16): Likewise.
38781         (vorrq_s32): Likewise.
38782         (vorrq_s64): Likewise.
38783         (vorrq_u8): Likewise.
38784         (vorrq_u16): Likewise.
38785         (vorrq_u32): Likewise.
38786         (vorrq_u64): Likewise.
38787         (veor_s8): Likewise.
38788         (veor_s16): Likewise.
38789         (veor_s32): Likewise.
38790         (veor_u8): Likewise.
38791         (veor_u16): Likewise.
38792         (veor_u32): Likewise.
38793         (veor_s64): Likewise.
38794         (veor_u64): Likewise.
38795         (veorq_s8): Likewise.
38796         (veorq_s16): Likewise.
38797         (veorq_s32): Likewise.
38798         (veorq_s64): Likewise.
38799         (veorq_u8): Likewise.
38800         (veorq_u16): Likewise.
38801         (veorq_u32): Likewise.
38802         (veorq_u64): Likewise.
38803         (vbic_s8): Likewise.
38804         (vbic_s16): Likewise.
38805         (vbic_s32): Likewise.
38806         (vbic_u8): Likewise.
38807         (vbic_u16): Likewise.
38808         (vbic_u32): Likewise.
38809         (vbic_s64): Likewise.
38810         (vbic_u64): Likewise.
38811         (vbicq_s8): Likewise.
38812         (vbicq_s16): Likewise.
38813         (vbicq_s32): Likewise.
38814         (vbicq_s64): Likewise.
38815         (vbicq_u8): Likewise.
38816         (vbicq_u16): Likewise.
38817         (vbicq_u32): Likewise.
38818         (vbicq_u64): Likewise.
38819         (vorn_s8): Likewise.
38820         (vorn_s16): Likewise.
38821         (vorn_s32): Likewise.
38822         (vorn_u8): Likewise.
38823         (vorn_u16): Likewise.
38824         (vorn_u32): Likewise.
38825         (vorn_s64): Likewise.
38826         (vorn_u64): Likewise.
38827         (vornq_s8): Likewise.
38828         (vornq_s16): Likewise.
38829         (vornq_s32): Likewise.
38830         (vornq_s64): Likewise.
38831         (vornq_u8): Likewise.
38832         (vornq_u16): Likewise.
38833         (vornq_u32): Likewise.
38834         (vornq_u64): Likewise.
38836 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38838         * wide-int.cc (UTItype): Define.
38839         (UDWtype): Define for appropriate W_TYPE_SIZE.
38841 2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
38843         PR tree-optimization/59100
38844         * tree-ssa-phiopt.c: Include tree-inline.h.
38845         (neutral_element_p, absorbing_element_p): New functions.
38846         (value_replacement): Handle conditional binary operations with a
38847         neutral or absorbing element.
38849 2014-05-08  Richard Biener  <rguenther@suse.de>
38851         * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
38852         folding the expression.
38853         (valueize_expr): Remove.
38854         (visit_reference_op_load): Do not valueize the result of
38855         vn_get_expr_for.
38856         (simplify_binary_expression): Likewise.
38857         (simplify_unary_expression): Likewise.
38859 2014-05-08  Richard Biener  <rguenther@suse.de>
38861         * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
38862         looking at TYPE_ARG_TYPES.
38864 2014-05-08  Richard Biener  <rguenther@suse.de>
38866         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
38867         pointer propagation special-case.
38869 2014-05-08  Bin Cheng  <bin.cheng@arm.com>
38871         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
38872         core part of address expressions.
38874 2014-05-08  Alan Modra  <amodra@gmail.com>
38876         PR target/60737
38877         * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
38878         loads and stores when -mno-strict-align at any alignment.
38879         (expand_block_clear): Similarly.  Also correct calculation of
38880         instruction count.
38882 2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
38884         PR middle-end/39246
38885         * tree-complex.c (expand_complex_move): Keep line info when expanding
38886         complex move.
38887         * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
38888         of complex expression. Use new argument to display correct location
38889         for values coming from phi statement.
38890         (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
38891         (warn_uninitialized_phi): Pass location of phi argument to
38892         warn_uninit.
38893         * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
38894         COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
38896 2014-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
38898         * config/rs6000/predicates.md (indexed_address_mem): New.
38899         * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
38900         load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
38901         fpstore_ux, fpstore_u.
38902         (sign_extend, indexed, update): New.
38903         (cell_micro): Adjust.
38904         (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
38905         *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
38906         *movsi_internal1, *movsi_internal1_single, *movhi_internal,
38907         *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
38908         *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
38909         *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
38910         *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
38911         *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
38912         *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
38913         *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
38914         *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
38915         *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
38916         *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
38917         *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
38918         *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
38920         * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
38921         * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
38922         *vsx_extract_<mode>_store): Adjust.
38923         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
38924         is_cracked_insn, insn_must_be_first_in_group,
38925         insn_must_be_last_in_group): Adjust.
38927         * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
38928         Adjust.
38929         * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
38930         ppc440-fpstore): Adjust.
38931         * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
38932         ppc476-fpstore): Adjust.
38933         * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
38934         ppc601-fpstore): Adjust.
38935         * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
38936         Adjust.
38937         * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
38938         Adjust.
38939         * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
38940         ppc7450-fpstore): Adjust.
38941         * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
38942         * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
38943         * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
38944         Adjust.
38945         * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
38946         cell-fpload, cell-fpload-update, cell-store, cell-store-update,
38947         cell-fpstore, cell-fpstore-update): Adjust.
38948         * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
38949         ppce300c3_store, ppce300c3_fpstore): Adjust.
38950         * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
38951         e500mc_fpstore): Adjust.
38952         * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
38953         e500mc64_store, e500mc64_fpstore): Adjust.
38954         * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
38955         e5500_fpstore): Adjust.
38956         * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
38957         e6500_fpstore): Adjust.
38958         * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
38959         Adjust.
38960         * config/rs6000/power4.md (power4-load, power4-load-ext,
38961         power4-load-ext-update, power4-load-ext-update-indexed,
38962         power4-load-update-indexed, power4-load-update, power4-fpload,
38963         power4-fpload-update, power4-store, power4-store-update,
38964         power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
38965         Adjust.
38966         * config/rs6000/power5.md (power5-load, power5-load-ext,
38967         power5-load-ext-update, power5-load-ext-update-indexed,
38968         power5-load-update-indexed, power5-load-update, power5-fpload,
38969         power5-fpload-update, power5-store, power5-store-update,
38970         power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
38971         Adjust.
38972         * config/rs6000/power6.md (power6-load, power6-load-ext,
38973         power6-load-update, power6-load-update-indexed,
38974         power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
38975         power6-fpload-update, power6-store, power6-store-update,
38976         power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
38977         Adjust.
38978         * config/rs6000/power7.md (power7-load, power7-load-ext,
38979         power7-load-update, power7-load-update-indexed,
38980         power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
38981         power7-fpload-update, power7-store, power7-store-update,
38982         power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
38983         Adjust.
38984         * config/rs6000/power8.md (power8-load, power8-load-update,
38985         power8-load-ext, power8-load-ext-update, power8-fpload,
38986         power8-fpload-update, power8-store, power8-store-update-indexed,
38987         power8-fpstore, power8-fpstore-update): Adjust.
38988         * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
38989         Adjust.
38990         * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
38991         titan_lsu_store, titan_lsu_fpstore): Adjust.
38992         * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
38994 2014-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
38996         PR target/60884
38997         * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
38998         unrolled byte insns.  Emit address increments after move insns.
39000 2014-05-07  David Malcolm  <dmalcolm@redhat.com>
39002         * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
39003         const_gimple, rather than a gimple.
39004         (gimple_call_builtin_p): Likewise, for the three variants.
39006         * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
39007         (gimple_call_builtin_p): Likewise, for the three variants.
39009 2014-05-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
39011         PR tree-optimization/61095
39012         * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
39014 2014-05-07  Richard Biener  <rguenther@suse.de>
39016         PR tree-optimization/61034
39017         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
39018         (maybe_skip_until): Use translate to take into account
39019         lattices when trying to do disambiguations.
39020         (get_continuation_for_phi_1): Likewise.
39021         (get_continuation_for_phi): Adjust for added translate arguments.
39022         (walk_non_aliased_vuses): Likewise.
39023         * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
39024         (walk_non_aliased_vuses): Likewise.
39025         (call_may_clobber_ref_p_1): Declare.
39026         * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
39027         calls.  Stop early if we are only supposed to disambiguate.
39028         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
39030 2014-05-07  Joern Rennecke  <joern.rennecke@embecosm.com>
39032         * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
39033         Emit an error when the function has arguments.
39035 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
39037         * cfgloop.h (unswitch_loops): Remove.
39038         * doc/passes.texi: Remove references to loop-unswitch.c
39039         * timevar.def (TV_LOOP_UNSWITCH): Remove.
39041 2014-05-07  Evgeny Stupachenko  <evstupac@gmail.com>
39043         * tree-vect-data-refs.c (vect_grouped_load_supported): New
39044         check for loads group of length 3.
39045         (vect_permute_load_chain): New permutations for loads group of
39046         length 3.
39047         * tree-vect-stmts.c (vect_model_load_cost): Change cost
39048         of vec_perm_shuffle for the new permutations.
39050 2014-05-07  Alan Lawrence  <alan.lawrence@arm.com>
39052         * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
39053         vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
39054         vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
39055         vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
39056         vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
39057         vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
39058         vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
39059         vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
39061 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
39063         * loop-unswitch.c: Delete.
39065 2014-05-07  Richard Biener  <rguenther@suse.de>
39067         * config.gcc: Always set need_64bit_hwint to yes.
39069 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
39071         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
39072         of using optimize_size.
39074 2014-05-06  Mike Stump  <mikestump@comcast.net>
39076         * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
39078 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
39080         * config/i386/sse.md (*mov<mode>_internal)
39081         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
39082         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
39083         (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
39084         (*<code><mode>3, *andnot<mode>3<mask_name>)
39085         (<mask_codefor><code><mode>3<mask_name>): Only consider
39086         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
39088 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
39090         Revert:
39091         2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
39093         * lra-constraints.c (valid_address_p): Move earlier in file.
39094         Add a constraint argument to the address_info version.
39095         (satisfies_memory_constraint_p): New function.
39096         (satisfies_address_constraint_p): Likewise.
39097         (process_alt_operands, curr_insn_transform): Use them.
39098         (process_address): Pass the constraint to valid_address_p when
39099         checking address operands.
39101 2014-05-06  Richard Sandiford  <r.sandiford@uk.ibm.com>
39103         * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
39104         to their respective blocks.  Fix inadvertent use of "node".
39106 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
39108         * emit-rtl.c (init_derived_machine_modes): New functionm, split
39109         out from...
39110         (init_emit_once): ...here.
39111         * rtl.h (init_derived_machine_modes): Declare.
39112         * toplev.c (do_compile): Call it even if no_backend.
39114 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
39115             Mike Stump  <mikestump@comcast.net>
39116             Richard Sandiford  <rdsandiford@googlemail.com>
39117             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
39119         * alias.c (ao_ref_from_mem): Use wide-int interfaces.
39120         (rtx_equal_for_memref_p): Update comment.
39121         (adjust_offset_for_component_ref): Use wide-int interfaces.
39122         * builtins.c (get_object_alignment_2): Likewise.
39123         (c_readstr): Likewise.
39124         (target_char_cast): Add comment.
39125         (determine_block_size): Use wide-int interfaces.
39126         (expand_builtin_signbit): Likewise.
39127         (fold_builtin_int_roundingfn): Likewise.
39128         (fold_builtin_bitop): Likewise.
39129         (fold_builtin_bswap): Likewise.
39130         (fold_builtin_logarithm): Use signop.
39131         (fold_builtin_pow): Likewise.
39132         (fold_builtin_memory_op): Use wide-int interfaces.
39133         (fold_builtin_object_size): Likewise.
39134         * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
39135         nb_iterations_estimate.
39136         (record_niter_bound): Use wide-int interfaces.
39137         (get_estimated_loop_iterations_int): Likewise.
39138         (get_estimated_loop_iterations): Likewise.
39139         (get_max_loop_iterations): Likewise.
39140         * cfgloop.h: Include wide-int.h.
39141         (struct nb_iter_bound): Change bound to widest_int.
39142         (struct loop): Change nb_iterations_upper_bound and
39143         nb_iterations_estimate to widest_int.
39144         (record_niter_bound): Switch to use widest_int.
39145         (get_estimated_loop_iterations): Likewise.
39146         (get_max_loop_iterations): Likewise.
39147         (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
39148         update for wide-int.
39149         * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
39150         * combine.c (try_combine): Likewise.
39151         (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
39152         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
39153         interfaces.
39154         (aarch64_float_const_representable_p): Likewise.
39155         * config/arc/arc.c: Include wide-int.h.
39156         (arc_can_use_doloop_p): Use wide-int interfaces.
39157         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
39158         (vfp3_const_double_index): Likewise.
39159         * config/avr/avr.c (avr_out_round): Likewise.
39160         (avr_fold_builtin): Likewise.
39161         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
39162         (bfin_can_use_doloop_p): Likewise.
39163         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
39164         (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
39165         * config/i386/i386.c: Include wide-int.h.
39166         (ix86_data_alignment): Use wide-int interfaces.
39167         (ix86_local_alignment): Likewise.
39168         (ix86_emit_swsqrtsf): Update real_from_integer.
39169         * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
39170         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
39171         * config/rs6000/predicates.md (any_operand): Add const_wide_int.
39172         (zero_constant): Likewise.
39173         (input_operand): Likewise.
39174         (splat_input_operand): Likewise.
39175         (non_logical_cint_operand): Change const_double to const_wide_int.
39176         * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
39177         (easy_altivec_constant): Remove comment.
39178         (paired_expand_vector_init): Use CONSTANT_P.
39179         (rs6000_legitimize_address): Handle CONST_WIDE_INT.
39180         (rs6000_emit_move): Update checks.
39181         (rs6000_aggregate_candidate): Use wide-int interfaces.
39182         (rs6000_expand_ternop_builtin): Likewise.
39183         (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
39184         (rs6000_assemble_integer): Likewise.
39185         (rs6000_hash_constant): Likewise.
39186         (output_toc): Likewise.
39187         (rs6000_rtx_costs): Likewise.
39188         (rs6000_emit_swrsqrt); Update call to real_from_integer.
39189         * config/rs6000/rs6000-c.c: Include wide-int.h.
39190         (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
39191         * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
39192         * config/rs6000/rs6000.md: Use const_scalar_int_operand.
39193         Handle CONST_WIDE_INT.
39194         * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
39195         Use tree_fits_uhwi_p.
39196         * config/sparc/sparc.c: Include wide-int.h.
39197         (sparc_fold_builtin): Use wide-int interfaces.
39198         * config/vax/vax.c: Include wide-int.h.
39199         (vax_float_literal): Use real_from_integer.
39200         * coretypes.h (struct hwivec_def): New.
39201         (hwivec): New.
39202         (const_hwivec): New.
39203         * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
39204         (equiv_constant): Handle CONST_WIDE_INT.
39205         * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
39206         (cselib_hash_rtx): Handle CONST_WIDE_INT.
39207         * dbxout.c (stabstr_U): Use wide-int interfaces.
39208         (dbxout_type): Update to use cst_fits_shwi_p.
39209         * defaults.h (LOG2_BITS_PER_UNIT): Define.
39210         (TARGET_SUPPORTS_WIDE_INT): Add default.
39211         * dfp.c: Include wide-int.h.
39212         (decimal_real_to_integer2): Use wide-int interfaces and rename to
39213         decimal_real_to_integer.
39214         * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
39215         decimal_real_to_integer.
39216         * doc/generic.texi (Constant expressions): Update for wide_int.
39217         * doc/rtl.texi (const_double): Likewise.
39218         (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
39219         (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
39220         * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
39221         (REAL_VALUE_FROM_INT): Remove.
39222         (TARGET_SUPPORTS_WIDE_INT): New.
39223         * doc/tm.texi: Regenerate.
39224         * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
39225         * double-int.h: Include wide-int.h.
39226         (struct wi::int_traits): New.
39227         * dwarf2out.c (get_full_len): New.
39228         (dw_val_equal_p): Add case dw_val_class_wide_int.
39229         (size_of_loc_descr): Likewise.
39230         (output_loc_operands): Likewise.
39231         (insert_double): Remove.
39232         (insert_wide_int): New.
39233         (add_AT_wide): New.
39234         (print_die): Add case dw_val_class_wide_int.
39235         (attr_checksum): Likewise.
39236         (attr_checksum_ordered): Likewise.
39237         (same_dw_val_p): Likewise.
39238         (size_of_die): Likewise.
39239         (value_format): Likewise.
39240         (output_die): Likewise.
39241         (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
39242         Use wide-int.
39243         (clz_loc_descriptor): Use wide-int interfaces.
39244         (mem_loc_descriptor): Likewise.  Handle CONST_WIDE_INT.
39245         (loc_descriptor): Use wide-int interfaces.  Handle CONST_WIDE_INT.
39246         (round_up_to_align): Use wide-int interfaces.
39247         (field_byte_offset): Likewise.
39248         (insert_double): Rename to insert_wide_int.  Use wide-int interfaces.
39249         (add_const_value_attribute): Handle CONST_WIDE_INT.  Update
39250         CONST_DOUBLE handling.  Use wide-int interfaces.
39251         (add_bound_info): Use tree_fits_uhwi_p.  Use wide-int interfaces.
39252         (gen_enumeration_type_die): Use add_AT_wide.
39253         (hash_loc_operands): Add case dw_val_class_wide_int.
39254         (compare_loc_operands): Likewise.
39255         * dwarf2out.h: Include wide-int.h.
39256         (wide_int_ptr): New.
39257         (enum dw_val_class): Add dw_val_class_wide_int.
39258         (struct dw_val_struct): Add val_wide.
39259         * emit-rtl.c (const_wide_int_htab): New.
39260         (const_wide_int_htab_hash): New.
39261         (const_wide_int_htab_eq): New.
39262         (lookup_const_wide_int): New.
39263         (const_double_htab_hash): Use wide-int interfaces.
39264         (const_double_htab_eq): Likewise.
39265         (rtx_to_double_int): Conditionally compile for wide-int.
39266         (immed_double_int_const): Rename to immed_wide_int_const and
39267         update for wide-int.
39268         (immed_double_const): Conditionally compile for wide-int.
39269         (init_emit_once): Use wide-int interfaces.
39270         * explow.c (plus_constant): Likewise.
39271         * expmed.c (mask_rtx): Move further up file.  Use wide-int interfaces.
39272         (lshift_value): Use wide-int interfaces.
39273         (expand_mult): Likewise.
39274         (choose_multiplier): Likewise.
39275         (expand_smod_pow2): Likewise.
39276         (make_tree): Likewise.
39277         * expr.c (convert_modes): Consolidate handling of constants.
39278         Use wide-int interfaces.
39279         (emit_group_load_1): Add note.
39280         (store_expr): Update comment.
39281         (get_inner_reference): Use wide-int interfaces.
39282         (expand_constructor): Update comment.
39283         (expand_expr_real_2): Use wide-int interfaces.
39284         (expand_expr_real_1): Likewise.
39285         (reduce_to_bit_field_precision): Likewise.
39286         (const_vector_from_tree): Likewise.
39287         * final.c: Include wide-int-print.h.
39288         (output_addr_const): Handle CONST_WIDE_INT.  Use CONST_DOUBLE_AS_INT_P.
39289         * fixed-value.c: Include wide-int.h.
39290         (fixed_from_string): Use wide-int interfaces.
39291         (fixed_to_decimal): Likewise.
39292         (fixed_convert_from_real): Likewise.
39293         (real_convert_from_fixed): Likewise.
39294         * fold-const.h (mem_ref_offset): Return an offset_int.
39295         (div_if_zero_remainder): Remove code parameter.
39296         * fold-const.c (div_if_zero_remainder): Remove code parameter.
39297         Use wide-int interfaces.
39298         (may_negate_without_overflow_p): Use wide-int interfaces.
39299         (negate_expr_p): Likewise.
39300         (fold_negate_expr): Likewise.
39301         (int_const_binop_1): Likewise.
39302         (const_binop): Likewise.
39303         (fold_convert_const_int_from_int): Likewise.
39304         (fold_convert_const_int_from_real): Likewise.
39305         (fold_convert_const_int_from_fixed): Likewise.
39306         (fold_convert_const_fixed_from_int): Likewise.
39307         (all_ones_mask_p): Take an unsigned size.  Use wide-int interfaces.
39308         (sign_bit_p): Use wide-int interfaces.
39309         (make_range_step): Likewise.
39310         (build_range_check): Likewise.  Pass an integer of the correct type
39311         instead of using integer_one_node.
39312         (range_predecessor): Pass an integer of the correct type instead
39313         of using integer_one_node.
39314         (range_successor): Likewise.
39315         (merge_ranges): Likewise.
39316         (unextend): Use wide-int interfaces.
39317         (extract_muldiv_1): Likewise.
39318         (fold_div_compare): Likewise.
39319         (fold_single_bit_test): Likewise.
39320         (fold_sign_changed_comparison): Likewise.
39321         (try_move_mult_to_index): Update calls to div_if_zero_remainder.
39322         (fold_plusminus_mult_expr): Use wide-int interfaces.
39323         (native_encode_int): Likewise.
39324         (native_interpret_int): Likewise.
39325         (fold_unary_loc): Likewise.
39326         (pointer_may_wrap_p): Likewise.
39327         (size_low_cst): Likewise.
39328         (mask_with_tz): Likewise.
39329         (fold_binary_loc): Likewise.
39330         (fold_ternary_loc): Likewise.
39331         (multiple_of_p): Likewise.
39332         (tree_call_nonnegative_warnv_p): Update calls to
39333         tree_int_cst_min_precision and real_from_integer.
39334         (fold_negate_const): Use wide-int interfaces.
39335         (fold_abs_const): Likewise.
39336         (fold_relational_const): Use tree_int_cst_lt.
39337         (round_up_loc): Use wide-int interfaces.
39338         * genemit.c (gen_exp): Add CONST_WIDE_INT case.
39339         * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
39340         * gengtype.c: Remove include of double-int.h.
39341         (do_typedef): Use wide-int interfaces.
39342         (open_base_files): Add wide-int.h.
39343         (main): Add offset_int and widest_int typedefs.
39344         * gengtype-lex.l: Handle "^".
39345         (CXX_KEYWORD): Add "static".
39346         * gengtype-parse.c (require3): New.
39347         (require_template_declaration): Handle constant template arguments
39348         and nested templates.
39349         * gengtype-state.c: Don't include "double-int.h".
39350         * genpreds.c (write_one_predicate_function): Update comment.
39351         (write_tm_constrs_h): Add check for hval and lval use in
39352         CONST_WIDE_INT.
39353         * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
39354         (add_to_sequence): Likewise.
39355         * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
39356         and const_double_operand.
39357         * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
39358         interfaces.
39359         * gimple-fold.c (get_base_constructor): Likewise.
39360         (fold_array_ctor_reference): Likewise.
39361         (fold_nonarray_ctor_reference): Likewise.
39362         (fold_const_aggregate_ref_1): Likewise.
39363         (gimple_val_nonnegative_real_p): Likewise.
39364         (gimple_fold_indirect_ref): Likewise.
39365         * gimple-pretty-print.c (dump_ssaname_info): Likewise.
39366         * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
39367         (struct slsr_cand_d): Change index to be widest_int.
39368         (struct incr_info_d): Change incr to be widest_int.
39369         (alloc_cand_and_find_basis): Use wide-int interfaces.
39370         (slsr_process_phi): Likewise.
39371         (backtrace_base_for_ref): Likewise.  Return a widest_int.
39372         (restructure_reference): Take a widest_int instead of a double_int.
39373         (slsr_process_ref): Use wide-int interfaces.
39374         (create_mul_ssa_cand): Likewise.
39375         (create_mul_imm_cand): Likewise.
39376         (create_add_ssa_cand): Likewise.
39377         (create_add_imm_cand): Take a widest_int instead of a double_int.
39378         (slsr_process_add): Use wide-int interfaces.
39379         (slsr_process_cast): Likewise.
39380         (slsr_process_copy): Likewise.
39381         (dump_candidate): Likewise.
39382         (dump_incr_vec): Likewise.
39383         (replace_ref): Likewise.
39384         (cand_increment): Likewise.  Return a widest_int.
39385         (cand_abs_increment): Likewise.
39386         (replace_mult_candidate): Take a widest_int instead of a double_int.
39387         (replace_unconditional_candidate): Use wide-int interfaces.
39388         (incr_vec_index): Take a widest_int instead of a double_int.
39389         (create_add_on_incoming_edge): Likewise.
39390         (create_phi_basis): Use wide-int interfaces.
39391         (replace_conditional_candidate): Likewise.
39392         (record_increment): Take a widest_int instead of a double_int.
39393         (record_phi_increments): Use wide-int interfaces.
39394         (phi_incr_cost): Take a widest_int instead of a double_int.
39395         (lowest_cost_path): Likewise.
39396         (total_savings): Likewise.
39397         (analyze_increments): Use wide-int interfaces.
39398         (ncd_with_phi): Take a widest_int instead of a double_int.
39399         (ncd_of_cand_and_phis): Likewise.
39400         (nearest_common_dominator_for_cands): Likewise.
39401         (insert_initializers): Use wide-int interfaces.
39402         (all_phi_incrs_profitable): Likewise.
39403         (replace_one_candidate): Likewise.
39404         (replace_profitable_candidates): Likewise.
39405         * godump.c: Include wide-int-print.h.
39406         (go_output_typedef): Use wide-int interfaces.
39407         * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
39408         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
39409         (build_loop_iteration_domains): Likewise.
39410         * hooks.h: Include wide-int.h rather than double-int.h.
39411         (hook_bool_dint_dint_uint_bool_true): Delete.
39412         (hook_bool_wint_wint_uint_bool_true): Declare.
39413         * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
39414         (hook_bool_wint_wint_uint_bool_true): New.
39415         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
39416         interfaces.
39417         (ubsan_expand_si_overflow_mul_check): Likewise.
39418         * ipa-devirt.c (get_polymorphic_call_info): Likewise.
39419         * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
39420         (get_ancestor_addr_info): Likewise.
39421         (ipa_modify_call_arguments): Likewise.
39422         * loop-doloop.c (doloop_modify): Likewise.
39423         (doloop_optimize): Likewise.
39424         * loop-iv.c (iv_number_of_iterations): Likewise.
39425         * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
39426         (unroll_loop_constant_iterations): Likewise.
39427         (decide_unroll_runtime_iterations): Likewise.
39428         (unroll_loop_runtime_iterations): Likewise.
39429         (decide_peel_simple): Likewise.
39430         (decide_unroll_stupid): Likewise.
39431         * lto-streamer-in.c (streamer_read_wi): Add.
39432         (input_cfg): Use wide-int interfaces.
39433         (lto_input_tree_1): Likewise.
39434         * lto-streamer-out.c (streamer_write_wi): Add.
39435         (hash_tree): Use wide-int interfaces.
39436         (output_cfg): Likewise.
39437         * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
39438         (GTFILES): Add wide-int.h and signop.h.
39439         (TAGS): Look for .cc files too.
39440         * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
39441         * optabs.c (expand_subword_shift): Likewise.
39442         (expand_doubleword_shift): Likewise.
39443         (expand_absneg_bit): Likewise.
39444         (expand_copysign_absneg): Likewise.
39445         (expand_copysign_bit): Likewise.
39446         * postreload.c (reload_cse_simplify_set): Likewise.
39447         * predict.c (predict_iv_comparison): Likewise.
39448         * pretty-print.h: Include wide-int-print.h.
39449         (pp_wide_int) New.
39450         * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
39451         * print-tree.c: Include wide-int-print.h.
39452         (print_node_brief): Use wide-int interfaces.
39453         (print_node): Likewise.
39454         * read-rtl.c (validate_const_wide_int): New.
39455         (read_rtx_code): Add CONST_WIDE_INT case.
39456         * real.c: Include wide-int.h.
39457         (real_to_integer2): Delete.
39458         (real_to_integer): New function, returning a wide_int.
39459         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
39460         (ten_to_ptwo): Update call to real_from_integer.
39461         (real_digit): Likewise.
39462         * real.h: Include signop.h, wide-int.h and insn-modes.h.
39463         (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
39464         (REAL_VALUE_TO_INT): Delete.
39465         (real_to_integer): Declare a wide-int form.
39466         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
39467         * recog.c (const_int_operand): Improve comment.
39468         (const_scalar_int_operand): New.
39469         (const_double_operand): Add a separate definition for CONST_WIDE_INT.
39470         * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
39471         (split_double): Likewise.
39472         * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
39473         (rtx_size): Likewise.
39474         (rtx_alloc_stat_v): New.
39475         (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
39476         (cwi_output_hex): New.
39477         (iterative_hash_rtx): Handle CONST_WIDE_INT.
39478         (cwi_check_failed_bounds): New.
39479         * rtl.def (CONST_WIDE_INT): New.
39480         * rtl.h: Include <utility> and wide-int.h.
39481         (struct hwivec_def): New.
39482         (CWI_GET_NUM_ELEM): New.
39483         (CWI_PUT_NUM_ELEM): New.
39484         (struct rtx_def): Add num_elem and hwiv.
39485         (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
39486         (CASE_CONST_UNIQUE): Likewise.
39487         (CASE_CONST_ANY): Likewise.
39488         (CONST_SCALAR_INT_P): Likewise.
39489         (CONST_WIDE_INT_P): New.
39490         (CWI_ELT): New.
39491         (HWIVEC_CHECK): New.
39492         (cwi_check_failed_bounds): New.
39493         (CWI_ELT): New.
39494         (HWIVEC_CHECK): New.
39495         (CONST_WIDE_INT_VEC) New.
39496         (CONST_WIDE_INT_NUNITS) New.
39497         (CONST_WIDE_INT_ELT) New.
39498         (rtx_mode_t): New type.
39499         (wi::int_traits <rtx_mode_t>): New.
39500         (wi::shwi): New.
39501         (wi::min_value): New.
39502         (wi::max_value): New.
39503         (rtx_alloc_v) New.
39504         (const_wide_int_alloc): New.
39505         (immed_wide_int_const): New.
39506         * sched-vis.c (print_value): Handle CONST_WIDE_INT.
39507         * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
39508         * signop.h: New file.
39509         * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
39510         (simplify_const_unary_operation): Use wide-int interfaces.
39511         (simplify_binary_operation_1): Likewise.
39512         (simplify_const_binary_operation): Likewise.
39513         (simplify_const_relational_operation): Likewise.
39514         (simplify_immed_subreg): Likewise.
39515         * stmt.c (expand_case): Likewise.
39516         * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
39517         signop rather than a bool.
39518         * stor-layout.c (layout_type): Use wide-int interfaces.
39519         (initialize_sizetypes): Update calls to
39520         set_min_and_max_values_for_integral_type.
39521         (set_min_and_max_values_for_integral_type): Take a signop rather
39522         than a bool.  Use wide-int interfaces.
39523         (fixup_signed_type): Update accordingly.  Remove
39524         HOST_BITS_PER_DOUBLE_INT limit.
39525         (fixup_unsigned_type): Likewise.
39526         * system.h (STATIC_CONSTANT_P): New.
39527         (STATIC_ASSERT): New.
39528         * target.def (can_use_doloop_p): Take widest_ints rather than
39529         double_ints.
39530         * target.h: Include wide-int.h rather than double-int.h.
39531         * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
39532         than double_ints.
39533         * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
39534         rather than INT_CST_LT_UNSIGNED.
39535         (can_use_doloop_if_innermost): Take widest_ints rather than
39536         double_ints.
39537         * tree-affine.c: Include wide-int-print.h.
39538         (double_int_ext_for_comb): Delete.
39539         (wide_int_ext_for_comb): New.
39540         (aff_combination_zero): Use wide-int interfaces.
39541         (aff_combination_const): Take a widest_int instead of a double_int.
39542         (aff_combination_elt): Use wide-int interfaces.
39543         (aff_combination_scale): Take a widest_int instead of a double_int.
39544         (aff_combination_add_elt): Likewise.
39545         (aff_combination_add_cst): Likewise.
39546         (aff_combination_add): Use wide-int interfaces.
39547         (aff_combination_convert): Likewise.
39548         (tree_to_aff_combination): Likewise.
39549         (add_elt_to_tree): Take a widest_int instead of a double_int.
39550         (aff_combination_to_tree): Use wide-int interfaces.
39551         (aff_combination_remove_elt): Likewise.
39552         (aff_combination_add_product): Take a widest_int instead of
39553         a double_int.
39554         (aff_combination_mult): Use wide-int interfaces.
39555         (aff_combination_expand): Likewise.
39556         (double_int_constant_multiple_p): Delete.
39557         (wide_int_constant_multiple_p): New.
39558         (aff_combination_constant_multiple_p): Take a widest_int pointer
39559         instead of a double_int pointer.
39560         (print_aff): Use wide-int interfaces.
39561         (get_inner_reference_aff): Take a widest_int pointer
39562         instead of a double_int pointer.
39563         (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
39564         * tree-affine.h: Include wide-int.h.
39565         (struct aff_comb_elt): Change type of coef to widest_int.
39566         (struct affine_tree_combination): Change type of offset to widest_int.
39567         (double_int_ext_for_comb): Delete.
39568         (wide_int_ext_for_comb): New.
39569         (aff_combination_const): Use widest_int instead of double_int.
39570         (aff_combination_scale): Likewise.
39571         (aff_combination_add_elt): Likewise.
39572         (aff_combination_constant_multiple_p): Likewise.
39573         (get_inner_reference_aff): Likewise.
39574         (aff_comb_cannot_overlap_p): Likewise.
39575         (aff_combination_zero_p): Use wide-int interfaces.
39576         * tree.c: Include tree.h.
39577         (init_ttree): Use make_int_cst.
39578         (tree_code_size): Removed code for INTEGER_CST case.
39579         (tree_size): Add INTEGER_CST case.
39580         (make_node_stat): Update comment.
39581         (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
39582         (build_int_cst_type): Use wide-int interfaces.
39583         (double_int_to_tree): Likewise.
39584         (double_int_fits_to_tree_p): Delete.
39585         (force_fit_type_double): Delete.
39586         (force_fit_type): New.
39587         (int_cst_hash_hash): Use wide-int interfaces.
39588         (int_cst_hash_eq): Likewise.
39589         (build_int_cst_wide): Delete.
39590         (wide_int_to_tree): New.
39591         (cache_integer_cst): Use wide-int interfaces.
39592         (build_low_bits_mask): Likewise.
39593         (cst_and_fits_in_hwi): Likewise.
39594         (real_value_from_int_cst): Likewise.
39595         (make_int_cst_stat): New.
39596         (integer_zerop): Use wide_int interfaces.
39597         (integer_onep): Likewise.
39598         (integer_all_onesp): Likewise.
39599         (integer_pow2p): Likewise.
39600         (integer_nonzerop): Likewise.
39601         (tree_log2): Likewise.
39602         (tree_floor_log2): Likewise.
39603         (tree_ctz): Likewise.
39604         (int_size_in_bytes): Likewise.
39605         (mem_ref_offset): Return an offset_int rather than a double_int.
39606         (build_type_attribute_qual_variant): Use wide_int interfaces.
39607         (type_hash_eq): Likewise
39608         (tree_int_cst_equal): Likewise.
39609         (tree_int_cst_lt): Delete.
39610         (tree_int_cst_compare): Likewise.
39611         (tree_fits_shwi_p): Use wide_int interfaces.
39612         (tree_fits_uhwi_p): Likewise.
39613         (tree_int_cst_sign_bit): Likewise.
39614         (tree_int_cst_sgn): Likewise.
39615         (tree_int_cst_min_precision): Take a signop rather than a bool.
39616         (simple_cst_equal): Use wide_int interfaces.
39617         (compare_tree_int): Likewise.
39618         (iterative_hash_expr): Likewise.
39619         (int_fits_type_p): Likewise.  Use tree_int_cst_lt rather than
39620         INT_CST_LT.
39621         (get_type_static_bounds): Use wide_int interfaces.
39622         (tree_int_cst_elt_check_failed): New.
39623         (build_common_tree_nodes): Reordered to set prec before filling in
39624         value.
39625         (int_cst_value): Check cst_and_fits_in_hwi.
39626         (widest_int_cst_value): Use wide_int interfaces.
39627         (upper_bound_in_type): Likewise.
39628         (lower_bound_in_type): Likewise.
39629         (num_ending_zeros): Likewise.
39630         (drop_tree_overflow): Likewise.
39631         * tree-call-cdce.c (check_pow): Update call to real_from_integer.
39632         (gen_conditions_for_pow_cst_base): Likewise.
39633         * tree-cfg.c: Include wide-int.h and wide-int-print.h.
39634         (group_case_labels_stmt): Use wide-int interfaces.
39635         (verify_gimple_assign_binary): Likewise.
39636         (print_loop): Likewise.
39637         * tree-chrec.c (tree_fold_binomial): Likewise.
39638         * tree-core.h (struct tree_base): Add int_length.
39639         (struct tree_int_cst): Change rep of value.
39640         * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
39641         (dr_may_alias_p): Likewise.
39642         (max_stmt_executions_tree): Likewise.
39643         * tree.def (INTEGER_CST): Update comment.
39644         * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
39645         * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
39646         * tree-dump.c: Include wide-int.h and wide-int-print.h.
39647         (dequeue_and_dump): Use wide-int interfaces.
39648         * tree.h: Include wide-int.h.
39649         (NULL_TREE): Moved to earlier loc in file.
39650         (TREE_INT_CST_ELT_CHECK): New.
39651         (tree_int_cst_elt_check_failed): New.
39652         (TYPE_SIGN): New.
39653         (TREE_INT_CST): Delete.
39654         (TREE_INT_CST_LOW): Use wide-int interfaces.
39655         (TREE_INT_CST_HIGH): Delete.
39656         (TREE_INT_CST_NUNITS): New.
39657         (TREE_INT_CST_EXT_NUNITS): Likewise.
39658         (TREE_INT_CST_OFFSET_NUNITS): Likewise.
39659         (TREE_INT_CST_ELT): Likewise.
39660         (INT_CST_LT): Delete.
39661         (tree_int_cst_elt_check): New (two forms).
39662         (type_code_size): Update comment.
39663         (make_int_cst_stat, make_int_cst): New.
39664         (tree_to_double_int): Delete.
39665         (double_int_fits_to_tree_p): Delete.
39666         (force_fit_type_double): Delete.
39667         (build_int_cstu): Replace with out-of-line function.
39668         (build_int_cst_wide): Delete.
39669         (tree_int_cst_lt): Define inline.
39670         (tree_int_cst_le): New.
39671         (tree_int_cst_compare): Define inline.
39672         (tree_int_cst_min_precision): Take a signop rather than a bool.
39673         (wi::int_traits <const_tree>): New.
39674         (wi::int_traits <tree>): New.
39675         (wi::extended_tree): New.
39676         (wi::int_traits <wi::extended_tree>): New.
39677         (wi::to_widest): New.
39678         (wi::to_offset): New.
39679         (wi::fits_to_tree_p): New.
39680         (wi::min_value): New.
39681         (wi::max_value): New.
39682         * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
39683         (copy_tree_body_r): Likewise.
39684         * tree-object-size.c (compute_object_offset): Likewise.
39685         (addr_object_size): Likewise.
39686         * tree-predcom.c: Include wide-int-print.h.
39687         (struct dref_d): Change type of offset to widest_int.
39688         (dump_dref): Call wide-int printer.
39689         (aff_combination_dr_offset): Use wide-int interfaces.
39690         (determine_offset): Take a widest_int pointer rather than a
39691         double_int pointer.
39692         (split_data_refs_to_components): Use wide-int interfaces.
39693         (suitable_component_p): Likewise.
39694         (order_drefs): Likewise.
39695         (add_ref_to_chain): Likewise.
39696         (valid_initializer_p): Likewise.
39697         (determine_roots_comp): Likewise.
39698         * tree-pretty-print.c: Include wide-int-print.h.
39699         (dump_generic_node): Use wide-int interfaces.
39700         * tree-sra.c (sra_ipa_modify_expr): Likewise.
39701         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
39702         (move_fixed_address_to_symbol): Likewise.
39703         (move_hint_to_base): Likewise.
39704         (move_pointer_to_base): Likewise.
39705         (move_variant_to_index): Likewise.
39706         (most_expensive_mult_to_index): Likewise.
39707         (addr_to_parts): Likewise.
39708         (copy_ref_info): Likewise.
39709         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
39710         (indirect_refs_may_alias_p): Likewise.
39711         (stmt_kills_ref_p_1): Likewise.
39712         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
39713         * tree-ssa-ccp.c: Update comment at top of file.  Include
39714         wide-int-print.h.
39715         (struct prop_value_d): Change type of mask to widest_int.
39716         (extend_mask): New function.
39717         (dump_lattice_value): Use wide-int interfaces.
39718         (get_default_value): Likewise.
39719         (set_constant_value): Likewise.
39720         (set_value_varying): Likewise.
39721         (valid_lattice_transition): Likewise.
39722         (set_lattice_value): Likewise.
39723         (value_to_double_int): Delete.
39724         (value_to_wide_int): New.
39725         (get_value_from_alignment): Use wide-int interfaces.
39726         (get_value_for_expr): Likewise.
39727         (do_dbg_cnt): Likewise.
39728         (ccp_finalize): Likewise.
39729         (ccp_lattice_meet): Likewise.
39730         (bit_value_unop_1): Use widest_ints rather than double_ints.
39731         (bit_value_binop_1): Likewise.
39732         (bit_value_unop): Use wide-int interfaces.
39733         (bit_value_binop): Likewise.
39734         (bit_value_assume_aligned): Likewise.
39735         (evaluate_stmt): Likewise.
39736         (ccp_fold_stmt): Likewise.
39737         (visit_cond_stmt): Likewise.
39738         (ccp_visit_stmt): Likewise.
39739         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
39740         (constant_pointer_difference): Likewise.
39741         (associate_pointerplus): Likewise.
39742         (combine_conversions): Likewise.
39743         * tree-ssa-loop.h: Include wide-int.h.
39744         (struct tree_niter_desc): Change type of max to widest_int.
39745         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
39746         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
39747         (remove_redundant_iv_tests): Likewise.
39748         (canonicalize_loop_induction_variables): Likewise.
39749         * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
39750         (constant_multiple_of): Take a widest_int pointer instead of
39751         a double_int pointer.
39752         (get_computation_aff): Use wide-int interfaces.
39753         (ptr_difference_cost): Likewise.
39754         (difference_cost): Likewise.
39755         (get_loop_invariant_expr_id): Likewise.
39756         (get_computation_cost_at): Likewise.
39757         (iv_elimination_compare_lt): Likewise.
39758         (may_eliminate_iv): Likewise.
39759         * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
39760         instead of double_int.
39761         (max_loop_iterations): Likewise.
39762         (max_stmt_executions): Likewise.
39763         (estimated_stmt_executions): Likewise.
39764         * tree-ssa-loop-niter.c: Include wide-int-print.h.
39765         (split_to_var_and_offset): Use wide-int interfaces.
39766         (determine_value_range): Likewise.
39767         (bound_difference_of_offsetted_base): Likewise.
39768         (bounds_add): Take a widest_int instead of a double_int.
39769         (number_of_iterations_ne_max): Use wide-int interfaces.
39770         (number_of_iterations_ne): Likewise.
39771         (number_of_iterations_lt_to_ne): Likewise.
39772         (assert_loop_rolls_lt): Likewise.
39773         (number_of_iterations_lt): Likewise.
39774         (number_of_iterations_le): Likewise.
39775         (number_of_iterations_cond): Likewise.
39776         (number_of_iterations_exit): Likewise.
39777         (finite_loop_p): Likewise.
39778         (derive_constant_upper_bound_assign): Likewise.
39779         (derive_constant_upper_bound): Return a widest_int.
39780         (derive_constant_upper_bound_ops): Likewise.
39781         (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
39782         (record_estimate): Take a widest_int rather than a double_int.
39783         (record_nonwrapping_iv): Use wide-int interfaces.
39784         (double_int_cmp): Delete.
39785         (wide_int_cmp): New.
39786         (bound_index): Take a widest_int rather than a double_int.
39787         (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
39788         (maybe_lower_iteration_bound): Likewise.
39789         (estimate_numbers_of_iterations_loop): Likewise.
39790         (estimated_loop_iterations): Take a widest_int pointer than than
39791         a double_int pointer.
39792         (estimated_loop_iterations_int): Use wide-int interfaces.
39793         (max_loop_iterations): Take a widest_int pointer than than
39794         a double_int pointer.
39795         (max_loop_iterations_int): Use wide-int interfaces.
39796         (max_stmt_executions): Take a widest_int pointer than than
39797         a double_int pointer.
39798         (estimated_stmt_executions): Likewise.
39799         (n_of_executions_at_most): Use wide-int interfaces.
39800         (scev_probably_wraps_p): Likewise.
39801         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
39802         to real_to_integer.
39803         * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
39804         interfaces.
39805         * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
39806         double_ints.  Adjust for trailing_wide_ints <3> representation.
39807         (set_nonzero_bits): Likewise.
39808         (get_range_info): Return wide_ints rather than double_ints.
39809         Adjust for trailing_wide_ints <3> representation.
39810         (get_nonzero_bits): Likewise.
39811         (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
39812         representation.
39813         * tree-ssanames.h (struct range_info_def): Replace min, max and
39814         nonzero_bits with a trailing_wide_ints <3>.
39815         (set_range_info): Use wide_int_refs rather than double_ints.
39816         (set_nonzero_bits): Likewise.
39817         (get_range_info): Return wide_ints rather than double_ints.
39818         (get_nonzero_bits): Likewise.
39819         * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
39820         * tree-ssa-pre.c (phi_translate_1): Likewise.
39821         * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
39822         (acceptable_pow_call): Likewise.
39823         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
39824         interfaces.
39825         (vn_reference_fold_indirect): Likewise.
39826         (vn_reference_maybe_forwprop_address): Likewise.
39827         (valueize_refs_1): Likewise.
39828         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
39829         * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
39830         tree_int_cst_lt and tree_int_cst_le.
39831         * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
39832         interfaces.
39833         (streamer_alloc_tree): Likewise.
39834         * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
39835         (streamer_write_tree_header): Likewise.
39836         (streamer_write_integer_cst): Likewise.
39837         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
39838         (build_constructors): Likewise.
39839         (array_value_type): Likewise.
39840         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
39841         (vect_check_gather): Likewise.
39842         * tree-vect-generic.c (build_replicated_const): Likewise.
39843         (expand_vector_divmod): Likewise.
39844         * tree-vect-loop.c (vect_transform_loop): Likewise.
39845         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
39846         (vect_do_peeling_for_alignment): Likewise.
39847         * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
39848         * tree-vrp.c: Include wide-int.h.
39849         (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
39850         (extract_range_from_assert): Use wide-int interfaces.
39851         (vrp_int_const_binop): Likewise.
39852         (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
39853         double_int pointers.
39854         (ranges_from_anti_range): Use wide-int interfaces.
39855         (quad_int_cmp): Delete.
39856         (quad_int_pair_sort): Likewise.
39857         (extract_range_from_binary_expr_1): Use wide-int interfaces.
39858         (extract_range_from_unary_expr_1): Likewise.
39859         (adjust_range_with_scev): Likewise.
39860         (masked_increment): Take and return wide_ints rather than double_ints.
39861         (register_edge_assert_for_2): Use wide-int interfaces.
39862         (check_array_ref): Likewise.
39863         (search_for_addr_array): Likewise.
39864         (maybe_set_nonzero_bits): Likewise.
39865         (union_ranges): Pass an integer of the correct type instead of
39866         using integer_one_node.
39867         (intersect_ranges): Likewise.
39868         (simplify_truth_ops_using_ranges): Likewise.
39869         (simplify_bit_ops_using_ranges): Use wide-int interfaces.
39870         (range_fits_type_p): Likewise.
39871         (simplify_cond_using_ranges): Likewise.  Take a signop rather than
39872         a bool.
39873         (simplify_conversion_using_ranges): Use wide-int interfaces.
39874         (simplify_float_conversion_using_ranges): Likewise.
39875         (vrp_finalize): Likewise.
39876         * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
39877         (gimple_stringops_transform): Likewise.
39878         * varasm.c (decode_addr_const): Likewise.
39879         (const_hash_1): Likewise.
39880         (const_rtx_hash_1): Likewise
39881         (output_constant): Likewise.
39882         (array_size_for_constructor): Likewise.
39883         (output_constructor_regular_field): Likewise.
39884         (output_constructor_bitfield): Likewise.
39885         * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
39886         * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
39887         GENERATOR_FILEs.
39888         * gencheck.c: Define BITS_PER_UNIT.
39889         * wide-int.cc: New.
39890         * wide-int.h: New.
39891         * wide-int-print.cc: New.
39892         * wide-int-print.h: New.
39894 2014-05-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
39896         * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
39898 2014-05-06  Richard Biener  <rguenther@suse.de>
39900         * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
39901         TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
39902         (TODO_verify_all): Adjust.
39903         * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
39904         TODO_verify_stmts and TODO_verify_rtl_sharing.
39905         * bb-reorder.c: Likewise.
39906         * cfgexpand.c: Likewise.
39907         * cprop.c: Likewise.
39908         * cse.c: Likewise.
39909         * function.c: Likewise.
39910         * fwprop.c: Likewise.
39911         * gcse.c: Likewise.
39912         * gimple-ssa-isolate-paths.c: Likewise.
39913         * gimple-ssa-strength-reduction.c: Likewise.
39914         * ipa-split.c: Likewise.
39915         * loop-init.c: Likewise.
39916         * loop-unroll.c: Likewise.
39917         * lower-subreg.c: Likewise.
39918         * modulo-sched.c: Likewise.
39919         * postreload-gcse.c: Likewise.
39920         * predict.c: Likewise.
39921         * recog.c: Likewise.
39922         * sched-rgn.c: Likewise.
39923         * store-motion.c: Likewise.
39924         * tracer.c: Likewise.
39925         * trans-mem.c: Likewise.
39926         * tree-call-cdce.c: Likewise.
39927         * tree-cfg.c: Likewise.
39928         * tree-cfgcleanup.c: Likewise.
39929         * tree-complex.c: Likewise.
39930         * tree-eh.c: Likewise.
39931         * tree-emutls.c: Likewise.
39932         * tree-if-conv.c: Likewise.
39933         * tree-into-ssa.c: Likewise.
39934         * tree-loop-distribution.c: Likewise.
39935         * tree-object-size.c: Likewise.
39936         * tree-parloops.c: Likewise.
39937         * tree-pass.h: Likewise.
39938         * tree-sra.c: Likewise.
39939         * tree-ssa-ccp.c: Likewise.
39940         * tree-ssa-copy.c: Likewise.
39941         * tree-ssa-copyrename.c: Likewise.
39942         * tree-ssa-dce.c: Likewise.
39943         * tree-ssa-dom.c: Likewise.
39944         * tree-ssa-dse.c: Likewise.
39945         * tree-ssa-forwprop.c: Likewise.
39946         * tree-ssa-ifcombine.c: Likewise.
39947         * tree-ssa-loop-ch.c: Likewise.
39948         * tree-ssa-loop-ivcanon.c: Likewise.
39949         * tree-ssa-loop.c: Likewise.
39950         * tree-ssa-math-opts.c: Likewise.
39951         * tree-ssa-phiopt.c: Likewise.
39952         * tree-ssa-phiprop.c: Likewise.
39953         * tree-ssa-pre.c: Likewise.
39954         * tree-ssa-reassoc.c: Likewise.
39955         * tree-ssa-sink.c: Likewise.
39956         * tree-ssa-strlen.c: Likewise.
39957         * tree-ssa-tail-merge.c: Likewise.
39958         * tree-ssa-uncprop.c: Likewise.
39959         * tree-switch-conversion.c: Likewise.
39960         * tree-tailcall.c: Likewise.
39961         * tree-vect-generic.c: Likewise.
39962         * tree-vectorizer.c: Likewise.
39963         * tree-vrp.c: Likewise.
39964         * tsan.c: Likewise.
39965         * var-tracking.c: Likewise.
39966         * bt-load.c: Likewise.
39967         * cfgcleanup.c: Likewise.
39968         * combine-stack-adj.c: Likewise.
39969         * combine.c: Likewise.
39970         * compare-elim.c: Likewise.
39971         * config/epiphany/resolve-sw-modes.c: Likewise.
39972         * config/i386/i386.c: Likewise.
39973         * config/mips/mips.c: Likewise.
39974         * config/s390/s390.c: Likewise.
39975         * config/sh/sh_treg_combine.cc: Likewise.
39976         * config/sparc/sparc.c: Likewise.
39977         * dce.c: Likewise.
39978         * dse.c: Likewise.
39979         * final.c: Likewise.
39980         * ifcvt.c: Likewise.
39981         * mode-switching.c: Likewise.
39982         * passes.c: Likewise.
39983         * postreload.c: Likewise.
39984         * ree.c: Likewise.
39985         * reg-stack.c: Likewise.
39986         * regcprop.c: Likewise.
39987         * regrename.c: Likewise.
39988         * web.c: Likewise.
39990 2014-05-06  Richard Biener  <rguenther@suse.de>
39992         PR middle-end/61070
39993         * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
39994         * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
39996 2014-05-05  Jan Hubicka  <hubicka@ucw.cz>
39998         PR ipa/60965
39999         * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
40001 2014-05-05  Radovan Obradovic  <robradovic@mips.com>
40002             Tom de Vries  <tom@codesourcery.com>
40004         * target.def (call_fusage_contains_non_callee_clobbers): New
40005         DEFHOOKPOD.
40006         * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
40007         Hooks to @menu.
40008         (@node Miscellaneous Register Hooks): New node.
40009         (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
40010         * doc/tm.texi: Regenerate.
40012 2014-05-05  Marek Polacek  <polacek@redhat.com>
40014         PR driver/61065
40015         * opts.c (common_handle_option): Call error_at instead of warning_at.
40017 2014-05-05  Richard Biener  <rguenther@suse.de>
40019         * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
40020         from last_verified if update_ssa ran.  Move TODO_verify_rtl_sharing
40021         under the TODO_verify_il umbrella.
40023 2014-05-05  Richard Biener  <rguenther@suse.de>
40025         * passes.c (execute_function_todo): Move TODO_verify_flow under
40026         the TODO_verify_ul umbrella.
40028 2014-05-05  Richard Biener  <rguenther@suse.de>
40030         PR middle-end/61010
40031         * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
40032         X & CST away from a CST that is the mask of a mode.
40034 2014-05-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
40036         * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
40037         int argument to enum machine_mode.
40038         (picochip_class_max_nregs): Ditto.
40039         * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
40040         (picochip_class_max_nregs): Ditto.
40042 2014-05-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40044         * target.def: Add new target hook.
40045         * doc/tm.texi: Regenerate.
40046         * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
40047         * targhooks.c (default_keep_leaf_when_profiled): New function.
40049         * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
40050         (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
40052 2014-05-05  Bin Cheng  <bin.cheng@arm.com>
40054         PR tree-optimization/60363
40055         * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
40056         (copy_phi_args): New parameters.  Call get_value_locus_in_path.
40057         (update_destination_phis): New parameter.
40058         (create_edge_and_update_destination_phis): Ditto.
40059         (ssa_fix_duplicate_block_edges): Pass new arguments.
40060         (thread_single_edge): Ditto.
40062 2014-05-04  Peter Bergner  <bergner@vnet.ibm.com>
40064         * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
40065         (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
40066         (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
40067         * config/rs6000/rs6000-builtin.def (BU_MISC_1):
40068         Use RS6000_BTM_HARD_FLOAT.
40069         (BU_MISC_2): Likewise.
40070         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
40071         RS6000_BTM_HARD_FLOAT.
40072         (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
40073         is explicitly used.
40074         (rs6000_invalid_builtin): Add hard floating builtin support.
40075         (rs6000_expand_builtin): Relax the gcc_assert to allow the new
40076         hard float builtins.
40077         (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
40079 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
40081         * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
40082         Add missing function* argument.
40084 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
40086         * lra-constraints.c (valid_address_p): Move earlier in file.
40087         Add a constraint argument to the address_info version.
40088         (satisfies_memory_constraint_p): New function.
40089         (satisfies_address_constraint_p): Likewise.
40090         (process_alt_operands, curr_insn_transform): Use them.
40091         (process_address): Pass the constraint to valid_address_p when
40092         checking address operands.
40094 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
40096         * config/mips/mips.c (mips_isa_rev): New variable.
40097         (mips_set_architecture): Set it.
40098         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
40099         from mips_isa_rev.
40100         (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
40101         (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
40102         (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
40103         (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
40104         (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
40105         conditions in terms of mips_isa_rev.
40106         (mips_isa_rev): Declare.
40108 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
40110         * config/sh/sh-mem.cc: Use tabs instead of spaces.
40111         (prob_unlikely, prob_likely): Make variables const.
40113 2014-05-03  Denis Chertykov  <chertykov@gmail.com>
40115         * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
40117 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
40119         * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
40121 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
40123         * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
40124         (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
40125         * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
40126         functions.
40127         (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
40128         sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
40129         sh_pass_in_reg_p.
40130         Replace usage of ROUND_REG with sh_round_reg.
40131         Use CEIL instead of ROUND_ADVANCE.
40133 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
40135         PR target/61026
40136         * config/sh/sh.c: Include stdlib headers before everything else.
40138 2014-05-02  Jakub Jelinek  <jakub@redhat.com>
40140         * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
40141         GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
40142         (gimplify_adjust_omp_clauses): Simd region is never
40143         directly nested in combined parallel.  Instead, for linear
40144         with copyin/copyout, if in combined for simd loop, make decl
40145         firstprivate/lastprivate on OMP_FOR.
40146         * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
40147         expand_omp_for_static_chunk): When setting endvar, also set
40148         fd->loop.v to the same value.
40150 2014-05-02  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
40152         * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
40154 2014-05-02  Alan Lawrence  <alan.lawrence@arm.com>
40156         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
40157         expression.
40159 2014-05-02  Marek Polacek  <polacek@redhat.com>
40161         * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
40163 2014-05-02  Kito Cheng  <kito@0xlab.org>
40165         * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
40166         to a C expression marco.
40167         * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
40168         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
40169         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
40170         * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
40171         HONOR_REG_ALLOC_ORDER.
40172         * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
40174 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
40176         * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
40178 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
40180         * config/arc/arc.c (arc_select_cc_mode): Fix typo.
40182 2014-05-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
40184         * tree-if-conv.c (is_cond_scalar_reduction): New function.
40185         (convert_scalar_cond_reduction): Likewise.
40186         (predicate_scalar_phi): Add recognition and transformation
40187         of simple conditioanl reduction to be vectorizable.
40189 2014-05-01  Marek Polacek  <polacek@redhat.com>
40191         PR c/43245
40192         * doc/invoke.texi: Document -Wdiscarded-qualifiers.
40194 2014-04-30  Alan Lawrence  <alan.lawrence@arm.com>
40196         * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
40197         vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
40198         vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
40199         vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
40200         vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
40201         vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
40202         vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
40203         vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
40205 2014-04-30  Joern Rennecke  <joern.rennecke@embecosm.com>
40207         * config/arc/arc.opt (mlra): Move comment above option name
40208         to avoid mis-parsing as language options.
40210 2014-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40212         * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
40213         * config/sol2.h: ... here.
40214         * config/sol2-10.h: Remove.
40216         * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
40217         (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
40218         (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
40219         (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
40220         (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
40221         * config/sol2.h: ... here.
40222         (SECTION_NAME_FORMAT): Don't redefine.
40223         (STARTFILE_ARCH32_SPEC): Rename to ...
40224         (STARTFILE_ARCH_SPEC): ... this.
40225         (ASM_OUTPUT_ALIGNED_COMMON): Move ...
40226         * config/sparc/sol2.h: ... here.
40227         (SECTION_NAME_FORMAT): Don't undef.
40228         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
40229         (SUBTARGET_EXTRA_SPECS): Remove.
40230         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
40232         * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
40233         (MD_STARTFILE_PREFIX): Remove.
40234         (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
40235         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
40236         (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
40237         (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
40238         (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
40239         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
40240         * config/i386/sol2.h: ... here.
40241         (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
40242         * config/i386/sol2-bi.h: Remove.
40243         * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
40244         (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
40246         * config/i386/t-sol2-64: Rename to ...
40247         * config/i386/t-sol2: ... this.
40248         * config/sparc/t-sol2-64: Rename to ...
40249         * config/sparc/t-sol2: ... this.
40251         * config.gcc (*-*-solaris2*): Split sol2_tm_file into
40252         sol2_tm_file_head, sol2_tm_file_tail.
40253         Include ${cpu_type}/sol2.h before sol2.h.
40254         Remove sol2-10.h.
40255         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
40256         i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
40257         Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
40258         Reflect i386/t-sol2-64 renaming.
40259         (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
40260         Reflect sparc/t-sol2-64 renaming.
40262 2014-04-30  Richard Biener  <rguenther@suse.de>
40264         * passes.c (execute_function_todo): Move TODO_verify_stmts
40265         and TODO_verify_ssa under the TODO_verify_il umbrella.
40266         * tree-ssa.h (verify_ssa): Adjust prototype.
40267         * tree-ssa.c (verify_ssa): Add parameter to tell whether
40268         we should verify SSA operands.
40269         * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
40270         * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
40271         whether we should verify whether not throwing stmts have EH info.
40272         * graphite-scop-detection.c (create_sese_edges): Adjust.
40273         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
40274         * tree-eh.c (lower_try_finally_switch): Do not add the
40275         default case label twice.
40277 2014-04-30  Marek Polacek  <polacek@redhat.com>
40279         * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
40280         * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
40281         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
40282         * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
40284 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
40286         * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
40287         vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
40288         vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
40289         vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
40290         vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
40291         vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
40292         vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
40293         vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
40295 2014-04-29  David Malcolm  <dmalcolm@redhat.com>
40297         * tree-cfg.c (dump_function_to_file): Dump the return type of
40298         functions, in a line to itself before the function body, mimicking
40299         the layout of a C function.
40301 2014-04-29  Jakub Jelinek  <jakub@redhat.com>
40303         PR tree-optimization/60971
40304         * tree-tailcall.c (process_assignment): Reject conversions which
40305         reduce precision.
40307 2014-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
40309         * calls.c (initialize_argument_information): Always treat
40310         PUSH_ARGS_REVERSED as 1, simplify code accordingly.
40311         (expand_call): Likewise.
40312         (emit_library_call_calue_1): Likewise.
40313         * expr.c (PUSH_ARGS_REVERSED): Do not define.
40314         (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
40315         code accordingly.
40317 2014-04-29  Nick Clifton  <nickc@redhat.com>
40319         * config/msp430/msp430.md (umulsidi): Fix typo.
40320         (mulhisi3): Enable even inside interrupt handlers.
40321         * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
40322         bigger return address pushed in large mode.
40324 2014-04-29  Nick Clifton  <nickc@redhat.com>
40326         * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
40327         (arc_init_reg_tables): Use a machine_mode enum to iterate over
40328         available modes.
40329         * config/m32r/m32r.c (init_reg_tables): Likewise.
40330         * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
40331         enum to hold the modes.
40333 2014-04-29  Richard Biener  <rguenther@suse.de>
40335         * dominance.c (free_dominance_info): Add overload with
40336         function parameter.
40337         (dom_info_state): Likewise.
40338         (dom_info_available_p): Likewise.
40339         * basic-block.h (free_dominance_info, dom_info_state,
40340         dom_info_available_p): Declare overloads.
40341         * passes.c (execute_function_todo): Verify that verifiers
40342         don't change dominator info state.  Drop dominator info
40343         for IPA pass invocations.
40344         * cgraph.c (release_function_body): Restore asserts that
40345         dominator information is released.
40347 2014-04-29  Patrick Palka  <patrick@parcs.ath.cx>
40349         * doc/invoke.texi: Fix typo.
40350         * tree-vrp.c: Fix typos.
40351         * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
40353 2014-04-29  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
40355         * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
40357 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
40359         * config/aarch64/aarch64-builtins.c
40360         (aarch64_types_storestruct_lane_qualifiers): New.
40361         (TYPES_STORESTRUCT_LANE): Likewise.
40362         * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
40363         (st3_lane): Likewise.
40364         (st4_lane): Likewise.
40365         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
40366         (vec_store_lanesci_lane<mode>): Likewise.
40367         (vec_store_lanesxi_lane<mode>): Likewise.
40368         (aarch64_st2_lane<VQ:mode>): Likewise.
40369         (aarch64_st3_lane<VQ:mode>): Likewise.
40370         (aarch64_st4_lane<VQ:mode>): Likewise.
40371         * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
40372         * config/aarch64/arm_neon.h
40373         (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
40374         use new macro arguments.
40375         (__ST3_LANE_FUNC): Likewise.
40376         (__ST4_LANE_FUNC): Likewise.
40377         * config/aarch64/iterators.md (V_TWO_ELEM): New.
40378         (V_THREE_ELEM): Likewise.
40379         (V_FOUR_ELEM): Likewise.
40381 2014-04-28  David Malcolm  <dmalcolm@redhat.com>
40383         * doc/gimple.texi: Replace the description of the now-defunct
40384         union gimple_statement_d with a diagram showing the
40385         gimple_statement_base class hierarchy and its relationships to
40386         the GSS_ and GIMPLE_ enums.
40388 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
40390         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
40391         * config/aarch64/aarch64.c
40392         (aarch64_cannot_change_mode_class): Weaken conditions.
40393         (aarch64_modes_tieable_p): New.
40394         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
40396 2014-04-28  Pat Haugen  <pthaugen@us.ibm.com>
40398         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
40399         (loadsync_<mode>): Change mode.
40400         (load_quadpti, store_quadpti): New.
40401         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
40402         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
40404 2014-04-28  Martin Jambor  <mjambor@suse.cz>
40406         * tree-sra.c (sra_modify_expr): Generate new memory accesses with
40407         same alias type as the original statement.
40408         (subreplacement_assignment_data): New type.
40409         (handle_unscalarized_data_in_subtree): New type of parameter,
40410         generate new memory accesses with same alias type as the original
40411         statement.
40412         (load_assign_lhs_subreplacements): Likewise.
40413         (sra_modify_constructor_assign): Generate new memory accesses with
40414         same alias type as the original statement.
40416 2014-04-28  Richard Biener  <rguenther@suse.de>
40418         * tree-pass.h (TODO_verify_il): Define.
40419         (TODO_verify_all): Complete properly.
40420         * passes.c (execute_function_todo): Move existing loop-closed
40421         SSA verification under TODO_verify_il.
40422         (execute_one_pass): Trigger TODO_verify_il at todo-after time.
40423         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
40424         Fix tree sharing issue.
40426 2014-04-28  Richard Biener  <rguenther@suse.de>
40428         PR middle-end/60092
40429         * builtins.def (DEF_C11_BUILTIN): Add.
40430         (BUILT_IN_ALIGNED_ALLOC): Likewise.
40431         * coretypes.h (enum function_class): Add function_c11_misc.
40432         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
40433         BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
40434         (call_may_clobber_ref_p_1): Likewise.
40435         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
40436         (mark_all_reaching_defs_necessary_1): Likewise.
40437         (propagate_necessity): Likewise.
40438         (eliminate_unnecessary_stmts): Likewise.
40439         * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
40441 2014-04-28  Richard Biener  <rguenther@suse.de>
40443         * tree-vrp.c (vrp_var_may_overflow): Remove.
40444         (vrp_visit_phi_node): Rather than bumping to +-INF possibly
40445         with overflow immediately bump to one before that value and
40446         let iteration figure out overflow status.
40448 2014-04-28  Richard Biener  <rguenther@suse.de>
40450         * configure.ac: Do valgrind header checks unconditionally.
40451         Add --enable-valgrind-annotations.
40452         * system.h: Guard valgrind header inclusion with
40453         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
40454         * alloc-pool.c (pool_alloc, pool_free): Use
40455         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
40456         to guard possibly dead code.
40457         * config.in: Regenerated.
40458         * configure: Likewise.
40460 2014-04-28  Jeff Law  <law@redhat.com>
40462         PR tree-optimization/60902
40463         * tree-ssa-threadedge.c
40464         (record_temporary_equivalences_from_stmts_at_dest): Only iterate
40465         over real defs when invalidating outputs from statements that do not
40466         produce useful outputs for threading.
40468 2014-04-28  Richard Biener  <rguenther@suse.de>
40470         PR tree-optimization/60979
40471         * graphite-scop-detection.c (scopdet_basic_block_info): Reject
40472         SCOPs that end in a block with a successor with abnormal
40473         predecessors.
40475 2014-04-28  Richard Biener  <rguenther@suse.de>
40477         * tree-pass.h (execute_pass_list): Adjust prototype.
40478         * passes.c (pass_manager::execute_early_local_passes): Adjust.
40479         (do_per_function): Change callback signature, push all actual
40480         work to the callbals.
40481         (do_per_function_toporder): Likewise.
40482         (execute_function_dump): Adjust.
40483         (execute_function_todo): Likewise.
40484         (clear_last_verified): Likewise.
40485         (verify_curr_properties): Likewise.
40486         (update_properties_after_pass): Likewise.
40487         (execute_pass_list_1): Split out from ...
40488         (execute_pass_list): ... here.  Adjust.
40489         (execute_ipa_pass_list): Likewise.
40490         * cgraphunit.c (cgraph_add_new_function): Adjust.
40491         (analyze_function): Likewise.
40492         (expand_function): Likewise.
40493         * cgraph.c (release_function_body): Free dominance info
40494         here instead of asserting it was magically freed elsewhere.
40496 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
40498         * configure.ac: Tweak GAS check for LEON instructions on SPARC.
40499         * configure: Regenerate.
40500         * config/sparc/sparc.opt (muser-mode): New option.
40501         * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
40502         for LEON3.
40503         (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
40504         * doc/invoke.texi (SPARC options): Document -muser-mode.
40506 2014-04-27  Richard Sandiford  <rdsandiford@googlemail.com>
40508         * cselib.c (find_slot_memmode): Delete.
40509         (cselib_hasher): Change compare_type to a struct.
40510         (cselib_hasher::equal): Update accordingly.  Don't expect wrapped
40511         constants.
40512         (preserve_constants_and_equivs): Adjust for new compare_type.
40513         (cselib_find_slot): Likewise.  Take the mode of the rtx as argument.
40514         (wrap_constant): Delete.
40515         (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
40517 2014-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
40519         * doc/install.texi (Building with profile feedback): Remove
40520         outdated sentence.
40522 2014-04-26  Tom de Vries  <tom@codesourcery.com>
40524         * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
40525         array accesses.
40527 2014-04-25  Cary Coutant  <ccoutant@google.com>
40529         PR debug/60929
40530         * dwarf2out.c (should_move_die_to_comdat): A type definition
40531         can contain a subprogram definition, but don't move it to a
40532         comdat unit.
40533         (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
40534         (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
40535         from original DIE.
40536         (clone_tree_hash): Rename to...
40537         (clone_tree_partial): ...this; change callers.  Copy
40538         DW_TAG_subprogram DIEs as declarations.
40539         (copy_decls_walk): Don't copy children of a declaration into a
40540         type unit.
40542 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
40544         PR target/60969
40545         * config/i386/i386.md (*movsf_internal): Set MODE to SI for
40546         alternative 12.
40548 2014-04-25  Jiong Wang  <jiong.wang@arm.com>
40550         * config/arm/predicates.md (call_insn_operand): Add long_call check.
40551         * config/arm/arm.md (sibcall, sibcall_value): Force the address to
40552         reg for long_call.
40553         * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
40554         restriction.
40556 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40558         * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
40560 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
40562         PR tree-optimization/60930
40563         * gimple-ssa-strength-reduction.c (create_mul_imm_cand):  Reject
40564         creating a multiply candidate by folding two constant
40565         multiplicands when the result overflows.
40567 2014-04-25  Jakub Jelinek  <jakub@redhat.com>
40569         PR tree-optimization/60960
40570         * tree-vect-generic.c (expand_vector_operation): Only call
40571         expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
40573 2014-04-25  Tom de Vries  <tom@codesourcery.com>
40575         * expr.c (clobber_reg_mode): New function.
40576         * expr.h (clobber_reg): New function.
40578 2014-04-25  Tom de Vries  <tom@codesourcery.com>
40580         * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
40581         clobbers.
40583 2014-04-25  Radovan Obradovic  <robradovic@mips.com>
40584             Tom de Vries  <tom@codesourcery.com>
40586         * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
40587         handle.
40588         * rtl.h (find_all_hard_reg_sets): Add bool parameter.
40589         * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
40590         new argument to find_all_hard_reg_sets call.
40592 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40594         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
40595         Use HOST_WIDE_INT_C for mask literal.
40596         (aarch_rev16_shleft_mask_imm_p): Likewise.
40598 2014-04-25  Eric Botcazou  <ebotcazou@adacore.com>
40600         PR target/60941
40601         * config/sparc/sparc.md (ashlsi3_extend): Delete.
40603 2014-04-25  Marc Glisse  <marc.glisse@inria.fr>
40605         PR preprocessor/56540
40606         * config/i386/i386-c.c (ix86_target_macros): Define
40607         __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
40609 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40611         * configure.ac (tga_func): Remove.
40612         (LIB_TLS_SPEC): Remove.
40613         * configure: Regenerate.
40614         * config.in: Regenerate.
40615         * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
40617 2014-04-25  Richard Biener  <rguenther@suse.de>
40619         PR ipa/60912
40620         * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
40621         call stmt use/clobber sets during stmt walk instead of
40622         walking the possibly incomplete set of caller edges.
40624 2014-04-25  Richard Biener  <rguenther@suse.de>
40626         PR ipa/60911
40627         * passes.c (apply_ipa_transforms): Inline into only caller ...
40628         (execute_one_pass): ... here.  Properly bring in function
40629         bodies for nodes we want to apply IPA transforms to.
40631 2014-04-24  Cong Hou  <congh@google.com>
40633         PR tree-optimization/60896
40634         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
40635         all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
40636         (vect_mark_pattern_stmts): Set the def type of all statements in
40637         PATTERN_DEF_SEQ as vect_internal_def.
40639 2014-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
40641         * doc/extend.texi (PowerPC Built-in Functions): Document new
40642         powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
40643         (PowerPC AltiVec/VSX Built-in Functions): Likewise.
40645         * config/rs6000/predicates.md (const_0_to_3_operand): New
40646         predicate to match 0..3 integer constants.
40648         * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
40649         to support adding miscellaneous builtin functions.
40650         (BU_DFP_MISC_2): Likewise.
40651         (BU_P7_MISC_1): Likewise.
40652         (BU_P7_MISC_2): Likewise.
40653         (BU_P8V_MISC_3): Likewise.
40654         (BU_MISC_1): Likewise.
40655         (BU_MISC_2): Likewise.
40656         (DIVWE): Add extended divide builtin functions.
40657         (DIVWEO): Likewise.
40658         (DIVWEU): Likewise.
40659         (DIVWEUO): Likewise.
40660         (DIVDE): Likewise.
40661         (DIVDEO): Likewise.
40662         (DIVDEU): Likewise.
40663         (DIVDEUO): Likewise.
40664         (DXEX): Add decimal floating-point builtin functions.
40665         (DXEXQ): Likewise.
40666         (DDEDPD): Likewise.
40667         (DDEDPDQ): Likewise.
40668         (DENBCD): Likewise.
40669         (DENBCDQ): Likewise.
40670         (DIEX): Likewise.
40671         (DIEXQ): Likewise.
40672         (DSCLI): Likewise.
40673         (DSCLIQ): Likewise.
40674         (DSCRI): Likewise.
40675         (DSCRIQ): Likewise.
40676         (CDTBCD): Add new BCD builtin functions.
40677         (CBCDTD): Likewise.
40678         (ADDG6S): Likewise.
40679         (BCDADD): Likewise.
40680         (BCDADD_LT): Likewise.
40681         (BCDADD_EQ): Likewise.
40682         (BCDADD_GT): Likewise.
40683         (BCDADD_OV): Likewise.
40684         (BCDSUB): Likewise.
40685         (BCDSUB_LT): Likewise.
40686         (BCDSUB_EQ): Likewise.
40687         (BCDSUB_GT): Likewise.
40688         (BCDSUB_OV): Likewise.
40689         (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
40690         (UNPACK_TD): Likewise.
40691         (PACK_TF): Likewise.
40692         (UNPACK_TF): Likewise.
40693         (UNPACK_TF_0): Likewise.
40694         (UNPACK_TF_1): Likewise.
40695         (PACK_V1TI): Likewise.
40696         (UNPACK_V1TI): Likewise.
40698         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
40699         support for decimal floating point builtin functions.
40700         (rs6000_expand_ternop_builtin): Add checks for the new builtin
40701         functions that take constant arguments.
40702         (rs6000_invalid_builtin): Add decimal floating point builtin support.
40703         (rs6000_init_builtins): Setup long double, _Decimal64, and
40704         _Decimal128 types for new builtin functions.
40705         (builtin_function_type): Set the unsigned flags appropriately for
40706         the new builtin functions.
40707         (rs6000_opt_masks): Add support for decimal floating point builtin
40708         functions.
40710         * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
40711         floating point builtin functions.
40712         (RS6000_BTM_COMMON): Likewise.
40713         (RS6000_BTI_long_double): Likewise.
40714         (RS6000_BTI_dfloat64): Likewise.
40715         (RS6000_BTI_dfloat128): Likewise.
40716         (long_double_type_internal_node): Likewise.
40717         (dfloat64_type_internal_node): Likewise.
40718         (dfloat128_type_internal_node): Likewise.
40720         * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
40721         2.07 bcd arithmetic instructions.
40722         (UNSPEC_BCDSUB): Likewise.
40723         (UNSPEC_BCD_OVERFLOW): Likewise.
40724         (UNSPEC_BCD_ADD_SUB): Likewise.
40725         (bcd_add_sub): Likewise.
40726         (BCD_TEST): Likewise.
40727         (bcd<bcd_add_sub>): Likewise.
40728         (bcd<bcd_add_sub>_test): Likewise.
40729         (bcd<bcd_add_sub>_test2): Likewise.
40730         (bcd<bcd_add_sub>_<code>): Likewise.
40731         (peephole2 for combined bcd ops): Likewise.
40733         * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
40734         decimal floating point builtin functions.
40735         (UNSPEC_DENBCD): Likewise.
40736         (UNSPEC_DXEX): Likewise.
40737         (UNSPEC_DIEX): Likewise.
40738         (UNSPEC_DSCLI): Likewise.
40739         (UNSPEC_DSCRI): Likewise.
40740         (D64_D128): Likewise.
40741         (dfp_suffix): Likewise.
40742         (dfp_ddedpd_<mode>): Likewise.
40743         (dfp_denbcd_<mode>): Likewise.
40744         (dfp_dxex_<mode>): Likewise.
40745         (dfp_diex_<mode>): Likewise.
40746         (dfp_dscli_<mode>): Likewise.
40747         (dfp_dscri_<mode>): Likewise.
40749         * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
40750         builtin functions.
40751         (UNSPEC_CDTBCD): Likewise.
40752         (UNSPEC_CBCDTD): Likewise.
40753         (UNSPEC_DIVE): Add support for new extended divide builtin functions.
40754         (UNSPEC_DIVEO): Likewise.
40755         (UNSPEC_DIVEU): Likewise.
40756         (UNSPEC_DIVEUO): Likewise.
40757         (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
40758         pack/unpack 128-bit types.
40759         (UNSPEC_PACK_128BIT): Likewise.
40760         (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
40761         (udiv<mode>3): Use idiv_ldiv mode attribute.
40762         (div<mode>3): Likewise.
40763         (addg6s): Add new BCD builtin functions.
40764         (cdtbcd): Likewise.
40765         (cbcdtd): Likewise.
40766         (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
40767         (div_extend): Likewise.
40768         (div<div_extend>_<mode>"): Likewise.
40769         (FP128_64): Add support for new builtin functions to pack/unpack
40770         128-bit types.
40771         (unpack<mode>): Likewise.
40772         (unpacktf_0): Likewise.
40773         (unpacktf_1): Likewise.
40774         (unpack<mode>_dm): Likewise.
40775         (unpack<mode>_nodm): Likewise.
40776         (pack<mode>): Likewise.
40777         (unpackv1ti): Likewise.
40778         (packv1ti): Likewise.
40780 2014-04-24  Vishnu K S  <Vishnu.k_s@atmel.com>
40782         * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
40783         is disabled.
40785 2014-04-24  Jakub Jelinek  <jakub@redhat.com>
40787         * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
40788         * gimplify.c (omp_is_private): Change last argument's type to int.
40789         Only diagnose lastprivate if the simd argument is 1, only diagnose
40790         linear if the simd argument is 2.
40791         (gimplify_omp_for): Adjust omp_is_private callers.  When adding
40792         lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
40793         GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
40794         create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
40795         If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
40796         increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
40797         * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
40798         OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
40799         * tree-nested.c (convert_nonlocal_omp_clauses,
40800         convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
40802 2014-04-24  Segher Boessenkool  <segher@kernel.crashing.org>
40804         PR target/60822
40805         * config/m68k/m68k.md (extendplussidi): Don't allow memory for
40806         operand 1.
40808 2014-04-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
40810         * flag-types.h (enum ivar_visibility): Add.
40812 2014-04-24  Trevor Saunders  <tsaunders@mozilla.com>
40814         * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
40815         function * argument.
40817 2014-04-24  Alan Lawrence  <alan.lawrence@arm.com>
40819         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
40821 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
40822             Tom de Vries  <tom@codesourcery.com>
40824         * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
40825         * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
40826         reg-note.
40827         * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
40828         * emit-rtl.c (try_split): Same.
40830 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
40831             Tom de Vries  <tom@codesourcery.com>
40833         * common.opt (fuse-caller-save): New option.
40835 2014-04-24  Tejas Belagod  <tejas.belagod@arm.com>
40837         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
40838         elements for big-endian.
40840 2014-04-24  Richard Biener  <rguenther@suse.de>
40842         * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
40843         during TER and instead use the sepops interface for expanding
40844         non-GIMPLE_SINGLE_RHS.
40846 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40848         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
40849         if not HAVE_AS_IX86_DIFF_SECT_DELTA.
40851 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40853         * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
40854         assembler 64-bit option.
40855         * configure: Regenerate.
40857 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40859         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
40860         TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
40861         (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
40862         (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
40863         (TARGET_CRYPTO): Take TARGET_SIMD into account.
40865 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40867         * config/aarch64/aarch64-builtins.c
40868         (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
40869         BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
40870         * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
40871         * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
40872         builtins.
40873         * config/aarch64/iterator.md (VDQHSD): New mode iterator.
40874         (Vrevsuff): New mode attribute.
40876 2014-04-24  Terry Guo  <terry.guo@arm.com>
40878         * config/arm/arm.h (machine_function): Define variable
40879         after_arm_reorg here.
40880         * config/arm/arm.c (after_arm_reorg): Remove the definition.
40881         (arm_split_constant): Update the way to access variable
40882         after_arm_reorg.
40883         (arm_reorg): Ditto.
40884         (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
40886 2014-04-23  Tom de Vries  <tom@codesourcery.com>
40888         * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
40890 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
40892         * is-a.h: Update comments to reflect the following changes to the
40893         "pointerness" of the API, making the template parameter match the
40894         return type, allowing use of is-a.h with typedefs of pointers.
40895         (is_a_helper::cast): Return a T rather then a pointer to a T, so
40896         that the return type matches the parameter to the is_a_helper.
40897         (as_a): Likewise.
40898         (dyn_cast): Likewise.
40900         * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
40901         pointer from the is-a.h API.
40903         * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
40904         (is_a_helper <cgraph_node *>::test): ...this, matching change to
40905         is-a.h API.
40906         (is_a_helper <varpool_node>::test): Likewise, convert to...
40907         (is_a_helper <varpool_node *>::test): ...this.
40909         (varpool_first_variable): Update for removal of implicit pointer
40910         from the is-a.h API.
40911         (varpool_next_variable): Likewise.
40912         (varpool_first_static_initializer): Likewise.
40913         (varpool_next_static_initializer): Likewise.
40914         (varpool_first_defined_variable): Likewise.
40915         (varpool_next_defined_variable): Likewise.
40916         (cgraph_first_defined_function): Likewise.
40917         (cgraph_next_defined_function): Likewise.
40918         (cgraph_first_function): Likewise.
40919         (cgraph_next_function): Likewise.
40920         (cgraph_first_function_with_gimple_body): Likewise.
40921         (cgraph_next_function_with_gimple_body): Likewise.
40922         (cgraph_alias_target): Likewise.
40923         (varpool_alias_target): Likewise.
40924         (cgraph_function_or_thunk_node): Likewise.
40925         (varpool_variable_node): Likewise.
40926         (symtab_real_symbol_p): Likewise.
40927         * cgraphunit.c (referred_to_p): Likewise.
40928         (analyze_functions): Likewise.
40929         (handle_alias_pairs): Likewise.
40930         * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
40931         * gimple-ssa.h (gimple_vuse_op): Likewise.
40932         (gimple_vdef_op): Likewise.
40933         * gimple-streamer-in.c (input_gimple_stmt): Likewise.
40934         * gimple.c (gimple_build_asm_1): Likewise.
40935         (gimple_build_try): Likewise.
40936         (gimple_build_resx): Likewise.
40937         (gimple_build_eh_dispatch): Likewise.
40938         (gimple_build_omp_for): Likewise.
40939         (gimple_omp_for_set_clauses): Likewise.
40941         * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
40942         (is_a_helper <gimple_statement_asm *>::test): ...this.
40943         (is_a_helper <gimple_statement_bind>::test): Convert to...
40944         (is_a_helper <gimple_statement_bind *>::test): ...this.
40945         (is_a_helper <gimple_statement_call>::test): Convert to...
40946         (is_a_helper <gimple_statement_call *>::test): ...this.
40947         (is_a_helper <gimple_statement_catch>::test): Convert to...
40948         (is_a_helper <gimple_statement_catch *>::test): ...this.
40949         (is_a_helper <gimple_statement_resx>::test): Convert to...
40950         (is_a_helper <gimple_statement_resx *>::test): ...this.
40951         (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
40952         (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
40953         (is_a_helper <gimple_statement_eh_else>::test): Convert to...
40954         (is_a_helper <gimple_statement_eh_else *>::test): ...this.
40955         (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
40956         (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
40957         (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
40958         (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
40959         (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
40960         (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
40961         (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
40962         (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
40963         (is_a_helper <gimple_statement_omp_return>::test): Convert to...
40964         (is_a_helper <gimple_statement_omp_return *>::test): ...this.
40965         (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
40966         (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
40967         (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
40968         (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
40969         (is_a_helper <gimple_statement_omp_for>::test): Convert to...
40970         (is_a_helper <gimple_statement_omp_for *>::test): ...this.
40971         (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
40972         (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
40973         (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
40974         (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
40975         (is_a_helper <gimple_statement_omp_target>::test): Convert to...
40976         (is_a_helper <gimple_statement_omp_target *>::test): ...this.
40977         (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
40978         (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
40979         (is_a_helper <gimple_statement_omp_single>::test): Convert to...
40980         (is_a_helper <gimple_statement_omp_single *>::test): ...this.
40981         (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
40982         (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
40983         (is_a_helper <gimple_statement_omp_task>::test): Convert to...
40984         (is_a_helper <gimple_statement_omp_task *>::test): ...this.
40985         (is_a_helper <gimple_statement_phi>::test): Convert to...
40986         (is_a_helper <gimple_statement_phi *>::test): ...this.
40987         (is_a_helper <gimple_statement_transaction>::test): Convert to...
40988         (is_a_helper <gimple_statement_transaction *>::test): ...this.
40989         (is_a_helper <gimple_statement_try>::test): Convert to...
40990         (is_a_helper <gimple_statement_try *>::test): ...this.
40991         (is_a_helper <gimple_statement_wce>::test): Convert to...
40992         (is_a_helper <gimple_statement_wce *>::test): ...this.
40993         (is_a_helper <const gimple_statement_asm>::test): Convert to...
40994         (is_a_helper <const gimple_statement_asm *>::test): ...this.
40995         (is_a_helper <const gimple_statement_bind>::test): Convert to...
40996         (is_a_helper <const gimple_statement_bind *>::test): ...this.
40997         (is_a_helper <const gimple_statement_call>::test): Convert to...
40998         (is_a_helper <const gimple_statement_call *>::test): ...this.
40999         (is_a_helper <const gimple_statement_catch>::test): Convert to...
41000         (is_a_helper <const gimple_statement_catch *>::test): ...this.
41001         (is_a_helper <const gimple_statement_resx>::test): Convert to...
41002         (is_a_helper <const gimple_statement_resx *>::test): ...this.
41003         (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
41004         (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
41005         (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
41006         (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
41007         (is_a_helper <const gimple_statement_omp_atomic_load>::test):
41008         Convert to...
41009         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
41010         ...this.
41011         (is_a_helper <const gimple_statement_omp_atomic_store>::test):
41012         Convert to...
41013         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
41014         ...this.
41015         (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
41016         (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
41017         (is_a_helper <const gimple_statement_omp_continue>::test): Convert
41018         to...
41019         (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
41020         (is_a_helper <const gimple_statement_omp_critical>::test): Convert
41021         to...
41022         (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
41023         (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
41024         (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
41025         (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
41026         (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
41027         (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
41028         to...
41029         (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
41030         (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
41031         (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
41032         (is_a_helper <const gimple_statement_omp_sections>::test): Convert
41033         to...
41034         (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
41035         (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
41036         (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
41037         (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
41038         (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
41039         (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
41040         (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
41041         (is_a_helper <const gimple_statement_phi>::test): Convert to...
41042         (is_a_helper <const gimple_statement_phi *>::test): ...this.
41043         (is_a_helper <const gimple_statement_transaction>::test): Convert to...
41044         (is_a_helper <const gimple_statement_transaction *>::test): ...this.
41045         (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
41046         (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
41047         (is_a_helper <gimple_statement_with_ops>::test): Convert to...
41048         (is_a_helper <gimple_statement_with_ops *>::test): ...this.
41049         (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
41050         to...
41051         (is_a_helper <const gimple_statement_with_memory_ops *>::test):
41052         ...this.
41053         (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
41054         (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
41056         (gimple_use_ops): Update for removal of implicit pointer from the
41057         is-a.h API.
41058         (gimple_set_use_ops): Likewise.
41059         (gimple_vuse): Likewise.
41060         (gimple_vdef): Likewise.
41061         (gimple_vuse_ptr): Likewise.
41062         (gimple_vdef_ptr): Likewise.
41063         (gimple_set_vuse): Likewise.
41064         (gimple_set_vdef): Likewise.
41065         (gimple_omp_return_set_lhs): Likewise.
41066         (gimple_omp_return_lhs): Likewise.
41067         (gimple_omp_return_lhs_ptr): Likewise.
41068         (gimple_call_fntype): Likewise.
41069         (gimple_call_set_fntype): Likewise.
41070         (gimple_call_set_internal_fn): Likewise.
41071         (gimple_call_use_set): Likewise.
41072         (gimple_call_clobber_set): Likewise.
41073         (gimple_bind_vars): Likewise.
41074         (gimple_bind_set_vars): Likewise.
41075         (gimple_bind_body_ptr): Likewise.
41076         (gimple_bind_set_body): Likewise.
41077         (gimple_bind_add_stmt): Likewise.
41078         (gimple_bind_block): Likewise.
41079         (gimple_bind_set_block): Likewise.
41080         (gimple_asm_ninputs): Likewise.
41081         (gimple_asm_noutputs): Likewise.
41082         (gimple_asm_nclobbers): Likewise.
41083         (gimple_asm_nlabels): Likewise.
41084         (gimple_asm_input_op): Likewise.
41085         (gimple_asm_input_op_ptr): Likewise.
41086         (gimple_asm_output_op): Likewise.
41087         (gimple_asm_output_op_ptr): Likewise.
41088         (gimple_asm_set_output_op): Likewise.
41089         (gimple_asm_clobber_op): Likewise.
41090         (gimple_asm_set_clobber_op): Likewise.
41091         (gimple_asm_label_op): Likewise.
41092         (gimple_asm_set_label_op): Likewise.
41093         (gimple_asm_string): Likewise.
41094         (gimple_catch_types): Likewise.
41095         (gimple_catch_types_ptr): Likewise.
41096         (gimple_catch_handler_ptr): Likewise.
41097         (gimple_catch_set_types): Likewise.
41098         (gimple_catch_set_handler): Likewise.
41099         (gimple_eh_filter_types): Likewise.
41100         (gimple_eh_filter_types_ptr): Likewise.
41101         (gimple_eh_filter_failure_ptr): Likewise.
41102         (gimple_eh_filter_set_types): Likewise.
41103         (gimple_eh_filter_set_failure): Likewise.
41104         (gimple_eh_must_not_throw_fndecl): Likewise.
41105         (gimple_eh_must_not_throw_set_fndecl): Likewise.
41106         (gimple_eh_else_n_body_ptr): Likewise.
41107         (gimple_eh_else_e_body_ptr): Likewise.
41108         (gimple_eh_else_set_n_body): Likewise.
41109         (gimple_eh_else_set_e_body): Likewise.
41110         (gimple_try_eval_ptr): Likewise.
41111         (gimple_try_cleanup_ptr): Likewise.
41112         (gimple_try_set_eval): Likewise.
41113         (gimple_try_set_cleanup): Likewise.
41114         (gimple_wce_cleanup_ptr): Likewise.
41115         (gimple_wce_set_cleanup): Likewise.
41116         (gimple_phi_capacity): Likewise.
41117         (gimple_phi_num_args): Likewise.
41118         (gimple_phi_result): Likewise.
41119         (gimple_phi_result_ptr): Likewise.
41120         (gimple_phi_set_result): Likewise.
41121         (gimple_phi_arg): Likewise.
41122         (gimple_phi_set_arg): Likewise.
41123         (gimple_resx_region): Likewise.
41124         (gimple_resx_set_region): Likewise.
41125         (gimple_eh_dispatch_region): Likewise.
41126         (gimple_eh_dispatch_set_region): Likewise.
41127         (gimple_omp_critical_name): Likewise.
41128         (gimple_omp_critical_name_ptr): Likewise.
41129         (gimple_omp_critical_set_name): Likewise.
41130         (gimple_omp_for_clauses): Likewise.
41131         (gimple_omp_for_clauses_ptr): Likewise.
41132         (gimple_omp_for_set_clauses): Likewise.
41133         (gimple_omp_for_collapse): Likewise.
41134         (gimple_omp_for_index): Likewise.
41135         (gimple_omp_for_index_ptr): Likewise.
41136         (gimple_omp_for_set_index): Likewise.
41137         (gimple_omp_for_initial): Likewise.
41138         (gimple_omp_for_initial_ptr): Likewise.
41139         (gimple_omp_for_set_initial): Likewise.
41140         (gimple_omp_for_final): Likewise.
41141         (gimple_omp_for_final_ptr): Likewise.
41142         (gimple_omp_for_set_final): Likewise.
41143         (gimple_omp_for_incr): Likewise.
41144         (gimple_omp_for_incr_ptr): Likewise.
41145         (gimple_omp_for_set_incr): Likewise.
41146         (gimple_omp_for_pre_body_ptr): Likewise.
41147         (gimple_omp_for_set_pre_body): Likewise.
41148         (gimple_omp_parallel_clauses): Likewise.
41149         (gimple_omp_parallel_clauses_ptr): Likewise.
41150         (gimple_omp_parallel_set_clauses): Likewise.
41151         (gimple_omp_parallel_child_fn): Likewise.
41152         (gimple_omp_parallel_child_fn_ptr): Likewise.
41153         (gimple_omp_parallel_set_child_fn): Likewise.
41154         (gimple_omp_parallel_data_arg): Likewise.
41155         (gimple_omp_parallel_data_arg_ptr): Likewise.
41156         (gimple_omp_parallel_set_data_arg): Likewise.
41157         (gimple_omp_task_clauses): Likewise.
41158         (gimple_omp_task_clauses_ptr): Likewise.
41159         (gimple_omp_task_set_clauses): Likewise.
41160         (gimple_omp_task_child_fn): Likewise.
41161         (gimple_omp_task_child_fn_ptr): Likewise.
41162         (gimple_omp_task_set_child_fn): Likewise.
41163         (gimple_omp_task_data_arg): Likewise.
41164         (gimple_omp_task_data_arg_ptr): Likewise.
41165         (gimple_omp_task_set_data_arg): Likewise.
41166         (gimple_omp_taskreg_clauses): Likewise.
41167         (gimple_omp_taskreg_clauses_ptr): Likewise.
41168         (gimple_omp_taskreg_set_clauses): Likewise.
41169         (gimple_omp_taskreg_child_fn): Likewise.
41170         (gimple_omp_taskreg_child_fn_ptr): Likewise.
41171         (gimple_omp_taskreg_set_child_fn): Likewise.
41172         (gimple_omp_taskreg_data_arg): Likewise.
41173         (gimple_omp_taskreg_data_arg_ptr): Likewise.
41174         (gimple_omp_taskreg_set_data_arg): Likewise.
41175         (gimple_omp_task_copy_fn): Likewise.
41176         (gimple_omp_task_copy_fn_ptr): Likewise.
41177         (gimple_omp_task_set_copy_fn): Likewise.
41178         (gimple_omp_task_arg_size): Likewise.
41179         (gimple_omp_task_arg_size_ptr): Likewise.
41180         (gimple_omp_task_set_arg_size): Likewise.
41181         (gimple_omp_task_arg_align): Likewise.
41182         (gimple_omp_task_arg_align_ptr): Likewise.
41183         (gimple_omp_task_set_arg_align): Likewise.
41184         (gimple_omp_single_clauses): Likewise.
41185         (gimple_omp_single_clauses_ptr): Likewise.
41186         (gimple_omp_single_set_clauses): Likewise.
41187         (gimple_omp_target_clauses): Likewise.
41188         (gimple_omp_target_clauses_ptr): Likewise.
41189         (gimple_omp_target_set_clauses): Likewise.
41190         (gimple_omp_target_child_fn): Likewise.
41191         (gimple_omp_target_child_fn_ptr): Likewise.
41192         (gimple_omp_target_set_child_fn): Likewise.
41193         (gimple_omp_target_data_arg): Likewise.
41194         (gimple_omp_target_data_arg_ptr): Likewise.
41195         (gimple_omp_target_set_data_arg): Likewise.
41196         (gimple_omp_teams_clauses): Likewise.
41197         (gimple_omp_teams_clauses_ptr): Likewise.
41198         (gimple_omp_teams_set_clauses): Likewise.
41199         (gimple_omp_sections_clauses): Likewise.
41200         (gimple_omp_sections_clauses_ptr): Likewise.
41201         (gimple_omp_sections_set_clauses): Likewise.
41202         (gimple_omp_sections_control): Likewise.
41203         (gimple_omp_sections_control_ptr): Likewise.
41204         (gimple_omp_sections_set_control): Likewise.
41205         (gimple_omp_for_set_cond): Likewise.
41206         (gimple_omp_for_cond): Likewise.
41207         (gimple_omp_atomic_store_set_val): Likewise.
41208         (gimple_omp_atomic_store_val): Likewise.
41209         (gimple_omp_atomic_store_val_ptr): Likewise.
41210         (gimple_omp_atomic_load_set_lhs): Likewise.
41211         (gimple_omp_atomic_load_lhs): Likewise.
41212         (gimple_omp_atomic_load_lhs_ptr): Likewise.
41213         (gimple_omp_atomic_load_set_rhs): Likewise.
41214         (gimple_omp_atomic_load_rhs): Likewise.
41215         (gimple_omp_atomic_load_rhs_ptr): Likewise.
41216         (gimple_omp_continue_control_def): Likewise.
41217         (gimple_omp_continue_control_def_ptr): Likewise.
41218         (gimple_omp_continue_set_control_def): Likewise.
41219         (gimple_omp_continue_control_use): Likewise.
41220         (gimple_omp_continue_control_use_ptr): Likewise.
41221         (gimple_omp_continue_set_control_use): Likewise.
41222         (gimple_transaction_body_ptr): Likewise.
41223         (gimple_transaction_label): Likewise.
41224         (gimple_transaction_label_ptr): Likewise.
41225         (gimple_transaction_set_body): Likewise.
41226         (gimple_transaction_set_label): Likewise.
41228         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
41229         * ipa-inline-analysis.c (inline_write_summary): Likewise.
41230         * ipa-ref.c (ipa_record_reference): Likewise.
41231         * ipa-reference.c (analyze_function): Likewise.
41232         (ipa_reference_write_optimization_summary): Likewise.
41233         * ipa.c (symtab_remove_unreachable_nodes): Likewise.
41234         (address_taken_from_non_vtable_p): Likewise.
41235         (comdat_can_be_unshared_p_1): Likewise.
41236         * lto-cgraph.c (lto_output_ref): Likewise.
41237         (add_references): Likewise.
41238         (compute_ltrans_boundary): Likewise.
41239         (output_symtab): Likewise.
41240         (input_ref): Likewise.
41241         (input_cgraph_1): Likewise.
41242         (output_cgraph_opt_summary): Likewise.
41243         * lto-streamer-out.c (lto_output): Likewise.
41244         (output_symbol_p): Likewise.
41245         * lto-streamer.h (lsei_next_function_in_partition): Likewise.
41246         (lsei_start_function_in_partition): Likewise.
41247         (lsei_next_variable_in_partition): Likewise.
41248         (lsei_start_variable_in_partition): Likewise.
41249         * symtab.c (insert_to_assembler_name_hash): Likewise.
41250         (unlink_from_assembler_name_hash): Likewise.
41251         (symtab_unregister_node): Likewise.
41252         (symtab_remove_node): Likewise.
41253         (dump_symtab_node): Likewise.
41254         (verify_symtab_base): Likewise.
41255         (verify_symtab_node): Likewise.
41256         (symtab_make_decl_local): Likewise.
41257         (symtab_alias_ultimate_target): Likewise.
41258         (symtab_resolve_alias): Likewise.
41259         (symtab_get_symbol_partitioning_class): Likewise.
41260         * tree-phinodes.c (allocate_phi_node): Likewise.
41261         (reserve_phi_args_for_new_edge): Likewise.
41262         (remove_phi_args): Likewise.
41263         * varpool.c (varpool_node_for_asm): Likewise.
41264         (varpool_remove_unreferenced_decls): Likewise.
41266 2014-04-23  Jeff Law  <law@redhat.com>
41268         PR tree-optimization/60902
41269         * tree-ssa-threadedge.c
41270         (record_temporary_equivalences_from_stmts_at_dest): Make sure to
41271         invalidate outputs from statements that do not produce useful
41272         outputs for threading.
41274 2014-04-23  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
41276         * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
41277         (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
41278         machine descriptions for Stack Smashing Protector.
41280 2014-04-23  Richard Earnshaw  <rearnsha@arm.com>
41282         * aarch64.md (<optab>_rol<mode>3): New pattern.
41283         (<optab>_rolsi3_uxtw): Likewise.
41284         * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
41286 2014-04-23  James Greenhalgh  <james.greenhalgh@arm.com>
41288         * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
41289         (arm_cortex_a12_tune): Likewise.
41291 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41293         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
41295 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41297         * config/arm/arm.md (arm_rev16si2): New pattern.
41298         (arm_rev16si2_alt): Likewise.
41299         * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
41301 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41303         * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
41304         (rev16<mode>2_alt): Likewise.
41305         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
41306         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
41307         (aarch_rev16_shleft_mask_imm_p): Likewise.
41308         (aarch_rev16_p_1): Likewise.
41309         (aarch_rev16_p): Likewise.
41310         * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
41311         (aarch_rev16_shright_mask_imm_p): Likewise.
41312         (aarch_rev16_shleft_mask_imm_p): Likewise.
41314 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41316         * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
41317         * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
41318         rev cost.
41319         (cortex_a53_extra_costs): Likewise.
41320         (cortex_a57_extra_costs): Likewise.
41321         * config/arm/arm.c (cortexa9_extra_costs): Likewise.
41322         (cortexa7_extra_costs): Likewise.
41323         (cortexa8_extra_costs): Likewise.
41324         (cortexa12_extra_costs): Likewise.
41325         (cortexa15_extra_costs): Likewise.
41326         (v7m_extra_costs): Likewise.
41327         (arm_new_rtx_costs): Handle BSWAP.
41329 2013-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41331         * config/arm/arm.c (cortexa8_extra_costs): New table.
41332         (arm_cortex_a8_tune): New tuning struct.
41333         * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
41335 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41337         * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
41339 2014-04-23  Richard Biener  <rguenther@suse.de>
41341         * Makefile.in (OBJS): Remove loop-unswitch.o.
41342         * tree-pass.h (make_pass_rtl_unswitch): Remove.
41343         * passes.def (pass_rtl_unswitch): Likewise.
41344         * loop-init.c (gate_rtl_unswitch): Likewise.
41345         (rtl_unswitch): Likewise.
41346         (pass_data_rtl_unswitch): Likewise.
41347         (pass_rtl_unswitch): Likewise.
41348         (make_pass_rtl_unswitch): Likewise.
41349         * rtl.h (reversed_condition): Likewise.
41350         (compare_and_jump_seq): Likewise.
41351         * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
41352         and make static.
41353         * loop-unroll.c (compare_and_jump_seq): Likewise.
41355 2014-04-23  Richard Biener  <rguenther@suse.de>
41357         PR tree-optimization/60903
41358         * tree-ssa-loop-im.c (analyze_memory_references): Remove
41359         commented code block.
41360         (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
41361         loop flags to newly created BBs and edges.
41363 2014-04-23  Nick Clifton  <nickc@redhat.com>
41365         * config/msp430/msp430.c (msp430_handle_option): Move function
41366         to msp430-common.c
41367         (msp430_option_override): Simplify mcu and mcpu option handling.
41368         (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult.  Add
41369         support for -mhwmult command line option.
41370         (has_32bit_hwmult): Rename to use_32bit_hwmult.  Add support for
41371         -mhwmult command line option.
41372         (msp430_hwmult_enabled): Delete.
41373         (msp43o_output_labelref): Add support for -mhwmult command line option.
41374         * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
41375         (umulsidi3): Likewise.
41376         * config/msp430/msp430.opt (mmcu): Add Report attribute.
41377         (mcpu, mlarge, msmall): Likewise.
41378         (mhwmult): New option.
41379         * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
41380         prototype.
41381         (msp430_is_f5_mcu): Remove prototype.
41382         (msp430_use_f5_series_hwmult): Add prototype.
41383         * config/msp430/msp430-opts.h: New file.
41384         * common/config/msp430: New directory.
41385         * common/config/msp430/msp430-common.c: New file.
41386         * config.gcc (msp430): Remove target_has_targetm_common.
41387         * doc/invoke.texi: Document -mhwmult command line option.
41389 2014-04-23  Nick Clifton  <nickc@redhat.com>
41391         * config/i386/cygwin.h (ENDFILE_SPEC): Include
41392         default-manifest.o if it can be found in the search path.
41393         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
41395 2014-04-23  Terry Guo  <terry.guo@arm.com>
41397         * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
41399 2014-04-23  Richard Biener  <rguenther@suse.de>
41401         PR middle-end/60895
41402         * tree-inline.c (declare_return_variable): Use mark_addressable.
41404 2014-04-23  Richard Biener  <rguenther@suse.de>
41406         PR middle-end/60891
41407         * loop-init.c (loop_optimizer_init): Make sure to apply
41408         LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
41410 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
41412         PR sanitizer/60275
41413         * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
41414         New options.
41415         * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
41416         if flag_sanitize_undefined_trap_on_error.
41417         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
41418         BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
41419         BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
41420         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
41421         BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
41422         BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
41423         BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
41424         BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
41425         BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
41426         * ubsan.c (ubsan_instrument_unreachable): Return
41427         __builtin_trap () if flag_sanitize_undefined_trap_on_error.
41428         (ubsan_expand_null_ifn): Emit __builtin_trap ()
41429         if flag_sanitize_undefined_trap_on_error and
41430         __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
41431         (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
41432         instrument_bool_enum_load): Emit __builtin_trap () if
41433         flag_sanitize_undefined_trap_on_error and
41434         __builtin_handle_*_abort () if !flag_sanitize_recover.
41435         * doc/invoke.texi (-fsanitize-recover,
41436         -fsanitize-undefined-trap-on-error): Document.
41438 2014-04-22  Christian Bruel  <christian.bruel@st.com>
41440         * config/sh/sh.md (mov<mode>): Replace movQIHI.
41441         Force immediates to SImode.
41443 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
41445         * config/nios2/nios2.md (UNSPEC_ROUND): New.
41446         (lroundsfsi2): New.
41447         * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
41448         * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
41449         * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
41450         (nios2_fpu_insn): Add entry for round.
41451         (N2FPU_NO_ERRNO_P): Define.
41452         (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
41453         flag_errno_math.
41454         * doc/invoke.texi (Nios II Options): Document -mcustom-round.
41456 2014-04-22  Richard Henderson  <rth@redhat.com>
41458         * config/aarch64/aarch64 (addti3, subti3): New expanders.
41459         (add<GPI>3_compare0): Remove leading * from name.
41460         (add<GPI>3_carryin): Likewise.
41461         (sub<GPI>3_compare0): Likewise.
41462         (sub<GPI>3_carryin): Likewise.
41463         (<su_optab>mulditi3): New expander.
41464         (multi3): New expander.
41465         (madd<GPI>): Remove leading * from name.
41467 2014-04-22  Martin Jambor  <mjambor@suse.cz>
41469         * cgraphclones.c (cgraph_function_versioning): Copy
41470         ipa_transforms_to_apply instead of asserting it is empty.
41472 2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
41474         PR target/60868
41475         * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
41476         on count_exp to get mode.
41478 2014-04-22  Andrew Pinski  <apinski@cavium.com>
41480         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
41481         Handle TLS for ILP32.
41482         * config/aarch64/aarch64.md (tlsie_small): Rename to ...
41483         (tlsie_small_<mode>): this and handle PTR.
41484         (tlsie_small_sidi): New pattern.
41485         (tlsle_small): Change to an expand to handle ILP32.
41486         (tlsle_small_<mode>): New pattern.
41487         (tlsdesc_small): Rename to ...
41488         (tlsdesc_small_<mode>): this and handle PTR.
41490 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
41492         * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
41494 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
41496         * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
41497         (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
41498         (aarch64_types_signed_poly_qualifiers): Likewise.
41499         (aarch64_types_unsigned_signed_qualifiers): Likewise.
41500         (aarch64_types_poly_signed_qualifiers): Likewise.
41501         (TYPES_REINTERP_SS): Type macro added.
41502         (TYPES_REINTERP_SU): Likewise.
41503         (TYPES_REINTERP_SP): Likewise.
41504         (TYPES_REINTERP_US): Likewise.
41505         (TYPES_REINTERP_PS): Likewise.
41506         (aarch64_fold_builtin): New expression folding added.
41507         * config/aarch64/aarch64-simd-builtins.def (REINTERP):
41508         Declarations removed.
41509         (REINTERP_SS): Declarations added.
41510         (REINTERP_US): Likewise.
41511         (REINTERP_PS): Likewise.
41512         (REINTERP_SU): Likewise.
41513         (REINTERP_SP): Likewise.
41514         * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
41515         (vreinterpretq_p8_f64): Likewise.
41516         (vreinterpret_p16_f64): Likewise.
41517         (vreinterpretq_p16_f64): Likewise.
41518         (vreinterpret_f32_f64): Likewise.
41519         (vreinterpretq_f32_f64): Likewise.
41520         (vreinterpret_f64_f32): Likewise.
41521         (vreinterpret_f64_p8): Likewise.
41522         (vreinterpret_f64_p16): Likewise.
41523         (vreinterpret_f64_s8): Likewise.
41524         (vreinterpret_f64_s16): Likewise.
41525         (vreinterpret_f64_s32): Likewise.
41526         (vreinterpret_f64_s64): Likewise.
41527         (vreinterpret_f64_u8): Likewise.
41528         (vreinterpret_f64_u16): Likewise.
41529         (vreinterpret_f64_u32): Likewise.
41530         (vreinterpret_f64_u64): Likewise.
41531         (vreinterpretq_f64_f32): Likewise.
41532         (vreinterpretq_f64_p8): Likewise.
41533         (vreinterpretq_f64_p16): Likewise.
41534         (vreinterpretq_f64_s8): Likewise.
41535         (vreinterpretq_f64_s16): Likewise.
41536         (vreinterpretq_f64_s32): Likewise.
41537         (vreinterpretq_f64_s64): Likewise.
41538         (vreinterpretq_f64_u8): Likewise.
41539         (vreinterpretq_f64_u16): Likewise.
41540         (vreinterpretq_f64_u32): Likewise.
41541         (vreinterpretq_f64_u64): Likewise.
41542         (vreinterpret_s64_f64): Likewise.
41543         (vreinterpretq_s64_f64): Likewise.
41544         (vreinterpret_u64_f64): Likewise.
41545         (vreinterpretq_u64_f64): Likewise.
41546         (vreinterpret_s8_f64): Likewise.
41547         (vreinterpretq_s8_f64): Likewise.
41548         (vreinterpret_s16_f64): Likewise.
41549         (vreinterpretq_s16_f64): Likewise.
41550         (vreinterpret_s32_f64): Likewise.
41551         (vreinterpretq_s32_f64): Likewise.
41552         (vreinterpret_u8_f64): Likewise.
41553         (vreinterpretq_u8_f64): Likewise.
41554         (vreinterpret_u16_f64): Likewise.
41555         (vreinterpretq_u16_f64): Likewise.
41556         (vreinterpret_u32_f64): Likewise.
41557         (vreinterpretq_u32_f64): Likewise.
41559 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
41561         * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
41562         * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
41563         (vreinterpret_p8_s8): Likewise.
41564         * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
41565         (vreinterpret_p8_s16): Likewise.
41566         (vreinterpret_p8_s32): Likewise.
41567         (vreinterpret_p8_s64): Likewise.
41568         (vreinterpret_p8_f32): Likewise.
41569         (vreinterpret_p8_u8): Likewise.
41570         (vreinterpret_p8_u16): Likewise.
41571         (vreinterpret_p8_u32): Likewise.
41572         (vreinterpret_p8_u64): Likewise.
41573         (vreinterpret_p8_p16): Likewise.
41574         (vreinterpretq_p8_s8): Likewise.
41575         (vreinterpretq_p8_s16): Likewise.
41576         (vreinterpretq_p8_s32): Likewise.
41577         (vreinterpretq_p8_s64): Likewise.
41578         (vreinterpretq_p8_f32): Likewise.
41579         (vreinterpretq_p8_u8): Likewise.
41580         (vreinterpretq_p8_u16): Likewise.
41581         (vreinterpretq_p8_u32): Likewise.
41582         (vreinterpretq_p8_u64): Likewise.
41583         (vreinterpretq_p8_p16): Likewise.
41584         (vreinterpret_p16_s8): Likewise.
41585         (vreinterpret_p16_s16): Likewise.
41586         (vreinterpret_p16_s32): Likewise.
41587         (vreinterpret_p16_s64): Likewise.
41588         (vreinterpret_p16_f32): Likewise.
41589         (vreinterpret_p16_u8): Likewise.
41590         (vreinterpret_p16_u16): Likewise.
41591         (vreinterpret_p16_u32): Likewise.
41592         (vreinterpret_p16_u64): Likewise.
41593         (vreinterpret_p16_p8): Likewise.
41594         (vreinterpretq_p16_s8): Likewise.
41595         (vreinterpretq_p16_s16): Likewise.
41596         (vreinterpretq_p16_s32): Likewise.
41597         (vreinterpretq_p16_s64): Likewise.
41598         (vreinterpretq_p16_f32): Likewise.
41599         (vreinterpretq_p16_u8): Likewise.
41600         (vreinterpretq_p16_u16): Likewise.
41601         (vreinterpretq_p16_u32): Likewise.
41602         (vreinterpretq_p16_u64): Likewise.
41603         (vreinterpretq_p16_p8): Likewise.
41604         (vreinterpret_f32_s8): Likewise.
41605         (vreinterpret_f32_s16): Likewise.
41606         (vreinterpret_f32_s32): Likewise.
41607         (vreinterpret_f32_s64): Likewise.
41608         (vreinterpret_f32_u8): Likewise.
41609         (vreinterpret_f32_u16): Likewise.
41610         (vreinterpret_f32_u32): Likewise.
41611         (vreinterpret_f32_u64): Likewise.
41612         (vreinterpret_f32_p8): Likewise.
41613         (vreinterpret_f32_p16): Likewise.
41614         (vreinterpretq_f32_s8): Likewise.
41615         (vreinterpretq_f32_s16): Likewise.
41616         (vreinterpretq_f32_s32): Likewise.
41617         (vreinterpretq_f32_s64): Likewise.
41618         (vreinterpretq_f32_u8): Likewise.
41619         (vreinterpretq_f32_u16): Likewise.
41620         (vreinterpretq_f32_u32): Likewise.
41621         (vreinterpretq_f32_u64): Likewise.
41622         (vreinterpretq_f32_p8): Likewise.
41623         (vreinterpretq_f32_p16): Likewise.
41624         (vreinterpret_s64_s8): Likewise.
41625         (vreinterpret_s64_s16): Likewise.
41626         (vreinterpret_s64_s32): Likewise.
41627         (vreinterpret_s64_f32): Likewise.
41628         (vreinterpret_s64_u8): Likewise.
41629         (vreinterpret_s64_u16): Likewise.
41630         (vreinterpret_s64_u32): Likewise.
41631         (vreinterpret_s64_u64): Likewise.
41632         (vreinterpret_s64_p8): Likewise.
41633         (vreinterpret_s64_p16): Likewise.
41634         (vreinterpretq_s64_s8): Likewise.
41635         (vreinterpretq_s64_s16): Likewise.
41636         (vreinterpretq_s64_s32): Likewise.
41637         (vreinterpretq_s64_f32): Likewise.
41638         (vreinterpretq_s64_u8): Likewise.
41639         (vreinterpretq_s64_u16): Likewise.
41640         (vreinterpretq_s64_u32): Likewise.
41641         (vreinterpretq_s64_u64): Likewise.
41642         (vreinterpretq_s64_p8): Likewise.
41643         (vreinterpretq_s64_p16): Likewise.
41644         (vreinterpret_u64_s8): Likewise.
41645         (vreinterpret_u64_s16): Likewise.
41646         (vreinterpret_u64_s32): Likewise.
41647         (vreinterpret_u64_s64): Likewise.
41648         (vreinterpret_u64_f32): Likewise.
41649         (vreinterpret_u64_u8): Likewise.
41650         (vreinterpret_u64_u16): Likewise.
41651         (vreinterpret_u64_u32): Likewise.
41652         (vreinterpret_u64_p8): Likewise.
41653         (vreinterpret_u64_p16): Likewise.
41654         (vreinterpretq_u64_s8): Likewise.
41655         (vreinterpretq_u64_s16): Likewise.
41656         (vreinterpretq_u64_s32): Likewise.
41657         (vreinterpretq_u64_s64): Likewise.
41658         (vreinterpretq_u64_f32): Likewise.
41659         (vreinterpretq_u64_u8): Likewise.
41660         (vreinterpretq_u64_u16): Likewise.
41661         (vreinterpretq_u64_u32): Likewise.
41662         (vreinterpretq_u64_p8): Likewise.
41663         (vreinterpretq_u64_p16): Likewise.
41664         (vreinterpret_s8_s16): Likewise.
41665         (vreinterpret_s8_s32): Likewise.
41666         (vreinterpret_s8_s64): Likewise.
41667         (vreinterpret_s8_f32): Likewise.
41668         (vreinterpret_s8_u8): Likewise.
41669         (vreinterpret_s8_u16): Likewise.
41670         (vreinterpret_s8_u32): Likewise.
41671         (vreinterpret_s8_u64): Likewise.
41672         (vreinterpret_s8_p8): Likewise.
41673         (vreinterpret_s8_p16): Likewise.
41674         (vreinterpretq_s8_s16): Likewise.
41675         (vreinterpretq_s8_s32): Likewise.
41676         (vreinterpretq_s8_s64): Likewise.
41677         (vreinterpretq_s8_f32): Likewise.
41678         (vreinterpretq_s8_u8): Likewise.
41679         (vreinterpretq_s8_u16): Likewise.
41680         (vreinterpretq_s8_u32): Likewise.
41681         (vreinterpretq_s8_u64): Likewise.
41682         (vreinterpretq_s8_p8): Likewise.
41683         (vreinterpretq_s8_p16): Likewise.
41684         (vreinterpret_s16_s8): Likewise.
41685         (vreinterpret_s16_s32): Likewise.
41686         (vreinterpret_s16_s64): Likewise.
41687         (vreinterpret_s16_f32): Likewise.
41688         (vreinterpret_s16_u8): Likewise.
41689         (vreinterpret_s16_u16): Likewise.
41690         (vreinterpret_s16_u32): Likewise.
41691         (vreinterpret_s16_u64): Likewise.
41692         (vreinterpret_s16_p8): Likewise.
41693         (vreinterpret_s16_p16): Likewise.
41694         (vreinterpretq_s16_s8): Likewise.
41695         (vreinterpretq_s16_s32): Likewise.
41696         (vreinterpretq_s16_s64): Likewise.
41697         (vreinterpretq_s16_f32): Likewise.
41698         (vreinterpretq_s16_u8): Likewise.
41699         (vreinterpretq_s16_u16): Likewise.
41700         (vreinterpretq_s16_u32): Likewise.
41701         (vreinterpretq_s16_u64): Likewise.
41702         (vreinterpretq_s16_p8): Likewise.
41703         (vreinterpretq_s16_p16): Likewise.
41704         (vreinterpret_s32_s8): Likewise.
41705         (vreinterpret_s32_s16): Likewise.
41706         (vreinterpret_s32_s64): Likewise.
41707         (vreinterpret_s32_f32): Likewise.
41708         (vreinterpret_s32_u8): Likewise.
41709         (vreinterpret_s32_u16): Likewise.
41710         (vreinterpret_s32_u32): Likewise.
41711         (vreinterpret_s32_u64): Likewise.
41712         (vreinterpret_s32_p8): Likewise.
41713         (vreinterpret_s32_p16): Likewise.
41714         (vreinterpretq_s32_s8): Likewise.
41715         (vreinterpretq_s32_s16): Likewise.
41716         (vreinterpretq_s32_s64): Likewise.
41717         (vreinterpretq_s32_f32): Likewise.
41718         (vreinterpretq_s32_u8): Likewise.
41719         (vreinterpretq_s32_u16): Likewise.
41720         (vreinterpretq_s32_u32): Likewise.
41721         (vreinterpretq_s32_u64): Likewise.
41722         (vreinterpretq_s32_p8): Likewise.
41723         (vreinterpretq_s32_p16): Likewise.
41724         (vreinterpret_u8_s8): Likewise.
41725         (vreinterpret_u8_s16): Likewise.
41726         (vreinterpret_u8_s32): Likewise.
41727         (vreinterpret_u8_s64): Likewise.
41728         (vreinterpret_u8_f32): Likewise.
41729         (vreinterpret_u8_u16): Likewise.
41730         (vreinterpret_u8_u32): Likewise.
41731         (vreinterpret_u8_u64): Likewise.
41732         (vreinterpret_u8_p8): Likewise.
41733         (vreinterpret_u8_p16): Likewise.
41734         (vreinterpretq_u8_s8): Likewise.
41735         (vreinterpretq_u8_s16): Likewise.
41736         (vreinterpretq_u8_s32): Likewise.
41737         (vreinterpretq_u8_s64): Likewise.
41738         (vreinterpretq_u8_f32): Likewise.
41739         (vreinterpretq_u8_u16): Likewise.
41740         (vreinterpretq_u8_u32): Likewise.
41741         (vreinterpretq_u8_u64): Likewise.
41742         (vreinterpretq_u8_p8): Likewise.
41743         (vreinterpretq_u8_p16): Likewise.
41744         (vreinterpret_u16_s8): Likewise.
41745         (vreinterpret_u16_s16): Likewise.
41746         (vreinterpret_u16_s32): Likewise.
41747         (vreinterpret_u16_s64): Likewise.
41748         (vreinterpret_u16_f32): Likewise.
41749         (vreinterpret_u16_u8): Likewise.
41750         (vreinterpret_u16_u32): Likewise.
41751         (vreinterpret_u16_u64): Likewise.
41752         (vreinterpret_u16_p8): Likewise.
41753         (vreinterpret_u16_p16): Likewise.
41754         (vreinterpretq_u16_s8): Likewise.
41755         (vreinterpretq_u16_s16): Likewise.
41756         (vreinterpretq_u16_s32): Likewise.
41757         (vreinterpretq_u16_s64): Likewise.
41758         (vreinterpretq_u16_f32): Likewise.
41759         (vreinterpretq_u16_u8): Likewise.
41760         (vreinterpretq_u16_u32): Likewise.
41761         (vreinterpretq_u16_u64): Likewise.
41762         (vreinterpretq_u16_p8): Likewise.
41763         (vreinterpretq_u16_p16): Likewise.
41764         (vreinterpret_u32_s8): Likewise.
41765         (vreinterpret_u32_s16): Likewise.
41766         (vreinterpret_u32_s32): Likewise.
41767         (vreinterpret_u32_s64): Likewise.
41768         (vreinterpret_u32_f32): Likewise.
41769         (vreinterpret_u32_u8): Likewise.
41770         (vreinterpret_u32_u16): Likewise.
41771         (vreinterpret_u32_u64): Likewise.
41772         (vreinterpret_u32_p8): Likewise.
41773         (vreinterpret_u32_p16): Likewise.
41774         (vreinterpretq_u32_s8): Likewise.
41775         (vreinterpretq_u32_s16): Likewise.
41776         (vreinterpretq_u32_s32): Likewise.
41777         (vreinterpretq_u32_s64): Likewise.
41778         (vreinterpretq_u32_f32): Likewise.
41779         (vreinterpretq_u32_u8): Likewise.
41780         (vreinterpretq_u32_u16): Likewise.
41781         (vreinterpretq_u32_u64): Likewise.
41782         (vreinterpretq_u32_p8): Likewise.
41783         (vreinterpretq_u32_p16): Likewise.
41785 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
41787         * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
41788         Pattern extended.
41789         * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
41790         (sqabs): Likewise.
41791         * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
41792         (vqnegd_s64): Likewise.
41793         (vqabs_s64): Likewise.
41794         (vqabsd_s64): Likewise.
41796 2014-04-22  Richard Henderson  <rth@redhat.com>
41798         * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
41799         computation to the top of the loop.
41801 2014-04-22  Renlin  <renlin.li@arm.com>
41802             Jiong Wang  <jiong.wang@arm.com>
41804         * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
41805         * config/aarch64/aarch64.c (aarch64_layout_frame)
41806         (aarch64_initial_elimination_offset): Likewise.
41808 2014-04-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
41810         * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
41811         Fix indentation.
41813 2014-04-22  Richard Sandiford  <rdsandiford@googlemail.com>
41815         * machmode.h (bitwise_mode_for_mode): Declare.
41816         * stor-layout.h (bitwise_type_for_mode): Likewise.
41817         * stor-layout.c (bitwise_mode_for_mode): New function.
41818         (bitwise_type_for_mode): Likewise.
41819         * builtins.c (fold_builtin_memory_op): Use it instead of
41820         int_mode_for_mode and build_nonstandard_integer_type.
41822 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
41824         * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
41825         (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
41826         (*-*-solaris2*): Simplify.
41827         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
41828         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
41829         *-*-solaris2.9* handling.
41831         * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
41832         as bug.
41833         (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
41834         (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
41835         handling, simplify.
41836         (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
41837         * configure: Regenerate.
41839         * config/i386/sol2-9.h: Remove.
41841         * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
41842         (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
41843         Remove Solaris 9 references.
41845 2014-04-22  Vidya Praveen  <vidyapraveen@arm.com>
41847         * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
41848         (floatuns<GPI:mode><GPF:mode>2): Remove.
41849         (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
41850         and floatuns conversions.
41851         (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
41852         and floatuns conversions.
41853         * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
41854         (w1,w2): New mode attributes for inequal width conversions.
41856 2014-04-22  Renlin Li  <Renlin.Li@arm.com>
41858         * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
41859         the output asm format.
41861 2014-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
41863         * config/aarch64/aarch64-simd.md
41864         (aarch64_cm<optab>di): Always split.
41865         (*aarch64_cm<optab>di): New.
41866         (aarch64_cmtstdi): Always split.
41867         (*aarch64_cmtstdi): New.
41869 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
41871         PR tree-optimization/60823
41872         * omp-low.c (ipa_simd_modify_function_body): Go through
41873         all SSA_NAMEs and for those refering to vector arguments
41874         which are going to be replaced adjust SSA_NAME_VAR and,
41875         if it is a default definition, change it into a non-default
41876         definition assigned at the beginning of function from new_decl.
41877         (ipa_simd_modify_stmt_ops): Rewritten.
41878         * tree-dfa.c (set_ssa_default_def): When removing default def,
41879         check for NULL loc instead of NULL *loc.
41881 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
41883         * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
41884         restrictions on core registers for DImode values in Thumb2.
41886 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
41888         * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
41889         * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
41891 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
41893         * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
41894         (*iordi_notzesidi_di): Likewise.
41895         (*iordi_notsesidi_di): Likewise.
41897 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
41899         * config/arm/arm-protos.h (tune_params): New struct members.
41900         * config/arm/arm.c: Initialise tune_params per processor.
41901         (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
41902         for speed, based on new tune_params.
41904 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
41906         * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
41907         * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
41908         * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
41909         * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
41910         * config/aarch64/arm_neon.h (vrnd_f64): Added.
41911         (vrnda_f64): Likewise.
41912         (vrndi_f64): Likewise.
41913         (vrndm_f64): Likewise.
41914         (vrndn_f64): Likewise.
41915         (vrndp_f64): Likewise.
41916         (vrndx_f64): Likewise.
41918 2014-04-22  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
41920         * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
41921         GET_MODE_SIZE argument is enum machine_mode.
41923 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
41925         PR target/60910
41926         * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
41927         value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
41929 2014-04-22  Lin Zuojian  <manjian2006@gmail.com>
41931         PR middle-end/60281
41932         * asan.c (asan_emit_stack_protection): Force the base to align to
41933         appropriate bits if STRICT_ALIGNMENT.  Set shadow_mem align to
41934         appropriate bits if STRICT_ALIGNMENT.
41935         * cfgexpand.c (expand_stack_vars): Set base_align appropriately
41936         when asan is on.
41937         (expand_used_vars): Leave a space in the stack frame for alignment
41938         if STRICT_ALIGNMENT.
41940 2014-04-21  David Malcolm  <dmalcolm@redhat.com>
41942         * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
41943         than a gimple.
41944         (gimple_store_p): Likewise.
41945         (gimple_assign_load_p): Likewise.
41946         (gimple_assign_cast_p): Likewise.
41947         (gimple_clobber_p): Likewise.
41949         * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
41950         rather than a gimple.
41951         (gimple_assign_cast_p): Likewise.
41953 2014-04-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
41955         PR target/60735
41956         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
41957         If mode is DDmode and TARGET_E500_DOUBLE allow move.
41959         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
41960         more debug information for E500 if -mdebug=reg.
41962 2014-04-21  Uros Bizjak  <ubizjak@gmail.com>
41964         PR target/60909
41965         * config/i386/i386.c (ix86_expand_builtin)
41966         <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
41967         register for target RTX.
41968         <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
41970 2014-04-18  Cong Hou  <congh@google.com>
41972         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
41973         the widen-mult pattern by handling two operands with different sizes,
41974         and operands whose size is smaller than half of the result type.
41976 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
41978         * ipa-inline.h (INLINE_HINT_known_hot): New hint.
41979         * ipa-inline-analysis.c (dump_inline_hints): Dump it.
41980         (do_estimate_edge_time): Compute it.
41981         * ipa-inline.c (want_inline_small_function_p): Bypass
41982         INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
41984 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
41986         * ipa-inline.c (spec_rem): New static variable.
41987         (dump_overall_stats): New function.
41988         (dump_inline_stats): New function.
41990 2014-04-18  Richard Henderson  <rth@redhat.com>
41992         * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
41993         to GET_MODE_SIZE, not a reg_class_t.
41995 2014-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
41997         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
41998         (vsx_xxmrglw_<mode>): Likewise.
42000 2014-04-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
42002         PR target/60876
42003         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
42004         GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
42005         (rs6000_init_hard_regno_mode_ok): Likewise.
42007 2014-04-17  Jan Hubicka  <hubicka@ucw.cz>
42009         * ipa-inline.c (inline_small_functions): Account only non-cold
42010         functions.
42011         * doc/invoke.texi (inline-unit-growth): Update documentation.
42013 2014-04-17  Pat Haugen  <pthaugen@us.ibm.com>
42015         * config/rs6000/rs6000.md (addti3, subti3): New.
42017 2014-04-17  H.J. Lu  <hongjiu.lu@intel.com>
42019         PR target/60863
42020         * config/i386/i386.c (ix86_expand_clear): Remove outdated
42021         comment.  Check optimize_insn_for_size_p instead of
42022         optimize_insn_for_speed_p.
42024 2014-04-17  Martin Jambor  <mjambor@suse.cz>
42026         * gimple-iterator.c (gsi_start_edge): New function.
42027         * gimple-iterator.h (gsi_start_edge): Declare.
42028         * tree-sra.c (single_non_eh_succ): New function.
42029         (disqualify_ops_if_throwing_stmt): Renamed to
42030         disqualify_if_bad_bb_terminating_stmt.  Allow throwing statements
42031         having one non-EH successor BB.
42032         (sra_modify_expr): If stmt ends bb, use single non-EH successor to
42033         generate loads into replacements.
42034         (sra_modify_assign): Likewise and and also use the simple path for
42035         such statements.
42036         (sra_modify_function_body): Commit statements on edges.
42038 2014-04-17  Richard Biener  <rguenther@suse.de>
42040         PR middle-end/60849
42041         * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
42042         comparison results and add clarifying comment.
42044 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
42046         * genmodes.c (struct mode_data): Add need_bytesize_adj field.
42047         (blank_mode): Initialize it.
42048         (emit_mode_size_inline, emit_mode_nunits_inline,
42049         emit_mode_inner_inline): New functions.
42050         (emit_insn_modes_h): Call them and surround their output with
42051         #if GCC_VERSION >= 4001 ... #endif.
42052         * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
42053         For GCC_VERSION >= 4001 use mode_*_inline routines instead of
42054         mode_* arrays if the argument is __builtin_constant_p.
42055         * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
42056         is enum machine_mode.
42058 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
42060         * passes.c (opt_pass::execute): Adjust.
42061         (pass_manager::execute_pass_mode_switching): Likewise.
42062         (early_local_passes::execute): Likewise.
42063         (execute_one_pass): Pass cfun to the pass's execute method.
42064         * tree-pass.h (opt_pass::execute): Add function * argument.
42065         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
42066         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
42067         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
42068         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
42069         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
42070         config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
42071         except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
42072         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
42073         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
42074         ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
42075         ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
42076         lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
42077         postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
42078         reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
42079         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
42080         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
42081         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
42082         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
42083         tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
42084         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
42085         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
42086         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
42087         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
42088         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
42089         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
42090         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
42091         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
42092         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
42093         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
42094         Adjust.
42096 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
42098         * passes.c (opt_pass::gate): Take function * argument.
42099         (gate_all_early_local_passes): Merge into
42100         (early_local_passes::gate): this.
42101         (gate_all_early_optimizations): Merge into
42102         (all_early_optimizations::gate): this.
42103         (gate_all_optimizations): Mege into
42104         (all_optimizations::gate): this.
42105         (gate_all_optimizations_g): Merge into
42106         (all_optimizations_g::gate): this.
42107         (gate_rest_of_compilation): Mege into
42108         (rest_of_compilation::gate): this.
42109         (gate_postreload): Merge into
42110         (postreload::gate): this.
42111         (dump_one_pass): Pass cfun to the pass's gate method.
42112         (execute_ipa_summary_passes): Likewise.
42113         (execute_one_pass): Likewise.
42114         (ipa_write_summaries_2): Likewise.
42115         (ipa_write_optimization_summaries_1): Likewise.
42116         (ipa_read_summaries_1): Likewise.
42117         (ipa_read_optimization_summaries_1): Likewise.
42118         (execute_ipa_stmt_fixups): Likewise.
42119         * tree-pass.h (opt_pass::gate): Add function * argument.
42120         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
42121         combine-stack-adj.c, combine.c, compare-elim.c,
42122         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
42123         config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
42124         config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
42125         dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
42126         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
42127         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
42128         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
42129         loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
42130         omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
42131         reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
42132         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
42133         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
42134         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
42135         tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
42136         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
42137         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
42138         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
42139         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
42140         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
42141         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
42142         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
42143         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
42144         tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
42145         tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
42146         var-tracking.c, vtable-verify.c, web.c: Adjust.
42148 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
42150         * configure.ac: Check for -Woverloaded-virtual and enable it if found.
42151         * configure: Regenerate.
42153 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
42155         * passes.c (dump_one_pass): don't check pass->has_gate.
42156         (execute_ipa_summary_passes): Likewise.
42157         (execute_one_pass): Likewise.
42158         (ipa_write_summaries_2): Likewise.
42159         (ipa_write_optimization_summaries_1): Likewise.
42160         (ipa_read_optimization_summaries_1): Likewise.
42161         (execute_ipa_stmt_fixups): Likewise.
42162         * tree-pass.h (pass_data::has_gate): Remove.
42163         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
42164         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
42165         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
42166         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
42167         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
42168         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
42169         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
42170         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
42171         gimple-low.c, gimple-ssa-isolate-paths.c,
42172         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
42173         ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
42174         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
42175         ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
42176         modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
42177         recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
42178         reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
42179         trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
42180         tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
42181         tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
42182         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
42183         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
42184         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
42185         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
42186         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
42187         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
42188         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
42189         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
42190         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
42191         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
42192         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
42193         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
42194         Adjust.
42196 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
42198         * pass_manager.h (pass_manager::register_dump_files_1): Remove
42199         declaration.
42200         * passes.c (pass_manager::register_dump_files_1): Merge into
42201         (pass_manager::register_dump_files): this, and remove its handling of
42202         properties since the pass always has the properties anyway.
42203         (pass_manager::pass_manager): Adjust.
42205 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
42207         * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
42208         * passes.c (pass_manager::register_dump_files_1): Remove dead code
42209         dealing with properties.
42210         (pass_manager::register_dump_files): Adjust.
42212 2014-03-20  Mark Wielaard  <mjw@redhat.com>
42214         * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
42215         then represent the bound as normal constant value.
42217 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
42219         PR target/60847
42220         Forward port from 4.8 branch
42221         2013-07-19  Kirill Yukhin  <kirill.yukhin@intel.com>
42223         * config/i386/bmiintrin.h (_blsi_u32): New.
42224         (_blsi_u64): Ditto.
42225         (_blsr_u32): Ditto.
42226         (_blsr_u64): Ditto.
42227         (_blsmsk_u32): Ditto.
42228         (_blsmsk_u64): Ditto.
42229         (_tzcnt_u32): Ditto.
42230         (_tzcnt_u64): Ditto.
42232 2014-04-17  Kito Cheng  <kito@0xlab.org>
42234         * gcc.c (used_arg): Prevent out of bound access for multilib_options.
42236 2014-04-17  Richard Biener  <rguenther@suse.de>
42238         PR middle-end/60849
42239         * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
42240         boolean results for comparisons.
42242 2014-04-17  Richard Biener  <rguenther@suse.de>
42244         PR tree-optimization/60836
42245         * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
42246         initial PHI args to be gimple values.
42248 2014-04-17  Richard Biener  <rguenther@suse.de>
42250         PR tree-optimization/60841
42251         * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
42252         * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
42253         of stmts to SLP build.
42254         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
42255         (vect_analyze_slp): Likewise.
42256         (vect_analyze_slp_instance): Likewise.
42257         (vect_build_slp_tree): Limit overall SLP tree growth.
42258         * tree-vectorizer.h (vect_analyze_data_refs,
42259         vect_analyze_slp): Adjust prototypes.
42261 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
42263         * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
42264         Silvermont.
42266 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
42268         * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
42269         * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
42270         * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
42271         for TARGET_SLOW_PSHUFB
42273 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
42275         * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
42276         * config/i386/i386.c (intel_cost): Ditto.
42278 2014-04-17  Joey Ye  <joey.ye@arm.com>
42280         * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
42282 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
42284         * opts.c (common_handle_option): Disable -fipa-reference coorectly
42285         with -fuse-profile.
42287 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
42289         * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
42290         (type_all_derivations_known_p): New predicate.
42291         (type_all_ctors_visible_p): New predicate.
42292         (type_possibly_instantiated_p): New predicate.
42293         (get_odr_type): Compute all_derivations_known.
42294         (dump_odr_type): Dump the flag.
42295         (maybe_record_type): Cleanup.
42296         (record_target_from_binfo): Add bases_to_consider array;
42297         record bases for types w/o instances and skip CXX destructor.
42298         (possible_polymorphic_call_targets_1): Add bases_to_consider
42299         and consider_construction parameters; check if type may have instance.
42300         (get_polymorphic_call_info): Set maybe_in_construction to true
42301         when we know nothing.
42302         (record_targets_from_bases): Skip CXX destructors; they are
42303         never called for types in construction.
42304         (possible_polymorphic_call_targets): Do not record target when
42305         type may not have instance.
42307 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
42309         PR ipa/60854
42310         * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
42311         external aliases alive, too.
42313 2014-04-16  Andrew  Pinski  <apinski@cavium.com>
42315         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
42316         definition.
42318 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
42320         * final.c (compute_alignments): Do not apply loop alignment to a block
42321         falling through to the exit.
42323 2014-04-16  Catherine Moore  <clm@codesourcery.com>
42325         * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
42326         Adjust constraints for microMIPS store patterns.
42328 2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
42330         * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
42332 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
42334         * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
42335         (append_use): Run at -O0.
42336         (append_vdef): Likewise.
42337         * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
42338         * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
42340 2014-04-16  Jakub Jelinek  <jakub@redhat.com>
42342         PR tree-optimization/60844
42343         * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
42344         (propagate_op_to_single_use, remove_visited_stmt_chain,
42345         linearize_expr, repropagate_negates, reassociate_bb): Use it
42346         instead of gsi_remove.
42348 2014-04-16  Martin Jambor  <mjambor@suse.cz>
42350         * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
42351         ipa_transforms_to_apply.
42352         (cgraph_function_versioning): Assert that old_node has empty
42353         ipa_transforms_to_apply.
42354         * trans-mem.c (ipa_tm_create_version): Likewise.
42355         * tree-inline.c (tree_function_versioning): Do not duplicate
42356         ipa_transforms_to_apply.
42358 2014-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
42360         PR target/60817
42361         * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
42362         x86_64-*-* cases.
42363         Pass necessary as flags on 64-bit Solaris/x86.
42364         Use lowercase relocs for x86_64-*-*.
42365         * configure: Regenerate.
42367 2014-04-15  Jan Hubicka  <jh@suse.cz>
42369         * ipa-devirt.c (referenced_from_vtable_p): New predicate.
42370         (maybe_record_node, likely_target_p): Use it.
42372 2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
42374         PR target/60839
42375         Revert following patch
42377         2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
42379         PR target/60735
42380         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
42381         software floating point or no floating point registers, do not
42382         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
42383         in GPRs that occurs after we tested for GPRs that would never be
42384         true.
42386         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
42387         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
42388         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
42389         specifically allow DDmode, since that does not use the SPE SIMD
42390         instructions.
42392 2014-03-21  Mark Wielaard  <mjw@redhat.com>
42394         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
42395         as unsigned or int depending on type and value used.
42397 2014-04-15  Richard Biener  <rguenther@suse.de>
42399         PR rtl-optimization/56965
42400         * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
42401         * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
42402         ... here.
42403         * alias.c (true_dependence_1): Do not call
42404         nonoverlapping_component_refs_p.
42405         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
42406         nonoverlapping_component_refs_p.
42407         (indirect_refs_may_alias_p): Likewise.
42409 2014-04-15  Teresa Johnson  <tejohnson@google.com>
42411         * cfg.c (dump_bb_info): Fix flags check.
42412         * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
42414 2014-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
42416         PR rtl-optimization/60663
42417         * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
42418         avoid 0 cost.
42420 2014-04-15  Richard Biener  <rguenther@suse.de>
42422         * lto-streamer.h (LTO_major_version): Bump to 4.
42424 2014-04-15  Richard Biener  <rguenther@suse.de>
42426         * common.opt (lto_partition_model): New enum.
42427         (flto-partition=): Merge separate options with a single with argument,
42428         add -flto-partition=one support.
42429         * flag-types.h (enum lto_partition_model): Declare.
42430         * opts.c (finish_options): Remove duplicate -flto-partition=
42431         option check.
42432         * lto-wrapper.c (run_gcc): Adjust.
42434 2014-04-15  Richard Biener  <rguenther@suse.de>
42436         * alias.c (ncr_compar): New function.
42437         (nonoverlapping_component_refs_p): Re-implement in O (n log n).
42439 2014-04-15  Richard Biener  <rguenther@suse.de>
42441         * alias.c (record_component_aliases): Do not walk BINFOs.
42443 2014-04-15  Richard Biener  <rguenther@suse.de>
42445         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
42446         Add struct function argument and adjust.
42447         (find_func_aliases_for_call): Likewise.
42448         (find_func_aliases): Likewise.
42449         (find_func_clobbers): Likewise.
42450         (intra_create_variable_infos): Likewise.
42451         (compute_points_to_sets): Likewise.
42452         (ipa_pta_execute): Adjust.  Do not push/pop cfun.
42454 2014-04-15  Richard Biener  <rguenther@suse.de>
42456         * tree.c (iterative_hash_expr): Use enum tree_code_class
42457         to store TREE_CODE_CLASS.
42458         (tree_block): Likewise.
42459         (tree_set_block): Likewise.
42460         * tree.h (fold_build_pointer_plus_loc): Use
42461         convert_to_ptrofftype_loc.
42463 2014-04-15  Jakub Jelinek  <jakub@redhat.com>
42465         PR plugins/59335
42466         * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
42467         added in 4.9.
42469 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
42471         * cfgloop.h (struct loop): Move force_vectorize down.
42472         * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
42473         (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
42474         * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
42475         * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
42476         * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
42477         * tree-core.h (enum annot_expr_kind): Add new kind values.
42478         * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
42479         * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
42480         kinds.
42481         * tree.def (ANNOTATE_EXPR): Tweak comment.
42483 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
42485         * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
42486         cxa_pure_virtual).
42488 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
42490         * tree.h (TYPE_IDENTIFIER): Declare.
42491         * tree.c (subrange_type_for_debug_p): Use it.
42492         * godump.c (go_format_type): Likewise.
42493         * dwarf2out.c (is_cxx_auto, modified_type_die,
42494         gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
42495         * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
42497 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
42499         PR lto/60820
42500         * varpool.c (varpool_remove_node): Do not alter decls when streaming.
42502 2014-04-14  Uros Bizjak  <ubizjak@gmail.com>
42504         * config/i386/i386.c (examine_argument): Return bool.  Return true if
42505         parameter should be passed in memory.
42506         <case X86_64_COMPLEX_X87_CLASS>: Adjust.
42507         (construct_container): Update calls to examine_argument.
42508         (function_arg_advance_64): Ditto.
42509         (return_in_memory_32): Merge with ix86_return_in_memory.
42510         (return_in_memory_64): Ditto.
42511         (return_in_memory_ms_64): Ditto.
42513 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
42515         * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
42516         * coverage.c (coverage_compute_profile_id): Handle externally visible
42517         symbols.
42519 2014-04-14  Martin Jambor  <mjambor@suse.cz>
42521         * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
42522         DECL_DISREGARD_INLINE_LIMITS functions.
42524 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
42526         PR target/60827
42527         * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
42529 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
42531         PR target/60827
42532         * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
42533         optimize_insn_for_speed_p instead of
42534         optimize_function_for_speed_p.
42536 2014-04-14  Yufeng Zhang  <yufeng.zhang@arm.com>
42538         * doc/invoke.texi (free): Document AArch64.
42540 2014-04-14  Richard Biener  <rguenther@suse.de>
42542         PR tree-optimization/60042
42543         * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
42544         (insert_into_preds_of_block): Do not prevent PHI insertion
42545         for REFERENCE exprs here ...
42546         (eliminate_dom_walker::before_dom_children): ... but prevent
42547         their use here under similar conditions when applied to the
42548         IL after PRE optimizations.
42550 2014-04-14  Richard Biener  <rguenther@suse.de>
42552         * passes.def: Move early points-to after early SRA.
42554 2014-04-14  Richard Biener  <rguenther@suse.de>
42556         * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
42557         check for which sign-changes we allow when forwarding
42558         a converted value into a switch.
42560 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
42562         * stor-layout.c (place_field): Finalize non-constant offset for the
42563         field, if any.
42565 2014-04-14  Richard Biener  <rguenther@suse.de>
42567         * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
42568         as argument.
42569         (expand_switch_using_bit_tests_p): Likewise.
42570         (process_switch): Compute and pass on speed_p based on the
42571         switch stmt.
42572         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
42573         optimize_bb_for_speed_p.
42575 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
42577         * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
42578         * function.h (struct function): Rename has_force_vect_loops into
42579         has_force_vectorize_loops.
42580         * lto-streamer-in.c (input_cfg): Adjust for renaming.
42581         (input_struct_function_base): Likewise.
42582         * lto-streamer-out.c (output_cfg): Likewise.
42583         (output_struct_function_base): Likewise.
42584         * omp-low.c (expand_omp_simd): Likewise.
42585         * tree-cfg.c (move_sese_region_to_fn): Likewise.
42586         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
42587         (version_loop_for_if_conversion): Likewise.
42588         (tree_if_conversion): Likewise.
42589         (main_tree_if_conversion): Likewise.
42590         (gate_tree_if_conversion): Likewise.
42591         * tree-inline.c (copy_loops): Likewise.
42592         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
42593         * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
42594         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
42595         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
42596         * tree-vectorizer.c (vectorize_loops): Likewise.
42597         * tree-vectorizer.h (unlimited_cost_model): Likewise.
42599 2014-04-14  Richard Biener  <rguenther@suse.de>
42601         PR lto/60720
42602         * lto-streamer-out.c (wrap_refs): New function.
42603         (lto_output): Wrap symbol references in global initializes in
42604         type-preserving MEM_REFs.
42606 2014-04-14  Christian Bruel  <christian.bruel@st.com>
42608         * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
42610 2014-04-14  Christian Bruel  <christian.bruel@st.com>
42612         * config/sh/sh.md (setmemqi): New expand pattern.
42613         * config/sh/sh.h (CLEAR_RATIO): Define.
42614         * config/sh/sh-mem.cc (sh_expand_setmem): Define.
42615         * config/sh/sh-protos.h (sh_expand_setmem): Declare.
42617 2014-04-14  Richard Biener  <rguenther@suse.de>
42619         PR middle-end/55022
42620         * fold-const.c (negate_expr_p): Don't negate directional rounding
42621         division.
42622         (fold_negate_expr): Likewise.
42624 2014-04-14  Richard Biener  <rguenther@suse.de>
42626         PR tree-optimization/59817
42627         PR tree-optimization/60453
42628         * graphite-scop-detection.c (graphite_can_represent_scev): Complete
42629         recursion to catch all CHRECs in the scalar evolution and restrict
42630         the predicate for the remains appropriately.
42632 2014-04-12  Catherine Moore  <clm@codesourcery.com>
42634         * config/mips/constraints.md: Add new register constraint "kb".
42635         * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
42636         (*movhi_internal): Likewise.
42637         (*movqi_internal): Likewise.
42638         * config/mips/mips.h (M16_STORE_REGS): New register class.
42639         (REG_CLASS_NAMES): Add M16_STORE_REGS.
42640         (REG_CLASS_CONTENTS): Likewise.
42641         * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
42643 2014-04-11  Tobias Burnus  <burnus@net-b.de>
42645         PR c/60194
42646         * doc/invoke.texi (-Wformat-signedness): Document it.
42647         (Wformat=2): Mention that this enables -Wformat-signedness.
42649 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
42651         * common/config/epiphany/epiphany-common.c
42652         (epiphany_option_optimization_table): Enable section anchors by
42653         default at -O1 or higher.
42654         * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
42655         (TARGET_MIN_ANCHOR_OFFSET): Likewise.
42656         (epiphany_rtx_costs) <SET>: For binary operators, the set as such
42657         carries no extra cost.
42658         (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
42659         * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
42660         * config/epiphany/predicates.md (memclob_operand): New predicate.
42661         * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
42662         Use memclob_operand predicate and X constraint for operand 3.
42664 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
42666         * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
42667         with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
42668         its operands.
42670 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
42672         PR rtl-optimization/60651
42673         * mode-switching.c (optimize_mode_switching): Make sure to emit
42674         sets of a lower numbered entity before sets of a higher numbered
42675         entity to a mode of the same or lower priority.
42676         When creating a seginfo for a basic block that starts with a code
42677         label, move the insertion point past the code label.
42678         (new_seginfo): Document and enforce requirement that
42679         NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
42680         * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
42681         * doc/tm.texi: Regenerate.
42683 2014-01-11  Joern Rennecke  <joern.rennecke@embecosm.com>
42685         PR target/60811
42686         * config/arc/arc.c (arc_save_restore): Fix assert typo.
42688 2013-04-11  Jakub Jelinek  <jakub@redhat.com>
42690         * BASE-VER: Set to 4.10.0.
42692 2014-04-11  Tobias Burnus  <burnus@net-b.de>
42694         PR other/59055
42695         * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
42696         * doc/gcc.texi (Service): Update description in the @menu
42697         * doc/invoke.texi (Option Summary): Remove misplaced and
42698         duplicated @menu.
42700 2014-04-11  Steve Ellcey  <sellcey@mips.com>
42701             Jakub Jelinek  <jakub@redhat.com>
42703         PR middle-end/60556
42704         * expr.c (convert_move): Use emit_store_flag_force instead of
42705         emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
42706         argument to it.
42708 2014-04-11  Richard Biener  <rguenther@suse.de>
42710         PR middle-end/60797
42711         * varasm.c (assemble_alias): Avoid endless error reporting
42712         recursion by setting TREE_ASM_WRITTEN.
42714 2014-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42716         * config/s390/s390.md: Add a splitter for NOT rtx.
42718 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
42720         PR rtl-optimization/60663
42721         * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
42723 2014-04-10  Jan Hubicka  <hubicka@ucw.cz>
42724             Jakub Jelinek  <jakub@redhat.com>
42726         PR lto/60567
42727         * ipa.c (function_and_variable_visibility): Copy forced_by_abi
42728         flag from decl_node to node.
42730 2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
42732         PR debug/60655
42733         * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
42734         (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
42735         ameliorating the cases where it can be.
42737 2014-04-09  David Edelsohn  <dje.gcc@gmail.com>
42739         Revert
42740         2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
42742         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
42743         (loadsync_<mode>): Change mode.
42744         (load_quadpti, store_quadpti): New.
42745         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
42746         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
42747         * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
42749 2014-04-09  Cong Hou  <congh@google.com>
42751         PR testsuite/60773
42752         * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
42753         documentation.
42755 2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
42757         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
42758         instead of vnor to exploit possible fusion opportunity in the
42759         future.
42760         (altivec_expand_vec_perm_const_le): Likewise.
42762 2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
42764         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
42765         (loadsync_<mode>): Change mode.
42766         (load_quadpti, store_quadpti): New.
42767         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
42768         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
42770 2014-04-08  Richard Sandiford  <rdsandiford@googlemail.com>
42772         PR target/60763
42773         * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
42774         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
42775         Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
42777 2014-04-08  Richard Biener  <rguenther@suse.de>
42779         PR middle-end/60706
42780         * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
42781         a 64bit widest int print double-int similar to on HWI64 hosts.
42783 2014-04-08  Richard Biener  <rguenther@suse.de>
42785         PR tree-optimization/60785
42786         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
42787         default defs properly.
42789 2014-04-08  Nathan Sidwell  <nathan@codesourcery.com>
42791         * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
42792         (Weffc++): Likewise.
42794 2014-04-07  Jan Hubicka  <hubcika@ucw.cz>
42796         * ipa-devirt.c (maybe_record_node): When node is not recorded,
42797         set completep to false rather than true.
42799 2014-04-07  Douglas B Rupp  <rupp@adacore.com>
42801         PR target/60504
42802         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
42803         ARM_TARGET2_DWARF_FORMAT.
42805 2014-04-07  Charles Baylis  <charles.baylis@linaro.org>
42807         PR target/60609
42808         * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
42809         (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
42810         ADDR_DIFF_VEC.
42812 2014-04-07  Richard Biener  <rguenther@suse.de>
42814         PR tree-optimization/60766
42815         * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
42816         (may_eliminate_iv): Convert cand_value_at result to desired type.
42818 2014-04-07  Jason Merrill  <jason@redhat.com>
42820         PR c++/60731
42821         * common.opt (-fno-gnu-unique): Add.
42822         * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
42824 2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
42826         * haifa-sched.c: Fix outdated function reference and minor
42827         grammar errors in introductory comment.
42829 2014-04-07  Richard Biener  <rguenther@suse.de>
42831         PR middle-end/60750
42832         * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
42833         for noreturn calls.
42834         * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
42836 2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
42838         PR debug/55794
42839         * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
42840         size accounting for thunks.
42841         (pa_asm_output_mi_thunk): Use final_start_function() and
42842         final_end_function() to output function start and end directives.
42844 2014-04-05  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
42846         * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
42847         device specific ISA/ feature information. Remove short_sp and
42848         errata_skip ds.  Add avr_device_specific_features enum to have device
42849         specific info.
42850         * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
42851         errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
42852         * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
42853         updated device specific info.
42854         * config/avr/avr-mcus.def: Merge device specific details to
42855         dev_attribute field.
42856         * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
42857         errata_skip.
42858         * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
42859         * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
42860         assembler if RMW isa supported by current device.
42861         * config/avr/genmultilib.awk: Update as device info structure changed.
42862         * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
42864 2014-04-04  Cong Hou  <congh@google.com>
42866         PR tree-optimization/60656
42867         * tree-vect-stmts.c (supportable_widening_operation):
42868         Fix a bug that elements in a vector with vect_used_by_reduction
42869         property are incorrectly reordered when the operation on it is not
42870         consistant with the one in reduction operation.
42872 2014-04-04  John David Anglin  <danglin@gcc.gnu.org>
42874         PR rtl-optimization/60155
42875         * gcse.c (record_set_data): New function.
42876         (single_set_gcse): New function.
42877         (gcse_emit_move_after): Use single_set_gcse instead of single_set.
42878         (hoist_code): Likewise.
42879         (get_pressure_class_and_nregs): Likewise.
42881 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
42883         * explow.c (probe_stack_range): Emit a final optimization blockage.
42885 2014-04-04  Anthony Green  <green@moxielogic.com>
42887         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
42888         typos.
42890 2014-04-04  Jan Hubicka  <hubicka@ucw.cz>
42892         PR ipa/59626
42893         * lto-cgraph.c (input_overwrite_node): Check that partitioning
42894         flags are set only during streaming.
42895         * ipa.c (process_references, walk_polymorphic_call_targets,
42896         symtab_remove_unreachable_nodes): Drop bodies of always inline
42897         after early inlining.
42898         (symtab_remove_unreachable_nodes): Remove always_inline attribute.
42900 2014-04-04  Jakub Jelinek  <jakub@redhat.com>
42901         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
42903         PR debug/60655
42904         * dwarf2out.c (const_ok_for_output_1): Reject expressions
42905         containing a NOT.
42907 2014-04-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
42909         PR bootstrap/60743
42910         * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
42911         duration.
42912         (cortex_a53_fdivd): Likewise.
42914 2014-04-04  Martin Jambor  <mjambor@suse.cz>
42916         PR ipa/60640
42917         * cgraph.h (cgraph_clone_node): New parameter added to declaration.
42918         Adjust all callers.
42919         * cgraph.c (clone_of_p): Also return true if thunks match.
42920         (verify_edge_corresponds_to_fndecl): Removed extraneous call to
42921         cgraph_function_or_thunk_node and an obsolete comment.
42922         * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
42923         file.
42924         (build_function_decl_skip_args): Likewise.
42925         (set_new_clone_decl_and_node_flags): New function.
42926         (duplicate_thunk_for_node): Likewise.
42927         (redirect_edge_duplicating_thunks): Likewise.
42928         (cgraph_clone_node): New parameter args_to_skip, pass it to
42929         redirect_edge_duplicating_thunks which is called instead of
42930         cgraph_redirect_edge_callee.
42931         (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
42932         moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
42934 2014-04-04  Jeff Law  <law@redhat.com>
42936         PR target/60657
42937         * config/arm/predicates.md (const_int_I_operand): New predicate.
42938         (const_int_M_operand): Similarly.
42939         * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
42940         const_int_operand.
42941         (insv_t2, extv_reg, extzv_t2): Likewise.
42942         (load_multiple_with_writeback): Similarly for const_int_I_operand.
42943         (pop_multiple_with_writeback_and_return): Likewise.
42944         (vfp_pop_multiple_with_writeback): Likewise
42946 2014-04-04  Richard Biener  <rguenther@suse.de>
42948         PR ipa/60746
42949         * tree-ssanames.c (make_ssa_name_fn): Fix assert.
42950         * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
42951         non-GIMPLE_LABELs.
42952         * gimplify.h (gimple_add_tmp_var_fn): Declare.
42953         * gimplify.c (gimple_add_tmp_var_fn): New function.
42954         * gimple-expr.h (create_tmp_reg_fn): Declare.
42955         * gimple-expr.c (create_tmp_reg_fn): New function.
42956         * gimple-low.c (record_vars_into): Don't change cfun.
42957         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
42958         code generation without cfun.
42960 2014-04-04  Thomas Schwinge  <thomas@codesourcery.com>
42962         PR bootstrap/60719
42963         * Makefile.in (install-driver): Fix shell scripting.
42965 2014-04-03  Cong Hou  <congh@google.com>
42967         PR tree-optimization/60505
42968         * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
42969         threshold of number of iterations below which no vectorization
42970         will be done.
42971         * tree-vect-loop.c (new_loop_vec_info):
42972         Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
42973         * tree-vect-loop.c (vect_analyze_loop_operations):
42974         Set LOOP_VINFO_COST_MODEL_THRESHOLD.
42975         * tree-vect-loop.c (vect_transform_loop):
42976         Use LOOP_VINFO_COST_MODEL_THRESHOLD.
42977         * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
42978         of iterations of the loop and see if we should build the epilogue.
42980 2014-04-03  Richard Biener  <rguenther@suse.de>
42982         * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
42983         (streamer_tree_cache_create): Adjust.
42984         * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
42985         to allow optional nodes array.
42986         (streamer_tree_cache_insert_1): Use next_idx to assign idx.
42987         (streamer_tree_cache_append): Likewise.
42988         (streamer_tree_cache_create): Create nodes array optionally
42989         as specified by parameter.
42990         * lto-streamer-out.c (create_output_block): Avoid maintaining
42991         the node array in the writer cache.
42992         (DFS_write_tree): Remove assertion.
42993         (produce_asm_for_decls): Free the out decl state hash table early.
42994         * lto-streamer-in.c (lto_data_in_create): Adjust for
42995         streamer_tree_cache_create prototype change.
42997 2014-04-03  Richard Biener  <rguenther@suse.de>
42999         * tree-streamer-out.c (streamer_write_chain): Do not temporarily
43000         set TREE_CHAIN to NULL_TREE.
43002 2014-04-03  Richard Biener  <rguenther@suse.de>
43004         PR tree-optimization/60740
43005         * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
43006         over all GIMPLE_COND operands.
43008 2014-04-03  Nathan Sidwell  <nathan@codesourcery.com>
43010         * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
43011         (Weffc++): Remove Scott's numbering, merge lists and reference
43012         Wnon-virtual-dtor.
43014 2014-04-03  Nick Clifton  <nickc@redhat.com>
43016         * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
43017         properly.
43019 2014-04-03  Martin Jambor  <mjambor@suse.cz>
43021         * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
43022         mention gcc_unreachable before failing.
43023         * ipa.c (symtab_remove_unreachable_nodes): Also print order of
43024         removed symbols.
43026 2014-04-02  Jan Hubicka  <hubicka@ucw.cz>
43028         PR ipa/60659
43029         * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
43030         inconsistent code and instead mark the context inconsistent.
43031         (possible_polymorphic_call_targets): For inconsistent contexts
43032         return empty complete list.
43034 2014-04-02  Anthony Green  <green@moxielogic.com>
43036         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
43037         (extendqisi2, extendhisi2): Define.
43038         * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
43039         (WCHAR_TYPE): Change to unsigned int.
43041 2014-04-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
43043         PR tree-optimization/60733
43044         * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
43045         insertion point for PHI candidates to be the end of the feeding
43046         block for the PHI argument.
43048 2014-04-02  Vladimir Makarov  <vmakarov@redhat.com>
43050         PR rtl-optimization/60650
43051         * lra-constraints.c (process_alt_operands): Decrease reject for
43052         earlyclobber matching.
43054 2014-04-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43056         * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
43058 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
43060         * config/spu/spu.c (pad_bb): Do not crash when the last
43061         insn is CODE_FOR_blockage.
43063 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
43065         * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
43066         lies outside the target mode.
43068 2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
43070         PR target/60735
43071         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
43072         software floating point or no floating point registers, do not
43073         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
43074         in GPRs that occurs after we tested for GPRs that would never be
43075         true.
43077         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
43078         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
43079         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
43080         specifically allow DDmode, since that does not use the SPE SIMD
43081         instructions.
43083 2014-04-02  Richard Biener  <rguenther@suse.de>
43085         PR middle-end/60729
43086         * optabs.c (expand_abs_nojump): Honor flag_trapv only for
43087         MODE_INTs.  Properly use negv_optab.
43088         (expand_abs): Likewise.
43090 2014-04-02  Richard Biener  <rguenther@suse.de>
43092         PR bootstrap/60719
43093         * Makefile.in (install-driver): Guard extra installs with special
43094         names properly.
43096 2014-04-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
43098         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
43099         Document vec_vgbbd.
43101 2014-04-01  Richard Henderson  <rth@redhat.com>
43103         PR target/60704
43104         * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
43105         alternative enabled before register allocation.
43107 2014-04-01  Chung-Lin Tang  <cltang@codesourcery.com>
43109         * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
43110         * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
43111         typo.
43112         (nios2_large_got_address): Remove unneeded 'sym' parameter.
43113         (nios2_got_address): Update nios2_large_got_address call site.
43114         (nios2_delegitimize_address): New function.
43115         (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
43116         * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
43117         (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
43119 2014-04-01  Martin Husemann  <martin@duskware.de>
43121         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
43122         for -mabi=32.
43124 2014-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
43126         PR rtl-optimization/60604
43127         * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
43128         check from register_operand.
43129         (register_operand): Redefine in terms of general_operand.
43130         (nonmemory_operand): Use register_operand for the non-constant cases.
43132 2014-04-01  Richard Biener  <rguenther@suse.de>
43134         * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
43136 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
43138         * doc/invoke.texi (mapp-regs): Clarify.
43140 2014-03-31  Ulrich Drepper  <drepper@gmail.com>
43142         * config/i386/avx512fintrin.h (__v32hi): Define type.
43143         (__v64qi): Likewise.
43144         (_mm512_set1_epi8): Define.
43145         (_mm512_set1_epi16): Define.
43146         (_mm512_set4_epi32): Define.
43147         (_mm512_set4_epi64): Define.
43148         (_mm512_set4_pd): Define.
43149         (_mm512_set4_ps): Define.
43150         (_mm512_setr4_epi64): Define.
43151         (_mm512_setr4_epi32): Define.
43152         (_mm512_setr4_pd): Define.
43153         (_mm512_setr4_ps): Define.
43154         (_mm512_setzero_epi32): Define.
43156 2014-03-31  Martin Jambor  <mjambor@suse.cz>
43158         PR middle-end/60647
43159         * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
43160         callsite_arguments_match_p.  Updated all callers.  Also check types of
43161         corresponding formal parameters and actual arguments.
43162         (not_all_callers_have_enough_arguments_p) Renamed to
43163         some_callers_have_mismatched_arguments_p.
43165 2014-03-31  Yuri Rumyantsev  <ysrumyan@gmail.com>
43167         * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
43169 2014-03-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
43171         PR target/60034
43172         * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
43173         section anchor.
43175 2014-03-30  Uros Bizjak  <ubizjak@gmail.com>
43177         * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
43178         (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
43179         Split out
43180         <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
43181         Use FMAMODE_NOVF512 mode iterator.
43182         (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
43183         (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
43184         (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
43185         (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
43186         Split out
43187         <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
43188         Use VF_128_256 mode iterator.
43189         (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
43190         Ditto.
43192 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
43194         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
43195         static chain if needed.
43197 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
43199         PR target/60697
43200         * lra-constraints.c (index_part_to_reg): New.
43201         (process_address): Use it.
43203 2014-03-27  Jeff Law  <law@redhat.com>
43204             Jakub Jelinek  <jakub@redhat.com>
43206         PR target/60648
43207         * expr.c (do_tablejump): Use simplify_gen_binary rather than
43208         gen_rtx_{PLUS,MULT} to build up the address expression.
43210         * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
43211         creating non-canonical RTL.
43213 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
43215         PR ipa/60243
43216         * ipa-inline.c (want_inline_small_function_p): Short circuit large
43217         functions; reorganize to make cheap checks first.
43218         (inline_small_functions): Do not estimate growth when dumping;
43219         it is expensive.
43220         * ipa-inline.h (inline_summary): Add min_size.
43221         (growth_likely_positive): New function.
43222         * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
43223         (set_cond_stmt_execution_predicate): Cleanup.
43224         (estimate_edge_size_and_time): Compute min_size.
43225         (estimate_calls_size_and_time): Likewise.
43226         (estimate_node_size_and_time): Likewise.
43227         (inline_update_overall_summary): Update min_size.
43228         (do_estimate_edge_time): Likewise.
43229         (do_estimate_edge_size): Update.
43230         (do_estimate_edge_hints): Update.
43231         (growth_likely_positive): New function.
43233 2014-03-28  Jakub Jelinek  <jakub@redhat.com>
43235         PR target/60693
43236         * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
43237         also if addr has VOIDmode.
43239 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
43241         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
43242         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
43243         Declare extern.
43244         * config/arm/cortex-a53.md: Add reservations and bypass for crypto
43245         instructions as well as AdvancedSIMD loads.
43247 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
43249         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
43250         Use crypto_aese type.
43251         (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
43252         * config/arm/arm.md (is_neon_type): Replace crypto_aes with
43253         crypto_aese, crypto_aesmc.  Move to types.md.
43254         * config/arm/types.md (crypto_aes): Split into crypto_aese,
43255         crypto_aesmc.
43256         * config/arm/iterators.md (crypto_type): Likewise.
43258 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
43260         * cgraph.c: Include expr.h and tree-dfa.h.
43261         (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
43262         remove LHS.
43264 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
43266         PR target/60675
43267         * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
43268         regs from checking multi-reg pseudos.
43270 2014-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
43272         * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
43274 2014-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
43276         * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
43277         if it would clobber the stack pointer, even temporarily.
43279 2014-03-28  Eric Botcazou  <ebotcazou@adacore.com>
43281         * mode-switching.c: Make small adjustments to the top comment.
43283 2014-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
43285         * config/rs6000/constraints.md (wD constraint): New constraint to
43286         match the constant integer to get the top DImode/DFmode out of a
43287         vector in a VSX register.
43289         * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
43290         match the constant integer to get the top DImode/DFmode out of a
43291         vector in a VSX register.
43293         * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
43294         for ISA 2.07.
43296         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
43297         vbpermq builtins.
43299         * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
43300         -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
43302         * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
43303         Optimize vec_extract of 64-bit values, where the value being
43304         extracted is in the top word, where we can use scalar
43305         instructions.  Add direct move and store support.  Combine the big
43306         endian/little endian vector select load support into a single insn.
43307         (vsx_extract_<mode>_internal1): Likewise.
43308         (vsx_extract_<mode>_internal2): Likewise.
43309         (vsx_extract_<mode>_load): Likewise.
43310         (vsx_extract_<mode>_store): Likewise.
43311         (vsx_extract_<mode>_zero): Delete, big and little endian insns are
43312         combined into vsx_extract_<mode>_load.
43313         (vsx_extract_<mode>_one_le): Likewise.
43315         * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
43316         define the top 64-bit vector element.
43318         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
43319         constraint.
43321         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
43322         Document vec_vbpermq builtin.
43324         PR target/60672
43325         * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
43326         enable use of xxsldwi and xxpermdi builtin functions.
43327         (vec_xxpermdi): Likewise.
43329         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
43330         Document use of vec_xxsldwi and vec_xxpermdi builtins.
43332 2014-03-27  Vladimir Makarov  <vmakarov@redhat.com>
43334         PR rtl-optimization/60650
43335         * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
43336         first_p.  Use it.
43337         (find_spills_for): New.
43338         (assign_by_spills): Pass the new parameter to find_hard_regno_for.
43339         Spill all pseudos on the second iteration.
43341 2014-03-27  Marek Polacek  <polacek@redhat.com>
43343         PR c/50347
43344         * doc/extend.texi (ffs Builtins): Change unsigned types to signed
43345         types.
43347 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43349         * config/s390/s390.c (s390_can_use_return_insn): Check for
43350         call-saved FPRs on 31 bit.
43352 2014-03-27  Jakub Jelinek  <jakub@redhat.com>
43354         PR middle-end/60682
43355         * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
43356         if they need regimplification, just drop them instead of
43357         calling gimple_regimplify_operands on them.
43359 2014-03-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
43361         PR target/60580
43362         * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
43363         (aarch64_frame_pointer_required): Adjust logic.
43364         (aarch64_can_eliminate): Adjust logic.
43365         (aarch64_override_options_after_change): Adjust logic.
43367 2014-03-27  Dehao Chen  <dehao@google.com>
43369         * ipa-inline.c (early_inliner): Update node's inline info.
43371 2014-03-26  Dehao Chen  <dehao@google.com>
43373         * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
43374         compiler inserted conditional jumps for NAN float check.
43376 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
43378         * ubsan.h (ubsan_create_data): Change second argument's type
43379         to const location_t *.
43380         * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
43381         _("<unknown>").
43382         (ubsan_create_data): Change second argument to const location_t *PLOC.
43383         Create Loc field whenever PLOC is non-NULL.
43384         (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
43385         ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
43386         callers.
43388         PR other/59545
43389         * real.c (real_to_integer2): Change type of low to UHWI.
43391 2014-03-26  Tobias Burnus  <burnus@net-b.de>
43393         * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
43394         (CILK_SELF_SPECS): New define.
43395         (driver_self_specs): Use it.
43397 2014-03-26  Richard Biener  <rguenther@suse.de>
43399         * tree-pretty-print.c (percent_K_format): Implement special
43400         case for LTO and its stripped down BLOCK tree.
43402 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
43404         PR sanitizer/60636
43405         * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
43407         * tree-vrp.c (simplify_internal_call_using_ranges): If only
43408         one range is range_int_cst_p, but not both, at least optimize
43409         addition/subtraction of 0 and multiplication by 0 or 1.
43410         * gimple-fold.c (gimple_fold_call): Fold
43411         IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
43412         (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
43413         INTEGER_CSTs, try to fold at least x * 0 and y - y.
43415 2014-03-26  Eric Botcazou  <ebotcazou@adacore.com>
43417         PR rtl-optimization/60452
43418         * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
43419         <case REG>: Return 1 for invalid offsets from the frame pointer.
43421 2014-03-26  Marek Polacek  <polacek@redhat.com>
43423         PR c/37428
43424         * doc/extend.texi (C Extensions): Mention variable-length arrays in
43425         a structure/union.
43427 2014-03-26  Marek Polacek  <polacek@redhat.com>
43429         PR c/39525
43430         * doc/extend.texi (Designated Inits): Describe what happens to omitted
43431         field members.
43433 2014-03-26  Marek Polacek  <polacek@redhat.com>
43435         PR other/59545
43436         * ira-color.c (update_conflict_hard_regno_costs): Perform the
43437         multiplication in unsigned type.
43439 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
43441         * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
43443 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
43445         * doc/contrib.texi: Add myself as Andes nds32 port contributor.
43447 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
43449         PR ipa/60315
43450         * cif-code.def (UNREACHABLE) New code.
43451         * ipa-inline.c (inline_small_functions): Skip edges to
43452         __builtlin_unreachable.
43453         (estimate_edge_growth): Allow edges to __builtlin_unreachable.
43454         * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
43455         predicate to __bulitin_unreachable.
43456         (set_cond_stmt_execution_predicate): Fix issue when
43457         invert_tree_comparison returns ERROR_MARK.
43458         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
43459         propagate to inline clones.
43460         * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
43461         to unreachable.
43462         * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
43463         * cgraphclones.c (cgraph_clone_node): If call destination is already
43464         ureachable, do not redirect it back.
43465         * tree-inline.c (fold_marked_statements): Hanlde calls becoming
43466         unreachable.
43468 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
43470         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
43471         Do not modify inline clones.
43473 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
43475         * config/i386/i386.md (general_sext_operand): New mode attr.
43476         (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
43477         don't generate (sign_extend (const_int)).
43478         (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
43479         operands[2].  Use We constraint instead of <i> and
43480         <general_sext_operand> predicate instead of <general_operand>.
43481         (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
43482         * config/i386/constraints.md (We): New constraint.
43483         * config/i386/predicates.md (x86_64_sext_operand,
43484         sext_operand): New predicates.
43486 2014-03-25  Martin Jambor  <mjambor@suse.cz>
43488         PR ipa/60600
43489         * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
43490         inconsistent devirtualizations to __builtin_unreachable.
43492 2014-03-25  Marek Polacek  <polacek@redhat.com>
43494         PR c/35449
43495         * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
43497 2014-03-25  Alan Lawrence  <alan.lawrence@arm.com>
43499         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
43500         order of elements for big-endian.
43502 2014-03-25  Richard Biener  <rguenther@suse.de>
43504         PR middle-end/60635
43505         * gimplify-me.c (gimple_regimplify_operands): Update the
43506         re-gimplifed stmt.
43508 2014-03-25  Martin Jambor  <mjambor@suse.cz>
43510         PR ipa/59176
43511         * lto-cgraph.c (lto_output_node): Stream body_removed flag.
43512         (lto_output_varpool_node): Likewise.
43513         (input_overwrite_node): Likewise.
43514         (input_varpool_node): Likewise.
43516 2014-03-25  Richard Biener  <rguenther@suse.de>
43518         * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
43519         (run_gcc): Likewise.
43521 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
43523         * combine.c (simplify_compare_const): Add MODE argument.
43524         Handle mode_width 0 as very large mode_width.
43525         (try_combine, simplify_comparison): Adjust callers.
43527         * cselib.c (cselib_hash_rtx): Perform addition in unsigned
43528         type to avoid signed integer overflow.
43529         * explow.c (plus_constant): Likewise.
43531 2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
43533         * doc/generic.texi: Correct typos.
43535 2014-03-24  Tobias Burnus  <burnus@net-b.de>
43537         * doc/invoke.texi (-flto): Expand section about
43538         using static libraries with LTO.
43540 2014-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43542         PR rtl-optimization/60501
43543         * optabs.def (addptr3_optab): New optab.
43544         * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
43545         * doc/md.texi ("addptrm3"): Document new RTL standard expander.
43546         * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
43548         * lra.c (emit_add3_insn): Use the addptr pattern if available.
43550         * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
43552 2014-03-24  Ulrich Drepper  <drepper@gmail.com>
43554         * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
43555         _mm512_set1_pd.
43557         * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
43558         (_mm256_undefined_ps): Define.
43559         (_mm256_undefined_pd): Define.
43560         * config/i386/emmintrin.h (_mm_undefined_si128): Define.
43561         (_mm_undefined_pd): Define.
43562         * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
43563         * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
43564         (_mm512_undefined_ps): Define.
43565         (_mm512_undefined_pd): Define.
43566         Use _mm*_undefined_*.
43567         * config/i386/avx2intrin.h: Use _mm*_undefined_*.
43569 2014-03-24  Alex Velenko  <Alex.Velenko@arm.com>
43571         * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
43572         (lshr_simd): DI mode added.
43573         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
43574         (aarch64_ushr_simddi): Likewise.
43575         * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
43576         * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
43577         (vshrd_n_u64): Likewise.
43579 2014-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
43581         * Makefile.in (s-macro_list): Depend on cc1.
43583 2014-03-23  Teresa Johnson  <tejohnson@google.com>
43585         * ipa-utils.c (ipa_print_order): Use specified dump file.
43587 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
43589         PR rtl-optimization/60601
43590         * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
43592         * gcc.c (eval_spec_function): Initialize save_growing_value.
43594 2014-03-22  Jakub Jelinek  <jakub@redhat.com>
43596         PR sanitizer/60613
43597         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
43598         code == MINUS_EXPR, never swap op0 with op1.
43600         * toplev.c (init_local_tick): Avoid signed integer multiplication
43601         overflow.
43602         * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
43603         shift by first operand's bitsize.
43605 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
43607         PR target/60610
43608         * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
43609         redefine to 1 or 0.
43610         * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
43611         TARGET_ISA_64BIT_P(x).
43613 2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
43615         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
43616         pattern for vector nor instead of subtract from splat(-1).
43617         (altivec_expand_vec_perm_const_le): Likewise.
43619 2014-03-21  Richard Henderson  <rth@twiddle.net>
43621         PR target/60598
43622         * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
43623         related insns after epilogue_completed.
43625 2014-03-21  Martin Jambor  <mjambor@suse.cz>
43627         PR ipa/59176
43628         * cgraph.h (symtab_node): New flag body_removed.
43629         * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
43630         when removing bodies.
43631         * symtab.c (dump_symtab_base): Dump body_removed flag.
43632         * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
43633         had their bodies removed.
43635 2014-03-21  Martin Jambor  <mjambor@suse.cz>
43637         PR ipa/60419
43638         * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
43639         in the border.
43641 2014-03-21  Richard Biener  <rguenther@suse.de>
43643         PR tree-optimization/60577
43644         * tree-core.h (struct tree_base): Document nothrow_flag use
43645         in DECL_NONALIASED.
43646         * tree.h (DECL_NONALIASED): New.
43647         (may_be_aliased): Adjust.
43648         * coverage.c (build_var): Set DECL_NONALIASED.
43650 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
43652         * expr.c (expand_expr_real_1): Remove outdated comment.
43654 2014-03-20  Jakub Jelinek  <jakub@redhat.com>
43656         PR middle-end/60597
43657         * ira.c (adjust_cleared_regs): Call copy_rtx on
43658         *reg_equiv[REGNO (loc)].src_p before passing it to
43659         simplify_replace_fn_rtx.
43661         PR target/60568
43662         * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
43663         into CONST, put pic register as first operand of PLUS.  Use
43664         gen_const_mem for both 32-bit and 64-bit PIC got loads.
43666 2014-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
43668         * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
43670 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
43672         * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
43673         around for store forwarding issue in the FPU on the UT699.
43674         * config/sparc/sparc.md (in_branch_delay): Return false for single FP
43675         loads and operations if -mfix-ut699 is specified.
43676         (divtf3_hq): Tweak attribute.
43677         (sqrttf2_hq): Likewise.
43679 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
43681         * calls.c (store_one_arg): Remove incorrect const qualification on the
43682         type of the temporary.
43683         * cfgexpand.c (expand_return): Likewise.
43684         * expr.c (expand_constructor): Likewise.
43685         (expand_expr_real_1): Likewise.
43687 2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
43689         * config/arm/arm.c (arm_dwarf_register_span): Update the element number
43690         of parts.
43692 2014-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
43694         PR target/60039
43695         * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
43697 2014-03-19  James Greenhalgh  <james.greenhalgh@arm.com>
43699         * config/arm/aarch-common-protos.h
43700         (alu_cost_table): Fix spelling of "extend".
43701         * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
43703 2014-03-19  Richard Biener  <rguenther@suse.de>
43705         PR middle-end/60553
43706         * tree-core.h (tree_type_common): Re-order pointer members
43707         to reduce recursion depth during GC walks.
43709 2014-03-19  Marek Polacek  <polacek@redhat.com>
43711         PR sanitizer/60569
43712         * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
43713         before accessing it.
43715 2014-03-19  Richard Biener  <rguenther@suse.de>
43717         PR lto/59543
43718         * lto-streamer-in.c (input_function): In WPA stage do not drop
43719         debug stmts.
43721 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
43723         PR tree-optimization/60559
43724         * vectorizable_mask_load_store): Replace scalar MASK_LOAD
43725         with build_zero_cst assignment.
43727 2014-03-18  Kai Tietz  <ktietz@redhat.com>
43729         PR rtl-optimization/56356
43730         * sdbout.c (sdbout_parms): Verify that parms'
43731         incoming argument is valid.
43732         (sdbout_reg_parms): Likewise.
43734 2014-03-18  Richard Henderson  <rth@redhat.com>
43736         PR target/60562
43737         * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
43738         be shadowed by *float<SWI48><MODEF>2_sse.  Test X87_ENABLE_FLOAT.
43739         (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
43741 2014-03-18  Basile Starynkevitch  <basile@starynkevitch.net>
43743         * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
43744         * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
43745         Italicize plugin event names in description.  Explain that
43746         PLUGIN_PRAGMAS has no sense for lto1.  Explain PLUGIN_INCLUDE_FILE.
43747         Remind that no GCC functions should be called after PLUGIN_FINISH.
43748         Explain what pragmas with expansion are.
43750 2014-03-18  Martin Liska  <mliska@suse.cz>
43752         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
43753         gimple call statement is update.
43754         * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
43755         GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
43757 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
43759         PR sanitizer/60557
43760         * ubsan.c (ubsan_instrument_unreachable): Call
43761         initialize_sanitizer_builtins.
43762         (ubsan_pass): Likewise.
43764         PR sanitizer/60535
43765         * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
43766         varpool_finalize_decl instead of rest_of_decl_compilation.
43768 2014-03-18  Richard Biener  <rguenther@suse.de>
43770         * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
43771         by using bitmap_and_compl instead of bitmap_and_compl_into.
43772         (df_rd_transfer_function): Likewise.
43774 2014-03-18  Richard Biener  <rguenther@suse.de>
43776         * doc/lto.texi (fresolution): Fix typo.
43778 2014-03-18  Richard Biener  <rguenther@suse.de>
43780         * doc/invoke.texi (flto): Update for changes in 4.9.
43782 2014-03-18  Richard Biener  <rguenther@suse.de>
43784         * doc/loop.texi: Remove section on the removed lambda framework.
43785         Update loop docs with recent changes in preserving loop structure.
43787 2014-03-18  Richard Biener  <rguenther@suse.de>
43789         * doc/lto.texi (-fresolution): Document.
43791 2014-03-18  Richard Biener  <rguenther@suse.de>
43793         * doc/contrib.texi: Adjust my name.
43795 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
43797         PR ipa/58721
43798         * internal-fn.c: Include diagnostic-core.h.
43799         (expand_BUILTIN_EXPECT): New function.
43800         * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
43801         (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
43802         IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
43803         * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
43804         IFN_BUILTIN_EXPECT.
43805         * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
43806         Revert 3 argument __builtin_expect code.
43807         (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
43808         * gimple-fold.c (gimple_fold_call): Likewise.
43809         * tree.h (fold_builtin_expect): New prototype.
43810         * builtins.c (build_builtin_expect_predicate): Add predictor
43811         argument, if non-NULL, create 3 argument __builtin_expect.
43812         (fold_builtin_expect): No longer static.  Add ARG2 argument,
43813         pass it through to build_builtin_expect_predicate.
43814         (fold_builtin_2): Adjust caller.
43815         (fold_builtin_3): Handle BUILT_IN_EXPECT.
43816         * internal-fn.def (BUILTIN_EXPECT): New.
43818 2014-03-18  Tobias Burnus  <burnus@net-b.de>
43820         PR ipa/58721
43821         * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
43822         PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
43823         PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
43825 2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
43827         PR ipa/58721
43828         * predict.c (combine_predictions_for_bb): Fix up formatting.
43829         (expr_expected_value_1, expr_expected_value): Add predictor argument,
43830         fill what it points to if non-NULL.
43831         (tree_predict_by_opcode): Adjust caller, use the predictor.
43832         * predict.def (PRED_COMPARE_AND_SWAP): Add.
43834 2014-03-18  Eric Botcazou  <ebotcazou@adacore.com>
43836         * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
43837         proper constant for the store mode.
43839 2014-03-18  Ilya Enkovich  <ilya.enkovich@intel.com>
43841         * symtab.c (change_decl_assembler_name): Fix transparent alias
43842         chain construction.
43844 2014-03-16  Renlin Li  <Renlin.Li@arm.com>
43846         * config/aarch64/aarch64.c: Correct the comments about the
43847         aarch64 stack layout.
43849 2014-03-18  Thomas Schwinge  <thomas@codesourcery.com>
43851         * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
43852         check for GF_OMP_FOR_KIND_FOR.
43854 2013-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
43856         * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
43857         ymm and zmm register names.
43859 2014-03-17  Jakub Jelinek  <jakub@redhat.com>
43861         PR target/60516
43862         * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
43863         note creation for the 2010-08-31 changes.
43865 2014-03-17  Marek Polacek  <polacek@redhat.com>
43867         PR middle-end/60534
43868         * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
43869         as -fno-tree-loop-vectorize.
43870         (expand_omp_simd): Likewise.
43872 2014-03-15  Eric Botcazou  <ebotcazou@adacore.com>
43874         * config/sparc/sparc-protos.h (tls_call_delay): Delete.
43875         (eligible_for_call_delay): New prototype.
43876         * config/sparc/sparc.c (tls_call_delay): Rename into...
43877         (eligible_for_call_delay): ...this.  Return false if the instruction
43878         cannot be put in the delay slot of a branch.
43879         (eligible_for_restore_insn): Simplify.
43880         (eligible_for_return_delay): Return false if the instruction cannot be
43881         put in the delay slot of a branch and simplify.
43882         (eligible_for_sibcall_delay): Return false if the instruction cannot be
43883         put in the delay slot of a branch.
43884         * config/sparc/sparc.md (fix_ut699): New attribute.
43885         (tls_call_delay): Delete.
43886         (in_call_delay): Reimplement.
43887         (eligible_for_sibcall_delay): Rename into...
43888         (in_sibcall_delay): ...this.
43889         (eligible_for_return_delay): Rename into...
43890         (in_return_delay): ...this.
43891         (in_branch_delay): Reimplement.
43892         (in_uncond_branch_delay): Delete.
43893         (in_annul_branch_delay): Delete.
43895 2014-03-14  Richard Henderson  <rth@redhat.com>
43897         PR target/60525
43898         * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
43899         define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
43900         (*floathi<X87MODEF>2_i387_with_temp): Remove.
43901         (floathi splitters): Remove.
43902         (float<SWI48x>xf2): New pattern.
43903         (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2.  Drop
43904         code that tried to handle DImode for 32-bit, but which was excluded
43905         by the pattern's condition.  Drop allocation of stack temporary.
43906         (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
43907         (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
43908         (*float<SWI48><MODEF>2_mixed_interunit): Remove.
43909         (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
43910         (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
43911         (*float<SWI48><MODEF>2_sse_with_temp): Remove.
43912         (*float<SWI48><MODEF>2_sse_interunit): Remove.
43913         (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
43914         (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
43915         (*float<SWI48x><X87MODEF>2_i387): Remove.
43916         (all float _with_temp splitters): Remove.
43917         (*float<SWI48x><MODEF>2_i387): New pattern.
43918         (*float<SWI48><MODEF>2_sse): New pattern.
43919         (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
43920         (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
43922 2014-03-14  Jakub Jelinek  <jakub@redhat.com>
43923             Marek Polacek  <polacek@redhat.com>
43925         PR middle-end/60484
43926         * common.opt (dump_base_name_prefixed): New Variable.
43927         * opts.c (finish_options): Don't prepend directory to x_dump_base_name
43928         if x_dump_base_name_prefixed is already set, set it at the end.
43930 2014-03-14  Vladimir Makarov  <vmakarov@redhat.com>
43932         PR rtl-optimization/60508
43933         * lra-constraints.c (get_reload_reg): Add new parameter
43934         in_subreg_p.
43935         (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
43936         Pass the new parameter values.
43938 2014-03-14  Richard Biener  <rguenther@suse.de>
43940         * common.opt: Revert unintented changes from r205065.
43941         * opts.c: Likewise.
43943 2014-03-14  Richard Biener  <rguenther@suse.de>
43945         PR middle-end/60518
43946         * cfghooks.c (split_block): Properly adjust all loops the
43947         block was a latch of.
43949 2014-03-14  Martin Jambor  <mjambor@suse.cz>
43951         PR lto/60461
43952         * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
43953         and simplify it.
43955 2014-03-14  Georg-Johann Lay  <avr@gjlay.de>
43957         PR target/59396
43958         * config/avr/avr.c (avr_set_current_function): Pass function name
43959         through default_strip_name_encoding before sanity checking instead
43960         of skipping the first char of the assembler name.
43962 2014-03-13  Richard Henderson  <rth@redhat.com>
43964         PR debug/60438
43965         * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
43966         (ix86_force_to_memory, ix86_free_from_memory): Remove.
43967         * config/i386/i386-protos.h: Likewise.
43968         * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
43969         in the expander instead of a splitter.
43970         (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
43971         any possibility of requiring a memory.
43972         (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
43973         (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
43974         (fp branch splitters): Update for ix86_split_fp_branch.
43975         (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
43976         (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
43977         (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
43978         (*fop_<MODEF>_2_i387): Remove f/r alternative.
43979         (*fop_<MODEF>_3_i387): Likewise.
43980         (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
43981         (splitters for the fop_* register patterns): Remove.
43982         (fscalexf4_i387): Rename from *fscalexf4_i387.
43983         (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
43985 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
43987         PR tree-optimization/59779
43988         * tree-dfa.c (get_ref_base_and_extent): Use double_int
43989         type for bitsize and maxsize instead of HOST_WIDE_INT.
43991 2014-03-13  Steven Bosscher  <steven@gcc.gnu.org>
43993         PR rtl-optimization/57320
43994         * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
43995         the CFG after thread_prologue_and_epilogue_insns.
43997 2014-03-13  Vladimir Makarov  <vmakarov@redhat.com>
43999         PR rtl-optimization/57189
44000         * lra-constraints.c (process_alt_operands): Disfavor spilling
44001         vector pseudos.
44003 2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>
44005         * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
44007 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
44009         PR tree-optimization/59025
44010         PR middle-end/60418
44011         * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
44012         same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
44014 2014-03-13  Georg-Johann Lay  <avr@gjlay.de>
44016         PR target/60486
44017         * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
44018         calls of avr_out_plus_1.
44020 2014-03-13  Bin Cheng  <bin.cheng@arm.com>
44022         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
44023         BB's single pred and update the father loop's latch info later.
44025 2014-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
44027         * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
44028         (VEC_M): Likewise.
44029         (VEC_N): Likewise.
44030         (VEC_R): Likewise.
44031         (VEC_base): Likewise.
44032         (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
44033         registers, we need to swap double words in little endian mode.
44035         * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
44036         to be a container mode for 128-bit integer operations added in ISA
44037         2.07.  Unlike TImode and PTImode, the preferred register set is
44038         the Altivec/VMX registers for the 128-bit operations.
44040         * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
44041         declarations.
44042         (rs6000_split_128bit_ok_p): Likewise.
44044         * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
44045         macros for creating ISA 2.07 normal and overloaded builtin
44046         functions with 3 arguments.
44047         (BU_P8V_OVERLOAD_3): Likewise.
44048         (VPERM_1T): Add support for V1TImode in 128-bit vector operations
44049         for use as overloaded functions.
44050         (VPERM_1TI_UNS): Likewise.
44051         (VSEL_1TI): Likewise.
44052         (VSEL_1TI_UNS): Likewise.
44053         (ST_INTERNAL_1ti): Likewise.
44054         (LD_INTERNAL_1ti): Likewise.
44055         (XXSEL_1TI): Likewise.
44056         (XXSEL_1TI_UNS): Likewise.
44057         (VPERM_1TI): Likewise.
44058         (VPERM_1TI_UNS): Likewise.
44059         (XXPERMDI_1TI): Likewise.
44060         (SET_1TI): Likewise.
44061         (LXVD2X_V1TI): Likewise.
44062         (STXVD2X_V1TI): Likewise.
44063         (VEC_INIT_V1TI): Likewise.
44064         (VEC_SET_V1TI): Likewise.
44065         (VEC_EXT_V1TI): Likewise.
44066         (EQV_V1TI): Likewise.
44067         (NAND_V1TI): Likewise.
44068         (ORC_V1TI): Likewise.
44069         (VADDCUQ): Add support for 128-bit integer arithmetic instructions
44070         added in ISA 2.07.  Add both normal 'altivec' builtins, and the
44071         overloaded builtin.
44072         (VADDUQM): Likewise.
44073         (VSUBCUQ): Likewise.
44074         (VADDEUQM): Likewise.
44075         (VADDECUQ): Likewise.
44076         (VSUBEUQM): Likewise.
44077         (VSUBECUQ): Likewise.
44079         * config/rs6000/rs6000-c.c (__int128_type): New static to hold
44080         __int128_t and __uint128_t types.
44081         (__uint128_type): Likewise.
44082         (altivec_categorize_keyword): Add support for vector __int128_t,
44083         vector __uint128_t, vector __int128, and vector unsigned __int128
44084         as a container type for TImode operations that need to be done in
44085         VSX/Altivec registers.
44086         (rs6000_macro_to_expand): Likewise.
44087         (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
44088         to support 128-bit integer instructions vaddcuq, vadduqm,
44089         vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
44090         (altivec_resolve_overloaded_builtin): Add support for V1TImode.
44092         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
44093         for V1TImode, and set up preferences to use VSX/Altivec registers.
44094         Setup VSX reload handlers.
44095         (rs6000_debug_reg_global): Likewise.
44096         (rs6000_init_hard_regno_mode_ok): Likewise.
44097         (rs6000_preferred_simd_mode): Likewise.
44098         (vspltis_constant): Do not allow V1TImode as easy altivec constants.
44099         (easy_altivec_constant): Likewise.
44100         (output_vec_const_move): Likewise.
44101         (rs6000_expand_vector_set): Convert V1TImode set and extract to
44102         simple move.
44103         (rs6000_expand_vector_extract): Likewise.
44104         (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
44105         addressing.
44106         (rs6000_const_vec): Add support for V1TImode.
44107         (rs6000_emit_le_vsx_load): Swap double words when loading or
44108         storing TImode/V1TImode.
44109         (rs6000_emit_le_vsx_store): Likewise.
44110         (rs6000_emit_le_vsx_move): Likewise.
44111         (rs6000_emit_move): Add support for V1TImode.
44112         (altivec_expand_ld_builtin): Likewise.
44113         (altivec_expand_st_builtin): Likewise.
44114         (altivec_expand_vec_init_builtin): Likewise.
44115         (altivec_expand_builtin): Likewise.
44116         (rs6000_init_builtins): Add support for V1TImode type.  Add
44117         support for ISA 2.07 128-bit integer builtins.  Define type names
44118         for the VSX/Altivec vector types.
44119         (altivec_init_builtins): Add support for overloaded vector
44120         functions with V1TImode type.
44121         (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
44122         (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
44123         external function.
44124         (rs6000_split_128bit_ok_p): Likewise.
44125         (rs6000_handle_altivec_attribute): Create V1TImode from vector
44126         __int128_t and vector __uint128_t.
44128         * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
44129         and mode attributes.
44130         (VSX_M): Likewise.
44131         (VSX_M2): Likewise.
44132         (VSm): Likewise.
44133         (VSs): Likewise.
44134         (VSr): Likewise.
44135         (VSv): Likewise.
44136         (VS_scalar): Likewise.
44137         (VS_double): Likewise.
44138         (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
44140         * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
44141         we support the ISA 2.07 128-bit integer arithmetic instructions.
44142         (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
44143         (enum rs6000_builtin_type_index): Add fields to hold V1TImode
44144         and TImode types for use with the builtin functions.
44145         (V1TI_type_node): Likewise.
44146         (unsigned_V1TI_type_node): Likewise.
44147         (intTI_type_internal_node): Likewise.
44148         (uintTI_type_internal_node): Likewise.
44150         * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
44151         128-bit builtin functions.
44152         (UNSPEC_VADDEUQM): Likewise.
44153         (UNSPEC_VADDECUQ): Likewise.
44154         (UNSPEC_VSUBCUQ): Likewise.
44155         (UNSPEC_VSUBEUQM): Likewise.
44156         (UNSPEC_VSUBECUQ): Likewise.
44157         (VM): Add V1TImode to vector mode iterators.
44158         (VM2): Likewise.
44159         (VI_unit): Likewise.
44160         (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
44161         (altivec_vaddcuq): Likewise.
44162         (altivec_vsubuqm): Likewise.
44163         (altivec_vsubcuq): Likewise.
44164         (altivec_vaddeuqm): Likewise.
44165         (altivec_vaddecuq): Likewise.
44166         (altivec_vsubeuqm): Likewise.
44167         (altivec_vsubecuq): Likewise.
44169         * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
44170         mode iterators.
44171         (BOOL_128): Likewise.
44172         (BOOL_REGS_OUTPUT): Likewise.
44173         (BOOL_REGS_OP1): Likewise.
44174         (BOOL_REGS_OP2): Likewise.
44175         (BOOL_REGS_UNARY): Likewise.
44176         (BOOL_REGS_AND_CR0): Likewise.
44178         * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
44179         128-bit integer builtin support.
44180         (vec_vadduqm): Likewise.
44181         (vec_vaddecuq): Likewise.
44182         (vec_vaddeuqm): Likewise.
44183         (vec_vsubecuq): Likewise.
44184         (vec_vsubeuqm): Likewise.
44185         (vec_vsubcuq): Likewise.
44186         (vec_vsubuqm): Likewise.
44188         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
44189         Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
44190         vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
44191         128-bit integer add/subtract to ISA 2.07.
44193 2014-03-12  Joern Rennecke  <joern.rennecke@embecosm.com>
44195         * config/arc/arc.c (arc_predicate_delay_insns):
44196         Fix third argument passed to conditionalize_nonjump.
44198 2014-03-12  Yufeng Zhang  <yufeng.zhang@arm.com>
44200         * config/aarch64/aarch64-builtins.c
44201         (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
44202         BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
44203         * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
44204         instead of __builtin_lfloor.
44205         (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
44207 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
44209         * tree-ssa-ifcombine.c (forwarder_block_to): New function.
44210         (tree_ssa_ifcombine_bb_1): New function.
44211         (tree_ssa_ifcombine_bb): Use it.  Handle also cases where else_bb
44212         is an empty forwarder block to then_bb or vice versa and then_bb
44213         and else_bb are effectively swapped.
44215 2014-03-12  Christian Bruel  <christian.bruel@st.com>
44217         PR target/60264
44218         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
44219         REG_CFA_DEF_CFA note.
44220         (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
44221         (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
44223 2014-03-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
44225         PR tree-optimization/60454
44226         * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
44228 2014-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
44230         * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
44231         Do not define target_cpu_default2 to generic.
44232         * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
44233         * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
44234         * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
44236 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
44237             Marc Glisse  <marc.glisse@inria.fr>
44239         PR tree-optimization/60502
44240         * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
44241         instead of build_low_bits_mask.
44243 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
44245         PR middle-end/60482
44246         * tree-vrp.c (register_edge_assert_for_1): Don't add assert
44247         if there are multiple uses, but op doesn't live on E edge.
44248         * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
44249         clobber stmts before __builtin_unreachable.
44251 2014-03-11  Richard Sandiford  <rdsandiford@googlemail.com>
44253         * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
44254         hard_frame_pointer_rtx.
44255         * cse.c (cse_insn): Remove volatile check.
44256         * cselib.c (cselib_process_insn): Likewise.
44257         * dse.c (scan_insn): Likewise.
44259 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
44261         * config/arc/arc.c (conditionalize_nonjump): New function,
44262         broken out of ...
44263         (arc_ifcvt): ... this.
44264         (arc_predicate_delay_insns): Use it.
44266 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
44268         * config/arc/predicates.md (extend_operand): During/after reload,
44269         allow const_int_operand.
44270         * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
44271         (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
44272         (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
44273         to "i".
44274         (umulsi3_highpart_i): Likewise.
44276 2014-03-11  Richard Biener  <rguenther@suse.de>
44278         * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
44279         Add asserts to guard possible wrong-code bugs.
44281 2014-03-11  Richard Biener  <rguenther@suse.de>
44283         PR tree-optimization/60429
44284         PR tree-optimization/60485
44285         * tree-ssa-structalias.c (set_union_with_increment): Properly
44286         take into account all fields that overlap the shifted vars.
44287         (do_sd_constraint): Likewise.
44288         (do_ds_constraint): Likewise.
44289         (get_constraint_for_ptr_offset): Likewise.
44291 2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
44293         * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
44294         (nios2_compute_frame_layout):
44295         Add calculation of cfun->machine->fp_save_offset.
44296         (nios2_expand_prologue): Correct setting of frame pointer register
44297         in prologue.
44298         (nios2_expand_epilogue): Update recovery of stack pointer from
44299         frame pointer accordingly.
44300         (nios2_initial_elimination_offset): Update calculation of offset
44301         for eliminating to HARD_FRAME_POINTER_REGNUM.
44303 2014-03-10  Jakub Jelinek  <jakub@redhat.com>
44305         PR ipa/60457
44306         * ipa.c (symtab_remove_unreachable_nodes): Don't call
44307         cgraph_get_create_node on VAR_DECLs.
44309 2014-03-10  Richard Biener  <rguenther@suse.de>
44311         PR middle-end/60474
44312         * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
44314 2014-03-08  Douglas B Rupp  <rupp@gnat.com>
44316         * config/vms/vms.opt (vms_float_format): New variable.
44318 2014-03-08  Tobias Burnus  <burnus@net-b.de>
44320         * doc/invoke.texi (-fcilkplus): Update implementation status.
44322 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
44323             Richard Biener  <rguenther@suse.de>
44325         * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
44326         consistently accross all TUs.
44327         (run_gcc): Enable -fshort-double automatically at link at link-time
44328         and disallow override.
44330 2014-03-08  Richard Sandiford  <rdsandiford@googlemail.com>
44332         PR target/58271
44333         * config/mips/mips.c (mips_option_override): Promote -mpaired-single
44334         warning to an error.  Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
44335         if they can't be used.
44337 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
44339         * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
44340         for Solaris 11/x86 ld.
44341         * configure: Regenerate.
44343 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
44345         * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
44346         (LIB_TLS_SPEC): Save as ld_tls_libs.
44347         (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
44348         (HAVE_AS_IX86_TLSLDM): New test.
44349         * configure, config.in: Regenerate.
44350         * config/i386/i386.c (legitimize_tls_address): Fall back to
44351         TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
44352         cannot support TLS_MODEL_LOCAL_DYNAMIC.
44353         * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
44354         instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
44356 2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
44358         * common.opt (fira-loop-pressure): Mark as optimization.
44360 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
44362         * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
44363         an OpenMP mappable type.
44365 2014-03-06  Matthias Klose  <doko@ubuntu.com>
44367         * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
44368         MULTILIB_OSDIRNAMES is not defined.
44370 2014-03-06  Jakub Jelinek  <jakub@redhat.com>
44371             Meador Inge  <meadori@codesourcery.com>
44373         PR target/58595
44374         * config/arm/arm.c (arm_tls_symbol_p): Remove.
44375         (arm_legitimize_address): Call legitimize_tls_address for any
44376         arm_tls_referenced_p expression, handle constant addend.  Call it
44377         before testing for !TARGET_ARM.
44378         (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
44380 2014-03-06  Richard Biener  <rguenther@suse.de>
44382         PR middle-end/60445
44383         PR lto/60424
44384         PR lto/60427
44385         Revert
44386         2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
44388         * tree-streamer.c (record_common_node): Assert we don't record
44389         nodes with type double.
44390         (preload_common_node): Skip type double, complex double and double
44391         pointer since it is now frontend dependent due to fshort-double option.
44393 2014-03-06  Richard Biener  <rguenther@suse.de>
44395         * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
44396         or -fno-lto is specified and the linker has full plugin support.
44397         * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
44398         (main): Remove -flto processing, adjust lto_mode using use_plugin late.
44399         * lto-wrapper.c (merge_and_complain): Merge compile-time
44400         optimization levels.
44401         (run_gcc): And pass it through to the link options.
44403 2014-03-06  Alexandre Oliva  <aoliva@redhat.com>
44405         PR debug/60381
44406         Revert:
44407         2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
44408         PR debug/59992
44409         * cselib.c (remove_useless_values): Skip to avoid quadratic
44410         behavior if the condition moved from...
44411         (cselib_process_insn): ... here holds.
44413 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
44415         PR plugins/59335
44416         * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
44417         ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
44419         PR plugins/59335
44420         * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
44421         (TM_H): Add x86-tune.def.
44423 2014-03-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
44425         * config/aarch64/aarch64.c (generic_tunings):
44426         Use cortexa57_extra_costs.
44428 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
44430         PR lto/60404
44431         * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
44432         of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
44433         * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
44434         cost for in_lto_p.
44436 2014-03-04  Heiher  <r@hev.cc>
44438         * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
44439         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
44441 2014-03-04  Uros Bizjak  <ubizjak@gmail.com>
44443         * config/i386/predicates.md (const2356_operand): Change to ...
44444         (const2367_operand): ... this.
44445         * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
44446         const2367_operand.
44447         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
44448         (*avx512pf_scatterpf<mode>sf): Ditto.
44449         (avx512pf_scatterpf<mode>df): Ditto.
44450         (*avx512pf_scatterpf<mode>df_mask): Ditto.
44451         (*avx512pf_scatterpf<mode>df): Ditto.
44452         * config/i386/i386.c (ix86_expand_builtin): Update
44453         incorrect hint operand error message.
44455 2014-03-04  Richard Biener  <rguenther@suse.de>
44457         * lto-section-in.c (lto_get_section_data): Fix const cast.
44459 2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
44461         * tree-streamer.c (record_common_node): Assert we don't record
44462         nodes with type double.
44463         (preload_common_node): Skip type double, complex double and double
44464         pointer since it is now frontend dependent due to fshort-double option.
44466 2014-03-04  Richard Biener  <rguenther@suse.de>
44468         PR lto/60405
44469         * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
44470         (lto_input_toplevel_asms): Likewise.
44471         * lto-section-in.c (lto_get_section_data): Instead do it here
44472         for every section.
44474 2014-03-04  Richard Biener  <rguenther@suse.de>
44476         PR tree-optimization/60382
44477         * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
44478         dead PHIs a reduction.
44480 2014-03-03  Uros Bizjak  <ubizjak@gmail.com>
44482         * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
44483         hint value.
44484         (_mm_prefetch): Move out of GCC target("sse") pragma.
44485         * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
44486         GCC target("prfchw") pragma.
44487         * config/i386/i386.md (prefetch): Emit prefetchwt1 only
44488         for locality <= 2.
44489         * config/i386/i386.c (ix86_option_override_internal): Enable
44490         -mprfchw with -mprefetchwt1.
44492 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
44494         * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
44495         Mark as varying.
44497 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
44499         * opts.h (CL_PCH_IGNORE): Define.
44500         * targhooks.c (option_affects_pch_p):
44501         Return false for options that have CL_PCH_IGNORE set.
44502         * opt-functions.awk: Process PchIgnore.
44503         * doc/options.texi: Document PchIgnore.
44505         * config/arc/arc.opt (misize): Add PchIgnore property.
44507 2014-03-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44509         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
44510         reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
44511         constraint on constants to permit them being loaded into
44512         GENERAL_REGS or BASE_REGS.
44514 2014-03-03  Nick Clifton  <nickc@redhat.com>
44516         * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
44517         anti-cacnonical alternatives.
44518         (negandhi3_real): New pattern.
44519         * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
44521 2014-03-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
44523         * config/avr/avr-mcus.def: Remove atxmega16x1.
44524         * config/avr/avr-tables.opt: Regenerate.
44525         * config/avr/t-multilib: Regenerate.
44526         * doc/avr-mmcu.texi: Regenerate.
44528 2014-03-03  Tobias Grosser  <tobias@grosser.es>
44529             Mircea Namolaru  <mircea.namolaru@inria.fr>
44531         PR tree-optimization/58028
44532         * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
44533         scalar dimensions.
44535 2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
44537         * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
44538         not handled by recognizers.
44540 2014-03-03  Jakub Jelinek  <jakub@redhat.com>
44542         PR middle-end/60175
44543         * function.c (expand_function_end): Don't emit
44544         clobber_return_register sequence if clobber_after is a BARRIER.
44545         * cfgexpand.c (construct_exit_block): Append instructions before
44546         return_label to prev_bb.
44548 2014-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44550         * config/rs6000/constraints.md: Document reserved use of "wc".
44552 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
44554         PR ipa/60150
44555         * ipa.c (function_and_variable_visibility): When dissolving comdat
44556         group, also set all symbols to local.
44558 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
44560         PR ipa/60306
44562         Revert:
44563         2013-12-14  Jan Hubicka  <jh@suse.cz>
44564         PR middle-end/58477
44565         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
44567 2014-03-02  Jon Beniston  <jon@beniston.com>
44569         PR bootstrap/48230
44570         PR bootstrap/50927
44571         PR bootstrap/52466
44572         PR target/46898
44573         * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
44574         (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
44575         * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
44576         (simple_return, *simple_return): New patterns
44577         * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
44578         * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
44580 2014-03-01  Paolo Carlini  <paolo.carlini@oracle.com>
44582         * dwarf2out.c (gen_subprogram_die): Tidy.
44584 2014-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
44586         PR target/60071
44587         * config/sh/sh.md (*mov_t_msb_neg): Split into ...
44588         (*mov_t_msb_neg_negc): ... this new insn.
44590 2014-02-28  Jason Merrill  <jason@redhat.com>
44592         PR c++/58678
44593         * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
44594         function.
44596 2014-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
44598         PR c++/60314
44599         * dwarf2out.c (decltype_auto_die): New static.
44600         (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
44601         (gen_type_die_with_usage): Handle 'decltype(auto)'.
44602         (is_cxx_auto): Likewise.
44604 2014-02-28  Ian Bolton  <ian.bolton@arm.com>
44606         * config/aarch64/aarch64.h: Define __ARM_NEON by default if
44607         we are not using general regs only.
44609 2014-02-28  Richard Biener  <rguenther@suse.de>
44611         PR target/60280
44612         * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
44613         previous fix and only allow to remove trivial pre-headers
44614         and latches.  Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
44615         (remove_forwarder_block): Properly update the latch of a loop.
44617 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
44619         PR debug/59992
44620         * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
44621         (cselib_preserved_hash_table): New.
44622         (preserve_constants_and_equivs): Move preserved vals to it.
44623         (cselib_find_slot): Look it up first.
44624         (cselib_init): Initialize it.
44625         (cselib_finish): Release it.
44626         (dump_cselib_table): Dump it.
44628 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
44630         PR debug/59992
44631         * cselib.c (remove_useless_values): Skip to avoid quadratic
44632         behavior if the condition moved from...
44633         (cselib_process_insn): ... here holds.
44635 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
44637         PR debug/57232
44638         * var-tracking.c (vt_initialize): Apply the same condition to
44639         preserve the CFA base value.
44641 2014-02-28  Joey Ye  <joey.ye@arm.com>
44643         PR target/PR60169
44644         * config/arm/arm.c (thumb_far_jump_used_p): Don't change
44645         if reload in progress or completed.
44647 2014-02-28  Tobias Burnus  <burnus@net-b.de>
44649         PR middle-end/60147
44650         * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
44651         NAMELIST_DECL.
44653 2014-02-27  H.J. Lu  <hongjiu.lu@intel.com>
44655         * doc/tm.texi.in (Condition Code Status): Update documention for
44656         relative locations of cc0-setter and cc0-user.
44658 2014-02-27  Jeff Law  <law@redhat.com>
44660         PR rtl-optimization/52714
44661         * combine.c (try_combine): When splitting an unrecognized PARALLEL
44662         into two independent simple sets, if I3 is a jump, ensure the
44663         pattern we place into I3 is a (set (pc) ...).
44665 2014-02-27  Mikael Pettersson  <mikpe@it.uu.se>
44666             Jeff Law  <law@redhat.com>
44668         PR rtl-optimization/49847
44669         * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
44670         are in different blocks.
44671         * doc/tm.texi (Condition Code Status): Update documention for
44672         relative locations of cc0-setter and cc0-user.
44674 2014-02-27  Vladimir Makarov  <vmakarov@redhat.com>
44676         PR target/59222
44677         * lra.c (lra_emit_add): Check SUBREG too.
44679 2014-02-27  Andreas Schwab  <schwab@suse.de>
44681         * config/m68k/m68k.c (m68k_option_override): Disable
44682         -flive-range-shrinkage for classic m68k.
44683         (m68k_override_options_after_change): Likewise.
44685 2014-02-27  Marek Polacek  <polacek@redhat.com>
44687         PR middle-end/59223
44688         * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
44689         -Wmaybe-uninitialized.
44691 2014-02-27  Alan Modra  <amodra@gmail.com>
44693         PR target/57936
44694         * reload1.c (emit_input_reload_insns): When reload_override_in,
44695         set old to rl->in_reg when rl->in_reg is a subreg.
44697 2014-02-26  Richard Biener  <rguenther@suse.de>
44699         PR bootstrap/60343
44700         * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
44702 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
44704         * common/config/i386/predicates.md (const1256_operand): Remove.
44705         (const2356_operand): New.
44706         (const_1_to_2_operand): Remove.
44707         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
44708         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
44709         (*avx512pf_gatherpf<mode>sf): Ditto.
44710         (avx512pf_gatherpf<mode>df): Ditto.
44711         (*avx512pf_gatherpf<mode>df_mask): Ditto.
44712         (*avx512pf_gatherpf<mode>df): Ditto.
44713         (avx512pf_scatterpf<mode>sf): Ditto.
44714         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
44715         (*avx512pf_scatterpf<mode>sf): Ditto.
44716         (avx512pf_scatterpf<mode>df): Ditto.
44717         (*avx512pf_scatterpf<mode>df_mask): Ditto.
44718         (*avx512pf_scatterpf<mode>df): Ditto.
44719         * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
44721 2014-02-26  Ilya Tocar  <ilya.tocar@intel.com>
44723         * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
44724         (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
44725         (_mm512_mask_testn_epi64_mask): Move to ...
44726         * config/i386/avx512cdintrin.h: Here.
44727         * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
44728         * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
44729         (avx512f_scalef<mode><mask_name><round_name>): Ditto.
44730         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
44731         TARGET_AVX512F from TARGET_AVX512CD.
44733 2014-02-26  Richard Biener  <rguenther@suse.de>
44735         PR ipa/60327
44736         * ipa.c (walk_polymorphic_call_targets): Properly guard
44737         call to inline_update_overall_summary.
44739 2014-02-26  Bin Cheng  <bin.cheng@arm.com>
44741         PR target/60280
44742         * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
44743         and latches only if requested.  Fix latch if it is removed.
44744         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
44745         LOOPS_HAVE_PREHEADERS.
44747 2014-02-25  Andrew Pinski  <apinski@cavium.com>
44749         * builtins.c (expand_builtin_thread_pointer): Create a new target
44750         when the target is NULL.
44752 2014-02-25  Vladimir Makarov  <vmakarov@redhat.com>
44754         PR rtl-optimization/60317
44755         * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
44756         * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
44757         * lra-assigns.c: Include params.h.
44758         (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
44759         other reload pseudos considerations.
44761 2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44763         * config/rs6000/vector.md (*vector_unordered<mode>): Change split
44764         to use canonical form for nor<mode>3.
44766 2014-02-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
44768         PR target/55426
44769         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
44770         conversions.
44772 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
44774         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
44775         (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
44776         (ix86_handle_option): Handle OPT_mprefetchwt1.
44777         * config/i386/cpuid.h (bit_PREFETCHWT1): New.
44778         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
44779         PREFETCHWT1 CPUID.
44780         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
44781         OPTION_MASK_ISA_PREFETCHWT1.
44782         * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
44783         (PTA_PREFETCHWT1): New.
44784         (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
44785         (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
44786         * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
44787         * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
44788         (*prefetch_avx512pf_<mode>_: Change into ...
44789         (*prefetch_prefetchwt1_<mode>: This.
44790         * config/i386/i386.opt (mprefetchwt1): New.
44791         * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
44792         (_mm_prefetch): Handle intent to write.
44793         * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
44795 2014-02-25  Richard Biener  <rguenther@suse.de>
44797         PR middle-end/60291
44798         * emit-rtl.c (mem_attrs_htab): Remove.
44799         (mem_attrs_htab_hash): Likewise.
44800         (mem_attrs_htab_eq): Likewise.
44801         (set_mem_attrs): Always allocate new mem-attrs when something changed.
44802         (init_emit_once): Do not allocate mem_attrs_htab.
44804 2014-02-25  Richard Biener  <rguenther@suse.de>
44806         PR lto/60319
44807         * lto-opts.c (lto_write_options): Output non-explicit conservative
44808         -fwrapv, -fno-trapv and -fno-strict-overflow.
44809         * lto-wrapper.c (merge_and_complain): Handle merging those options.
44810         (run_gcc): And pass them through.
44812 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
44814         * sel-sched.c (calculate_new_fences): New parameter ptime.
44815         Calculate it as a maximum over all fence cycles.
44816         (sel_sched_region_2): Adjust the call to calculate_new_fences.
44817         Print the final schedule timing when sched_verbose.
44819 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
44821         PR rtl-optimization/60292
44822         * sel-sched.c (fill_vec_av_set): Do not reset target availability
44823         bit fot the fence instruction.
44825 2014-02-24  Alangi Derick  <alangiderick@gmail.com>
44827         * calls.h: Fix typo in comment.
44829 2014-02-24  John David Anglin  <danglin@gcc.gnu.org>
44831         * config/pa/pa.c (pa_output_move_double): Don't valididate when
44832         adjusting offsetable addresses.
44834 2014-02-24  Guozhi Wei  <carrot@google.com>
44836         * sparseset.h (sparseset_pop): Fix the wrong index.
44838 2014-02-24  Walter Lee  <walt@tilera.com>
44840         * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
44841         (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
44842         triplet.
44843         * common/config/tilegx/tilegx-common.c
44844         (TARGET_DEFAULT_TARGET_FLAGS): Define.
44845         * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
44846         (LINK_SPEC): Ditto.
44847         * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
44848         * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
44849         (tilegx_gimplify_va_arg_expr): Handle big endian.
44850         (tilegx_expand_unaligned_load): Ditto.
44851         (tilegx_expand_unaligned_store): Ditto.
44852         (TARGET_RETURN_IN_MSB): New.
44853         * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
44854         (TARGET_ENDIAN_DEFAULT): New.
44855         (TARGET_BIG_ENDIAN): Handle big endian.
44856         (BYTES_BIG_ENDIAN): Ditto.
44857         (WORDS_BIG_ENDIAN): Ditto.
44858         (FLOAT_WORDS_BIG_ENDIAN): Ditto.
44859         (ENDIAN_SPEC): New.
44860         (EXTRA_SPECS): New.
44861         * config/tilegx/tilegx.md (extv): Handle big endian.
44862         (extzv): Ditto.
44863         (insn_st<n>): Ditto.
44864         (insn_st<n>_add<bitsuffix>): Ditto.
44865         (insn_stnt<n>): Ditto.
44866         (insn_stnt<n>_add<bitsuffix>):Ditto.
44867         (vec_interleave_highv8qi): Handle big endian.
44868         (vec_interleave_highv8qi_be): New.
44869         (vec_interleave_highv8qi_le): New.
44870         (insn_v1int_h): Handle big endian.
44871         (vec_interleave_lowv8qi): Handle big endian.
44872         (vec_interleave_lowv8qi_be): New.
44873         (vec_interleave_lowv8qi_le): New.
44874         (insn_v1int_l): Handle big endian.
44875         (vec_interleave_highv4hi): Handle big endian.
44876         (vec_interleave_highv4hi_be): New.
44877         (vec_interleave_highv4hi_le): New.
44878         (insn_v2int_h): Handle big endian.
44879         (vec_interleave_lowv4hi): Handle big endian.
44880         (vec_interleave_lowv4hi_be): New.
44881         (vec_interleave_lowv4hi_le): New.
44882         (insn_v2int_l): Handle big endian.
44883         (vec_interleave_highv2si): Handle big endian.
44884         (vec_interleave_highv2si_be): New.
44885         (vec_interleave_highv2si_le): New.
44886         (insn_v4int_h): Handle big endian.
44887         (vec_interleave_lowv2si): Handle big endian.
44888         (vec_interleave_lowv2si_be): New.
44889         (vec_interleave_lowv2si_le): New.
44890         (insn_v4int_l): Handle big endian.
44891         * config/tilegx/tilegx.opt (mbig-endian): New option.
44892         (mlittle-endian): New option.
44893         * doc/install.texi: Document tilegxbe-linux.
44894         * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
44896 2014-02-24  Martin Jambor  <mjambor@suse.cz>
44898         PR ipa/60266
44899         * ipa-cp.c (propagate_constants_accross_call): Bail out early if
44900         there are no parameter descriptors.
44902 2014-02-24  Andrey Belevantsev  <abel@ispras.ru>
44904         PR rtl-optimization/60268
44905         * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
44906         initialization to ...
44907         (sched_rgn_init): ... here.
44908         (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
44910 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
44912         * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
44913         names.
44915 2014-02-23  Edgar E. Iglesias  <edgar.iglesias@xilinx.com>
44917         * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
44918         definition.
44920 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
44922         * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
44923         define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
44925 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
44927         * config/microblaze/predicates.md: Add cmp_op predicate.
44928         * config/microblaze/microblaze.md: Add branch_compare instruction
44929         which uses cmp_op predicate and emits cmp insn before branch.
44930         * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
44931         to microblaze_expand_conditional_branch and consolidate logic.
44932         (microblaze_expand_conditional_branch): emit branch_compare
44933         insn instead of handling cmp op separate from branch insn.
44935 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44937         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
44938         to permit subregs.
44940 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44942         * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
44943         define_insn with define_expand and new define_insn
44944         *altivec_lve<VI_char>x_internal.
44945         (altivec_stve<VI_char>x): Replace define_insn with define_expand
44946         and new define_insn *altivec_stve<VI_char>x_internal.
44947         * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
44948         prototype.
44949         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
44950         lve*x built-ins.
44951         (altivec_expand_stvex_be): New function.
44953 2014-02-22  Joern Rennecke  <joern.rennecke@embecosm.com>
44955         * config/avr/avr.c (avr_can_eliminate): Allow elimination from
44956         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
44957         * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
44958         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
44960 2014-02-21  Vladimir Makarov  <vmakarov@redhat.com>
44962         PR target/60298
44963         * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
44964         instead of emit_move_insn.
44966 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44968         * config/rs6000/altivec.md (altivec_vsumsws): Replace second
44969         vspltw with vsldoi.
44970         (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
44971         gen_altivec_vsumsws.
44973 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
44975         * config/rs6000/altivec.md (altivec_lvxl): Rename as
44976         *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
44977         (altivec_lvxl_<mode>): New define_expand incorporating
44978         -maltivec=be semantics where needed.
44979         (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
44980         (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
44981         semantics where needed.
44982         (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
44983         (altivec_stvx_<mode>): New define_expand incorporating
44984         -maltivec=be semantics where needed.
44985         (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
44986         VM2 iterator instead of V4SI.
44987         (altivec_stvxl_<mode>): New define_expand incorporating
44988         -maltivec=be semantics where needed.
44989         * config/rs6000/rs6000-builtin.def: Add new built-in definitions
44990         LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
44991         LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
44992         STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
44993         STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
44994         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
44995         ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
44996         similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
44997         ALTIVEC_BUILTIN_STVXL.
44998         * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
44999         (altivec_expand_stvx_be): Likewise.
45000         * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
45001         (altivec_expand_lvx_be): Likewise.
45002         (altivec_expand_stvx_be): Likewise.
45003         (altivec_expand_builtin): Add cases for
45004         ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
45005         ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
45006         (altivec_init_builtins): Add definitions for
45007         __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
45008         __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
45010 2014-02-21  Catherine Moore  <clm@codesourcery.com>
45012         * doc/invoke.texi (mvirt, mno-virt): Document.
45013         * config/mips/mips.opt (mvirt): New option.
45014         * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
45016 2014-02-21  Richard Biener  <rguenther@suse.de>
45018         PR tree-optimization/60276
45019         * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
45020         (STMT_VINFO_MIN_NEG_DIST): New macro.
45021         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
45022         STMT_VINFO_MIN_NEG_DIST.
45023         * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
45024         made for negative dependence distances still hold.
45026 2014-02-21  Richard Biener  <rguenther@suse.de>
45028         PR middle-end/60291
45029         * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
45030         DECL_INITIAL for globals not in the current function context.
45032 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
45034         PR tree-optimization/56490
45035         * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
45036         * tree-ssa-uninit.c: Include params.h.
45037         (compute_control_dep_chain): Add num_calls argument, return false
45038         if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
45039         num_calls to recursive call.
45040         (find_predicates): Change dep_chain into normal array,
45041         cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
45042         variable and adjust compute_control_dep_chain caller.
45043         (find_def_preds): Likewise.
45045 2014-02-21  Thomas Schwinge  <thomas@codesourcery.com>
45047         * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
45048         <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
45050 2014-02-21  Nick Clifton  <nickc@redhat.com>
45052         * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
45053         (pushhi1): Likewise.
45054         (popqi1): Add mode to pre_dec.
45055         (pophi1): Likewise.
45057 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
45059         * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
45060         mode for mask of V8SFmode permutation.
45062 2014-02-20  Richard Henderson  <rth@redhat.com>
45064         PR c++/60272
45065         * builtins.c (expand_builtin_atomic_compare_exchange): Always make
45066         a new pseudo for OLDVAL.
45068 2014-02-20  Jakub Jelinek  <jakub@redhat.com>
45070         PR target/57896
45071         * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
45072         gen_reg_rtx if d->testing_p.
45073         (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
45074         if d->testing_p and we will certainly return true.
45075         (expand_vec_perm_even_odd_1): Likewise.  Don't call gen_reg_rtx
45076         if d->testing_p.
45078 2014-02-20  Uros Bizjak  <ubizjak@gmail.com>
45080         * emit-rtl.c (gen_reg_rtx): Assert that
45081         crtl->emit.regno_pointer_align_length is non-zero.
45083 2014-02-20  Richard Henderson  <rth@redhat.com>
45085         PR c++/60272
45086         * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
45087         on failure the store back into EXPECT.
45089 2014-02-20  Chung-Lin Tang  <cltang@codesourcery.com>
45090             Sandra Loosemore  <sandra@codesourcery.com>
45092         * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
45093         * config/nios2/nios2.c (nios2_function_profiler): Add
45094         -fPIC (flag_pic == 2) support.
45095         (nios2_handle_custom_fpu_cfg): Fix warning parameter.
45096         (nios2_large_offset_p): New function.
45097         (nios2_unspec_reloc_p): Move up position, update to use
45098         nios2_large_offset_p.
45099         (nios2_unspec_address): Remove function.
45100         (nios2_unspec_offset): New function.
45101         (nios2_large_got_address): New function.
45102         (nios2_got_address): Add large offset support.
45103         (nios2_legitimize_tls_address): Update usage of removed and new
45104         functions.
45105         (nios2_symbol_binds_local_p): New function.
45106         (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
45107         (nios2_legitimize_address): Update to use nios2_large_offset_p.
45108         (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
45109         (nios2_print_operand): Merge H/L processing, add hiadj/lo
45110         processing for (const (unspec ...)).
45111         (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
45113 2014-02-20  Richard Biener  <rguenther@suse.de>
45115         * tree-cfg.c (replace_uses_by): Mark altered BBs before
45116         doing the substitution.
45117         (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
45119 2014-02-20  Martin Jambor  <mjambor@suse.cz>
45121         PR ipa/55260
45122         * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
45123         info when checking whether lattices are bottom.
45125 2014-02-20  Richard Biener  <rguenther@suse.de>
45127         PR middle-end/60221
45128         * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
45129         regions at -O0.
45131 2014-02-20  Jan Hubicka  <hubicka@ucw.cz>
45133         PR ipa/58555
45134         * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
45135         parameter specifying the scaling.
45136         (inline_call): Update.
45137         (want_inline_recursively): Guard division by zero.
45138         (recursive_inlining): Update.
45139         * ipa-inline.h (clone_inlined_nodes): Update.
45141 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
45143         PR target/60204
45144         * config/i386/i386.c (classify_argument): Pass structures of size
45145         64 bytes or less in register.
45147 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
45148             Kirill Yukhin  <kirill.yukhin@intel.com>
45150         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
45151         (_mm_rcp28_round_ss): Ditto.
45152         (_mm_rsqrt28_round_sd): Ditto.
45153         (_mm_rsqrt28_round_ss): Ditto.
45154         * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
45155         (_mm_rcp14_round_ss): Ditto.
45156         (_mm_rsqrt14_round_sd): Ditto.
45157         (_mm_rsqrt14_round_ss): Ditto.
45158         * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
45159         the first input operand, get rid of match_dup.
45160         (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
45161         attribute to sse.
45162         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
45163         Ditto.
45164         (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
45165         operand as the first input operand, set type attribute.
45166         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
45167         Set type attribute.
45168         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
45169         operand as the first input operand, set type attribute.
45171 2014-02-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
45173         * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
45174         bit of zero.
45176 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
45178         PR target/60207
45179         * config/i386/i386.c (construct_container): Remove TFmode check
45180         for X86_64_INTEGER_CLASS.
45182 2014-02-19  Uros Bizjak  <ubizjak@gmail.com>
45184         PR target/59794
45185         * config/i386/i386.c (type_natural_mode): Warn for ABI changes
45186         only when -Wpsabi is enabled.
45188 2014-02-19  Michael Hudson-Doyle  <michael.hudson@linaro.org>
45190         PR target/59799
45191         * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
45192         passing arrays in registers are the same as for structs, so remove the
45193         special case for them.
45195 2014-02-19  Eric Botcazou  <ebotcazou@adacore.com>
45197         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
45198         destination type, extract only the valid bits if the source type is not
45199         integral and has a different mode.
45201 2014-02-19  Richard Biener  <rguenther@suse.de>
45203         PR ipa/60243
45204         * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
45205         for all calls.
45207 2014-02-19  Richard Biener  <rguenther@suse.de>
45209         PR ipa/60243
45210         * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
45211         (ipa_modify_call_arguments): Emit an argument load explicitely and
45212         preserve virtual SSA form there and for the replacement call.
45213         Do not update SSA form nor free dominance info.
45215 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
45217         * ipa.c (function_and_variable_visibility): Also clear WEAK
45218         flag when disolving COMDAT_GROUP.
45220 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
45222         * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
45223         * ipa-prop.c (ipa_set_jf_known_type): Return early when
45224         not devirtualizing.
45225         (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
45226         do more sanity checks.
45227         (detect_type_change): Return true when giving up early.
45228         (compute_complex_assign_jump_func): Fix type parameter of
45229         ipa_set_ancestor_jf.
45230         (compute_complex_ancestor_jump_func): Likewise.
45231         (update_jump_functions_after_inlining): Fix updating of
45232         ancestor function.
45233         * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
45235 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
45237         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
45238         inline clones when edge disappears.
45240 2014-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
45242         PR target/60203
45243         * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
45244         Split 64-bit moves into 2 patterns.  Do not allow the use of
45245         direct move for TDmode in little endian, since the decimal value
45246         has little endian bytes within a word, but the 64-bit pieces are
45247         ordered in a big endian fashion, and normal subreg's of TDmode are
45248         not allowed.
45249         (mov<mode>_64bit_dm): Likewise.
45250         (movtd_64bit_nodm): Likewise.
45252 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
45254         PR tree-optimization/60174
45255         * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
45256         statement of an SSA_NAME that occurs in an abnormal PHI node.
45258 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
45260         PR sanitizer/60142
45261         * final.c (SEEN_BB): Remove.
45262         (SEEN_NOTE, SEEN_EMITTED): Renumber.
45263         (final_scan_insn): Don't force_source_line on second
45264         NOTE_INSN_BASIC_BLOCK.
45266 2014-02-18  Uros Bizjak  <ubizjak@gmail.com>
45268         PR target/60205
45269         * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
45270         * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
45271         (type_natural_mode): Warn ABI change when %zmm register is not
45272         available for AVX512F vector value passing.
45274 2014-02-18  Kai Tietz  <ktietz@redhat.com>
45276         PR target/60193
45277         * config/i386/i386.c (ix86_expand_prologue): Use value in
45278         rax register as displacement when restoring %r10 or %rax.
45279         Fix wrong offset when restoring both registers.
45281 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
45283         * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
45284         assertion with conditional return.
45286 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
45287             Uros Bizjak  <ubizjak@gmail.com>
45289         PR driver/60233
45290         * config/i386/driver-i386.c (host_detect_local_cpu): If
45291         YMM state is not saved by the OS, also clear has_f16c.  Move
45292         CPUID 0x80000001 handling before YMM state saving checking.
45294 2014-02-18  Andrey Belevantsev  <abel@ispras.ru>
45296         PR rtl-optimization/58960
45297         * haifa-sched.c (alloc_global_sched_pressure_data): New,
45298         factored out from ...
45299         (sched_init): ... here.
45300         (free_global_sched_pressure_data): New, factored out from ...
45301         (sched_finish): ... here.
45302         * sched-int.h (free_global_sched_pressure_data): Declare.
45303         * sched-rgn.c (nr_regions_initial): New static global.
45304         (haifa_find_rgns): Initialize it.
45305         (schedule_region): Disable sched-pressure for the newly
45306         generated regions.
45308 2014-02-17  Richard Biener  <rguenther@suse.de>
45310         * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
45311         release SSA defs of pattern stmts.
45313 2014-02-17  Richard Biener  <rguenther@suse.de>
45315         * tree-inline.c (expand_call_inline): Release the virtual
45316         operand defined by the call we are about to inline.
45318 2014-02-17  Richard Biener  <rguenther@suse.de>
45320         * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
45322 2014-02-17  Kirill Yukhin  <kirill.yukhin@intel.com>
45323             Ilya Tocar  <ilya.tocar@intel.com>
45325         * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
45326         arguments order in builtin.
45327         (_mm512_permutexvar_epi64): Ditto.
45328         (_mm512_mask_permutexvar_epi64): Ditto
45329         (_mm512_maskz_permutexvar_epi32): Ditto
45330         (_mm512_permutexvar_epi32): Ditto
45331         (_mm512_mask_permutexvar_epi32): Ditto
45333 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
45335         * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
45336         (p8_vmrgow): Likewise.
45338 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
45340         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
45341         endian targets.
45343 2014-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
45345         PR target/60203
45346         * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
45347         (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
45348         into 64-bit and 32-bit moves.  On 64-bit moves, add support for
45349         using direct move instructions on ISA 2.07.  Also adjust
45350         instruction length for 64-bit.
45351         (mov<mode>_64bit, TFmode/TDmode): Likewise.
45352         (mov<mode>_32bit, TFmode/TDmode): Likewise.
45354 2014-02-15  Alan Modra  <amodra@gmail.com>
45356         PR target/58675
45357         PR target/57935
45358         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
45359         find_replacement on parts of insn rtl that might be reloaded.
45361 2014-02-15  Richard Biener  <rguenther@suse.de>
45363         PR tree-optimization/60183
45364         * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
45365         (tree_ssa_phiprop): Calculate and free post-dominators.
45367 2014-02-14  Jeff Law  <law@redhat.com>
45369         PR rtl-optimization/60131
45370         * ree.c (get_extended_src_reg): New function.
45371         (combine_reaching_defs): Use it rather than assuming location of REG.
45372         (find_and_remove_re): Verify first operand of extension is
45373         a REG before adding the insns to the copy list.
45375 2014-02-14  Roland McGrath  <mcgrathr@google.com>
45377         * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
45378         * configure: Regenerated.
45379         * config.in: Regenerated.
45380         * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
45381         instead of ASM_SHORT.
45383 2014-02-14  Vladimir Makarov  <vmakarov@redhat.com>
45384             Richard Earnshaw  <rearnsha@arm.com>
45386         PR rtl-optimization/59535
45387         * lra-constraints.c (process_alt_operands): Encourage alternative
45388         when unassigned pseudo class is superset of the alternative class.
45389         (inherit_reload_reg): Don't inherit when optimizing for code size.
45390         * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
45391         returning CORE_REGS for anything but Thumb1 and BASE_REGS for
45392         modes not less than 4 for Thumb1.
45394 2014-02-14  Kyle McMartin  <kyle@redhat.com>
45396         PR pch/60010
45397         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
45399 2014-02-14  Richard Biener  <rguenther@suse.de>
45401         * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
45402         (get_frame_arg): Drop the assert with langhook types_compatible_p.
45403         Do not strip INDIRECT_REFs.
45405 2014-02-14  Richard Biener  <rguenther@suse.de>
45407         PR lto/60179
45408         * lto-streamer-out.c (DFS_write_tree_body): Do not follow
45409         DECL_FUNCTION_SPECIFIC_TARGET.
45410         (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
45411         * tree-streamer-out.c (pack_ts_target_option): Remove.
45412         (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
45413         (write_ts_function_decl_tree_pointers): Do not stream
45414         DECL_FUNCTION_SPECIFIC_TARGET.
45415         * tree-streamer-in.c (unpack_ts_target_option): Remove.
45416         (unpack_value_fields): Do not stream TS_TARGET_OPTION.
45417         (lto_input_ts_function_decl_tree_pointers): Do not stream
45418         DECL_FUNCTION_SPECIFIC_TARGET.
45420 2014-02-14  Jakub Jelinek  <jakub@redhat.com>
45422         * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
45423         (get_initial_def_for_induction, vectorizable_induction): Ignore
45424         debug stmts when looking for exit_phi.
45425         (vectorizable_live_operation): Fix up condition.
45427 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
45429         * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
45430         nreverse() because it changes the content of original tree list.
45432 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
45434         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
45435         * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
45437 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
45439         * config/nds32/nds32.c (nds32_naked_function_p): Follow the
45440         GNU coding standards.
45442 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
45444         PR debug/60152
45445         * dwarf2out.c (gen_subprogram_die): Don't call
45446         add_calling_convention_attribute if subr_die is old_die.
45448 2014-02-13  Sharad Singhai  <singhai@google.com>
45450         * doc/optinfo.texi: Fix order of nodes.
45452 2014-02-13  Uros Bizjak  <ubizjak@gmail.com>
45454         * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
45455         operands[2], not operands[3].
45457 2014-02-13  Richard Biener  <rguenther@suse.de>
45459         PR bootstrap/59878
45460         * doc/install.texi (ISL): Update recommended version to 0.12.2,
45461         mention the possibility of an in-tree build.
45462         (CLooG): Update recommended version to 0.18.1, mention the
45463         possibility of an in-tree build and clarify that the ISL
45464         bundled with CLooG does not work.
45466 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
45468         PR target/43546
45469         * expr.c (compress_float_constant): If x is a hard register,
45470         extend into a pseudo and then move to x.
45472 2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>
45474         * config/s390/s390.c (s390_asm_output_function_label): Fix crash
45475         caused by bad second argument to warning_at() with -mhotpatch and
45476         nested functions (e.g. with gfortran).
45478 2014-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
45480         * opts.c (option_name): Remove "enabled by default" rider.
45482 2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
45484         * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
45486 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
45487             Uros Bizjak  <ubizjak@gmail.com>
45489         PR target/60151
45490         * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
45491         * configure: Regenerated.
45493 2014-02-12  Richard Biener  <rguenther@suse.de>
45495         * vec.c (vec_prefix::calculate_allocation): Move as
45496         inline variant to vec.h.
45497         (vec_prefix::calculate_allocation_1): New out-of-line version.
45498         * vec.h (vec_prefix::calculate_allocation_1): Declare.
45499         (vec_prefix::m_has_auto_buf): Rename to ...
45500         (vec_prefix::m_using_auto_storage): ... this.
45501         (vec_prefix::calculate_allocation): Inline the easy cases
45502         and dispatch to calculate_allocation_1 which doesn't need the
45503         prefix address.
45504         (va_heap::reserve): Use gcc_checking_assert.
45505         (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
45506         m_using_auto_storage.
45507         (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
45508         member and adjust.
45509         (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
45510         (vec<T, va_heap, vl_ptr>::release): Avoid casting.
45511         (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
45513 2014-02-12  Richard Biener  <rguenther@suse.de>
45515         * gcse.c (compute_transp): break from loop over canon_modify_mem_list
45516         when we found a dependence.
45518 2014-02-12  Thomas Schwinge  <thomas@codesourcery.com>
45520         * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
45521         common code...
45522         (maybe_fold_stmt): ... into this new function.
45523         * omp-low.c (lower_omp): Update comment.
45525         * omp-low.c (lower_omp_target): Add clobber for sizes array, after
45526         last use.
45528         * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
45529         dereference.
45531 2014-02-12  James Greenhalgh  <james.greenhalgh@arm.com>
45533         * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
45534         identifiers in comments.
45535         (cortexa53_extra_costs): Likewise.
45536         * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
45537         (cortexa7_extra_costs): Likewise.
45538         (cortexa12_extra_costs): Likewise.
45539         (cortexa15_extra_costs): Likewise.
45540         (v7m_extra_costs): Likewise.
45542 2014-02-12  Richard Biener  <rguenther@suse.de>
45544         PR middle-end/60092
45545         * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
45546         of posix_memalign being successful.
45547         (lower_stmt): Restrict lowering of posix_memalign to when
45548         -ftree-bit-ccp is enabled.
45550 2014-02-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
45552         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
45553         arg_loc.
45554         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
45556 2014-02-12  Eric Botcazou  <ebotcazou@adacore.com>
45558         PR rtl-optimization/60116
45559         * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
45560         other_insn once the combination has been validated.
45562 2014-02-11  Jan Hubicka  <hubicka@ucw.cz>
45564         PR lto/59468
45565         * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
45566         and wrapper.
45567         * ipa-devirt.c: Include demangle.h
45568         (odr_violation_reported): New static variable.
45569         (add_type_duplicate): Update odr_violations.
45570         (maybe_record_node): Add completep parameter; update it.
45571         (record_target_from_binfo): Add COMPLETEP parameter;
45572         update it as needed.
45573         (possible_polymorphic_call_targets_1): Likewise.
45574         (struct polymorphic_call_target_d): Add nonconstruction_targets;
45575         rename FINAL to COMPLETE.
45576         (record_targets_from_bases): Sanity check we found the binfo;
45577         fix COMPLETEP updating.
45578         (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
45579         parameter, fix computing of COMPLETEP.
45580         (dump_possible_polymorphic_call_targets): Imrove readability of dump;
45581         at LTO time do demangling.
45582         (ipa_devirt): Use nonconstruction_targets; Improve dumps.
45583         * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
45584         parameter.
45585         (gimple_get_virt_method_for_binfo): Likewise.
45586         * gimple-fold.h (gimple_get_virt_method_for_binfo,
45587         gimple_get_virt_method_for_vtable): Update prototypes.
45589 2014-02-11  Vladimir Makarov  <vmakarov@redhat.com>
45591         PR target/49008
45592         * genautomata.c (add_presence_absence): Fix typo with
45593         {final_}presence_list.
45595 2014-02-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
45597         PR target/60137
45598         * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
45599         for VSX/Altivec vectors that land in GPR registers.
45601 2014-02-11  Richard Henderson  <rth@redhat.com>
45602             Jakub Jelinek  <jakub@redhat.com>
45604         PR debug/59776
45605         * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
45606         around drhs if type conversion to lacc->type is not useless.
45608 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
45610         * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
45611         tuning struct.
45612         (cortex-a57.cortex-a53): Likewise.
45613         * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
45615 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
45617         * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
45618         arm_restrict_it.
45620 2014-02-11  Renlin Li  <Renlin.Li@arm.com>
45622         * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
45623         add_options_for_arm_vfp3.
45625 2014-02-11  Jeff Law  <law@redhat.com>
45627         PR middle-end/54041
45628         * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
45629         object with an undesirable mode.
45631 2014-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
45633         PR libgomp/60107
45634         * config/i386/sol2-9.h: New file.
45635         * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
45636         *-*-solaris2.9*): Use it.
45638 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
45640         * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
45641         * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
45643 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
45645         * config/microblaze/microblaze.c: Extend mcpu version format
45647 2014-02-10  David Holsgrove  <david.holsgrove@xilinx.com>
45649         * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
45651 2014-02-10  Richard Henderson  <rth@redhat.com>
45653         PR target/59927
45654         * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
45655         * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
45656         ms-abi vs -mno-accumulate-outgoing-args.
45657         (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
45658         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
45659         respect to ms-abi.
45661 2014-02-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
45663         PR middle-end/60080
45664         * cfgexpand.c (expand_asm_operands): Attach source location to
45665         ASM_INPUT rtx objects.
45666         * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
45668 2014-02-10  Nick Clifton  <nickc@redhat.com>
45670         * config/mn10300/mn10300.c (popcount): New function.
45671         (mn10300_expand_prologue): Include saved registers in stack usage
45672         count.
45674 2014-02-10  Jeff Law  <law@redhat.com>
45676         PR middle-end/52306
45677         * reload1.c (emit_input_reload_insns): Do not create invalid RTL
45678         when changing the SET_DEST of a prior insn to avoid an input reload.
45680 2014-02-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
45682         * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
45683         big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
45684         -mcall-openbsd, or -mcall-linux.
45685         (CC1_ENDIAN_BIG_SPEC): Remove.
45686         (CC1_ENDIAN_LITTLE_SPEC): Remove.
45687         (CC1_ENDIAN_DEFAULT_SPEC): Remove.
45688         (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
45689         (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
45690         and %cc1_endian_default.
45691         * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
45693 2014-02-10  Richard Biener  <rguenther@suse.de>
45695         PR tree-optimization/60115
45696         * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
45697         MEM_REF handling.  Properly verify that the accesses are not
45698         out of the objects bound.
45700 2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
45702         * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
45703         coretex to cortex.
45705 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
45707         * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
45708         proper constants and fix formatting.
45709         (possible_polymorphic_call_targets): Fix formatting.
45711 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
45712             Ilya Tocar  <ilya.tocar@intel.com>
45714         * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
45715         (_mm512_loadu_epi32): Renamed into...
45716         (_mm512_loadu_si512): This.
45717         (_mm512_storeu_epi32): Renamed into...
45718         (_mm512_storeu_si512): This.
45719         (_mm512_maskz_ceil_ps): Removed.
45720         (_mm512_maskz_ceil_pd): Ditto.
45721         (_mm512_maskz_floor_ps): Ditto.
45722         (_mm512_maskz_floor_pd): Ditto.
45723         (_mm512_floor_round_ps): Ditto.
45724         (_mm512_floor_round_pd): Ditto.
45725         (_mm512_ceil_round_ps): Ditto.
45726         (_mm512_ceil_round_pd): Ditto.
45727         (_mm512_mask_floor_round_ps): Ditto.
45728         (_mm512_mask_floor_round_pd): Ditto.
45729         (_mm512_mask_ceil_round_ps): Ditto.
45730         (_mm512_mask_ceil_round_pd): Ditto.
45731         (_mm512_maskz_floor_round_ps): Ditto.
45732         (_mm512_maskz_floor_round_pd): Ditto.
45733         (_mm512_maskz_ceil_round_ps): Ditto.
45734         (_mm512_maskz_ceil_round_pd): Ditto.
45735         (_mm512_expand_pd): Ditto.
45736         (_mm512_expand_ps): Ditto.
45737         * config/i386/i386.c (ix86_builtins): Remove
45738         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
45739         (bdesc_args): Ditto.
45740         * config/i386/predicates.md (const1256_operand): New.
45741         (const_1_to_2_operand): Ditto.
45742         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
45743         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
45744         (*avx512pf_gatherpf<mode>sf): Ditto.
45745         (avx512pf_gatherpf<mode>df): Ditto.
45746         (*avx512pf_gatherpf<mode>df_mask): Ditto.
45747         (*avx512pf_gatherpf<mode>df): Ditto.
45748         (avx512pf_scatterpf<mode>sf): Ditto.
45749         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
45750         (*avx512pf_scatterpf<mode>sf): Ditto.
45751         (avx512pf_scatterpf<mode>df): Ditto.
45752         (*avx512pf_scatterpf<mode>df_mask): Ditto.
45753         (*avx512pf_scatterpf<mode>df): Ditto.
45754         (avx512f_expand<mode>): Removed.
45755         (<shift_insn><mode>3<mask_name>): Change predicate type.
45757 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
45759         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
45760         not at the end of datarefs vector use ordered_remove to avoid
45761         reordering datarefs vector.
45763         PR c/59984
45764         * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
45765         mark local addressable non-static vars as GOVD_PRIVATE
45766         instead of GOVD_LOCAL.
45767         * omp-low.c (lower_omp_for): Move gimple_bind_vars
45768         and BLOCK_VARS of gimple_bind_block to new_stmt rather
45769         than copying them.
45771         PR middle-end/60092
45772         * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
45773         if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
45774         assume_aligned or alloc_align attributes.
45775         (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
45776         arguments.  Handle also assume_aligned and alloc_align attributes.
45777         (evaluate_stmt): Adjust bit_value_assume_aligned caller.  Handle
45778         calls to functions with assume_aligned or alloc_align attributes.
45779         * doc/extend.texi: Document assume_aligned and alloc_align attributes.
45781 2014-02-08  Terry Guo  <terry.guo@arm.com>
45783         * doc/invoke.texi: Document ARM -march=armv7e-m.
45785 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
45787         * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
45788         flag on __cilkrts_rethrow builtin.
45790         PR ipa/60026
45791         * ipa-cp.c (determine_versionability): Fail at -O0
45792         or __attribute__((optimize (0))) or -fno-ipa-cp functions.
45793         * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
45795         Revert:
45796         2014-02-04  Jakub Jelinek  <jakub@redhat.com>
45798         PR ipa/60026
45799         * tree-inline.c (copy_forbidden): Fail for
45800         __attribute__((optimize (0))) functions.
45802 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
45804         * varpool.c: Include pointer-set.h.
45805         (varpool_remove_unreferenced_decls): Variables in other partitions
45806         will not be output; be however careful to not lose information
45807         about partitioning.
45809 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
45811         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
45812         lookup in the vtable constructor.
45814 2014-02-07  Jeff Law  <law@redhat.com>
45816         PR target/40977
45817         * config/m68k/m68k.md (ashldi_extsi): Turn into a
45818         define_insn_and_split.
45820         * ipa-inline.c (inline_small_functions): Fix typos.
45822 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
45824         * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
45825         (s390_can_use_return_insn): Declare.
45826         * config/s390/s390.h (EPILOGUE_USES): Define.
45827         * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
45828         instructions.
45829         (s390_chunkify_start): Handle return JUMP_LABELs.
45830         (s390_early_mach): Emit a main_pool instruction on the entry edge.
45831         (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
45832         (s390_can_use_return_insn): New functions.
45833         (s390_fix_long_loop_prediction): Handle conditional returns.
45834         (TARGET_SET_UP_BY_PROLOGUE): Define.
45835         * config/s390/s390.md (ANY_RETURN): New code iterator.
45836         (*creturn, *csimple_return, return, simple_return): New patterns.
45838 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
45840         * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
45841         notes to each restore.  Also add REG_CFA_DEF_CFA when restoring %r15.
45842         (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P.  Update the
45843         REG_CFA_RESTORE list when deciding not to restore a register.
45845 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
45847         * config/s390/s390.c: Include tree-pass.h and context.h.
45848         (s390_early_mach): New function, split out from...
45849         (s390_emit_prologue): ...here.
45850         (pass_data_s390_early_mach): New pass structure.
45851         (pass_s390_early_mach): New class.
45852         (s390_option_override): Create and register early_mach pass.
45853         Move to end of file.
45855 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
45857         * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
45858         to match for the exit block.
45860 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45862         * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
45863         ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
45864         Reject misaligned operands.
45866 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45868         * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
45870 2014-02-07  Richard Biener  <rguenther@suse.de>
45872         PR middle-end/60092
45873         * gimple-low.c (lower_builtin_posix_memalign): New function.
45874         (lower_stmt): Call it to lower posix_memalign in a way
45875         to make alignment info accessible.
45877 2014-02-07  Jakub Jelinek  <jakub@redhat.com>
45879         PR c++/60082
45880         * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
45881         __builtin_setjmp_receiver.
45883 2014-02-07  Richard Biener  <rguenther@suse.de>
45885         PR middle-end/60092
45886         * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
45887         * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
45888         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
45889         Handle BUILT_IN_POSIX_MEMALIGN.
45890         (find_func_clobbers): Likewise.
45891         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
45892         (call_may_clobber_ref_p_1): Likewise.
45894 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
45896         PR ipa/59918
45897         * ipa-devirt.c (record_target_from_binfo): Remove overactive
45898         sanity check.
45900 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
45902         PR ipa/59469
45903         * lto-cgraph.c (lto_output_node): Use
45904         symtab_get_symbol_partitioning_class.
45905         (lto_output_varpool_node): likewise.
45906         (symtab_get_symbol_partitioning_class): Move here from
45907         lto/lto-partition.c
45908         * cgraph.h (symbol_partitioning_class): Likewise.
45909         (symtab_get_symbol_partitioning_class): Declare.
45911 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
45913         * ggc.h (ggc_internal_cleared_alloc): New macro.
45914         * vec.h (vec_safe_copy): Handle memory stats.
45915         * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
45916         * target-globals.c (save_target_globals): Likewise.
45918 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
45920         PR target/60077
45921         * expr.c (emit_move_resolve_push): Export; be bit more selective
45922         on when to clear alias set.
45923         * expr.h (emit_move_resolve_push): Declare.
45924         * function.h (struct function): Add tail_call_marked.
45925         * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
45926         * config/i386/i386-protos.h (ix86_expand_push): Remove.
45927         * config/i386/i386.md (TImode move expander): De not call
45928         ix86_expand_push.
45929         (FP push expanders): Preserve memory attributes.
45930         * config/i386/sse.md (push<mode>1): Remove.
45931         * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
45932         (ix86_expand_push): Remove.
45933         * config/i386/mmx.md (push<mode>1): Remove.
45935 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
45937         PR rtl-optimization/60030
45938         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
45939         lopart with paradoxical subreg before shifting it up by hprec.
45941 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
45943         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
45944         Remove extra newline at end of file.
45945         * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
45946         (arm_issue_rate): Handle cortexa57.
45947         * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
45948         (cortex-a57.cortex-a53): Likewise.
45950 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
45952         PR target/59575
45953         * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
45954         don't record in REG_FRAME_RELATED_EXPR registers not set in that
45955         bitmask.
45956         (arm_expand_prologue): Adjust all callers.
45957         (arm_unwind_emit_sequence): Allow saved, but not important for unwind
45958         info, registers also at the lowest numbered registers side.  Use
45959         gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
45960         XEXP.
45962         PR debug/59992
45963         * var-tracking.c (adjust_mems): Before adding a SET to
45964         amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
45966 2014-02-06  Alan Modra  <amodra@gmail.com>
45968         PR target/60032
45969         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
45970         change SDmode to DDmode when lra_in_progress.
45972 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
45974         PR middle-end/59150
45975         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
45976         free_data_ref on the dr first, and before goto again also set dr
45977         to the next dr.  For simd_lane_access, free old datarefs[i] before
45978         overwriting it.  For get_vectype_for_scalar_type failure, don't
45979         free_data_ref if simd_lane_access.
45981         * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
45983         PR target/60062
45984         * tree.h (opts_for_fn): New inline function.
45985         (opt_for_fn): Define.
45986         * config/i386/i386.c (ix86_function_regparm): Use
45987         opt_for_fn (decl, optimize) instead of optimize.
45989 2014-02-06  Marcus Shawcroft  <marcus.shawcroft@arm.com>
45991         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
45992         for SYMBOL_REF in large memory model.
45994 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
45996         * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
45997         and crypto support.
45998         (cortex-a57): Likewise.
45999         (cortex-a57.cortex-a53): Likewise.
46001 2014-02-06  Yury Gribov  <y.gribov@samsung.com>
46002             Kugan Vivekanandarajah  <kuganv@linaro.org>
46004         * config/arm/arm.c (arm_vector_alignment_reachable): Check
46005         unaligned_access.
46006         * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
46008 2014-02-06  Richard Biener  <rguenther@suse.de>
46010         * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
46011         set_loop_copy and initialize_original_copy_tables.
46013 2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
46015         * config/aarch64/aarch64-simd.md
46016         (aarch64_ashr_simddi): Change QI to SI.
46018 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
46019             Jakub Jelinek  <jakub@redhat.com>
46021         PR middle-end/60013
46022         * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
46023         of the dataflow.
46025 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46027         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
46028         CODE_FOR_altivec_vpku[hw]um to
46029         CODE_FOR_altivec_vpku[hw]um_direct.
46030         * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
46031         UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
46032         (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
46033         UNSPEC_VUNPACK_LO_SIGN_DIRECT.
46035 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46037         * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
46038         generation for -maltivec=be.
46039         (altivec_vsumsws): Simplify redundant test.
46041 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46043         * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
46044         (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
46045         (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
46046         (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
46047         gen_altivec_vpkuwum.
46048         (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
46049         BYTES_BIG_ENDIAN.
46050         (altivec_vpks<VI_char>ss): Likewise.
46051         (altivec_vpks<VI_char>us): Likewise.
46052         (altivec_vpku<VI_char>us): Likewise.
46053         (altivec_vpku<VI_char>um): Likewise.
46054         (altivec_vpku<VI_char>um_direct): New (copy of
46055         altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
46056         internal use).
46057         (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
46058         target is little endian and -maltivec=be is not specified.
46059         (*altivec_vupkhs<VU_char>_direct): New (copy of
46060         altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
46061         (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
46062         target is little endian and -maltivec=be is not specified.
46063         (*altivec_vupkls<VU_char>_direct): New (copy of
46064         altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
46065         (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
46066         little endian and -maltivec=be is not specified.
46067         (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
46068         little endian and -maltivec=be is not specified.
46070 2014-02-05  Richard Henderson  <rth@redhat.com>
46072         PR debug/52727
46073         * combine-stack-adj.c: Revert r206943.
46074         * sched-int.h (struct deps_desc): Add last_args_size.
46075         * sched-deps.c (init_deps): Initialize it.
46076         (sched_analyze_insn): Add OUTPUT dependencies between insns that
46077         contain REG_ARGS_SIZE notes.
46079 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
46081         * lto-cgraph.c (asm_nodes_output): Make global.
46082         * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
46083         * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
46084         (driver_handle_option): Handle OPT_fwpa.
46086 2014-02-05  Jakub Jelinek  <jakub@redhat.com>
46088         PR ipa/59947
46089         * ipa-devirt.c (possible_polymorphic_call_targets): Fix
46090         a comment typo and formatting issue.  If odr_hash hasn't been
46091         created, return vNULL and set *completep to false.
46093         PR middle-end/57499
46094         * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
46095         bb with no successors.
46097 2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
46099         PR target/59718
46100         * doc/invoke.texi (-march): Clarify documentation for ARM.
46101         (-mtune): Likewise.
46102         (-mcpu): Likewise.
46104 2014-02-05  Richard Biener  <rguenther@suse.de>
46106         * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
46107         when not vectorizing because of too many alias checks.
46108         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
46109         Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
46111 2014-02-05  Nick Clifton  <nickc@redhat.com>
46113         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
46114         accept extended registers in any mode when compiling for the MN10300.
46116 2014-02-05  Yury Gribov  <y.gribov@samsung.com>
46118         * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
46119         * ipa-inline.c (report_inline_failed_reason): Handle mismatched
46120         sanitization attributes.
46121         (can_inline_edge_p): Likewise.
46122         (sanitize_attrs_match_for_inline_p): New function.
46124 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
46126         * ipa-prop.c (detect_type_change): Shor circuit testing of
46127         type changes on THIS pointer.
46129 2014-02-04  John David Anglin  <danglin@gcc.gnu.org>
46131         PR target/59777
46132         * config/pa/pa.c (legitimize_tls_address): Return original address
46133         if not passed a SYMBOL_REF rtx.
46134         (hppa_legitimize_address): Call legitimize_tls_address for all TLS
46135         addresses.
46136         (pa_emit_move_sequence): Simplify TLS source operands.
46137         (pa_legitimate_constant_p): Reject all TLS constants.
46138         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
46139         (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
46141 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
46143         * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
46144         groups when we know they are controlled by LTO.
46145         * varasm.c (default_binds_local_p_1): If object is in other partition,
46146         it will be resolved locally.
46148 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
46150         * config/host-linux.c (linux_gt_pch_use_address): Don't
46151         use SSIZE_MAX because it is not always defined.
46153 2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>
46155         PR bootstrap/59913
46156         * lra-constraints.c (need_for_split_p): Use more 3 reloads as
46157         threshold for pseudo splitting.
46158         (update_ebb_live_info): Process call argument hard registers and
46159         hard registers from insn definition too.
46160         (max_small_class_regs_num): New constant.
46161         (inherit_in_ebb): Update live hard regs through EBBs.  Update
46162         reloads_num only for small register classes.  Don't split for
46163         outputs of jumps.
46165 2014-02-04  Markus Trippelsdorf  <markus@trippelsdorf.de>
46167         PR ipa/60058
46168         * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
46169         is non-null.
46171 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
46173         * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
46174         visibility is safe.
46176 2014-02-04  Marek Polacek  <polacek@redhat.com>
46178         * gdbinit.in (pel): Define.
46180 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
46182         * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
46183         behavior.
46185 2014-02-04  Richard Biener  <rguenther@suse.de>
46187         PR lto/59723
46188         * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
46189         in function context local.
46190         (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
46191         * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
46192         similar to LTO_imported_decl_ref.
46194 2014-02-04  Jakub Jelinek  <jakub@redhat.com>
46196         PR tree-optimization/60002
46197         * cgraphclones.c (build_function_decl_skip_args): Clear
46198         DECL_LANG_SPECIFIC.
46200         PR tree-optimization/60023
46201         * tree-if-conv.c (predicate_mem_writes): Pass true instead of
46202         false to gsi_replace.
46203         * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
46204         has been in some EH region and vec_stmt could throw, add
46205         vec_stmt into the same EH region.
46206         * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
46207         has no lhs, ignore it.
46208         * internal-fn.c (expand_MASK_LOAD): Likewise.
46210         PR ipa/60026
46211         * tree-inline.c (copy_forbidden): Fail for
46212         __attribute__((optimize (0))) functions.
46214         PR other/58712
46215         * omp-low.c (simd_clone_struct_copy): If from->inbranch
46216         is set, copy one less argument.
46217         (expand_simd_clones): Don't subtract clone_info->inbranch
46218         from simd_clone_struct_alloc argument.
46220         PR rtl-optimization/57915
46221         * recog.c (simplify_while_replacing): If all unary/binary/relational
46222         operation arguments are constant, attempt to simplify those.
46224         PR middle-end/59261
46225         * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
46226         if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
46228 2014-02-04  Richard Biener  <rguenther@suse.de>
46230         PR tree-optimization/60012
46231         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
46232         TBAA disambiguation to all DDRs.
46234 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
46236         PR target/59788
46237         * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
46238         (LINK_SPEC): Use it for -shared, -shared-libgcc.
46240 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
46242         PR ipa/59882
46243         * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
46245 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
46247         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
46248         * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
46250 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
46252         PR ipa/59831
46253         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
46254         to figure out targets of polymorphic calls with known decl.
46255         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
46256         * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
46257         * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
46258         (get_polymorphic_call_info): ... here.
46259         (get_polymorphic_call_info_from_invariant): New function.
46261 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
46263         * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
46264         lookup via vtable pointer; check for type consistency
46265         and turn inconsitent facts into UNREACHABLE.
46266         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
46267         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
46268         type inconsistent querries; return UNREACHABLE instead.
46270 2014-02-03  Richard Henderson  <rth@twiddle.net>
46272         PR tree-opt/59924
46273         * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
46274         already processed this node.
46275         (normalize_one_pred_1): Pass along mark_set.
46276         (normalize_one_pred): Create and destroy a pointer_set_t.
46277         (normalize_one_pred_chain): Likewise.
46279 2014-02-03  Laurent Aflonsi  <laurent.alfonsi@st.com>
46281         PR gcov-profile/58602
46282         * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
46284 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
46286         PR ipa/59831
46287         * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
46288         -fno-devirtualize; try to devirtualize by the knowledge of
46289         virtual table pointer given by aggregate propagation.
46290         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
46291         (ipa_print_node_jump_functions): Dump also offset that
46292         is relevant for polymorphic calls.
46293         (determine_known_aggregate_parts): Add arg_type parameter; use it
46294         instead of determining the type from pointer type.
46295         (ipa_compute_jump_functions_for_edge): Update call of
46296         determine_known_aggregate_parts.
46297         * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
46298         (gimple_get_virt_method_for_binfo): ... here; simplify using
46299         vtable_pointer_value_to_vtable.
46300         * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
46301         * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
46302         to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
46303         (vtable_pointer_value_to_vtable): Break out from ...; handle also
46304         POINTER_PLUS_EXPR.
46305         (vtable_pointer_value_to_binfo): ... here.
46306         * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
46308 2014-02-03  Teresa Johnson  <tejohnson@google.com>
46310         * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
46311         redef of outer loop index variable.
46313 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
46315         PR c++/53017
46316         PR c++/59211
46317         * doc/extend.texi (Function Attributes): Typo.
46319 2014-02-03  Cong Hou  <congh@google.com>
46321         PR tree-optimization/60000
46322         * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
46323         if the vectorized statement is a store.  A store statement can only
46324         appear at the end of pattern statements.
46326 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
46328         * config/i386/i386.c (flag_opts): Add -mlong-double-128.
46329         (ix86_option_override_internal): Default long double to 64-bit for
46330         32-bit Bionic and to 128-bit for 64-bit Bionic.
46332         * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
46333         TARGET_LONG_DOUBLE_128 is true.
46334         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
46336         * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
46337         (mlong-double-64): Negate -mlong-double-128.
46338         (mlong-double-128): New option.
46340         * config/i386/i386-c.c (ix86_target_macros): Define
46341         __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
46343         * doc/invoke.texi: Document -mlong-double-128.
46345 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
46347         PR rtl-optimization/60024
46348         * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
46350 2014-02-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
46352         * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
46354 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
46356         PR rtl-optimization/57662
46357         * sel-sched.c (code_motion_path_driver): Do not mark already not
46358         existing blocks in the visiting bitmap.
46360 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
46362         * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
46363         on the insn being emitted.
46365 2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
46366             Will Deacon  <will.deacon@arm.com>
46368         * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
46370 2014-02-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
46372         * config/arm/arm-tables.opt: Regenerate.
46374 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46376         * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
46377         for vector types other than V16QImode.
46378         * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
46379         define_expand, and call altivec_expand_vec_perm_le when producing
46380         code with little endian element order.
46381         (*altivec_vperm_<mode>_internal): New insn having previous
46382         behavior of altivec_vperm_<mode>.
46383         (altivec_vperm_<mode>_uns): Change to a define_expand, and call
46384         altivec_expand_vec_perm_le when producing code with little endian
46385         element order.
46386         (*altivec_vperm_<mode>_uns_internal): New insn having previous
46387         behavior of altivec_vperm_<mode>_uns.
46389 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46391         * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
46392         (altivec_vsumsws): Add handling for -maltivec=be with a little
46393         endian target.
46394         (altivec_vsumsws_direct): New.
46395         (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
46396         gen_altivec_vsumsws.
46398 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
46400         * ipa-devirt.c (subbinfo_with_vtable_at_offset,
46401         vtable_pointer_value_to_binfo): New functions.
46402         * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
46403         * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
46405 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
46407         * config/nios2/nios2.md (load_got_register): Initialize GOT
46408         pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
46409         * config/nios2/nios2.c (nios2_function_profiler): Likewise.
46411 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
46413         * ipa-prop.c (update_jump_functions_after_inlining): When type is not
46414         preserverd by passthrough, do not propagate the type.
46416 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
46418         * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
46419         (mips_atomic_assign_expand_fenv): New function.
46420         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
46422 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
46424         * doc/extend.texi (__builtin_mips_get_fcsr): Document.
46425         (__builtin_mips_set_fcsr): Likewise.
46426         * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
46427         MIPS_USI_FTYPE_VOID.
46428         * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
46429         (mips16_expand_set_fcsr): Likewise.
46430         * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
46431         (mips16_set_fcsr_stub): Likewise.
46432         (mips16_get_fcsr_one_only_stub): New class.
46433         (mips16_set_fcsr_one_only_stub): Likewise.
46434         (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
46435         (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
46436         (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
46437         (hard_float): New availability predicate.
46438         (mips_builtins): Add get_fcsr and set_fcsr.
46439         (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
46440         * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
46441         (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
46442         (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
46443         (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
46444         patterns.
46446 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
46448         * config/mips/mips.c (mips_one_only_stub): New class.
46449         (mips_need_mips16_rdhwr_p): Replace with...
46450         (mips16_rdhwr_stub): ...this new variable.
46451         (mips16_stub_call_address): New function.
46452         (mips16_rdhwr_one_only_stub): New class.
46453         (mips_expand_thread_pointer): Use mips16_stub_call_address.
46454         (mips_output_mips16_rdhwr): Delete.
46455         (mips_finish_stub): New function.
46456         (mips_code_end): Use it to handle rdhwr stubs.
46458 2014-02-02  Uros Bizjak  <ubizjak@gmail.com>
46460         PR target/60017
46461         * config/i386/i386.c (classify_argument): Fix handling of bit_offset
46462         when calculating size of integer atomic types.
46464 2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
46466         * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
46468 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
46470         PR tree-optimization/60003
46471         * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
46472         * profile.c (branch_prob): Use gimple_call_builtin_p
46473         to check for BUILT_IN_SETJMP_RECEIVER.
46474         * tree-inline.c (copy_bb): Call notice_special_calls.
46476 2014-01-31  Vladimir Makarov  <vmakarov@redhat.com>
46478         PR bootstrap/59985
46479         * lra-constraints.c (process_alt_operands): Update reload_sum only
46480         on the first pass.
46482 2014-01-31  Richard Henderson  <rth@redhat.com>
46484         PR middle-end/60004
46485         * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
46486         until after else_eh is processed.
46488 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
46490         * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
46491         (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
46492         (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
46493         in smmintrin.h, remove them.
46494         (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
46495         * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
46496         * config/i386/i386.md (ROUND_SAE): Fix value.
46497         * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
46498         (const48_operand): New.
46499         * config/i386/subst.md (round), (round_expand): Use
46500         const_4_or_8_to_11_operand.
46501         (round_saeonly), (round_saeonly_expand): Use const48_operand.
46503 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
46505         * config/i386/constraints.md (Yk): Swap meaning with k.
46506         * config/i386/i386.md (movhi_internal): Change Yk to k.
46507         (movqi_internal): Ditto.
46508         (*k<logic><mode>): Ditto.
46509         (*andhi_1): Ditto.
46510         (*andqi_1): Ditto.
46511         (kandn<mode>): Ditto.
46512         (*<code>hi_1): Ditto.
46513         (*<code>qi_1): Ditto.
46514         (kxnor<mode>): Ditto.
46515         (kortestzhi): Ditto.
46516         (kortestchi): Ditto.
46517         (kunpckhi): Ditto.
46518         (*one_cmplhi2_1): Ditto.
46519         (*one_cmplqi2_1): Ditto.
46520         * config/i386/sse.md (): Change k to Yk.
46521         (avx512f_load<mode>_mask): Ditto.
46522         (avx512f_blendm<mode>): Ditto.
46523         (avx512f_store<mode>_mask): Ditto.
46524         (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
46525         (avx512f_storedqu<mode>_mask): Ditto.
46526         (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
46527         Ditto.
46528         (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
46529         (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
46530         (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
46531         (avx512f_maskcmp<mode>3): Ditto.
46532         (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
46533         (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
46534         (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
46535         (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
46536         (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
46537         (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
46538         (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
46539         (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
46540         (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
46541         (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
46542         (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
46543         (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
46544         (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
46545         (vec_extract_lo_<mode>_maskm): Ditto.
46546         (vec_extract_hi_<mode>_maskm): Ditto.
46547         (avx512f_vternlog<mode>_mask): Ditto.
46548         (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
46549         (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
46550         (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
46551         (avx512f_<code>v8div16qi2_mask): Ditto.
46552         (avx512f_<code>v8div16qi2_mask_store): Ditto.
46553         (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
46554         (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
46555         (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
46556         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
46557         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
46558         (*avx512pf_gatherpf<mode>df_mask): Ditto.
46559         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
46560         (*avx512pf_scatterpf<mode>df_mask): Ditto.
46561         (avx512cd_maskb_vec_dupv8di): Ditto.
46562         (avx512cd_maskw_vec_dupv16si): Ditto.
46563         (avx512f_vpermi2var<mode>3_maskz): Ditto.
46564         (avx512f_vpermi2var<mode>3_mask): Ditto.
46565         (avx512f_vpermi2var<mode>3_mask): Ditto.
46566         (avx512f_vpermt2var<mode>3_maskz): Ditto.
46567         (*avx512f_gathersi<mode>): Ditto.
46568         (*avx512f_gathersi<mode>_2): Ditto.
46569         (*avx512f_gatherdi<mode>): Ditto.
46570         (*avx512f_gatherdi<mode>_2): Ditto.
46571         (*avx512f_scattersi<mode>): Ditto.
46572         (*avx512f_scatterdi<mode>): Ditto.
46573         (avx512f_compress<mode>_mask): Ditto.
46574         (avx512f_compressstore<mode>_mask): Ditto.
46575         (avx512f_expand<mode>_mask): Ditto.
46576         * config/i386/subst.md (mask): Change k to Yk.
46577         (mask_scalar_merge): Ditto.
46578         (sd): Ditto.
46580 2014-01-31  Marc Glisse  <marc.glisse@inria.fr>
46582         * doc/extend.texi (Vector Extensions): Document ?: in C++.
46584 2014-01-31  Richard Biener  <rguenther@suse.de>
46586         PR middle-end/59990
46587         * builtins.c (fold_builtin_memory_op): Make sure to not
46588         use a floating-point mode or a boolean or enumeral type for
46589         the copy operation.
46591 2014-01-30  DJ Delorie  <dj@redhat.com>
46593         * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
46594         * config/msp430/msp430.md (msp430_refsym_need_exit): New.
46595         * config/msp430/msp430.c (msp430_expand_epilogue): Call it
46596         whenever main() has an epilogue.
46598 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46600         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
46601         unused variable "field".
46602         * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
46603         (vsx_mergeh_<mode>): Likewise.
46604         * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
46605         (altivec_vmrghh): Likewise.
46606         (altivec_vmrghw): Likewise.
46607         (altivec_vmrglb): Likewise.
46608         (altivec_vmrglh): Likewise.
46609         (altivec_vmrglw): Likewise.
46610         (altivec_vspltb): Add missing uses.
46611         (altivec_vsplth): Likewise.
46612         (altivec_vspltw): Likewise.
46613         (altivec_vspltsf): Likewise.
46615 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
46617         PR target/59923
46618         * ifcvt.c (cond_exec_process_insns): Don't conditionalize
46619         frame related instructions.
46621 2014-01-30  Vladimir Makarov  <vmakarov@redhat.com>
46623         PR rtl-optimization/59959
46624         * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
46625         any reload of register whose subreg is invalid.
46627 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
46629         * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
46630         * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
46631         Add missing return type - void.
46633 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46635         * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
46636         gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
46637         remove element index adjustment for endian (now handled in vsx.md
46638         and altivec.md).
46639         (altivec_expand_vec_perm_const): Use
46640         gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
46641         * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
46642         (vsx_xxspltw_<mode>): Adjust element index for little endian.
46643         * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
46644         define_expand and a new define_insn *altivec_vspltb_internal;
46645         adjust for -maltivec=be on a little endian target.
46646         (altivec_vspltb_direct): New.
46647         (altivec_vsplth): Divide into a define_expand and a new
46648         define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
46649         little endian target.
46650         (altivec_vsplth_direct): New.
46651         (altivec_vspltw): Divide into a define_expand and a new
46652         define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
46653         little endian target.
46654         (altivec_vspltw_direct): New.
46655         (altivec_vspltsf): Divide into a define_expand and a new
46656         define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
46657         a little endian target.
46659 2014-01-30  Richard Biener  <rguenther@suse.de>
46661         PR tree-optimization/59993
46662         * tree-ssa-forwprop.c (associate_pointerplus): Check we
46663         can propagate form the earlier stmt and avoid the transform
46664         when the intermediate result is needed.
46666 2014-01-30  Alangi Derick  <alangiderick@gmail.com>
46668         * README.Portability: Fix typo.
46670 2014-01-30  David Holsgrove  <david.holsgrove@xilinx.com>
46672         * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
46673         comparison_operator with ordered_comparison_operator.
46675 2014-01-30  Nick Clifton  <nickc@redhat.com>
46677         * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
46678         Rename to mn10300_store_multiple_regs.
46679         * config/mn10300/mn10300.c: Likewise.
46680         * config/mn10300/mn10300.md (store_movm): Fix typo: call
46681         store_multiple_regs.
46682         * config/mn10300/predicates.md (mn10300_store_multiple_operation):
46683         Call mn10300_store_multiple_regs.
46685 2014-01-30  Nick Clifton  <nickc@redhat.com>
46686             DJ Delorie  <dj@redhat.com>
46688         * config/rl78/rl78.c (register_sizes): Make the "upper half" of
46689         %fp 2 to keep registers after it properly word-aligned.
46690         (rl78_alloc_physical_registers_umul): Handle the case where both
46691         input operands are the same.
46693 2014-01-30  Richard Biener  <rguenther@suse.de>
46695         PR tree-optimization/59903
46696         * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
46697         check properly.
46699 2014-01-30  Jason Merrill  <jason@redhat.com>
46701         PR c++/59633
46702         * tree.c (walk_type_fields): Handle VECTOR_TYPE.
46704         PR c++/59645
46705         * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
46707 2014-01-30  Richard Biener  <rguenther@suse.de>
46709         PR tree-optimization/59951
46710         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
46712 2014-01-30  Savin Zlobec  <savin.zlobec@gmail.com>
46714         PR target/59784
46715         * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
46716         SFmode to DFmode case.
46718 2014-01-29  DJ Delorie  <dj@redhat.com>
46720         * config/msp430/msp430.opt (-minrt): New.
46721         * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
46722         if -minrt given.
46723         (ENDFILE_SPEC): Likewise.
46725 2014-01-29  Jan Hubicka  <hubicka@ucw.cz>
46727         * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
46728         (estimate_function_body_sizes): Use it.
46730 2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
46732         PR c++/58561
46733         * dwarf2out.c (is_cxx_auto): New.
46734         (is_base_type): Use it.
46735         (gen_type_die_with_usage): Likewise.
46737 2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
46739         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
46740         CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
46741         * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
46742         -maltivec=be with LE targets.
46743         (vsx_mergeh_<mode>): Likewise.
46744         * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
46745         (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
46746         (altivec_vmrghb): Replace with define_expand and new
46747         *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
46748         (altivec_vmrghb_direct): New define_insn.
46749         (altivec_vmrghh): Replace with define_expand and new
46750         *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
46751         (altivec_vmrghh_direct): New define_insn.
46752         (altivec_vmrghw): Replace with define_expand and new
46753         *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
46754         (altivec_vmrghw_direct): New define_insn.
46755         (*altivec_vmrghsf): Adjust for endianness.
46756         (altivec_vmrglb): Replace with define_expand and new
46757         *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
46758         (altivec_vmrglb_direct): New define_insn.
46759         (altivec_vmrglh): Replace with define_expand and new
46760         *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
46761         (altivec_vmrglh_direct): New define_insn.
46762         (altivec_vmrglw): Replace with define_expand and new
46763         *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
46764         (altivec_vmrglw_direct): New define_insn.
46765         (*altivec_vmrglsf): Adjust for endianness.
46766         (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
46767         (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
46768         (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
46769         (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
46770         (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
46771         (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
46772         (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
46773         (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
46775 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
46777         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
46778         (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
46779         whitespace.
46781 2014-01-29  Richard Biener  <rguenther@suse.de>
46783         PR tree-optimization/58742
46784         * tree-ssa-forwprop.c (associate_pointerplus): Rename to
46785         associate_pointerplus_align.
46786         (associate_pointerplus_diff): New function.
46787         (associate_pointerplus): Likewise.  Call associate_pointerplus_align
46788         and associate_pointerplus_diff.
46790 2014-01-29  Richard Biener  <rguenther@suse.de>
46792         * lto-streamer.h (LTO_major_version): Bump to 3.
46793         (LTO_minor_version): Reset to 0.
46795 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
46797         * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
46798         * config/arm/arm.c (FL_FOR_ARCH7VE): New.
46799         (arm_file_start): Generate correct asm header for armv7ve.
46800         * config/arm/bpabi.h: Add multilib support for armv7ve.
46801         * config/arm/driver-arm.c: Change the architectures of cortex-a7
46802         and cortex-a15 to armv7ve.
46803         * config/arm/t-aprofile: Add multilib support for armv7ve.
46804         * doc/invoke.texi: Document -march=armv7ve.
46806 2014-01-29  Richard Biener  <rguenther@suse.de>
46808         PR tree-optimization/58742
46809         * tree-ssa-forwprop.c (associate_plusminus): Return true
46810         if we changed sth, defer EH cleanup to ...
46811         (ssa_forward_propagate_and_combine): ... here.  Call simplify_mult.
46812         (simplify_mult): New function.
46814 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
46816         PR middle-end/59917
46817         PR tree-optimization/59920
46818         * tree.c (build_common_builtin_nodes): Remove
46819         __builtin_setjmp_dispatcher initialization.
46820         * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
46821         * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
46822         instead of gsi_after_labels + manually skipping debug stmts.
46823         Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
46824         ignore bbs with IFN_ABNORMAL_DISPATCHER.
46825         * tree-inline.c (copy_edges_for_bb): Remove
46826         can_make_abnormal_goto argument, instead add abnormal_goto_dest
46827         argument.  Ignore computed_goto_p stmts.  Don't call
46828         make_abnormal_goto_edges.  If a call might need abnormal edges
46829         for non-local gotos, see if it already has an edge to
46830         IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
46831         with true argument, don't do anything then, otherwise add
46832         EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
46833         (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
46834         caller.
46835         * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
46836         (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
46837         (lower_stmt): Don't set data->calls_builtin_setjmp.
46838         (lower_builtin_setjmp): Adjust comment.
46839         * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
46840         * tree-cfg.c (found_computed_goto): Remove.
46841         (factor_computed_gotos): Remove.
46842         (make_goto_expr_edges): Return bool, true for computed gotos.
46843         Don't call make_abnormal_goto_edges.
46844         (build_gimple_cfg): Don't set found_computed_goto, don't call
46845         factor_computed_gotos.
46846         (computed_goto_p): No longer static.
46847         (make_blocks): Don't set found_computed_goto.
46848         (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
46849         (make_edges): If make_goto_expr_edges returns true, push bb
46850         into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
46851         instead of calling make_abnormal_goto_edges push bb into ab_edge_call
46852         vector.  Record mapping between bbs and OpenMP regions if there
46853         are any, adjust make_gimple_omp_edges caller.  Call
46854         handle_abnormal_edges.
46855         (make_abnormal_goto_edges): Remove.
46856         * tree-cfg.h (make_abnormal_goto_edges): Remove.
46857         (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
46858         * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
46859         * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
46860         * internal-fn.def (ABNORMAL_DISPATCHER): New.
46861         * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
46862         filling *region also set *region_idx to (*region)->entry->index.
46864         PR other/58712
46865         * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
46866         For REGs set ORIGINAL_REGNO.
46868 2014-01-29  Bingfeng Mei  <bmei@broadcom.com>
46870         * doc/md.texi: Mention that a target shouldn't implement
46871         vec_widen_(s|u)mul_even/odd pair if it is less efficient
46872         than hi/lo pair.
46874 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
46876         PR tree-optimization/59594
46877         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
46878         a copy of the datarefs vector rather than the vector itself.
46880 2014-01-28  Jason Merrill  <jason@redhat.com>
46882         PR c++/53756
46883         * dwarf2out.c (auto_die): New static.
46884         (gen_type_die_with_usage): Handle C++1y 'auto'.
46885         (gen_subprogram_die): If in-class DIE had 'auto', emit type again
46886         on definition.
46888 2014-01-28  H.J. Lu  <hongjiu.lu@intel.com>
46890         PR target/59672
46891         * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
46892         (SPEC_X32): Likewise.
46893         (SPEC_64): Likewise.
46894         * config/i386/i386.c (ix86_option_override_internal): Turn off
46895         OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
46896         for TARGET_16BIT.
46897         (x86_file_start): Output .code16gcc for TARGET_16BIT.
46898         * config/i386/i386.h (TARGET_16BIT): New macro.
46899         (TARGET_16BIT_P): Likewise.
46900         * config/i386/i386.opt: Add m16.
46901         * doc/invoke.texi: Document -m16.
46903 2014-01-28  Jakub Jelinek  <jakub@redhat.com>
46905         PR preprocessor/59935
46906         * input.c (location_get_source_line): Bail out on when line number
46907         is zero, and test the return value of lookup_or_add_file_to_cache_tab.
46909 2014-01-28  Richard Biener  <rguenther@suse.de>
46911         PR tree-optimization/58742
46912         * tree-ssa-forwprop.c (associate_plusminus): Handle
46913         pointer subtraction of the form (T)(P + A) - (T)P.
46915 2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
46917         * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
46918         at const_int_cost.
46920 2014-01-28  Richard Biener  <rguenther@suse.de>
46922         Revert
46923         2014-01-28  Richard Biener  <rguenther@suse.de>
46925         PR rtl-optimization/45364
46926         PR rtl-optimization/59890
46927         * var-tracking.c (local_get_addr_clear_given_value): Handle
46928         already cleared slot.
46929         (val_reset): Handle not allocated local_get_addr_cache.
46930         (vt_find_locations): Use post-order on the inverted CFG.
46932 2014-01-28  Richard Biener  <rguenther@suse.de>
46934         * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
46936 2014-01-28  Richard Biener  <rguenther@suse.de>
46938         PR rtl-optimization/45364
46939         PR rtl-optimization/59890
46940         * var-tracking.c (local_get_addr_clear_given_value): Handle
46941         already cleared slot.
46942         (val_reset): Handle not allocated local_get_addr_cache.
46943         (vt_find_locations): Use post-order on the inverted CFG.
46945 2014-01-28  Alan Modra  <amodra@gmail.com>
46947         * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
46948         * configure.ac <recursive call for build != host>: Define
46949         GENERATOR_FILE.  Comment.  Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
46950         and LD_FOR_BUILD too.
46951         * configure: Regenerate.
46953 2014-01-27  Allan Sandfeld Jensen  <sandfeld@kde.org>
46955         * config/i386/i386.c (get_builtin_code_for_version): Separate
46956         Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
46957         Broadwell from Haswell.
46959 2014-01-27  Steve Ellcey  <sellcey@mips.com>
46961         * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
46962         Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
46963         * config/mips/mips.c (mips_option_override): Change setting
46964         of TARGET_DSP.
46965         * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
46966         * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
46967         Change from Mask to Var.
46969 2014-01-27  Jeff Law  <law@redhat.com>
46971         * ipa-inline.c (inline_small_functions): Fix typo.
46973 2014-01-27  Ilya Tocar  <ilya.tocar@intel.com>
46975         * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
46976         (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
46977         (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
46978         (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
46979         (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
46980         (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
46981         (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
46982         (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
46983         (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
46984         (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
46985         (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
46986         (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
46987         (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
46988         (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
46989         (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
46990         (_mm512_storeu_epi64): Ditto.
46991         (_mm512_cmpge_epi32_mask): Ditto.
46992         (_mm512_cmpge_epu32_mask): Ditto.
46993         (_mm512_cmpge_epi64_mask): Ditto.
46994         (_mm512_cmpge_epu64_mask): Ditto.
46995         (_mm512_cmple_epi32_mask): Ditto.
46996         (_mm512_cmple_epu32_mask): Ditto.
46997         (_mm512_cmple_epi64_mask): Ditto.
46998         (_mm512_cmple_epu64_mask): Ditto.
46999         (_mm512_cmplt_epi32_mask): Ditto.
47000         (_mm512_cmplt_epu32_mask): Ditto.
47001         (_mm512_cmplt_epi64_mask): Ditto.
47002         (_mm512_cmplt_epu64_mask): Ditto.
47003         (_mm512_cmpneq_epi32_mask): Ditto.
47004         (_mm512_cmpneq_epu32_mask): Ditto.
47005         (_mm512_cmpneq_epi64_mask): Ditto.
47006         (_mm512_cmpneq_epu64_mask): Ditto.
47007         (_mm512_expand_pd): Ditto.
47008         (_mm512_expand_ps): Ditto.
47009         * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
47010         VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
47011         VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
47012         * config/i386/i386.c (ix86_builtins): Add
47013         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
47014         IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
47015         IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
47016         IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
47017         IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
47018         IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
47019         IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
47020         IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
47021         IX86_BUILTIN_PMOVUSQW512_MEM.
47022         (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
47023         __builtin_ia32_pmovsqd512mem_mask,
47024         __builtin_ia32_pmovqd512mem_mask,
47025         __builtin_ia32_pmovusqw512mem_mask,
47026         __builtin_ia32_pmovsqw512mem_mask,
47027         __builtin_ia32_pmovqw512mem_mask,
47028         __builtin_ia32_pmovusdw512mem_mask,
47029         __builtin_ia32_pmovsdw512mem_mask,
47030         __builtin_ia32_pmovdw512mem_mask,
47031         __builtin_ia32_pmovqb512mem_mask,
47032         __builtin_ia32_pmovusqb512mem_mask,
47033         __builtin_ia32_pmovsqb512mem_mask,
47034         __builtin_ia32_pmovusdb512mem_mask,
47035         __builtin_ia32_pmovsdb512mem_mask,
47036         __builtin_ia32_pmovdb512mem_mask.
47037         (bdesc_args): Add __builtin_ia32_expanddf512,
47038         __builtin_ia32_expandsf512.
47039         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
47040         VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
47041         VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
47042         * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
47043         (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
47044         (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
47045         (avx512f_<code>v8div16qi2_mask_store): This.
47046         (avx512f_expand<mode>): New.
47048 2014-01-27  Kirill Yukhin  <kirill.yukhin@intel.com>
47050         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
47051         New.
47052         (_mm512_mask_prefetch_i64gather_pd): Ditto.
47053         (_mm512_prefetch_i32scatter_pd): Ditto.
47054         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
47055         (_mm512_prefetch_i64scatter_pd): Ditto.
47056         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
47057         (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
47058         (_mm512_mask_prefetch_i64gather_ps): Ditto.
47059         (_mm512_prefetch_i32scatter_ps): Ditto.
47060         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
47061         (_mm512_prefetch_i64scatter_ps): Ditto.
47062         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
47063         * config/i386/i386-builtin-types.def: Define
47064         VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
47065         and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
47066         * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
47067         IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
47068         IX86_BUILTIN_SCATTERPFQPD.
47069         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
47070         __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
47071         __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
47072         __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
47073         __builtin_ia32_scatterpfqps.
47074         (ix86_expand_builtin): Expand new built-ins.
47075         * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
47076         fix memory access data type.
47077         (*avx512pf_gatherpf<mode>_mask): Ditto.
47078         (*avx512pf_gatherpf<mode>): Ditto.
47079         (avx512pf_scatterpf<mode>): Ditto.
47080         (*avx512pf_scatterpf<mode>_mask): Ditto.
47081         (*avx512pf_scatterpf<mode>): Ditto.
47082         (GATHER_SCATTER_SF_MEM_MODE): New.
47083         (avx512pf_gatherpf<mode>df): Ditto.
47084         (*avx512pf_gatherpf<mode>df_mask): Ditto.
47085         (*avx512pf_scatterpf<mode>df): Ditto.
47087 2014-01-27  Jakub Jelinek  <jakub@redhat.com>
47089         PR bootstrap/59934
47090         * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
47091         know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
47092         reached.
47094 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
47096         * common/config/arm/arm-common.c
47097         (arm_rewrite_mcpu): Handle multiple names.
47098         * config/arm/arm.h
47099         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
47101 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
47103         * gimple-builder.h (create_gimple_tmp): Delete.
47105 2014-01-27  Christian Bruel  <christian.bruel@st.com>
47107         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
47108         words comparisons.
47110 2014-01-26  John David Anglin  <danglin@gcc.gnu.org>
47112         * config/pa/pa.md (call): Generate indirect long calls to non-local
47113         functions when outputing 32-bit code.
47114         (call_value): Likewise except for special call to buggy powf function.
47116         * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
47117         portable runtime and PIC indirect calls.
47118         (pa_output_indirect_call): Remove unnecessary nop from portable runtime
47119         and PIC call sequences.  Use ldo instead of blr to set return register
47120         in PIC call sequence.
47122 2014-01-25  Walter Lee  <walt@tilera.com>
47124         * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
47125         avoid clobbering a live register.
47127 2014-01-25  Walter Lee  <walt@tilera.com>
47129         * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
47130         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
47131         * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
47132         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
47134 2014-01-25  Walter Lee  <walt@tilera.com>
47136         * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
47137         arguments on even registers.
47138         (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
47139         STACK_BOUNDARY.
47140         * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
47141         (BIGGEST_ALIGNMENT): Ditto.
47142         (BIGGEST_FIELD_ALIGNMENT): Ditto.
47144 2014-01-25  Walter Lee  <walt@tilera.com>
47146         * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
47147         insns before bundling.
47148         * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
47150 2014-01-25  Walter Lee  <walt@tilera.com>
47152         * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
47153         PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
47154         * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
47156 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
47158         * config/mips/constraints.md (kl): Delete.
47159         * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
47160         define expands, using...
47161         (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
47162         instructions for MIPS16.
47163         (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
47164         non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
47166 2014-01-25  Walter Lee  <walt@tilera.com>
47168         * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
47169         (clzdi2): Ditto.
47170         (ffsdi2): Ditto.
47172 2014-01-25  Walter Lee  <walt@tilera.com>
47174         * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
47175         (TARGET_EXPAND_TO_RTL_HOOK): Define.
47177 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
47179         * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
47180         Handle XOR.
47182 2014-01-25  Jakub Jelinek  <jakub@redhat.com>
47184         * print-rtl.c (in_call_function_usage): New var.
47185         (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
47186         EXPR_LIST mode as mode and not as reg note name.
47188         PR middle-end/59561
47189         * cfgloopmanip.c (copy_loop_info): If
47190         loop->warned_aggressive_loop_optimizations, make sure
47191         the flag is set in target loop too.
47193 2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
47195         * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
47196         flag_cilkplus.
47197         * builtins.def: Likewise.
47198         * cilk.h (fn_contains_cilk_spawn_p): Likewise.
47199         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
47200         * ira.c (ira_setup_eliminable_regset): Likewise.
47201         * omp-low.c (gate_expand_omp): Likewise.
47202         (execute_lower_omp): Likewise.
47203         (diagnose_sb_0): Likewise.
47204         (gate_diagnose_omp_blocks): Likewise.
47205         (simd_clone_clauses_extract): Likewise.
47206         (gate): Likewise.
47208 2014-01-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
47210         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
47211         correction for little endian...
47212         * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
47213         here.
47215 2014-01-24  Jeff Law  <law@redhat.com>
47217         PR tree-optimization/59919
47218         * tree-vrp.c (find_assert_locations_1): Do not register asserts
47219         for non-returning calls.
47221 2014-01-24  James Greenhalgh  <james.greenhalgh@arm.com>
47223         * common/config/aarch64/aarch64-common.c
47224         (aarch64_rewrite_mcpu): Handle multiple names.
47225         * config/aarch64/aarch64.h
47226         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
47228 2014-01-24  Dodji Seketeli  <dodji@redhat.com>
47230         * input.c (add_file_to_cache_tab): Handle the case where fopen
47231         returns NULL.
47233 2014-01-23  H.J. Lu  <hongjiu.lu@intel.com>
47235         PR target/59929
47236         * config/i386/i386.md (pushsf splitter): Get stack adjustment
47237         from push operand if code of push isn't PRE_DEC.
47239 2014-01-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
47241         PR target/59909
47242         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
47243         -mquad-memory-atomic.  Update -mquad-memory documentation to say
47244         it is only used for non-atomic loads/stores.
47246         * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
47247         -mquad-memory or -mquad-memory-atomic switches.
47249         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
47250         -mquad-memory-atomic to ISA 2.07 support.
47252         * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
47253         to separate support of normal quad word memory operations (ldq, stq)
47254         from the atomic quad word memory operations.
47256         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
47257         support to separate non-atomic quad word operations from atomic
47258         quad word operations.  Disable non-atomic quad word operations in
47259         little endian mode so that we don't have to swap words after the
47260         load and before the store.
47261         (quad_load_store_p): Add comment about atomic quad word support.
47262         (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
47263         options printed with -mdebug=reg.
47265         * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
47266         -mquad-memory-atomic as the test for whether we have quad word
47267         atomic instructions.
47268         (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
47269         or -mp8-vector are used, allow byte/half-word atomic operations.
47271         * config/rs6000/sync.md (load_lockedti): Insure that the address
47272         is a proper indexed or indirect address for the lqarx instruction.
47273         On little endian systems, swap the hi/lo registers after the lqarx
47274         instruction.
47275         (load_lockedpti): Use indexed_or_indirect_operand predicate to
47276         insure the address is valid for the lqarx instruction.
47277         (store_conditionalti): Insure that the address is a proper indexed
47278         or indirect address for the stqcrx. instruction.  On little endian
47279         systems, swap the hi/lo registers before doing the stqcrx.
47280         instruction.
47281         (store_conditionalpti): Use indexed_or_indirect_operand predicate to
47282         insure the address is valid for the stqcrx. instruction.
47284         * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
47285         Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
47286         type of quad memory support is available.
47288 2014-01-23  Vladimir Makarov  <vmakarov@redhat.com>
47290         PR regression/59915
47291         * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
47292         there is a danger of looping.
47294 2014-01-23  Pat Haugen  <pthaugen@us.ibm.com>
47296         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
47297         force flag_ira_loop_pressure if set via command line.
47299 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
47301         * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
47302         (ashr_simd): New builtin handling DI mode.
47303         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
47304         (aarch64_sshr_simddi): New match pattern.
47305         * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
47306         (vshrd_n_s64): Likewise.
47307         * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
47309 2014-01-23  Nick Clifton  <nickc@redhat.com>
47311         * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
47312         (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
47313         favour of mcu specific scripts.
47314         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
47315         430x multilibs.
47317 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
47318             Alex Velenko  <Alex.Velenko@arm.com>
47320         * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
47321         (vaddv_s16): Likewise.
47322         (vaddv_s32): Likewise.
47323         (vaddv_u8): Likewise.
47324         (vaddv_u16): Likewise.
47325         (vaddv_u32): Likewise.
47326         (vaddvq_s8): Likewise.
47327         (vaddvq_s16): Likewise.
47328         (vaddvq_s32): Likewise.
47329         (vaddvq_s64): Likewise.
47330         (vaddvq_u8): Likewise.
47331         (vaddvq_u16): Likewise.
47332         (vaddvq_u32): Likewise.
47333         (vaddvq_u64): Likewise.
47334         (vaddv_f32): Likewise.
47335         (vaddvq_f32): Likewise.
47336         (vaddvq_f64): Likewise.
47337         (vmaxv_f32): Likewise.
47338         (vmaxv_s8): Likewise.
47339         (vmaxv_s16): Likewise.
47340         (vmaxv_s32): Likewise.
47341         (vmaxv_u8): Likewise.
47342         (vmaxv_u16): Likewise.
47343         (vmaxv_u32): Likewise.
47344         (vmaxvq_f32): Likewise.
47345         (vmaxvq_f64): Likewise.
47346         (vmaxvq_s8): Likewise.
47347         (vmaxvq_s16): Likewise.
47348         (vmaxvq_s32): Likewise.
47349         (vmaxvq_u8): Likewise.
47350         (vmaxvq_u16): Likewise.
47351         (vmaxvq_u32): Likewise.
47352         (vmaxnmv_f32): Likewise.
47353         (vmaxnmvq_f32): Likewise.
47354         (vmaxnmvq_f64): Likewise.
47355         (vminv_f32): Likewise.
47356         (vminv_s8): Likewise.
47357         (vminv_s16): Likewise.
47358         (vminv_s32): Likewise.
47359         (vminv_u8): Likewise.
47360         (vminv_u16): Likewise.
47361         (vminv_u32): Likewise.
47362         (vminvq_f32): Likewise.
47363         (vminvq_f64): Likewise.
47364         (vminvq_s8): Likewise.
47365         (vminvq_s16): Likewise.
47366         (vminvq_s32): Likewise.
47367         (vminvq_u8): Likewise.
47368         (vminvq_u16): Likewise.
47369         (vminvq_u32): Likewise.
47370         (vminnmv_f32): Likewise.
47371         (vminnmvq_f32): Likewise.
47372         (vminnmvq_f64): Likewise.
47374 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
47376         * config/aarch64/aarch64-simd.md
47377         (aarch64_dup_lane<mode>): Correct lane number on big-endian.
47378         (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
47379         (*aarch64_mul3_elt<mode>): Likewise.
47380         (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
47381         (*aarch64_mul3_elt_to_64v2df): Likewise.
47382         (*aarch64_mla_elt<mode>): Likewise.
47383         (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
47384         (*aarch64_mls_elt<mode>): Likewise.
47385         (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
47386         (*aarch64_fma4_elt<mode>): Likewise.
47387         (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
47388         (*aarch64_fma4_elt_to_64v2df): Likewise.
47389         (*aarch64_fnma4_elt<mode>): Likewise.
47390         (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
47391         (*aarch64_fnma4_elt_to_64v2df): Likewise.
47392         (aarch64_sq<r>dmulh_lane<mode>): Likewise.
47393         (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
47394         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
47395         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
47396         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
47397         (aarch64_sqdmull_lane<mode>_internal): Likewise.
47398         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
47400 2013-01-23  Alex Velenko  <Alex.Velenko@arm.com>
47402         * config/aarch64/aarch64-simd.md
47403         (aarch64_be_checked_get_lane<mode>): New define_expand.
47404         * config/aarch64/aarch64-simd-builtins.def
47405         (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
47406         New builtin definition.
47407         * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
47408         Use new safe be builtin.
47410 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
47412         * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
47413         New define_insn.
47414         (aarch64_be_st1<mode>): Likewise.
47415         (aarch_ld1<VALL:mode>): Define_expand modified.
47416         (aarch_st1<VALL:mode>): Likewise.
47417         * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
47418         (UNSPEC_ST1): Likewise.
47420 2014-01-23  David Holsgrove  <david.holsgrove@xilinx.com>
47422         * config/microblaze/microblaze.md: Add trap insn and attribute
47424 2014-01-23  Dodji Seketeli  <dodji@redhat.com>
47426         PR preprocessor/58580
47427         * input.h (location_get_source_line): Take an additional line_size
47428         parameter.
47429         (void diagnostics_file_cache_fini): Declare new function.
47430         * input.c (struct fcache): New type.
47431         (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
47432         New static constants.
47433         (diagnostic_file_cache_init, total_lines_num)
47434         (lookup_file_in_cache_tab, evicted_cache_tab_entry)
47435         (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
47436         (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
47437         (get_next_line, read_next_line, goto_next_line, read_line_num):
47438         New static function definitions.
47439         (diagnostic_file_cache_fini): New function.
47440         (location_get_source_line): Take an additional output line_len
47441         parameter.  Re-write using lookup_or_add_file_to_cache_tab and
47442         read_line_num.
47443         * diagnostic.c (diagnostic_finish): Call
47444         diagnostic_file_cache_fini.
47445         (adjust_line): Take an additional input parameter for the length
47446         of the line, rather than calculating it with strlen.
47447         (diagnostic_show_locus): Adjust the use of
47448         location_get_source_line and adjust_line with respect to their new
47449         signature.  While displaying a line now, do not stop at the first
47450         null byte.  Rather, display the zero byte as a space and keep
47451         going until we reach the size of the line.
47452         * Makefile.in: Add vec.o to OBJS-libcommon
47454 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
47455             Ilya Tocar  <ilya.tocar@intel.com>
47457         * config/i386/avx512fintrin.h (_mm512_kmov): New.
47458         * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
47459         (__builtin_ia32_kmov16): Ditto.
47460         * config/i386/i386.md (UNSPEC_KMOV): New.
47461         (kmovw): Ditto.
47463 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
47465         * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
47466         (_mm512_storeu_si512): Ditto.
47468 2014-01-23  Richard Sandiford  <rdsandiford@googlemail.com>
47470         PR target/52125
47471         * rtl.h (get_referenced_operands): Declare.
47472         * recog.c (get_referenced_operands): New function.
47473         * config/mips/mips.c (mips_reorg_process_insns): Check which asm
47474         operands have been referenced when recording LO_SUM references.
47476 2014-01-22  David Holsgrove  <david.holsgrove@xilinx.com>
47478         * config/microblaze/microblaze.md: Correct bswaphi2 insn.
47480 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
47482         * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
47483         Enable for generic and recent AMD targets.
47485 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
47487         * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
47488         ARG_SIZE note when adjustment was eliminated.
47490 2014-01-22  Jeff Law  <law@redhat.com>
47492         PR tree-optimization/59597
47493         * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
47494         in file.  Accept new argument REGISTERING and use it to modify
47495         dump output appropriately.
47496         (register_jump_thread): Corresponding changes.
47497         (mark_threaded_blocks): Reinstate code to cancel unprofitable
47498         thread paths involving joiner blocks.  Add code to dump cancelled
47499         jump threading paths.
47501 2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
47503         PR rtl-optimization/59477
47504         * lra-constraints.c (inherit_in_ebb): Process call for living hard
47505         regs.  Update reloads_num and potential_reload_hard_regs for all insns.
47507 2014-01-22  Tom Tromey  <tromey@redhat.com>
47509         * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
47510         PARAMS.
47511         * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
47513 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
47515         PR rtl-optimization/59896
47516         * lra-constraints.c (process_alt_operands): Check unused note for
47517         matched operands of insn with no output reloads.
47519 2014-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
47521         * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
47522         (mips_move_from_gpr_cost): Likewise.
47524 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
47526         PR rtl-optimization/59858
47527         * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
47528         ira_class_hard_regs_num.
47529         (process_alt_operands): Increase reject for dying matched operand.
47531 2014-01-21  Jakub Jelinek  <jakub@redhat.com>
47533         PR target/59003
47534         * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
47535         smaller than size, perform several stores or loads and stores
47536         at dst + count - size to store or copy all of size bytes, rather
47537         than just last modesize bytes.
47539 2014-01-20  DJ Delorie  <dj@redhat.com>
47541         * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
47542         that CLOBBERs are REGs before propogating their values.
47544 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
47546         PR middle-end/59789
47547         * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
47548         (cgraph_inline_failed_type): New function.
47549         * cgraph.h (DEFCIFCODE): Add type.
47550         (cgraph_inline_failed_type_t): New enum.
47551         (cgraph_inline_failed_type): New prototype.
47552         * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
47553         FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
47554         FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
47555         LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
47556         MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
47557         RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
47558         OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
47559         INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
47560         Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
47561         FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
47562         EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
47563         OPTIMIZATION_MISMATCH.
47564         * tree-inline.c (expand_call_inline): Emit errors during
47565         early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
47567 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
47569         PR target/59685
47570         * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
47571         mode attribute in insn output.
47573 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
47575         * output.h (output_constant): Delete.
47576         * varasm.c (output_constant): Make private.
47578 2014-01-20  Alex Velenko  <Alex.Velenko@arm.com>
47580         * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
47582 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
47584         PR middle-end/59860
47585         * tree.h (fold_builtin_strcat): New prototype.
47586         * builtins.c (fold_builtin_strcat): No longer static.  Add len
47587         argument, if non-NULL, don't call c_strlen.  Optimize
47588         directly into __builtin_memcpy instead of __builtin_strcpy.
47589         (fold_builtin_2): Adjust fold_builtin_strcat caller.
47590         * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
47592 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
47594         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
47595         for SImode_address_operand operands, having only a REG argument.
47597 2014-01-20  Marcus Shawcroft  <marcus.shawcroft@arm.com>
47599         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
47600         loader name using mbig-endian.
47601         (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
47603 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
47605         * doc/invoke.texi (-march): Clarify documentation for AArch64.
47606         (-mtune): Likewise.
47607         (-mcpu): Likewise.
47609 2014-01-20  Tejas Belagod  <tejas.belagod@arm.com>
47611         * config/aarch64/aarch64-protos.h
47612         (aarch64_cannot_change_mode_class_ptr): Declare.
47613         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
47614         aarch64_cannot_change_mode_class_ptr): New.
47615         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
47616         backend hook aarch64_cannot_change_mode_class.
47618 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
47620         * common/config/aarch64/aarch64-common.c
47621         (aarch64_handle_option): Don't handle any option order logic here.
47622         * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
47623         selected_cpu, warn on architecture version mismatch.
47624         (aarch64_override_options): Fix parsing order for option strings.
47626 2014-01-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
47627             Iain Sandoe  <iain@codesourcery.com>
47629         PR bootstrap/59496
47630         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
47631         warning.  Amend comment to reflect current functionality.
47633 2014-01-20  Richard Biener  <rguenther@suse.de>
47635         PR middle-end/59860
47636         * builtins.c (fold_builtin_strcat): Remove case better handled
47637         by tree-ssa-strlen.c.
47639 2014-01-20  Alan Lawrence  <alan.lawrence@arm.com>
47641         * config/aarch64/aarch64.opt
47642         (mcpu, march, mtune): Make case-insensitive.
47644 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
47646         PR target/59880
47647         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
47648         if operands[1] is a REG or ZERO_EXTEND of a REG.
47650 2014-01-19  Jan Hubicka  <hubicka@ucw.cz>
47652         * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
47654 2014-01-19  John David Anglin  <danglin@gcc.gnu.org>
47656         * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
47657         long non-pic millicode calls.
47659 2014-01-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
47661         * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
47663 2014-01-19  Kito Cheng  <kito@0xlab.org>
47665         * builtins.c (expand_movstr): Check movstr expand done or fail.
47667 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
47668             H.J. Lu  <hongjiu.lu@intel.com>
47670         PR target/59379
47671         * config/i386/i386.md (*lea<mode>): Zero-extend return register
47672         to DImode for zero-extended addresses.
47674 2014-01-19  Jakub Jelinek  <jakub@redhat.com>
47676         PR rtl-optimization/57763
47677         * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
47678         on the new indirect jump_insn and increment LABEL_NUSES (label).
47680 2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
47682         PR bootstrap/59580
47683         PR bootstrap/59583
47684         * config.gcc (x86_archs): New variable.
47685         (x86_64_archs): Likewise.
47686         (x86_cpus): Likewise.
47687         Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
47688         --with-arch/--with-cpu= options.
47689         Support --with-arch=/--with-cpu={nehalem,westmere,
47690         sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
47692 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
47694         * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
47695         and PROCESSOR_ATHLON to simplify code.  Move "memory" calculation.
47697 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
47699         * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
47701 2014-01-18  Jakub Jelinek  <jakub@redhat.com>
47703         PR target/58944
47704         * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
47705         clear cpp_get_options (parse_in)->warn_unused_macros for
47706         ix86_target_macros_internal with cpp_define.
47708 2014-01-18  Richard Sandiford  <rdsandiford@googlemail.com>
47710         * jump.c (delete_related_insns): Keep (use (insn))s.
47711         * reorg.c (redundant_insn): Check for barriers too.
47713 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
47715         * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
47717 2014-01-17  John David Anglin  <danglin@gcc.gnu.org>
47719         * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
47720         call to $$dyncall when TARGET_LONG_CALLS is true.
47722 2014-01-17  Jeff Law  <law@redhat.com>
47724         * ree.c (combine_set_extension): Temporarily disable test for
47725         changing number of hard registers.
47727 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
47729         PR middle-end/58125
47730         * ipa-inline-analysis.c (inline_free_summary):
47731         Do not free summary of aliases.
47733 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
47735         PR middle-end/59706
47736         * gimplify.c (gimplify_expr): Use create_tmp_var
47737         instead of create_tmp_var_raw.  If cond doesn't have
47738         integral type, don't add the IFN_ANNOTATE builtin at all.
47740 2014-01-17  Martin Jambor  <mjambor@suse.cz>
47742         PR ipa/59736
47743         * ipa-cp.c (prev_edge_clone): New variable.
47744         (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
47745         Also resize prev_edge_clone vector.
47746         (ipcp_edge_duplication_hook): Also update prev_edge_clone.
47747         (ipcp_edge_removal_hook): New function.
47748         (ipcp_driver): Register ipcp_edge_removal_hook.
47750 2014-01-17  Andrew Pinski  <apinski@cavium.com>
47751             Steve Ellcey  <sellcey@mips.com>
47753         PR target/59462
47754         * config/mips/mips.c (mips_print_operand): Check operand mode instead
47755         of operator mode.
47757 2014-01-17  Jeff Law  <law@redhat.com>
47759         PR middle-end/57904
47760         * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
47761         so that pass_ccp runs first.
47763 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
47765         * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
47766         (ix86_adjust_cost): Use !TARGET_XXX.
47767         (do_reorder_for_imul): Likewise.
47768         (swap_top_of_ready_list): Likewise.
47769         (ix86_sched_reorder): Likewise.
47771 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
47773         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
47774         PROCESSOR_INTEL.  Treat like PROCESSOR_GENERIC.
47775         * config/i386/i386.c (intel_memcpy): New.  Duplicate slm_memcpy.
47776         (intel_memset): New.  Duplicate slm_memset.
47777         (intel_cost): New.  Duplicate slm_cost.
47778         (m_INTEL): New macro.
47779         (processor_target_table): Add "intel".
47780         (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
47781         with PROCESSOR_INTEL for "intel".
47782         (ix86_lea_outperforms): Support PROCESSOR_INTEL.  Duplicate
47783         PROCESSOR_SILVERMONT.
47784         (ix86_issue_rate): Likewise.
47785         (ix86_adjust_cost): Likewise.
47786         (ia32_multipass_dfa_lookahead): Likewise.
47787         (swap_top_of_ready_list): Likewise.
47788         (ix86_sched_reorder): Likewise.
47789         (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
47790         instead of TARGET_OPT_AGU.
47791         * config/i386/i386.h (TARGET_INTEL): New.
47792         (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
47793         (processor_type): Add PROCESSOR_INTEL.
47794         * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
47795         Add X86_TUNE_AVOID_LEA_FOR_ADDR.
47797 2014-01-17  Marek Polacek  <polacek@redhat.com>
47799         PR c/58346
47800         * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
47801         size is zero.
47803 2014-01-17  Richard Biener  <rguenther@suse.de>
47805         PR tree-optimization/46590
47806         * opts.c (default_options_table): Add entries for
47807         OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
47808         all enabled at -O1 but not for -Og.
47809         * common.opt (fbranch-count-reg): Remove Init(1).
47810         (fmove-loop-invariants): Likewise.
47811         (ftree-pta): Likewise.
47813 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
47815         * config/i386/i386.c (ix86_data_alignment): For compatibility with
47816         (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
47817         decls to at least the GCC 4.8 used alignments.
47819         PR fortran/59440
47820         * tree-nested.c (convert_nonlocal_reference_stmt,
47821         convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
47822         of GIMPLE_BIND stmts, adjust associated decls.
47824 2014-01-17  Richard Biener  <rguenther@suse.de>
47826         PR tree-optimization/46590
47827         * vec.h (vec<>::bseach): New member function implementing
47828         binary search according to C89 bsearch.
47829         (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
47830         * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
47831         bitmap pointer again.  Make accesses_in_loop a flat array.
47832         (mem_ref_obstack): New global.
47833         (outermost_indep_loop): Adjust for mem_ref->stored changes.
47834         (mark_ref_stored): Likewise.
47835         (ref_indep_loop_p_2): Likewise.
47836         (set_ref_stored_in_loop): New helper function.
47837         (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
47838         (memref_free): Adjust.
47839         (record_mem_ref_loc): Simplify.
47840         (gather_mem_refs_stmt): Adjust.
47841         (sort_locs_in_loop_postorder_cmp): New function.
47842         (analyze_memory_references): Sort accesses_in_loop after
47843         loop postorder number.
47844         (find_ref_loc_in_loop_cmp): New function.
47845         (for_all_locs_in_loop): Find relevant cluster of locs in
47846         accesses_in_loop and iterate without recursion.
47847         (execute_sm): Avoid uninit warning.
47848         (struct ref_always_accessed): Simplify.
47849         (ref_always_accessed::operator ()): Likewise.
47850         (ref_always_accessed_p): Likewise.
47851         (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
47852         loop postorder numbers here.
47853         (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
47854         numbers.
47856 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
47858         PR c++/57945
47859         * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
47860         on decls for which assemble_alias has been called.
47862 2014-01-17  Nick Clifton  <nickc@redhat.com>
47864         * config/msp430/msp430.opt: (mcpu): New option.
47865         * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
47866         (msp430_option_override): Parse target_cpu.  If the MCU name
47867         matches a generic string, clear target_mcu.
47868         (msp430_attr): Allow numeric interrupt values up to 63.
47869         (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
47870         * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
47871         option.
47872         * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
47873         Add mcpu matches.
47874         * config/msp430/msp430.md (popm): Use %J rather than %I.
47875         (addsi3): Use msp430_nonimmediate_operand for operand 2.
47876         (addhi_cy_i): Use immediate_operand for operand 2.
47877         * doc/invoke.texi: Document -mcpu option.
47879 2014-01-17  Richard Biener  <rguenther@suse.de>
47881         PR rtl-optimization/38518
47882         * df.h (df_analyze_loop): Declare.
47883         * df-core.c: Include cfgloop.h.
47884         (df_analyze_1): Split out main part of df_analyze.
47885         (df_analyze): Adjust.
47886         (loop_inverted_post_order_compute): New function.
47887         (loop_post_order_compute): Likewise.
47888         (df_analyze_loop): New function avoiding whole-function
47889         postorder computes.
47890         * loop-invariant.c (find_defs): Use df_analyze_loop.
47891         (find_invariants): Adjust.
47892         * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
47894 2014-01-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
47896         * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
47897         (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
47899 2014-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
47901         * ipa-ref.c (ipa_remove_stmt_references): Fix references
47902         traversal when removing references.
47904 2014-01-16  Jan Hubicka  <hubicka@ucw.cz>
47906         PR ipa/59775
47907         * tree.c (get_binfo_at_offset): Look harder for virtual bases.
47909 2014-01-16  Bernd Schmidt  <bernds@codesourcery.com>
47911         PR middle-end/56791
47912         * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
47913         pushing a reload for an autoinc when we had previously reloaded an
47914         inner part of the address.
47916 2014-01-16  Jakub Jelinek  <jakub@redhat.com>
47918         * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
47919         field.
47920         (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
47921         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
47922         when not giving up or versioning for alias only because of
47923         loop->safelen.
47924         (vect_analyze_data_ref_dependences): Set to true.
47925         * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
47926         is a GIMPLE_PHI.
47927         (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
47928         LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
47929         to the condition.
47931         PR middle-end/58344
47932         * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
47934         PR target/59839
47935         * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
47936         operand 0 predicate for gathers, use a new pseudo as subtarget.
47938 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
47940         PR middle-end/59609
47941         * lra-constraints.c (process_alt_operands): Add printing debug info.
47942         Check absence of input/output reloads for matched operands too.
47944 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
47946         PR rtl-optimization/59835
47947         * ira.c (ira_init_register_move_cost): Increase cost for
47948         impossible modes.
47950 2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>
47952         * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
47954 2014-01-16  Richard Earnshaw  <rearnsha@arm.com>
47956         PR target/59780
47957         * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
47958         non-register objects.  Use gen_(high/low)part more consistently.
47959         Fix assertions.
47961 2014-01-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
47963         PR target/59844
47964         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
47965         endian support, remove tests for WORDS_BIG_ENDIAN.
47966         (p8_mfvsrd_3_<mode>): Likewise.
47967         (reload_gpr_from_vsx<mode>): Likewise.
47968         (reload_gpr_from_vsxsf): Likewise.
47969         (p8_mfvsrd_4_disf): Likewise.
47971 2014-01-16  Richard Biener  <rguenther@suse.de>
47973         PR rtl-optimization/46590
47974         * lcm.c (compute_antinout_edge): Use postorder iteration.
47975         (compute_laterin): Use inverted postorder iteration.
47977 2014-01-16  Nick Clifton  <nickc@redhat.com>
47979         PR middle-end/28865
47980         * varasm.c (output_constant): Return the number of bytes actually
47981         emitted.
47982         (output_constructor_array_range): Update the field size with the
47983         number of bytes emitted by output_constant.
47984         (output_constructor_regular_field): Likewise.  Also do not
47985         complain if the total number of bytes emitted is now greater
47986         than the expected fieldpos.
47987         * output.h (output_constant): Update prototype and descriptive comment.
47989 2014-01-16  Marek Polacek  <polacek@redhat.com>
47991         PR middle-end/59827
47992         * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
47993         it is error_mark_node.
47995 2014-01-15  Uros Bizjak  <ubizjak@gmail.com>
47997         * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
47998         VALID_AVX256_REG_OR_OI_MODE.
48000 2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
48002         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
48003         current procedure should be profiled.
48005 2014-01-15  Andrew Pinski  <apinski@cavium.com>
48007         * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
48008         of moving from/to the STACK_REG register class.
48010 2014-01-15  Richard Henderson  <rth@redhat.com>
48012         PR debug/54694
48013         * reginfo.c (global_regs_decl): Globalize.
48014         * rtl.h (global_regs_decl): Declare.
48015         * ira.c (do_reload): Diagnose frame_pointer_needed and it
48016         reserved via global_regs.
48018 2014-01-15  Teresa Johnson  <tejohnson@google.com>
48020         * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
48022 2014-01-15  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
48024         * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
48025         and vmulosh rather than call gen_vec_widen_smult_*.
48026         (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
48027         than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
48028         (vec_widen_smult_even_v16qi): Likewise.
48029         (vec_widen_umult_even_v8hi): Likewise.
48030         (vec_widen_smult_even_v8hi): Likewise.
48031         (vec_widen_umult_odd_v16qi): Likewise.
48032         (vec_widen_smult_odd_v16qi): Likewise.
48033         (vec_widen_umult_odd_v8hi): Likewise.
48034         (vec_widen_smult_odd_v8hi): Likewise.
48035         (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
48036         vmuloub rather than call gen_vec_widen_umult_*.
48037         (vec_widen_umult_lo_v16qi): Likewise.
48038         (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
48039         vmulosb rather than call gen_vec_widen_smult_*.
48040         (vec_widen_smult_lo_v16qi): Likewise.
48041         (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
48042         rather than call gen_vec_widen_umult_*.
48043         (vec_widen_umult_lo_v8hi): Likewise.
48044         (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
48045         rather than call gen_vec_widen_smult_*.
48046         (vec_widen_smult_lo_v8hi): Likewise.
48048 2014-01-15  Jeff Law  <law@redhat.com>
48050         PR tree-optimization/59747
48051         * ree.c (find_and_remove_re): Properly handle case where a second
48052         eliminated extension requires widening a copy created for elimination
48053         of a prior extension.
48054         (combine_set_extension): Ensure that the number of hard regs needed
48055         for a destination register does not change when we widen it.
48057 2014-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
48059         * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
48060         (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
48061         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
48062         (arm*-*-rtems*): Use t-rtems from existing tmake_file.
48063         (avr-*-rtems*): Likewise.
48064         (bfin*-rtems*): Likewise.
48065         (moxie-*-rtems*): Likewise.
48066         (h8300-*-rtems*): Likewise.
48067         (i[34567]86-*-rtems*): Likewise.
48068         (lm32-*-rtems*): Likewise.
48069         (m32r-*-rtems*): Likewise.
48070         (m68k-*-rtems*): Likewise.
48071         (microblaze*-*-rtems*): Likewise.
48072         (mips*-*-rtems*): Likewise.
48073         (powerpc-*-rtems*): Likewise.
48074         (sh-*-rtems*): Likewise.
48075         (sparc-*-rtems*): Likewise.
48076         (sparc64-*-rtems*): Likewise.
48077         (v850-*-rtems*): Likewise.
48078         (m32c-*-rtems*): Likewise.
48080 2014-01-15  Vladimir Makarov  <vmakarov@redhat.com>
48082         PR rtl-optimization/59511
48083         * ira.c (ira_init_register_move_cost): Use memory costs for some
48084         cases of register move cost calculations.
48085         * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
48086         instead of BB frequency.
48087         * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
48088         * lra-assigns.c (find_hard_regno_for): Ditto.
48090 2014-01-15  Richard Biener  <rguenther@suse.de>
48092         PR tree-optimization/59822
48093         * tree-vect-stmts.c (hoist_defs_of_uses): New function.
48094         (vectorizable_load): Use it to hoist defs of uses of invariant
48095         loads out of the loop.
48097 2014-01-15  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
48098             Kugan Vivekanandarajah  <kuganv@linaro.org>
48100         PR target/59695
48101         * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
48102         truncation.
48104 2014-01-15  Richard Biener  <rguenther@suse.de>
48106         PR rtl-optimization/59802
48107         * lcm.c (compute_available): Use inverted postorder to seed
48108         the initial worklist.
48110 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48112         PR target/59803
48113         * config/s390/s390.c (s390_preferred_reload_class): Don't return
48114         ADDR_REGS for invalid symrefs in non-PIC code.
48116 2014-01-15  Jakub Jelinek  <jakub@redhat.com>
48118         PR other/58712
48119         * builtins.c (determine_block_size): Initialize *probable_max_size
48120         even if len_rtx is CONST_INT.
48122 2014-01-14  Andrew Pinski  <apinski@cavium.com>
48124         * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
48125         * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
48126         (cortexa53_tunings): Likewise.
48127         (aarch64_sched_issue_rate): New function.
48128         (TARGET_SCHED_ISSUE_RATE): Define.
48130 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
48132         * ira-costs.c (find_costs_and_classes): Add missed
48133         ira_init_register_move_cost_if_necessary.
48135 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
48137         PR target/59787
48138         * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
48140 2014-01-14  H.J. Lu  <hongjiu.lu@intel.com>
48142         PR target/59794
48143         * config/i386/i386.c (type_natural_mode): Add a bool parameter
48144         to indicate if type is used for function return value.  Warn ABI
48145         change if the vector mode isn't available for function return value.
48146         (ix86_function_arg_advance): Pass false to type_natural_mode.
48147         (ix86_function_arg): Likewise.
48148         (ix86_gimplify_va_arg): Likewise.
48149         (function_arg_32): Don't warn ABI change.
48150         (ix86_function_value): Pass true to type_natural_mode.
48151         (ix86_return_in_memory): Likewise.
48152         (ix86_struct_value_rtx): Removed.
48153         (TARGET_STRUCT_VALUE_RTX): Likewise.
48155 2014-01-14  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
48157         * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
48158         converting a conditional jump into a conditional return.
48160 2014-01-14  Richard Biener  <rguenther@suse.de>
48162         PR tree-optimization/58921
48163         PR tree-optimization/59006
48164         * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
48165         hoisting invariant stmts.
48166         * tree-vect-stmts.c (vectorizable_load): Insert the splat of
48167         invariant loads on the preheader edge if possible.
48169 2014-01-14  Joey Ye  <joey.ye@arm.com>
48171         * doc/plugin.texi (Building GCC plugins): Update to C++.
48173 2014-01-14  Kirill Yukhin  <kirill.yukhin@intel.com>
48175         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
48176         (_mm_rcp28_round_ss): Ditto.
48177         (_mm_rsqrt28_round_sd): Ditto.
48178         (_mm_rsqrt28_round_ss): Ditto.
48179         (_mm_rcp28_sd): Ditto.
48180         (_mm_rcp28_ss): Ditto.
48181         (_mm_rsqrt28_sd): Ditto.
48182         (_mm_rsqrt28_ss): Ditto.
48183         * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
48184         * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
48185         * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
48186         (IX86_BUILTIN_RCP28SD): Ditto.
48187         (IX86_BUILTIN_RCP28SS): Ditto.
48188         (IX86_BUILTIN_RSQRT28SD): Ditto.
48189         (IX86_BUILTIN_RSQRT28SS): Ditto.
48190         (bdesc_special_args): Define __builtin_ia32_movntdqa512,
48191         __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
48192         __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
48193         (ix86_expand_special_args_builtin): Expand new FTYPE.
48194         * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
48195         (srcp14<mode>): Make insn unary.
48196         (avx512f_vmscalef<mode><round_name>): Use substed predicate.
48197         (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
48198         (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
48199         (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
48200         (avx512er_exp2<mode><mask_name><round_saeonly_name>):
48201         Fix rounding: make it SAE only.
48202         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
48203         Ditto.
48204         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
48205         Ditto.
48206         (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
48207         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
48208         (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
48209         * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
48210         (round_saeonly_mask_scalar_operand4): Ditto.
48211         (round_saeonly_mask_scalar_op3): Ditto.
48212         (round_saeonly_mask_scalar_op4): Ditto.
48214 2014-01-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
48216         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
48217         Implement -maltivec=be for vec_insert and vec_extract.
48219 2014-01-10  DJ Delorie  <dj@redhat.com>
48221         * config/msp430/msp430.md (call_internal): Don't allow memory
48222         references with SP as the base register.
48223         (call_value_internal): Likewise.
48224         * config/msp430/constraints.md (Yc): New.  For memory references
48225         that don't use SP as a base register.
48227         * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
48228         "an integer without a # prefix"
48229         * config/msp430/msp430.md (epilogue_helper): Use it.
48231 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
48233         PR target/59617
48234         * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
48235         AVX512F gather builtins.
48236         * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
48237         on gather decls with INTEGER_TYPE masktype.
48238         (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
48239         directly into the builtin rather than hoisting it before loop.
48241         PR tree-optimization/59387
48242         * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
48243         (scev_const_prop): If folded_casts and type has undefined overflow,
48244         use force_gimple_operand instead of force_gimple_operand_gsi and
48245         for each added stmt if it is assign with
48246         arith_code_with_undefined_signed_overflow, call
48247         rewrite_to_defined_overflow.
48248         * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
48249         gimple-fold.h instead.
48250         (arith_code_with_undefined_signed_overflow,
48251         rewrite_to_defined_overflow): Moved to ...
48252         * gimple-fold.c (arith_code_with_undefined_signed_overflow,
48253         rewrite_to_defined_overflow): ... here.  No longer static.
48254         Include gimplify-me.h.
48255         * gimple-fold.h (arith_code_with_undefined_signed_overflow,
48256         rewrite_to_defined_overflow): New prototypes.
48258 2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
48260         * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
48262 2014-01-13  Eric Botcazou  <ebotcazou@adacore.com>
48264         * builtins.c (get_object_alignment_2): Minor tweak.
48265         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
48267 2014-01-13  Christian Bruel  <christian.bruel@st.com>
48269         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
48270         optimized non constant lengths.
48272 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
48274         PR libgomp/59194
48275         * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
48276         load as __atomic_load_N if possible.
48278 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
48280         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
48281         target parameter.
48282         (rs6000_expand_builtin): Adjust call.
48284 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
48286         PR target/58115
48287         * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
48288         * config/rs6000/rs6000.c: Include target-globals.h.
48289         (rs6000_set_current_function): Instead of doing target_reinit
48290         unconditionally, use save_target_globals_default_opts and
48291         restore_target_globals.
48293         * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
48294         FPSCR.
48295         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
48296         (rs6000_expand_builtin): Handle mffs and mtfsf.
48297         (rs6000_init_builtins): Define mffs and mtfsf.
48298         * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
48299         (rs6000_mffs): New pattern.
48300         (rs6000_mtfsf): New pattern.
48302 2014-01-11  Bin Cheng  <bin.cheng@arm.com>
48304         * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
48305         Start narrowing with START.  Apply candidate-use pair
48306         and check overall cost in narrowing.
48307         (iv_ca_prune): Pass new argument.
48309 2014-01-10  Jeff Law  <law@redhat.com>
48311         PR middle-end/59743
48312         * ree.c (combine_reaching_defs): Ensure the defining statement
48313         occurs before the extension when optimizing extensions with
48314         different source and destination hard registers.
48316 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
48318         PR ipa/58585
48319         * ipa-devirt.c (build_type_inheritance_graph): Also add types of
48320         vtables into the type inheritance graph.
48322 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
48324         PR rtl-optimization/59754
48325         * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
48326         modes in the REGNO != REGNO case.
48328 2014-01-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
48330         * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
48332 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
48334         PR tree-optimization/59745
48335         * tree-predcom.c (tree_predictive_commoning_loop): Call
48336         free_affine_expand_cache if giving up because components is NULL.
48338         * target-globals.c (save_target_globals): Allocate < 4KB structs using
48339         GC in payload of target_globals struct instead of allocating them on
48340         the heap and the larger structs separately using GC.
48341         * target-globals.h (struct target_globals): Make regs, hard_regs,
48342         reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
48343         of GTY((skip)) and change type to void *.
48344         (reset_target_globals): Cast loads from those fields to corresponding
48345         types.
48347 2014-01-10  Steve Ellcey  <sellcey@mips.com>
48349         PR plugins/59335
48350         * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
48351         gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
48352         tree-ssanames.h, print-tree.h, varasm.h, and context.h.
48354 2014-01-10  Richard Earnshaw  <rearnsha@arm.com>
48356         PR target/59744
48357         * aarch64-modes.def (CC_Zmode): New flags mode.
48358         * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
48359         represents an equality.
48360         (aarch64_get_condition_code): Handle CC_Zmode.
48361         * aarch64.md (compare_neg<mode>): Restrict to equality operations.
48363 2014-01-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48365         * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
48366         extraction in good case.
48368 2014-01-10  Richard Biener  <rguenther@suse.de>
48370         PR tree-optimization/59374
48371         * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
48372         checking after SLP discovery.  Mark stmts not participating
48373         in any SLP instance properly.
48375 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
48377         * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
48378         when handling a SET rtx.
48380 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
48382         * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
48383         (cortex-a57): Likewise.
48384         (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
48386 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
48388         * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
48389         non-iwmmxt builtins.
48391 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
48393         PR ipa/58252
48394         PR ipa/59226
48395         * ipa-devirt.c record_target_from_binfo): Take as argument
48396         stack of binfos and lookup matching one for virtual inheritance.
48397         (possible_polymorphic_call_targets_1): Update.
48399 2014-01-10  Huacai Chen  <chenhc@lemote.com>
48401         * config/mips/driver-native.c (host_detect_local_cpu): Handle new
48402         kernel strings for Loongson-2E/2F/3A.
48404 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
48406         PR middle-end/59670
48407         * tree-vect-data-refs.c (vect_analyze_data_refs): Check
48408         is_gimple_call before calling gimple_call_internal_p.
48410 2014-01-09  Steve Ellcey  <sellcey@mips.com>
48412         * Makefile.in (TREE_FLOW_H): Remove.
48413         (TREE_SSA_H): Add file names from tree-flow.h.
48414         * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
48415         * tree.h: Remove tree-flow.h reference.
48416         * hash-table.h: Remove tree-flow.h reference.
48417         * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
48418         reference with tree-ssa-loop.h.
48420 2014-01-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
48422         * doc/invoke.texi: Add -maltivec={be,le} options, and document
48423         default element-order behavior for -maltivec.
48424         * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
48425         * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
48426         that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
48427         when targeting big endian, at least for now.
48428         * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
48430 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
48432         PR middle-end/47735
48433         * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
48434         var satisfies use_register_for_decl, just take into account type
48435         alignment, rather than decl alignment.
48437         PR tree-optimization/59622
48438         * gimple-fold.c (gimple_fold_call): Fix a typo in message.  For
48439         __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
48440         __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
48441         Don't devirtualize for inplace at all.  For targets.length () == 1,
48442         if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
48444 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
48446         * config/i386/i386.md (cpu): Remove the unused btver1.
48448 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
48450         * gdbasan.in: Put a breakpoint on __sanitizer::Report.
48452 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
48454         PR target/58115
48455         * tree-core.h (struct target_globals): New forward declaration.
48456         (struct tree_target_option): Add globals field.
48457         * tree.h (TREE_TARGET_GLOBALS): Define.
48458         (prepare_target_option_nodes_for_pch): New prototype.
48459         * target-globals.h (struct target_globals): Define even if
48460         !SWITCHABLE_TARGET.
48461         * tree.c (prepare_target_option_node_for_pch,
48462         prepare_target_option_nodes_for_pch): New functions.
48463         * config/i386/i386.h (SWITCHABLE_TARGET): Define.
48464         * config/i386/i386.c: Include target-globals.h.
48465         (ix86_set_current_function): Instead of doing target_reinit
48466         unconditionally, use save_target_globals_default_opts and
48467         restore_target_globals.
48469 2014-01-09  Richard Biener  <rguenther@suse.de>
48471         PR tree-optimization/59715
48472         * tree-cfg.h (split_critical_edges): Declare.
48473         * tree-cfg.c (split_critical_edges): Export.
48474         * tree-ssa-sink.c (execute_sink_code): Split critical edges.
48476 2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
48478         * cfgexpand.c (expand_stack_vars): Optionally disable
48479         asan stack protection.
48480         (expand_used_vars): Likewise.
48481         (partition_stack_vars): Likewise.
48482         * asan.c (asan_emit_stack_protection): Optionally disable
48483         after return stack usage.
48484         (instrument_derefs): Optionally disable memory access instrumentation.
48485         (instrument_builtin_call): Likewise.
48486         (instrument_strlen_call): Likewise.
48487         (asan_protect_global): Optionally disable global variables protection.
48488         * doc/invoke.texi: Added doc for new options.
48489         * params.def: Added new options.
48490         * params.h: Likewise.
48492 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
48494         PR rtl-optimization/59724
48495         * ifcvt.c (cond_exec_process_if_block): Don't call
48496         flow_find_head_matching_sequence with 0 longest_match.
48497         * cfgcleanup.c (flow_find_head_matching_sequence): Count even
48498         non-active insns if !stop_after.
48499         (try_head_merge_bb): Revert 2014-01-07 changes.
48501 2014-01-08  Jeff Law  <law@redhat.com>
48503         * ree.c (get_sub_rtx): New function, extracted from...
48504         (merge_def_and_ext): Here.
48505         (combine_reaching_defs): Use get_sub_rtx.
48507 2014-01-08  Eric Botcazou  <ebotcazou@adacore.com>
48509         * cgraph.h (varpool_variable_node): Do not choke on null node.
48511 2014-01-08  Catherine Moore  <clm@codesourcery.com>
48513         * config/mips/mips.md (simple_return): Attempt to use JRC
48514         for microMIPS.
48515         * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
48517 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
48519         PR rtl-optimization/59137
48520         * reorg.c (steal_delay_list_from_target): Call update_block for
48521         elided insns.
48522         (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
48524 2014-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
48526         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
48527         two duplicate entries.
48529 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
48531         Revert:
48532         2012-10-07  Richard Sandiford  <rdsandiford@googlemail.com>
48534         * config/mips/mips.c (mips_truncated_op_cost): New function.
48535         (mips_rtx_costs): Adjust test for BADDU.
48536         * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
48538         2012-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
48540         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
48541         (*baddu_si): ...this new pattern.
48543 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
48545         PR ipa/59722
48546         * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
48548 2014-01-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
48550         PR middle-end/57748
48551         * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
48552         inner_reference_p.
48553         (expand_expr, expand_normal): Adjust.
48554         * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
48555         inner_reference_p. Use inner_reference_p to expand inner references.
48556         (store_expr): Adjust.
48557         * cfgexpand.c (expand_call_stmt): Adjust.
48559 2014-01-08  Rong Xu  <xur@google.com>
48561         * gcov-io.c (gcov_var): Move from gcov-io.h.
48562         (gcov_position): Ditto.
48563         (gcov_is_error): Ditto.
48564         (gcov_rewrite): Ditto.
48565         * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
48566         only part to libgcc/libgcov.h.
48568 2014-01-08  Marek Polacek  <polacek@redhat.com>
48570         PR middle-end/59669
48571         * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
48573 2014-01-08  Marek Polacek  <polacek@redhat.com>
48575         PR sanitizer/59667
48576         * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
48578 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
48580         PR rtl-optimization/59649
48581         * stor-layout.c (get_mode_bounds): For BImode return
48582         0 and STORE_FLAG_VALUE.
48584 2014-01-08  Richard Biener  <rguenther@suse.de>
48586         PR middle-end/59630
48587         * gimple.h (is_gimple_builtin_call): Remove.
48588         (gimple_builtin_call_types_compatible_p): New.
48589         (gimple_call_builtin_p): New overload.
48590         * gimple.c (is_gimple_builtin_call): Remove.
48591         (validate_call): Rename to ...
48592         (gimple_builtin_call_types_compatible_p): ... this and export.  Also
48593         check return types.
48594         (validate_type): New static function.
48595         (gimple_call_builtin_p): New overload and adjust.
48596         * gimple-fold.c (gimple_fold_builtin): Fold the return value.
48597         (gimple_fold_call): Likewise.  Use gimple_call_builtin_p.
48598         (gimple_fold_stmt_to_constant_1): Likewise.
48599         * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
48601 2014-01-08  Richard Biener  <rguenther@suse.de>
48603         PR middle-end/59471
48604         * gimplify.c (gimplify_expr): Gimplify register-register type
48605         VIEW_CONVERT_EXPRs to separate stmts.
48607 2014-01-07  Jeff Law  <law@redhat.com>
48609         PR middle-end/53623
48610         * ree.c (combine_set_extension): Handle case where source
48611         and destination registers in an extension insn are different.
48612         (combine_reaching_defs): Allow source and destination registers
48613         in extension to be different under limited circumstances.
48614         (add_removable_extension): Remove restriction that the
48615         source and destination registers in the extension are the same.
48616         (find_and_remove_re): Emit a copy from the extension's
48617         destination to its source after the defining insn if
48618         the source and destination registers are different.
48620         PR middle-end/59285
48621         * ifcvt.c (merge_if_block): If we are merging a block with more than
48622         one successor with a block with no successors, remove any BARRIER
48623         after the second block.
48625 2014-01-07  Dan Xio Qiang  <ziyan01@163.com>
48627         * hw-doloop.c (reorg_loops): Release the bitmap obstack.
48629 2014-01-07  John David Anglin  <danglin@gcc.gnu.org>
48631         PR target/59652
48632         * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
48633         for 14-bit register offsets when INT14_OK_STRICT is false.
48635 2014-01-07  Roland Stigge  <stigge@antcom.de>
48636             Michael Meissner  <meissner@linux.vnet.ibm.com>
48638         PR 57386/target
48639         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
48640         Only check TFmode for SPE constants.  Don't check TImode or TDmode.
48642 2014-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
48644         * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
48645         -mcpu.
48647 2014-01-07  Yufeng Zhang  <yufeng.zhang@arm.com>
48649         * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
48650         with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
48651         rtx is const0_rtx or not.
48653 2014-01-07  Richard Sandiford  <rdsandiford@googlemail.com>
48655         PR target/58115
48656         * target-globals.c (save_target_globals): Remove this_fn_optab
48657         handling.
48658         * toplev.c: Include optabs.h.
48659         (target_reinit): Temporarily restore the global options if another
48660         set of options are in force.
48662 2014-01-07  Jakub Jelinek  <jakub@redhat.com>
48664         PR rtl-optimization/58668
48665         * cfgcleanup.c (flow_find_cross_jump): Don't count
48666         any jumps if dir_p is NULL.  Remove p1 variable, use active_insn_p
48667         to determine what is counted.
48668         (flow_find_head_matching_sequence): Use active_insn_p to determine
48669         what is counted.
48670         (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
48671         counting change.
48672         * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
48673         determine what is counted.
48675         PR tree-optimization/59643
48676         * tree-predcom.c (split_data_refs_to_components): If one dr is
48677         read and one write, determine_offset fails and the write isn't
48678         in the bad component, just put the read into the bad component.
48680 2014-01-07  Mike Stump  <mikestump@comcast.net>
48681             Jakub Jelinek  <jakub@redhat.com>
48683         PR pch/59436
48684         * tree-core.h (struct tree_optimization_option): Change optabs
48685         type from unsigned char * to void *.
48686         * optabs.c (init_tree_optimization_optabs): Adjust
48687         TREE_OPTIMIZATION_OPTABS initialization.
48689 2014-01-06  Jakub Jelinek  <jakub@redhat.com>
48691         PR target/59644
48692         * config/i386/i386.h (struct machine_function): Add
48693         no_drap_save_restore field.
48694         * config/i386/i386.c (ix86_save_reg): Use
48695         !cfun->machine->no_drap_save_restore instead of
48696         crtl->stack_realign_needed.
48697         (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
48698         this function clears frame_pointer_needed.  Set
48699         cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
48700         and DRAP reg is needed.
48702 2014-01-06  Marek Polacek  <polacek@redhat.com>
48704         PR c/57773
48705         * doc/implement-c.texi: Mention that other integer types are
48706         permitted as bit-field types in strictly conforming mode.
48708 2014-01-06  Felix Yang  <fei.yang0953@gmail.com>
48710         * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
48711         is newly allocated.
48713 2014-01-06  Richard Earnshaw  <rearnsha@arm.com>
48715         * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
48717 2014-01-06  Martin Jambor  <mjambor@suse.cz>
48719         PR ipa/59008
48720         * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
48721         to int.
48722         * ipa-prop.c (ipa_print_node_params): Fix indentation.
48724 2014-01-06  Eric Botcazou  <ebotcazou@adacore.com>
48726         PR debug/59350
48727         PR debug/59510
48728         * var-tracking.c (add_stores): Preserve the value of the source even if
48729         we don't record the store.
48731 2014-01-06  Terry Guo  <terry.guo@arm.com>
48733         * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
48735 2014-01-05  Iain Sandoe  <iain@codesourcery.com>
48737         PR bootstrap/59541
48738         * config/darwin.c (darwin_function_section): Adjust return values to
48739         correspond to optimisation changes made in r206070.
48741 2014-01-05  Uros Bizjak  <ubizjak@gmail.com>
48743         * config/i386/i386.c (ix86_data_alignment): Calculate max_align
48744         from prefetch_block tune setting.
48745         (nocona_cost): Correct size of prefetch block to 64.
48747 2014-01-04  Eric Botcazou  <ebotcazou@adacore.com>
48749         * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
48750         (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
48751         used to save the static chain register in the computation of the offset
48752         from which the FP registers need to be restored.
48754 2014-01-04  Jakub Jelinek  <jakub@redhat.com>
48756         PR tree-optimization/59519
48757         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
48758         ICE if get_current_def (current_new_name) is already non-NULL, as long
48759         as it is a phi result of some other phi in *new_exit_bb that has
48760         the same argument.
48762         * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
48763         or vmovdqu* for misaligned_operand.
48764         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
48765         <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
48766         * config/i386/i386.c (ix86_expand_special_args_builtin): Set
48767         aligned_mem for AVX512F masked aligned load and store builtins and for
48768         non-temporal moves.
48770 2014-01-03  Bingfeng Mei  <bmei@broadcom.com>
48772         PR tree-optimization/59651
48773         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
48774         Address range for negative step should be added by TYPE_SIZE_UNIT.
48776 2014-01-03  Andreas Schwab  <schwab@linux-m68k.org>
48778         * config/m68k/m68k.c (handle_move_double): Handle pushes with
48779         overlapping registers also for registers other than the stack pointer.
48781 2014-01-03  Marek Polacek  <polacek@redhat.com>
48783         PR other/59661
48784         * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
48785         __builtin_FILE.
48787 2014-01-03  Jakub Jelinek  <jakub@redhat.com>
48789         PR target/59625
48790         * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
48791         asm goto as jump.
48793         * config/i386/i386.md (MODE_SIZE): New mode attribute.
48794         (push splitter): Use <P:MODE_SIZE> instead of
48795         GET_MODE_SIZE (<P:MODE>mode).
48796         (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
48797         (mov -1, reg peephole2): Likewise.
48798         * config/i386/sse.md (*mov<mode>_internal,
48799         <sse>_storeu<ssemodesuffix><avxsizesuffix>,
48800         <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
48801         *<code><mode>3, *andnot<mode>3<mask_name>,
48802         <mask_codefor><code><mode>3<mask_name>): Likewise.
48803         * config/i386/subst.md (mask_mode512bit_condition,
48804         sd_mask_mode512bit_condition): Likewise.
48806 2014-01-02  Xinliang David Li  <davidxl@google.com>
48808         PR tree-optimization/59303
48809         * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
48810         (dump_predicates): Better output format.
48811         (pred_equal_p): New function.
48812         (is_neq_relop_p): Ditto.
48813         (is_neq_zero_form_p): Ditto.
48814         (pred_expr_equal_p): Ditto.
48815         (pred_neg_p): Ditto.
48816         (simplify_pred): Ditto.
48817         (simplify_preds_2): Ditto.
48818         (simplify_preds_3): Ditto.
48819         (simplify_preds_4): Ditto.
48820         (simplify_preds): Ditto.
48821         (push_pred): Ditto.
48822         (push_to_worklist): Ditto.
48823         (get_pred_info_from_cmp): Ditto.
48824         (is_degenerated_phi): Ditto.
48825         (normalize_one_pred_1): Ditto.
48826         (normalize_one_pred): Ditto.
48827         (normalize_one_pred_chain): Ditto.
48828         (normalize_preds): Ditto.
48829         (normalize_cond_1): Remove function.
48830         (normalize_cond): Ditto.
48831         (is_gcond_subset_of): Ditto.
48832         (is_subset_of_any): Ditto.
48833         (is_or_set_subset_of): Ditto.
48834         (is_and_set_subset_of): Ditto.
48835         (is_norm_cond_subset_of): Ditto.
48836         (pred_chain_length_cmp): Ditto.
48837         (convert_control_dep_chain_into_preds): Type change.
48838         (find_predicates): Ditto.
48839         (find_def_preds): Ditto.
48840         (destroy_predicates_vecs): Ditto.
48841         (find_matching_predicates_in_rest_chains): Ditto.
48842         (use_pred_not_overlap_with_undef_path_pred): Ditto.
48843         (is_pred_expr_subset): Ditto.
48844         (is_pred_chain_subset_of): Ditto.
48845         (is_included_in): Ditto.
48846         (is_superset_of): Ditto.
48848 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
48850         Update copyright years.
48852 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
48854         * common/config/arc/arc-common.c, config/arc/arc-modes.def,
48855         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
48856         config/arc/arc.md, config/arc/arc.opt,
48857         config/arm/arm_neon_builtins.def, config/arm/crypto.def,
48858         config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
48859         config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
48860         config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
48861         config/linux-protos.h, config/linux.c, config/winnt-c.c,
48862         diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
48863         vtable-verify.c, vtable-verify.h: Use the standard form for the
48864         copyright notice.
48866 2014-01-02  Tobias Burnus  <burnus@net-b.de>
48868         * gcc.c (process_command): Update copyright notice dates.
48869         * gcov-dump.c: Ditto.
48870         * gcov.c: Ditto.
48871         * doc/cpp.texi: Bump @copying's copyright year.
48872         * doc/cppinternals.texi: Ditto.
48873         * doc/gcc.texi: Ditto.
48874         * doc/gccint.texi: Ditto.
48875         * doc/gcov.texi: Ditto.
48876         * doc/install.texi: Ditto.
48877         * doc/invoke.texi: Ditto.
48879 2014-01-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
48881         * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
48883 2014-01-01  Jakub Jelinek  <jakub@redhat.com>
48885         * config/i386/sse.md (*mov<mode>_internal): Guard
48886         EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
48888         PR rtl-optimization/59647
48889         * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
48890         new_rtx into UNSIGNED_FLOAT rtxes.
48892 Copyright (C) 2014 Free Software Foundation, Inc.
48894 Copying and distribution of this file, with or without modification,
48895 are permitted in any medium without royalty provided the copyright
48896 notice and this notice are preserved.