PR gcov-profile/51113
[official-gcc.git] / gcc / ChangeLog
blobc1b7a8e2f39ab680763e6c9a462e868597b0b17b
1 2011-12-01  Nathan Sidwell  <nathan@acm.org>
3         PR gcov-profile/51113
4         * coverage.c (build_var): Keep coverage variables static.
6 2011-12-01  Jakub Jelinek  <jakub@redhat.com>
8         PR tree-optimization/51356
9         * tree-vect-patterns.c (vect_recog_bool_pattern): Give up if
10         vectype doesn't have VECTOR_MODE_P.
12         PR debug/50317
13         * tree-ssa-dce.c (remove_dead_stmt): Add a debug stmt when removing
14         as unnecessary a store to a variable with gimple reg type.
15         * tree-ssa-live.c (remove_unused_locals): Clear TREE_ADDRESSABLE bit
16         on local unreferenced variables.
17         * cfgexpand.c (expand_gimple_basic_block): Don't emit DEBUG_INSNs
18         for !target_for_debug_bind variables.
20 2011-12-01  Patrick Marlier  <patrick.marlier@gmail.com>
22         PR middle-end/51273
23         * cgraph.h (cgraph_call_node_duplication_hooks): Declare.
24         * cgraph.c (cgraph_call_node_duplication_hooks): Make global. 
25         * cgraphunit.c (cgraph_copy_node_for_versioning): Call it.
27 2011-12-01  Andrew Pinski  <apinski@cavium.com>
29         PR lto/51198
30         * tree.c (free_lang_data_in_decl): Clear FIELD_DECL's
31         DECL_INITIAL also.
33 2011-12-01  Jakub Jelinek  <jakub@redhat.com>
35         PR tree-optimization/51246
36         * tree-predcom.c (replace_ref_with): Handle also clobber on the
37         rhs.
39         PR rtl-optimization/51014
40         * loop-unroll.c (apply_opt_in_copies): Ignore label DEBUG_INSNs
41         both from bb and orig_bb.
43 2011-12-01  Joern Rennecke  <joern.rennecke@embecosm.com>
45         PR tree-optimization/50802
46         * tree-vrp.c (simplify_conversion_using_ranges): Rewrite test
47         considering what happens to ranges during sign changes and/or
48         intermediate narrowing conversions.
50 2011-11-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
52         PR middle-end/50283
53         * config/pa/pa.md (in_branch_delay): Disallow frame related insns.
54         (in_nullified_branch_delay): Likewise.
55         (in_call_delay): Likewise.
57 2011-11-30  Richard Henderson  <rth@redhat.com>
59         * predict.c (expr_expected_value_1): Assume compare-and-swap builtin
60         boolean return is true.
62 2011-11-30  Jakub Jelinek  <jakub@redhat.com>
64         PR rtl-optimization/51044
65         * dse.c (emit_inc_dec_insn_before): Ensure new_insn is an instruction
66         rather than just insn body.
68         PR target/50725
69         * function.c (thread_prologue_and_epilogue_insns): If
70         stack_realign_drap, add drap_reg to SET_UP_BY_PROLOGUE
71         regset.
73         PR middle-end/51089
74         * tree-eh.c (cleanup_empty_eh_merge_phis): Add check to
75         avoid creating duplicate edges here.
76         (cleanup_empty_eh_unsplit): And remove it in the caller.
78 2011-11-30  Andrew Pinski  <apinski@cavium.com>
80         PR c/51321
81         * c-parser.c (c_parser_postfix_expression): Check groktypename results
82         before looking at the main variant.
84 2011-11-30  Jakub Jelinek  <jakub@redhat.com>
86         PR rtl-optimization/48721
87         * sched-deps.c (sched_analyze_insn): For SIBLING_CALL_P set
88         reg_pending_barrier to TRUE_BARRIER.
90         PR rtl-optimization/48721
91         * sched-ebb.c (begin_move_insn): Insert empty unreachable
92         block after BARRIER if insn is followed by it.
94 2011-11-30  Richard Henderson  <rth@redhat.com>
96         * config/sparc/sparc-opts.h (enum sparc_memory_model_type): New.
97         * config/sparc/sparc.opt (mmemory-model=): New option.
98         * doc/invoke.texi (Sparc Options): Document it.
99         * config/sparc/sparc.c (sparc_option_override): Provide default
100         for sparc_memory_model.
101         (sparc_emit_membar_for_model): Omit barrier combinations that are
102         implied by the memory model.
104 2011-11-30  Richard Henderson  <rth@redhat.com>
106         * config/sparc/sync.md (I124MODE): New mode iterator.
107         (memory_barrier): Remove.
108         (atomic_exchangesi): New.
109         (swapsi): Rename from *swapsi.
110         (atomic_test_and_set<I124MODE>): New.
111         (ldstubqi): Rename from *ldstubqi, merge with expander.
112         (ldstub<I24MODE>): Rename from *ldstub<I24MODE>, merge with expander.
113         (sync_lock_test_and_setsi): Remove.
114         (sync_lock_test_and_set<I12MODE>): Remove.
116 2011-11-30  Richard Henderson  <rth@redhat.com>
118         * config/sparc/constraints.md ("w"): New.
119         * config/sparc/predicates.md (mem_noofs_operand): New.
120         * config/sparc/sparc.c (sparc_expand_compare_and_swap_12): Make static.
121         Generate the boolean result of the atomic_compare_exchange.
122         (sparc_expand_compare_and_swap): New.
123         * config/sparc/sync.md (atomic_compare_and_swap<I>): New.
124         (atomic_compare_and_swap<I48MODE>_1): Rename from
125         *sync_compare_and_swap<I48MODE>, use mem_noofs_operand.
126         (*atomic_compare_and_swapdi_v8plus): Rename from
127         *sync_compare_and_swapdi_v8plus, use mem_noofs_operand.
128         (sync_compare_and_swap<I12MODE>): Remove.
129         (sync_compare_and_swap<I48MODE>): Remove.
131 2011-11-30  Richard Henderson  <rth@redhat.com>
133         * config/sparc/predicates.md (register_or_v9_zero_operand): New.
134         * config/sparc/sparc.md (UNSPEC_ATOMIC): New.
135         * config/sparc/sync.md (atomic_load<I>): New.
136         (atomic_loaddi_1, atomic_store<I>, atomic_storedi_1): New.
138 2011-11-30  Richard Henderson  <rth@redhat.com>
140         * config/sparc/predicates.md (zero_or_v7_operand): New.
141         * config/sparc/sparc.c (sparc_emit_membar_for_model): New.
142         * config/sparc/sparc-protos.h: Update.
143         * config/sparc/sync.md (mem_thread_fence): New.
144         (memory_barrier): Use sparc_emit_membar_for_model.
145         (membar, *membar_empty, *membar_storestore, *membar_storeload): New.
146         (*membar_v8): Accept and ignore the membar mask.
147         (*membar): Accept and print the membar mask.
149 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
151         * config/arm/arm.c (arm_issue_rate): Cortex-A15 can triple issue.
152         * config/arm/arm.md (mul64): New attribute.
153         (generic_sched): Cortex-A15 is not scheduled generically.
154         (cortex-a15.md): Include.
155         * config/arm/cortex-a15.md: New machine description.
156         * config/arm/t-arm (MD_INCLUDES): Add cortex-a15.md.
158 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
160         * config/arm/t-arm (MD_INCLUDES): Ensure all md files are listed.
162 2011-11-30  Iain Sandoe  <iains@gcc.gnu.org>
164         * doc/tm.texi.in (NEXT_OBJC_RUNTIME): Update macro description.
165         * doc/tm.texi: Regenerate.
166         * flags.h (flag_next_runtime): Remove references.
167         * toplev.c: Likewise.
168         * defaults.h (NEXT_OBJC_RUNTIME): Provide default.
169         * gccspec.c (lang_specific_driver): Adjust use of NEXT_OBJC_RUNTIME.
170         * config/darwin.c (darwin_override_options): Provide default
171         Objective-C abi settings and target conflict checks.
172         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Remove unused
173         code. Adjust indenting.
175 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
177         * config/sh/sh.h (enum reg_class, REG_CLASS_NAMES)
178         (REG_CLASS_CONTENTS): Add NON_SP_REGS.
179         (REGCLASS_HAS_GENERAL_REG): Handle NON_SP_REGS.
180         * config/sh/constraints.md (u): New constraint.
182 2011-11-29  Oleg Endo  <oleg.endo@t-online.de>
184         PR target/51337
185         * config/sh/sh.c (sh_secondary_reload): Add case when FPUL
186         register is being loaded from a pseudo in memory.
188 2011-11-29  DJ Delorie  <dj@redhat.com>
190         * config.gcc (rl78-*-elf): New case.
191         * doc/extend.texi: Add RL78 documentation.
192         * doc/invoke.texi: Likewise.
193         * doc/md.texi: Likewise.
194         * doc/contrib.texi: Add RL78.
195         * doc/install.texi: Add rl78-*-elf.
196         * config/rl78: New directory for the Renesas RL78.
198 2011-11-29  Jakub Jelinek  <jakub@redhat.com>
200         PR tree-optimization/51247
201         * tree-vrp.c (extract_range_from_assert): For signed 1-bit precision
202         types instead of adding 1 subtract -1 and instead of subtracting 1
203         add -1 to avoid overflows.
205 2011-11-29  Andrew MacLeod  <amacleod@redhat.com>
207         PR target/50123
208         * optabs.c (maybe_optimize_fetch_op): New.  Look for more optimal
209         instructions for a FECTH_OP or OP_FECTH sequence.
210         (expand_atomic_fetch_op): Call maybe_optimize_fetch_op.
212 2011-11-29  Uros Bizjak  <ubizjak@gmail.com>
214         * config/i386/sync.md (UNSPEC_LDA, UNSPEC_STA): New unspecs.
215         (movdi_via_fpu): Remove.
216         (loaddi_via_fpu): New insn pattern.
217         (storedi_via_fpu): Ditto.
218         (atomic_loaddi_fpu): Use loaddi_via_fpu and storedi_via_fpu.
219         (atomic_storedi_fpu): Ditto.
220         * reg-stack.c (get_true_reg): Handle UNSPEC_LDA.
221         (subst_stack_regs_pat): Handle UNSPEC_STA.
223 2011-11-29  Uros Bizjak  <ubizjak@gmail.com>
225         * config/i386/i386.md (*floathi<mode>2_i387_with_temp): Do not
226         allocate scratch memory for alternative 0.
228 2011-11-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
230         * config/rs6000/rs6000-builtins.def: Completely rewrite builtin
231         handling to centralize more of the builtins in this file.  Change
232         some builtin enumerations to be more consistant.  Use a new mask
233         to hold the current builtins, including SPE and PAIRED builtins
234         which no longer are set via target_flags masks.  Add
235         -mdebug=builtin debug support.  For power machines, define all
236         Altivec and VSX buitins when the compiler starts, but don't allow
237         the use of a builtin unless the appropriate switch is used, or
238         #pragma GCC target is used to change the options.  If the user
239         uses #pragma GCC target, update the appropriate hardware macros.
240         * common/config/rs6000/rs6000-common.c (rs6000_handle_option): Ditto.
241         * config/rs6000/rs6000.opt (rs6000_builtin_mask): Ditto.
242         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): Ditto.
243         (rs6000_define_or_undefine_macro): Ditto.
244         (rs6000_target_modify_macros): Ditto.
245         (rs6000_cpu_cpp_builtins): Ditto.
246         (altivec_overloaded_builtins): Ditto.
247         (altivec_build_resolved_builtin): Ditto.
248         * config/rs6000/rs6000.c (rs6000_target_modify_macros_ptr): Ditto.
249         (rs6000_builtin_info): Ditto.
250         (def_builtin): Ditto.
251         (enable_mask_for_builtins): Ditto.
252         (DEBUG_FMT_X): Ditto.
253         (rs6000_debug_reg_global): Ditto.
254         (rs6000_builtin_mask_calculate): Ditto.
255         (rs6000_option_override_internal): Ditto.
256         (rs6000_builtin_conversion): Ditto.
257         (rs6000_builtin_vectorized_function): Ditto.
258         (bdesc_3arg): Ditto.
259         (bdesc_dst): Ditto.
260         (bdesc_2arg): Ditto.
261         (builtin_description_predicates): Ditto.
262         (bdesc_altivec_preds): Ditto.
263         (bdesc_spe_predicates): Ditto.
264         (bdesc_spe_evsel): Ditto.
265         (bdesc_paired_preds): Ditto.
266         (bdesc_abs): Ditto.
267         (bdesc_1arg): Ditto.
268         (rs6000_overloaded_builtin_p): Ditto.
269         (rs6000_expand_unop_builtin): Ditto.
270         (bdesc_2arg_spe): Ditto.
271         (spe_expand_builtin): Ditto.
272         (rs6000_invalid_builtin): Ditto.
273         (rs6000_expand_builtin): Ditto.
274         (rs6000_init_builtins): Ditto.
275         (spe_init_builtins): Ditto.
276         (paired_init_builtins): Ditto.
277         (altivec_init_builtins): Ditto.
278         (builtin_function_type): Ditto.
279         (rs6000_common_init_builtins): Ditto.
280         (rs6000_builtin_reciprocal): Ditto.
281         (rs6000_builtin_mask_names): Ditto.
282         (rs6000_pragma_target_parse): Ditto.
283         (rs6000_function_specific_print): Ditto.
284         * config/rs6000/rs6000.h (MASK_DEBUG_BUILTIN): Ditto.
285         (MASK_DEBUG_ALL): Ditto.
286         (TARGET_DEBUG_BUILTIN): Ditto.
287         (TARGET_EXTRA_BUILTINS): Ditto.
288         (REGISTER_TARGET_PRAGMAS): Ditto.
289         (enum rs6000_btc): Ditto.
290         (RS6000_BTC_*): Ditto.
291         (RS6000_BTM_*): Ditto.
292         (enum rs6000_builtins): Ditto.
293         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_p): Ditto.
294         (rs6000_target_modify_macros): Ditto.
295         (rs6000_target_modify_macros_ptr): Ditto.
297         * config/rs6000/vector.md (unsfloat<VEC_int><mode>2): Use the
298         standard name for converting vector unsigned values to floating
299         point.  Delete the TARGET_VECTORIZE_BUILTIN_CONVERSION hook, which
300         is handled by machine independent code.
301         * config/rs6000/rs6000.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Ditto.
302         (rs6000_builtin_conversion): Ditto.
304 2011-11-29  Dodji Seketeli  <dodji@redhat.com>
306         * tree-diagnostic (struct loc_t): Rename into struct loc_map_pair.
307         (maybe_unwind_expanded_macro_loc): Adjust.
309 2011-11-29  David Edelsohn  <dje.gcc@gmail.com>
310             Aldy Hernandez  <aldyh@redhat.com>
312         * trans-mem.c (ipa_tm_create_version_alias): Mangle new_decl
313         if DECL_ONE_ONLY.
314         (ipa_tm_create_version): Same.
316 2011-11-29  Bernd Schmidt  <bernds@codesourcery.com>
318         * haifa-sched.c (recompute_todo_spec): Simplify and correct the
319         code checking for a clobber of a condition register when deciding
320         whether to predicate.
322 2011-11-29   Diego Novillo  <dnovillo@google.com>
324         * gimple.c (gimple_call_set_cannot_inline): Move from gimple.h.
325         Update field call_stmt_cannot_inline_p from call graph edge, if needed.
326         * gimple.h (gimple_call_set_cannot_inline): Move to gimple.c.
328 2011-11-29  Sameera Deshpande  <sameera.deshpande@arm.com>
330         * config/arm/arm.md (arm_movdi): Update NEG_POOL_RANGE.
331         (movdf_soft_insn): Likewise.
332         * config/arm/fpa.md (thumb2_movdf_fpa): Likewise.
333         * config/arm/neon.md (neon_mov<mode>): Likewise.
334         * config/arm/vfp.md (movdi_vfp): Likewise.
335         (movdi_vfp_cortexa8): Likewise.
336         (movdf_vfp): Likewise.
338 2011-11-29  Jakub Jelinek  <jakub@redhat.com>
340         PR middle-end/50074
341         * expr.c (expand_expr_addr_expr_1): Don't call force_operand for
342         EXPAND_SUM modifier.
344 2011-11-29  Ira Rosen  <ira.rosen@linaro.org>
346         PR tree-optimization/51301
347         * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check that
348         the last statement doesn't convert to a bigger type than the original
349         type of the computation.
351 2011-11-28  Richard Henderson  <rth@redhat.com>
353         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
354         Handle overlap between retval and oldval.  Always compute boolval
355         from CR0 EQ value.
357 2011-11-28  Jakub Jelinek  <jakub@redhat.com>
359         PR debug/50317
360         * tree-ssa.c (execute_update_addresses_taken): Remove
361         var ={v} {CLOBBER} stmts instead of rewriting them into
362         var_N ={v} {CLOBBER}.
364         PR middle-end/50907
365         * function.c (convert_jumps_to_returns): When redirecting an edge
366         succ to EXIT_BLOCK_PTR, clear EDGE_CROSSING flag.
368         PR tree-optimization/50078
369         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Copy over
370         TREE_THIS_VOLATILE also from the old to new lhs resp. rhs.
372         PR tree-optimization/50682
373         * tree-eh.c (maybe_remove_unreachable_handlers): New function.
374         * tree-flow.h (maybe_remove_unreachable_handlers): New prototype.
375         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call it.
377 2011-11-28  Georg-Johann Lay  <avr@gjlay.de>
379         * doc/extend.texi (AVR Built-in Functions): Add documentation for
380         __builtin_avr_map8 and __builtin_avr_map16.
382         * config/avr/avr.md: Document new %t and %T asm output codes.
383         (define_c_enum "unspec"): Add UNSPEC_MAP_BITS.
384         (adjust_len): Add map_bits.
385         (map_bitsqi, map_bitshi): New insns.
386         * config/avr/avr-protos.h (avr_out_map_bits): New.
387         * config/avr/avr-protos.c (print_operand): Implement %t and %T.
388         (adjust_insn_length): Handle ADJUST_LEN_MAP_BITS.
389         (avr_double_int_push_digit): New function.
390         (avr_map, avr_revert_map, avr_swap_map, avr_id_map): New functions.
391         (avr_sig_map, avr_map_hamming_byte): New functions.
392         (avr_out_swap_bits, avr_out_revert_bits, avr_move_bits,
393         avr_out_map_bits): New functions.
394         (enum avr_builtin_id): Add AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
395         (avr_init_builtins): Populate __builtin_avr_map8, __builtin_avr_map16.
396         (bdesc_2arg): Add __builtin_avr_map8, __builtin_avr_map16 ...
397         (avr_expand_builtin): ...and expand them.
398         * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
399         __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
401 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
403         PR target/51278
404         * config/mips/mips.c (mips_rtx_costs): Handle baddu.
406 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
408         * config/mips/mips.c (mips16_unextended_reference_p): Test for BLKmode.
410 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
412         * config/mips/mips-protos.h (mips_emit_binary): Declare.
413         * config/mips/mips.c (mips_emit_binary): Make global.
414         (mips_set_mips16_mode): Turn off -mfix-r4000 in MIPS16 mode.
415         (mips_conditional_register_usage): Don't treat LO and HI as
416         register operands in MIPS16 mode.
417         (mips_mulsidi3_gen_fn): Use {u,}mulsidi3_{32,64}bit_mips16
418         for MIPS16 code.
419         * config/mips/predicates.md (muldiv_target_operand): New predicate.
420         (move_operand): Allow hilo_operand.
421         * config/mips/mips.md (mul<mode>3): Explicitly specify LO as the
422         target of MIPS16 multiplies, then move it into the target register.
423         (mul<mode>3_internal, *macc2, *msac2): Use muldiv_target_operand.
424         (<u>mulsidi3_32bit_mips16): New expander.
425         (<u>mulsidi3_32bit): Use muldiv_target_operand.
426         (<u>mulsidi3_32bit_r4000): Disable for ISA_HAS_DSP.
427         (<u>mulsidi3_64bit): Require !TARGET_MIPS16.  Split into
428         <u>mulsidi3_64bit_split.
429         (<u>mulsidi3_64bit_mips16): New expander.
430         (<u>mulsidi3_64bit_split): Likewise, using expansions from
431         two previous define_splits.
432         (<u>mulsidi3_64bit_hilo, *muls<u>_di, <u>msubsidi4): Use
433         muldiv_target_operand.
434         (<su>mulsi3_highpart): Use <su>mulsi3_highpart_split for MIPS16 code.
435         (<su>mulsi3_highpart_internal): Require !TARGET_MIPS16.
436         Split into <su>mulsi3_highpart_split.
437         (<su>mulsi3_highpart_split): New expander.
438         (<su>muldi3_highpart): Turn into a define_expand.
439         Use <su>muldi3_highpart_split for MIPS16 code.
440         (<su>muldi3_highpart_internal): Renamed from <su>muldi3_highpart.
441         Require !TARGET_MIPS16.  Split into <su>muldi3_highpart_split.
442         (<su>muldi3_highpart_split): New expander.
443         (<u>mulditi3): Explicitly specify LO as the target of MIPS16
444         multiplies, then move it into the target register.
445         (<u>mulditi3_internal, <u>maddsidi4): Use muldiv_target_operand.
446         (divmod<mode>4, udivmod<mode>4): Turn into define_expands.
447         Use <u>divmod<mode>4_split for MIPS16 code, then explicitly
448         move LO into operand 0.
449         (divmod<mode>4_internal, udivmod<mode>4_internal): Renamed
450         from <u>divmod<mode>4.  Use muldiv_target_operand.
451         Require !TARGET_MIPS16.  Split into <u>divmod<mode>4_split.
452         (<u>divmod<mode>4_split): New expander.
453         (<u>divmod<GPR:mode>4_hilo_<HILO:mode>): Use muldiv_target_operand.
454         (mfhi<GPR:mode>_<HILO:mode>): Use hilo_operand.
456 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
458         * hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set
459         and x_operand_reg_set.
460         (accessible_reg_set, operand_reg_set): New macros.
461         * reginfo.c (init_reg_sets): Initialize accessible_reg_set and
462         operand_reg_set.
463         (saved_accessible_reg_set, saved_operand_reg_set): New variables.
464         (save_register_info): Save them.
465         (restore_register_info): Restore them.
466         (init_reg_sets_1): Limit operand_reg_set to accessible_reg_set.
467         Remove NO_REGS registers from operand_reg_set.  Treat members
468         of operand_reg_set as fixed.
469         * recog.c (general_operand): Check operand_reg_set rather than NO_REGS.
470         (register_operand, nonmemory_operand): Likewise.
471         * varasm.c (make_decl_rtl): Always use DECL_MODE as the mode of
472         register variables.  Check accessible_reg_set and operand_reg_set.
473         * config/mips/mips.c (mips_conditional_register_usage): Remove
474         inaccessible register from accessible_reg_set, rather than just
475         making them fixed.
477 2011-11-27  Gerald Pfeifer  <gerald@pfeifer.com>
479         * config/pa/pa-linux.h (TARGET_GAS): Remove comment.
481 2011-11-26  Richard Henderson  <rth@redhat.com>
483         * config/arm/arm.c (arm_init_libfuncs): Call init_sync_libfuncs
484         for Linux.
486 2011-11-26  Richard Henderson  <rth@redhat.com>
488         * optabs.c (expand_atomic_fetch_op): Always return result.
490         * optabs.c (init_sync_libfuncs_1): Include max in iteration.
492         * omp-low.c (expand_omp_atomic): Assume anything aligned to
493         BIGGEST_ALIGNMENT is aligned.
495 2011-11-26  Richard Henderson  <rth@redhat.com>
497         * config/m68k/m68k.md (UNSPECV_CAS_1, UNSPECV_CAS_2): New.
498         (UNSPECV_TAS_1, UNSPECV_TAS_2): New.
499         (I): New mode iterator.
500         (xz): New mode attribute.
501         * config/m68k/sync.md: New file.
503         * config/m68k/linux.h (TARGET_INIT_LIBFUNCS): New.
504         * config/m68k/m68k.c (m68k_init_sync_libfuncs): New.
506 2011-11-26  Nathan Sidwell  <nathan@acm.org>
508         PR gcov-profile/51297
509         * gcov.c (main): Allocate initial names and sources arrays.
510         (find_source): Don't check for null name or source arrays here.
512 2011-11-26  Jakub Jelinek  <jakub@redhat.com>
514         PR rtl-optimization/49912
515         * cfgrtl.c (rtl_verify_flow_info_1): Ignore also EDGE_PRESERVE bit
516         when counting n_branch.
518 2011-11-26  Uros Bizjak  <ubizjak@gmail.com>
520         * config/i386/sync.md (movdi_via_fpu): Add %Z insn suffixes.
522 2011-11-26  Joern Rennecke  <joern.rennecke@embecosm.com>
524         PR middle-end/50074
525         * calls.c (mem_overlaps_already_clobbered_arg_p):
526         Return false if no outgoing arguments have been stored so far.
528 2011-11-25  Georg-Johann Lay  <avr@gjlay.de>
530         * config/avr/avr.c (print_operand): Support code = 'i' for CONST_INT.
532 2011-11-24  Andrew MacLeod  <amacleod@redhat.com>
534         PR other/51011
535         * tree.h (is_builtin_name): No longer external.
536         * builtins.c (is_builtin_name): Make static.
537         * varasm.c (incorporeal_function_p): __sync and __atomic external calls
538         are not incorporeal and may need asm label processing.
540 2011-11-25  Georg-Johann Lay  <avr@gjlay.de>
542         PR target/50566
543         * config/avr/avr-protos.h (avr_log_t): Add field .builtin.
544         * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
545         Don't bypass TARGET_ALL_DEBUG.  Print self-info with ?.
546         (avr_log_vadump): Support %D and %X to print double_int.
547         (avr_double_int_pop_digit): New static function.
548         (avr_dump_double_int_hex): New static function.
550 2011-11-24  Enkovich Ilya  <ilya.enkovich@intel.com>
552         PR target/51287
553         * config/i386/i386.c (distance_non_agu_define_in_bb): Fix insn
554         attr check.
556 2011-11-24  Andrew MacLeod  <amacleod@redhat.com>
558         * optab.c (maybe_emit_atomic_exchange): New.  Try to emit an
559         atomic_exchange pattern.
560         (maybe_emit_sync_lock_test_and_set): New.  Try to emit an exchange
561         using __sync_lock_test_and_set.
562         (maybe_emit_compare_and_swap_exchange_loop): New. Try to emit an
563         exchange using a compare_and_swap loop.
564         (expand_sync_lock_test_and_set): New.  Expand sync_lock_test_and_set.
565         (expand_atomic_test_and_set): New.  Expand test_and_set operation.
566         (expand_atomic_exchange): Use new maybe_emit_* functions.
567         (expand_atomic_store): Use new maybe_emit_* functions.
568         * builtins.c (expand_builtin_sync_lock_test_and_set): Call
569         expand_sync_lock_test_and_set routine.
570         (expand_builtin_atomic_exchange): Remove parameter from call.
571         (expand_builtin_atomic_clear): Use atomic_clear pattern if present.
572         (expand_builtin_atomic_test_and_set): Add target and simply call
573         expand_atomic_test_and_set.
574         (expand_builtin): Add target to expand_builtin_atomic_test_and_set.
575         * expr.h (expand_atomic_exchange): Add parameter.
576         (expand_sync_lock_test_and_set): New prototype.
577         (expand_atomic_test_and_set, expand_atomic_clear): New prototypes.
579 2011-11-24  H.J. Lu  <hongjiu.lu@intel.com>
581         PR target/51134
582         * config/i386/i386.h (processor_costs): Revert revision 181357.
583         * config/i386/i386.c (cost models): Likewise.
584         (core_cost): Likewise.
585         (promote_duplicated_reg): Likewise.
586         (promote_duplicated_reg_to_size): Likewise.
587         (processor_target): Likewise.
588         (expand_set_or_movmem_via_loop_with_iter): Likewise.
589         (expand_set_or_movmem_via_loop): Likewise.
590         (emit_strset): Likewise.
591         (expand_movmem_epilogue): Likewise.
592         (expand_setmem_epilogue): Likewise.
593         (expand_movmem_prologue): Likewise.
594         (expand_setmem_prologue): Likewise.
595         (expand_constant_movmem_prologue): Likewise.
596         (expand_constant_setmem_prologue): Likewise.
597         (decide_alg): Likewise.
598         (decide_alignment): Likewise.
599         (ix86_expand_movmem): Likewise.
600         (ix86_expand_setmem): Likewise.
601         (ix86_slow_unaligned_access): Likewise.
602         * config/i386/i386.md (strset): Likewise.
603         * config/i386/sse.md (vec_dupv4si): Likewise.
604         (vec_dupv2di): Likewise.
606 2011-11-24  Georg-Johann Lay  <avr@gjlay.de>
608         * config/avr/avr.md (*rotlhi2.15): Set length to 4.
610 2011-11-24  Razya Ladelsky  <razya@il.ibm.com>
612         * tree-data-ref.c (initialize_data_dependence_relation): Update
613         comment for the self dependence case.
614         (compute_self_dependence): Remove.
615         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove call to
616         compute_self_dependenc.
618 2011-11-24  Alan Modra  <amodra@gmail.com>
620         * c-decl.c (warn_if_shadowing): Don't warn if shadowed
621         identifier is from system header.
623 2011-11-23  Jakub Jelinek  <jakub@redhat.com>
625         PR target/51261
626         * config/i386/i386.c (decide_alg): Initialize *dynamic_check
627         even if !optimize.
629 2011-11-23  Vladimir Makarov  <vmakarov@redhat.com>
631         PR rtl-optimization/48455
632         * doc/invoke.texi (-fira-region): Document default values.
634         * flags-types.h (enum ira_region): Add new value
635         IRA_REGION_AUTODETECT.
637         * common.opt (fira-region): Set up initial value to
638         IRA_REGION_AUTODETECT.
640         * toplev.c (process_options): Set up flag_ira_region depending on
641         -O options.
643         * ira.c (ira.c): Remove optimize guard for ira_build.
645 2011-11-23  Chung-Lin Tang  <cltang@codesourcery.com>
647         PR rtl-optimization/50496
648         * jump.c (redirect_jump): Assert fail on nlabel == NULL_RTX
649         only after epilogue is created. Add comments.
651 2011-11-22  Richard Henderson  <rth@redhat.com>
653         * config/ia64/ia64.c (ia64_expand_atomic_op): Add model parameter.
654         Generate the barrier required for the memory model.
655         (rtx_needs_barrier): Handle UNSPEC_FETCHADD_REL, UNSPEC_CMPXCHG_REL.
656         * config/ia64/ia64-protos.h: Update.
657         * config/ia64/ia64.md (UNSPEC_FETCHADD_REL): New.
658         (UNSPEC_CMPXCHG_REL): New.
659         * config/ia64/sync.md (mem_thread_fence): New.
660         (atomic_load<IMODE>, atomic_store<IMODE>): New.
661         (atomic_compare_and_swap<IMODE>): New.
662         (cmpxchg_acq_<I124MODE>, cmpxchg_acq_di): New.
663         (atomic_exchange<IMODE>): New.
664         (xchg_acq_<IMODE>): Rename from sync_lock_test_and_set<IMODE>.
665         (atomic_<FETCHOP><IMODE>, atomic_nand<IMODE>): New.
666         (atomic_fetch_<FETCHOP><IMODE>, atomic_fetch_nand<IMODE>): New.
667         (atomic_<FETCHOP>_fetch<IMODE>, atomic_nand_fetch<IMODE>): New.
668         (fetchadd_rel_<I48MODE>): New.
669         (sync_<FETCHOP><IMODE>, sync_nand<IMODE>): Remove.
670         (sync_old_<FETCHOP><IMODE>, sync_old_nand<IMODE>): Remove.
671         (sync_new_<FETCHOP><IMODE>, sync_new_nand<IMODE>): Remove.
672         (sync_compare_and_swap<IMODE>): Remove.
673         (sync_lock_release<IMODE>): Remove.
675         * config/ia64/ia64.md: Use define_c_enum for UNSPEC_*
676         and UNSPECV_* constants.
678 2011-11-22  Tom de Vries  <tom@codesourcery.com>
680         PR rtl-optimization/50764
681         * sched-deps.c (sched_analyze_insn): Make sure frame-related insns are
682         not moved past preceding jump.
684 2011-11-22  Jeff Law  <law@redhat.com>
686         * doc/contrib.texi: Add entry for David Binderman.
688 2011-11-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
690         * postreload.c (reload_combine): Mark reg_state as invalid at
691         volatile insns if there has been a use already.
693 2011-11-21  Aldy Hernandez  <aldyh@redhat.com>
695         * opts.c (finish_options): Do not fail for -fgnu-tm.
696         * gimple-streamer-out.c (output_gimple_stmt): Handle
697         GIMPLE_TRANSACTION.
698         * gimple-streamer-in.c (input_gimple_stmt): Same.
699         * lto-cgraph.c (input_overwrite_node): Read tm_clone bit.
700         (lto_output_node): Write tm_clone bit.
702 2011-11-22  Ian Lance Taylor  <iant@google.com>
704         * doc/install.texi (Configuration): Correct doc of
705         --enable-build-poststage1-with-cxx: it is not experimental.
707 2011-11-22  Jakub Jelinek  <jakub@redhat.com>
709         PR tree-optimization/51074
710         * fold-const.c (fold_binary_loc): Fix up VEC_INTERLEAVE_*_EXPR
711         handling for BYTES_BIG_ENDIAN.
712         * optabs.c (can_vec_perm_for_code_p): Likewise.
714 2011-11-22  Michael Matz  <matz@suse.de>
716         PR other/51125
717         * trans-mem.c (expand_block_tm): Ignore clobbers.
719 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
721         *  config/darwin.h (ENDFILE_SPEC): New.
722         (DARWIN_CRT1_SPEC): Add crttms.o.
723         (STARTFILE_SPEC): Likewise for dynamic libs and bundles.
724         * config/i386.h (ENDFILE_SPEC): Amend to include crttme.o.
726 2011-11-22  Michael Matz  <matz@suse.de>
728         PR c++/51264
729         * tree.c (iterative_hash_expr): Remove break after return.
731 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
733         * target.def (tm_clone_table_section): New hook.
734         * doc/tm.texi.in (TARGET_ASM_TM_CLONE_TABLE_SECTION): Define.
735         * doc/tm.texi: Regenerate.
736         * varasm.c (dump_tm_clone_pairs): Use target tm_clone_table_section.
737         * output.h (default_clone_table_section): New prototype.
738         * config/darwin.h (TARGET_ASM_TM_CLONE_TABLE_SECTION): New.
739         * config/darwin-protos.h (darwin_tm_clone_table_section): New prototype.
740         * config/darwin.c (darwin_tm_clone_table_section): New.
742 2011-11-21  Torvald Riegel  <triegel@redhat.com>
744         * trans-mem.c (diagnose_tm_1): Print an expression instead of a
745         declaration in error messages for indirect calls.
747 2011-11-21  David S. Miller  <davem@davemloft.net>
749         * config/sparc/sparc.c (sparc_regmode_natural_size): New function
750         implementing REGMODE_NATURAL_SIZE taking into consideration vector
751         modes.
752         (sparc_modes_tieable_p): Similarly for MODES_TIEABLE_P.
753         * config/sparc/sparc-protos.h (sparc_regmode_natural_size,
754         sparc_modes_tieable_p): Declare.
755         * gcc/config/sparc/sparc.h (REGMODE_NATURAL_SIZE,
756         MODES_TIEABLE_P): Use new helper functions.
758         Revert
759         2011-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
761         PR middle-end/50325
762         * expmed.c (store_bit_field_1): Use extract_bit_field on big
763         endian targets if the source cannot be exactly covered by word
764         mode chunks.
766 2011-11-21  Jakub Jelinek  <jakub@redhat.com>
768         PR debug/50827
769         * var-tracking.c (loc_cmp): For ENTRY_VALUEs use ENTRY_VALUE_EXP
770         macro instead of XEXP.
772 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
774         * configure: Regenerate.
776 2011-11-21  Georg-Johann Lay  <avr@gjlay.de>
778         * config/avr/avr.c (output_reload_in_const): Loading a byte with 0
779         must not affect cc0.
780         * config/avr/avr.md (*movhi, *movpsi, *movsi, *movsf): Zero to any
781         register does not change cc0. Same for any constant to ld-register.
783 2011-11-21  Uros Bizjak  <ubizjak@gmail.com>
785         * config/i386/mmx.md (unspec) <UNSPEC_MOVNTQ, UNSPEC_PFRCP,
786         UNSPEC_PFRCPIT1, UNSPEC_PFRCPIT2, UNSPEC_PFRSQRT, UNSPEC_PFRSQIT1>:
787         Move from config/i386/i386.md
788         (unspecv) <UNSPECV_EMMS, UNSPECV_FEMMS>: Ditto.
789         * config/i386/sse.md (unspec) <UNSPEC_MOVNT,UNSPEC_MOVU, UNSPEC_LDDQU,
790         UNSPEC_PSHUFB, UNSPEC_PSIGN, UNSPEC_PALIGNR, UNSPEC_EXTRQI,
791         UNSPEC_EXTRQ, UNSPEC_INSERTQI, UNSPEC_INSERTQ, UNSPEC_BLENDV,
792         UNSPEC_INSERTPS, UNSPEC_DP, UNSPEC_MOVNTDQA, UNSPEC_MPSADBW,
793         UNSPEC_PHMINPOSUW, UNSPEC_PTEST, UNSPEC_PCMPESTR, UNSPEC_PCMPISTR,
794         UNSPEC_FMADDSUB, UNSPEC_XOP_UNSIGNED_CMP, UNSPEC_XOP_TRUEFALSE,
795         UNSPEC_XOP_PERMUTE, UNSPEC_FRCZ, UNSPEC_AESENC, UNSPEC_AESENCLAST,
796         UNSPEC_AESDEC, UNSPEC_AESDECLAST, UNSPEC_AESIMC,
797         UNSPEC_AESKEYGENASSIST, UNSPEC_PCLMUL, UNSPEC_PCMP, UNSPEC_VPERMIL,
798         UNSPEC_VPERMIL2, UNSPEC_VPERMIL2F128, UNSPEC_CAST, UNSPEC_VTESTP,
799         UNSPEC_VCVTPH2PS, UNSPEC_VCVTPS2PH, UNSPEC_VPERMSI, UNSPEC_VPERMDF,
800         UNSPEC_VPERMSF, UNSPEC_VPERMTI, UNSPEC_GATHER, UNSPEC_VSIBADDR>: Ditto.
801         (unspecv) <UNSPECV_LDMXCSR, UNSPECV_STMXCSR, UNSPECV_CLFLUSH,
802         UNSPECV_MONITOR, UNSPECV_MWAIT, UNSPECV_VZEROALL, UNSPECV_VZEROUPPER>:
803         Ditto.
804         * config/i386/sync.md (unspec) <UNSPEC_LFENCE, UNSPEC_SFENCE,
805         UNSPEC_MFENCE, UNSPEC_MOVA>: Ditto.
806         (unspecv) <UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2, UNSPECV_CMPXCHG_3,
807         UNSPECV_CMPXCHG_4, UNSPECV_XCHG, UNSPECV_LOCK>: Ditto.
808         (sse2_lfence): Move from config/i386/sse.md.
809         (*sse2_lfence): Ditto.
810         (sse_sfence): Ditto.
811         (*sse_sfence): Ditto.
812         (sse2_mfence): Ditto.
813         (mfence_sse2): Ditto.  Rename from *sse2_mfence.  Enable also
814         for TARGET_64BIT.
815         (mem_thread_fence): Use mfence_sse2.
817 2011-11-21  Georg-Johann Lay  <avr@gjlay.de>
819         * config/avr/avr.h (struct base_arch_s): Add field sfr_offset.
820         * config/avr/avr-devices.c: Ditto. And initialize it.
821         * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in define
822         __AVR_SFR_OFFSET__.
823         * config/avr/avr-protos.h (out_movqi_r_mr, out_movqi_mr_r): Remove.
824         (out_movhi_r_mr, out_movhi_mr_r): Remove.
825         (out_movsi_r_mr, out_movsi_mr_r): Remove.
826         * config/avr/avr.md (*cbi, *sbi): Use %i instead of %m-0x20.
827         (*insv.io, *insv.not.io): Ditto.
828         * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r): Make static.
829         (print_operand): Implement "%i" to print address as I/O address.
830         (output_movqi): Clean up call of out_movqi_mr_r.
831         (output_movhi): Clean up call of out_movhi_mr_r.
832         (avr_file_start): Use avr_current_arch->sfr_offset instead of
833         magic -0x20. Use TMP_REGNO, ZERO_REGNO instead of 0, 1.
834         (avr_out_sbxx_branch): Use %i instead of %m-0x20.
835         (out_movqi_r_mr, out_movqi_mr_r): Ditto. And make static.
836         (out_movhi_r_mr, out_movhi_mr_r): Ditto. And use avr_asm_len.
837         (out_shift_with_cnt): Clean up code: Use avr_asm_len.
838         (output_movsisf): Use output_reload_insisf for all CONSTANT_P sources.
839         (avr_out_movpsi): USE avr_out_reload_inpsi for all CONSTANT_P sources.
840         Clean up call of avr_out_store_psi.
841         (output_reload_in_const): Don't cut symbols longer than 2 bytes.
842         (output_reload_insisf): Filter CONST_INT_P or CONST_DOUBLE_P to
843         try if setting pre-cleared register is advantageous.
844         (avr_out_plus_1): Use gen_int_mode instead of GEN_INT.
846 2011-11-20  Joey Ye  <joey.ye@arm.com>
848         * expr.c (expand_expr_real_1): Correctly handle strict volatile
849         bitfield loads smaller than mode size.
851 2011-11-20  Richard Henderson  <rth@redhat.com>
853         * config/mips/mips.c (mips_init_libfuncs): Call init_sync_libfuncs.
855 2011-11-20  Uros Bizjak  <ubizjak@gmail.com>
857         PR target/51235
858         * config/i386/i386.c (ix86_expand_vcond): Generate TARGET_XOP
859         patterns for supported mode only.
861         PR target/51236
862         * config/i386/i386.c (ix86_expand_builtin)
863         <IX86_BUILTIN_GATHERALTSIV4DI>: Use CODE_FOR_avx2_gathersiv4di.
865 2011-11-20  Uros Bizjak  <ubizjak@gmail.com>
867         * config/i386/i386.md (UNSPEC_MOVNTI): Remove.
868         (UNSPEC_MOVNTQ): New unspec.
869         * config/i386/mmx.md (sse_movntq): Rename from sse_movntdi.
870         Use UNSPEC_MOVNTQ instead of UNSPEC_MOVNT.
871         * config/i386/sse.md (sse2_movnti<mode>): Use UNSPEC_MOVNT instead of
872         UNSPEC_MOVNTI.
873         (STORENT_MODE): Add DI and V4DI modes.
875 2011-11-20  Nathan Sidwell  <nathan@acm.org>
877         PR gcov-profile/51113
878         * coverage.c (build_var): Propagate visibility for public
879         decls.  Use make_decl_one_only for PIC correctness.
881         testsuite/
882         * gcc.misc-tests/gcov-13.c: Check gcovpart-13b coverage
883         * gcc.misc-tests/gcov-16.c: New.
884         * gcc.misc-tests/gcov-17.c: New.
885         * g++.dg/gcov/gcov-8.C: New.
886         * g++.dg/gcov/gcov-9.C: New.
887         * g++.dg/gcov/gcov-10.C: New.
889 2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
891         PR rtl-optimization/51187
892         * reorg.c (relax_delay_slots): Do not consider a jump useless if there
893         is a barrier between the jump and its target label.
895 2011-11-19  Patrick Marlier  <patrick.marlier@gmail.com>
897         PR middle-end/51211
898         * tracer.c (ignore_bb_p): Don't copy GIMPLE_TRANSACTION.
900 2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
902         * expmed.c (store_bit_field_1): Revert bogus formatting change.
904 2011-11-19  Richard Earnshaw  <rearnsha@arm.com>
906         PR target/50493
907         * config/arm/arm.c (neon_disambiguate_copy): Correctly handle partial
908         overlap of src and dest operands.
910 2011-11-19  Iain Sandoe  <iains@gcc.gnu.org>
912         * config/darwin.h (ASM_DEBUG_SPEC): New.
913         * config/darwin9.h (ASM_DEBUG_SPEC): New.
915 2011-11-18  Jan Hubicka  <jh@suse.cz>
917         * config/i386/i386.c (atom_cost): Disable SSE loop until alignment
918         issues are fixed.
920 2011-11-18  Anatoly Sokolov  <aesok@post.ru>
922         * config/cris/cris.c (cris_function_value_regno_p): Make static.
923         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
924         * config/cris/cris.h (FUNCTION_VALUE_REGNO_P): Remove.
925         * config/cris/cris-protos.h (cris_function_value_regno_p): Remove.
927 2011-11-18  H.J. Lu  <hongjiu.lu@intel.com>
929         PR target/33944
930         * doc/extend.texi: Document __builtin_ia32_movnti64.
932         * config/i386/emmintrin.h (_mm_stream_si64): New.
934         * config/i386/i386-builtin-types.def: Add VOID_FTYPE_PLONGLONG_LONGLONG.
936         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTI64.
937         (bdesc_special_args): Update __builtin_ia32_movnti.  Add
938         __builtin_ia32_movnti64.
939         (ix86_expand_special_args_builtin): Handle
940         VOID_FTYPE_PLONGLONG_LONGLONG.
942         * config/i386/i386.md (UNSPEC_MOVNTI): New.
944         * config/i386/sse.md (sse2_movntsi): Renamed to ...
945         (sse2_movnti<mode>): This.
947 2011-11-18  Georg-Johann Lay  <avr@gjlay.de>
949         PR target/49868
950         * config/avr/avr.h (base_arch_s): Add field n_segments.
951         (ADDR_SPACE_PGM1, ADDR_SPACE_PGM2, ADDR_SPACE_PGM3,
952         ADDR_SPACE_PGM4, ADDR_SPACE_PGM5, ADDR_SPACE_PGMX): New address spaces.
953         (AVR_HAVE_ELPM, AVR_HAVE_ELPMX): New defines.
954         (INIT_EXPANDERS): New define.
955         * config/avr/avr-protos.h (avr_mem_pgmx_p): New.
956         (avr_init_expanders): New.
957         (avr_emit_movmemhi, avr_out_movmem): New.
958         (avr_xload_libgcc_p): New.
959         * config/avr/avr-c.c (avr_register_target_pragmas): Register
960         address spaces __pgm1, __pgm2,  __pgm3,  __pgm4  __pgm5,  __pgmx.
961         (avr_cpu_cpp_builtins): Add built-in defines __PGM1,
962         __PGM2, __PGM3, __PGM4, __PGM5, __PGMX.
963         * config/avr/avr-devices.c (avr_arch_types): Set field n_segments.
965         * config/avr/avr.c (AVR_SECTION_PROGMEM): Change define to cover
966         3 bits instead of just 1.
967         (xstring_empty, xstring_e, rampz_rtx): New static GTYed variables.
968         (progmem_section): Change from section to array of sections.
969         (progmem_section_prefix): New static variable.
970         (avr_file_start): Print set for __RAMPZ__
971         (avr_option_override): Move initialization of RTXes from here...
972         (avr_init_expanders): ...to this new function.
973         (avr_pgm_segment): New static function.
974         (avr_decl_pgm_p): Handle error_mark_node.
975         (avr_mem_pgmx_p, avr_decl_pgmx_p): New static functions.
976         (avr_out_xload, avr_find_unused_d_reg): New static functions.
977         (expand_prologue, expand_epilogue): Use rampz_rtx.
978         (print_operand): Hande CONST_STRING.
979         (avr_xload_libgcc_p): New static function.
980         (avr_out_lpm_no_lpmx, avr_out_lpm): Handle ELPM.
981         (avr_progmem_p): Return 2 for 24-bit flash address space.
982         (avr_out_sbxx_branch): Clean-up code from ASn macros.
983         (out_movqi_r_mr, out_movqi_mr_r): Ditto. And recognize RAMPZ's
984         address and print symbolically.
985         (avr_asm_named_section, avr_section_type_flags,
986         avr_encode_section_info, avr_asm_select_section,
987         avr_addr_space_address_mode, avr_addr_space_pointer_mode,
988         avr_addr_space_legitimate_address_p, avr_addr_space_convert,
989         avr_addr_space_legitimize_address): Handle new address spaces.
990         (avr_output_progmem_section_asm_op): New static function.
991         (avr_asm_init_sections): Initialize progmem_section[].
992         (adjust_insn_length): Handle ADJUST_LEN_XLOAD, ADJUST_LEN_MOVMEM.
993         (avr_const_address_lo16): New static function.
994         (avr_assemble_integer): Use it to handle 3-byte integers.
995         (avr_emit_movmemhi, avr_out_movmem): New functions.
997         * config/avr/predicates.md (nox_general_operand): Handle new
998         address spaces.
999         * config/avr/avr.md (unspec): Add UNSPEC_MOVMEM.
1000         (adjust_len): Add xload, movmem.
1001         (SP_ADDR): New define_constants.
1002         (isa): Add "lpm", "lpmx", "elpm", "elpmx".
1003         (enabled): Handle them.
1004         (load<mode>_libgcc): New expander.
1005         (*load.<mode>.libgcc): Rename to load_<mode>_libgcc.
1006         (xload8_A, xload<mode>_A): New insn-and-splits.
1007         (xload_8, xload_<mode>_libgcc, xload_<mode>, loadmem_elpm): New insns.
1008         (mov<mode>): Handle new address spaces.
1009         (movmemhi): Rewrite using avr_emit_movmemhi.
1010         (MOVMEM_r_d): New mode attribute.
1011         (movmem_<mode>, movmem_qi_elpm): New insns.
1012         (setmemhi, *clrmemqi, *clrmemhi, strlenhi, *strlenhi): Unquote
1013         C-code.  Use label instead of hard-coded instrunction lengths.
1015 2011-11-18  Martin Jambor  <mjambor@suse.cz>
1017         PR tree-optimization/50605
1018         * gimple.c (is_gimple_ip_invariant_address): Also handle MEM_REFs
1019         of IPA invariant decls.
1021 2011-11-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1023         * tree-outof-ssa.c (insert_back_edge_copies):  Add call to
1024         mark_dfs_back_edges.
1026 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
1028         PR target/49992
1029         * configure.ac: Remove ranlib special-casing for Darwin.
1030         * configure: Regenerate.
1032 2011-11-18  Uros Bizjak  <ubizjak@gmail.com>
1034         PR tree-optimization/51118
1035         * fold-const.c (fold_checksum_tree): Check for TS_TYPED structure
1036         before using TREE_TYPE accessor on expr.
1038 2011-11-17  Jan Hubicka  <jh@suse.cz>
1040         PR bootstrap/51134
1041         * i386.c (atom_cost): Fix 32bit memset description.
1042         (expand_set_or_movmem_via_loop_with_iter): Output proper bounds check
1043         for epilogue loops.
1044         (expand_movmem_epilogue): Handle epilogues up to size 15 w/o producing
1045         byte loop.
1046         (decide_alg): sse_loop is not useable wthen SSE2 is disabled;
1047         when not optimizing always use rep movsb or lincall; do not produce
1048         word sized loops when optimizing memset for size (to avoid need
1049         for large constants).
1050         (ix86_expand_movmem): Get into sync with ix86_expand_setmem;
1051         choose unroll factors better; always do 128bit moves when producing
1052         SSE loops; do not produce loopy epilogue when size is too small.
1053         (promote_duplicated_reg_to_size): Do not look into desired alignments
1054         when doing vector expansion.
1055         (ix86_expand_setmem): Track better when promoted value is available;
1056         choose unroll factors more sanely. Output loopy epilogue only
1057         when needed.
1059 2011-11-17  Steve Ellcey  <sje@cup.hp.com>
1061         PR middle-end/51144
1062         * output.h (fprint_w): Remove.
1063         * final.c (fprint_w): Remove.
1064         (output_addr_const): Change fprint_w back to fprintf.
1066 2011-11-17  Andrew Pinski  <apinski@cavium.com>
1068         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
1070 2011-11-17  Andrew MacLeod  <amacleod@redhat.com>
1072         * builtins.c (expand_builtin): Remove 4th parameter representing
1073         weak/strong mode when __atomic_compare_exchange becomes a library call.
1075 2011-11-17  Richard Henderson  <rth@redhat.com>
1077         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap): Get
1078         new pseudo for target after convert_modes.
1079         (rs6000_expand_atomic_exchange, rs6000_expand_atomic_op): Likewise.
1081 2011-11-17  Richard Henderson  <rth@redhat.com>
1083         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap): Get
1084         new pseudo for target after convert_modes.
1085         (rs6000_expand_atomic_exchange, rs6000_expand_atomic_op): Likewise.
1087 2011-11-17  Richard Henderson  <rth@redhat.com>
1089         * builtins.c (expand_builtin_mem_thread_fence): Remove.
1090         (expand_builtin_mem_signal_fence): Remove.
1091         (expand_builtin_atomic_thread_fence): Use expand_mem_thread_fence.
1092         (expand_builtin_sync_synchronize): Likewise.
1093         (expand_builtin_atomic_signal_fence): Use expand_mem_signal_fence.
1094         * optabs.c (expand_asm_memory_barrier): Split out from
1095         expand_builtin_mem_signal_fence.
1096         (expand_mem_thread_fence): New, a combination of code from
1097         expand_builtin_mem_thread_fence and expand_builtin_sync_synchronize.
1098         (expand_mem_signal_fence): Moved and renamed from
1099         expand_builtin_mem_signal_fence.
1100         (expand_atomic_exchange): Use expand_mem_thread_fence.
1101         (expand_atomic_load, expand_atomic_store): Likewise.
1102         * expr.h, optabs.h: Update decls.
1104 2011-11-17  Bin Cheng  <bin.cheng@arm.com>
1106         PR rtl-optimization/50663
1107         * cprop.c (implicit_set_indexes): New global variable.
1108         (insert_set_in_table): Add additional parameter and record implicit
1109         set information.
1110         (hash_scan_set): Add additional parameter and pass it to above.
1111         (hash_scan_insn): Pass false to hash_scan_set.
1112         (compute_hash_table_work): Pass true to hash_scan_set.
1113         (compute_cprop_data): Add implicit set to AVIN of block which the
1114         implicit set is recorded for.
1115         (one_cprop_pass): Handle implicit_set_indexes array.
1117 2011-11-17  Michael Matz  <matz@suse.de>
1119         PR middle-end/50644
1120         PR middle-end/50741
1121         * tree-ssa-live.c (mark_all_vars_used_1): Recurse only for decls of
1122         current function.
1123         (remove_unused_locals): Ditto.
1125 2011-11-16  Richard Henderson  <rth@redhat.com>
1127         * config/alpha/alpha.c (alpha_split_compare_and_swap_12): Copy
1128         ALIAS_SET_MEMORY_BARRIER when creating a new memory.
1129         (alpha_split_atomic_exchange_12): Likewise.
1130         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Likewise.
1132 2011-11-16  Joseph Myers  <joseph@codesourcery.com>
1134         * config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.
1136 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
1138         * config/rs6000/rs6000.c (rs6000_xcoff_section_type_flags):
1139         Default to minimum alignment if decl is NULL.
1141 2011-11-16  Uros Bizjak  <ubizjak@gmail.com>
1143         * config/i386/sse.md (round<mode>2_vec_pack_sfix): Optimize V2DFmode
1144         sequence for AVX.
1145         (<sse4_1>_round<ssemodesuffix>_vec_pack_sfix<avxsizesuffix>): Ditto.
1147 2011-11-16  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1149         * doc/invoke.texi: Document AMD bdver1 and btver1.
1151 2011-11-16  Richard Earnshaw  <rearnsha@arm.com>
1152             Bernd Schmidt <bernds@coudesourcery.com>
1153             Sebastian Huber <sebastian.huber@embedded-brains.de>
1155         PR target/49641
1156         * config/arm/arm.c (store_multiple_sequence): Avoid cases where
1157         the base reg is stored iff compiling for Thumb1.
1159 2011-11-16  Razya Ladelsky  <razya@il.ibm.com>
1161         PR tree-optimization/49960
1162         * tree-data-ref.c (initialize_data_dependence_relation): Add
1163         initializations.
1164         Remove call to compute_self_dependence.
1165         (compute_affine_dependence): Remove the !DDR_SELF_REFERENCE condition.
1166         (compute_self_dependence): Remove old code. Add call to
1167         compute_affine_dependence.
1168         (compute_all_dependences): Remove call to compute_self_dependence.
1169         Add call to compute_affine_dependence.
1171 2011-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1173         PR middle-end/50325
1174         * expmed.c (store_bit_field_1): Use extract_bit_field on big
1175         endian targets if the source cannot be exactly covered by word
1176         mode chunks.
1178 2011-11-15  Joseph Myers  <joseph@codesourcery.com>
1180         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Change STRING_LIMIT to
1181         ELF_STRING_LIMIT.
1183 2011-11-15  Richard Henderson  <rth@redhat.com>
1185         * config/alpha/alpha.c (alpha_pre_atomic_barrier): New.
1186         (alpha_post_atomic_barrier): New.
1187         (alpha_split_atomic_op): New memmodel argument; honor it.
1188         (alpha_split_compare_and_swap): Take array of operands.  Honor
1189         memmodel; always set bool output
1190         (alpha_expand_compare_and_swap_12): Similarly.
1191         (alpha_split_compare_and_swap_12): Similarly.
1192         (alpha_split_atomic_exchange): Similarly.  Rename from
1193         alpha_split_lock_test_and_set.
1194         (alpha_expand_atomic_exchange_12): Similarly.  Rename from
1195         alpha_expand_lock_test_and_set_12.
1196         (alpha_split_atomic_exchange_12): Similarly.  Rename from
1197         alpha_split_lock_test_and_set_12.
1198         * config/alpha/alpha-protos.h: Update.
1199         * config/alpha/alpha.md (UNSPECV_CMPXCHG): New.
1200         * config/alpha/constraints.md ("w"): New.
1201         * config/alpha/predicates.md (mem_noofs_operand): New.
1202         * config/alpha/sync.md (atomic_compare_and_swap<mode>): Rename from
1203         sync_compare_and_swap<mode>; add the new parameters.
1204         (atomic_exchange<mode>): Update from sync_test_and_set<mode>.
1205         (atomic_fetch_<op><mode>): Update from sync_old_<op><mode>.
1206         (atomic_<op>_fetch<mode>): Update from sync_new_<op><mode>.
1207         (atomic_<op><mode>): Update from sync_<op><mode>.
1209 2011-11-16  Tom de Vries  <tom@codesourcery.com>
1211         * tree-ssa-tail-merge.c (replace_block_by): Add frequency of bb2 to bb1.
1213 2011-11-16  Alan Modra  <amodra@gmail.com>
1215         PR rtl-optimization/51051
1216         PR bootstrap/51086
1217         * function.c (thread_prologue_and_epilogue_insns): Guard
1218         emitting return with single_succ_p test.
1220 2011-11-15  Joern Rennecke  <joern.rennecke@embecosm.com>
1222         * config/epiphany/epiphany.md (mov<mode>cc): Fix code to
1223         get mode from CMP_OP1 if CMP_OP0 is VOIDmode.
1225 2011-11-15  Uros Bizjak  <ubizjak@gmail.com>
1227         * config/i386/sse.md (vec_pack_trunc_v2df): Optimize sequence for AVX.
1228         (vec_pack_sfix_trunc_v2df): Ditto.
1229         (vec_pack_sfix_v2df): Ditto.
1230         (vec_pack_sfix_trunc_v4df): Generate fix_truncv4dfv4si2 and
1231         avx_vec_concatv8si patterns.
1232         (vec_pack_sfix_v4df): Generate avx_cvtpd2dq256 and
1233         avx_vec_concatv8si patterns.
1235 2011-11-15  Torvald Riegel  <triegel@redhat.com>
1237         * c-parser.c (c_parser_transaction_expression): Require parentheses
1238         when parsing transaction expressions.
1240 2011-11-15  Tristan Gingold  <gingold@adacore.com>
1242         * incpath.c (get_added_cpp_dirs): New function.
1243         * incpath.h (get_added_cpp_dirs): Declare.
1244         * config/vms/vms-c.c (vms_c_register_includes): New function.
1245         (vms_std_modules): New variable.
1246         * config/vms/vms.h (TARGET_EXTRA_INCLUDES): Define.
1247         (vms_c_register_includes): Declare.
1249 2011-11-15  Tristan Gingold  <gingold@adacore.com>
1251         * c-family/c-pragma.h (pragma_extern_prefix): Declare.
1252         * c-family/c-pragma.c (pragma_extern_prefix): Make it public.
1253         * config/vms/vms-c.c (saved_extern_prefix): New variable.
1254         (vms_pragma_extern_prefix): New function.
1255         (vms_c_register_pragma): Register vms_pragma_extern_prefix.
1257 2011-11-15  Georg-Johann Lay  <avr@gjlay.de>
1259         PR target/49868
1260         * config/avr/avr.h (ADDR_SPACE_PGM): New address spaces.
1261         (REGISTER_TARGET_PRAGMAS): New define.
1262         * config/avr/avr-protos.h (avr_mem_pgm_p): New.
1263         (avr_load_libgcc_p): New.
1264         (avr_register_target_pragmas): New.
1265         (asm_output_external_libcall): Remove.
1266         (avr_log_t): Add field "progmem".  Order alphabetically.
1267         * config/avr/avr-log.c (avr_log_set_avr_log): Set avr_log.progmem.
1268         * config/avr/avr-c.c (langhooks.h): New include.
1269         (avr_register_target_pragmas): New function. Register address
1270         space __pgm.
1271         (avr_cpu_cpp_builtins): Add built-in define __PGM.
1273         * config/avr/avr.c: Include "c-family/c-common.h".
1274         (TARGET_LEGITIMATE_ADDRESS_P): Remove define.
1275         (TARGET_LEGITIMIZE_ADDRESS): Remove define.
1276         (TARGET_ADDR_SPACE_SUBSET_P): Define to...
1277         (avr_addr_space_subset_p): ...this new static function.
1278         (TARGET_ADDR_SPACE_CONVERT): Define to...
1279         (avr_addr_space_convert): ...this new static function.
1280         (TARGET_ADDR_SPACE_ADDRESS_MODE): Define to...
1281         (avr_addr_space_address_mode): ...this new static function.
1282         (TARGET_ADDR_SPACE_POINTER_MODE): Define to...
1283         (avr_addr_space_pointer_mode): ...this new static function.
1284         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define to...
1285         (avr_addr_space_legitimate_address_p): ...this new static function.
1286         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Define to...
1287         (avr_addr_space_legitimize_address): ...this new static function.
1288         (avr_mode_code_base_reg_class): Handle address spaces.
1289         (avr_regno_mode_code_ok_for_base_p): Ditto.
1290         (lpm_addr_reg_rtx, lpm_reg_rtx, all_regs_rtx): New static variables.
1291         (avr_option_override): Initialize them.
1292         (output_reload_in_const): Use all_regs_rtx. Fix signedness of loop
1293         variables.
1294         (avr_pgm_segment): New static function.
1295         (avr_decl_pgm_p, avr_mem_pgm_p): New static functions.
1296         (avr_out_lpm, avr_out_lpm_no_lpmx): New static functions.
1297         (output_movqi, output_movhi, output_movsisf, avr_out_movpsi): Call
1298         avr_out_lpm to handle loads from progmem.
1299         (avr_load_libgcc_p): New static function.
1300         (avr_progmem_p): Test if decl is in flash.
1301         (avr_pgm_pointer_const_p): New static function.
1302         (avr_nonconst_pointer_addrspace): New static function.
1303         (avr_pgm_check_var_decl): New static function.
1304         (avr_insert_attributes): Use it.  Change error message to report
1305         cause (progmem or address space) when code wants to write to flash.
1306         (avr_section_type_flags): Unset section flag SECTION_BSS for
1307         data in progmem.
1309         * config/avr/predicates.md (nop_general_operand): New predicate.
1310         (nox_general_operand): New predicate.
1311         * config/avr/avr.md (LPM_REGNO): New define_constant.
1312         (load<mode>_libgcc): New expander.
1313         (*load.<mode>.libgcc): New insn.
1314         (mov<mode>): Handle loads from non-generic AS.
1315         (movmemhi): Ditto.  Propagate address space information to newly
1316         created MEM.
1317         (movqi_insn, *movhi, *movpsi, *movsi, *movsf): Change predicate #1
1318         to nox_general_operand.
1319         (ashrqi3, ashrhi3, ashrsi3): Change predicate #1 to
1320         nop_general_operand.
1321         (ashlqi3, *ashlqi3, ashlhi3, ashlsi3): Ditto.
1322         (lshrqi3, *lshrqi3, lshrhi3, lshrsi3): Ditto.
1323         (split-lpmx): New split.
1324         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
1325         *lshrhi3_const, *lshrsi3_const): Indent, unquote C.
1327 2011-11-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
1329         * ipa-cp.c (ipa_value_from_jfunc): Make global.
1330         (ipa_cst_from_jfunc): Remove, use ipa_value_from_jfunc instead.
1331         (get_indirect_edge_target): Rename, make global.
1332         (devirtualization_time_bonus, estimate_local_effects,)
1333         (ipcp_discover_new_direct_edges): Update.
1334         * ipa-inline-analysis.c (evaluate_conditions_for_edge):
1335         Generalize to also handle types.  Rename to ...
1336         (evaluate_properties_for_edge): Use instead of
1337         evaluate_conditions_for_edge.
1338         (estimate_edge_devirt_benefit): New function.
1339         (estimate_calls_size_and_time): Use it.
1340         (estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,)
1341         (inline_merge_summary): Update.
1342         (do_estimate_edge_time, do_estimate_edge_growth): Update.  Calculate
1343         parameter information at the call site and pass it on to subroutines.
1344         * tree-inline.c (estimate_num_insns): Distinguish between direct and
1345         indirect calls.
1346         (init_inline_once): Set size and time costs or indirect calls.
1347         * tree-inline.h (eni_weights): Add indirect_call_cost.
1349 2011-11-15  Tom de Vries  <tom@codesourcery.com>
1351         PR tree-optimization/51005
1352         * tree-ssa-tail-merge.c (delete_basic_block_same_succ): Rename to
1353         mark_basic_block_deleted.
1354         (update_worklist): Inline purge_bbs.
1355         (purge_bbs, unlink_virtual_phi, update_vuses, vop_at_entry)
1356         (delete_block_update_dominator_info): Remove.
1357         (replace_block_by): Remove update_vops parameter.  Partially evaluate
1358         for update_vops == false.
1359         (apply_clusters): Remove update_vops parameter.  Remove update_vops
1360         argument in replace_block_by call.
1361         (update_debug_stmts): Remove MAY_HAVE_DEBUG_STMTS test.
1362         (tail_merge_optimize): Remove update_vops argument to apply_clusters.
1363         Remove call to purge_bbs.  Add calls to calculate_dominance_info and
1364         free_dominance_info.  Add MAY_HAVE_DEBUG_STMTS  before calling
1365         update_debug_stmts.  Mark vop var for renaming, if necessary.
1367 2011-11-15  Bernd Schmidt  <bernds@codesourcery.com>
1369         PR rtl-optimization/51051
1370         * cfgrtl.c (cfg_layout_can_merge_blocks_p): Return FALSE if the
1371         move would cause fallthrough into the exit block.
1373 2011-11-14  Richard Henderson  <rth@redhat.com>
1375         * config/rs6000/rs6000.c (emit_load_locked): Assert the mode is
1376         handled.
1377         (emit_store_conditional): Likewise.
1378         (rs6000_pre_atomic_barrier, rs6000_post_atomic_barrier): New.
1379         (rs6000_adjust_atomic_subword): New.
1380         (rs6000_mask_atomic_subword, rs6000_finish_atomic_subword): New.
1381         (rs6000_expand_atomic_op): Rename from rs6000_emit_sync; rewrite
1382         for pre-reload expansion.
1383         (rs6000_split_compare_and_swap, rs6000_split_compare_and_swapqhi,
1384         rs6000_expand_compare_and_swapqhi): Merge into ...
1385         (rs6000_expand_atomic_compare_and_swap): ... here.  New function.
1386         rs6000_split_lock_test_and_set; expand immediately.  Handle
1387         QImode and HImode.
1388         * config/rs6000/rs6000.md (UNSPEC_LWSYNC): Move and rename
1389         from UNSPECV_LWSYNC.
1390         * config/rs6000/sync.md (fetchopsi_constr, fetchopdi_constr): Remove.
1391         (mem_thread_fence): New.
1392         (hwsync): Rename from memory_barrier.
1393         (*hwsync): Rename from *sync_internal.
1394         (lwsync, *lwsync): Mirror hwsync implementation.
1395         (isync): Don't reference memory.
1396         (loadsync): New.
1397         (atomic_load<INT>, atomic_store<INT>): New.
1398         (ATOMIC): New mode iterator.
1399         (load_locked<ATOMIC>): Rename from load_locked_<GPR>.
1400         (store_conditional<ATOMIC>): Rename from store_conditional_<GPR>.
1401         (sync_compare_and_swap<GPR>): Remove.
1402         (sync_compare_and_swaphi, sync_compare_and_swapqi): Remove.
1403         (sync_compare_and_swapqhi_internal): Remove.
1404         (sync_lock_test_and_set<GPR>): Remove.
1405         (sync_<FETCHOP><INT1>): Remove.
1406         (*sync_<FETCHOP>si_internal, *sync_<FETCHOP>di_internal): Remove.
1407         (sync_nand<INT1>, *sync_nand<GPR>_internal): Remove.
1408         (sync_old_<FETCHOP><GPR>): Remove.
1409         (*sync_old_<FETCHOP>si_internal): Remove.
1410         (*sync_old_<FETCHOP>di_internal): Remove.
1411         (sync_old_nand<INT1>): Remove.
1412         (*sync_old_nand<GPR>_internal): Remove.
1413         (sync_new_<FETCHOP><GPR>): Remove.
1414         (*sync_new_<FETCHOP>si_internal): Remove.
1415         (*sync_new_<FETCHOP>di_internal): Remove.
1416         (sync_new_nand<INT1>): Remove.
1417         (*sync_new_nand<GPR>_internal): Remove.
1418         (*atomic_andsi, *atomic_anddi): Remove.
1419         (*sync_addshort_internal, *sync_subshort_internal): Remove.
1420         (*sync_andsi_internal, *sync_boolsi_internal): Remove.
1421         (*sync_boolcshort_internal): Remove.
1422         (sync_lock_release<INT1>): Remove.
1423         (atomic_compare_and_swap<INT1>): New.
1424         (atomic_exchange<INT1>): New.
1425         (atomic_<FETCHOP><INT1>, atomic_nand<INT1>): New.
1426         (atomic_fetch_<FETCHOP><INT1>, atomic_fetch_nand<INT1>): New.
1427         (atomic_<FETCHOP>_fetch<INT1>, atomic_nand_fetch<INT1>): New.
1429 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
1431         * config/i386/sse.md (round<mode>2): Use register_operand for
1432         operand 1 predicate.
1433         (round<mode>2_sfix): Ditto.
1434         (round<mode>2_vec_pack_sfix): Ditto for operand 1 and operand 2.
1436 2011-11-14  Nathan Sidwell  <nathan@acm.org>
1438         * gcov.c (canonicalize_name): Protect use of S_ISLNK.
1440 2011-11-14  Jan Hubicka  <jh@suse.cz>
1442         PR target/51126
1443         * config/i386/i386.c (core cost model): Correct pasto.
1445 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
1447         * config/i386/sse.md (round<mode>2_sfix): New expander.
1448         (round<mode>2_vec_pack_sfix): Ditto.
1449         (<sse4_1>_round<ssemodesuffix>_sfix<avxsizesuffix>): Ditto.
1450         (<sse4_1>_round<ssemodesuffix>_vec_pack_sfix<avxsizesuffix>): Ditto.
1451         * config/i386/builtin-types.def (V4SI_FTYPE_V4SF_ROUND,
1452         V8SI_FTYPE_V8SF_ROUND, V4SI_FTYPE_V2DF_V2DF_ROUND,
1453         V8SI_FTYPE_V4DF_V4DF_ROUND): New builtin types.
1454         * config/i386/i386.c (ix86_builtins): Add
1455         IX86_BUILTIN_{FLOORPD,CEILPD,ROUNDPD_AZ}_VEC_PACK_SFIX{,256} and
1456         IX86_BUILTIN_{FLOORPS,CEILPS,ROUNDPS_AZ}_SFIX{,256} defines.
1457         (bdesc_args): Add __builtin_ia32_{floorpd,ceilpd}_vec_pack_sfix{,256},
1458         __builtin_ia32_roundpd_az_vec_pack_sfix{,256},
1459         __builtin_ia32_{floorps,ceilps}_sfix{,256}and
1460         __builtin_ia32_roundps_az_sfix{,256} descriptions.
1461         (ix86_expand_sse_round_vec_pack_sfix): New.
1462         (ix86_expand_args_builtin): Handle V4SI_FTYPE_V4SF_ROUND,
1463         V8SI_FTYPE_V8SF_ROUND, V4SI_FTYPE_V2DF_V2DF_ROUND and
1464         V8SI_FTYPE_V4DF_V4DF_ROUND types.  Check last argument of
1465         CODE_FOR_sse4_1_roundpd_vec_pack_sfix, CODE_FOR_sse4_1_roundps_sfix,
1466         CODE_FOR_avx_roundpd_vec_pack_sfix256 and CODE_FOR_avx_roundps_sfix256.
1467         (ix86_builtin_vectorized_function): Handle
1468         BUILT_IN_{I,L,LL}FLOOR{,F}, BUILT_IN_{I,L,LL}CEIL{,F} and
1469         BUILT_IN_{I,L,LL}ROUND{,F}
1471 2011-11-14  Jan Hubicka  <jh@suse.cz>
1473         PR middle-end/50598
1474         * cgraph.h (varpool_externally_visible_p): Declare.
1475         (varpool_add_new_variable): Declare.
1476         * tree-emultls.c (get_emutls_init_templ_addr,
1477         new_emutls_decl): Use varpool_add_new_variable.
1478         * ipa.c (varpool_externally_visible_p): Export.
1479         * varpool.c (varpool_add_new_variable): New function.
1481 2011-11-14  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
1482             Jan Hubicka  <jh@suse.cz>
1484         * config/i386/i386.h (processor_costs): Add second dimension to
1485         stringop_algs array.
1486         * config/i386/i386.c (cost models): Initialize second dimension of
1487         stringop_algs arrays.
1488         (core_cost): New costs based on generic64 costs with updated stringop
1489         values.
1490         (promote_duplicated_reg): Add support for vector modes, add
1491         declaration.
1492         (promote_duplicated_reg_to_size): Likewise.
1493         (processor_target): Set core costs for core variants.
1494         (expand_set_or_movmem_via_loop_with_iter): New function.
1495         (expand_set_or_movmem_via_loop): Enable reuse of the same iters in
1496         different loops, produced by this function.
1497         (emit_strset): New function.
1498         (expand_movmem_epilogue): Add epilogue generation for bigger sizes,
1499         use SSE-moves where possible.
1500         (expand_setmem_epilogue): Likewise.
1501         (expand_movmem_prologue): Likewise for prologue.
1502         (expand_setmem_prologue): Likewise.
1503         (expand_constant_movmem_prologue): Likewise.
1504         (expand_constant_setmem_prologue): Likewise.
1505         (decide_alg): Add new argument align_unknown.  Fix algorithm of
1506         strategy selection if TARGET_INLINE_ALL_STRINGOPS is set; Skip sse_loop
1507         (decide_alignment): Update desired alignment according to chosen move
1508         mode.
1509         (ix86_expand_movmem): Change unrolled_loop strategy to use SSE-moves.
1510         (ix86_expand_setmem): Likewise.
1511         (ix86_slow_unaligned_access): Implementation of new hook
1512         slow_unaligned_access.
1513         * config/i386/i386.md (strset): Enable half-SSE moves.
1514         * config/i386/sse.md (vec_dupv4si): Add expand for vec_dupv4si.
1515         (vec_dupv2di): Add expand for vec_dupv2di.
1517 2011-11-14  Dimitrios Apostolou  <jimis@gmx.net>
1519         PR bootstrap/51094
1520         PR middle-end/51116
1521         * config/elfos.h (TARGET_ASM_INTERNAL_LABEL): Remove.
1522         * varasm.c (default_elf_internal_label): Remove.
1524 2011-11-14  Kai Tietz  <ktietz@redhat.com>
1526         * gcov.c (generate_results): Add missing semicolon and correct indent.
1528 2011-11-14  Ira Rosen  <ira.rosen@linaro.org>
1530         PR bootstrap/51112
1531         * tree-vect-stmts.c (vectorizable_condition): Initialize comp_vectype.
1533 2011-11-14  Mingjie Xing  <mingjie.xing@gmail.com>
1535         * doc/invoke.texi (Wunused-result): Change @pxref{Variable Attributes}
1536         to @pxref{Function Attributes}.
1538 2011-11-13  Oleg Endo  <oleg.endo@t-online.de>
1540         PR target/50694
1541         * config/sh/sh.h (IS_LITTLE_ENDIAN_OPTION, UNSUPPORTED_SH2A):
1542         New macros.
1543         (DRIVER_SELF_SPECS): Use new macros to filter out unsupported options
1544         taking the default configuration into account.
1546 2011-11-13  Jonathan Wakely  <jwakely.gcc@gmail.com>
1548         * doc/install.texi (Specific): Fix anchor for
1549         x86_64-*-solaris2.1[0-9]*.
1551 2011-11-13  Nathan Sidwell  <nathan@acm.org>
1553         * gcov.c (source_prefix, source_length): New globals.
1554         (flag_relative_only): Likewise.
1555         (print_usage, options, process_args): Update.
1556         (generate_results): Use coverage.name, check
1557         flag_relative_only. Adjust messages.
1558         (find_source): Check source_prefix.
1559         (output_lines): Use coverage.name, adjust messages.
1560         * doc/gcov.texi (Invoking Gcov): Document new options.
1562 2011-11-12  Jason Merrill  <jason@redhat.com>
1564         PR c++/51060
1565         * gimplify.c (gimplify_target_expr): Add a clobber to the cleanup.
1566         (gimplify_modify_expr): Don't try to simplify it.
1568 2011-11-12  Dimitrios Apostolou  <jimis@gmx.net>
1570         PR bootstrap/51094
1571         * config/elfos.h (STRING_ASM_OP): Define.
1572         * varasm.c (default_elf_asm_output_limited_string): Use it.
1574         PR bootstrap/51094
1575         * gcc/configure.ac: Check for stpcpy declaration.
1576         * system.h: Declare it if not.
1577         * config.in, configure: Regenerate.
1579 2011-11-12  Richard Henderson  <rth@redhat.com>
1581         * config/rs6000/rs6000.md (fix_trunc<SFDF>si2_stfiwx): Use
1582         nonimmediate_operand for the destination.
1583         (fixuns_trunc<SFDF>si2_stfiwx): Likewise.
1585         * builtins.c (expand_builtin_compare_and_swap): If target is const0,
1586         don't pass the target to expand_atomic_compare_and_swap.
1587         (expand_builtin_atomic_compare_exchange): Likewise.
1589         * config/sh/linux.h (TARGET_INIT_LIBFUNCS): New.
1590         * config/sh/sh.c (sh_init_sync_libfuncs): New.
1592         * config/pa/pa-linux.h (TARGET_SYNC_LIBCALL): New.
1593         * config/pa/pa.h (TARGET_SYNC_LIBCALL): New default.
1594         * config/pa/pa.c (pa_init_libfuncs): Use init_sync_libfuncs.
1596 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
1598         PR target/45233
1599         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
1600         Only expand a symbol ref. into an access when the entity is defined
1601         in the TU.
1603 2011-11-12  Jan Hubicka  <jh@suse.cz>
1605         PR bootstrap/50822
1606         * cgraphunit.c (output_weakrefs): Output really only weakrefs.
1608 2011-11-12  Nathan Sidwell  <nathan@acm.org>
1610         * gcov.c (struct name_map): New.
1611         (names, n_names, a_names): New global vars.
1612         (print_usage): Adjust usage.
1613         (generate_results): Canonicalize main file name.
1614         (release_structures): Adjust.
1615         (name_search, name_sort): New callbacks.
1616         (find_source): Look for and create a canonical name.
1617         (canonicalize_name): New.
1618         (make_gcov_file_name): Reimplement and fix mangling.
1619         (mangle_name): New.
1620         * doc/gcov.texi: Update documentation about path preservation.
1622 2011-11-11  David S. Miller  <davem@davemloft.net>
1624         * config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
1625         * config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
1627 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
1629         * config/i386/i386-protos.h (ix86_maybe_emit_epilogue_vzeroupper):
1630         New prototype.
1631         * config/i386/i386.c (ix86_maybe_emit_epilogue_vzeroupper): New
1632         function.
1633         (ix86_expand_epilogue): Use it.
1634         * config/i386/i386.md (return, simple_return): Call it in the
1635         expanders.
1637         PR tree-optimization/51091
1638         * tree-stdarg.c (execute_optimize_stdarg): Ignore TREE_CLOBBER_P
1639         rhs also in the va_list_simple_ptr case.
1641         PR tree-optimization/51058
1642         * tree-vect-slp.c (vect_remove_slp_scalar_calls): New function.
1643         (vect_schedule_slp): Call it.
1644         * tree-vect-stmts.c (vectorizable_call): If slp_node != NULL,
1645         don't replace scalar calls with setting of their lhs to zero here.
1647         PR tree-optimization/51074
1648         * fold-const.c (vec_cst_ctor_to_array, fold_vec_perm): New functions.
1649         (fold_binary_loc): Handle VEC_EXTRACT_EVEN_EXPR,
1650         VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR and
1651         VEC_INTERLEAVE_LOW_EXPR with VECTOR_CST or CONSTRUCTOR operands.
1652         (fold_ternary_loc): Handle VEC_PERM_EXPR with VECTOR_CST or
1653         CONSTRUCTOR operands.
1654         * tree-ssa-propagate.c (valid_gimple_rhs_p): Handle ternary
1655         expressions.
1656         * tree-vect-generic.c (lower_vec_perm): Mask sel_int elements
1657         to 0 .. 2 * elements - 1.
1659 2011-11-11  Richard Henderson  <rth@redhat.com>
1661         * gimple-pretty-print.c (dump_gimple_omp_atomic_load): Dump needed.
1662         (dump_gimple_omp_atomic_store): Likewise.
1663         * optabs.c (can_atomic_exchange_p): New.
1664         * optabs.h (can_atomic_exchange_p): Declare.
1665         * omp-low.c (expand_omp_atomic_load): Implement.
1666         (expand_omp_atomic_store): Likewise.
1667         (expand_omp_atomic): Update for new arguments to load/store.
1669 2011-11-11  Eric Botcazou  <ebotcazou@adacore.com>
1671         * cprop.c: Adjust outdated comments throughout.
1672         (hash_scan_set): Rename PAT parameter into SET.
1673         (cprop_pavloc): Rename into...
1674         (cprop_avloc): ...this.
1675         (cprop_absaltered): Rename into...
1676         (cprop_kill): ...this.
1677         (alloc_cprop_mem): Adjust for above renaming.
1678         (free_cprop_mem): Likewise.
1679         (compute_cprop_data): Likewise.
1680         (compute_local_properties): Rename TRANSP parameter into KILL and
1681         adjust throughout.  Rework comments.
1682         (try_replace_reg): Fix long line.
1683         (cprop_jump): Likewise.
1684         (constprop_register): Fix prototype and take INSN last.
1685         (cprop_insn): Adjust calls to above function.  Fix long lines.
1686         (bypass_block): Likewise.
1687         (one_cprop_pass): Likewise.
1689 2011-11-11  Uros Bizjak  <ubizjak@gmail.com>
1691         * config/alpha/elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.
1692         (ELF_STRING_LIMIT): Rename from STRING_LIMIT.
1694 2011-11-11  Jason Merrill  <jason@redhat.com>
1696         * varasm.c (default_elf_asm_output_limited_string): #ifdef
1697         ELF_ASCII_ESCAPES.
1698         (default_elf_asm_output_ascii): Likewise.
1700 2011-11-11  Uros Bizjak  <ubizjak@gmail.com>
1702         PR target/50762
1703         * config/i386/constraints.md (j): New address constraint.
1704         * config/i386/predicates.md (lea_address_operand): Redefine as
1705         special predicate.
1706         * config/i386/i386.md (*lea_3_zext): Use "j" constraint for operand 1.
1707         (*lea_4_zext): Ditto.
1709 2011-11-11  David S. Miller  <davem@davemloft.net>
1711         Revert
1712         2011-11-05  David S. Miller  <davem@davemloft.net>
1714         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): New unspec.
1715         (zero-extend_v8qi_vis, zero_extend_v4hi_vis): New expanders.
1716         (*zero_extend_v8qi_<P:mode>_insn,
1717         *zero_extend_v4hi_<P:mode>_insn): New insns.
1718         * config/sparc/sparc.c (vector_init_move_words,
1719         vector_init_prepare_elts, sparc_expand_vector_init_vis2,
1720         sparc_expand_vector_init_vis1): New functions.
1721         (vector_init_bshuffle): Rewrite to handle more cases and make use
1722         of locs[] array prepared by vector_init_prepare_elts.
1723         (vector_init_fpmerge, vector_init_faligndata): Delete.
1724         (sparc_expand_vector_init): Rewrite using new infrastructure.
1726 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
1728         * opts-common.c (generate_canonical_option): Free opt_text
1729         it it has been allocated here and not stored anywhere.
1731         * tree-vect-slp.c (vect_free_slp_tree): Also free SLP_TREE_CHILDREN
1732         vector.
1733         (vect_create_new_slp_node): Don't allocate node before checking stmt
1734         type.
1735         (vect_free_oprnd_info): Remove FREE_DEF_STMTS argument, always
1736         free def_stmts vectors and additionally free oprnd_info.
1737         (vect_build_slp_tree): Adjust callers.  Call it even if
1738         stop_recursion.  If vect_create_new_slp_node or
1739         vect_build_slp_tree fails, properly handle freeing memory.
1740         If it succeeded, clear def_stmts in oprnd_info.
1742 2011-11-11  Dimitrios Apostolou  <jimis@gmx.net>
1744         * defaults.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Expand on
1745         multiple lines for readability.
1746         * output.h (fprint_whex, fprint_w, fprint_ul, sprint_ul): Declare.
1747         (ASM_OUTPUT_LABELREF): Call fputs instead of asm_fprintf.
1748         * dwarf2asm.c (dw2_assemble_integer, dw2_asm_output_data,
1749         dw2_asm_data_uleb128, dw2_asm_delta_uleb128,
1750         dw2_asm_delta_sleb128): Convert fprintf calls to the new functions.
1751         * dwarf2out.c (dwarf2out_source_line): Call fprint_ul instead of
1752         fprintf.
1753         * final.c (fprint_whex, fprint_w, fprint_ul, sprint_ul): New functions
1754         serving as fast replacements for fprintf integer to string conversions.
1755         (sprint_ul_rev): Internal helper for the above.
1756         (output_addr_const) <CONST_INT>: Don't use fprintf.
1757         * varasm.c: Fix some whitespace inconsistencies.
1758         (default_elf_asm_output_limited_string): New.
1759         (default_elf_asm_output_ascii): Likewise.
1760         (default_elf_internal_label): Likewise.
1761         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Use sprint_ul and
1762         stpcpy instead of sprintf.
1763         (TARGET_ASM_INTERNAL_LABEL): Define as default_elf_internal_label.
1764         (ELF_ASCII_ESCAPES, ELF_STRING_LIMIT): Rename from old ESCAPES and
1765         STRING_LIMIT macros.
1766         (ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII): Call functions that
1767         provide the same functionality.
1768         * config/i386/i386.c (print_reg): Call fprint_ul instead of fprintf.
1770 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
1772         * doc/extend.texi: Document __atomic_test_and_set and __atomic_clear.
1774 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
1776         PR middle-end/51038
1777         * builtins.c (expand_builtin_atomic_clear): New.  Expand atomic_clear.
1778         (expand_builtin_atomic_test_and_set): New.  Expand atomic test_and_set.
1779         (expand_builtin): Add cases for test_and_set and clear.
1780         * sync-builtins.def (BUILT_IN_ATOMIC_TEST_AND_SET): New.
1781         (BUILT_IN_ATOMIC_CLEAR): New.
1783 2011-11-10  Roberto Agostino Vitillo  <ravitillo@lbl.gov>
1785         PR debug/50983
1786         * dwarf2out.c (set_cur_line_info_table): Restore the last is_stmt
1787         value in the current line table.
1789 2011-11-10  Nathan Sidwell  <nathan@acm.org>
1791         * gcov.c (struct function_info): Make src an index, not a pointer.
1792         (struct source_info): Remove index and next source fields.
1793         (fn_end): New static var.
1794         (sources_index): Remove.
1795         (sources): Now a pointer to an array, not a list.
1796         (n_sources, a_sources): New.
1797         (process_file): Adjust for changes to read_graph_file. Insert
1798         functions into source lists and check line numbers here.
1799         (generate_results): Only allocate lines for sources with
1800         contents.  Adjust for source array.
1801         (release_structures): Likewise.
1802         (find_source): Return source index, adjust for source array.
1803         (read_graph_file): Return function list.  Don't insert into source
1804         lists here.
1805         (read_count_file): Take list of functions.
1806         (solve_flow_graph): Reverse the arc lists here.
1807         (add_line_counts): Adjust for source array.
1809 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
1811         PR middle-end/51077
1812         * tree-object-size.c (addr_object_size): Check TREE_CODE of
1813         MEM_REF's operand rather than code of the MEM_REF itself.
1815 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
1817         PR rtl-optimization/51040
1818         * optabs.c (expand_atomic_fetch_op): Patchup code for NAND should
1819         be AND followed by NOT.
1820         * builtins.c (expand_builtin_atomic_fetch_op): Patchup code for NAND
1821         should be AND followed by NOT.
1823 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
1825         * vec.h (VEC_BASE): If base is at offset 0 in the structure,
1826         use &(P)->base even if P is NULL.
1828         PR rtl-optimization/51023
1829         * combine.c (simplify_comparison) <case SIGN_EXTEND>: Don't use
1830         val_signbit_known_clear_p for signed comparison narrowing
1831         optimization.  Don't check for non-VOIDmode, use
1832         HWI_COMPUTABLE_MODE_P macro.
1833         <case ZERO_EXTEND>: Don't check for non-VOIDmode.
1834         Optimize even when const_op is equal to GET_MODE_MASK (mode),
1835         don't optimize if const_op is negative.
1837 2011-11-10  Richard Guenther  <rguenther@suse.de>
1839         PR tree-optimization/51042
1840         * tree-ssa-pre.c (phi_translate_1): Avoid recursing on
1841         self-referential expressions.  Refactor code to avoid duplication.
1843 2011-11-10  Richard Guenther  <rguenther@suse.de>
1845         PR tree-optimization/51070
1846         * tree-loop-distribution.c (generate_builtin): Do not replace
1847         the loop with a builtin if the partition contains statements which
1848         results are used outside of the loop.
1849         (pass_loop_distribution): Verify and collect.
1851 2011-11-10  Richard Guenther  <rguenther@suse.de>
1853         PR tree-optimization/51030
1854         * tree-ssa-phiopt.c (jump_function_from_stmt): New function.
1855         (value_replacement): Use it to handle trivial non-empty
1856         intermediate blocks.
1858 2011-11-10  Richard Guenther  <rguenther@suse.de>
1860         PR middle-end/51071
1861         * gimple.c (gimple_has_side_effects): Remove checking code
1862         that doesn't belong here.
1864 2011-11-10  Ira Rosen  <ira.rosen@linaro.org>
1866         PR tree-optimization/51058
1867         * tree-vect-slp.c (vect_get_constant_vectors): Handle CALL_EXPR.
1869 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
1871         PR tree-optimization/51000
1872         * tree-vect-patterns.c (vect_recog_bool_pattern): If adding
1873         a pattern stmt for a bool store, adjust DR_STMT too.
1874         Don't handle bool conversions to single bit precision lhs.
1875         * tree-vect-stmts.c (vect_remove_stores): If next is a pattern
1876         stmt, remove its related stmt and free its stmt_vinfo.
1877         (free_stmt_vec_info): Free also pattern stmt's vinfo and
1878         pattern def stmt's vinfo.
1879         * tree-vect-loop.c (destroy_loop_vec_info): Don't try to
1880         free pattern stmt's vinfo here.
1881         (vect_transform_loop): When calling vect_remove_stores,
1882         do gsi_next first and don't call gsi_remove.  If not strided
1883         store, free stmt vinfo for gsi_stmt (si) rather than stmt.
1885 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
1887         PR target/50911
1888         * config/i386/i386.c (expand_vec_perm_interleave2): If d->vmode is
1889         V4SImode, !TARGET_SSE2 and punpck[lh]* is needed, change dremap.vmode
1890         to V4SFmode.
1892         * function.h (requires_stack_frame_p): New prototype.
1893         * function.c (requires_stack_frame_p): No longer static.
1894         * config/i386/i386.c (ix86_finalize_stack_realign_flags): If
1895         stack_realign_fp was just a conservative guess for a function
1896         which doesn't use sp/fp/argp at all, clear frame_pointer_needed
1897         and stack realignment.
1899 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
1901         PR preprocessor/51061
1902         * incpath.c (merge_include_chains): Make sure to not pass null
1903         pointers to free_path.
1905 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
1907         * doc/invoke.texi ([Option Summary, C++ Language Options]):
1908         Add -Wzero-as-null-pointer-constant.
1910 2011-11-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1912         * config/arm/arm-cores.def: Add -mcpu=cortex-a7.
1913         * config/arm/arm-tables.opt: Regenerate.
1914         * config/arm/arm-tune.md: Likewise.
1915         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex A-7.
1916         * doc/invoke.texi: Document -mcpu=cortex-a7.
1918 2011-11-09  Richard Guenther  <rguenther@suse.de>
1920         Revert
1921         2011-11-09  Richard Guenther  <rguenther@suse.de>
1923         * tree-cfg.c (verify_gimple_call): Verify that
1924         gimple_call_cannot_inline_p is returning a conservative
1925         correct result according to gimple_check_call_matching_types.
1927 2011-11-09  Richard Guenther  <rguenther@suse.de>
1929         PR tree-optimization/51039
1930         * tree-cfg.c (verify_gimple_call): Verify that
1931         gimple_call_cannot_inline_p is returning a conservative
1932         correct result according to gimple_check_call_matching_types.
1933         * ipa-inline-analysis.c (estimate_function_body_sizes): Remove
1934         code dealing with un-inlinablility.
1935         * gimple-streamer-in.c (input_gimple_stmt): Update the
1936         non-inlinable flag.
1938 2011-11-09  Richard Guenther  <rguenther@suse.de>
1940         PR tree-optimization/51039
1941         * tree-inline.c (setup_one_parameter): Always perform a
1942         valid gimple type change.
1943         (declare_return_variable): Likewise.
1945 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
1947         * config/rs6000/vector.md (vcondv4sfv4si, vcondv4siv4sf,
1948         vconduv4sfv4si): New patterns.
1949         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Handle
1950         different dest_mode from comparison mode.
1952 2011-11-09  Richard Guenther  <rguenther@suse.de>
1954         * gimple-fold.c (canonicalize_constructor_val): Mark
1955         address-taken variables addressable.
1957 2011-11-09  Ira Rosen  <ira.rosen@linaro.org>
1959         PR tree-optimization/51015
1960         * tree-vect-loop.c (vect_determine_vectorization_factor): Expect
1961         vectype to be set for pattern def stmts.
1963 2011-11-09  Alan Modra  <amodra@gmail.com>
1965         * function.c (bb_active_p): Delete.
1966         (dup_block_and_redirect, active_insn_between): New functions.
1967         (convert_jumps_to_returns, emit_return_for_exit): New functions,
1968         split out from..
1969         (thread_prologue_and_epilogue_insns): ..here.  Delete
1970         shadowing variables.  Don't do prologue register clobber tests
1971         when shrink wrapping already failed.  Delete all last_bb_active
1972         code.  Instead compute tail block candidates for duplicating
1973         exit path.  Remove these from antic set.  Duplicate tails when
1974         reached from both blocks needing a prologue/epilogue and
1975         blocks not needing such.
1976         * ifcvt.c (dead_or_predicable): Test both flag_shrink_wrap and
1977         HAVE_simple_return.
1978         * bb-reorder.c (get_uncond_jump_length): Make global.
1979         * bb-reorder.h (get_uncond_jump_length): Declare.
1980         * cfgrtl.c (rtl_create_basic_block): Comment typo fix.
1981         (rtl_split_edge): Likewise.  Warning fix.
1982         (rtl_duplicate_bb): New function.
1983         (rtl_cfg_hooks): Enable can_duplicate_block_p and duplicate_block.
1984         * Makefile.in (function.o): Update dependencies.
1986 2011-11-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1987             Georg-Johann Lay  <avr@gjlay.de>
1989         * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space
1990         argument.
1991         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1992         * doc/tm.texi: Regenerate.
1994         * config/cris/cris.h (MODE_CODE_BASE_REG_CLASS): Add address
1995         space argument.
1996         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1997         * config/bfin/bfin.h (MODE_CODE_BASE_REG_CLASS): Likewise.
1998         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1999         * config/avr/avr.h (MODE_CODE_BASE_REG_CLASS): Add address space
2000         argument.
2001         (REGNO_MODE_CODE_OK_FOR_BASE_P): Ditto.
2002         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
2003         (avr_regno_mode_code_ok_for_base_p): Ditto.
2004         * config/avr/avr.c (avr_mode_code_base_reg_class): Ditto.
2005         (avr_regno_mode_code_ok_for_base_p): Ditto.
2006         (avr_reg_ok_for_addr_p): Pass AS down to
2007         avr_regno_mode_code_ok_for_base_p.
2009         * addresses.h (base_reg_class): Add address space argument.
2010         Pass to MODE_CODE_BASE_REG_CLASS.
2011         (ok_for_base_p_1): Add address space argument.  Pass to
2012         REGNO_MODE_CODE_OK_FOR_BASE_P.
2013         (regno_ok_for_base_p): Add address space argument.  Pass to
2014         ok_for_base_p_1.
2016         * regrename.c (scan_rtx_address): Add address space argument.
2017         Pass address space to regno_ok_for_base_p and base_reg_class.
2018         Update recursive calls.
2019         (scan_rtx): Pass address space to scan_rtx_address.
2020         (build_def_use): Likewise.
2021         * regcprop.c (replace_oldest_value_addr): Add address space
2022         argument.  Pass to regno_ok_for_base_p and base_reg_class.
2023         Update recursive calls.
2024         (replace_oldest_value_mem): Pass address space to
2025         replace_oldest_value_addr.
2026         (copyprop_hardreg_forward_1): Likewise.
2028         * reload.c (find_reloads_address_1): Add address space argument.
2029         Pass address space to base_reg_class and regno_ok_for_base_p.
2030         Update recursive calls.
2031         (find_reloads_address): Pass address space to base_reg_class,
2032         regno_ok_for_base_p, and find_reloads_address_1.
2033         (find_reloads): Pass address space to base_reg_class.
2034         (find_reloads_subreg_address): Likewise.
2036         * ira-costs.c (record_reg_classes): Update calls to base_reg_class.
2037         (ok_for_base_p_nonstrict): Add address space argument.  Pass to
2038         ok_for_base_p_1.
2039         (record_address_regs): Add address space argument.  Pass to
2040         base_reg_class and ok_for_base_p_nonstrict.  Update recursive calls.
2041         (record_operand_costs): Pass address space to record_address_regs.
2042         (scan_one_insn): Likewise.
2044         * caller-save.c (init_caller_save): Update call to base_reg_class.
2045         * ira-conflicts.c (ira_build_conflicts): Likewise.
2046         * reload1.c (maybe_fix_stack_asms): Likewise.
2048 2011-11-08  Michael Matz  <matz@suse.de>
2050         * gengtype.c (write_field_root): Avoid out-of-scope access of newv.
2052         * tree-stdarg.c (execute_optimize_stdarg): Accept clobbers.
2054         * tree.h (TREE_CLOBBER_P): New macro.
2055         * gimple.h (gimple_clobber_p): New inline function.
2056         * gimplify.c (gimplify_bind_expr): Add clobbers for all variables
2057         that go out of scope and live in memory.
2058         * tree-ssa-operands.c (get_expr_operands): Transfer volatility also
2059         for constructors.
2060         * cfgexpand.c (decl_to_stack_part): New static variable.
2061         (add_stack_var): Allocate it, and remember mapping.
2062         (fini_vars_expansion): Deallocate it.
2063         (stack_var_conflict_p): Add early outs.
2064         (visit_op, visit_conflict, add_scope_conflicts_1,
2065         add_scope_conflicts): New static functions.
2066         (expand_used_vars_for_block): Don't call add_stack_var_conflict, tidy.
2067         (expand_used_vars): Add scope conflicts.
2068         (expand_gimple_stmt_1): Expand clobbers to nothing.
2069         (expand_debug_expr): Ditto.
2071         * tree-pretty-print.c (dump_generic_node): Dump clobbers nicely.
2072         * tree-ssa-live.c (remove_unused_locals): Remove clobbers that
2073         refer to otherwise unused locals.
2074         * tree-sra.c (build_accesses_from_assign): Ignore clobbers.
2075         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Clobbers of
2076         SSA names aren't necessary.
2077         (propagate_necessity): Accept and ignore constructors on the rhs, tidy.
2078         * gimple.c (walk_gimple_op): Accept constructors like mem_rhs.
2079         * tree-ssa-structalias.c (find_func_aliases): Clobbers don't store
2080         any known value.
2081         * tree-ssa-sccvn.c (vn_reference_lookup_3): Ditto, in particular they
2082         don't zero-initialize something.
2083         * tree-ssa-phiopt.c (cond_if_else_store_replacement_1): Ignore
2084         clobber RHS, we don't want PHI nodes with those.
2086 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
2088         * config/i386/i386.c (ix86_preferred_simd_mode): Even for TARGET_AVX
2089         if not TARGET_PREFER_AVX128 return 32-byte integer vectors.
2091 2011-11-08  Richard Guenther  <rguenther@suse.de>
2093         PR tree-optimization/51012
2094         * ipa-prop.c (update_indirect_edges_after_inlining): Fixup
2095         non-inlinable state.
2096         * cgraph.c (cgraph_make_edge_direct): Likewise.
2098 2011-11-08  Eric Botcazou  <ebotcazou@adacore.com>
2100         PR rtl-optimization/47698
2101         * ifcvt.c (noce_operand_ok): Move around comment.
2103 2011-11-08  Richard Guenther  <rguenther@suse.de>
2105         PR lto/50999
2106         * lto-opts.c (append_to_collect_gcc_options): Split out from...
2107         (lto_write_options): ... here.  Prepend frontend specific flags.
2109 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
2111         * config/i386/sse.md (*avx_vperm2f128<mode>3_nozero): Emit mask
2112         0x12 and 0x20 as vinsert[fi]128 instead of vperm2[fi]128.
2114         * tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.
2115         Handle vectorization of SLP calls.
2116         (vect_analyze_stmt): Adjust caller, add call to it for SLP too.
2117         (vect_transform_stmt): Adjust vectorizable_call caller, remove
2118         assertion.
2119         * tree-vect-slp.c (vect_get_and_check_slp_defs): For calls start
2120         with op_idx 3.
2121         (vect_build_slp_tree): Allow CALL_EXPR.
2123 2011-11-08  Richard Guenther  <rguenther@suse.de>
2125         * gimple-fold.c (canonicalize_constructor_val): Make sure
2126         we have referenced vars setup before adding to them.
2128 2011-11-07  Richard Henderson  <rth@redhat.com>
2129             Aldy Hernandez  <aldyh@redhat.com>
2130             Andrew MacLeod  <amacleod@redhat.com>
2131             Torvald Riegel  <triegel@redhat.com>
2133         Merged from transactional-memory.
2135         * gtm-builtins.def: New file.
2136         * trans-mem.c: New file.
2137         * trans-mem.h: New file.
2139         * opts.c (finish_options): Error out when using -flto and -fgnu-tm.
2141         * config/i386/i386.c: Define TARGET_VECTORIZE* transactional variants.
2142         (ix86_handle_tm_regparm_attribute, struct bdesc_tm,
2143         ix86_builtin_tm_load, ix86_builtin_tm_store,
2144         ix86_init_tm_builtins): New.
2145         (ix86_init_builtins): Initialize TM builtins.
2146         (struct ix86_attribute_table): Add "*tm regparm".
2147         * config/i386/i386-builtin-types.def (PV2SI): Define.
2148         (PCV2SI): Define.
2149         Define V2SI_FTYPE_PCV2SI.
2150         Define V4SF_FTYPE_PCV4SF.
2151         Define V8SF_FTYPE_PCV8SF.
2152         Define VOID_PV2SI_V2SI.
2154         * doc/invoke.texi (C Dialect Options): Document -fgnu-tm and
2155         tm-max-aggregate-size.
2156         * doc/tm.texi.in: Add TARGET_VECTORIZE_BUILTIN_TM_LOAD and
2157         TARGET_VECTORIZE_BUILTIN_TM_STORE hooks.
2158         * doc/tm.texi: Regenerate.
2160         * attribs.c (apply_tm_attr): New.
2161         (init_attributes): Allow '*' prefix for overrides.
2162         (register_attribute): Likewise.
2163         * builtin-attrs.def (ATTR_TM_TMPURE, ATTR_TM_REGPARM): New.
2164         (ATTR_TM_NOTHROW_LIST, ATTR_TM_TMPURE_NOTHROW_LIST,
2165         ATTR_TM_PURE_TMPURE_NOTHROW_LIST, ATTR_TM_NORETURN_NOTHROW_LIST,
2166         ATTR_TM_CONST_NOTHROW_LIST, ATTR_TMPURE_MALLOC_NOTHROW_LIST,
2167         ATTR_TMPURE_NOTHROW_LIST): New.
2168         * builtin-types.def (BT_FN_I[1248]_VPTR, BT_FN_FLOAT_VPTR,
2169         BT_FN_DOUBLE_VPTR, BT_FN_LDOUBLE_VPTR, BT_FN_VOID_VPTR_I[1248],
2170         BT_FN_VOID_VPTR_FLOAT, BT_FN_VOID_VPTR_DOUBLE,
2171         BT_FN_VOID_VPTR_LDOUBLE, BT_FN_VOID_VPTR_SIZE): New.
2172         * builtins.def: Include gtm-builtins.def. Add comments regarding
2173         transactional memory synchronization.
2174         (DEF_TM_BUILTIN): New.
2175         * c-parser.c (struct c_parser): Add in_transaction.
2176         (c_parser_transaction, c_parser_transaction_expression,
2177         c_parser_transaction_cancel, c_parser_transaction_attributes): New.
2178         (c_parser_attribute_any_word): Split out from c_parser_attributes.
2179         (c_parser_statement_after_labels): Handle RID_TRANSACTION*.
2180         (c_parser_unary_expression): Same.
2181         * c-tree.h (c_finish_transaction): Declare.
2182         * c-typeck.c (c_finish_transaction): New.
2183         (build_function_call_vec): Call tm_malloc_replacement.
2184         * calls.c (is_tm_builtin): New.
2185         (flags_from_decl_or_type): Add ECF_TM_BUILTIN and ECF_TM_PURE.
2186         * cfgbuild.c (make_edges): Add edges for REG_TM notes.
2187         * cfgexpand.c (expand_call_stmt): Call
2188         mark_transaction_restart_calls.
2189         (gimple_expand_cfg): Free the tm_restart map.
2190         (mark_transaction_restart_calls): New.
2191         * cfgrtl.c (purge_dead_edges): Look for REG_TM notes.
2192         * cgraph.c (dump_cgraph_node): Handle tm_clone.
2193         * cgraph.h (struct cgraph_node): Add tm_clone field.
2194         (decl_is_tm_clone): New.
2195         (struct cgraph_local_info): Add tm_may_enter_irr.
2196         (cgraph_copy_node_for_versioning): Declare.
2197         * cgraphunit.c (cgraph_copy_node_for_versioning): Export;
2198         copy analyzed from old version.
2199         * combine.c (distribute_notes): Handle REG_TM notes.
2200         * common.opt: Add -fgnu-tm.
2201         * crtstuff.c (__TMC_LIST__, __TMC_END__): New.
2202         (__do_global_dtors_aux): Deregister clone table.
2203         (frame_dummy): Register clone table.
2204         * emit-rtl.c (try_split): Handle REG_TM. Early return if no function
2205         body.
2206         * gimple-low.c (lower_stmt): Handle GIMPLE_EH_ELSE and
2207         GIMPLE_TRANSACTION.
2208         (gimple_stmt_may_fallthru): Handle GIMPLE_EH_ELSE.
2209         * gimple-pretty-print.c: Include trans-mem.h.
2210         (dump_gimple_fmt): Add %x.
2211         (dump_gimple_call): Dump arguments for calls to _ITM_beginTransaction.
2212         (dump_gimple_eh_else, dump_gimple_transaction): New.
2213         (dump_gimple_stmt): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
2214         * gimple.c (gimple_build_eh_else, gimple_build_transaction): New.
2215         (walk_gimple_seq): Honor removed_stmt. Document usage of removed_stmt
2216         field.
2217         (walk_gimple_op): Handle GIMPLE_TRANSACTION.
2218         (walk_gimple_stmt): Initialize and honor removed_stmt.
2219         Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
2220         (gimple_copy): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
2221         * gimple.def (GIMPLE_TRANSACTION, GIMPLE_EH_ELSE): New.
2222         * gimple.h (struct gimple_statement_eh_else,
2223         gimple_statement_transaction, GTMA_*): New.
2224         (gimple_statement_d): Add gimple_statement_eh_else and
2225         gimple_transaction.
2226         (gimple_build_eh_else, gimple_build_transaction,
2227         gimple_fold_call, diagnose_tm_safe_errors): Declare.
2228         (get_call_expr_in): Remove prototype.
2229         (gimple_has_substatements): Add GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
2230         (gimple_eh_else_n_body, gimple_eh_else_e_body,
2231         gimple_eh_else_set_n_body, gimple_eh_else_set_e_body,
2232         gimple_transaction_body, gimple_transaction_label,
2233         gimple_transaction_label_ptr, gimple_transaction_subcode,
2234         gimple_transaction_set_body, gimple_transaction_set_label,
2235         gimple_transaction_set_subcode): New.
2236         (struct walk_stmt_info): Use BOOL_BITFIELD; add removed_stmt.
2237         * gimplify.c (create_tmp_var_name): Use clean_symbol_name.
2238         (voidify_wrapper_expr): Handle TRANSACTION_EXPR.
2239         (gimplify_transaction): New.
2240         (gimplify_expr): Handle TRANSACTION_EXPR.
2241         * gsstruct.def (GSS_EH_ELSE, GSS_TRANSACTION): New.
2242         * ipa-inline.c (can_inline_edge_p): Do not inline TM safe calling
2243         TM pure functions.
2244         * Makefile.in: Add trans-mem.o and dependencies.
2245         (BUILTINS_DEF): Add gtm-builtins.def.
2246         (gimple-pretty-print.o): Depend on TRANS_MEM_H.
2247         (GTFILES): Add trans-mem.c.
2248         * omp-low.c (WALK_SUBSTMTS): Add GIMPLE_TRANSACTION.
2249         * output.h (record_tm_clone_pair, finish_tm_clone_pairs,
2250         get_tm_clone_pair): Declare.
2251         * params.def (PARAM_TM_MAX_AGGREGATE_SIZE): New.
2252         * passes.c (init_optimization_passes): Place transactional memory
2253         passes.
2254         * print-tree.c (print_node): Dump tm-clone.
2255         * recog.c (peep2_attempt): Handle REG_TM.
2256         * reg-notes.def (TM): New.
2257         * rtlanal.c (alloc_reg_note): Handle REG_TM.
2258         * target.def (builtin_tm_load, builtin_tm_store): New.
2259         * targhooks.c (default_builtin_tm_load_store): New.
2260         * targhooks.h (default_builtin_tm_load_store): Declare.
2261         * timevar.def (TV_TRANS_MEM): New.
2262         * toplev.c (compile_file): Call finish_tm_clone_pairs.
2263         * tree-cfg.c (make_edges): Handle GIMPLE_TRANSACTION.
2264         (cleanup_dead_labels): Handle GIMPLE_TRANSACTION. Avoid unnecessary
2265         writes into the statements to update labels.
2266         (is_ctrl_altering_stmt): Add TM ending statements. Handle
2267         GIMPLE_TRANSACTION.
2268         (verify_gimple_transaction): New.
2269         (verify_gimple_stmt): Handle GIMPLE_TRANSACTION.
2270         (verify_gimple_in_seq_2): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
2271         (gimple_redirect_edge_and_branch): Handle TM_TRANSACTION.
2272         (dump_function_to_file): Display [tm-clone] if applicable.
2273         * tree-eh.c (struct_ptr_eq): Make inline and move to tree.h.
2274         (struct_ptr_hash): Same.
2275         (collect_finally_tree): Handle GIMPLE_EH_ELSE.
2276         (replace_goto_queue_1): Likewise.
2277         (get_eh_else): New.
2278         (honor_protect_cleanup_actions): Handle GIMPLE_EH_ELSE.
2279         (lower_try_finally_nofallthru): Likewise.
2280         (lower_try_finally_onedest): Likewise.
2281         (lower_try_finally_copy): Likewise.
2282         (lower_try_finally_switch): Likewise.
2283         (lower_try_finally): Likewise.
2284         (decide_copy_try_finally): Likewise.
2285         (lower_eh_constructs_2): Likewise.
2286         (refactor_eh_r): Likewise.
2287         * tree-flow.h (struct gimple_df): Add tm_restart field.
2288         Define tm_restart_node.
2289         * tree-inline.c (remap_gimple_stmt): Handle GIMPLE_TRANSACTION.
2290         (estimate_num_insns): Likewise.
2291         (init_inline_once): Init tm_cost.
2292         * tree-inline.h (struct eni_weights_d): Add tm_cost.
2293         * tree-pass.h (pass_diagnose_tm_blocks, pass_lower_tm, pass_tm_init,
2294         pass_tm_mark, pass_tm_memopt, pass_tm_edges, pass_ipa_tm): Declare.
2295         * tree-pretty-print.c (dump_generic_node): Handle TRANSACTION_EXPR.
2296         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
2297         BUILT_IN_TM_MEMSET, BUILT_IN_TM_MEMCPY, BUILT_IN_TM_MEMMOVE.
2298         Add support for TM vector loads.  Add support for TM logging builtins.
2299         (call_may_clobber_ref_p_1): Add support for vector stores.
2300         * tree-ssa-structalias.c (find_func_aliases): Add support for TM
2301         vector stores and loads. Handle BUILT_IN_TM_MEMSET,
2302         BUILT_IN_TM_MEMCPY, BUILT_IN_TM_MEMMOVE.
2303         * tree.c (strip_invariant_refs): Moved from gimple.c to here.
2304         (local_define_builtin): Handle ECF_TM_PURE.
2305         (build_common_builtin_nodes): Set __builtin_eh_pointer to ECF_TM_PURE.
2306         * tree.def (TRANSACTION_EXPR): New.
2307         * tree.h (strip_invariant_refs): Moved from gimple.h to here.
2308         (TRANSACTION_EXPR_BODY, TRANSACTION_EXPR_CHECK,
2309         TRANSACTION_EXPR_OUTER, TRANSACTION_EXPR_RELAXED,
2310         BUILTIN_TM_LOAD_STORE_P, BUILTIN_TM_LOAD_P, BUILTIN_TM_STORE_P,
2311         CASE_BUILT_IN_TM_LOAD, CASE_BUILT_IN_TM_STORE): New.
2312         (ECF_TM_PURE, ECF_TM_BUILTIN): New.
2313         (struct tree_function_decl): Add tm_clone_flag.
2314         (struct_ptr_eq, struct_ptr_hash): New.
2315         (apply_tm_attr): Declare.
2316         (is_tm_safe_or_pure): New.
2317         (build_tm_abort_call, is_tm_safe, is_tm_pure,
2318         is_tm_may_cancel_outer, is_tm_ending_fndecl, record_tm_replacement,
2319         tm_malloc_replacement): Declare.
2320         * varasm.c (tm_clone_hash): New.
2321         (record_tm_clone_pair, finish_tm_clone_pairs, get_tm_clone_pair,
2322         dump_tm_clone_to_vec, dump_tm_clone_pairs, tm_alias_pair_cmp): New.
2323         (struct tm_alias_pair): New.  Declare VEC types for object.
2325 2011-11-07  Richard Henderson  <rth@redhat.com>
2327         * optabs.h (OTI_sync_compare_and_swap, OTI_sync_lock_test_and_set,
2328         OTI_sync_old_add, OTI_sync_old_sub, OTI_sync_old_ior,
2329         OTI_sync_old_and, OTI_sync_old_xor, OTI_sync_old_nand,
2330         OTI_sync_new_add, OTI_sync_new_sub, OTI_sync_new_ior,
2331         OTI_sync_new_and, OTI_sync_new_xor, OTI_sync_new_nand): Move and
2332         rename from the direct_optab_index enum.
2333         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab,
2334         sync_old_add_optab, sync_old_sub_optab, sync_old_ior_optab,
2335         sync_old_and_optab, sync_old_xor_optab, sync_old_nand_optab,
2336         sync_new_add_optab, sync_new_sub_optab, sync_new_ior_optab,
2337         sync_new_and_optab, sync_new_xor_optab, sync_new_nand_optab): Read
2338         from the optab_table, not the direct_optab_table.
2339         (init_sync_libfuncs): Declare.
2340         (can_compare_and_swap_p): Update parameters.
2341         * optabs.c (init_sync_libfuncs_1, init_sync_libfuncs): New.
2342         (can_compare_and_swap_p): Add allow_libcall parameter; if true,
2343         test for the legacy compare-and-swap libcall.
2344         (expand_atomic_exchange): Use the legacy test-and-set libcall.
2345         (expand_atomic_compare_and_swap): Use the legacy CAS libcall.
2346         (struct atomic_op_functions): Update for optab type changes.
2347         (maybe_emit_op): Likewise.
2348         (expand_atomic_fetch_op): Use the legacy fetch-op libcalls.
2349         * builtins.c (fold_builtin_atomic_always_lock_free): Update call
2350         to can_compare_and_swap_p.
2351         * omp-low.c (expand_omp_atomic_fetch_op): Likewise.
2352         (expand_omp_atomic_pipeline): Likewise.
2353         * genopinit.c (optabs): Make sync_old_*_optab, sync_new_*_optab,
2354         sync_compare_and_swap_optab, sync_lock_test_and_set_optab regular
2355         optabs.
2356         * doc/md.texi (sync_compare_and_swap): Update docs for libcalls.
2358 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
2360         * config/i386/i386-bultin-types.def (V8SI_FTYPE_V4DF_V4DF): Add.
2361         * config/i386/i386.c (enum ix86_builtins): Add
2362         IX86_BUILTIN_VEC_PACK_SFIX256.
2363         (bdesc_args): Add __builtin_ia32_vec_pack_sfix256.
2364         (ix86_expand_args_builtin): Handle V8SI_FTYPE_V4DF_V4DF.
2365         (ix86_builtin_vectorized_function): Also vectorize lrint using
2366         256-bit vectors for -mavx.
2368 2011-11-07  Anatoly Sokolov  <aesok@post.ru>
2370         * config/cris/constraints.md: New file.
2371         * config/cris/cris.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
2372         CRIS_CONST_OK_FOR_LETTER_P, CONST_OK_FOR_CONSTRAINT_P,
2373         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_MEMORY_CONSTRAINT,
2374         EXTRA_CONSTRAINT, EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_R,
2375         EXTRA_CONSTRAINT_T, EXTRA_CONSTRAINT_S, EXTRA_CONSTRAINT_U): Remove.
2376         * config/cris/cris.c: Incule "tm-constrs.h".
2377         (cris_print_operand): Use satisfies_constraint_O.
2378         (cris_normal_notice_update_cc, cris_rtx_costs): Use
2379         satisfies_constraint_I.
2380         (cris_address_cost): Use satisfies_constraint_L.
2381         * config/cris/cris.md: Include "constraints.md".
2382         (*mov_side<mode>, *mov_sidesisf, *mov_side<mode>_mem,
2383         *mov_sidesisf_mem, *clear_side<mode>, *ext_sideqihi,
2384         *ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>,
2385         *extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side,
2386         *extop<mode>si_swap_side): Use satisfies_constraint_N and
2387         satisfies_constraint_J.
2388         (moversideqi movemsideqi mover2side peephole2): Use
2389         satisfies_constraint_N and satisfies_constraint_J.
2390         (andu peephole2): Use satisfies_constraint_I and
2391         satisfies_constraint_O.
2393 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
2395         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
2396         BUILT_IN_IRINT, BUILT_IN_IRINTF, BUILT_IN_LLRINT and BUILT_IN_LLRINTF.
2398 2011-11-07  Andrew MacLeod  <amacleod@redhat.com>
2400         * optabs.c (get_atomic_op_for_code): Fill in optab table at runtime so
2401         SWITCHABLE_TARGET can change the values during compilation.
2402         (expand_atomic_fetch_op): Handle parameter change ripples for
2403         get_atomic_op_for_code call.
2405 2011-11-07  Andrew MacLeod  <amacleod@redhat.com>
2407         * doc/extend.texi: Docuemnt behaviour change for __atomic_exchange and
2408         __atomic_store.
2409         * optabs.c (expand_atomic_exchange): Expand to __sync_lock_test_and_set
2410         only when originated from that builtin.
2411         (expand_atomic_store): Expand to __sync_lock_release when originated
2412         from that builtin.
2413         * builtins.c (expand_builtin_sync_lock_test_and_set): Add flag that
2414         expand_atomic_exchange call originated from here.
2415         (expand_builtin_sync_lock_release): Add flag that expand_atomic_store
2416         call originated from here.
2417         (expand_builtin_atomic_exchange): Add origination flag.
2418         (expand_builtin_atomic_store): Add origination flag.
2419         * expr.h (expand_atomic_exchange, expand_atomic_store): Add boolean
2420         parameters to indicate implementation fall back options.
2422 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
2424         * config/avr/avr.c (output_reload_in_const): Can handle CONSTANT_P
2425         now, not only CONST_INT and CONST_DOUBLE.
2426         (output_movqi): Use output_reload_in_const.
2427         (output_reload_inhi): Ditto.
2428         (output_reload_insisf): Move assertion to output_reload_in_const.
2429         (avr_out_reload_inpsi): Ditto.
2431 2011-11-07  Nathan Sidwell  <nathan@acm.org>
2433         * gcov.c (object_summary): Replace with ...
2434         (object_runs): ... this.
2435         (process_file): Remove functions with no data.
2436         (generate_results): Ignore files with no lines.
2437         (release_function): New helper, broken out of ...
2438         (release_structures): ... here.  Use it.
2439         (read_count_file): Adjust for new data file format.
2440         (output_lines): Use object_runs.
2441         * gcov-io.h (GCOV_TAG_OBJECT_SUMMARY): Obsolete.
2442         (struct gcov_ctr_info): Move definition.
2443         (struct gcov_fn_info): Add key field, use gcov_ctr_info for
2444         trailing array.
2445         (struct gcov_info): Add merge function array, remove mask and
2446         counts.  Trailing array is array of pointers to function info.
2447         * coverage.c (struct function_list): Replace counter numbers with
2448         counter arrays.  Add fndecl field.  GTYify.
2449         (counts_entry): Remove chain workspace.
2450         (functions_head): GTYify.
2451         (prg_n_ctrs): Remove.
2452         (fn_v_ctrs): New.
2453         (tree_ctr_tables): Remove.
2454         (read_counts_file): Cope with blank entries and expect program
2455         summaries before functions.  Don't warn on missing entries.
2456         (coverage_counter_alloc): Allocate individual function arrays.
2457         (tree_coverage_counter_ref, tree_coverage_counter_addr): Adjust
2458         for individual function arrays.
2459         (coverage_end_function): GTYify function list object. Finalize
2460         function's counter arrays.
2461         (build_var): New.  Create a counter-related variable with
2462         appropriate linkage.
2463         (build_fn_info_type): Adjust for new runtime structure.
2464         (build_fn_info_value): Rename to ...
2465         (build_fn_info): ... here.  Build new format data.
2466         (build_ctr_info_type, build_ctr_info_value): Remove.
2467         (build_info_type): New. Build new format data structure.
2468         (build_info): Adjust for new format data.
2469         (create_coverage): Likewise.
2470         * gcov-dump.c (tag_function): Recognize placeholders.
2472 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
2474         * config/avr/constraints.md (Cm2): New constraint for int -2.
2475         * config/avr/avr.md (addqi3): Use it. New alternatives for +/-2.
2476         (*negqihi2): New insn.
2478 2011-11-07  H.J. Lu  <hongjiu.lu@intel.com>
2480         * dwarf2cfi.c (dwarf2out_frame_debug_expr): Check
2481         HARD_FRAME_POINTER_REGNUM instead of hard_frame_pointer_rtx in Rule 18.
2483 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
2485         * config/i386/i386.c (ix86_expand_builtin): If gather mask
2486         argument is known to have all high bits set, pass pc_rtx as
2487         second argument to the expander instead of op0.
2488         * config/i386/sse.md (*avx2_gathersi<mode>_2,
2489         *avx2_gatherdi<mode>_2): New patterns.
2490         * config/i386/avx2intrin.h (_mm256_i32gather_pd,
2491         _mm256_i64gather_pd, _mm256_i32gather_ps): Set mask using
2492         _mm256_cmp_pd with zero vector arguments and _CMP_EQ_OQ instead of
2493         _mm256_set1_pd.
2495         PR tree-optimization/50789
2496         * tree-vect-stmts.c (process_use): Add force argument, avoid
2497         exist_non_indexing_operands_for_use_p check if true.
2498         (vect_mark_stmts_to_be_vectorized): Adjust callers.  Handle
2499         STMT_VINFO_GATHER_P.
2500         (gen_perm_mask): New function.
2501         (perm_mask_for_reverse): Use it.
2502         (reverse_vec_element): Rename to...
2503         (permute_vec_elements): ... this.  Add Y and MASK_VEC arguments,
2504         generalize for any permutations.
2505         (vectorizable_load): Adjust caller.  Handle STMT_VINFO_GATHER_P.
2506         * target.def (TARGET_VECTORIZE_BUILTIN_GATHER): New hook.
2507         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_GATHER): Document it.
2508         * doc/tm.texi: Regenerate.
2509         * tree-data-ref.c (initialize_data_dependence_relation,
2510         compute_self_dependence): No longer static.
2511         * tree-data-ref.h (initialize_data_dependence_relation,
2512         compute_self_dependence): New prototypes.
2513         * tree-vect-data-refs.c (vect_check_gather): New function.
2514         (vect_analyze_data_refs): Detect possible gather load data refs.
2515         * tree-vectorizer.h (struct _stmt_vec_info): Add gather_p field.
2516         (STMT_VINFO_GATHER_P): Define.
2517         (vect_check_gather): New prototype.
2518         * config/i386/i386-builtin-types.def: Add types for alternate
2519         gather builtins.
2520         * config/i386/sse.md (AVXMODE48P_DI): Remove.
2521         (VEC_GATHER_MODE): Rename mode_attr to...
2522         (VEC_GATHER_IDXSI): ... this.
2523         (VEC_GATHER_IDXDI, VEC_GATHER_SRCDI): New mode_attrs.
2524         (avx2_gathersi<mode>, *avx2_gathersi<mode>): Use <VEC_GATHER_IDXSI>
2525         instead of <VEC_GATHER_MODE>.
2526         (avx2_gatherdi<mode>): Use <VEC_GATHER_IDXDI> instead of
2527         <AVXMODE48P_DI> and <VEC_GATHER_SRCDI> instead of VEC_GATHER_MODE
2528         on src and mask operands.
2529         (*avx2_gatherdi<mode>): Likewise.  Use VEC_GATHER_MODE iterator
2530         instead of AVXMODE48P_DI.
2531         (avx2_gatherdi<mode>256, *avx2_gatherdi<mode>256): Removed.
2532         * config/i386/i386.c (enum ix86_builtins): Add
2533         IX86_BUILTIN_GATHERALTSIV4DF, IX86_BUILTIN_GATHERALTDIV8SF,
2534         IX86_BUILTIN_GATHERALTSIV4DI and IX86_BUILTIN_GATHERALTDIV8SI.
2535         (ix86_init_mmx_sse_builtins): Create those builtins.
2536         (ix86_expand_builtin): Handle those builtins and adjust expansions
2537         of other gather builtins.
2538         (ix86_vectorize_builtin_gather): New function.
2539         (TARGET_VECTORIZE_BUILTIN_GATHER): Define.
2541 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
2543         * config/i386/f16cintrin.h: Remove extra _X86INTRIN_H_INCLUDED check.
2545 2011-11-07  Tristan Gingold  <gingold@adacore.com>
2547         * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.
2548         * config/vms/t-vms: Add vms-c.o rule.
2549         * config/vms/vms-c.c: New file.
2550         * config/vms/vms-protos.h (vms_c_register_pragma): New prototype.
2551         * config/vms/vms.h (REGISTER_TARGET_PRAGMAS): Define.
2553 2011-11-07  Tristan Gingold  <gingold@adacore.com>
2555         * config/alpha/vms.h (TARGET_OBJECT_SUFFIX,
2556         TARGET_EXECUTABLE_SUFFIX, TARGET_OS_CPP_BUILTINS,
2557         TARGET_ABI_OPEN_VMS, LONG_TYPE_SIZE, ADA_LONG_TYPE_SIZE,
2558         POINTER_SIZE, POINTERS_EXTEND_UNSIGNED): Move to config/vms/vms.h
2559         (SUBTARGET_OS_CPP_BUILTINS): Define.
2560         (TARGET_DEFAULT): Tune according to POINTER_SIZE.
2561         (MASK_RETURN_ADDR): Define in 64 bit mode.
2562         * config/ia64/vms.h: Likewise.
2563         * config/vms/vms.h: New file.
2564         * config/vms/vms64.h: New file.
2565         * config/alpha/vms64.h: Removed.
2566         * config/ia64/vms64.h: Removed.
2567         * config.gcc (alpha64-dec-*vms*, alpha*-dec-*vms*, ia64-hp-*vms*):
2568         Adjust for above change.
2570 2011-11-07  Enkovich Ilya  <ilya.enkovich@intel.com>
2572         PR target/50962
2573         * config/i386/i386-protos.h (ix86_use_lea_for_mov): New.
2574         * config/i386/i386.c (ix86_use_lea_for_mov): Likewise.
2575         * config/i386/i386.md (movsi_internal): Emit lea if profitable.
2576         (movdi_internal_rex64): Likewise.
2578 2011-11-07  Sergey Ostanevich  <sergos.gnu@gmail.com>
2580         PR rtl-optimization/47698
2581         * ifcvt.c (noce_operand_ok): Return false for mems with side effects.
2583 2011-11-07  Tristan Gingold  <gingold@adacore.com>
2585         * common/config/alpha/alpha-common.c (alpha_option_init_struct):
2586         New function.
2587         (TARGET_OPTION_INIT_STRUCT): Define.
2588         * config/alpha/alpha.c (TARGET_MIN_ANCHOR_OFFSET)
2589         (TARGET_MAX_ANCHOR_OFFSET)
2590         (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Redefine.
2592 2011-11-06  Quentin Neill  <quentin.neill@amd.com>
2594         Fix r180999, update ChangeLog
2595         * config.gcc: Add f16cintrin.h.
2596         * config/i386/f16cintrin.h: Add missing endif.
2598 2011-11-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2600         * config.gcc (arm*-*-rtemseabi*): New target.
2601         * config/arm/rtems-eabi.h: New.
2602         * config/arm/t-rtems-eabi: New.
2604 2011-11-06  David S. Miller  <davem@davemloft.net>
2606         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): Delete.
2607         (zero_extend_v8qi_vis, zero_extend_v4hi_vis,
2608         *zero_extend_v8qi_<P:mode>_insn,
2609         *zero_extend_v4hi_<P:mode>_insn): Express using vec_merge
2610         and vec_duplicate instead of using an UNSPEC.
2612 2011-11-07  Alan Modra  <amodra@gmail.com>
2614         PR target/30282
2615         * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Always emit
2616         blockage for ABI_V4.
2618 2011-11-06  Dave Korn  <dave.korn.cygwin@gmail.com>
2620         * config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent
2621         libgcj version bump.
2622         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
2624 2011-11-06  Eric Botcazou  <ebotcazou@adacore.com>
2626         * gcse.c: Adjust outdated comments throughout.
2627         (struct mem_conflict_info): New structure.
2628         (mems_conflict_for_gcse_p): Use it to communicate with caller.
2629         (load_killed_in_block_p): Pass it to note_stores.
2630         (hash_expr): Remove superfluous line break.
2631         (hash_scan_set): Rename PAT parameter into SET.
2632         (hash_scan_insn): Reorder cases.
2633         (canon_list_insert): Fix long line.
2634         (edge_list): Delete.
2635         (prune_expressions): Rename E local variable into EXPR.
2636         (compute_pre_data): Return struct edge_list * object.
2637         (pre_expr_reaches_here_p_work): Fix formatting.
2638         (process_insert_insn): Move around comment.
2639         (pre_edge_insert): Fix long line.
2640         (pre_insert_copies): Likewise.
2641         (gcse_emit_move_after): Swap SRC and DEST parameters.
2642         (pre_delete): Adjust call to gcse_emit_move_after.
2643         (pre_gcse): Take struct edge_list * parameter.  Fix long line.
2644         (one_pre_gcse_pass): Use flag_gcse_lm condition for all routines.
2645         Use a local list of edges.
2646         (hoist_code): Fix long line.  Adjust call to gcse_emit_move_after.
2647         (pre_ldst_expr_hash): Fix long line.
2648         (free_ldst_mems): Rename into...
2649         (free_ld_motion_mems): ...this.
2650         (first_ls_expr): Delete.
2651         (next_ls_expr): Likewise.
2652         (print_ldst_list): Do not use above two functions.
2653         (simple_mem): Adjust interface.
2654         (compute_ld_motion_mems): Fix formatting.
2655         (update_ld_motion_stores): Reuse local variable.
2657 2011-11-06  Joseph Myers  <joseph@codesourcery.com>
2659         * c-decl.c (shadow_tag_warned, grokdeclarator): Handle _Alignas
2660         specifiers.
2661         (build_null_declspecs): Initialize align_log and alignas_p fields.
2662         (declspecs_add_alignas): New.
2663         * c-parser.c (c_token_starts_declspecs): Handle RID_ALIGNAS.
2664         (c_parser_declspecs): Handle _Alignas specifiers.
2665         (c_parser_alignas_specifier): New.
2666         (c_parser_alignof_expression): Diagnose alignof use for non-C1X.
2667         Diagnose _Alignof (expression).
2668         * c-tree.h (struct c_declspecs): Add align_log and alignas_p fields.
2669         (declspecs_add_alignas): Declare.
2670         * ginclude/stddef.h (max_align_t): Define for C1X and C++11.
2671         * ginclude/stdalign.h: New.
2672         * Makefile.in (USER_H): Add stdalign.h.
2674 2011-11-06  Joern Rennecke  <joern.rennecke@embecosm.com>
2676         * regset.h (fixed_reg_set_regset): Declare.
2677         * dse.c: Include regset.h .
2678         (struct insn_info): Add member fixed_regs_live.
2679         (note_add_store_info): New typedef.
2680         (note_add_store): New function.
2681         (emit_inc_dec_insn_before): Expect arg to be of type insn_info_t.
2682         Use gen_add3_insn / gen_move_insn.
2683         Check new insn for unwanted clobbers before emitting it.
2684         (check_for_inc_dec): Rename to...
2685         (check_for_inc_dec_1:) ... this.  Return bool.  Take insn_info
2686         parameter.  Changed all callers in file.
2687         (check_for_inc_dec, copy_fixed_regs): New functions.
2688         (scan_insn): Set fixed_regs_live field of insn_info.
2689         * rtl.h (check_for_inc_dec): Update prototype.
2690         * postreload.c (reload_cse_simplify): Take new signature of
2691         check_ind_dec into account.
2692         * reginfo.c (fixed_reg_set_regset): New variable.
2693         (init_reg_sets_1): Initialize it.
2695 2011-11-06  Jakub Jelinek  <jakub@redhat.com>
2697         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0 don't remove
2698         any user labels.
2700 2011-11-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2702         * config/pa/pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.
2703         Remove dependence of declaration and target define on definition of
2704         HPUX_LONG_DOUBLE_LIBRARY.  Update implementation.
2706 2011-11-06  Andrew Macleod  <amacleod@redhat.com>
2707             Richard Henderson  <rth@redhat.com>
2708             Aldy Hernandez  <aldyh@redhat.com>
2710         Merged from cxx-mem-model.
2712         * cppbuiltin.c (define__GNUC__): Define __ATOMIC memory models
2713         * coretypes.h (enum memmodel): New.  enumerated memory model type.
2714         * Makefile.in (cppbuiltin.o) Add missing dependency on $(TREE_H)
2715         * genopinit,c (optabs): Add atomic direct optab handlers.
2716         * sync-builtins.def (BUILT_IN_ATOMIC_*): New builtins.
2717         * builtin-types.def (BT_CONST_VOLATILE_PTR,
2718         BT_FN_I{1,2,4,8,16}_CONST_VPTR_INT, BT_FN_VOID_VPTR_INT,
2719         BT_FN_BOOL_VPTR_INT, BT_FN_BOOL_SIZE_CONST_VPTR,
2720         BT_FN_I{1,2,4,8,16}_VPTR_I{1,2,4,8,16}_INT,
2721         BT_FN_VOID_VPTR_I{1,2,4,8,16}_INT, BT_FN_VOID_SIZE_VPTR_PTR_INT,
2722         BT_FN_VOID_SIZE_CONST_VPTR_PTR_INT, BT_FN_VOID_SIZE_VPTR_PTR_PTR_INT,
2723         BT_FN_BOOL_VPTR_PTR_I{1,2,4,8,16}_BOOL_INT_INT): New builtin types.
2724         * expr.h (expand_atomic_*): Add prototypes.
2725         (expand_{bool,val}_compare_and_swap): Remove prototypes.
2726         * c-typeck.c (build_function_call_vec): Don't reprocess __atomic
2727         parameters.
2728         * common.opt (Winvalid-memory-model): New warning flag.
2729         (finline-atomics): New. Flag to disable atomic inlining.
2730         * params.h (ALLOW_LOAD_DATA_RACES): New.
2731         (ALLOW_PACKED_LOAD_DATA_RACES): New.
2732         (ALLOW_PACKED_STORE_DATA_RACES): New.
2733         * params.def (PARAM_ALLOW_LOAD_DATA_RACES): New.
2734         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES): New.
2735         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): New.
2736         * builtins.c (is_builtin_name): Handle __atomic.
2737         (get_memmodel): New.  Extract memory model.
2738         (expand_expr_force_mode): New. Factor out common code for ensuring an
2739         integer argument is in the proper mode.
2740         (expand_builtin_sync_operation): Remove ignore param.  Always call
2741         expand_atomic_fetch_op instead of the old expanders.
2742         (expand_builtin_compare_and_swap,
2743         expand_builtin_sync_lock_test_and_set): Use expand_expr_force_mode,
2744         call atomic expanders instead of sync expanders.
2745         (expand_builtin_sync_lock_release): Call atomic_store expander.
2746         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
2747         expand_builtin_atomic_store, expand_builtin_atomic_fetch_op): New.
2748         (expand_builtin_atomic_exchange): New.
2749         (fold_builtin_atomic_always_lock_free,
2750         expand_builtin_atomic_always_lock_free,
2751         fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
2752         New.
2753         (expand_builtin_mem_thread_fence, expand_builtin_atomic_thread_fence,
2754         expand_builtin_atomic_signal_fence): New.
2755         (expand_builtin_mem_signal_fence): New.
2756         (expand_builtin): Add cases for BUILT_IN_ATOMIC_*.
2757         (fold_builtin_2): Add cases for BUILT_IN_ATOMIC_{IS,ALWAYS}_LOCK_FREE.
2758         * optabs.h (DOI_atomic_*): Define new atomics.
2759         (atomic_*_optab): Define.
2760         (can_compare_and_swap_p, expand_atomic_compare_and_swap): New
2761         prototypes.
2762         * optabs.c (expand_sync_operation, expand_sync_fetch_operation): Remove.
2763         (expand_sync_lock_test_and_set): Remove.
2764         (expand_atomic_load, expand_atomic_store): New.
2765         (expand_atomic_exchange): New.
2766         (expand_atomic_compare_and_swap): New.  Implements
2767         atomic_compare_exchange via compare and swap.
2768         (struct atomic_op_functions): Opcode table struct for fetch ops.
2769         (get_atomic_op_for_code): New.  Return an opcode table entry.
2770         (maybe_emit_op): New.  Try to emit a fetch op.
2771         (expand_atomic_fetch_op): New.
2772         (expand_val_compare_and_swap_1): Remove.
2773         (expand_val_compare_and_swap, expand_bool_compare_and_swap): Remove.
2774         (expand_atomic_compare_and_swap): Rename from
2775         expand_atomic_compare_exchange.  Rewrite to return both success and
2776         oldval return values; expand via both atomic and sync optabs.
2777         (can_compare_and_swap_p): New.
2778         (expand_compare_and_swap_loop): Use expand_atomic_compare_and_swap.
2779         (maybe_gen_insn): Handle 7 and 8 operands.
2780         * omp-low.c (expand_omp_atomic_fetch_op): Don't test individual
2781         fetch_op optabs, only test can_compare_and_swap_p.  Use __atomic
2782         builtins instead of __sync builtins.
2783         (expand_omp_atomic_pipeline): Use can_compare_and_swap_p.
2784         * doc/extend.texi: Document __atomic built-in functions.
2785         * doc/invoke.texi: Document data race parameters.
2786         * doc/md.texi: Document atomic patterns.
2787         * config/i386/i386.md (UNSPEC_MOVA): New.
2788         (UNSPECV_CMPXCHG): Split into ...
2789         (UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2,
2790         UNSPECV_CMPXCHG_3, UNSPECV_CMPXCHG_4): New.
2791         * config/i386/sync.md (ATOMIC): New mode iterator.
2792         (atomic_load<ATOMIC>, atomic_store<ATOMIC>): New.
2793         (atomic_loaddi_fpu, atomic_storedi_fpu, movdi_via_fpu): New.
2794         (mem_thread_fence): Rename from memory_barrier.
2795         Handle the added memory model parameter.
2796         (mfence_nosse): Rename from memory_barrier_nosse.
2797         (sync_compare_and_swap<CASMODE>): Split into ...
2798         (atomic_compare_and_swap<SWI124>): this and ...
2799         (atomic_compare_and_swap<CASMODE>): this.  Handle the new parameters.
2800         (atomic_compare_and_swap_single<SWI>): Rename from
2801         sync_compare_and_swap<SWI>; rewrite to use split unspecs.
2802         (atomic_compare_and_swap_double<DCASMODE>): Rename from
2803         sync_double_compare_and_swap<DCASMODE>; rewrite to use split unspecs.
2804         (*atomic_compare_and_swap_doubledi_pic): Rename from
2805         sync_double_compare_and_swapdi_pic; rewrite to use split unspecs.
2806         (atomic_fetch_add<SWI>): Rename from sync_old_add<SWI>; add memory
2807         model parameter.
2808         (*atomic_fetch_add_cmp<SWI>): Similarly.
2809         (atomic_add<SWI>, atomic<any_logic><SWI>): Similarly.
2810         (atomic_sub<SWI>): Similarly.  Use x86_maybe_negate_const_int.
2811         (sync_lock_test_and_set<SWI>): Merge with ...
2812         (atomic_exchange<SWI>): ... this.
2814 2011-11-6  Richard Guenther  <rguenther@suse.de>
2816         * ipa-prop.c (ipa_modify_call_arguments): Re-compute inlinable flag.
2818 2011-11-06  Ira Rosen  <ira.rosen@linaro.org>
2820         * tree-vectorizer.h (vectorizable_condition): Add argument.
2821         * tree-vect-loop.c (vectorizable_reduction): Fail for condition
2822         in SLP.  Update calls to vectorizable_condition.
2823         * tree-vect-stmts.c (vect_is_simple_cond): Add basic block info to
2824         the arguments.  Pass it to vect_is_simple_use_1.
2825         (vectorizable_condition): Add slp_node to the arguments.  Support
2826         vectorization of basic blocks.  Fail for reduction in SLP.  Update
2827         calls to vect_is_simple_cond and vect_is_simple_use.  Support SLP:
2828         call vect_get_slp_defs to get vector operands.
2829         (vect_analyze_stmt): Update calls to vectorizable_condition.
2830         (vect_transform_stmt): Likewise.
2831         * tree-vect-slp.c (vect_create_new_slp_node): Handle COND_EXPR.
2832         (vect_get_and_check_slp_defs): Handle COND_EXPR.  Allow pattern
2833         def stmts.
2834         (vect_build_slp_tree): Handle COND_EXPR.
2835         (vect_analyze_slp_instance): Push pattern statements to root node.
2836         (vect_get_constant_vectors): Fix comments.  Handle COND_EXPR.
2838 2011-11-05  David S. Miller  <davem@davemloft.net>
2840         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): New unspec.
2841         (zero-extend_v8qi_vis, zero_extend_v4hi_vis): New expanders.
2842         (*zero_extend_v8qi_<P:mode>_insn,
2843         *zero_extend_v4hi_<P:mode>_insn): New insns.
2844         * config/sparc/sparc.c (vector_init_move_words,
2845         vector_init_prepare_elts, sparc_expand_vector_init_vis2,
2846         sparc_expand_vector_init_vis1): New functions.
2847         (vector_init_bshuffle): Rewrite to handle more cases and make use
2848         of locs[] array prepared by vector_init_prepare_elts.
2849         (vector_init_fpmerge, vector_init_faligndata): Delete.
2850         (sparc_expand_vector_init): Rewrite using new infrastructure.
2852 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2854         * config.gcc (epiphany-*-*): New architecture.
2855         (epiphany-*-elf): New configuration.
2856         * config/epiphany, common/config/epiphany : New directories.
2857         * doc/extend.texi (disinterrupt attribute): Add Epiphany.
2858         (interrupt attribute): Add Epiphany.
2859         (long_call, short_call attribute): Add Epiphany.
2860         * doc/invoke.texi (Options): Add Epiphany options.
2861         * doc/md.texi (Machine Constraints): Add Epiphany constraints.
2862         * doc/install.texi (Options specification):
2863         Add --with-stack-offset=@var{num} description.
2864         (host/target specific issues): Add epiphany-*-elf.
2865         * doc/contrib.texi (Contributors): Mention Epiphany port.
2867 2011-11-05  Jakub Jelinek  <jakub@redhat.com>
2869         PR tree-optimization/50693
2870         * tree-cfg.c (gimple_can_merge_blocks_p): Allow merging with
2871         non-forced user labels.
2872         (gimple_merge_blocks): Turn non-forced user labels into
2873         debug bind stmt with the label as first operand and reset value.
2874         (gimple_duplicate_bb): Don't duplicate label debug stmts.
2875         * dwarf2out.c (gen_label_die): Handle NOTE_INSN_DELETED_DEBUG_LABEL.
2876         * final.c (final_scan_insn): Likewise.
2877         (rest_of_clean_state): Don't dump NOTE_INSN_DELETED_DEBUG_LABEL.
2878         * var-tracking.c (debug_label_num): New variable.
2879         (delete_debug_insns): Don't delete DEBUG_INSNs for LABEL_DECLs,
2880         instead turn them into NOTE_INSN_DELETED_DEBUG_LABEL notes.
2881         * cfglayout.c (skip_insns_after_block, duplicate_insn_chain): Handle
2882         NOTE_INSN_DELETED_DEBUG_LABEL.
2883         (duplicate_insn_chain): Don't duplicate LABEL_DECL DEBUG_INSNs.
2884         * insn-notes.def (DELETED_DEBUG_LABEL): New note kind.
2885         * print-rtl.c (print_rtx): Handle NOTE_INSN_DELETED_DEBUG_LABEL.
2886         * gengtype.c (adjust_field_rtx_def): Likewise.
2887         * config/i386/i386.c (ix86_output_function_epilogue): For MachO
2888         clear CODE_LABEL_NUMBER of NOTE_INSN_DELETED_DEBUG_LABEL
2889         if their are at the end of function and nop hasn't been emitted.
2890         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Likewise.
2892 2011-11-05  Georg-Johann Lay  <avr@gjlay.de>
2894         PR rtl-optimization/50448
2895         * cprop.c (try_replace_reg): Also try to replace uses of FROM that
2896         appear in SET_DEST.
2898 2011-11-05  Peter Dufault  <dufault@hda.com>,
2899             Sebastian Huber  <sebastian.huber@embedded-brains.de>
2901         * config/rs6000/rtems.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
2902         Extend rs6000_spe handling.
2904 2011-11-05  Ralf Corsépius  <ralf.corsepius@rtems.org>
2906         * config/rs6000/t-rtems: Add -mcpu=8540/-mfloat-gprs=double multilib.
2907         Remove -mcpu=601 multilib.
2908         Remove -Dmpc8260 multilib.
2909         * config/rs6000/rtems.h: Allow --float-gprs=... to override grps
2910         on E500 targets.
2912 2011-11-05  Quentin Neill  <quentin.neill@amd.com>
2914         Piledriver f16cintrin.h fix.
2915         * config/i386/f16cintrin.h: Contents moved from immintrin.h.
2916         * config/i386/immintrin.h: Include f16cintrin.h.
2917         * config.gcc (i[34567]86-*-*, x86_64-*-*): Add f16cintrin.h.
2920 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2922         PR c++/50608
2923         * c-parser.c (c_parser_postfix_expression) <RID_OFFSETOF>: Adjust call
2924         to fold_offsetof.
2925         * c-typeck.c (build_unary_op) <ADDR_EXPR>: Call fold_offsetof_1.
2927 2011-11-04  Alan Modra  <amodra@gmail.com>
2929         * reload1.c (gen_reload): Don't use REGNO on SUBREGs.
2930         * print-rtl.c (print_rtx): Don't segfault on negative regno.
2932 2011-11-04  David S. Miller  <davem@davemloft.net>
2934         PR target/49965
2935         * config/sparc/sparc.c (sparc_expand_conditional_move): Handle the
2936         fact that sparc_emit_float_lib_cmp modifies the comparison in
2937         operands[1].
2939 2011-11-04  Ralf Corsépius  <ralf.corsepius@rtems.org>
2941         * config/lm32/t-rtems: New.
2942         * config.gcc (lm32-*-rtems*): Add t-rtems.
2944 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2946         PR target/50979
2947         * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.
2949 2011-11-04  Jiangning Liu  <jiangning.liu@arm.com>
2951         PR rtl-optimization/38644
2952         * config/arm/arm.c (thumb1_expand_epilogue): Add memory barrier
2953         for epilogue having stack adjustment.
2955 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
2957         PR target/50931
2958         * config/avr/avr-modes.def: New file defining PSImode.
2959         * config/avr/avr-c.c (__INT24_MAX__, __INT24_MIN__,
2960         __UINT24_MAX__): New built-in defines.
2961         * config/avr/avr.md (adjust_len): Add tstpsi, mov24,  reload_in24,
2962         ashlpsi, ashrpsi, lshrpsi.
2963         (QISI, QIDI, HISI, HIDI, MPUSH, rotx, rotsmode): Add PSI.
2964         (MOVMODE): New mode iterator.
2965         (movpsi): New expander.
2966         (movqi, movhi, movsi, movsf, movpsi): Write as one using MOVMODE.
2967         (*reload_inpsi, *movpsi): New insns.
2968         (*reload_inpsi): New RTL peephole.
2969         (addpsi3, *addpsi3_zero_extend.qi, *addpsi3_zero_extend.hi,
2970         *addpsi3_sign_extend.hi): New insns.
2971         (subpsi3, *subpsi3_zero_extend.qi, *subpsi3_zero_extend.hi,
2972         *subpsi3_sign_extend.hi): New insns.
2973         (divmodpsi4, udivmodpsi4): New define insn-and-split.
2974         (*divmodpsi4_call, *udivmodpsi4_call): New insns.
2975         (andpsi3, iorpsi3, xorpsi3): New insns.
2976         (*rotlpsi2.1, *rotlpsi2.23): New insns.
2977         (*rotw<mode>): Insn condition only allow even-sized modes.
2978         (*rotb<mode>): Insn condition allows odd-sized modes.
2979         (ashlpsi3, ashrpsi3, lshrpsi3, *addpsi3.lt0): New insns.
2980         (negpsi2, one_cmplpsi2): New insns.
2981         (extendqipsi2, extendhipsi2, extendpsisi2): New insns.
2982         (zero_extendqipsi2, zero_extendhipsi2, zero_extendpsisi2): New
2983         insn-and-splits.
2984         (*cmppsi, *negated_tstpsi, *reversed_tstpsi): New insns.
2985         (cbranchpsi4): New expander.
2986         * config/avr/constraints.md (Ca3, Co3, Cx3): New constraints.
2987         * config/avr/avr-protos.h (avr_out_tstpsi, avr_out_movpsi,
2988         avr_out_ashlpsi3, avr_out_ashrpsi3, avr_out_lshrpsi3,
2989         avr_out_reload_inpsi): New prototypes.
2991         * config/avr/avr.c (TARGET_SCALAR_MODE_SUPPORTED_P): Define to...
2992         (avr_scalar_mode_supported_p): ...this new static function.
2993         (avr_asm_len): Always return "".
2994         (avr_out_load_psi, avr_out_store_psi): New static functions.
2995         (avr_out_movpsi, avr_out_reload_inpsi): New functions.
2996         (avr_out_tstpsi): New function.
2997         (avr_out_ashlpsi3, avr_out_ashrpsi3, avr_out_lshrpsi3): New functions.
2998         (avr_out_plus_1, output_reload_in_const): Handle 3-byte types.
2999         (avr_simplify_comparison_p): Ditto.
3000         (adjust_insn_length): Handle ADJUST_LEN_RELOAD_IN24,
3001         ADJUST_LEN_MOV24, ADJUST_LEN_TSTPSI, ADJUST_LEN_ASHLPSI,
3002         ADJUST_LEN_ASHRPSI, ADJUST_LEN_LSHRPSI.
3003         (avr_rtx_costs_1): Report PSI costs.
3004         (avr_libcall_value): Handle odd-sized parameters.
3005         (avr_init_builtin_int24): New static function to define built-in
3006         24-bit types __int24 and __uint24.
3007         (avr_init_builtins): Use it.
3009 2011-11-04  Thomas Doerfler <thomas.doerfler@embedded-brains.de>
3011         PR target/50989
3012         * config/arm/rtems-elf.h, config/arm/t-rtems: Add optional
3013         support for VFP floating point model.
3015 2011-11-04  Tristan Gingold  <gingold@adacore.com>
3017         * config/alpha/vms.h (ASM_OUTPUT_DEF): Do not switch section.
3019 2011-11-04  Ira Rosen  <ira.rosen@linaro.org>
3021         Unrevert:
3022         2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
3024         PR tree-optimization/50730
3025         * tree-vect-data-refs.c (vect_analyze_data_refs): Stop basic block
3026         analysis if encountered unsupported data-ref.
3028 2011-11-04  Jakub Jelinek  <jakub@redhat.com>
3030         * config/i386/i386.c (ix86_expand_vector_convert_uns_vsivsf): New
3031         function.
3032         * config/i386/i386-protos.h (ix86_expand_vector_convert_uns_vsivsf):
3033         New prototype.
3034         * config/i386/sse.md (floatuns<sseintvecmodelower><mode>2): Use it.
3035         For floatunsv8siv8sf2 require TARGET_AVX2.
3037         * config/i386/i386.c (ix86_expand_adjust_ufix_to_sfix_si): Add
3038         XORP argument.  Subtract 0x1p31 instead of 0x1p32.  Use normal
3039         signalling comparison instead of non-signalling.  Store into
3040         *XORP pseudo holding 0x80000000 integers if 0x1p31 has been
3041         subtracted and 0 otherwise.
3042         * config/i386/i386-protos.h (ix86_expand_adjust_ufix_to_sfix_si):
3043         Adjust prototype.
3044         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): Enable
3045         already for TARGET_SSE2.  Xor in vector initialized by
3046         ix86_expand_adjust_ufix_to_sfix_si at the end.
3047         (vec_pack_ufix_trunc_<mode>): Likewise.
3049         * tree-vect-stmts.c (vectorizable_conversion): Rewritten to handle
3050         not just FLOAT_EXPR and FIX_TRUNC_EXPR, but also CONVERT_EXPR_CODE_P,
3051         WIDEN_MULT_EXPR and WIDEN_LSHIFT_EXPR to handle what
3052         vectorizable_type_demotion and vectorizable_type_promotion did.
3053         Additionally handle FLOAT_EXPR and FIX_TRUNC_EXPR where the integer
3054         is {,un}signed {char,short}.
3055         (vect_create_vectorized_demotion_stmts): Fix comment typo.  For
3056         recursive calls unconditionally use VEC_PACK_TRUNC_EXPR.
3057         Push vec_dest back to the vec_dsts vector at the end.
3058         (vect_create_vectorized_promotion_stmts): Don't recurse, do just
3059         one step.  Removed multi_step_cvt, vec_dsts, slp_node and
3060         prev_stmt_info arguments, add vec_dest argument.  Push always
3061         into vec_tmp, not just when multi_step_cvt != 0, replace *vec_oprdn0
3062         with vec_tmp at the end after freeing old *vec_oprnd0 vector.
3063         (vectorizable_type_demotion, vectorizable_type_promotion): Removed.
3064         (vect_analyze_stmt): Don't call vectorizable_type_demotion and
3065         vectorizable_type_promotion.  Call vectorizable_conversion even
3066         for SLP bb vectorization.
3067         (vect_transform_stmt): Call vectorizable_conversion instead of
3068         vectorizable_type_demotion and vectorizable_type_promotion.
3069         (supportable_widening_operation): Clear *multi_step_cvt first,
3070         simplify c1/c2 computation, free *interm_types vector on failure.
3071         (supportable_narrowing_operation): Clear *multi_step_cvt first,
3072         free *interm_types vector on failure, handle multi-step
3073         FIX_TRUNC_EXPR.
3075 2011-11-04  Tristan Gingold  <gingold@adacore.com>
3077         * config/alpha/alpha.c (alpha_write_linkage): Remove fundecl
3078         argument.  Conditionally generate crash debug info.  Adjust
3079         for alpha_funcs_tree removal.
3080         (machine_function): Add links field.
3081         (alpha_start_function): Conditionally generate crash debug info.
3082         (alpha_end_function): Adjust call to alpha_write_linkage.
3083         (alpha_funcs): Remove.
3084         (links_kind): Remove.
3085         (alpha_links): Remove num, target and lkind field.  Add func field.
3086         (alpha_links_tree): Remove.
3087         (alpha_funcs_tree): Remove.
3088         (alpha_need_linkage): Remove.
3089         (alpha_use_linkage): Change prototype.  Adjust.
3090         (alpha_write_one_linkage): Use ASM_OUTPUT_INTERNAL_LABEL.
3091         Use SYMBOL_REF_EXTERNAL_P and SYMBOL_REF_LOCAL_P macro.
3092         * config/alpha/alpha-protos.h (alpha_use_linkage): Update.
3093         (alpha_need_linkage): Remove.
3094         * config/alpha/alpha.md: Update calls to alpha_use_linkage.
3095         Adjust calls to alpha_need_linkage.
3097 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
3099         * sched-vis.c (print_value): Handle STRICT_LOW_PART.
3101 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
3103         * config/i386/i386.md (lround<X87MODEF:mode><SWI248x:mode>2,
3104         rint<mode>2, floor<mode>2, lfloor<MODEF:mode><SWI48:mode>2,
3105         btrunc<mode>2, lwp_lwpval<mode>3): Use operands[N] instead of operandN.
3107 2011-11-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3109         PR target/50978
3110         * config/arm/t-bpabi: New file.
3111         * config.gcc (arm*-*-linux*): Add arm/t-bpabi to tmake_file for
3112         arm*-*-linux-*eabi.
3113         (arm*-*-uclinux*): Add arm/t-bpabi to tmake_file for
3114         arm*-*-uclinux*eabi.
3115         (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi to tmake_file
3116         for arm*-*-eabi*.
3118 2011-11-03  Michael Matz  <matz@suse.de>
3120         PR bootstrap/50857
3121         * configure.ac: Check for -fno-exceptions -fno-rtti.
3122         * configure: Regenerate.
3123         * Makefile.in (NOEXCEPTION_FLAGS): New flag.
3124         (ALL_CXXFLAGS): Use it.
3126 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
3128         * config/i386/i386.md: Use {} for multi-line preparation statements.
3130 2011-11-03  Eric Botcazou  <ebotcazou@adacore.com>
3132         * config/sparc/sparc.md (movtf_insn_sp32_no_fpu): Consolidate into...
3133         (movtf_insn_sp32): ...this.
3134         (movtf_insn_sp64_no_fpu): Consolidate into...
3135         (movtf_insn_sp64): ...this.
3136         (movtf_insn_sp64_hq): Do not test TARGET_FPU.
3137         * config/sparc/sparc.c (sparc_legitimate_address_p): Likewise.
3139 2011-11-03  Tristan Gingold  <gingold@adacore.com>
3141         * config/vms/vms.c (vms_patch_builtins): Fix typo.
3143 2011-11-03  Richard Guenther  <rguenther@suse.de>
3145         PR lto/44965
3146         * lto-opts.c: Re-implement.
3147         * lto-streamer.h (lto_register_user_option): Remove.
3148         (lto_read_file_options): Likewise.
3149         (lto_reissue_options): Likewise.
3150         (lto_clear_user_options): Likewise.
3151         (lto_clear_file_options): Likewise.
3152         * opts-global.c (post_handling_callback): Remove.
3153         (set_default_handlers): Do not set post_handling_callback.
3154         (decode_options): Remove LTO specific code.
3155         * lto-wrapper.c (merge_and_complain): New function.
3156         (run_gcc): Read all input file options and
3157         prepend a merged set before the linker driver options.
3158         * gcc.c (driver_post_handling_callback): Remove.
3159         (set_option_handlers): Do not set post_handling_callback.
3160         * opts-common.c (handle_option): Do not call post_handling_callback.
3161         * opts.h (struct cl_option_handlers): Remove post_handling_callback.
3163 2011-11-03  Richard Guenther  <rguenther@suse.de>
3165         * collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.
3167 2011-11-03  Martin Jambor  <mjambor@suse.cz>
3169         * ipa-prop.c (type_change_info): New fields offset, object,
3170         known_current_type and multiple_types_encountered.
3171         (extr_type_from_vtbl_ptr_store): New function.
3172         (check_stmt_for_type_change): Use it, set multiple_types_encountered if
3173         the result is different from the previous one.
3174         (detect_type_change): Renamed to detect_type_change_1. New parameter
3175         comp_type.  Set up new fields in tci, build known type jump
3176         functions if the new type can be identified.
3177         (detect_type_change): New function.
3178         * tree.h (DECL_CONTEXT): Comment new use.
3180 2011-11-03  Richard Guenther  <rguenther@suse.de>
3182         PR lto/48217
3183         * lto-wrapper.c (get_options_from_collect_gcc_options): Properly
3184         decode an encoded literal '.
3186 2011-11-03  Tristan Gingold  <gingold@adacore.com>
3188         * collect2.c (main): Add support of -f (response file) on AIX.
3190 2011-11-03  Ira Rosen  <ira.rosen@linaro.org>
3192         PR tree-optimization/50912
3193         * tree-vectorizer.h (slp_void_p): New.
3194         (struct _slp_tree): Replace left and right with children.  Update
3195         documentation.
3196         (struct _slp_oprnd_info): New.
3197         (vect_get_vec_defs): Declare.
3198         (vect_get_slp_defs): Update arguments.
3199         * tree-vect-loop.c (vect_create_epilog_for_reduction): Call
3200         vect_get_vec_defs instead of vect_get_slp_defs.
3201         (vectorizable_reduction): Likewise.
3202         * tree-vect-stmts.c (vect_get_vec_defs): Remove static, add argument.
3203         Update call to vect_get_slp_defs.
3204         (vectorizable_conversion): Update call to vect_get_vec_defs.
3205         (vectorizable_assignment, vectorizable_shift,
3206         vectorizable_operation): Likewise.
3207         (vectorizable_type_demotion): Call vect_get_vec_defs instead of
3208         vect_get_slp_defs.
3209         (vectorizable_type_promotion, vectorizable_store): Likewise.
3210         (vect_analyze_stmt): Fix typo.
3211         * tree-vect-slp.c (vect_free_slp_tree): Update SLP tree traversal.
3212         (vect_print_slp_tree, vect_mark_slp_stmts,
3213         vect_mark_slp_stmts_relevant, vect_slp_rearrange_stmts,
3214         vect_detect_hybrid_slp_stmts, vect_slp_analyze_node_operations,
3215         vect_schedule_slp_instance): Likewise.
3216         (vect_create_new_slp_node): New.
3217         (vect_create_oprnd_info, vect_free_oprnd_info): Likewise.
3218         (vect_get_and_check_slp_defs): Pass information about defs using
3219         oprnds_info, allow any number of operands.
3220         (vect_build_slp_tree): Likewise.  Update calls to
3221         vect_get_and_check_slp_defs.  Fix comments.
3222         (vect_analyze_slp_instance): Move node creation to
3223         vect_create_new_slp_node.
3224         (vect_get_slp_defs): Allow any number of operands.
3226 2011-11-02  Peter Bergner  <bergner@vnet.ibm.com>
3227             Iain Sandoe  <iains@gcc.gnu.org>
3229         * config/rs6000/rs6000.c (USE_HIDDEN_LINKONCE): New define.
3230         (get_ppc476_thunk_name): Use it.
3231         (rs6000_code_end): Likewise.
3232         (macho_branch_islands): Fix typo.
3234 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
3235             Jason Merrill  <jason@redhat.com>
3237         PR c++/50810
3238         * configure.ac: Add -Wno-narrowing to warning options.
3239         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
3241 2011-11-02  Eric Botcazou  <ebotcazou@adacore.com>
3243         PR target/50945
3244         * config/sparc/sparc.md (movsf_insn): Reindent constraints.
3245         (movdf_insn_sp32): Likewise.  Remove redundant G constraint.
3246         (movdf_insn_sp64): Likewise.
3247         (DFmode splitter): Do not test TARGET_FPU.
3248         (movtf_insn_sp32): Reindent constraints.
3249         (movtf_insn_sp32_no_fpu): Likewise.
3250         (movtf_insn_sp64): Likewise.
3251         (movtf_insn_sp64_hq): Likewise.
3252         (movtf_insn_sp64_no_fpu): Likewise.
3254 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
3256         PR c++/50956
3257         * builtins.c (fold_builtin_memchr): Fix cast.
3259 2011-11-02  Teresa Johnson  <tejohnson@google.com>
3261         * config/i386/predicates.md (promotable_binary_operator): Add minus
3262         to the list of promotable operators.
3264 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3266         * gthr-single.h, gthr.h: Move to ../libgcc.
3267         * gthr-aix.h: Move to ../libgcc/config/rs6000.
3268         * gthr-dce.h: Move to ../libgcc/config/pa.
3269         * gthr-lynx.h: Move to ../libgcc/config.
3270         * gthr-mipssde.h: Move to ../libgcc/config/mips.
3271         * gthr-posix.h: Move to ../libgcc/config.
3272         * gthr-rtems.h: Likewise.
3273         * gthr-tpf.h: Move to ../libgcc/config/s390.
3274         * gthr-vxworks.h: Move to ../libgcc/config.
3275         * gthr-win32.h: Move to ../libgcc/config/i386.
3276         * configure.ac (gthread_flags): Remove
3277         (gthr-default.h): Don't create.
3278         (thread_file): Don't substitute.
3279         * configure: Regenerate.
3280         * Makefile.in (GCC_THREAD_FILE): Remove.
3281         (GTHREAD_FLAGS): Remove.
3282         (libgcc.mvars): Remove GTHREAD_FLAGS.
3283         * config/t-vxworks (EXTRA_HEADERS): Remove.
3285 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3286             Paolo Bonzini  <bonzini@gnu.org>
3288         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Remove.
3289         * configure: Regenerate.
3290         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list): Remove.
3291         (TM_H): Remove libgcc_tm.h, $(libgcc_tm_file_list).
3292         (libgcc_tm.h, cs-libgcc_tm.h): Remove.
3293         (clean): Remove libgcc_tm.h
3294         * mkconfig.sh: Don't include libgcc_tm.h in tm.h.
3295         * config.gcc (libgcc_tm_file): Remove.
3296         (arm*-*-linux*): Remove libgcc_tm_file for arm*-*-linux-*eabi.
3297         (arm*-*-uclinux*): Remove libgcc_tm_file for arm*-*-uclinux*eabi.
3298         (arm*-*-eabi*, arm*-*-symbianelf*): Remove libgcc_tm_file.
3299         (avr-*-rtems*): Likewise.
3300         (avr-*-*): Likewise.
3301         (frv-*-elf): Likewise.
3302         (frv-*-*linux*): Likewise.
3303         (h8300-*-rtems*): Likewise.
3304         (h8300-*-elf*): Likewise.
3305         (i[34567]86-*-darwin*): Likewise.
3306         (x86_64-*-darwin*): Likewise.
3307         (rx-*-elf*): Likewise.
3308         (tic6x-*-elf): Likewise.
3309         (tic6x-*-uclinux): Likewise.
3310         (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
3312 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3314         * Makefile.in (LIBGCC2_DEBUG_CFLAGS LIBGCC2_CFLAGS)
3315         (LIBGCC2_INCLUDES, TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA)
3316         (LIB2FUNCS_STATIC_EXTRA, LIB2FUNCS_EXCLUDE, T, T_TARGET)
3317         (INCLUDES_FOR_TARGET): Remove.
3318         (LIBGCC2_CFLAGS): Don't export.
3319         (LIB2FUNCS_ST, LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST, srcdirify):
3320         Remove.
3321         (libgcc-support): Remove $(LIB2ADD), $(LIB2ADD_ST) dependencies.
3322         (libgcc.mvars): Likewise.
3323         Don't emit LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE, LIB2ADD, LIB2ADD_ST,
3324         LIB2_SIDITI_CONV_FUNCS, LIB2_DIVMOD_FUNCS, LIBGCC2_CFLAGS,
3325         TARGET_LIBGCC2_CFLAGS.
3326         Emit GTHREAD_FLAGS.
3327         * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: Move to ../libgcc.
3328         * config/darwin-64.c: Move to ../libgcc/config.
3329         * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
3330         config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
3331         config/udivmodsi4.c: Move to ../libgcc/config.
3332         * config/gthr-posix.c: Move to ../libgcc/config/alpha.
3333         * config/memcmp.c, config/memcpy.c, config/memmove.c,
3334         config/memset.c: Move to ../libgcc/config.
3335         * config/t-darwin (TARGET_LIBGCC2_CFLAGS): Remove.
3336         * config/t-freebsd: Remove.
3337         * config/t-freebsd-thread: Move to ../libgcc/config.
3338         * config/t-libgcc-pic: Move to ../libgcc/config.
3339         * config/t-libunwind (TARGET_LIBGCC2_CFLAGS): Remove.
3340         * config/t-linux: Remove.
3341         * config/t-lynx (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
3342         Remove.
3343         * config/t-openbsd-thread: Move to ../libgcc/config.
3344         * config/t-rtems (LIBGCC2_INCLUDES): Remove.
3345         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Remove.
3346         * config/t-svr4: Remove.
3347         * config/t-vxworks (LIBGCC, INSTALL_LIBGCC, TARGET_LIBGCC2_CFLAGS)
3348         (LIBGCC2_DEBUG_CFLAGS, LIB2FUNCS_EXTRA, LIBGCC2_INCLUDES): Remove.
3349         * config/vxlib.c, config/vxlib-tls.c: Move to ../libgcc/config.
3350         * config/alpha/qrnnd.asm: Move to ../libgcc/config/alpha/qrnnd.S.
3351         * config/alpha/t-alpha, config/alpha/t-ieee: Remove.
3352         * config/alpha/t-vms (LIB2FUNCS_EXTRA, LIBGCC, INSTALL_LIBGCC): Remove.
3353         * config/alpha/vms-gcc_shell_handler.c: Move to ../libgcc/config/alpha.
3354         * config/arm/bpabi.c, config/arm/unaligned-funcs.c,
3355         config/arm/fp16.c, config/arm/linux-atomic.c,
3356         config/arm/linux-atomic-64bit.c: Move to ../libgcc/config/arm.
3357         * config/arm/t-arm-elf (LIBGCC, INSTALL_LIBGCC)
3358         (TARGET_LIBGCC2_CFLAGS): Remove.
3359         * config/arm/t-bpabi, config/arm/t-linux: Remove.
3360         * config/arm/t-linux-eabi (TARGET_LIBGCC2_CFLAGS)
3361         (LIB2FUNCS_STATIC_EXTRA): Remove.
3362         * config/arm/t-netbsd: Remove.
3363         * config/arm/t-strongarm-elf (LIBGCC, INSTALL_LIBGCC)
3364         (TARGET_LIBGCC2_CFLAGS): Remove.
3365         * config/arm/t-symbian (LIB2FUNCS_STATIC_EXTRA): Remove.
3366         * config/arm/t-wince-pe (LIBGCC, INSTALL_LIBGCC)
3367         (TARGET_LIBGCC2_CFLAGS): Remove.
3368         * config/avr/t-avr (LIB2FUNCS_EXCLUDE, TARGET_LIBGCC2_CFLAGS)
3369         (LIBGCC, INSTALL_LIBGCC): Remove.
3370         * config/bfin/t-bfin-elf (TARGET_LIBGCC2_CFLAGS): Remove.
3371         * config/bfin/t-bfin-linux: Likewise.
3372         * config/bfin/t-bfin-uclinux: Likewise.
3373         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
3374         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
3375         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
3376         config/c6x/ltf.c: Move to ../libgcc/config/c6x.
3377         * config/c6x/t-c6x-elf (LIB2FUNCS_EXCLUDE, LIB2FUNCS_EXTRA): Remove.
3378         * config/c6x/t-c6x-uclinux (TARGET_LIBGCC2_CFLAGS): Remove.
3379         * config/cris/arit.c: Move to ../libgcc/config/cris.
3380         * config/cris/cris_abi_symbol.c: Remove.
3381         * config/cris/cris.h: Remove obsolete comment.
3382         * config/cris/mulsi3.asm: Move to ../libgcc/config/cris/mulsi3.S.
3383         * config/cris/t-cris (LIB2FUNCS_EXTRA, CRIS_LIB1CSRC)
3384         ($(LIB2FUNCS_EXTRA)): Remove.
3385         * config/cris/t-elfmulti (LIB2FUNCS_STATIC_EXTRA, INSTALL_LIBGCC)
3386         (LIBGCC): Remove.
3387         * config/cris/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
3388         * config/fr30/t-fr30: Remove.
3389         * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
3390         config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
3391         config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: Move
3392         to ../libgcc/config/frv.
3393         * config/frv/t-frv (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
3394         (cmovh.c, cmovw.c, cmovd.c, modi.c, umodi.c, uitof.c, uitod.c)
3395         (ulltof.c, LIBGCC, INSTALL_LIBGCC): Remove.
3396         * config/frv/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
3397         * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
3398         config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
3399         config/h8300/popcounthi2.c: Move to ../libgcc/config/h8300.
3400         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
3401         (LIBGCC, INSTALL_LIBGCC): Remove.
3402         * config/i386/gthr-win32.c: Move to ../libgcc/config/i386.
3403         * config/i386/t-cygming (LIBGCC2_INCLUDES): Remove.
3404         * config/i386/t-cygwin: Remove.
3405         * config/i386/t-darwin (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
3406         (LIB2FUNCS_EXCLUDE): Remove.
3407         * config/i386/t-darwin64 (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
3408         (LIBGCC, INSTALL_LIBGCC): Remove.
3409         * config/i386/t-gthr-win32: Move to ../libgcc/config/i386.
3410         * config/i386/t-linux64 (LIBGCC, INSTALL_LIBGCC): Remove.
3411         * config/i386/t-mingw-w32: Likewise.
3412         * config/i386/t-mingw-w64: Likewise.
3413         * config/i386/t-openbsd: Likewise.
3414         * config/i386/t-nto: Remove.
3415         * config/ia64/quadlib.c: Move to ../libgcc/config/ia64.
3416         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
3417         (quadlib.c): Remove.
3418         * config/ia64/t-ia64: Remove comment.
3419         * config/iq2000/lib2extra-funcs.c: Move to
3420         ../libgcc/config/iq2000/lib2funcs.c.
3421         * config/iq2000/t-iq2000: Remove.
3422         * config/m32c/m32c-lib2.c: Move to ../libgcc/config/m32c/lib2funcs.c.
3423         * config/m32c/m32c-lib2-trapv.c: Move to ../libgcc/config/m32c/trapv.c.
3424         * config/m32r/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
3425         * config/m32c/t-m32c (LIB2FUNCS_EXTRA): Remove.
3426         * config/m32r/t-m32r (TARGET_LIBGCC2_CFLAGS, LIBGCC)
3427         (INSTALL_LIBGCC): Remove.
3428         * config/m68k/fpgnulib.c: Move to ../libgcc/config/m68k.
3429         * config/m68k/t-floatlib: Remove.
3430         * config/m68k/t-mlibs (LIBGCC, INSTALL_LIBGCC): Remove.
3431         * config/mcore/t-mcore (TARGET_LIBGCC2_CFLAGS): Remove.
3432         Fix typo.
3433         (LIBGCC, INSTALL_LIBGCC): Remove.
3434         * config/mep/mep-lib2.c: Move to ../libgcc/config/mep/lib2funcs.c.
3435         * config/mep/mep-tramp.c: Move to ../libgcc/config/mep/tramp.c.
3436         * config/mep/t-mep (LIB2FUNCS_EXTRA): Remove.
3437         * config/mips/t-elf (TARGET_LIBGCC2_CFLAGS, LIBGCC)
3438         (INSTALL_LIBGCC): Remove.
3439         * config/mips/t-isa3264: Likewise.
3440         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Remove.
3441         * config/mips/t-r3900 (TARGET_LIBGCC2_CFLAGS, LIBGCC)
3442         (INSTALL_LIBGCC): Remove.
3443         * config/mips/t-sde (LIBGCC, INSTALL_LIBGCC): Remove.
3444         * config/mips/t-sr71k (TARGET_LIBGCC2_CFLAGS, LIBGCC)
3445         (INSTALL_LIBGCC): Remove.
3446         * config/mips/t-vr (TARGET_LIBGCC2_CFLAGS)
3447         (LIB2FUNCS_STATIC_EXTRA): Remove.
3448         * config/mips/vr4120-div.S: Move to ../libgcc/config/mips.
3449         * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Remove.
3450         * config/mn10300/t-mn10300 (LIBGCC, INSTALL_LIBGCC): Remove.
3451         * config/pa/fptr.c, config/pa/linux-atomic.c: Move to
3452         ../libgcc/config/pa.
3453         * config/pa/lib2funcs.asm: Move to ../libgcc/config/pa/lib2funcs.S.
3454         * config/pa/quadlib.c: Move to ../libgcc/config/pa.
3455         * config/pa/t-dce-thr (LIBGCC, INSTALL_LIBGCC): Remove.
3456         * config/pa/t-linux, config/pa/t-linux64: Remove.
3457         * config/pa/t-pa-hpux, config/pa/t-pa-hpux10,
3458         config/pa/t-pa-hpux11, config/pa/t-pa64: Remove.
3459         * config/pdp11/t-pdp11 (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA):
3460         Remove.
3461         * config/picochip/libgccExtras: Move to ../libgcc/config/picochip.
3462         * config/picochip/t-picochip (LIB2FUNCS_EXTRA, RANLIB_FOR_TARGET)
3463         (TARGET_LIBGCC2_CFLAGS, LIBGCC2_DEBUG_CFLAGS): Remove.
3464         * config/rs6000/crtresfpr.asm: Move to
3465         ../libgcc/config/rs6000/crtresfpr.S.
3466         * config/rs6000/crtresgpr.asm: Move to
3467         ../libgcc/config/rs6000/crtresgpr.S.
3468         * config/rs6000/crtresxfpr.asm: Move to
3469         ../libgcc/config/rs6000/crtresxfpr.S.
3470         * config/rs6000/crtresxgpr.asm: Move to
3471         ../libgcc/config/rs6000/crtresxgpr.S.
3472         * config/rs6000/crtsavfpr.asm: Move to
3473         ../libgcc/config/rs6000/crtsavfpr.S.
3474         * config/rs6000/crtsavgpr.asm: Move to
3475         ../libgcc/config/rs6000/crtsavgpr.S.
3476         * config/rs6000/darwin-asm.h: Move to ../libgcc/config/rs6000.
3477         * config/rs6000/darwin-fpsave.asm: Move to
3478         ../libgcc/config/rs6000/darwin-fpsave.S.
3479         * config/rs6000/darwin-gpsave.asm: Move to
3480         ../libgcc/config/rs6000/darwin-gpsave.S.
3481         * config/rs6000/darwin-tramp.asm: Move to
3482         ../libgcc/config/rs6000/darwin-tramp.S.
3483         * config/rs6000/darwin-vecsave.asm: Move to
3484         ../libgcc/config/rs6000/darwin-vecsave.S.
3485         * config/rs6000/darwin-world.asm: Move to
3486         ../libgcc/config/rs6000/darwin-world.S.
3487         * config/rs6000/e500crtres32gpr.asm: Move to
3488         ../libgcc/config/rs6000/e500crtres32gpr.S.
3489         * config/rs6000/e500crtres64gpr.asm: Move to
3490         ../libgcc/config/rs6000/e500crtres64gpr.S.
3491         * config/rs6000/e500crtres64gprctr.asm: Move to
3492         ../libgcc/config/rs6000/e500crtres64gprctr.S.
3493         * config/rs6000/e500crtrest32gpr.asm: Move to
3494         ../libgcc/config/rs6000/e500crtrest32gpr.S.
3495         * config/rs6000/e500crtrest64gpr.asm: Move to
3496         ../libgcc/config/rs6000/e500crtrest64gpr.S.
3497         * config/rs6000/e500crtresx32gpr.asm: Move to
3498         ../libgcc/config/rs6000/e500crtresx32gpr.S.
3499         * config/rs6000/e500crtresx64gpr.asm: Move to
3500         ../libgcc/config/rs6000/e500crtresx64gpr.S.
3501         * config/rs6000/e500crtsav32gpr.asm: Move to
3502         ../libgcc/config/rs6000/e500crtsav32gpr.S.
3503         * config/rs6000/e500crtsav64gpr.asm: Move to
3504         ../libgcc/config/rs6000/e500crtsav64gpr.S.
3505         * config/rs6000/e500crtsav64gprctr.asm: Move to
3506         ../libgcc/config/rs6000/e500crtsav64gprctr.S.
3507         * config/rs6000/e500crtsavg32gpr.asm: Move to
3508         ../libgcc/config/rs6000/e500crtsavg32gpr.S.
3509         * config/rs6000/e500crtsavg64gpr.asm: Move to
3510         ../libgcc/config/rs6000/e500crtsavg64gpr.S.
3511         * config/rs6000/e500crtsavg64gprctr.asm: Move to
3512         ../libgcc/config/rs6000/e500crtsavg64gprctr.S.
3513         * config/rs6000/eabi.asm: Move to ../libgcc/config/rs6000/eabi.S.
3514         * config/rs6000/t-aix43 (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
3515         (TARGET_LIBGCC2_CFLAGS): Remove.
3516         * config/rs6000/t-aix52: Likewise.
3517         * config/rs6000/t-darwin: Remove.
3518         * config/rs6000/t-darwin64 (LIB2_SIDITI_CONV_FUNCS)
3519         (LIB2FUNCS_EXTRA): Remove.
3520         * config/rs6000/t-fprules (LIBGCC, INSTALL_LIBGCC): Remove.
3521         * config/rs6000/t-linux64 (TARGET_LIBGCC2_CFLAGS): Remove.
3522         * config/rs6000/t-lynx (LIB2FUNCS_EXTRA, tramp.S, LIBGCC)
3523         (INSTALL_LIBGCC): Remove.
3524         * config/rs6000/t-netbsd (LIB2FUNCS_EXTRA)
3525         (LIB2FUNCS_STATIC_EXTRA, tramp.S, crtsavfpr.S, crtresfpr.S)
3526         (crtsavgpr.S, crtresgpr.S, crtresxfpr.S, crtresxgpr.S, LIBGCC)
3527         (INSTALL_LIBGCC, $(T)crtsavfpr$(objext), $(T)crtresfpr$(objext))
3528         ($(T)crtsavgpr$(objext), $(T)crtresgpr$(objext))
3529         ($(T)crtresxfpr$(objext), $(T)crtresxgpr$(objext)): Remove.
3530         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA)
3531         (LIB2FUNCS_STATIC_EXTRA, eabi.S, tramp.S): Remove.
3532         * config/rs6000/t-spe (LIBGCC, INSTALL_LIBGCC): Remove.
3533         * config/rs6000/t-vxworks: Remove comment.
3534         * config/rs6000/tramp.asm: Move to ../libgcc/config/rs6000/tramp.S.
3535         * config/rx/t-rx (LIBGCC, INSTALL_LIBGCC): Remove.
3536         * config/sh/linux-atomic.asm: Move to
3537         ../libgcc/config/sh/linux-atomic.S.
3538         * config/sh/t-linux (LIB2FUNCS_EXTRA): Remove.
3539         * config/sh/t-netbsd: Remove.
3540         * config/sh/t-sh (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
3541         Remove.
3542         * config/sparc/t-elf (LIBGCC, INSTALL_LIBGCC): Remove.
3543         * config/sparc/t-leon: Likewise.
3544         * config/sparc/t-leon3: Likewise.
3545         * config/sparc/t-linux64: Likewise.
3546         * config/sparc/t-netbsd64: Fix typo.
3547         Remove comment.
3548         * config/spu/divmodti4.c, config/spu/divv2df3.c,
3549         config/spu/float_disf.c, config/spu/float_unsdidf.c,
3550         config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
3551         config/spu/mfc_multi_tag_release.c,
3552         config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
3553         config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
3554         config/spu/multi3.c: Move to ../libgcc/config/spu.
3555         * config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXCLUDE)
3556         (LIB2FUNCS_STATIC_EXTRA, LIB2_SIDITI_CONV_FUNCS, LIBGCC)
3557         (INSTALL_LIBGCC): Remove.
3558         * config/stormy16/stormy16-lib2.c: Move to
3559         ../libgcc/config/stormy16/lib2.c.
3560         * config/stormy16/stormy16-lib2-ashlsi3.c: Move to
3561         ../libgcc/config/stormy16/ashlsi3.c.
3562         * config/stormy16/stormy16-lib2-ashrsi3.c: Move to
3563         ../libgcc/config/stormy16/ashrsi3.c.
3564         * config/stormy16/stormy16-lib2-clzhi2.c: Move to
3565         ../libgcc/config/stormy16/clzhi2.c.
3566         * config/stormy16/stormy16-lib2-cmpsi2.c: Move to
3567         ../libgcc/config/stormy16/cmpsi2.c.
3568         * config/stormy16/stormy16-lib2-ctzhi2.c: Move to
3569         ../libgcc/config/stormy16/ctzhi2.c.
3570         * config/stormy16/stormy16-lib2-divsi3.c: Move to
3571         ../libgcc/config/stormy16/divsi3.c.
3572         * config/stormy16/stormy16-lib2-ffshi2.c: Move to
3573         ../libgcc/config/stormy16/ffshi2.c.
3574         * config/stormy16/stormy16-lib2-lshrsi3.c: Move to
3575         ../libgcc/config/stormy16/lshrsi3.c.
3576         * config/stormy16/stormy16-lib2-modsi3.c: Move to
3577         ../libgcc/config/stormy16/modsi3.c.
3578         * config/stormy16/stormy16-lib2-parityhi2.c: Move to
3579         ../libgcc/config/stormy16/parityhi2.c.
3580         * config/stormy16/stormy16-lib2-popcounthi2.c: Move to
3581         ../libgcc/config/stormy16/popcounthi2.c.
3582         * config/stormy16/stormy16-lib2-ucmpsi2.c: Move to
3583         ../libgcc/config/stormy16/ucmpsi2.c.
3584         * config/stormy16/stormy16-lib2-udivmodsi4.c: Move to
3585         ../libgcc/config/stormy16/udivmodsi4.c.
3586         * config/stormy16/stormy16-lib2-udivsi3.c: Move to
3587         ../libgcc/config/stormy16/udivsi3.c.
3588         * config/stormy16/stormy16-lib2-umodsi3.c: Move to
3589         ../libgcc/config/stormy16/umodsi3.c.
3590         * config/stormy16/t-stormy16: Move to ../libgcc/config/t-stormy16.
3591         * config/v850/t-v850 (INSTALL_LIBGCC): Remove.
3592         * config/xtensa/lib2funcs.S: Move to ../libgcc/config/xtensa.
3593         * config/xtensa/t-elf: Remove.
3594         * config/xtensa/t-xtensa (LIB2FUNCS_EXTRA): Remove.
3595         * config.gcc (*-*-freebsd*): Remove t-freebsd, t-freebsd-thread
3596         from tmake_file.
3597         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
3598         *-*-gnu*, *-*-kopensolaris*-gnu): Remove t-linux from tmake_file.
3599         (*-*-netbsd*): Remove t-libgcc-pic from tmake_file.
3600         (*-*-openbsd*): Likewise.
3601         Remove t-openbsd-thread for posix threads.
3602         (alpha*-*-linux*): Remove alpha/t-alpha, alpha/t-ieee from tmake_file.
3603         (alpha*-*-freebsd*): Likewise.
3604         (alpha*-*-netbsd*): Likewise.
3605         (alpha*-*-openbsd*): Likewise.
3606         (alpha64-dec-*vms*): Likewise.
3607         (alpha*-dec-*vms*): Likewise.
3608         (arm*-*-netbsdelf*): Remove arm/t-netbsd from tmake_file.
3609         (arm*-*-linux*): Remove t-linux from tmake_file.
3610         Remove arm/t-bpabi from tmake_file for arm*-*-linux-*eabi.
3611         (arm*-*-uclinux*): Remove arm/t-bpabi from tmake_file for
3612         arm*-*-uclinux*eabi.
3613         (arm*-*-eabi*, arm*-*-symbianelf* ): Remove arm/t-bpabi from
3614         tmake_file for arm*-*-eabi*.
3615         (fr30-*-elf): Remove tmake_file.
3616         (hppa*64*-*-linux*): Remove tmake_file.
3617         (hppa*-*-linux*): Likewise.
3618         (hppa[12]*-*-hpux10*): Remove pa/t-pa-hpux10, pa/t-pa-hpux from
3619         tmake_file.
3620         (hppa*64*-*-hpux11*): Remove pa/t-pa64, pa/t-pa-hpux from tmake_file.
3621         (hppa[12]*-*-hpux11*): Remove pa/t-pa-hpux11, pa/t-pa-hpux from
3622         tmake_file.
3623         (i[34567]86-*-elf*): Remove tmake_file.
3624         (x86_64-*-elf*): Likewise.
3625         (i[34567]86-*-nto-qnx*): Likewise.
3626         (i[34567]86-*-cygwin*): Remove i386/t-cygwin from tmake_file.
3627         (i[34567]86-*-mingw*, x86_64-*-mingw*): Remove i386/t-gthr-win32
3628         from tmake_file if using win32 threads.
3629         (iq2000*-*-elf*): Remove tmake-file.
3630         (microblaze*-linux*): Likewise.
3631         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
3632         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
3633         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
3634         (sh64l*-*-netbsd*): Remove sh/t-netbsd from tmake_file for
3635         sh5*-*-netbsd*, sh64*-netbsd*, *-*-netbsd.
3636         (xtensa*-*-elf*): Remove tmake_file.
3638 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3640         * Makefile.in (LIB1ASMSRC): Don't export.
3641         (libgcc.mvars): Don't emit LIB1ASMFUNCS, LIB1ASMSRC.
3642         * config/arm/arm.c: Update lib1funcs.asm filename.
3643         * config/arm/linux-eabi.h: Likewise.
3644         * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
3645         config/arm/ieee754-df.S, config/arm/ieee754-sf.S: Move to
3646         ../libgcc/config/arm.
3647         * config/arm/lib1funcs.asm: Move to ../libgcc/config/arm/lib1funcs.S.
3648         * config/arm/t-arm (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3649         * config/arm/t-arm-elf (LIB1ASMFUNCS): Remove.
3650         * config/arm/t-bpabi: Likewise.
3651         * config/arm/t-linux (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3652         * config/arm/t-linux-eabi (LIB1ASMFUNCS): Remove.
3653         * config/arm/t-strongarm-elf: Likewise.
3654         * config/arm/t-symbian: Likewise.
3655         * config/arm/t-vxworks: Likewise.
3656         * config/arm/t-wince-pe: Likewise.
3657         * config/avr/libgcc.S: Move to ../libgcc/config/avr.
3658         * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3659         * config/bfin/lib1funcs.asm: Move to ../libgcc/config/bfin/lib1funcs.S.
3660         * config/bfin/t-bfin: Remove.
3661         * config/bfin/t-bfin-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3662         * config/bfin/t-bfin-linux: Likewise.
3663         * config/bfin/t-bfin-uclinux: Likewise.
3664         * config/c6x/lib1funcs.asm: Move to ../libgcc/config/c6x/lib1funcs.S.
3665         * config/c6x/t-c6x-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3666         * config/fr30/lib1funcs.asm: Move to ../libgcc/config/fr30/lib1funcs.S.
3667         * config/fr30/t-fr30 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3668         * config/frv/lib1funcs.asm: Move to ../libgcc/config/frv/lib1funcs.S.
3669         * config/frv/t-frv (CROSS_LIBGCC1, LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3670         * config/h8300/fixunssfsi.c: Update lib1funcs.asm filename.
3671         * config/h8300/lib1funcs.asm: Move to
3672         ../libgcc/config/h8300/lib1funcs.S.
3673         * config/h8300/t-h8300 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3674         * config/i386/cygwin.asm: Move to ../libgcc/config/i386/cygwin.S.
3675         * config/i386/t-cygming (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3676         * config/i386/t-interix: Likewise.
3677         * config/ia64/lib1funcs.asm: Move to ../libgcc/config/ia64/lib1funcs.S.
3678         * config/ia64/t-hpux (LIB1ASMFUNCS, LIBGCC1_TEST): Remove.
3679         * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3680         * config/iq2000/t-iq2000 (LIBGCC1, CROSS_LIBGCC1): Remove.
3681         * config/m32c/m32c.c: Update m32c-lib1.S filename.
3682         * config/m32c/m32c-lib1.S: Move to ../libgcc/config/m32c/lib1funcs.S.
3683         * config/m32c/t-m32c (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3684         * config/m32r/t-linux (CROSS_LIBGCC1, LIBGCC1, LIBGCC1_TEST): Remove.
3685         * config/m68k/lb1sf68.asm: Move to ../libgcc/config/m68k/lb1sf68.S.
3686         * config/m68k/t-floatlib (LIB1ASMSRC, LIB1ASMFUNCS): New file.
3687         * config/mcore/lib1.asm: Move to ../libgcc/config/mcore/lib1funcs.S.
3688         * config/mcore/t-mcore (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3689         * config/mep/mep-lib1.asm: Move to ../libgcc/config/mep/lib1funcs.S.
3690         * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3691         * config/mips/mips16.S: Move to ../libgcc/config/mips.
3692         * config/mips/t-libgcc-mips16: Remove.
3693         * config/mips/t-sr71k (LIBGCC1, CROSS_LIBGCC1): Remove.
3694         * config/pa/milli64.S: Move to ../libgcc/config/pa.
3695         * config/pa/t-linux (LIB1ASMFUNCS, LIB1ASMSRC): Remove.
3696         * config/pa/t-linux64: Likewise.
3697         * config/picochip/libgccExtras/fake_libgcc.asm: Move to
3698         ../libgcc/config/picochip/lib1funcs.S.
3699         * config/picochip/t-picochip (LIB1ASMFUNCS, LIB1ASMSRC): Remove.
3700         * config/sh/lib1funcs.asm: Move to ../libgcc/config/sh/lib1funcs.S.
3701         * config/sh/lib1funcs.h: Move to ../libgcc/config/sh.
3702         * config/sh/sh.h: Update lib1funcs.asm filename.
3703         * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Remove.
3704         * config/sh/t-netbsd: Likewise.
3705         * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE):
3706         Remove.
3707         * config/sh/t-sh64 (LIB1ASMFUNCS): Remove.
3708         * config/sparc/lb1spc.asm: Move to ../libgcc/config/sparc/lb1spc.S.
3709         * config/sparc/lb1spl.asm: Remove.
3710         * config/sparc/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3711         * config/sparc/t-leon: Likewise.
3712         * config/spu/t-spu-elf (LIBGCC1, CROSS_LIBGCC1): Remove.
3713         * config/v850/lib1funcs.asm: Move to ../libgcc/config/v850/lib1funcs.S.
3714         * config/v850/t-v850 (LIB1ASMSRC, LIB1ASMFUNCS): Remove
3715         * config/vax/lib1funcs.asm: Move to ../libgcc/config/vax/lib1funcs.S.
3716         * config/vax/t-linux: Remove.
3717         * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S: Move to
3718         ../libgcc/config/xtensa.
3719         * config/xtensa/lib1funcs.asm: Move to
3720         ../libgcc/config/xtensa/lib1funcs.S.
3721         * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3722         * config.gcc (bfin*-rtems*): Remove bfin/t-bfin from tmake_file.
3723         (bfin*-*): Likewise.
3724         (mips64*-*-linux*, mipsisa64*-*-linux*): Remove
3725         mips/t-libgcc-mips16 from tmake_file.
3726         (mips*-*-linux*): Likewise.
3727         (mips*-sde-elf*): Likewise.
3728         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
3729         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
3730         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Likewise.
3731         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
3732         (mips-*-elf*, mipsel-*-elf*): Likewise.
3733         (mips64-*-elf*, mips64el-*-elf*): Likewise.
3734         (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
3735         (mips*-*-rtems*): Likewise.
3736         (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
3737         (vax-*-linux*): Remove vax/t-linux from tmake_file.
3739 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3741         * config.gcc (extra_parts): Remove.
3742         (*-*-freebsd*): Remove extra_parts.
3743         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
3744         *-*-gnu*, *-*-kopensolaris*-gnu): Likewise.
3745         (*-*-netbsd*): Remove t-libc-ok, t-netbsd from tmake_file.
3746         Remove extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
3747         *-*-netbsdelf[2-9]*.
3748         (*-*-openbsd*): Remove t-libc-ok from tmake_file.
3749         (alpha*-*-linux*): Remove extra_parts.
3750         (alpha*-*-freebsd*): Likewise.
3751         (bfin*-linux-uclibc*): Likewise.
3752         (fr30-*-elf): Likewise.
3753         (moxie-*-elf): Likewise.
3754         (moxie-*-uclinux*): Likewise.
3755         (h8300-*-rtems*): Remove h8300/t-elf from tmake_file.
3756         (h8300-*-elf*): Likewise.
3757         (hppa*64*-*-hpux11*): Remove extra_parts.
3758         (i[34567]86-*-elf*): Remove i386/t-i386elf, i386/t-crtstuff from
3759         tmake_file.
3760         (x86_64-*-elf*): Likewise.
3761         (i[34567]86-*-freebsd*): Remove tmake_file.
3762         (x86_64-*-freebsd*): Likewise.
3763         (x86_64-*-netbsd*): Likewise.
3764         (i[34567]86-*-openbsd2.*, i[34567]86-*openbsd3.[0123]): Remove
3765         t-libc-ok from tmake_file.
3766         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3767         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
3768         i[34567]86-*-kopensolaris*-gnu): Remove i386/t-crtstuff from
3769         tmake_file.
3770         Remove extra_parts.
3771         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
3772         Remove i386/t-crtstuff from tmake_file.
3773         (i[34567]86-*-lynxos*): Likewise.
3774         Remove extra_parts.
3775         (ia64*-*-elf*): Remove extra_parts.
3776         (ia64*-*-freebsd*): Likewise.
3777         (ia64*-*-linux*): Likewise.
3778         (ia64-hp-*vms*): Remove ia64/t-vms from tmake_file.
3779         (m32r-*-elf*): Remove extra_parts.
3780         (m32rle-*-elf*): Likewise.
3781         (m32r-*-rtems*): Likewise.
3782         (m68k-*-elf*, fido-*-elf*): Likewise.
3783         (m68k*-*-openbsd*): Remove t-libc-ok from tmake_file.
3784         (m68k-*-rtems*): Remove extra_parts.
3785         (mep-*-*): Likewise.
3786         (microblaze*-linux*): Likewise.
3787         (mips64*-*-linux*, mipsisa64*-*-linux*): Likewise.
3788         (mips*-*-linux*): Likewise.
3789         (powerpc-*-lynxos*): Likewise.
3790         (s390x-ibm-tpf*): Likewise.
3791         (score-*-elf): Likewise.
3792         Remove tmake_file.
3793         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*, sh[2346lbe]*-*-linux*,
3794         sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*, sh5l*-*-netbsd*,
3795         sh64-*-netbsd*, sh64l*-*-netbsd*): Remove sh/t-elf from tmake_file.
3796         Remove sh/t-superh from tmake_file for sh*-superh-elf.
3797         Remove sh/t-linux64 from tmake_file for sh64*-*-linux*.
3798         (sh-*-rtems*): Remove sh/t-elf from tmake_file.
3799         (sh-wrs-vxworks): Likewise.
3800         (sparc-*-linux*): Remove extra_parts.
3801         (sparc64-*-linux*): Likewise.
3802         (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Likewise.
3803         (xstormy16-*-elf): Likewise.
3804         (xtensa*-*-linux*): Remove xtensa/t-linux from tmake_file.
3805         (am33_2.0-*-linux*): Remove extra_parts.
3806         * configure.ac (extra_parts): Don't substitute.
3807         * configure: Regenerate.
3808         * crtstuff.c: Move to ../libgcc.
3809         * Makefile.in (CRTSTUFF_CFLAGS): Remove.
3810         (EXTRA_PARTS): Remove.
3811         (CRTSTUFF_T_CFLAGS): Remove.
3812         (MOSTLYCLEANFILES): Remove $(EXTRA_PARTS).
3813         (GCC_EXTRA_PARTS): Remove.
3814         (libgcc.mvars): Remove GCC_EXTRA_PARTS, CRTSTUFF_CFLAGS,
3815         CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S.
3816         Emit GCC_CFLAGS, INHIBIT_LIBC_CFLAGS.
3817         ($(T)crtbegin.o, $(T)crtend.o, $(T)crtbeginS.o, $(T)crtendS.o)
3818         ($(T)crtbeginT.o): Remove.
3819         * config/alpha/t-vms (EXTRA_PARTS): Remove.
3820         ($(T)vms-dwarf2.o, $(T)vms-dwarf2eh.o): Remove.
3821         * config/alpha/vms-dwarf2.asm: Move to
3822         ../libgcc/config/alpha/vms-dwarf2.S.
3823         * config/alpha/vms-dwarf2eh.asm: Move to
3824         ../libgcc/config/alpha/vms-dwarf2eh.S.
3825         * config/arm/crti.asm: Move to ../libgcc/config/arm/crti.S.
3826         * config/arm/crtn.asm: Move to ../libgcc/config/arm/crtn.S.
3827         * config/arm/t-arm-elf (EXTRA_MULTILIB_PARTS): Remove.
3828         ($(T)crti.o, $(T)crtn.o): Remove.
3829         * config/arm/t-linux: Remove comment.
3830         * config/arm/t-linux-eabi (EXTRA_MULTILIB_PARTS): Remove.
3831         * config/arm/t-strongarm-elf (EXTRA_MULTILIB_PARTS): Remove.
3832         ($(T)crti.o, $(T)crtn.o): Remove.
3833         * config/arm/t-symbian (EXTRA_MULTILIB_PARTS): Remove.
3834         * config/bfin/crti.s: Move to ../libgcc/config/bfin/crti.S.
3835         * config/bfin/crtn.s: Move to ../libgcc/config/bfin/crtn.S.
3836         * config/bfin/crtlibid.s: Move to ../libgcc/config/bfin/crtlibid.S.
3837         * config/bfin/t-bfin (EXTRA_PARTS): Remove.
3838         ($(T)crti.o, $(T)crtn.o): Remove.
3839         * config/bfin/t-bfin-elf (CRTSTUFF_T_CFLAGS): Remove.
3840         ($(T)crti.o, $(T)crtn.o, $(T)crtlibid.o): Remove
3841         (EXTRA_MULTILIB_PARTS): Remove.
3842         * config/bfin/t-bfin-linux (CRTSTUFF_T_CFLAGS,
3843         EXTRA_MULTILIB_PARTS): Remove.
3844         * config/bfin/t-bfin-uclinux (CRTSTUFF_T_CFLAGS): Remove.
3845         ($(T)crtlibid.o): Remove.
3846         (EXTRA_MULTILIB_PARTS): Remove.
3847         * config/c6x/crti.s: Move to ../libgcc/config/c6x/crti.S.
3848         * config/c6x/crtn.s: Move to ../libgcc/config/c6x/crtn.S.
3849         * config/c6x/t-c6x-elf ($(T)crti.o, $(T)crtn.o): Remove.
3850         (EXTRA_MULTILIB_PARTS): Remove.
3851         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3852         * config/c6x/t-c6x-uclinux (CRTSTUFF_T_CFLAGS,
3853         CRTSTUFF_T_CFLAGS_S): Remove.
3854         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Remove.
3855         * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3856         * config/fr30/crti.asm: Move to ../libgcc/config/fr30/crti.S.
3857         * config/fr30/crtn.asm: Move to ../libgcc/config/fr30/crtn.S.
3858         * config/fr30/t-fr30 ($(T)crti.o, $(T)crtn.o): Remove.
3859         * config/frv/frvbegin.c, config/frv/frvend.c: Move to
3860         ../libgcc/config/frv.
3861         * config/frv/t-frv (EXTRA_MULTILIB_PARTS): Remove.
3862         (FRVSTUFF_CFLAGS, $(T)frvbegin$(objext), $(T)frvend$(objext)): Remove.
3863         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3864         (CRTSTUFF_T_CFLAGS): Remove.
3865         * config/h8300/crti.asm: Move to ../libgcc/config/h8300/crti.S.
3866         * config/h8300/crtn.asm: Move to ../libgcc/config/h8300/crtn.S.
3867         * config/h8300/t-elf: Remove.
3868         * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
3869         Move to ../libgcc/config/i386.
3870         * config/i386/t-crtstuff: Remove.
3871         * config/i386/t-i386elf: Remove.
3872         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Remove.
3873         * config/i386/t-nto (CRTSTUFF_T_CFLAGS, EXTRA_PARTS): Remove.
3874         * config/ia64/crtbegin.asm: Move to ../libgcc/config/ia64/crtbegin.S.
3875         * config/ia64/crtend.asm: Move to ../libgcc/config/ia64/crtend.S.
3876         * config/ia64/crti.asm: Move to ../libgcc/config/ia64/crti.S.
3877         * config/ia64/crtn.asm: Move to ../libgcc/config/ia64/crtn.S.
3878         * config/ia64/t-vms: Remove.
3879         * config/ia64/vms-crtinit.asm: Move to
3880         ../libgcc/config/ia64/vms-crtinit.S.
3881         * config/m32c/t-m32c (EXTRA_MULTILIB_PARTS): Remove.
3882         * config/m32r/initfini.c: Move to ../libgcc/config/m32r.
3883         * config/m32r/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3884         * config/m32r/t-m32r (CRTSTUFF_T_CFLAGS): Remove.
3885         ($(T)crtinit.o, $(T)crtfini.o): Remove.
3886         (m32rx, m32r2): Remove.
3887         (EXTRA_MULTILIB_PARTS): Remove.
3888         * config/m68k/crti.s: Move to ../libgcc/config/m68k/crti.S.
3889         * config/m68k/crtn.s: Move to ../libgcc/config/m68k/crtn.S.
3890         * config/m68k/t-crtstuff: Remove.
3891         * config/m68k/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3892         * config/m68k/t-m68kelf: Remove.
3893         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Remove.
3894         * config/mcore/crti.asm: Move to ../libgcc/config/mcore/crti.S.
3895         * config/mcore/crtn.asm: Move to ../libgcc/config/mcore/crtn.S.
3896         * config/mcore/t-mcore ($(T)crti.o, $(T)crtn.o): Remove.
3897         (EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Remove.
3898         * config/mep/t-mep (CRTSTUFF_CFLAGS): Remove.
3899         (EXTRA_MULTILIB_PARTS): Remove.
3900         * config/microblaze/crti.s: Move to ../libgcc/config/microblaze/crti.S.
3901         * config/microblaze/crtn.s: Move to ../libgcc/config/microblaze/crtn.S.
3902         * config/microblaze/t-microblaze (EXTRA_MULTILIB_PARTS,
3903         EXTRA_PARTS): Remove.
3904         ($(T)crti$(objext), $(T)crtn$(objext)): Remove.
3905         * config/mips/crti.asm: Move to ../libgcc/config/mips/crti.S.
3906         * config/mips/crtn.asm: Move to ../libgcc/config/mips/crtn.S.
3907         * config/mips/t-elf (CRTSTUFF_T_CFLAGS): Remove.
3908         ($(T)crti.o, $(T)crtn.o): Remove.
3909         (EXTRA_MULTILIB_PARTS): Remove.
3910         * config/mips/t-isa3264: Likewise.
3911         * config/mips/t-linux64 (EXTRA_MULTILIB_PARTS): Remove.
3912         * config/mips/t-r3900 (EXTRA_MULTILIB_PARTS): Remove.
3913         (CRTSTUFF_T_CFLAGS): Remove.
3914         * config/mips/t-sde (CRTSTUFF_T_CFLAGS): Remove.
3915         ($(T)crti.o, $(T)crtn.o): Remove.
3916         (EXTRA_MULTILIB_PARTS): Remove.
3917         * config/mips/t-sr71k (EXTRA_MULTILIB_PARTS, CRTSTUFF_T_CFLAGS):
3918         Remove.
3919         ($(T)crti.o, $(T)crtn.o): Remove.
3920         * config/mips/t-st (EXTRA_MULTILIB_PARTS): Remove.
3921         * config/mips/t-vr (CRTSTUFF_T_CFLAGS): Remove.
3922         (EXTRA_MULTILIB_PARTS): Remove.
3923         ($(T)crti.o, $(T)crtn.o): Remove.
3924         * config/mmix/crti.asm: Move to ../libgcc/config/crti.S.
3925         * config/mmix/crtn.asm: Move to ../libgcc/config/crtn.S.
3926         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Remove.
3927         * config/moxie/crti.asm, config/moxie/crtn.asm: Remove.
3928         * config/pa/stublib.c: Move to libgcc/config/pa.
3929         * config/pa/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3930         * config/pa/t-linux64 (CRTSTUFF_T_CFLAGS_S): Remove.
3931         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS, stublib.c): Remove.
3932         (pthread_default_stacksize_np-stub.o, pthread_mutex_lock-stub.o)
3933         (pthread_mutex_unlock-stub.o, pthread_once-stub.o)
3934         ($(T)libgcc_stub.a): Remove.
3935         * config/pa/t-pa64 (LIBGCCSTUB_OBJS, stublib.c): Remove.
3936         (rfi-stub.o, dfi-stub.o, cxaf-stub.o, jvrc-stub.o)
3937         (pthread_default_stacksize_np-stub.o, pthread_mutex_lock-stub.o)
3938         (pthread_mutex_unlock-stub.o, pthread_once-stub.o)
3939         ($(T)libgcc_stub.a): Remove.
3940         * config/rs6000/eabi-cn.asm: Move to
3941         ../../../libgcc/config/rs6000/eabi-cn.S.
3942         * config/rs6000/eabi-ci.asm: Move to
3943         ../../../libgcc/config/rs6000/eabi-ci.S.
3944         * config/rs6000/sol-ci.asm: Move to
3945         ../../../libgcc/config/rs6000/sol-ci.S.
3946         * config/rs6000/sol-cn.asm: Move to
3947         ../../../libgcc/config/rs6000/sol-cn.S.
3948         * config/rs6000/t-lynx (EXTRA_MULTILIB_PARTS): Remove.
3949         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3950         * config/rs6000/t-netbsd (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S):
3951         Remove.
3952         (EXTRA_MULTILIB_PARTS): Remove.
3953         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Remove.
3954         (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
3955         ($(T)ecrti$(objext), $(T)ecrtn$(objext), $(T)ncrti$(objext),
3956         ($(T)ncrtn$(objext)): Remove.
3957         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3958         * config/rs6000/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3959         * config/rx/t-rx (EXTRA_MULTILIB_PARTS): Remove.
3960         * config/score/crti.asm: Move to ../libgcc/config/score/crti.S.
3961         * config/score/crtn.asm: Move to ../libgcc/config/score/crtn.S.
3962         * config/score/t-score-elf: Remove.
3963         * config/sh/crt1.asm: Move to ../libgcc/config/sh/crt1.S.
3964         * config/sh/crti.asm: Move to ../libgcc/config/sh/crti.S.
3965         * config/sh/crtn.asm: Move to ../libgcc/config/sh/crtn.S.
3966         * config/sh/lib1funcs-4-300.asm: Move to
3967         ../../../libgcc/config/sh/lib1funcs-4-300.S.
3968         * config/sh/lib1funcs-Os-4-200.asm: Move to
3969         ../libgcc/config/sh/lib1funcs-Os-4-200.S.
3970         * config/sh/t-elf: Remove.
3971         * config/sh/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3972         * config/sh/t-linux64: Remove.
3973         * config/sh/t-netbsd (EXTRA_MULTILIB_PARTS): Remove.
3974         * config/sh/t-sh ($(T)crt1.o, $(T)crti.o, $(T)crtn.o): Remove.
3975         (IC_EXTRA_PARTS, OPT_EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Remove.
3976         ($(T)ic_invalidate_array_4-100.o)
3977         ($(T)libic_invalidate_array_4-100.a)
3978         ($(T)ic_invalidate_array_4-200.o)
3979         ($(T)libic_invalidate_array_4-200.a, $(T)ic_invalidate_array_4a.o)
3980         ($(T)libic_invalidate_array_4a.a, $(T)sdivsi3_i4i-Os-4-200.o)
3981         ($(T)udivsi3_i4i-Os-4-200.o, $(T)unwind-dw2-Os-4-200.o)
3982         ($(T)libgcc-Os-4-200.a, $(T)div_table-4-300.o)
3983         ($(T)libgcc-4-300.a): Remove.
3984         * config/sh/t-superh: Remove.
3985         * config/sh/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3986         * config/sparc/t-linux64 (CRTSTUFF_T_CFLAGS): Remove.
3987         * config/spu/cache.S: Move to ../libgcc/config/spu.
3988         * config/spu/cachemgr.c: Move to ../libgcc/config/spu.
3989         * config/spu/t-spu-elf (CRTSTUFF_T_CFLAGS): Remove.
3990         (EXTRA_MULTILIB_PARTS): Remove.
3991         ($(T)cachemgr.o, $(T)cachemgr_nonatomic.o, $(T)libgcc_%.a): Remove.
3992         ($(T)cache8k.o, $(T)cache16k.o, $(T)cache32k.o, $(T)cache32k.o)
3993         ($(T)cache64k.o, $(T)cache128k.o): Remove.
3994         * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Remove.
3995         * config/t-libc-ok: Remove.
3996         * config/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3997         * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Remove.
3998         * config/t-netbsd: Remove.
3999         * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Remove.
4000         * config/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
4001         * config/vms/t-vms (VMS_EXTRA_PARTS): Remove.
4002         ($(T)vcrt0.o, $(T)pcrt0.o): Remove.
4003         * config/vms/vms-ucrt0.c: Move to ../libgcc/config/vms.
4004         * config/xtensa/crti.asm: Move to ../libgcc/config/xtensa/crti.S.
4005         * config/xtensa/crtn.asm: Move to ../libgcc/config/xtensa/crtn.S.
4006         * config/xtensa/t-elf (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
4007         (EXTRA_MULTILIB_PARTS): Remove.
4008         * config/xtensa/t-linux: Remove.
4009         * config/xtensa/t-xtensa ($(T)crti.o, $(T)crtn.o): Remove.
4011 2011-11-02  Uros Bizjak  <ubizjak@gmail.com>
4013         * config/i386/i386.c (bdesc_args) [IX86_BUILTIN_CVTTPD2DQ256]: Use
4014         CODE_FOR_fix_truncv4dfv4si2, not CODE_FOR_fix_truncv4sfv4si2.
4016 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4018         PR translation/45116
4019         * Makefile.in (slibdir): Remove, don't export.
4020         (SHLIB_NM_FLAGS): Remove.
4021         (libgcc.mvars): Don't emit SHLIB_LINK, SHLIB_INSTALL,
4022         SHLIB_DLLDIR, SHLIB_EXT, SHLIB_MKMAP, SHLIB_MKMAP_OPTS,
4023         SHLIB_MAPFILES, SHLIB_NM_FLAGS.
4024         (DRIVER_DEFINES): Test SHLIB instead of SHLIB_LINK.
4025         (gcc.o): Pass SHLIB instead of SHLIB_LINK.
4026         (gccspec.o): Likewise.
4027         (installdirs): Don't create $(DESTDIR)$(slibdir).
4028         * configure.ac (slibdir): Remove.
4029         * configure: Regenerate.
4030         * libgcc-libsystem.ver: Move to ../libgcc/config.
4031         * mkmap-flat.awk, mkmap-symver.awk: Move to ../libgcc.
4032         * config/libgcc-glibc.ver: Move to ../libgcc/config.
4033         * config/t-libunwind (SHLIB_LC): Remove.
4034         * config/t-linux (SHLIB_MAPFILES): Remove.
4035         * config/t-slibgcc-dummy: Rename to config/t-slibgcc.
4036         * config/t-slibgcc-elf-ver: Remove.
4037         * config/t-slibgcc-libgcc, config/t-slibgcc-nolc-override: Move to
4038         ../libgcc/config.
4039         * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: Move
4040         to ../libgcc/config/alpha.
4041         * config/alpha/t-vms (shlib_version, SHLIB_EXT, SHLIB_OBJS,
4042         SHLIB_NAME, SHLIB_MULTILIB, SHLIB_INSTALL, SHLIB_SYMVEC,
4043         SHLIB_SYMVECX2, SHLIB_LINK): Remove.
4044         * config/arm/libgcc-bpabi.ver: Move to ../libgcc/config/arm.
4045         * config/arm/t-bpabi (SHLIB_MAPFILES): Remove.
4046         * config/arm/t-netbsd (SHLIB_EXT, SHLIB_NAME, SHLIB_SONAME,
4047         SHLIB_OBJS, SHLIB_LINK, SHLIB_INSTALL): Remove.
4048         * config/arm/t-symbian (SHLIB_LC): Remove.
4049         * config/bfin/libgcc-bfin.ver: Move to
4050         ../libgcc/config/bfin/libgcc-glibc.ver.
4051         * config/bfin/t-bfin-linux (SHLIB_MAPFILES): Remove.
4052         * config/c6x/libgcc-c6xeabi.ver: Move to
4053         ../libgcc/config/c6x/libgcc-eabi.ver.
4054         * config/c6x/t-c6x-elf (SHLIB_MAPFILES): Remove.
4055         * config/cris/libgcc.ver: Move to
4056         ../libgcc/config/cris/libgcc-glibc.ver.
4057         * config/cris/t-linux (SHLIB_MAPFILES): Remove.
4058         * config/frv/libgcc-frv.ver: Move to ../libgcc/config/frv.
4059         * config/frv/t-linux (SHLIB_MAPFILES): Remove.
4060         * config/i386/darwin-libgcc.10.4.ver: Move to
4061         ../libgcc/config/i386/libgcc-darwin.10.4.ver.
4062         * config/i386/darwin-libgcc.10.5.ver: Move to
4063         ../libgcc/config/i386/libgcc-darwin.10.5.ver.
4064         * config/i386/libgcc-glibc.ver: Move to ../libgcc/config/i386.
4065         * config/i386/t-cygming (SHLIB_EXT, SHLIB_IMPLIB, SHLIB_SOVERSION,
4066         SHLIB_SONAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_DIR, SHLIB_SLIBDIR_QUAL)
4067         SHLIB_PTHREAD_CFLAG, SHLIB_PTHREAD_LDFLAG, SHLIB_LINK,
4068         SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MKMAP_OPTS, SHLIB_MAPFILES): Remove.
4069         * config/i386/t-cygwin (SHLIB_LC, SHLIB_EH_EXTENSION,
4070         SHLIB_IMPLIB, SHLIB_SONAME, SHLIB_MKMAP_OPTS): Remove.
4071         * config/i386/t-dlldir, config/i386/t-dlldir-x: Move to
4072         ../libgcc/config/i386.
4073         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: Move to
4074         ../libgcc/config/i386.
4075         * config/i386/t-linux: Move to ../libgcc/config/i386.
4076         * config/i386/t-mingw-pthread: Move to ../libgcc/config/i386.
4077         * config/i386/t-mingw-w32 (SHLIB_LC): Remove.
4078         * config/i386/t-mingw-w64: Likewise.
4079         * config/i386/t-mingw32: Remove.
4080         * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: Move
4081         to ../libgcc/config/ia64.
4082         * config/ia64/t-glibc: Remove.
4083         * config/ia64/t-hpux (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL): Remove.
4084         * config/ia64/t-ia64 (SHLIB_MAPFILES): Remove.
4085         * config/ia64/t-vms (shlib_version, SHLIB_EXT, SHLIB_OBJS,
4086         SHLIB_NAME, SHLIB_MULTILIB, SHLIB_INSTALL, SHLIB_LINK): Remove.
4087         * config/ia64/vms_symvec_libgcc_s.opt: Remove.
4088         * config/m32r/libgcc-glibc.ver: Move to ../libgcc/config/m32r.
4089         * config/m32r/t-linux (SHLIB_MAPFILES): Remove.
4090         * config/m68k/t-slibgcc-elf-ver: Move to ../libgcc/config/m68k.
4091         * config/mips/t-libgcc-mips16 (SHLIB_MAPFILES): Remove.
4092         * config/pa/t-hpux-shlib: Move to ../libgcc/config/pa/t-slibgcc-hpux.
4093         * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver:
4094         Move to ../libgcc/config/pa.
4095         * config/rs6000/darwin-libgcc.10.4.ver: Move to
4096         ../libgcc/config/rs6000/libgcc-darwin.10.4.ver.
4097         * config/rs6000/darwin-libgcc.10.5.ver: Move to
4098         ../libgcc/config/rs6000/libgcc-darwin.10.5.ver.
4099         * config/rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL,
4100         SHLIB_LIBS, SHLIB_MKMAP, SHLIB_NM_FLAGS, AR_FLAGS_FOR_TARGET): Remove.
4101         * config/rs6000/t-aix52: Likewise.
4102         * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: Move to
4103         ../libgcc/config/sh.
4104         * config/sparc/libgcc-sparc-glibc.ver: Move to
4105         ../libgcc/config/sparc/libgcc-glibc.ver.
4106         * config/sparc/t-linux: Move to ../libgcc/config/sparc.
4107         * config/xtensa/t-linux (SHLIB_MAPFILES): Remove.
4108         * config/xtensa/libgcc-xtensa.ver: Move to
4109         ../libgcc/config/xtensa/libgcc-glibc.ver.
4110         * config.gcc (*-*-freebsd*): Replace t-slibgcc-elf-ver with
4111         t-slibgcc in tmake_file.
4112         Remove t-slibgcc-nolc-override for *-*-freebsd[34],
4113         *-*-freebsd[34].* with pthreads.
4114         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu,
4115         *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Replace
4116         t-slibgcc-elf-ver with t-slibgcc in tmake_file.
4117         (*-*-netbsd*): Likewise.
4118         (*-*-solaris2*): Replace t-slibgcc-dummy with t-slibgcc in tmake_file.
4119         (*-*-*vms*): Add t-slibgcc to tmake_file.
4120         (alpha*-*-linux*): Remove alpha/t-linux from tmake_file.
4121         (alpha*-dec-osf5.1*): Replace t-slibgcc-dummy with t-slibgcc in
4122         tmake_file.
4123         (arm*-*-linux*): Remove t-slibgcc-libgcc from tmake_file for
4124         arm*-*-linux-*eabi.
4125         (bfin*-linux-uclibc*): Replace t-slibgcc-dummy with t-slibgcc in
4126         tmake_file.
4127         (crisv32-*-linux*, cris-*-linux*): Likewise.
4128         (hppa*-*-linux*): Remove t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
4129         pa/t-slibgcc-dwarf-ver from tmake_file.
4130         (hppa[12]*-*-hpux10*): Replace pa/t-hpux-shlib with t-slibgcc in
4131         tmake_file.
4132         Remove pa/t-slibgcc-sjlj-ver, pa/t-slibgcc-dwarf-ver from tmake_file.
4133         (hppa*64*-*-hpux11*): Likewise.
4134         (hppa[12]*-*-hpux11*): Likewise.
4135         (i[34567]86-*-darwin*): Replace t-slibgcc-dummy in t-slibgcc in
4136         tmake_file.
4137         (x86_64-*-darwin*): Likewise.
4138         (i[34567]86-*-cygwin*): Remove tmake_eh_file, tmake_dlldir_file.
4139         Add t-slibgcc to tmake_file.
4140         (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
4141         Remove i386/t-mingw32 from tmake_file unless x86_64-w64-*,
4142         i[34567]86-w64-*.
4143         Remove i386/t-mingw-pthread from tmake_file.
4144         (ia64*-*-linux*): Remove ia64/t-glibc from tmake_file.
4145         (ia64*-*-hpux*): Add t-slibgcc to tmake_file.
4146         (ia64-hp-*vms*): Likewise.
4147         (m32r-*-linux*): Replace t-slibgcc-elf-ver with t-slibgcc in
4148         tmake_file.
4149         (m32rle-*-linux*): Likewise.
4150         (m68k-*-linux*): Remove m68k/t-slibgcc-elf-ver from tmake_file.
4151         (microblaze*-linux*): Remove t-slibgcc-elf-ver,
4152         t-slibgcc-nolc-override from tmake_file.
4153         (mips-sgi-irix6.5*): Replace t-slibgcc-dummy with t-slibgcc in
4154         tmake_file.
4155         (powerpc-*-darwin*): Likewise.
4156         (powerpc64-*-darwin*): Likewise.
4157         (powerpc-*-freebsd*): Remove t-slibgcc-libgcc from tmake_file.
4158         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
4159         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
4160         t-slibgcc to tmake_file.
4161         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
4162         (rs6000-ibm-aix5.2.*, powerpc-ibm-aix5.2.*): Likewise.
4163         (rs6000-ibm-aix5.3.*, powerpc-ibm-aix5.3.*): Likewise.
4164         (rs6000-ibm-aix[6789].*, powerpc-ibm-aix[6789].*): Likewise.
4165         (sparc-*-linux*): Remove sparc/t-linux from tmake_file.
4166         (sparc64-*-linux*): Likewise.
4167         (tic6x-*-uclinux): Replace t-slibgcc-elf-ver with t-slibgcc in
4168         tmake_file.
4169         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu,
4170         x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Remove i386/t-linux
4171         from tmake_file.
4173 2011-11-02  Richard Guenther  <rguenther@suse.de>
4175         PR tree-optimization/50902
4176         * tree-vect-stmts.c (vectorizable_load): Properly convert
4177         an invariant initializer element.
4179 2010-11-02  Richard Guenther  <rguenther@suse.de>
4181         PR tree-optimization/50890
4182         * gimple.h (gimple_fold_call): Remove.
4183         * gimple-fold.c (fold_stmt_1): Move all call related code to ...
4184         (gimple_fold_call): ... here.  Make static.  Update the
4185         cannot-inline flag on direct calls.
4186         * ipa-inline.c (early_inliner): Copy the cannot-inline flag
4187         from the statements to the edges.
4189 2011-11-01  Ian Lance Taylor  <iant@google.com>
4191         * godump.c (struct macro_hash_value): Define.
4192         (macro_hash_hashval): New static function.
4193         (macro_hash_eq, macro_hash_del): New static functions.
4194         (go_define): Use macro_hash_value to store values in macro_hash.
4195         Replace an old value on a redefinition.  Don't print anything to
4196         go_dump_file.
4197         (go_undef): Delete the entry from the hash table.
4198         (go_output_typedef): For an enum, use macro_hash_value, and don't
4199         print anything to go_dump_file.
4200         (go_print_macro): New static function.
4201         (go_finish): Traverse macro_hash with go_print_macro.
4202         (dump_go_spec_init): Update macro_hash creation for macro_hash_value.
4204 2011-11-02  Alan Modra  <amodra@gmail.com>
4206         * config/rs6000/rs6000.c (rs6000_code_end): Declare ATTRIBUTE_UNUSED.
4208 2011-11-01  Paolo Carlini  <paolo.carlini@oracle.com>
4210         PR c++/44277
4211         * doc/invoke.texi: Document -Wzero-as-null-pointer-constant.
4213 2011-11-01  Andrew Stubbs  <ams@codesourcery.com>
4215         * config/arm/bpabi.h (BE8_LINK_SPEC): Recognize generic-armv7 tuning.
4217 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
4219         * config/i386/i386.md (splitters for int-float conversion): Use
4220         SUBREG_REG on SUBREGs in splitter constraints.
4222 2011-11-01  Jakub Jelinek  <jakub@redhat.com>
4224         * config/i386/i386-protos.h (ix86_expand_adjust_ufix_to_sfix_si): New
4225         prototype.
4226         * config/i386/i386.c (ix86_expand_adjust_ufix_to_sfix_si): New
4227         function.
4228         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): Use it.
4229         (ssepackfltmode): New mode attr.
4230         (vec_pack_ufix_trunc_<mode>): New expander.
4232 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
4234         PR target/50940
4235         * config/i386/i386.md (floatsi<mode>2_vector_sse_with_temp splitter):
4236         Compare <ssevecmode>mode to V4SFmode, not V4SImode.
4238 2011-11-01  Peter Bergner  <bergner@vnet.ibm.com>
4240         * config.gcc (powerpc*-*-linux*): Add powerpc*-*-linux*ppc476* variant.
4241         * config/rs6000/476.h: New file.
4242         * config/rs6000/476.opt: Likewise.
4243         * config/rs6000/rs6000.h (TARGET_LINK_STACK): New define.
4244         (SET_TARGET_LINK_STACK): Likewise.
4245         (TARGET_ASM_CODE_END): Define.
4246         * config/rs6000/rs6000.c (rs6000_option_override_internal): Enable
4247         TARGET_LINK_STACK for -mtune=476 and -mtune=476fp.
4248         (rs6000_legitimize_tls_address): Emit the link stack preserving GOT
4249         code if TARGET_LINK_STACK.
4250         (rs6000_emit_load_toc_table): Likewise.
4251         (output_function_profiler): Likewise
4252         (macho_branch_islands): Likewise
4253         (machopic_output_stub): Likewise
4254         (get_ppc476_thunk_name): New function.
4255         (rs6000_code_end): Likewise.
4256         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
4257         Convert to a define_expand.
4258         (load_toc_v4_PIC_1_normal): New define_insn.
4259         (load_toc_v4_PIC_1_476): Likewise.
4260         (load_toc_v4_PIC_1b_normal): Likewise.
4261         (load_toc_v4_PIC_1b_476): Likewise.
4263 2011-11-01  Georg-Johann Lay  <avr@gjlay.de>
4265         PR target/50910
4266         * config/avr/avr.opt (-mbranch-cost=): New option.
4267         * config/avr/avr.h (BRANCH_COST): Define to avr_branch_cost.
4268         * config/avr/avr.c (avr_rtx_costs_1): Adjust [U]DIV/[U]MOD costs.
4269         * config/avr/avr.md (*addqi3.lt0, *addhi3.lt0, *addsi3.lt0): New insns.
4270         (*addhi3_zero_extend1): Remove % in constraint of operand 1.
4271         (*addhi3.sign_extend1, *subhi3.sign_extend2): New insns.
4273 2011-11-01  Tom de Vries  <tom@codesourcery.com>
4275         PR tree-optimization/50908
4276         * tree-ssa-tail-merge.c (update_vuses): Now that edges are removed
4277         before update_vuses, test for 1 predecessor rather than two.
4278         (delete_block_update_dominator_info): New function, part of it factored
4279         out of ...
4280         (replace_block_by): Use delete_block_update_dominator_info.  Call
4281         update_vuses after deleting bb1 and updating dominator info, instead of
4282         before.
4284 2011-11-01  David S. Miller  <davem@davemloft.net>
4286         * config/sparc/sparc.c (vector_init_faligndata): New function.
4287         (sparc_expand_vector_init): Use it for V4HImode on VIS1.
4289         * config/sparc/sparc.c (sparc_expand_vcond): New function.
4290         * config/sparc/sparc-protos.h (sparc_expand_vcond): Declare it.
4291         * config/sparc/sparc.md (vcond<mode><mode>): New VIS3 expander.
4292         (vconduv8qiv8qi): Likewise.
4294 2011-11-01  Alexandre Oliva  <aoliva@redhat.com>
4296         PR debug/50869
4297         * cselib.c (cfa_base_preserved_regno): Initialize.
4298         (cselib_expand_value_rtx_1): Don't expand it.
4299         * var-tracking.c (vt_expand_var_loc_chain): Initialize depth.
4300         Check it's only zero if result is NULL.
4302 2011-11-01  Jakub Jelinek  <jakub@redhat.com>
4304         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): New
4305         expander.
4307         * config/i386/sse.md (sseintvecmode): Remove duplicate modes.
4308         (sseintvecmodelower): New mode iterator.
4309         (floatv8siv8sf2, floatunsv4siv4sf2): Macroize into...
4310         (float<sseintvecmodelower><mode>2): ... this using VF1 iterator.
4311         (floatunsv4siv4sf2): Macroize into...
4312         (floatuns<sseintvecmodelower><mode>2): ... this using VF1 iterator.
4314 2011-10-31  David S. Miller  <davem@davemloft.net>
4316         * config/sparc/sparc.md (cmask patterns): Allow zero operand.
4318         * dwarf2out.c (cached_next_real_insn): New.
4319         (dwarf2out_end_epilogue): Set it to NULL_RTX.
4320         (dwarf2out_var_location): Remove cached_next_real_insn local static.
4322 2011-10-31  Richard Henderson  <rth@redhat.com>
4324         * config/i386/sse.md (floatv8siv8sf2): Rename from avx_cvtdq2ps256.
4325         (floatv4siv4sf2): Rename from sse2_cvtdq2ps.
4326         (floatunsv4siv4sf2): Rename from sse2_cvtudq2ps.
4327         (fix_truncv8sfv8si2): Rename from avx_cvttps2dq256.
4328         (fix_truncv4sfv4si2): Rename from sse2_cvttps2dq.
4329         (floatv4siv4df2): Rename from avx_cvtdq2pd256.
4330         (fix_truncv4dfv4si2): Rename from avx_cvttpd2dq256.
4331         (vec_unpacku_float_hi_v8si): Update for insn pattern name changes.
4332         * config/i386/i386.md (splitters for int-float conversion): Likewise.
4333         * config/i386/i386.c (ix86_split_convert_uns_si_sse): Likewise.
4334         (bdesc_args): Likewise.
4335         (enum ix86_builtins) [IX86_BUILTIN_CVTUDQ2PS]: Remove.
4336         (ix86_vectorize_builtin_conversion): Remove.
4337         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.
4339 2011-10-31  Martin Jambor  <mjambor@suse.cz>
4341         * ipa-prop.c (mark_modified): Moved up in the file.
4342         (is_parm_modified_before_call): Renamed to
4343         is_parm_modified_before_stmt, moved up in the file.
4344         (load_from_unmodified_param): New function.
4345         (compute_complex_assign_jump_func): Also attempt to create pass
4346         through jump functions for values loaded from (addressable)
4347         parameters.
4349 2011-10-31  Jakub Jelinek  <jakub@redhat.com>
4351         * tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def
4352         in a loop and has different type from op0, cast it to op0's type
4353         before the loop first.  For slp give up.  Don't crash if op1_vectype
4354         is NULL.
4356 2011-10-31  Paul Brook  <paul@codesourcery.com>
4358         * cgraphunit.c: Don't mark clones as static constructors.
4360 2011-10-31  David Edelsohn  <dje.gcc@gmail.com>
4362         * gcc-ar: Do not include stdio.h.
4364 2011-10-31  Diego Novillo  <dnovillo@google.com>
4366         * tree-streamer-out.c (pack_ts_base_value_fields): Emit
4367         TYPE_ADDR_SPACE.
4368         * tree-streamer-in.c (unpack_ts_base_value_fields): Read
4369         TYPE_ADDR_SPACE.
4371 2011-10-30  David S. Miller  <davem@davemloft.net>
4373         * config/sparc/sparc.c (vector_init_bshuffle): New function.
4374         (vector_init_fpmerge): New function.
4375         (sparc_expand_vector_init): Use them to improve non-const cases.
4377         * dwarf2out.c (dwarf2out_var_location): When processing several
4378         consecutive location notes, cache the result of next_real_insn().
4380 2011-10-30  Uros Bizjak  <ubizjak@gmail.com>
4382         * config/i386/i386.md (avx2_vec_dup<mode>): Macroize insn from
4383         avx2_vec_dup{v8sf,v4sf} using VF1 mode iterator.
4384         (vec_dupv4sf): Remove expander.
4385         (vec_dupv4sf): Merge from *vec_dupv4sf and *vec_dupv4sf_avx.
4386         (vec_dupv2df): Remove expander.
4387         (vec_dupv2df): Merge from *vec_dupv2df and *vec_dupv2df_sse3.
4388         (*vec_concatv2df): Merge *vec_concatv2df_sse3.
4389         (*vec_dupv4si): Merge *vec_dupv4si_avx.
4390         (*vec_dupv2di): Merge *vec_dupv2di_sse3.
4392 2011-10-30  Dmitry Plotnikov  <dplotnikov@ispras.ru>
4394         * tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.
4395         * optabs.c (supportable_convert_operation): New function.
4396         * optabs.h (supportable_convert_operation): New prototype.
4397         * tree-vect-stmts.c (vectorizable_conversion): Change condition and
4398         behavior for NONE modifier case.
4399         * tree.h (VECTOR_INTEGER_TYPE_P): New macro.
4401 2011-10-30  Jakub Jelinek  <jakub@redhat.com>
4403         * tree-vectorizer.h (NUM_PATTERNS): Bump to 9.
4404         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): New
4405         function.
4406         (vect_vect_recog_func_ptrs): Add it.
4408 2011-10-30  David S. Miller  <davem@davemloft.net>
4410         * reorg.c (label_before_next_insn): New function.
4411         (relax_delay_slots): Use it instead of prev_label.
4412         * rtl.h (prev_label): Delete declaration.
4413         * emit-rtl.c (prev_label): Remove.
4415 2011-10-30  Revital Eres  <revital.eres@linaro.org>
4417         * modulo-sched.c (generate_prolog_epilog): Mark prolog and epilog
4418         as BB_DISABLE_SCHEDULE.
4419         (mark_loop_unsched): New function.
4420         (sms_schedule): Call it.
4422 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4424         PR target/50617
4425         * config/pa/protos.h (attr_length_save_restore_dltp): Delete.
4426         (cmpib_comparison_operator): Likewise.
4427         (following_cal, output_and, output_ior, output_move_double,
4428         output_fp_move_double, output_block_move, output_block_clear,
4429         output_cbranch, output_lbranch, output_bb, output_bvb, output_dbra,
4430         output_movb, output_parallel_movb, output_parallel_addb, output_call,
4431         output_indirect_call, output_millicode_call, output_mul_insn,
4432         output_div_insn, output_mod_insn, singlemove_string,
4433         output_arg_descriptor, output_global_address, print_operand,
4434         legitimize_pic_address, hppa_encode_label, symbolic_expression_p,
4435         fmpyaddoperands, fmpysuboperands, emit_bcond_fp, emit_move_sequence,
4436         emit_hpdiv_const, is_function_label_plus_const, jump_in_call_delay,
4437         hppa_fpstore_bypass_p, attr_length_millicode_call, attr_length_call,
4438         attr_length_indirect_call, return_addr_rtx, function_arg_padding,
4439         insn_refs_are_delayed, get_deferred_plabel, ldil_cint_p, zdepi_cint_p,
4440         output_ascii, compute_frame_size, and_mask_p, cint_ok_for_move,
4441         hppa_expand_prologue, hppa_expand_epilogue, ior_mask_p,
4442         compute_zdepdi_operands, output_64bit_and, output_64bit_ior,
4443         reloc_needed, magic_milli, shadd_constant_p): Consistently prefix
4444         exported functions and variables with "pa_".
4445         * config/pa/predicates.md: Likewise.
4446         * config/pa/pa64-hpux.h: likewise.
4447         * config/pa/som.h: Likewise.
4448         * config/pa/elf.h: Likewise.
4449         * config/pa/pa64-linux.h: Likewise.
4450         * config/pa/pa.md: Likewise.
4451         * config/pa/pa.c: Likewise.
4452         * config/pa/pa-linux.h: Likewise.
4453         * config/pa/pa.h: Likewise.
4454         * config/pa/constraints.md: Likewise.
4456 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
4458         * config/i386/i386.md (xop_sha<mode>3): Rename from xop_ashl<mode>3.
4459         Update all uses.
4460         (xop_shl<mode>3): Rename from xop_lshl<mode>3.  Update all uses.
4461         * config/i386/i386.c: Update all uses.
4463 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
4465         * config/i386/i386.md (lshlv16qi3): Remove expander.
4466         (lshrv16qi3): New expander.
4467         (<shift_insn>v16qi3): Macroize expander from ashrv16qi3 and lshrv16qi3
4468         using any_shiftrt code iterator. Cleanup.
4469         (ashlv16qi3): Cleanup.
4470         (ashrv2di3): Ditto.
4472 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4474         PR target/50691
4475         * config/pa/pa.c (emit_move_sequence): Legitimize TLS symbol
4476         references.
4477         (pa_legitimate_constant_p): Return false for TLS_MODEL_GLOBAL_DYNAMIC
4478         and TLS_MODEL_LOCAL_DYNAMIC symbol references.
4480 2011-10-29  Georg-Johann Lay  <avr@gjlay.de>
4482         PR target/50887
4483         * config/avr/avr.opt (-maccumulate-args): New option.
4484         * config/avr/avr.h (STARTING_FRAME_OFFSET): Redefine to
4485         avr_starting_frame_offset.
4486         (ACCUMULATE_OUTGOING_ARGS): Define to avr_accumulate_outgoing_args.
4487         * config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): Remove.
4488         (UNSPECV_WRITE_SP_IRQ_OFF): Remove.
4489         (UNSPECV_WRITE_SP): New constant.
4490         (*addhi3_sp_R): Rewrite to...
4491         (*addhi3_sp): ...this new insn.
4492         (movhi_sp_r_irq_off, movhi_sp_r_irq_on): Combine to...
4493         (movhi_sp_r): ...this new insn.
4494         * config/avr/avr-protos.h (avr_accumulate_outgoing_args): New.
4495         (avr_starting_frame_offset): New.
4496         * config/avr/avr.c (avr_accumulate_outgoing_args): New function.
4497         (avr_starting_frame_offset): New function.
4498         (avr_outgoing_args_size): New static function.
4499         (avr_initial_elimination_offset): Use it.
4500         (avr_simple_epilogue): Use it.
4501         (avr_asm_function_end_prologue): Use it.
4502         (expand_epilogue): Use it.
4503         (expand_prologue): Use it.  Break out code to...
4504         (avr_prologue_setup_frame): ...this new static function.
4505         (avr_can_eliminate): Allow eliminating to frame pointer if there
4506         is one.
4507         (avr_frame_pointer_required_p): Use frame pointer if target has a
4508         nonlocal label.
4509         * config/avr/constraints.md (R): Remove.
4510         (Csp): New constraint.
4511         * config/avr/predicates.md (avr_sp_immediate_operand): Use it.
4513 2011-10-29  Andi Kleen  <ak@linux.intel.com>
4515         * gcc-ar.c (target_machine): Add.
4517 2011-10-29  Anatoly Sokolov  <aesok@post.ru>
4519         * config/cris/cris.c (reg_ok_for_base_p, reg_ok_for_index_p,
4520         cris_constant_index_p, cris_base_p, cris_index_p,
4521         cris_base_or_autoincr_p, cris_bdap_index_p, cris_biap_index_p,
4522         cris_legitimate_address_p): New functions.
4523         (TARGET_LEGITIMATE_ADDRESS_P): Define.
4524         (cris_pic_symbol_type, cris_valid_pic_const): Change arguments type
4525         from rtx to const_rtx.
4526         (cris_print_operand_address, cris_address_cost,
4527         cris_side_effect_mode_ok):  Use
4528         cris_constant_index_p, cris_base_p, cris_base_or_autoincr_p,
4529         cris_biap_index_p and cris_bdap_index_p.
4530         * config/cris/cris.h (CONSTANT_INDEX_P, BASE_P, BASE_OR_AUTOINCR_P,
4531         BDAP_INDEX_P, BIAP_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
4532         REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
4533         (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_R, EXTRA_CONSTRAINT_T): Use
4534         cris_constant_index_p, cris_base_p, cris_base_or_autoincr_p,
4535         cris_biap_index_p and cris_bdap_index_p.
4536         * config/cris/cris.md (moversideqi movemsideqi peephole2): Use
4537         cris_base_p.
4538         * config/cris/cris-protos.h (cris_constant_index_p, cris_base_p,
4539         cris_base_or_autoincr_p, cris_bdap_index_p, cris_biap_index_p): New
4540         prototype.
4541         (cris_pic_symbol_type, cris_valid_pic_const): Update prototype.
4543 2011-10-21  Andi Kleen  <ak@linux.intel.com>
4545         * ggc-page (PAGE_ALIGN): Add.
4546         (alloc_page, ggc_pch_total_size, ggc_pch_this_base, ggc_pch_read):
4547         Replace ROUND_UP with PAGE_ALIGN.
4549 2011-10-20  Andi Kleen  <ak@linux.intel.com>
4551         * ggc-page (alloc_anon): Add check argument.
4552         (alloc_page): Add fallback to 1 page allocation.
4553         Adjust alloc_anon calls to new argument.
4555 2011-10-18  Andi Kleen  <ak@linux.intel.com>
4557         * ggc-page (release_pages): First free large continuous
4558         chunks in the madvise path.
4560 2011-10-18  Andi Kleen  <ak@linux.intel.com>
4562         * ggc-page.c (alloc_pages): Always round up entry_size.
4564 2011-10-19  Andi Kleen  <ak@linux.intel.com>
4566         * Makefile.in (MOSTLYCLEANFILES): Add gcc-ar/nm/ranlib.
4567         (native): Add gcc-ar, gcc-nm, gcc-ranlib.
4568         (AR_LIBS, gcc-ar, gcc-ar.o, gcc-ranlib, gcc-ranlib.o,
4569         gcc-nm, gcc-nm.o, gcc-ranlib.c, gcc-nm.c): Add.
4570         (install): Depend on install-gcc-ar.
4571         (install-gcc-ar): Add.
4572         (uninstall): Uninstall gcc-ar, gcc-nm, gcc-ranlib.
4573         * gcc-ar.c: Add new file.
4575 2011-10-28  Pat Haugen <pthaugen@us.ibm.com>
4577         * config/rs6000/rs6000.md (define_attr "type"): Add vecdouble.
4578         * config/rs6000/vsx.md (VStype_simple, VStype_mul): Use vecdouble
4579         type for V2DF.
4580         (VStype_div): Use vector types for V2DF/V4SF.
4581         (VStype_sqrt): Use *sqrt types.
4582         (VS_spdp_type): Change type to vecdouble.
4583         (*vsx_fmav2df4, *vsx_nfmsv2df4, vsx_xvcvdpsxws, vsx_xvcvdpuxws,
4584         vsx_xvcvuxdsp, vsx_xvcvsxwdp, vsx_xvcvuxwdp, vsx_xvcvspsxds,
4585         vsx_xvcvspuxds): Likewise.
4586         (*vsx_fms<mode>4): Set type via <VStype_mul>.
4587         (*vsx_eq_<mode>_p, *vsx_gt_<mode>_p, *vsx_ge_<mode>_p): Set type via
4588         <VStype_simple>.
4589         * config/rs6000/power7.md (power7-vecstore): Correct VSU pipe.
4590         (power7-fpcompare, power7-sdiv, power7-ddiv, power7-sqrt,
4591         power7-dsqrt): Correct insn latency.
4592         (power7-vecsimple): Add veccmp type and correct dispatch/VSU values.
4593         (power7-veccmp): Delete.
4594         (power7-vecfloat): Correct latency/dispatch/VSU values.
4595         (define_bypass "power7-vecfloat"): Correct latency and types.
4596         (power7-veccomplex, power7-vecperm): Correct dispatch/VSU values.
4597         (power7-vecdouble, power7-vecfdiv, power7-vecdiv): New.
4599 2011-10-28  Uros Bizjak  <ubizjak@gmail.com>
4601         * config/i386/i386.md (shift_insn): Rename code attribute from
4602         shiftrt_insn.  Also handle ashift RTX.
4603         (shift): Rename code attribute from shiftrt.  Also handle ashift RTX.
4604         (vshift): New code attribute.
4605         (<shift_insn>*): Rename from <shiftrt_insn>*. Update asm templates.
4606         (any_lshift): Move and rename code iterator from ...
4607         * config/i386/sse.md (lshift): ... here.
4608         (lshift_insn): Remove code attribute.
4609         (lshift): Remove code attribute.
4610         (vlshr<mode>3): Use lshiftrt RTX.
4611         (vashr<mode>3, ashrv16qi3, ashrv2di3): Use ashiftrt RTX.
4612         (vashl<mode>3, ashlv16qi3): Use ashift RTX.
4613         (avx2_<lshift>v<mode>): Rename from avx2_<shift_insn>v<mode>.  Use
4614         any_lshift code iterator.  Update asm template.
4615         (<shift_insn><mode>3): Macroize insn from lshr<mode>3 and ashl<mode>3
4616         usign any_lshift code iterator.
4617         * config/i386/mmx.md (mmx_<shift_insn><mode>3): Macroize insn from
4618         mmx_lshr<mode>3 and mmx_ashl<mode>3 usign any_lshift code iterator.
4619         * config/i386/i386.c (bdesc_args) <__builtin_ia32_psll>: Update.
4621 2011-10-28  Georg-Johann Lay  <avr@gjlay.de>
4623         PR target/49313
4624         * config/avr/avr.md (parityhi2): Expand allowing pseudos.
4625         (*parityhi2): New pre-reload insn-and-split to map 16-bit parity
4626         to the libgcc insn.
4627         (*parityqihi2): Same for 8-bit parity.
4629 2011-10-28  Julian Brown  <julian@codesourcery.com>
4631         PR rtl-optimization/47918
4632         * reload1.c (set_initial_label_offsets): Use initial offsets
4633         for labels on the nonlocal_goto_handler_labels chain.
4635 2011-10-28  Iain Sandoe  <iains@gcc.gnu.org>
4637         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
4638         Move darwin-fpsave.asm from here to ... LIB2FUNCS_EXTRA.
4639         (LIB2FUNCS_EXTRA):  Add darwin-gpsave.asm.
4640         (TARGET_LIBGCC2_CFLAGS): Ensure that fPIC and -pipe are inherited from
4641         config/t-darwin.
4642         * config/rs6000/darwin.h (FP_SAVE_INLINE): Adjust to enable.
4643         (GP_SAVE_INLINE): Likewise.
4644         (SAVE_FP_PREFIX,  SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
4645         RESTORE_FP_SUFFIX): Set to empty strings.
4646         * config/rs6000/rs6000.c (rs6000_savres_strategy): Implement for Darwin.
4647         (debug_stack_info): Print savres_strategy.
4648         (rs6000_savres_routine_name): Implement for Darwin.
4649         (rs6000_make_savres_rtx): Adjust used register for Darwin.
4650         (rs6000_emit_prologue): Implement out-of-line saves for Darwin.
4651         (rs6000_output_function_prologue): Don't emit .extern for Mach-O.
4652         (rs6000_emit_epilogue): Implement out-of-line saves for Darwin.
4653         * config/rs6000/darwin-gpsave.asm: New file.
4655 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
4657         * config/i386/sse.md (VI4SD_AVX2): Removed.
4658         (VI48_AVX2, VI128_128, VI48_128, VI48_256): New mode iterators.
4659         (vashl<mode>3): Use VI12_128 iterator instead of VI124_128.
4660         Add another expander using VI48_128 iterator for
4661         TARGET_AVX2 || TARGET_XOP and another using VI48_256 iterator
4662         for TARGET_AVX2.
4663         (vlshr<mode>3): Likewise.  Change register_operand predicate to
4664         nonimmediate_operand on last operand in the VI12_128 expander.
4665         (vashr<mode>3): Use VI128_128 iterator instead of VI124_128.
4666         (vashrv4si3, vashrv8si3): New expanders.
4667         (avx2_ashrvv8si, avx2_ashrvv4si, avx2_<lshift>vv8si,
4668         avx2_<lshift>vv2di): Removed.
4669         (avx2_ashrv<mode>): New insn with VI4_AVX2 iterator.
4670         (avx2_<lshift>v<mode>): Macroize using VI48_AVX2
4671         iterator.  Simplify pattern.
4673 2010-10-28  Richard Guenther  <rguenther@suse.de>
4675         PR driver/50876
4676         * lto-wrapper.c (get_options_from_collect_gcc_options):
4677         Properly count arguments.
4678         (run_gcc): Use an obstack to collect argv, properly separate
4679         switches and their arguments.
4681 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
4683         * tree-vect-stmts.c (vectorizable_shift): Give up if op1 has different
4684         vector mode from vectype's mode.
4686 2011-10-28  Chung-Lin Tang  <cltang@codesourcery.com>
4688         PR rtl-optimization/49720
4689         * simplify-rtx.c (simplify_relational_operation_1): Detect
4690         infinite recursion condition in "(eq/ne (plus x cst1) cst2)
4691         simplifies to (eq/ne x (cst2 - cst1))" case.
4693 2011-10-27  David S. Miller  <davem@davemloft.net>
4695         * config/sparc/sparc.md (snedi_special): Only match when not VIS3.
4696         (*snedi_zero): Likewise.
4697         (*snedi_zero_trunc): Likewise.
4698         (snedi_special_vis3): New expander.
4699         (*snedi_zero_vis3): New insn.
4700         (*snedi_zero_trunc_vis3): Likewise.
4701         (*sltu_insn_vis3): Likewise.
4702         (*sltu_insn_vis3_trunc): Likewise.
4703         (addxc): Likewise.
4704         (*addxc_trunc_sp64_vis3): Likewise.
4705         * config/sparc/sparc.c (emit_scc_insn): When VIS3 use the
4706         gen_snedi_special_vis3 expander, and try GTU/LTU addx based
4707         sequences on DImode values.
4709         * config/sparc/sparc.md (64-bit vector moves): Use 'e' not 'f'
4710         constraint.
4712         * regcprop.c (copyprop_hardreg_forward_1): Reject the
4713         transformation when we narrow the mode on big endian.
4715 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
4717         * config/i386/sse.md (avx_cvtpd2dq256_2, avx_cvttpd2dq256_2,
4718         vec_pack_sfix_trunc_v4df, vec_pack_sfix_v4df): New expanders.
4719         (*avx_cvtpd2dq256_2, *avx_cvttpd2dq256_2): New insns.
4721         * config/i386/i386.c (ix86_print_operand): Handle 'q' and 'x'
4722         overrides for -masm=intel memory.
4723         * config/i386/sse.md (sse2_cvtdq2pd, sse2_cvtps2pd,
4724         sse4_1_<code>v8qiv8hi2, avx2_<code>v8qiv8si2,
4725         sse4_1_<code>v4hiv4si2, avx2_<code>v4hiv4di2,
4726         sse4_1_<code>v2siv2di2): Use %q1 instead of %1 for -masm=intel.
4727         (sse4_1_<code>v4qiv4si2, avx2_<code>v4qiv4di2,
4728         sse4_1_<code>v2hiv2di2): Use %k1 instead of %1 for -masm=intel.
4729         (sse4_1_<code>v2qiv2di2): Use %w1 instead of %1 for -masm=intel.
4731 2011-10-27  Martin Jambor  <mjambor@suse.cz>
4733         * ipa-prop.c (compute_pass_through_member_ptrs): Rename parm_info
4734         to parm_ainfo.
4735         (ipa_compute_jump_functions_for_edge): Likewise.
4736         (ipa_compute_jump_functions): Likewise.
4737         (ipa_analyze_indirect_call_uses): Likewise.
4738         (ipa_analyze_call_uses): Likewise.
4739         (ipa_analyze_params_uses): Likewise.
4740         (ipa_analyze_node): Likewise.
4742 2011-10-27  Uros Bizjak  <ubizjak@gmail.com>
4744         PR target/50875
4745         * config/i386/sse.md (*avx_unpcklpd256): Remove extra insn
4746         constraints.  Change alternative 1 to "x,m,1".
4748 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
4750         * Makefile.in (build/gencheck.o): Depend on tree.def and
4751         c-family/c-common.def.
4753         * tree-ssa-strlen.c: Include expr.h.
4754         (get_stridx): Don't use c_strlen, instead use string_constant
4755         and compute string length from it.
4756         * Makefile.in (tree-ssa-strlen.o): Depend on $(EXPR_H).
4758 2011-10-27  Eric Botcazou  <ebotcazou@adacore.com>
4760         PR rtl-optimization/46603
4761         PR bootstrap/50879
4762         * reload.c (push_reload): In the out case, restore previous behavior
4763         for subregs that don't have word mode.
4765 2011-10-27  Ian Lance Taylor  <iant@google.com>
4767         * cppdefault.c: Undef NATIVE_SYSTEM_HEADER_DIR if
4768         CROSS_DIRECTORY_STRUCTURE is defined and TARGET_SYSTEM_ROOT is not.
4769         (cpp_include_defaults): Only use NATIVE_SYSTEM_HEADER_DIR if it is
4770         defined.
4772 2011-10-27  Richard Henderson  <rth@redhat.com>
4774         * optabs.c (expand_vec_perm): Use the correct mode for scaling the
4775         selector.  Save the qimode constant selector for later use by the
4776         qimode vec_perm pattern.
4778 2011-10-27  Bernd Schmidt  <bernds@codesourcery.com>
4780         * config/c6x/c6x.c (unit_req_imbalance, res_mii): Cast the first arg
4781         to unit_req_factor to the right enum type.
4782         (get_unit_operand_masks, reshuffle_units, try_rename_operands,
4783         hwloop_optimize): Remove unused variables.
4785 2010-10-27  Richard Guenther  <rguenther@suse.de>
4787         PR middle-end/50731
4788         * tree-vect-generic.c (do_binop): Handle scalar operands.
4790 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
4792         PR target/37191
4793         * config/i386/sse.md (*vec_extract_v4sf_mem): Avoid combining registers
4794         from different units in a single alternative.
4796 2011-10-26  David S. Miller  <davem@davemloft.net>
4798         * config/sparc/sparc.c (emit_scc_insn): Force attempt of v9 sequences
4799         if we're comparing DImode and comparison is other than EQ or NE.
4801         * config/sparc/sparc.c (emit_scc_insn): Do not try v9 sequences until
4802         LEU/LTU/GEU/GTU is attempted.
4803         * config/sparc/sparc.md (*neg_snesi_sign_extend): New 64-bit insn
4804         and split.
4805         (*neg_seqsi_sign_extend): Likewise.
4806         (*sltu_extend_sp64, *neg_sltu_extend_sp64, *sgeu_extend_sp64,
4807         *neg_sgeu_extend_sp64): New insns.
4809         * config/sparc/sparc-protos.h (sparc_expand_conditional_move): Declare.
4810         * config/sparc/sparc.md (mov<I:mode>cc, mov<F:mode>cc): Call it.
4811         (*mov<I:mode>_cc_v9): Normalize to expect operand 0 always in operand 4.
4812         (*mov<I:mode>_cc_reg_sp64): Likewise.
4813         (*movsf_cc_v9): Likewise.
4814         (*movsf_cc_reg_sp64): Likewise.
4815         (*movdf_cc_v9): Likewise.
4816         (*movdf_cc_reg_sp64): Likewise.
4817         (*movtf_cc_hq_v9): Likewise.
4818         (*movtf_cc_reg_hq_sp64): Likewise.
4819         (*movtf_cc_v9): Likewise.
4820         (*movtf_cc_reg_sp64): Likewise.
4821         * config/sparc/sparc.c (sparc_expand_conditional_move): New function.
4822         (sparc_print_operand): Delete 'c' and 'd' handling, no longer used.
4824 2011-10-26  Eric Botcazou  <ebotcazou@adacore.com>
4826         * reload.c (reload_inner_reg_of_subreg): Change type of return value
4827         and type of OUTPUT parameter to bool and adjust.  Document MODE and
4828         OUTPUT parameters.  Use HARD_REGISTER_P.  Reorder final condition
4829         and improve associated comment.
4830         (push_reload): Clarify and update comments about reloading of subregs.
4831         Adjust calls to reload_inner_reg_of_subreg.  Compute the class upfront
4832         for the reloading of subregs in the out case as well.
4834 2011-10-26  Alexandre Oliva  <aoliva@redhat.com>
4836         PR debug/50826
4837         * var-tracking.c (rtx_debug_expr_p): New.
4838         (use_type): Don't use debug exprs to track non-VTA variables.
4840 2011-10-26  Jeff Law  <law@redhat.com>
4842         * doc/invoke.texi (sink-frequency-threshold): Document.
4843         * tree-ssa-sink.c: Include params.h.
4844         (select_best_block): New function.
4845         (statement_sink_location): Use it.
4846         * params.def (SINK_FREQUENCY_THRESHOLD): New PARAM.
4848 2011-10-26  Iain Sandoe  <iains@gcc.gnu.org>
4850         PR target/48108
4851         * config/darwin.c (top level): Amend comments concerning LTO output.
4852         (lto_section_num): New variable.  (darwin_lto_section_e): New GTY.
4853         (LTO_SECTS_SECTION, LTO_INDEX_SECTION): New.
4854         (LTO_NAMES_SECTION): Rename.
4855         (darwin_asm_named_section): Record LTO section counts and switches
4856         in a vec of darwin_lto_section_e.
4857         (darwin_file_start): Remove unused code.
4858         (darwin_file_end): Put an LTO section termination label.  Handle
4859         output of the wrapped LTO sections, index and names table.
4861 2011-10-26  Alan Modra  <amodra@gmail.com>
4863         * config/rs6000/rs6000.c (rs6000_make_savres_rtx): Delete unneeded
4864         declaration.
4865         (rs6000_emit_stack_reset): Only return insn emitted when it adjusts sp.
4866         (rs6000_make_savres_rtx): Rename to rs6000_emit_savres_rtx.  Use
4867         simple_return in pattern, emit instruction, and set jump_label.
4868         (rs6000_emit_prologue): Update for rs6000_emit_savres_rtx.  Use
4869         simple_return rather than return.
4870         (emit_cfa_restores): New function.
4871         (rs6000_emit_epilogue): Emit cfa_restores when flag_shrink_wrap.
4872         Add missing cfa_restores for SAVE_WORLD.  Add missing LR cfa_restore
4873         when using out-of-line gpr restore.  Add missing LR and FP regs
4874         cfa_restores for out-of-line fpr restore.  Consolidate code setting
4875         up cfa_restores.  Formatting.  Use LR_REGNO define.
4876         (rs6000_output_mi_thunk): Use simple_return rather than return.
4877         * config/rs6000/rs6000.md (sibcall*, sibcall_value*): Likewise.
4878         (return_internal*): Likewise.
4879         (any_return, return_pred, return_str): New iterators.
4880         (return, conditional return insns): Provide both return and
4881         simple_return variants.
4882         * config/rs6000/rs6000.h (EARLY_R12, LATE_R12): Define.
4883         (REG_ALLOC_ORDER): Move r12 before call-saved regs when FIXED_R13.
4884         Move r11 and r0 later to suit shrink-wrapping.
4886 2011-10-26  Richard Guenther  <rguenther@suse.de>
4888         * lto-wrapper.c (run_gcc): Properly init/free obstack.
4890 2011-10-26  Jakub Jelinek  <jakub@redhat.com>
4892         * config/i386/i386.md (UNSPEC_VSIBADDR): New.
4893         * config/i386/predicates.md (vsib_address_operand,
4894         vsib_mem_operator): New predicates.
4895         * config/i386/i386.c (ix86_print_operand_address): Handle
4896         UNSPEC_VSIBADDR addresses.
4897         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>,
4898         avx2_gatherdi<mode>256): Adjust expanders to use MEM with
4899         UNSPEC_VSIBADDR address.
4900         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>, *avx2_gatherdi<mode>256):
4901         Adjust insns to use MEM with UNSPEC_VSIBADDR address.
4903 2011-10-26  Tom de Vries  <tom@codesourcery.com>
4905         PR tree-optimization/50763
4906         * tree-ssa-tail-merge.c (replace_block_by): Update vops if phi_vuse1 or
4907         phi_vuse2 is NULL_TREE only if bb1 dominates or is dominated by bb2.
4909 2011-10-26  Richard Guenther  <rguenther@suse.de>
4911         PR lto/41844
4912         * Makefile.in (lto-wrapper): Depend on and link against opts-common.o.
4913         (lto-wrapper.o): Depend on $(OPTS_H) and $(OPTIONS_H).
4914         * lto-wrapper.c (get_options_from_collect_gcc_options): New function.
4915         (run_gcc): Use it.  Filter out language specific options.
4917 2011-10-26  Andreas Tobler  <andreast@fgznet.ch>
4919         * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the
4920         32-bit target does.
4922 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
4924         PR driver/46617
4925         * gcc.c (main): Fix fatal_error string for translation.
4927 2011-10-25  Ian Lance Taylor  <iant@google.com>
4929         * tree-eh.c (do_return_redirection): Remove return_value_p
4930         parameter.  Change all callers.
4931         (lower_try_finally_nofallthru): Remove local return_val.
4932         (lower_try_finally_onedest): Likewise.
4933         (lower_try_finally_copy): Likewise.
4934         (lower_try_finally_switch): Likewise.
4936 2011-10-25  H.J. Lu  <hongjiu.lu@intel.com>
4938         * config/i386/mmx.md (*mmx_maskmovq): Replace :SI with :P and
4939         remove "&& !TARGET_64BIT"
4940         (*mmx_maskmovq_rex): Removed.
4942 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4944         PR rtl-optimization/46603
4945         * reload.c (push_reload): In the out case, reload the subreg as well
4946         as the reg if it has word mode.
4948 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4950         * dwarf2out.c (add_gnat_descriptive_type_attribute): Temporarily
4951         suppress debug info for the parent type.
4953 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4955         * config/ia64/ia64.c (ia64_profile_hook): Fix thinko.
4957 2011-10-25  Richard Henderson  <rth@redhat.com>
4959         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Remove.
4960         (vec_extract_even<mode>, vec_extract_odd<mode>): Remove.
4962         * config/rs6000/altivec.md (vec_extract_evenv8hi,
4963         vec_extract_evenv16qi, vec_extract_oddv4si,
4964         vec_extract_oddv4sf): Remove.
4966         * config/spu/spu.md (vec_extract_evenv4si, vec_extract_evenv4sf,
4967         vec_extract_evenv8hi, vec_extract_evenv16qi, vec_extract_oddv4si,
4968         vec_extract_oddv4sf, vec_extract_oddv8hi, vec_extract_oddv16qi,
4969         vec_interleave_highv4sf, vec_interleave_lowv4sf,
4970         vec_interleave_highv4si, vec_interleave_lowv4si,
4971         vec_interleave_highv8hi, vec_interleave_lowv8hi,
4972         vec_interleave_highv16qi, vec_interleave_lowv16qi): Remove.
4974         * expr.c (expand_expr_real_2) [VEC_EXTRACT_EVEN_EXPR]: Use binop.
4975         [VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR]: Likewise.
4976         [VEC_INTERLEAVE_LOW_EXPR]: Likewise.
4977         * optabs.c (expand_binop): Implement vec_interleave_high_optab,
4978         vec_interleave_low_optab, vec_extract_even_optab,
4979         vec_extract_odd_optab with expand_vec_perm.
4980         (can_vec_perm_for_code_p): New.
4981         * optabs.h: Update.
4982         * tree-vect-data-refs.c (vect_strided_store_supported): Allow for
4983         fallback via can_vec_perm_for_code_p.
4984         (vect_strided_load_supported): Likewise.
4985         * tree-vect-generic.c (expand_vector_operations_1): Never lower
4986         VEC_INTERLEAVE_HIGH_EXPR, VEC_INTERLEAVE_LOW_EXPR,
4987         VEC_EXTRACT_EVEN_EXPR, VEC_EXTRACT_ODD_EXPR.
4989         * target.def (vec_perm_const_ok): Change parameters to mode and
4990         array of indicies.
4991         * doc/tm.texi: Rebuild.
4992         * config/i386/i386.c (ix86_vectorize_vec_perm_const_ok): Change
4993         parameters to mode and array of indicies.
4994         * expr.c (expand_expr_real_2) [VEC_PERM_EXPR]: Expand operands here.
4995         * optabs.c (can_vec_perm_p): Rename from can_vec_perm_expr_p.
4996         Change parameters to mode and array of indicies.
4997         (expand_vec_perm_1): Rename from expand_vec_perm_expr_1.
4998         (expand_vec_perm): Rename from expand_vec_perm_expr.  Change
4999         parameters to mode and rtx inputs.  Try lowering to QImode
5000         vec_perm_const before trying fully variable permutation.
5001         * optabs.h: Update decls.
5002         * tree-vect-generic.c (lower_vec_perm): Extract array of indices from
5003         VECTOR_CST to pass to can_vec_perm_p.
5004         * tree-vect-slp.c (vect_get_mask_element): Change mask parameter type
5005         from int pointer to unsigned char pointer.
5006         (vect_transform_slp_perm_load): Update for change to can_vec_perm_p.
5007         * tree-vect-stmts.c (perm_mask_for_reverse): Likewise.
5009         * tree.def (VEC_EXTRACT_EVEN_EXPR): Fix typo in text name.
5010         (VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR,
5011         VEC_INTERLEAVE_LOW_EXPR): Likewise.
5013 2011-10-25  Mike Stump  <mikestump@comcast.net>
5015         * reload.c (regno_clobbered_p): Fix typo.
5017 2011-10-25  Dodji Seketeli  <dodji@redhat.com>
5019         * input.c (expand_location): Rewrite using linemap_resolve_location
5020         and linemap_expand_location.  Add a comment.
5022 2011-10-25  Jakub Jelinek  <jakub@redhat.com>
5024         PR tree-optimization/50596
5025         * tree-vect-stmts.c (vect_mark_relevant): Only use
5026         FOR_EACH_IMM_USE_FAST if lhs is SSA_NAME.
5027         (vectorizable_store): If is_pattern_stmt_p look through
5028         VIEW_CONVERT_EXPR on lhs.
5029         * tree-vect-patterns.c (check_bool_pattern, adjust_bool_pattern):
5030         Use unsigned type instead of signed.
5031         (vect_recog_bool_pattern): Optimize also stores into bool memory in
5032         addition to casts from bool to integral types.
5033         (vect_mark_pattern_stmts): If pattern_stmt already has vinfo
5034         created, don't create it again.
5036 2011-10-25  Kai Tietz  <ktietz@redhat.com>
5038         * config/i386/i386.c (ix86_frame_pointer_required): Require
5039         frame-pointer, if setjmp is used for 32-bit ms-abi.
5041 2011-10-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
5043         * builtins.c (set_builtin_user_assembler_name): Remove extra
5044         newline added in October 11th, 2011 change.
5046 2011-10-24  David S. Miller  <davem@davemloft.net>
5048         * config/sparc/little-endian.opt: Delete.
5049         * config.gcc: Remove references to config/sparc/little-endian.opt
5050         * doc/invoke.texi: Remove documentation of -mlittl-endian on sparc.
5051         * config/sparc/linux64.h: Delete references to -mlittle-endian.
5052         * config/sparc/netbsd-elf.h: Likewise.
5053         * config/sparc/openbsd64.h: Likewise.
5054         * config/sparc/sparc.h: Likewise.
5055         * config/sparc/sp64-elf.h: Likewise and delete overrides for
5056         BYTES_BIG_ENDIAN and WORDS_BIG_ENDIAN.
5057         * config/sparc/sparc.c (dump_target_flag_bits): Remove reference
5058         to MASK_LITTLE_ENDIAN.
5059         * config/sparc/sparc.opt (Mask(LITTLE_ENDIAN)): Delete.
5061         * config/sparc/sparc.md: Only use F, G, and C constraints in FP insns.
5062         Only use D, Y, and Z constraints in vector insns.
5064         * config/sparc/sparc.md (cpu_feature, enabled): New attributes.
5065         (*movsi_insn_novis3, *movsi_insn_vis3): Consolidate into one pattern
5066         called *movsi_insn.
5067         (*movdi_insn_sp32_v9_novis3, *movdi_insn_sp32_v9_vis3): Consolidate
5068         into *movdi_insn_sp32.
5069         (*movdi_insn_sp64_novis3, *movdi_insn_sp64_vis3): Consolidate into
5070         one pattern called *movdi_insn_sp64.
5071         (*movsf_insn_novis3, *movsf_insn_vis3, *movsf_insn_no_fpu):
5072         Consolidate into one pattern called *movsf_insn.
5073         (*movdf_insn_sp32_no_fpu, *movdf_insn_sp32_v9_novis3,
5074         *movdf_insn_sp32_v9_vis3, *movdf_insn_sp32_v9_no_fpu): Consolidate
5075         into *movdf_insn_sp32.
5076         (*movdf_insn_sp64_novis3, *movdf_insn_sp64_vis3,
5077         *movdf_insn_sp64_no_fpu): Consolidate into one pattern called
5078         *movdf_insn_sp64.
5079         (*zero_extendsidi2_insn_sp64_novis3,
5080         *zero_extendsidi2_insn_sp64_vis3): Consolidate into one pattern
5081         called *zero_extendsidi2_insn_sp64.
5082         (*sign_extendsidi2_insn_novis3, *sign_extendsidi2_insn_vis3):
5083         Consolidate into one pattern named *sign_extendsidi2_insn.
5084         (*mov<VM32:mode>_insn_novis3, *mov<VM32:mode>_insn_vis3):
5085         Consolidate into one pattern named *mov<VM32:mode>_insn.
5086         (*mov<VM64:mode>_insn_sp64_novis3,
5087         *mov<VM64:mode>_insn_sp64_novis3): Consolidate into one pattern
5088         named *mov<VM64:mode>_insn_sp64.
5089         (*mov<VM64:mode>_insn_sp32_novis3,
5090         *mov<VM64:mode>_insn_sp32_vis3): Consolidate into one pattern
5091         named *mov<VM64:mode>_insn_sp32.
5093 2011-10-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5095         * tree-ssa-strlen.c (get_string_length): Change assertion to STPCPY.
5096         (zero_length_string): Change assertion to accept strinfo without
5097         length but with stmt instead.
5098         Set the endptr pointer also if starting a new chain.
5099         (adjust_related_strinfos): Ignore strinfos marked for delayed
5100         length computation.
5101         (handle_builtin_strcpy): Mark earlier strinfo elements also for
5102         delayed length computation.
5104 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
5106         PR target/50820
5107         Port from 4.6 branch r180379
5108         * doc/invoke.texi (AVR Options): New subsubsection to explain EIND
5109         handling and indirect jump/calls on devices > 128k.
5111 2011-10-24  Anatoly Sokolov  <aesok@post.ru>
5112             Georg-Johann Lay  <avr@gjlay.de>
5114         PR target/49824
5115         * doc/extend.texi (Declaring Attributes of Functions):
5116         Document OS_main and OS_task attributes.
5117         (Specifying Attributes of Variables): Move up
5118         subsection "AVR Variable Attributes" as of alphabetical order.
5120 2011-10-24  Richard Guenther  <rguenther@suse.de>
5122         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Convert constants
5123         to vector element type.
5124         (vectorizable_assignment): Bail out for non-mode-precision operations.
5125         (vectorizable_shift): Likewise.
5126         (vectorizable_operation): Likewise.
5127         (vectorizable_type_demotion): Likewise.
5128         (vectorizable_type_promotion): Likewise.
5129         (vectorizable_store): Handle non-mode-precision stores.
5130         (vectorizable_load): Handle non-mode-precision loads.
5131         (get_vectype_for_scalar_type_and_size): Return a vector type
5132         for non-mode-precision integers.
5133         * tree-vect-loop.c (vectorizable_reduction): Bail out for
5134         non-mode-precision reductions.
5136 2011-10-24  Julian Brown  <julian@codesourcery.com>
5138         * config/m68k/m68k.c (notice_update_cc): Tighten condition for
5139         setting CC_REVERSED for FP comparisons.
5141 2011-10-24  Richard Guenther  <rguenther@suse.de>
5143         PR tree-optimization/50838
5144         * tree-data-ref.c (dr_analyze_indices): Properly canonicalize
5145         a MEM_REF base if we change it.
5147 2011-10-24  Bernd Schmidt  <bernds@codesourcery.com>
5149         PR bootstrap/50836
5150         * rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h".
5152         PR rtl-optimization/50833
5153         * function.c (thread_prologue_and_epilogue_insns): Expect the
5154         return insn optimization only if optimize.
5156 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
5158         * config/avr/avr.c: Break long lines.
5159         Define target hooks on the fly if applicable.
5160         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove first definition
5161         overridden later.
5162         (targetm): Move definition to end of file.
5163         (avr_can_eliminate): Make static on the fly.
5164         (avr_frame_pointer_required_p): Ditto.
5165         (avr_hard_regno_scratch_ok): Ditto.
5166         (avr_builtin_setjmp_frame_value): Make static on the fly.
5167         Indent according to coding rules.
5168         (avr_case_values_threshold): Ditto.
5169         (avr_attribute_table): Move down.
5171 2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
5173         PR tree-optimization/50730
5174         * tree-vect-data-refs.c (vect_analyze_data_refs): Stop basic block
5175         analysis if encountered unsupported data-ref.
5177 2011-10-23  David S. Miller  <davem@davemloft.net>
5179         * config/sparc/sparc.c (sparc_option_override): Remove -mv8plus
5180         cpu adjustment.
5181         * config/sparc/linux64.h (CC1_SPEC): When defaulting to 64-bit,
5182         append -mcpu=v9 when -mv8plus is given.
5184         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): We can move
5185         between float and non-float regs when VIS3.
5186         * config/sparc/sparc.c (eligible_for_restore_insn): We can't
5187         use a restore when the source is a float register.
5188         (sparc_split_regreg_legitimate): When VIS3 allow moves between
5189         float and integer regs.
5190         (sparc_register_move_cost): Adjust to account for VIS3 moves.
5191         (sparc_preferred_reload_class): On 32-bit with VIS3 when moving an
5192         integer reg to a class containing EXTRA_FP_REGS, constrain to FP_REGS.
5193         (sparc_secondary_reload): On 32-bit with VIS3 when moving between
5194         float and integer regs we sometimes need a FP_REGS class
5195         intermediate move to satisfy the reload.  When this happens
5196         specify an extra cost of 2.
5197         (*movsi_insn): Rename to have "_novis3" suffix and add !VIS3 guard.
5198         (*movdi_insn_sp32_v9): Likewise.
5199         (*movdi_insn_sp64): Likewise.
5200         (*movsf_insn): Likewise.
5201         (*movdf_insn_sp32_v9): Likewise.
5202         (*movdf_insn_sp64): Likewise.
5203         (*zero_extendsidi2_insn_sp64): Likewise.
5204         (*sign_extendsidi2_insn): Likewise.
5205         (*movsi_insn_vis3): New insn.
5206         (*movdi_insn_sp32_v9_vis3): New insn.
5207         (*movdi_insn_sp64_vis3): New insn.
5208         (*movsf_insn_vis3): New insn.
5209         (*movdf_insn_sp32_v9_vis3): New insn.
5210         (*movdf_insn_sp64_vis3): New insn.
5211         (*zero_extendsidi2_insn_sp64_vis3): New insn.
5212         (*sign_extendsidi2_insn_vis3): New insn.
5213         (TFmode reg/reg split): Make sure both REG operands are float.
5214         (*mov<VM32:mode>_insn): Add "_novis3" suffix and !VIS3 guard. Remove
5215         easy constant to integer reg alternatives.
5216         (*mov<VM64:mode>_insn_sp64): Likewise.
5217         (*mov<VM64:mode>_insn_sp32_novis3): Likewise.
5218         (*mov<VM32:mode>_insn_vis3): New insn.
5219         (*mov<VM64:mode>_insn_sp64_vis3): New insn.
5220         (*mov<VM64:mode>_insn_sp32_vis3): New insn.
5221         (VM64 reg<-->reg split): New splitter for 32-bit.
5223         * config/sparc/sparc.c (sparc_split_regreg_legitimate): New function.
5224         * config/sparc/sparc-protos.h (sparc_split_regreg_legitimate):
5225         Declare it.
5226         * config/sparc/sparc.md (DImode reg/reg split): Use it.
5227         (DFmode reg/reg split): Likewise.
5229         * config/sparc/sparc.md (*movdi_insn_sp32_v9): Add alternatives for
5230         generating fzero and fone instructions.
5231         (DImode const_int --> reg splitter): Only trigger for integer regs.
5233         * config/sparc/predicates.md (input_operand): Disallow vector
5234         constants other than 0 and -1.
5235         * config/sparc/sparc.c (sparc_preferred_reload_class): Return
5236         NO_REGS for vector constants other than 0 and -1.
5238         * config/sparc/sparc.h (SPARC_FIRST_INT_REG, SPARC_LAST_INT_REG,
5239         SPARC_INT_REG_P): Define.
5240         (HARD_REGNO_NREGS): Use SPARC_INT_REG_P.
5241         (REGNO_OK_FOR_INDEX_P): Likewise.
5242         * config/sparc/sparc.c (gen_df_reg): Likewise.
5243         (eligible_for_return_delay): Likewise.
5244         (eligible_for_sibcall_delay): Likewise.
5245         (sparc_legitimate_address_p): Likewise.
5246         (emit_save_or_restore_regs): Likewise.
5247         (registers_ok_for_ldd_peep): Likewise.
5248         * config/spac/sparc.md (DI mode splitters): Likewise.
5249         (SF mode const splitters): Likewise.
5250         (DF mode splitters): Likewise.
5251         (32-bit DI mode logical op splitters): Likewise.
5253 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
5255         PR c++/50841
5256         Revert:
5257         2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
5259         PR c++/50810
5260         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
5262 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
5264         * config/i386/sse.md (avx2_lshl<mode>3): Remove insn pattern.
5265         (VI248_256): Remove mode iterator.
5266         * config/i386/i386.c (ix86_expand_vec_perm): Use gen_ashlv4di3
5267         instead of gen_avx2_lshlv4di3.
5268         (bdesc_args): Use CODE_FOR_ashl{v16hi,v8si,v4di}3 instead of
5269         CODE_FOR_avx2_lshl{v16hi,v8si,v4di}3.
5271 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
5273         * config/i386/sse.md (sseintprefix): Rename from gthrfirstp.
5274         (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>): Delete expander.
5275         (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>) Merge insn
5276         pattern from *avx2_maskload<ssemodesuffix><avxsizesuffix> and
5277         *avx_maskload<ssemodesuffix><avxsizesuffix> using V48_AVX mode
5278         iterator.  Use sseintprefix mode attribute.
5279         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Delete expander.
5280         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>) Merge insn
5281         pattern from *avx2_maskstore<ssemodesuffix><avxsizesuffix> and
5282         *avx_maskstore<ssemodesuffix><avxsizesuffix> using V48_AVX mode
5283         iterator.  Use sseintprefix mode attribute.
5284         (*avx2_gathersi<mode>) Use sseintprefix and ssemodesuffix mode
5285         attributes.
5286         (*avx2_gatherdi<mode>): Ditto.
5287         (*avx2_gatherdi<mode>256): Ditto.
5288         (VI48_AVX2): Remove mode iterator.
5289         (gthrlastfp): Remove mode attribute.
5291 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
5293         PR c++/50810
5294         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
5296 2011-10-23  Tom de Vries  <tom@codesourcery.com>
5298         PR tree-optimization/50763
5299         * tree-ssa-tail-merge.c (same_succ_flush_bb): New function, factored
5300         out of ...
5301         (same_succ_flush_bbs): Use same_succ_flush_bb.
5302         (purge_bbs): Remove argument.  Remove calls to same_succ_flush_bbs,
5303         release_last_vdef and delete_basic_block.
5304         (unlink_virtual_phi): New function.
5305         (update_vuses): Add and use vuse1_phi_args argument.  Set var to
5306         SSA_NAME_VAR of vuse1 or vuse2, and use var.  Handle case that
5307         def_stmt2 is NULL.  Use phi result as phi arg in case vuse1 or vuse2
5308         is NULL_TREE.  Replace uses of vuse1 if vuse2 is NULL_TREE.  Fix code
5309         to limit replacement of uses.  Propagate phi argument for phis with a
5310         single argument.
5311         (replace_block_by): Update vops if phi_vuse1 or phi_vuse2 is NULL_TREE.
5312         Set vuse1_phi_args if vuse1 is a phi defined in bb1.  Add
5313         vuse1_phi_args as argument to call to update_vuses.  Call
5314         release_last_vdef, same_succ_flush_bb, delete_basic_block.  Update
5315         CDI_DOMINATORS info.
5316         (tail_merge_optimize): Remove argument in call to purge_bbs.  Remove
5317         call to free_dominance_info.  Only call calculate_dominance_info once.
5319 2011-10-23  Eric Botcazou  <ebotcazou@adacore.com>
5321         * fold-const.c (invert_tree_comparison): Always invert EQ_EXPR/NE_EXPR.
5323         PR tree-optimization/44683
5324         * tree-ssa-dom.c (record_edge_info): Record simple equivalences only if
5325         we can be sure that there are no signed zeros involved.
5327 2011-10-23  Jan Hubicka  <jh@suse.cz>
5329         * ipa-inline.c (estimate_badness): Scale up and handle overflows.
5331 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
5333         PR target/50788
5334         * config/i386/sse.md (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>):
5335         Remove (match_dup 0).
5336         (*avx2_maskload<ssemodesuffix><avxsizesuffix>): New insn pattern.
5337         (*avx_maskload<ssemodesuffix><avxsizesuffix>): Ditto.
5338         (*avx2_maskstore<ssemodesuffix><avxsizesuffix>): Ditto.
5339         (*avx_maskstore<ssemodesuffix><avxsizesuffix>): Ditto.
5340         (*avx2_maskmov<ssemodesuffix><avxsizesuffix>): Remove insn pattern.
5341         (*avx_maskmov<ssemodesuffix><avxsizesuffix>): Ditto.
5343 2011-10-23  Ira Rosen  <ira.rosen@linaro.org>
5345         PR tree-optimization/50819
5346         * tree-vectorizer.h (vect_analyze_data_ref_dependences): Remove
5347         the last argument.
5348         * tree-vect-loop.c (vect_analyze_loop_2): Update call to
5349         vect_analyze_data_ref_dependences.
5350         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Remove
5351         the last argument.  Check load-after-store dependence for unknown
5352         dependencies in basic blocks.
5353         (vect_analyze_data_ref_dependences): Update call to
5354         vect_analyze_data_ref_dependences.
5355         * tree-vect-patterns.c (vect_recog_widen_shift_pattern): Fix typo.
5356         * tree-vect-slp.c (vect_bb_vectorizable_with_dependencies): Remove.
5357         (vect_slp_analyze_bb_1): Update call to
5358         vect_analyze_data_ref_dependences.  Don't call
5359         vect_bb_vectorizable_with_dependencies.
5361 2011-10-22  David S. Miller  <davem@davemloft.net>
5363         * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS,
5364         SECONDARY_OUTPUT_RELOAD_CLASS): Delete.
5365         * config/sparc/sparc.c (TARGET_SECONDARY_RELOAD): Redefine.
5366         (sparc_secondary_reload): New function.
5368         * config/sparc/sparc.h (sparc_costs): Remove extern decl.
5369         (struct processor_costs): Move from here..
5370         * config/sparc/sparc.c (struct processor_costs): To here.
5371         (sparc_costs): Mark static.
5373         * config/sparc/sparc.c (short_branch, reg_unused_after): Delete.
5374         * config/sparc/sparc-protos.h (short_branch, reg_unused_after):
5375         Get rid of declarations.
5377 2011-10-21  Paul Brook  <paul@codesourcery.com>
5379         * config/c6x/c6x.c (c6x_asm_emit_except_personality,
5380         c6x_asm_init_sections): New functions.
5381         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): Define.
5383 2011-10-21  Jakub Jelinek  <jakub@redhat.com>
5385         PR target/50813
5386         * config/i386/i386.c (expand_vec_perm_even_odd_1): Handle
5387         V4DImode and V8SImode for !TARGET_AVX2.
5389 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
5391         PR bootstrap/50825
5392         * sched-deps.c (add_dependence): If not doing predication, promote
5393         REG_DEP_CONTROL to REG_DEP_ANTI.
5395 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
5397         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Pass address of X
5398         instead of X to avr_legitimize_reload_address.
5399         * config/avr/avr-protos.h (avr_legitimize_reload_address): Change
5400         first argument's type from rtx to rtx*.
5401         * config/avr/avr.c (avr_legitimize_reload_address): Ditto.
5402         Pass PX to push_reload instead of &X.  Change log messages for
5403         better distinction.
5405 2011-10-21  Roland Stigge  <stigge@antcom.de>
5407         PR translation/47064
5408         * params.def: Fix typo "compilatoin" -> "compilation".
5410 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
5411             Kirill Yukhin  <kirill.yukhin@intel.com>
5413         PR target/50740
5414         * config/i386/driver-i386.c (host_detect_local_cpu): Do cpuid 7 only
5415         if max_level allows that.
5417 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
5419         * reg-notes.def (DEP_CONTROL): New.
5420         * sched-ebb.c (add_deps_for_risky_insns): Add a REG_DEP_CONTROL when
5421         not doing speculation.
5422         * rtlanal.c (record_hard_reg_sets, find_all_hard_reg_sets,
5423         record_hard_reg_uses_1, record_hard_reg_uses): New functions.
5424         * function.c (record_hard_reg_sets, record_hard_reg_uses,
5425         record_hard_reg_uses_1): Remove; move to rtlanal.c.
5426         * lists.c (copy_INSN_LIST, concat_INSN_LIST): New functions.
5427         * haifa-sched.c: Swap includes of "rtl.h" and "hard-reg-set.h".
5428         (MUST_RECOMPUTE_SPEC_P): New macro.
5429         (real_insn_for_shadow): New function.
5430         (cond_clobbered_p, recompute_todo_spec, check_clobbered_conditions,
5431         toggle_cancelled_flags): New static functions.
5432         (schedule_insn): Relax an assert to only check for empty hard back
5433         dependencies.  Skip cancelled dependencies.  Call
5434         check_clobbered_conditions.
5435         (copy_insn_list): Remove function, renamed moved to lists.c.
5436         (save_backtrack_point): Use new spelling copy_INSN_LIST.
5437         (unschedule_insns_until): Ensure TODO_SPEC is reset properly.
5438         (restore_last_backtrack_point): Likewise.  Call toggle_cancelled_flags.
5439         (estimate_insn_tick): Ignore cancelled dependencies.
5440         (haifa_speculate_insn): Move declaration.
5441         (try_ready): Move code into recompute_todo_spec and call it.  Tweak
5442         some asserts.  Ensure predicated patterns are restored if necessary.
5443         Dump DEP_CONTROL flag.
5444         (haifa_change_pattern): Merge with sched_change_pattern.
5445         (sched_change_pattern): Remove function.
5446         * sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP): Remove.  All
5447         uses changed to simply not test NON_FLUSH_JUMP_P.
5448         (ds_to_dk, dk_to_ds, dump_dep, ds_to_dt, dump_ds, check_dep): Handle
5449         REG_DEP_CONTROL.
5450         (dep_spec_p): If DO_PREDICATION, REG_DEP_CONTROL is speculative.
5451         (reg_pending_control_uses, control_dependency_cache): New static
5452         variables.
5453         (sched_get_reverse_condition_uncached): New function.
5454         (sd_find_dep_between): Remove pointless assert.  Look in
5455         control_dependency_cache.
5456         (ask_dependency_caches, set_dependency_caches, sd_delete_dep,
5457         extend_dependency_caches, sched_deps_finish): Handle REG_DEP_CONTROL
5458         and control_dependency_cache.
5459         (sd_unresolve_dep): Use dep_spec_p.
5460         (add_dependence): Now a wrapper around add_dependence_1, handling
5461         REG_DEP_CONTROL specially.
5462         (flush_pending_lists): Clear pending_jump_insns.
5463         (sched_analyze_1): Handle pending_jump_insns like a memory flush.
5464         (sched_analyze_2): Unconditionally add to pending memory flushes,
5465         keep previous behaviour but apply it to pending_jump_insns instead.
5466         (sched_analyze_insn): Defer adding jump reg dependencies using
5467         reg_pending_control_uses; add them to the control_uses list.  Handle
5468         pending_jump_insns and control_uses when adding dependence lists.
5469         (deps_analyze_insn): Update INSN_COND_DEPS.
5470         (deps_analyze_insn): Add jumps to pending_jump_insns rather than
5471         last_pending_memory_flush.
5472         (init_deps): Initialize pending_jump_insns.
5473         (free_deps): Free control_uses.
5474         (remove_from_deps): Remove from pending_jump_insns.
5475         (init_deps_global): Allocate reg_pending_control_uses).
5476         (finish_deps_global): Free it.
5477         (add_dependence_1): Renamed from add_dependence.  Handle
5478         REG_DEP_CONTROL.
5479         * rtl.h (record_hard_reg_uses, find_all_hard_reg_sets): Declare.
5480         (copy_INSN_LIST, concat_INSN_LIST): Declare.
5481         * sched-int.h (struct deps_reg): Add control_uses.
5482         (struct deps_desc): Add pending_jump_insns.
5483         (struct _haifa_deps_insn_data): Add cond_deps.
5484         (struct _haifa_insn_data): Add must_recompute_spec and predicated_pat.
5485         (INSN_COND_DEPS, PREDICATED_PAT): New macros.
5486         (BITS_PER_DEP_WEAK): Adjust for two extra bits in the word.
5487         (DEP_CONTROL): New macro.
5488         (DEP_TYPES): Include it.
5489         (HARD_DEP): Adjust definition.
5490         (DEP_CANCELLED): New macro.
5491         (enum SCHED_FLAGS): Add DO_PREDICATION.
5492         (sched_get_reverse_condition_uncached, real_insn_for_shadow): Declare.
5493         * sched-rgn.c (concat_INSN_LIST): Remove function.
5494         (deps_join): Handle pending_jump_insns.
5495         (free_pending_lists): Likewise.
5496         * config/c6x/c6x.c (c6x_set_sched_flags): Set DO_PREDICATION for final
5497         schedule.
5499 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
5501         PR target/50820
5502         * config/avr/libgcc.S (__EIND__): New define to 0x3C.
5503         (__tablejump__): Consistently use EIND for indirect jump/call.
5504         (__tablejump_elpm__): Ditto.
5506 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
5508         * config/c6x/c6x.md (attr "op_pattern"): New.
5509         (load_sdata_pic, mov<mode>_insn for QIHIM and SISFVM): Set it.
5510         * config/c6x/c6x-mult.md.in (mulhi3_VARIANT_, mulhisi3_insn_VARIANT_):
5511         Likewise.
5512         * config/c6x/c6x-mult.md: Regenerate.
5513         * config/c6x/c6x.c: Include "regrename.h".
5514         (unit_req_table): New typedef.
5515         (unit_reqs): Use it for the declaration.
5516         (unit_req_factor, get_unit_reqs, merge_unit_reqs, unit_req_imbalance,
5517         get_unit_operand_masks, try_rename_operands, reshuffle_units): New
5518         static functions.
5519         (count_unit_reqs): New arg reqs.  All callers changed.  Use
5520         get_unit_reqs, and don't merge here.
5521         (res_mii): New arg reqs.  All callers changed.  Rewrite to use a loop
5522         using unit_req_factor.
5523         (hwloop_optimize): Call reshuffle_units.  Call merge_unit_reqs after
5524         count_unit_reqs.
5525         (c6x_reorg): Add reg notes problem, and call df_analyze.
5526         * Makefile.in ($(out_object_file)): Depend on regrename.h.
5528 2011-10-21  Kai Tietz  <ktietz@redhat.com>
5530         * fold-const.c (simple_operand_p_2): Handle integral
5531         casts from boolean-operands.
5533 2011-10-21  Jan Hubicka  <jh@suse.cz>
5535         * cgraph.c (dump_cgraph_node): Dump alias flag.
5536         * cgraphunit.c (handle_alias_pairs): Handle weakrefs with
5537         no destination.
5538         (get_alias_symbol): New function.
5539         (output_weakrefs): Output also weakrefs with no destinatoin.
5540         (lto_output_node): Output weakref alias flag when at function boundary.
5542 2011-10-21  Andrew Stubbs  <ams@codesourcery.com>
5544         PR target/50809
5545         * config/arm/driver-arm.c (vendors): Make static.
5547 2011-10-21  Uros Bizjak  <ubizjak@gmail.com>
5549         * config/i386/i386.c (ix86_emit_swdivsf): Force b into register.
5550         (ix86_emit_swsqrtsf): Force a into register.
5552 2011-10-20  Mike Stump  <mikestump@comcast.net>
5554         * regcprop.c (copyprop_hardreg_forward_1): Update recog_data
5555         after validate_change wipes it out.
5557 2011-10-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5559         * config/spu/spu.md ("vec_permv16qi"): Reduce selector modulo 32
5560         before using the shufb instruction.
5562 2011-10-20  Kirill Yukhin  <kirill.yukhin@intel.com>
5564         PR target/50766
5565         * config/i386/i386.md (bmi_bextr_<mode>): Update register/
5566         memory operand order.
5567         (bmi2_bzhi_<mode>3): Ditto.
5568         (bmi2_pdep_<mode>3): Ditto.
5569         (bmi2_pext_<mode>3): Ditto.
5571 2011-10-20  Richard Henderson  <rth@redhat.com>
5573         * target.def (vec_perm_const_ok): Rename from builtin_vec_perm_ok.
5574         * optabs.c (can_vec_perm_expr_p): Update to match.
5575         (expand_vec_perm_expr): Likewise.
5576         * config/i386/i386.c (TARGET_VECTORIZE_VEC_PERM_CONST_OK): Rename
5577         from TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK.
5578         * doc/tm.texi.in: Likewise.
5580 2011-10-20  Sergey Ostanevich  <sergos.gnu@gmail.com>
5582         PR target/50572
5583         * config/i386/i386.c (processor_target_table): Change Atom
5584         align_loops_max_skip to 15.
5586 2011-10-20  Richard Henderson  <rth@redhat.com>
5588         * target.def (builtin_vec_perm): Remove.
5589         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5591         * config/i386/i386.c (ix86_expand_vec_perm_builtin): Remove.
5592         (IX86_BUILTIN_VEC_PERM_*): Remove.
5593         (bdesc_args): Remove vec_perm builtins
5594         (ix86_expand_builtin): Likewise.
5595         (ix86_expand_vec_perm_const_1): Rename from
5596         ix86_expand_vec_perm_builtin_1.
5597         (extract_vec_perm_cst): Merge into...
5598         (ix86_vectorize_vec_perm_const_ok): ... here.  Rename from
5599         ix86_vectorize_builtin_vec_perm_ok.
5600         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5602         * config/rs6000/rs6000.c (rs6000_builtin_vec_perm): Remove.
5603         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5605         * config/spu/spu.c (spu_builtin_vec_perm): Remove.
5606         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5608 2011-10-20  Uros Bizjak  <ubizjak@gmail.com>
5610         PR target/47989
5611         * config/i386/i386.h (RECIP_MASK_DEFAULT): New define.
5612         * config/i386/i386.op (recip_mask): Initialize with RECIP_MASK_DEFAULT.
5613         * doc/invoke.texi (ix86 Options, -mrecip): Document that GCC
5614         implements vectorized single float division and vectorized sqrtf(x)
5615         with reciprocal sequence with additional Newton-Raphson step with
5616         -ffast-math.
5618 2011-10-20  Dodji Seketeli  <dodji@redhat.com>
5620         * ggc-zone.c (ggc_internal_alloc_zone_stat): Rename
5621         ggc_alloced_size_order_for_request into ggc_round_alloc_size like
5622         it was done in ggc-page.c.
5624         PR other/50659
5625         * doc/cppopts.texi: Use @smallexample/@end smallexample in
5626         documentation for -fdebug-cpp instead of @quotation/@end quotation
5627         that is not supported by contrib/texi2pod.pl.
5629 2011-10-19  Jan Hubicka  <jh@suse.cz>
5631         * ipa-inline.c (inline_small_functions): Always update all calles after
5632         inlining.
5634 2011-10-19  Jan Hubicka  <jh@suse.cz>
5636         PR bootstrap/50709
5637         * ipa-inline.c (inline_small_functions): Fix checking code to not make
5638         effect on fibheap stability.
5640 2011-10-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
5642         * config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
5644 2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5646         PR target/50106
5647         * config/arm/arm.c (thumb_unexpanded_epilogue): Handle return
5648         reg size from 1-3.
5650 2011-10-20  Richard Guenther  <rguenther@suse.de>
5652         * tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR
5653         and rotates to the set of expensive operations.
5655 2011-10-19  David S. Miller  <davem@davemloft.net>
5657         * config/sparc/sparc.c (sparc_expand_move): Use can_create_pseudo_p.
5658         (sparc_emit_set_const32): Likewise.
5659         (sparc_emit_set_const64_longway): Likewise.
5660         (sparc_emit_set_const64): Likewise.
5661         (sparc_legitimize_pic_address): Likewise.
5662         (memory_ok_for_ldd): Likewise.
5664 2011-10-20  Dehao Chen  <dehao@google.com>
5666         * profile.c (compute_branch_probabilities): Compute and dump the
5667         overlap between the static estimation and the instrumentation profile.
5668         (OVERLAP_BASE): New macro.
5669         (compute_frequency_overlap): New function
5671 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
5673         * config/i386/i386.c (expand_vec_perm_vpshufb2_vpermq_even_odd): Use
5674         d->op1 instead of d->op0 for the second vpshufb.
5675         (expand_vec_perm_even_odd_1): For V8SImode fix vpshufd immediates.
5676         (ix86_expand_vec_perm_const): If mask indicates two operands are
5677         needed, but both are the same and expanding them as d.op0 == d.op1
5678         failed, retry with d.op0 != d.op1.
5679         (ix86_expand_vec_perm_builtin): Likewise.  Handle sorry printing
5680         also for d.nelt == 32.
5682         PR middle-end/50754
5683         * cfgexpand.c (expand_debug_expr): Handle WIDEN_LSHIFT_EXPR, ignore
5684         VEC_PERM_EXPR.
5686 2011-10-19  Bernd Schmidt  <bernds@codesourcery.com>
5688         * regrename.h: New file.
5689         * regrename.c: Include it.  Also include "emit-rtl.h".
5690         (struct du_head, struct du_chain, du_head_p DEF_VEC and
5691         DEF_VEC_ALLOC_P): Move to regrename.h.
5692         (do_replace): Remove declaration.
5693         (insn_rr): New variable.
5694         (cur_operand): New static variable.
5695         (regrename_chain_from_id): Renamed from chain_from_id and no longer
5696         static.  All callers changed.
5697         (record_operand_use): New static function.
5698         (scan_rtx_reg): Use it.
5699         (find_best_rename_reg): New function, broken out of rename_chains.
5700         (rename_chains): Use it.  Don't update chain regno and nregs here, ...
5701         (regrename_do_replace): ... do it here instead.  Renamed from
5702         do_replace, and no longer static.  All callers changed.
5703         (regrename_analyze): No longer static.  New arg bb_mask.
5704         All callers changed.  If bb_mask is nonzero, use it to limit the
5705         number of basic blocks we analyze.  If we failed to analyze a block,
5706         clear insn operand data.
5707         (record_out_operands): New arg insn_info.  Update cur_operand if it is
5708         nonnull.
5709         (build_def_use): If insn_rr is nonnull, pass an insn_info to
5710         record_out_operands, and update cur_operand here as well.
5711         (regrename_init, regrename_finish): New functions.
5712         (regrename_optimize): Use them.
5713         * Makefile.in (regrename.o): Adjust dependencies.
5715 2011-10-19  Tom de Vries  <tom@codesourcery.com>
5717         PR tree-optimization/50769
5718         * tree-ssa-tail-merge.c (replace_block_by): Calculate phi_vuse2
5719         unconditionally.  Handle case that phi_vuse2 is not an SSA_NAME.  Add
5720         dummy argument .MEM to phi when increasing number of arguments of phi by
5721         redirecting edges to the block with phi.
5723 2011-10-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5725         PR bootstrap/50777
5726         * configure.ac: Save and restore CXXFLAGS around
5727         gcc_AC_CHECK_DECLS uses.
5728         Check for madvise() declaration with g++ if --enable-build-with-cxx.
5729         * configure: Regenerate.
5730         * config.in: Regenerate.
5731         * ggc-page.c (USING_MADVISE): Also check HAVE_DECL_MADVISE.
5733 2011-10-19  Alexandre Oliva  <aoliva@redhat.com>
5735         PR debug/49310
5736         * var-tracking.c (loc_exp_dep, onepart_aux): New structs.
5737         (variable_part): Replace offset with union.
5738         (enum onepart_enum, onepart_enum_t): New.
5739         (variable_def): Drop cur_loc_changed, add onepart.
5740         (value_chain_def, const_value_chain): Remove.
5741         (VAR_PART_OFFSET, VAR_LOC_1PAUX): New macros, with checking.
5742         (VAR_LOC_DEP_LST, VAR_LOC_DEP_LSTP): New macros.
5743         (VAR_LOC_FROM, VAR_LOC_DEPTH, VAR_LOC_DEP_VEC): Likewise.
5744         (value_chain_pool, value_chains): Remove.
5745         (dropped_values): New.
5746         (struct parm_reg): Only if HAVE_window_save.
5747         (vt_stack_adjustments): Don't record register arguments.
5748         (dv_as_rtx): New.
5749         (dv_onepart_p): Return a onepart_enum_t.
5750         (onepart_pool): New.
5751         (dv_pool): Remove.
5752         (dv_from_rtx): New.
5753         (variable_htab_free): Release onepart aux data.  Reset flags.
5754         (value_chain_htab_hash, value_chain_htab_eq): Remove.
5755         (unshare_variable): Use onepart field.  Propagate onepart aux
5756         data or offset.  Drop cur_loc_changed.
5757         (val_store): Cope with NULL insn.  Rephrase dump output.  Check
5758         for unsuitable locs.  Add FIXME on using cselib locs.
5759         (val_reset): Remove FIXME of unfounded concerns.
5760         (val_resolve): Check for unsuitable locs.  Add FIXME on using
5761         cselib locs.
5762         (variable_union): Use onepart field, adjust access to offset.
5763         (NO_LOC_P): New.
5764         (VALUE_CHANGED, DECL_CHANGED): Update doc.
5765         (set_dv_changed): Clear NO_LOC_P when changed.
5766         (find_loc_in_1pdv): Use onepart field.
5767         (intersect_loc_chains): Likewise.
5768         (unsuitable_loc): New.
5769         (loc_cmp): Keep ENTRY_VALUEs at the end of the loc list.
5770         (add_value_chain, add_value_chains): Remove.
5771         (add_cselib_value_chains, remove_value_chain): Likewise.
5772         (remove_value_chains, remove_cselib_value_chains): Likewise.
5773         (canonicalize_loc_order_check): Use onepart.  Drop cur_loc_changed.
5774         (canonicalize_values_star, canonicalize_vars_star): Use onepart.
5775         (variable_merge_over_cur): Likewise.  Adjust access to offset.
5776         Drop cur_loc_changed.
5777         (variable_merge_over_src): Use onepart field.
5778         (remove_duplicate_values): Likewise.
5779         (variable_post_merge_new_vals): Likewise.
5780         (find_mem_expr_in_1pdv): Likewise.
5781         (dataflow_set_preserve_mem_locs): Likewise.  Drop cur_loc_changed
5782         and value chains.
5783         (dataflow_set_remove_mem_locs): Likewise.  Use VAR_LOC_FROM.
5784         (variable_different_p): Use onepart field.  Move onepart test out
5785         of the loop.
5786         (argument_reg_set): Drop.
5787         (add_uses, add_stores): Preserve but do not record in dynamic
5788         tables equivalences for ENTRY_VALUEs and CFA_based addresses.
5789         Avoid unsuitable address expressions.
5790         (EXPR_DEPTH): Unlimit.
5791         (EXPR_USE_DEPTH): Repurpose PARAM_MAX_VARTRACK_EXPR_DEPTH.
5792         (prepare_call_arguments): Use DECL_RTL_IF_SET.
5793         (dump_var): Adjust access to offset.
5794         (variable_from_dropped, recover_dropped_1paux): New.
5795         (variable_was_changed): Drop cur_loc_changed.  Use onepart.
5796         Preserve onepart aux in empty_var.  Recover empty_var and onepart
5797         aux from dropped_values.
5798         (find_variable_location_part): Special-case onepart.  Adjust
5799         access to offset.
5800         (set_slot_part): Use onepart.  Drop cur_loc_changed.  Adjust
5801         access to offset.  Initialize onepaux.  Drop value chains.
5802         (delete_slot_part): Drop value chains.  Use VAR_LOC_FROM.
5803         (VEC (variable, heap), VEC (rtx, stack)): Define.
5804         (expand_loc_callback_data): Drop dummy, cur_loc_changed,
5805         ignore_cur_loc.  Add expanding, pending, depth.
5806         (loc_exp_dep_alloc, loc_exp_dep_clear): New.
5807         (loc_exp_dep_insert, loc_exp_dep_set): New.
5808         (notify_dependents_of_resolved_value): New.
5809         (update_depth, vt_expand_var_loc_chain): New.
5810         (vt_expand_loc_callback): Revamped.
5811         (resolve_expansions_pending_recursion): New.
5812         (INIT_ELCD, FINI_ELCD): New.
5813         (vt_expand_loc): Use the new macros above.  Drop ignore_cur_loc
5814         parameter, adjust all callers.
5815         (vt_expand_loc_dummy): Drop.
5816         (vt_expand_1pvar): New.
5817         (emit_note_insn_var_location): Operate on non-debug decls only.
5818         Revamp multi-part cur_loc recomputation and one-part expansion.
5819         Drop cur_loc_changed.  Adjust access to offset.
5820         (VEC (variable, heap)): Drop.
5821         (changed_variables_stack, changed_values_stack): Drop.
5822         (check_changed_vars_0, check_changed_vars_1): Remove.
5823         (check_changed_vars_2, check_changed_vars_3): Remove.
5824         (values_to_stack, remove_value_from_changed_variables): New.
5825         (notify_dependents_of_changed_value, process_changed_values): New.
5826         (emit_notes_for_changes): Revamp onepart updates.
5827         (emit_notes_for_differences_1): Use onepart.  Drop cur_loc_changed
5828         and value chains.  Propagate onepaux.  Recover empty_var and onepaux
5829         from dropped_values.
5830         (emit_notes_for_differences_2): Drop value chains.
5831         (emit_notes_in_bb): Adjust.
5832         (vt_emit_notes): Drop value chains, changed_variables_stack.
5833         Initialize and release dropped_values.
5834         (create_entry_value): Revamp.
5835         (vt_add_function_parameter): Use new interface.
5836         (note_register_arguments): Remove.
5837         (vt_initialize): Drop value chains and register arguments.
5838         (vt_finalize): Drop value chains.  Release windowed_parm_regs only
5839         if HAVE_window_save.
5840         * rtl.h: Document various pass-local uses of RTL flags.
5841         * tree.h (DECL_RTL_KNOWN_SET): New.
5842         * doc/invoke.texi (param max-vartrack-expr-depth): Update
5843         description and default.
5845 2011-10-19  Georg-Johann Lay  <avr@gjlay.de>
5847         PR target/50447
5848         * config/avr/avr.md (cc): New alternative out_plus_noclobber.
5849         (adjust_len): Ditto.
5850         (addhi3): Don't pipe through short; use gen_int_mode instead.
5851         Prior to reload, expand to gen_addhi3_clobber.
5852         (*addhi3): Use avr_out_plus_noclobber if applicable, use
5853         out_plus_noclobber in cc and adjust_len attribute.
5854         (addhi3_clobber): 2 new RTL peepholes.
5855         (addhi3_clobber): New insn.
5856         * config/avr/avr-protos.h: (avr_out_plus_noclobber): New prototype.
5857         * config/avr/avr.c (avr_out_plus_noclobber): New function.
5858         (notice_update_cc): Handle CC_OUT_PLUS_NOCLOBBER.
5859         (avr_out_plus_1): Tweak if only MSB is +/-1 and other bytes are 0.
5860         Set cc0 to set_zn for adiw on 16-bit values.
5861         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS_NOCLOBBER.
5862         (expand_epilogue): No need to add 0 to frame_pointer_rtx.
5864 2011-10-19  Richard Guenther  <rguenther@suse.de>
5866         PR middle-end/50780
5867         * tree-ssa-forwprop.c (forward_propagate_into_cond): Verify
5868         the condition is properly gimple before using it.
5869         * tree-eh (stmt_could_throw_1_p): Properly extract the
5870         operation type from comparisons.
5872 2011-10-19  Roland Stigge  <stigge@antcom.de>
5874         PR translation/48638
5875         * plugin.c (add_new_plugin): Fix typo in fatal_error message.
5877 2011-10-19  Roland Stigge  <stigge@antcom.de>
5879         PR translation/49517
5880         * config/rx/rx.c (rx_print_operand): Fix typo in warning message.
5882 2011-10-19  Richard Guenther  <rguenther@suse.de>
5884         PR middle-end/50768
5885         * gimple-fold.c (gimplify_and_update_call_from_tree): Rewrite.
5887 2011-10-19  Andrey Belevantsev  <abel@ispras.ru>
5889         PR rtl-optimization/50340
5890         * sel-sched-ir.c (update_target_availability): LHS register
5891         availability is not known if the unavailable LHS of the other
5892         expression is a different register.
5894 2011-10-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5896         PR target/50310
5897         * config/spu/spu.c (spu_emit_vector_compare): Support unordered
5898         floating-point comparisons.
5900 2011-10-19  Jan Hubicka  <jh@suse.cz>
5902         * cgraphunit.c (handle_alias_pairs): Also handle wekref with
5903         destination declared.
5904         (output_weakrefs): New function.
5905         * varpool.c (varpool_create_variable_alias): Handle external aliases.
5907 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
5909         * dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode as
5910         second argument instead of mode.
5912 2011-10-18  Jakub Jelinek  <jakub@redhat.com>
5914         * config/i386/i386.c (ix86_expand_vec_perm): In merge_two use
5915         mode SUBREG of operands[0] as target.
5916         (valid_perm_using_mode_p): Don't ignore higher bits of d->perm.
5917         (expand_vec_pshufb): For V8SImode vmode emit avx2_permvarv8si.
5918         (expand_vec_perm_1): Handle identity and some broadcast
5919         permutations.
5920         (expand_vec_perm_interleave2): Handle also 32-byte modes, using
5921         vperm2[fi]128 or vpunpck[lh]* followed by single insn permutation.
5922         For d->testing_p return true earlier to avoid creating more GC
5923         garbage.
5924         (expand_vec_perm_vpermq_perm_1): New function.
5925         (expand_vec_perm_vpshufb2_vpermq): For d->testing_p return true
5926         earlier to avoid creating more GC garbage.  Fix handling of
5927         V16HImode.  Avoid some SUBREGs in SET_DEST.
5928         (expand_vec_perm_broadcast_1): Return false for 32-byte integer
5929         vector modes.
5930         (expand_vec_perm_vpshufb4_vpermq2): New function.
5931         (ix86_expand_vec_perm_builtin_1): Call expand_vec_perm_vpermq_perm_1
5932         and expand_vec_perm_vpshufb4_vpermq2.
5934 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5936         * config/arm/driver-arm.c (host_detect_local_cpu): Close the file
5937         before exiting.
5939 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5941         PR tree-optimization/50717
5942         * tree-ssa-math-opts.c (is_widening_mult_p): Remove the 'type'
5943         parameter.  Calculate 'type' from stmt.
5944         (convert_mult_to_widen): Update call the is_widening_mult_p.
5945         (convert_plusminus_to_widen): Likewise.
5947 2011-10-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5949         * config/spu/spu.c (struct machine_function): New data structure.
5950         (spu_init_machine_status): New function.
5951         (spu_option_override): Install it.
5952         (get_pic_reg): Set and use cfun->machine->pic_reg.
5953         (spu_split_immediate): Do not set crtl->uses_pic_offset_table.
5954         (need_to_save_reg): Use cfun->machine->pic_reg instead of
5955         checking crtl->uses_pic_offset_table.
5956         (spu_expand_prologue): Likewise.
5958 2011-10-18  Jakub Jelinek  <jakub@redhat.com>
5960         PR tree-optimization/50735
5961         * function.c (gimplify_parameters): Use create_tmp_var instead of
5962         create_tmp_reg.  If parm is not TREE_ADDRESSABLE and type is complex
5963         or vector type, set DECL_GIMPLE_REG_P.
5965 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5967         * config.host (arm*-*-linux*): Add driver-arm.o and x-arm.
5968         * config/arm/arm.opt: Add 'native' processor_type and
5969         arm_arch enum values.
5970         * config/arm/arm.h (host_detect_local_cpu): New prototype.
5971         (EXTRA_SPEC_FUNCTIONS): New define.
5972         (MCPU_MTUNE_NATIVE_SPECS): New define.
5973         (DRIVER_SELF_SPECS): New define.
5974         * config/arm/driver-arm.c: New file.
5975         * config/arm/x-arm: New file.
5976         * doc/invoke.texi (ARM Options): Document -mcpu=native,
5977         -mtune=native and -march=native.
5979 2011-10-18  Alexander Monakov  <amonakov@ispras.ru>
5981         PR rtl-optimization/50205
5982         * sel-sched.c (count_occurrences_1): Simplify on the assumption that
5983         p->x is a register.  Forbid substitution when the same register is
5984         found in a different mode.
5985         (count_occurrences_equiv): Assert that 'what' is a register.
5987 2011-10-18  Richard Guenther  <rguenther@suse.de>
5989         PR tree-optimization/50767
5990         * tree-ssa-pre.c (create_expression_by_pieces): Update the
5991         folded statement.
5993 2011-10-18  Julian Brown  <julian@codesourcery.com>
5995         * config/arm/arm.c (arm_block_move_unaligned_straight)
5996         (arm_adjust_block_mem, arm_block_move_unaligned_loop)
5997         (arm_movmemqi_unaligned): New.
5998         (arm_gen_movmemqi): Support unaligned block copies.
6000 2011-10-18  Ira Rosen  <ira.rosen@linaro.org>
6002         * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,
6003         vec_widen_sshiftl_hi, vec_widen_sshiftl_lo): Document.
6004         * tree-pretty-print.c (dump_generic_node): Handle WIDEN_LSHIFT_EXPR,
6005         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
6006         (op_code_prio): Likewise.
6007         (op_symbol_code): Handle WIDEN_LSHIFT_EXPR.
6008         * optabs.c (optab_for_tree_code): Handle
6009         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
6010         (init-optabs): Initialize optab codes for vec_widen_u/sshiftl_hi/lo.
6011         * optabs.h (enum optab_index): Add OTI_vec_widen_u/sshiftl_hi/lo.
6012         * genopinit.c (optabs): Initialize the new optabs.
6013         * expr.c (expand_expr_real_2): Handle
6014         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
6015         * gimple-pretty-print.c (dump_binary_rhs): Likewise.
6016         * tree-vectorizer.h (NUM_PATTERNS): Increase to 8.
6017         * tree.def (WIDEN_LSHIFT_EXPR, VEC_WIDEN_LSHIFT_HI_EXPR,
6018         VEC_WIDEN_LSHIFT_LO_EXPR): New.
6019         * cfgexpand.c (expand_debug_expr): Handle new tree codes.
6020         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
6021         vect_recog_widen_shift_pattern.
6022         (vect_handle_widen_mult_by_const): Rename...
6023         (vect_handle_widen_op_by_const): ...to this.  Handle shifts.
6024         Add a new argument, update documentation.
6025         (vect_recog_widen_mult_pattern): Assume that only second
6026         operand can be constant.  Update call to
6027         vect_handle_widen_op_by_const.
6028         (vect_recog_over_widening_pattern): Fix typo.
6029         (vect_recog_widen_shift_pattern): New.
6030         * tree-vect-stmts.c (vectorizable_type_promotion): Handle
6031         widening shifts.
6032         (supportable_widening_operation): Likewise.
6033         * tree-inline.c (estimate_operator_cost): Handle new tree codes.
6034         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
6035         * tree-cfg.c (verify_gimple_assign_binary): Likewise.
6036         * config/arm/neon.md (neon_vec_<US>shiftl_<mode>): New.
6037         (vec_widen_<US>shiftl_lo_<mode>, neon_vec_<US>shiftl_hi_<mode>,
6038         vec_widen_<US>shiftl_hi_<mode>, neon_vec_<US>shift_left_<mode>):
6039         Likewise.
6040         * config/arm/predicates.md (const_neon_scalar_shift_amount_operand):
6041         New.
6042         * config/arm/iterators.md (V_innermode): New.
6043         * tree-vect-slp.c (vect_build_slp_tree): Require same shift operand
6044         for widening shift.
6046 2011-10-18  Richard Guenther  <rguenther@suse.de>
6048         * tree-ssa-alias.h (struct pt_solution): Remove
6049         vars_contains_restrict member.
6050         (pt_solutions_same_restrict_base): Remove.
6051         (pt_solution_set): Adjust.
6052         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Remove
6053         vars_contains_restrict handling.
6054         (dump_points_to_solution): Likewise.
6055         (ptr_derefs_may_alias_p): Do not call pt_solutions_same_restrict_base.
6056         * tree-ssa-structalias.c (struct variable_info): Remove is_restrict_var
6057         field.
6058         (new_var_info): Do not initialize it.
6059         (ipa_escaped_pt): Adjust.
6060         (make_constraint_from_restrict): Make the tag global.
6061         (make_constraint_from_global_restrict): New function.
6062         (make_constraint_from_heapvar): Remove.
6063         (create_variable_info_for): Do not make restrict vars point
6064         to NONLOCAL.
6065         (intra_create_variable_infos): Likewise.
6066         (find_what_var_points_to): Remove vars_contains_restrict handling.
6067         (pt_solution_set): Adjust.
6068         (pt_solution_ior_into): Likewise.
6069         (pt_solutions_same_restrict_base): Remove.
6070         (compute_points_to_sets): Do not test is_restrict_var.
6071         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
6072         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
6074 2011-10-18  Tom de Vries  <tom@codesourcery.com>
6076         PR tree-optimization/50672
6077         * tree-ssa-dce.c (mark_virtual_operand_for_renaming): New function,
6078         factored out of ...
6079         (mark_virtual_phi_result_for_renaming): Use
6080         mark_virtual_operand_for_renaming.
6081         * tree-flow.h (mark_virtual_operand_for_renaming): Declare.
6082         * tree-ssa-tail-merge.c (release_last_vdef): New function.
6083         (purge_bbs): Add update_vops parameter.  Call release_last_vdef for each
6084         deleted basic block.
6085         (tail_merge_optimize): Add argument to call to purge_bbs.
6087 2011-10-18  Richard Guenther  <rguenther@suse.de>
6089         PR middle-end/50716
6090         * expr.c (get_object_or_type_alignment): New function.
6091         (expand_assignment): Use it.
6092         (expand_expr_real_1): Likewise.
6094 2011-10-18  Dodji Seketeli  <dodji@redhat.com>
6096         PR bootstrap/50760
6097         * input.c (dump_line_table_statistics): Use long, not size_t.
6099 2011-10-17  Eric Botcazou  <ebotcazou@adacore.com>
6101         * config/sparc/sparc.md (in_call_delay): Fix formatting issues.
6103 2011-10-17  Simon Baldwin  <simonb@google.com>
6104             Ian Lance Taylor  <iant@google.com>
6106         * configure.ac: Add --with-native-system-header-dir.  Set and
6107         substitute NATIVE_SYSTEM_HEADER_DIR.  Use native_system_header
6108         when setting target_header_dir.
6109         * config.gcc: Always set native_system_header_dir.
6110         (*-*-gnu*): Set native_system_header_dir.  Don't use t-gnu.
6111         (i[34567]86-pc-msdosdjgpp*): Set native_system_header_dir.  Don't
6112         use i386/t-djgpp.
6113         (i[34567]86-*-mingw* | x86_64-*-mingw*): Set
6114         native_system_header_dir.
6115         (spu-*-elf*): Set native_system_header_dir.
6116         * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): Set to
6117         @NATIVE_SYSTEM_HEADER_DIR@.
6118         (PREPROCESSOR_DEFINES): Define NATIVE_SYSTEM_HEADER_DIR.
6119         * cppdefault.c (STANDARD_INCLUDE_DIR): Don't define.
6120         (NATIVE_SYSTEM_HEADER_COMPONENT): Rename from
6121         STANDARD_INCLUDE_COMPONENT.
6122         (cpp_include_defaults): Don't use SYSTEM_INCLUDE_DIR.  Rename
6123         STANDARD_INCLUDE_DIR to NATIVE_SYSTEM_HEADER_DIR.
6124         * system.h: Poison SYSTEM_INCLUDE_DIR, STANDARD_INCLUDE_DIR, and
6125         STANDARD_INCLUDE_COMPONENT.
6126         * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Remove.
6127         * config/i386/t-mingw-w32: Likewise.
6128         * config/i386/t-mingw-w64: Likewise.
6129         * config/spu/t-spu-elf: Likewise.
6130         * config/i386/t-djgpp: Remove.
6131         * config/t-gnu: Remove.
6132         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Don't define.
6133         (NATIVE_SYSTEM_HEADER_COMPONENT): Rename from
6134         STANDARD_INCLUDE_COMPONENT.
6135         * config/i386/djgpp.h (STANDARD_INCLUDE_DIR): Don't define.
6136         * config/spu/spu-elf.h: Likewise.
6137         * config/vms/xm-vms.h: Likewise.
6138         * config/gnu.h: Likewise.
6139         * config/openbsd.h (INCLUDE_DEFAULTS): Change STANDARD_INCLUDE_DIR
6140         and STANDARD_INCLUDE_COMPONENT to NATIVE_SYSTEM_HEADER_DIR and
6141         NATIVE_SYSTME_HEADER_COMPONENT.
6142         * doc/install.texi (Configuration): Document
6143         --with-native-system-header-dir.  Mention it in the documentation
6144         for --with-sysroot and --with-build-sysroot.
6145         * doc/tm.texi.in (Driver): Don't document SYSTEM_INCLUDE_DIR or
6146         STANDARD_INCLUDE_DIR.  Rename STANDARD_INCLUDE_COMPONENT to
6147         NATIVE_SYSTEM_HEADER_COMPONENT.  Rename uses of
6148         STANDARD_INCLUDE_DIR to NATIVE_SYSTEM_HEADER_DIR.
6149         * doc/fragments.texi (Target Fragment): Don't document
6150         NATIVE_SYSTEM_HEADER_DIR.
6151         * configure, doc/tm.texi: Rebuild.
6153 2011-10-17  Richard Henderson  <rth@redhat.com>
6155         * config/sparc/sparc.md: Use register_or_zero_operand where rJ
6156         is the constraint.
6158         * config/sparc/sparc.md (vec_perm_constv8qi, vec_perm<mode>): New
6159         patterns.
6160         * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): New function.
6161         * config/sparc/sparc-protos.h (sparc_expand_vec_perm_bmask): Declare.
6163 2011-10-17  David S. Miller  <davem@davemloft.net>
6165         * config/sparc/sparc-modes.def: Add single entry vector modes for
6166         DImode and SImode.
6167         * config/sparc/sparc.md (V32, V32I, V64, V64I, V64N8): Delete
6168         mode iterators.
6169         (mov<V32:mode>): Revert back to plain SFmode pattern.
6170         (*movsf_insn): Likewise.
6171         (mov<V64:mode>): Revert back to plain DFmode pattern.
6172         (*movdf_insn_sp32): Likewise.
6173         (*movdf_insn_sp32_v9): Likewise.
6174         (*movdf_insn_sp64): Likewise.
6175         (V64 mode splitters) Likewise.
6176         (addsi3): Remove VIS alternatives.
6177         (subsi3): Likewise.
6178         (and<V64I:mode>3): Revert to DImode only pattern.
6179         (and<V64I:mode>3_sp32): Likewise.
6180         (*and<V64I:mode>3_sp64): Likewise.
6181         (and<V32I:mode>3): Likewise.
6182         (*and_not_<V64I:mode>_sp32): Likewise.
6183         (*and_not_<V64I:mode>_sp64): Likewise.
6184         (*and_not_<V32I:mode>): Likewise.
6185         (ior<V64I:mode>3): Likewise.
6186         (*ior<V64I:mode>3_sp32): Likewise.
6187         (*ior<V64I:mode>3_sp64): Likewise.
6188         (ior<V32I:mode>3): Likewise.
6189         (*or_not_<V64I:mode>_sp32): Likewise.
6190         (*or_not_<V64I:mode>_sp64): Likewise.
6191         (*or_not_<V32I:mode>): Likewise.
6192         (xor<V64I:mode>3): Likewise.
6193         (*xor<V64I:mode>3_sp32): Likewise.
6194         (*xor<V64I:mode>3_sp64): Likewise.
6195         (xor<V32I:mode>3): Likewise.
6196         (V64I mode splitters): Likewise.
6197         (*xor_not_<V64I:mode>_sp32): Likewise.
6198         (*xor_not_<V64I:mode>_sp64): Likewise.
6199         (*xor_not_<V32I:mode>): Likewise.
6200         (one_cmpl<V64I:mode>2): Likewise.
6201         (*one_cmpl<V64I:mode>2_sp32): Likewise.
6202         (*one_cmpl<V64I:mode>2_sp64): Likewise.
6203         (one_cmpl<V32I:mode>2): Likewise.
6204         (VM32, VM64, VMALL): New mode iterators.
6205         (vbits, vconstr, vfptype): New mode attributes.
6206         (mov<VMALL:mode>): New expander.
6207         (*mov<VM32:mode>_insn): New insn.
6208         (*mov<VM64:mode>_insn_sp64): New insn.
6209         (*mov<VM64:mode>_insn_sp32): New insn, and associated splitter
6210         specifically for the register to memory case.
6211         (vec_init<mode>): New expander.
6212         (VADDSUB): New mode iterator.
6213         (<plusminus_insn>v2si3, <plusminus_insn>v2hi3): Remove and replace
6214         with...
6215         (<plusminus_insn><mode>3): New consolidated pattern.
6216         (VL): New mode iterator for logical operations.
6217         (vlsuf): New more attribute.
6218         (vlop): New code iterator.
6219         (vlinsn, vlninsn): New code attributes.
6220         (<code><mode>3): New insn to non-negated vector logical ops.
6221         (*not_<code><mode>3): Likewise for negated variants.
6222         (*nand<mode>_vis): New insn.
6223         (vlnotop): New code iterator.
6224         (*<code>_not1<mode>_vis, *<code>_not2<mode>_vis): New insns.
6225         (one_cmpl<mode>2): New insn.
6226         (faligndata<V64I:mode>_vis): Rewrite to use VM64 iterator.
6227         (bshuffle<VM64:mode>_vis): Likewise.
6228         (v<vis3_shift_patname><mode>3): Use GCM mode iterator.
6229         (fp<plusminus_insn>64_vis): Use V1DI mode.
6230         (VASS mode iterator): Use V1SI not SI mode.
6231         * config/sparc/sparc.c (sparc_vis_init_builtins): Account for
6232         single-entry vector mode changes.
6233         (sparc_expand_builtin): Likewise.
6234         (sparc_expand_vector_init): New function.
6235         * config/sparc/sparc-protos.h (sparc_expand_vector_init): Declare.
6237 2011-10-17  Kai Tietz  <ktietz@redhat.com>
6239         * fold-const.c (simple_operand_p_2): New function.
6240         (fold_truthop): Rename to
6241         (fold_truth_andor_1): function name.
6242         Additionally remove branching creation for logical and/or.
6243         (fold_truth_andor): Handle branching creation for logical and/or here.
6245 2011-10-17  Andi Kleen  <ak@linux.intel.com>
6247         * ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.
6249 2011-10-17  Georg-Johann Lay  <avr@gjlay.de>
6251         * config/avr/avr.h (ASSEMBLER_DIALECT): Remove.
6252         * config/avr/avr.md (mcu_have_movw, mcu_mega): Remove attributes.
6253         (adjust_len): Add alternative "call".
6254         (isa, enabled): New insn attributes.
6255         (length): Use match_test with AVR_HAVE_JMP_CALL instead of
6256         mcu_mega attribute.
6257         (*sbrx_branch<mode>): Ditto.
6258         (*sbrx_and_branch<mode>): Ditto.
6259         (*sbix_branch): Ditto.
6260         (*sbix_branch_bit7): Ditto.
6261         (*sbix_branch_tmp): Ditto.
6262         (*sbix_branch_tmp_bit7): Ditto.
6263         (jump): Ditto.
6264         (negsi2): Use attribute "isa" instead of assembler dialect.
6265         (extendhisi2): Ditto.
6266         (call_insn, call_value_insn): Set adjust_len attribute.
6267         (indirect_jump): Indent to coding rules.
6268         (call_prologue_saves): Use isa attribute instead of mcu_mega.
6269         (epilogue_restores): Ditto.  Fix setting of SP as described in the
6270         RTX pattern.
6271         (*indirect_jump): Fusion of *jcindirect_jump, *njcindirect_jump
6272         and *indirect_jump_avr6.
6273         (*tablejump): Fusion of *tablejump_rjmp and *tablejump_lib.
6274         (*jcindirect_jump, *njcindirect_jump, *indirect_jump_avr6): Remove.
6275         (*tablejump_rjmp, *tablejump_lib): Remove.
6276         * config/avr/avr.c (adjust_insn_length): Handle ADJUST_LEN_CALL.
6278 2011-10-17  Paolo Carlini  <paolo.carlini@oracle.com>
6280         PR c++/50757
6281         * doc/invoke.texi ([Wnonnull]): Update.
6283 2011-10-17  Richard Henderson  <rth@redhat.com>
6285         PR 50746
6286         * optabs.c (expand_vec_perm_expr): Fix indexing error.
6288 2011-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>
6290         * configure.ac: Display `yes' if the SystemTap header has been found.
6291         * configure: Regenerate.
6293 2011-10-08  Andi Kleen  <ak@linux.intel.com>
6295         PR other/50636
6296         * config.in, configure: Regenerate.
6297         * configure.ac (madvise): Add to AC_CHECK_FUNCS.
6298         * ggc-page.c (USING_MADVISE): Add.
6299         (page_entry): Add discarded field.
6300         (alloc_page): Check for discarded pages.
6301         (release_pages): Add USING_MADVISE branch.
6303 2011-10-17  Richard Guenther  <rguenther@suse.de>
6305         PR tree-optimization/50729
6306         * tree-vrp.c (extract_range_from_unary_expr_1): Remove redundant test.
6307         (simplify_conversion_using_ranges): Properly test the
6308         intermediate result.
6310 2011-10-15  Tom Tromey  <tromey@redhat.com>
6311             Dodji Seketeli  <dodji@redhat.com>
6313         * ggc.h (ggc_round_alloc_size): Declare new public entry point.
6314         * ggc-none.c (ggc_round_alloc_size): New public stub function.
6315         * ggc-page.c (ggc_alloced_size_order_for_request): New static
6316         function.  Factorized from ggc_internal_alloc_stat.
6317         (ggc_round_alloc_size): New public function.  Uses
6318         ggc_alloced_size_order_for_request.
6319         (ggc_internal_alloc_stat): Use ggc_alloced_size_order_for_request.
6320         * ggc-zone.c (ggc_round_alloc_size): New public function extracted
6321         from ggc_internal_alloc_zone_stat.
6322         (ggc_internal_alloc_zone_stat): Use ggc_round_alloc_size.
6323         * toplev.c (general_init): Initialize
6324         line_table->alloced_size_for_request.
6326 2011-10-15  Tom Tromey  <tromey@redhat.com>
6327             Dodji Seketeli  <dodji@redhat.com>
6329         * input.c (ONE_K, ONE_M, SCALE, STAT_LABEL, FORMAT_AMOUNT): New macros.
6330         (num_expanded_macros_counter, num_macro_tokens_counter): Declare
6331         new counters.
6332         (dump_line_table_statistics): Define new function.
6333         * input.h (dump_line_table_statistics): Declare new function.
6334         * toplev.c (dump_memory_report): Call dump_line_table_statistics.
6336 2011-10-15  Tom Tromey  <tromey@redhat.com>
6337             Dodji Seketeli  <dodji@redhat.com>
6339         * doc/cppopts.texi: Document -fdebug-cpp.
6340         * doc/invoke.texi: Add -fdebug-cpp to the list of preprocessor options.
6342 2011-10-15  Tom Tromey  <tromey@redhat.com>
6343             Dodji Seketeli  <dodji@redhat.com>
6345         * gcc/diagnostic.h (diagnostic_report_current_module): Add a
6346         location parameter.
6347         * diagnostic.c (diagnostic_report_current_module): Add a location
6348         parameter to the function definition.  Use it instead of
6349         input_location.  Resolve the virtual location rather than just
6350         looking up its map and risking to touch a resulting macro map.
6351         (default_diagnostic_starter): Pass the relevant diagnostic
6352         location to diagnostic_report_current_module.
6353         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): New.
6354         (virt_loc_aware_diagnostic_finalizer): Likewise.
6355         (diagnostic_report_current_function): Pass the
6356         relevant location to diagnostic_report_current_module.
6357         * tree-diagnostic.h (virt_loc_aware_diagnostic_finalizer): Declare
6358         new function.
6359         * toplev.c (general_init): By default, use the new
6360         virt_loc_aware_diagnostic_finalizer as diagnostic finalizer.
6361         * Makefile.in: Add vec.h dependency to tree-diagnostic.c.
6363 2011-10-15  Tom Tromey  <tromey@redhat.com>
6364             Dodji Seketeli  <dodji@redhat.com>
6366         * doc/cppopts.texi (-ftrack-macro-expansion): Document new option.
6367         * doc/invoke.texi (-ftrack-macro-expansion): Add this to the list of
6368         preprocessor related options.
6370 2011-10-15  Tom Tromey  <tromey@redhat>
6371             Dodji Seketeli  <dodji@redhat.com>
6373         * input.h (struct expanded_location): Move to libcpp/line-map.h.
6374         (LOCATION_COLUMN): New accessor
6375         (in_system_header_at): Use linemap_location_in_system_header_p.
6376         * diagnostic.c (diagnostic_report_current_module): Adjust to avoid
6377         touching the internals of struct line_map.  Use the public API instead.
6378         (diagnostic_report_diagnostic): Don't use relational operator '<'
6379         on virtual locations.  Use linemap_location_before_p instead.
6380         * input.c (expand_location): Adjust to expand to the tokens'
6381         spelling location when macro location tracking is on.
6384 2011-10-08  Andi Kleen  <ak@linux.intel.com>
6386         * ggc-page.c (GGC_QUIRE_SIZE): Increase to 512
6388 2011-10-13  Andi Kleen  <ak@linux.intel.com>
6390         * toplev.c (compile_file): Rename __gnu_slim_lto to __gnu_lto_slim.
6392 2011-10-16  Ira Rosen  <ira.rosen@linaro.org>
6394         PR tree-optimization/50727
6395         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Add
6396         DEF_STMT to the list of statements to be replaced by the
6397         pattern statements.
6399 2011-10-16  Eric Botcazou  <ebotcazou@adacore.com>
6401         PR rtl-optimization/50615
6402         * combine.c (distribute_notes) <REG_ARGS_SIZE>: Skip if I3 is a no-op.
6404 2011-10-16  Jakub Jelinek  <jakub@redhat.com>
6406         PR tree-optimization/50596
6407         * tree-vectorizer.h (NUM_PATTERNS): Increase to 7.
6408         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
6409         vect_recog_bool_pattern.
6410         (check_bool_pattern, adjust_bool_pattern_cast,
6411         adjust_bool_pattern, vect_recog_bool_pattern): New functions.
6413 2011-10-16  Ira Rosen  <ira.rosen@linaro.org>
6415         * tree-vect-stmts.c (vectorizable_load): For SLP without permutation
6416         treat the first load of the node as the first element in its
6417         interleaving chain.
6418         * tree-vect-slp.c (vect_get_and_check_slp_defs): Swap the operands if
6419         necessary and possible.
6420         (vect_build_slp_tree): Add new argument.  Allow load groups of any size
6421         in basic blocks.  Keep all the loads for further permutation check.
6422         Use the new argument to determine if there is a permutation.  Update
6423         the recursive calls.
6424         (vect_supported_load_permutation_p): Allow subchains of interleaving
6425         chains in basic block vectorization.
6426         (vect_analyze_slp_instance): Update the call to vect_build_slp_tree.
6427         Check load permutation based on the new parameter.
6428         (vect_schedule_slp_instance): Don't start from the first element in
6429         interleaving chain unless the loads are permuted.
6431 2011-10-15  Jan Hubicka  <jh@suse.cz>
6433         PR target/48668
6434         PR target/50689
6435         * cgraphunit.c (cgraph_expand_function): Expand thunks and alises
6436         after function body.
6438 2011-10-15  Richard Henderson  <rth@redhat.com>
6440         * tree-vect-slp.c: Include langhooks.h.
6441         (vect_create_mask_and_perm): Emit VEC_PERM_EXPR, not a builtin.
6442         (vect_transform_slp_perm_load): Use can_vec_perm_expr_p.  Simplify
6443         mask creation for VEC_PERM_EXPR.
6444         * tree-vect-stmts.c (perm_mask_for_reverse): Return the mask,
6445         not the builtin.
6446         (reverse_vec_elements): Emit VEC_PERM_EXPR not a builtin.
6447         * Makefile.in (tree-vect-slp.o): Update dependency.
6448         * optabs.c (can_vec_perm_expr_p): Allow NULL as unknown constant.
6450 2011-10-15  Alan Modra  <amodra@gmail.com>
6452         PR bootstrap/50738
6453         * ifcvt.c (dead_or_predicable): Revert accidental commit with
6454         HAVE_simple_return test.
6456 2011-10-15  Alan Modra  <amodra@gmail.com>
6458         * ifcvt.c (dead_or_predicable): Disable if-conversion when
6459         doing so is likely to kill a shrink-wrapping opportunity.
6461         PR rtl-optimization/49941
6462         * jump.c (mark_jump_label_1): Set JUMP_LABEL for simple_return jumps.
6464         * rtl.h (set_return_jump_label): Declare.
6465         * function.c (set_return_jump_label): New function, extracted..
6466         (thread_prologue_and_epilogue_insns): ..from here.  Use it in
6467         another instance to set return jump_label.
6468         * cfgrtl.c (force_nonfallthru_and_redirect): Use set_return_jump_label.
6469         * reorg.c (find_end_label): Likewise.
6471 2011-10-14  David S. Miller  <davem@davemloft.net>
6473         * config/sparc/sol2.h: Protect -m{cpu,tune}=native handling
6474         with a more complete cpp test.
6475         * config/sparc/linux64.h: Likewise.
6476         * config/sparc/linux.h: Likewise.
6477         * config/sparc/sparc.opt (sparc_debug): New target variable.
6478         (mdebug): New target option.
6479         * config/sparc/sparc.h (MASK_DEBUG_OPTIONS, MASK_DEBUG_ALL,
6480         TARGET_DEBUG_OPTIONS): New defines.
6481         * config/sparc/sparc.c (debug_target_flag_bits,
6482         debug_target_flags): New functions.
6483         (sparc_option_override): Add name strings back to cpu_table[].
6484         Parse -mdebug string.  When TARGET_DEBUG_OPTIONS is true, print
6485         out the target flags before and after override processing as well
6486         as the selected cpu.  If MASK_V8PLUS, make sure that the selected
6487         cpu is at least v9.
6489 2011-10-15  Oleg Endo  <oleg.endo@t-online.de>
6491         PR target/49263
6492         * config/sh/sh.h (ZERO_EXTRACT_ANDMASK): New macro.
6493         * config/sh/sh.c (sh_rtx_costs): Add test instruction case.
6494         * config/sh/sh.md (tstsi_t): Name existing insn.  Make inner
6495         and instruction commutative.
6496         (tsthi_t, tstqi_t, tstqi_t_zero, tstsi_t_and_not,
6497         tstsi_t_zero_extract_eq, tstsi_t_zero_extract_xor,
6498         tstsi_t_zero_extract_subreg_xor_little,
6499         tstsi_t_zero_extract_subreg_xor_big): New insns.
6500         (*movsicc_t_false, *movsicc_t_true): Replace space with tab in
6501         asm output.
6502         (*andsi_compact): Reorder alternatives so that K08 is considered first.
6504 2011-10-14  Eric Botcazou  <ebotcazou@adacore.com>
6506         PR target/50354
6507         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if the default
6508         processor is at least V9 and TARGET_64BIT_DEFAULT is defined.
6510 2011-10-14  Gerald Pfeifer  <gerald@pfeifer.com>
6512         * invoke.texi (AVR Options): Avoid \leq{}.
6514 2011-10-14  Kai Tietz  <ktietz@redhat.com>
6516         * gimplify.c (gimplify_expr): Take care that for bitwise-binary
6517         transformation the operands have compatible types.
6519 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6521         * config/i386/sse.md (vec_widen_smult_hi_v8hi,
6522         vec_widen_smult_lo_v8hi, vec_widen_umult_hi_v8hi,
6523         vec_widen_umult_lo_v8hi): Macroize using VI2_AVX2
6524         mode iterator and any_extend code iterator.
6525         (vec_widen_<s>mult_hi_v8si, vec_widen_<s>mult_lo_v8si): New expanders.
6526         (vec_widen_smult_hi_v4si, vec_widen_smult_lo_v4si): Enable
6527         also for TARGET_SSE4_1 using pmuldq insn.
6528         (sdot_prodv8hi): Macroize using VI2_AVX2 iterator.
6529         (sse2_sse4_1): New code attr.
6530         (udot_prodv4si): Macroize using any_extend code iterator.
6531         (<s>dot_prodv8si): New expander.
6533 2011-10-14  Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
6535         * config/i386/i386.c (atom_cost): Changed cost for loading
6536         QImode using movzbl.
6538 2011-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
6540         * config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo in my
6541         change on October 11th, 2011.
6543 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6545         * config/i386/sse.md (vec_interleave_high<mode>,
6546         vec_interleave_low<mode>): Add AVX2 expanders for VI_256 modes.
6547         * config/i386/i386.c (expand_vec_perm_interleave3): New function.
6548         (ix86_expand_vec_perm_builtin_1): Call it.
6550 2011-10-14  Georg-Johann Lay  <avr@gjlay.de>
6552         Fix thinko from r179765
6553         * config/avr/avr.c (avr_option_override): Don't override
6554         flag_omit_frame_pointer if not actually needed.
6556 2011-10-14  Georg-Johann Lay  <avr@gjlay.de>
6558         PR target/46278
6559         * doc/invoke.texi (AVR Options): Document -mstrict-X.
6561         * config/avr/avr.opt (-mstrict-X): New option.
6562         (avr_strict_X): New variable reflecting -mstrict-X.
6563         * config/avr/avr.c (avr_reg_ok_for_addr_p): Add parameter
6564         outer_code and pass it down to avr_regno_mode_code_ok_for_base_p.
6565         (avr_legitimate_address_p): Pass outer_code to
6566         avr_reg_ok_for_addr_p and use that function in case PLUS.
6567         (avr_mode_code_base_reg_class): Depend on avr_strict_X.
6568         (avr_regno_mode_code_ok_for_base_p): Ditto, and depend on outer_code.
6569         (avr_option_override): Disable -fcaller-saves if -mstrict-X is on.
6571 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6573         * config/i386/sse.md (neg<mode>2): Use VI_AVX2 iterator instead
6574         of VI_128.
6576         * config/i386/sse.md (mulv2di3): Macroize using VI8_AVX2 iterator.
6577         (ashl<mode>3): Use VI248_AVX2 iterator instead of VI248_128.
6578         Use <sseinsnmode> instead of TI in mode attr.
6580 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6582         * config/arm/linux-atomic-64bit.c: New (based on linux-atomic.c).
6583         * config/arm/linux-atomic.c: Change comment to point to 64bit version.
6584         (SYNC_LOCK_RELEASE): Instantiate 64bit version.
6585         * config/arm/t-linux-eabi: Pull in linux-atomic-64bit.c.
6587 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6589         * config/arm/arm.c (arm_output_ldrex): Support ldrexd.
6590         (arm_output_strex): Support strexd.
6591         (arm_output_it): New helper to output it in Thumb2 mode only.
6592         (arm_output_sync_loop): Support DI mode.  Change comment to
6593         not support const_int.
6594         (arm_expand_sync): Support DI mode.
6595         * config/arm/arm.h (TARGET_HAVE_LDREXBHD): Split into LDREXBH
6596         and LDREXD.
6597         * config/arm/iterators.md (NARROW): move from sync.md.
6598         (QHSD): New iterator for all current ARM integer modes.
6599         (SIDI): New iterator for SI and DI modes only.
6600         * config/arm/sync.md (sync_predtab): New mode_attr.
6601         (sync_compare_and_swapsi): Fold into sync_compare_and_swap<mode>.
6602         (sync_lock_test_and_setsi): Fold into sync_lock_test_and_setsi<mode>.
6603         (sync_<sync_optab>si): Fold into sync_<sync_optab><mode>.
6604         (sync_nandsi): Fold into sync_nand<mode>.
6605         (sync_new_<sync_optab>si): Fold into sync_new_<sync_optab><mode>.
6606         (sync_new_nandsi): Fold into sync_new_nand<mode>.
6607         (sync_old_<sync_optab>si): Fold into sync_old_<sync_optab><mode>.
6608         (sync_old_nandsi): Fold into sync_old_nand<mode>.
6609         (sync_compare_and_swap<mode>): Support SI & DI.
6610         (sync_lock_test_and_set<mode>): Likewise.
6611         (sync_<sync_optab><mode>): Likewise.
6612         (sync_nand<mode>): Likewise.
6613         (sync_new_<sync_optab><mode>): Likewise.
6614         (sync_new_nand<mode>): Likewise.
6615         (sync_old_<sync_optab><mode>): Likewise.
6616         (sync_old_nand<mode>): Likewise.
6617         (arm_sync_compare_and_swapsi): Turn into iterator on SI & DI.
6618         (arm_sync_lock_test_and_setsi): Likewise.
6619         (arm_sync_new_<sync_optab>si): Likewise.
6620         (arm_sync_new_nandsi): Likewise.
6621         (arm_sync_old_<sync_optab>si): Likewise.
6622         (arm_sync_old_nandsi): Likewise.
6623         (arm_sync_compare_and_swap<mode> NARROW): use sync_predtab, fix indent.
6624         (arm_sync_lock_test_and_setsi<mode> NARROW): Likewise.
6625         (arm_sync_new_<sync_optab><mode> NARROW): Likewise.
6626         (arm_sync_new_nand<mode> NARROW): Likewise.
6627         (arm_sync_old_<sync_optab><mode> NARROW): Likewise.
6628         (arm_sync_old_nand<mode> NARROW): Likewise.
6630 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6632         PR target/48126
6633         * config/arm/arm.c (arm_output_sync_loop): Move label before barrier.
6635 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6637         * config/arm/arm.h (TARGET_HAVE_DMB_MCR): MCR Not available in Thumb1.
6639 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
6641         * doc/invoke.texi ([Wformat-zero-length]): Tidy.
6643 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6645         * gimple.c (walk_stmt_load_store_addr_ops): Call visit_addr also
6646         on COND_EXPR/VEC_COND_EXPR comparison operands if they are ADDR_EXPRs.
6648 2011-10-14  Richard Guenther  <rguenther@suse.de>
6650         PR tree-optimization/50723
6651         * ipa-split.c (split_function): Use GSI_CONTINUE_LINKING.
6653 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
6655         * gengtype.c (files_rules): Added rules for objc/objc-map.h and
6656         objc/objc-map.c.
6658 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
6660         PR c++/17212
6661         * doc/invoke.texi ([Wformat-zero-length]): Update.
6663 2011-10-14  Iain Sandoe  <iains@gcc.gnu.org>
6665         PR bootstrap/50699
6666         * config/darwin.c (darwin_patch_builtin): Adjust argument type. Only
6667         build for powerpc targets.  (darwin_patch_builtins): Only build for
6668         powerpc targets.
6670 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6672         * config/i386/sse.md (*avx_cvtdq2pd256_2): Rename to...
6673         (avx_cvtdq2pd256_2): ... this.
6674         (sseunpackfltmode): New mode attr.
6675         (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi,
6676         vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): Macroize
6677         using VI2_AVX2 iterator.
6678         (vec_unpacku_float_hi_v8si, vec_unpacku_float_lo_v8si): New expanders.
6680 2011-10-13  David S. Miller  <davem@davemloft.net>
6682         * config/sparc/sparc.md (plusminus): New code iterator.
6683         (plusminus_insn): New code attr.
6684         (addv2si3, subv2si3, addv4hi3, subv4hi3, addv2hi3, subv2hi3): Merge
6685         using plusminus and plusminus_insn.
6686         (fpadd64_vis, fpsub64_vis): Likewise.
6688 2011-10-13  Richard Henderson  <rth@redhat.com>
6690         * doc/md.texi (vec_perm): Document fallback to byte permutation.
6691         * genopinit.c (optabs): Add vec_perm_const.
6692         * optabs.c (can_vec_perm_expr_p): Rename from expand_vec_perm_expr_p.
6693         Reject non-vector modes.  Allow fallback to byte permutation.
6694         (expand_vec_perm_expr_1): Split out from ...
6695         (expand_vec_perm_expr): ... here.  Allow fallback to byte permutation.
6696         * optabs.h (DOI_vec_perm_const, vec_perm_const_optab): New.
6697         * tree-vect-generic.c (lower_vec_perm): Update for name change.
6699 2011-10-13  Richard Henderson  <rth@redhat.com>
6701         * config/rs6000/altivec.md (vec_permv16qi): New pattern.
6703         * config/rs6000/spu.md (vec_permv16qi): New pattern.
6705         * config/i386/i386.c (ix86_expand_vec_perm_const): New.
6706         * config/i386/i386-protos.h: Update.
6707         * config/i386/sse.md (VEC_PERM_CONST): New mode iterator.
6708         (vec_perm_const<VEC_PERM_CONST>): New expander.
6710         * optabs.c (expand_vector_broadcast): New.
6711         (expand_binop): Expand scalar shifts of vectors to vector shifts
6712         of vectors, if the former isn't supported.
6713         * tree-vect-generic.c (expand_vector_operations_1): Don't do that
6714         here; always simplify to scalar shift of vector if possible.
6716         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Fix mode
6717         test for vector splat.
6719 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
6721         * config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode to V.
6723 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
6724             Richard Guenther  <rguenther@suse.de>
6726         * tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE from vector
6727         or complex vars even if their DECL_UID is in not_reg_needs bitmap.
6729 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
6731         * config/i386/sse.md (reduc_umin_v8hi): New pattern.
6732         * config/i386/i386.c (ix86_build_const_vector): Handle
6733         also V32QI, V16QI, V16HI and V8HI modes.
6734         (emit_reduc_half): New function.
6735         (ix86_expand_reduc): Use phminposuw insn for V8HImode UMIN.
6736         Use emit_reduc_half helper function.
6738 2011-10-13  Lawrence Crowl  <crowl@google.com>
6739             Diego Novillo  <dnovillo@google.com>
6741         * lto-streamer-in.c (input_struct_function_base): Factor out of ...
6742         (input_function): ... here.
6743         * lto-streamer-out.c (output_struct_function_base): Factor out of ...
6744         (output_function): ... here.
6746 2011-10-13  Gabriel Charette  <gchare@google.com>
6747             Diego Novillo  <dnovillo@google.com>
6749         * streamer-hooks.h (struct streamer_hooks): Add hooks
6750         input_location and output_location.
6751         * lto-streamer-in.c (lto_input_location): Use
6752         streamer_hooks.input_location, if set.
6753         * lto-streamer-out.c (lto_output_location): Use
6754         streamer_hooks.output_location, if set.
6756 2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>
6758         * doc/invoke.texi (SPARC options): Document -mfix-at697f.
6759         * config/sparc/sparc.opt (mfix-at697f): New option.
6760         * config/sparc/sparc.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6761         (sparc_reorg): New function.
6763 2011-10-13  Richard Guenther  <rguenther@suse.de>
6765         PR tree-optimization/50712
6766         * ipa-split.c (split_function): Always re-gimplify parameters
6767         when they are not gimple vals before passing them.  Properly
6768         check for type compatibility.
6770 2011-10-13  Tom de Vries  <tom@codesourcery.com>
6772         * function.c (gimplify_parameters): Set number of arguments of call to
6773         BUILT_IN_ALLOCA_WITH_ALIGN to 2.
6775 2011-10-13  Tom de Vries  <tom@codesourcery.com>
6777         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P
6778         for static const strings.
6779         * varasm.c (build_constant_desc): Generate the memory location of the
6780         constant using gen_const_mem.
6782 2011-10-13  Richard Guenther  <rguenther@suse.de>
6784         PR tree-optimization/50698
6785         * tree-data-ref.c (split_constant_offset_1): Also process
6786         offsets of &MEM.
6788 2011-10-12  David S. Miller  <davem@davemloft.net>
6790         * config/sparc/sparc.md (UNSPEC_FPMERGE): Delete.
6791         (UNSPEC_MUL16AU, UNSPEC_MUL8, UNSPEC_MUL8SU, UNSPEC_MULDSU): New
6792         unspecs.
6793         (fpmerge_vis): Remove inaccurate comment, represent using vec_select
6794         of a vec_concat.
6795         (vec_interleave_lowv8qi, vec_interleave_highv8qi): New insns.
6796         (fmul8x16_vis, fmul8x16au_vis, fmul8sux16_vis, fmuld8sux16_vis):
6797         Reimplement as unspecs and remove inaccurate comments.
6798         (vis3_shift_patname): New code attr.
6799         (<vis3_shift_insn><vbits>_vis): Rename to
6800         "v<vis3_shift_patname><mode>3".
6801         (vis3_addsub_ss_patname): New code attr.
6802         (<vis3_addsub_ss_insn><vbits>_vis): Rename to
6803         "<vis3_addsub_ss_patname><mode>3".
6804         * config/sparc/sparc.c (sparc_vis_init_builtins): Update to
6805         accommodate pattern name changes.
6807         * config/sparc/sparc.h: Do not force TARGET_VIS3 and TARGET_FMAF
6808         to zero when assembler lacks support for such instructions.
6809         * config/sparc/sparc.c (sparc_option_override): Clear MASK_VIS3
6810         and MASK_FMAF in defaults when assembler lacks necessary support.
6812 2011-10-12  Jakub Jelinek  <jakub@redhat.com>
6814         * config/i386/sse.md (vec_unpacks_lo_<mode>,
6815         vec_unpacks_hi_<mode>, vec_unpacku_lo_<mode>,
6816         vec_unpacku_hi_<mode>): Change VI124_128 mode to VI124_AVX2.
6817         * config/i386/i386.c (ix86_expand_sse_unpack): Handle
6818         V32QImode, V16HImode and V8SImode for TARGET_AVX2.
6820         * config/i386/sse.md (vec_avx2): New mode_attr.
6821         (mulv16qi3): Macroize to cover also mulv32qi3 for TARGET_AVX2 into ...
6822         (mul<mode>3): ... this.
6824         * config/i386/i386.md (UNSPEC_VPERMDI): Remove.
6825         * config/i386/i386.c (ix86_expand_vec_perm): Handle
6826         V16QImode and V32QImode for TARGET_AVX2.
6827         (MAX_VECT_LEN): Increase to 32.
6828         (expand_vec_perm_blend): Add support for 32-byte integer
6829         vectors with TARGET_AVX2.
6830         (valid_perm_using_mode_p): New function.
6831         (expand_vec_perm_pshufb): Add support for 32-byte integer
6832         vectors with TARGET_AVX2.
6833         (expand_vec_perm_vpshufb2_vpermq): New function.
6834         (expand_vec_perm_vpshufb2_vpermq_even_odd): New function.
6835         (expand_vec_perm_even_odd_1): Handle 32-byte integer vectors
6836         with TARGET_AVX2.
6837         (ix86_expand_vec_perm_builtin_1): Try expand_vec_perm_vpshufb2_vpermq
6838         and expand_vec_perm_vpshufb2_vpermq_even_odd.
6839         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Add for TARGET_AVX2
6840         32-byte integer vector modes.
6841         (vec_pack_trunc_<mode>): Use VI248_AVX2 instead of VI248_128.
6842         (avx2_interleave_highv32qi, avx2_interleave_lowv32qi): Remove pasto.
6843         (avx2_pshufdv3, avx2_pshuflwv3, avx2_pshufhwv3): Generate
6844         4 new operands.
6845         (avx2_pshufd_1, avx2_pshuflw_1, avx2_pshufhw_1): Don't use
6846         match_dup, instead add 4 new operands and require they have
6847         right cross-lane values.
6848         (avx2_permv4di): Change into define_expand.
6849         (avx2_permv4di_1): New instruction.
6850         (avx2_permv2ti): Use nonimmediate_operand instead of register_operand
6851         for "xm" constrained operand.
6852         (VEC_PERM_AVX2): Add V32QI and V16QI for TARGET_AVX2.
6854         * config/i386/sse.md (avx2_gathersi<mode>,
6855         avx2_gatherdi<mode>, avx2_gatherdi<mode>256): Add clobber of
6856         match_scratch, change memory_operand to register_operand,
6857         add (mem:BLK (scratch)) use.
6858         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>,
6859         *avx2_gatherdi<mode>256): Add clobber of match_scratch,
6860         add earlyclobber to the output operand and match_scratch,
6861         add (mem:BLK (scratch)) use, change the other mem to match_operand.
6862         Use %p6 instead of %c6 in the pattern.
6863         * config/i386/i386.c (ix86_expand_builtin): Adjust for
6864         operand 2 being a Pmode register_operand instead of memory_operand.
6866 2011-10-12  Kai Tietz  <ktietz@redhat.com>
6868         * config/i386/i386.md (simple_return): Disable if TARGET_SEH is active.
6870 2011-10-12  Steve Ellcey  <sje@cup.hp.com>
6872         * config/ia64/ia64.c (ia64_init_builtins): Fix unbalanced parentheses.
6874 2011-10-12  Richard Guenther  <rguenther@suse.de>
6876         * tree-ssa-alias.c (maybe_skip_until): Cache also at the point
6877         of the first store we visit in a basic-block.
6878         (get_continuation_for_phi): Search for a candidate VUSE that
6879         might dominates all others.  Do pairwise disambiguation against
6880         that candidate.
6882 2011-10-12  Paul Koning  <pkoning@gcc.gnu.org>
6884         PR tree-optimization/50189
6885         * tree-vrp.c (extract_range_from_assert): Use the type of
6886         the variable, not the limit.
6888 2011-10-12  Richard Guenther  <rguenther@suse.de>
6890         PR tree-optimization/50700
6891         * tree-object-size.c (addr_object_size): Simplify and treat
6892         MEM_REF bases consistently.
6894 2011-10-12  Bernd Schmidt  <bernds@codesourcery.com>
6896         * function.c (prepare_shrink_wrap, bb_active_p): New function.
6897         (thread_prologue_and_epilogue_insns): Use bb_active_p.  Call
6898         prepare_shrink_wrap, then recompute bb_active_p for the last block.
6900 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
6902         PR c/50565
6903         * convert.c (convert_to_integer): Do not narrow operands of
6904         pointer subtraction.
6906 2011-10-12  Nick Clifton  <nickc@redhat.com>
6908         * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): New macro.  Used to
6909         emit a .eabi_attribute assembler directive, possibly with a
6910         comment attached.
6911         * config/arm/arm.c (arm_file_start): Use the new macro.
6912         * config/arm/arm-c.c (arm_output_c_attributes): Likewise.
6914 2011-10-12  Georg-Johann Lay  <avr@gjlay.de>
6916         PR target/49939
6917         * config/avr/avr.md (*movqi): Rename to movqi_insn.
6918         (*call_insn): Rename to call_insn.
6919         (*call_value_insn): Rename to call_value_insn.
6920         * config/avr/avr.c (avr_2word_insn_p): New static function.
6921         (jump_over_one_insn_p): Use it.
6923 2011-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
6925         * expr.h (copy_blkmode_to_reg): Declare.
6926         * expr.c (copy_blkmode_to_reg): New function.
6927         (expand_assignment): Don't expand register RESULT_DECLs before
6928         the lhs.  Use copy_blkmode_to_reg to copy BLKmode values into a
6929         RESULT_DECL register.
6930         (expand_expr_real_1): Handle BLKmode decls when looking for promotion.
6931         * stmt.c (expand_return): Move BLKmode-to-register code into
6932         copy_blkmode_to_reg.
6934 2011-10-11  Eric Botcazou  <ebotcazou@adacore.com>
6936         PR target/49965
6937         * config/sparc/sparc.md (mov<I:mode>cc): Do not save comparison code.
6938         (mov<F:mode>cc): Likewise.
6940 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6942         * tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.
6944 2011-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
6946         * tree.h (built_in_decls): Delete old interface with two parallel
6947         arrays to hold standard builtin declarations, and replace it with
6948         a function based interface that can support creating builtins on
6949         the fly in the future.  Change all uses, and poison the old
6950         names.  Make sure 0 is not a legitimate builtin index.
6951         (implicit_built_in_decls): Ditto.
6952         (built_in_info): Ditto.
6953         (BUILTIN_VALID_P): Ditto.
6954         (builtin_decl_explicit): Ditto.
6955         (builtin_decl_implicit): Ditto.
6956         (set_builtin_decl): Ditto.
6957         (set_builtin_decl_implicit_p): Ditto.
6958         (builtin_decl_explicit_p): Ditto.
6959         (builtin_decl_implicit_p): Ditto.
6960         * tree-complex.c (expand_complex_libcall): Ditto.
6961         * tree-loop-distribution.c (generate_memset_zero): Ditto.
6962         * tree-ssa-strlen.c (get_string_length): Ditto.
6963         (handle_builtin_strcpy): Ditto.
6964         (handle_builtin_strcat): Ditto.
6965         * tree.c (iterative_hash_expr): Ditto.
6966         (local_define_builtin): Ditto.
6967         (build_common_builtin_nodes): Ditto.
6968         * builtins.c (built_in_decls): Ditto.
6969         (implicit_built_in_decls): Ditto.
6970         (built_in_info): Ditto
6971         (expand_builtin_classify_type): Ditto.
6972         (mathfn_built_in_1): Ditto.
6973         (expand_builtin_cexpi): Ditto.
6974         (expand_builtin_mempcpy_args): Ditto.
6975         (expand_builtin_stpcpy): Ditto.
6976         (gimplify_va_arg_expr): Ditto.
6977         (expand_builtin_sync_operation): Ditto.
6978         (build_builtin_expect_predicate): Ditto.
6979         (fold_builtin_memory_op): Ditto.
6980         (fold_builtin_strcpy): Ditto.
6981         (fold_builtin_stpcpy): Ditto.
6982         (fold_builtin_strncpy): Ditto.
6983         (fold_builtin_interclass_mathfn): Ditto.
6984         (fold_builtin_classify): Ditto.
6985         (fold_builtin_2): Ditto.
6986         (fold_builtin_strstr): Ditto.
6987         (fold_builtin_strrchr): Ditto.
6988         (fold_builtin_strpbrk): Ditto.
6989         (fold_builtin_strcat): Ditto.
6990         (fold_builtin_strncat): Ditto.
6991         (fold_builtin_strcspn): Ditto.
6992         (fold_builtin_fputs): Ditto.
6993         (fold_builtin_sprintf): Ditto.
6994         (fold_builtin_snprintf): Ditto.
6995         (expand_builtin_memory_chk): Ditto.
6996         (fold_builtin_memory_chk): Ditto.
6997         (fold_builtin_stxcpy_chk): Ditto.
6998         (fold_builtin_strncpy_chk): Ditto.
6999         (fold_builtin_strcat_chk): Ditto.
7000         (fold_builtin_strncat_chk): Ditto.
7001         (fold_builtin_sprintf_chk_1): Ditto.
7002         (fold_builtin_snprintf_chk_1): Ditto.
7003         (fold_builtin_printf): Ditto.
7004         (fold_builtin_fprintf): Ditto.
7005         (fold_call_stmt): Ditto.
7006         (set_builtin_user_assembler_name): Ditto.
7007         * tree-emutls.c (emutls_common_1): Ditto.
7008         * omp-low.c (scan_omp): Ditto.
7009         (lower_rec_input_clauses): Ditto.
7010         (lower_reduction_clauses): Ditto.
7011         (expand_parallel_call): Ditto.
7012         (expand_task_call): Ditto.
7013         (maybe_catch_exception): Ditto.
7014         (optimize_omp_library_calls): Ditto.
7015         (expand_omp_for_generic): Ditto.
7016         (expand_omp_for_static_nochunk): Ditto.
7017         (expand_omp_for_static_chunk): Ditto.
7018         (expand_omp_sections): Ditto.
7019         (expand_omp_atomic_fetch_op): Ditto.
7020         (expand_omp_atomic_pipeline): Ditto.
7021         (expand_omp_atomic_mutex): Ditto.
7022         (lower_omp_single_simple): Ditto.
7023         (lower_omp_single_copy): Ditto.
7024         (lower_omp_master): Ditto.
7025         (lower_omp_ordered): Ditto.
7026         (lower_omp_critical): Ditto.
7027         * tree-ssa-ccp.c (optimize_stdarg_builtin): Ditto.
7028         * builtins.c (DEF_BUILTIN_STUB): Ditto.
7029         (BUILT_IN_NONE): Ditto.
7030         * tree-ssa-math-opts.c (execute_optimize_bswap): Ditto.
7031         * gimple-low.c (lower_function_body): Ditto.
7032         (lower_builtin_setjmp): Ditto.
7033         * c-decl.c (merge_decls): Ditto.
7034         * tree-eh.c (lower_resx): Ditto.
7035         (lower_resx): Ditto.
7036         (lower_eh_dispatch): Ditto.
7037         * function (gimplify_parameters): Ditto.
7038         * c-typeck.c (build_function_call_vec): Ditto.
7039         * gimplify.c (build_stack_save_restore): Ditto.
7040         (gimplify_vla_decl): Ditto.
7041         (gimplify_modify_expr_to_memcpy): Ditto.
7042         (gimplify_modify_expr_to_memset): Ditto.
7043         (gimplify_variable_sized_compare): Ditto.
7044         (gimplify_function_tree): Ditto.
7045         * calls.c (emit_call_1): Ditto.
7046         * tree-ssa-forprop.c (simplify_builtin_call): Ditto.
7047         * tree-nested.c (convert_nl_goto_reference): Ditto.
7048         (convert_tramp_reference_op): Ditto.
7049         (finalize_nesting_tree_1): Ditto.
7050         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
7051         (tree_ssa_prefetch_arrays): Ditto.
7052         * tree-streamer-in.c (streamer_get_builtin_tree): Ditto.
7053         * system.h (built_in_decls): Ditto.
7054         (implicit_built_in_decls): Ditto.
7055         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
7056         * config/sparc/sparc.c (sparc_gimplify_va_arg): Ditto.
7057         * config/i386/i386.c (ix86_gimplify_va_arg): Ditto.
7058         (ix86_veclibabi_svml): Ditto.
7059         (ix86_veclibabi_acml): Ditto.
7060         * config/vms/vms.c (vms_patch_builtins): Ditto.
7061         * config/ia64/ia64.c (ia64_init_builtins): Ditto.
7062         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Ditto.
7063         (rs6000_builtin_vectorized_libmass): Ditto.
7064         (rs6000_init_builtins): Ditto.
7065         * config/darwin.c (darwin_override_options): Ditto.
7066         (darwin_patch_builtin): Ditto.
7067         (darwin_rename_builtins): Ditto.
7068         * config/pa/pa.c (pa_init_builtins): Ditto.
7070 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7072         * tree.h (copy_ref_info): Expose existing function.
7073         * tree-ssa-loop-ivopts.c (copy_ref_info): Move function to...
7074         * tree-ssa-address.c (copy_ref_info): ...here, and remove static token.
7076 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
7078         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): New
7079         prototype.
7080         (avr_regno_mode_code_ok_for_base_p): New prototype.
7081         * config/avr/avr.h (BASE_REG_CLASS): Remove.
7082         (REGNO_OK_FOR_BASE_P): Remove.
7083         (REG_OK_FOR_BASE_NOSTRICT_P): Remove.
7084         (REG_OK_FOR_BASE_STRICT_P): Remove.
7085         (MODE_CODE_BASE_REG_CLASS): New define.
7086         (REGNO_MODE_CODE_OK_FOR_BASE_P): New define.
7087         * config/avr/avr.c (avr_mode_code_base_reg_class): New function.
7088         (avr_regno_mode_code_ok_for_base_p): New function.
7089         (avr_reg_ok_for_addr_p): New static function.
7090         (avr_legitimate_address_p): Use it.  Beautify.
7092 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
7094         PR target/50447
7095         * config/avr/avr.md (cc): Add out_plus attribute alternative.
7096         (addsi3): Use it.  Adapt avr_out_plus to new prototype.  Use
7097         avr_out_plus for all CONST_INT addends.
7098         * config/avr/avr-protos.h (avr_out_plus): Change prototype.
7099         * config/avr/avr.c (notice_update_cc): Call avr_out_plus on
7100         CC_OUT_PLUS.
7101         (avr_out_plus_1): Change prototype and report effect on cc0.
7102         (avr_out_plus): Ditto.
7103         (adjust_insn_length): Adapt call to avr_out_plus to new prototype.
7105 2011-10-11  H.J. Lu  <hongjiu.lu@intel.com>
7107         * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
7108         the extra break.
7110 2011-10-11  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
7112         * doc/invoke.texi: Document new warning.
7113         * common.opt (Wvector-operation-performance): Define new warning.
7114         * tree-vect-generic.c (expand_vector_piecewise): Warn about expanded
7115         vector operation.
7116         (exapnd_vector_parallel): Warn about expanded vector operation.
7117         (lower_vec_shuffle): Warn about expanded vector operation.
7118         * c-typeck.c (c_build_vec_perm_expr): Store correct location
7119         when creating VEC_PERM_EXPR.
7121 2011-10-11  Richard Guenther  <rguenther@suse.de>
7123         PR tree-optimization/50204
7124         * tree-ssa-alias.c (get_continuation_for_phi_1): Split out
7125         two argument handling from ...
7126         (get_continuation_for_phi): ... here.  Handle arbitrary number
7127         of PHI args.
7129 2011-10-11  Richard Sandiford  <richard.sandiford@linaro.org>
7131         * modulo-sched.c: Fix comment typo.  Mention the possibility
7132         of using scheduling windows of II+1 cycles.
7134 2011-10-11  Tristan Gingold  <gingold@adacore.com>
7136         * doc/invoke.texi (C Dialect Options): Document
7137         -fallow-parameterless-variadic-functions.
7138         * c-parser.c (c_parser_parms_list_declarator): Handle it.
7140 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
7142         * config/avr/avr.c (avr_option_override): Set flag_omit_frame_pointer
7143         to 0 if frame pointer is needed for unwinding.
7145 2011-10-10  Uros Bizjak  <ubizjak@gmail.com>
7147         PR bootstrap/50665
7148         * optabs.h (DOI_vec_perm): Rename from OTI_vec_perm.  Move from enum
7149         optab_index to enum direct_optab_index.
7150         (vec_perm_optab): Update.
7152 2011-10-10  Anatoly Sokolov  <aesok@post.ru>
7154         * config/cris/cris.c (cris_preferred_reload_class): New function.
7155         (TARGET_PREFERRED_RELOAD_CLASS): Define.
7156         * config/cris/cris.h (PREFERRED_RELOAD_CLASS): Remove.
7158 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
7160         * config/avr/avr.md (*tablejump_rjmp): Change insn condition to
7161         !AVR_HAVE_JMP_CALL.
7162         (*tablejump_lib): Change insn condition to AVR_HAVE_JMP_CALL.
7163         (*tablejump_enh, *tablejump): Remove insns.
7164         * config/avr/libgcc.S (__tablejump__): Use RET instead of EIND +
7165         EIJMP for indirect jump.  Use LPM Z+ where available.
7167 2011-10-10  Richard Henderson  <rth@redhat.com>
7169         * doc/md.texi (vec_perm_const): Fix typo in cindex.
7171 2011-10-10  Kirill Yukhin  <kirill.yukhin@intel.com>
7172             Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
7174         * config/i386/sse.md (fma_fnmsub_<mode>): Fix a typo.
7176 2011-10-10  Richard Guenther  <rguenther@suse.de>
7178         PR middle-end/50389
7179         * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
7180         mark symbols for renaming.  Append the VUSE to all statements
7181         that possibly can have one.
7183 2011-10-10  Richard Guenther  <rguenther@suse.de>
7185         * ipa-split.c (pass_split_functions): Add verification TODOs.
7186         (pass_feedback_split_functions): Likewise.
7188 2011-10-10  Richard Guenther  <rguenther@suse.de>
7190         PR middle-end/50195
7191         * fold-const.c (fold_binary_loc): Canonicalize x*x to pow (x, 2)
7192         only when optimizing.
7194 2011-10-10  Nick Clifton  <nickc@redhat.com>
7196         PR middle-end/49801
7197         * compare-elim.c (find_comparisons_in_bb): Use df_get_live_in and
7198         df_get_live_out instead of accessing the bitmaps directly.
7199         (execute_compare_elim_after_reload): Remove calls to df_set_flags,
7200         df_live_add_problem and df_analyze.
7202 2011-10-10  Michael Matz  <matz@suse.de>
7204         PR middle-end/50638
7205         * tree-emutls.c (gen_emutls_addr): Call add_referenced_var.
7207 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
7209         * modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.
7210         (SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES): Delete.
7211         (node_sched_params): Remove first_reg_move and nreg_moves.
7212         (ps_num_consecutive_stages, extend_node_sched_params): New functions.
7213         (update_node_sched_params): Move up file.
7214         (print_node_sched_params): Print the stage.  Don't dump info related
7215         to first_reg_move and nreg_moves.
7216         (set_columns_for_row): New function.
7217         (set_columns_for_ps): Move up file and use set_columns_for_row.
7218         (schedule_reg_move): New function.
7219         (schedule_reg_moves): Call extend_node_sched_params and
7220         schedule_reg_move.  Extend size of uses bitmap.  Initialize
7221         num_consecutive_stages.  Return false if a move could not be
7222         scheduled.
7223         (apply_reg_moves): Don't emit moves here.
7224         (permute_partial_schedule): Handle register moves.
7225         (duplicate_insns_of_cycles): Remove for_prolog.  Emit moves according
7226         to the same stage-count test as ddg nodes.
7227         (generate_prolog_epilog): Update calls accordingly.
7228         (sms_schedule): Allow move-scheduling to add a new first stage.
7230 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
7232         * modulo-sched.c (ps_insn): Adjust comment.
7233         (ps_reg_move_info): New structure.
7234         (partial_schedule): Add reg_moves field.
7235         (SCHED_PARAMS): Use node_sched_param_vec instead of node_sched_params.
7236         (node_sched_params): Turn first_reg_move into an identifier.
7237         (ps_reg_move): New function.
7238         (ps_rtl_insn): Cope with register moves.
7239         (ps_first_note): Adjust comment and assert that the instruction
7240         isn't a register move.
7241         (node_sched_params): Replace with...
7242         (node_sched_param_vec): ...this vector.
7243         (set_node_sched_params): Adjust accordingly.
7244         (print_node_sched_params): Take a partial schedule instead of a ddg.
7245         Use ps_rtl_insn and ps_reg_move.
7246         (generate_reg_moves): Rename to...
7247         (schedule_reg_moves): ...this.  Remove rescan parameter.  Record each
7248         move in the partial schedule, but don't emit it here.  Don't perform
7249         register substitutions here either.
7250         (apply_reg_moves): New function.
7251         (duplicate_insns_of_cycles): Use register indices directly,
7252         rather than finding instructions using PREV_INSN.  Use ps_reg_move.
7253         (sms_schedule): Call schedule_reg_moves before committing to
7254         a partial schedule.   Try the next ii if the schedule fails.
7255         Use apply_reg_moves instead of generate_reg_moves.  Adjust
7256         call to print_node_sched_params.  Free node_sched_param_vec
7257         instead of node_sched_params.
7258         (create_partial_schedule): Initialize reg_moves.
7259         (free_partial_schedule): Free reg_moves.
7261 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
7263         * modulo-sched.c (ps_insn): Replace node field with an identifier.
7264         (SCHED_ASAP): Replace with..
7265         (NODE_ASAP): ...this macro.
7266         (SCHED_PARAMS): New macro.
7267         (SCHED_TIME, SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES, SCHED_ROW)
7268         (SCHED_STAGE, SCHED_COLUMN): Redefine using SCHED_PARAMS.
7269         (node_sched_params): Remove asap.
7270         (ps_rtl_insn, ps_first_note): New functions.
7271         (set_node_sched_params): Use XCNEWVEC.  Don't copy across the
7272         asap values.
7273         (print_node_sched_params): Use SCHED_PARAMS and NODE_ASAP.
7274         (generate_reg_moves): Pass ids to the SCHED_* macros.
7275         (update_node_sched_params): Take a ps insn identifier rather than
7276         a node as parameter.  Use ps_rtl_insn.
7277         (set_columns_for_ps): Update for above field and SCHED_* macro changes.
7278         (permute_partial_schedule): Use ps_rtl_insn and ps_first_note.
7279         (optimize_sc): Update for above field and SCHED_* macro changes.
7280         Update calls to try_scheduling_node_in_cycle and
7281         update_node_sched_params.
7282         (duplicate_insns_of_cycles): Adjust for above field and SCHED_*
7283         macro changes.  Use ps_rtl_insn and ps_first_note.
7284         (sms_schedule): Pass ids to the SCHED_* macros.
7285         (get_sched_window): Adjust for above field and SCHED_* macro changes.
7286         Use NODE_ASAP instead of SCHED_ASAP.
7287         (try_scheduling_node_in_cycle): Remove node parameter.  Update
7288         call to ps_add_node_check_conflicts.  Pass ids to the SCHED_* macros.
7289         (sms_schedule_by_order): Update call to try_scheduling_node_in_cycle.
7290         (ps_insert_empty_row): Adjust for above field changes.
7291         (compute_split_row): Use ids rather than nodes.
7292         (verify_partial_schedule): Adjust for above field changes.
7293         (print_partial_schedule): Use ps_rtl_insn.
7294         (create_ps_insn): Take an id rather than a node.
7295         (ps_insn_find_column): Adjust for above field changes.
7296         Use ps_rtl_insn.
7297         (ps_insn_advance_column): Adjust for above field changes.
7298         (add_node_to_ps): Remove node parameter.  Update call to
7299         create_ps_insn.
7300         (ps_has_conflicts): Use ps_rtl_insn.
7301         (ps_add_node_check_conflicts): Replace node parameter than an id.
7303 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
7305         * modulo-sched.c (undo_replace_buff_elem): Delete.
7306         (generate_reg_moves): Don't build and return an undo list.
7307         (free_undo_replace_buff): Delete.
7308         (sms_schedule): Adjust call to generate_reg_moves.
7309         Don't call free_undo_replace_buff.
7311 2011-10-10  Matthias Klose <doko@ubuntu.com>
7313         * common/config/m32c: Remove empty directory.
7315 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
7317         * config/avr/avr.md (*mulhi3_enh): Treat squaring smarter.
7319 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
7321         PR target/50652
7322         * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
7323         atmega164a to 0x100.
7325 2011-10-09  Eric Botcazou  <ebotcazou@adacore.com>
7327         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make
7328         the replacement if the conversion to the LHS type is not useless.
7330 2011-10-09  Ira Rosen  <ira.rosen@linaro.org>
7332         PR tree-optimization/50635
7333         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add
7334         DEF_STMT to the list of statements to be replaced by the
7335         pattern statements.
7336         (vect_handle_widen_mult_by_const): Don't check TYPE_OUT.
7338 2011-10-09  Anatoly Sokolov  <aesok@post.ru>
7340         * system.h: Commit forgotten hunk in previous patch.
7341         (OUTPUT_ADDR_CONST_EXTRA): Poison.
7343 2011-10-08  Nicola Pero  <nicola.pero@meta-innovation.com>
7345         PR libobjc/50428
7346         * doc/objc.texi (Garbage Collection): Updated example to protect
7347         +initialize against execution in subclasses.
7349 2011-10-07  Richard Henderson  <rth@redhat.com>
7351         * doc/extend.texi (__builtin_shuffle): Improve the description to
7352         include the modulus of the selector.  Mention OpenCL.
7353         * doc/md.texi (vec_perm, vec_perm_const): Document named patterns.
7355         * tree.def (VEC_PERM_EXPR): Rename from VEC_SHUFFLE_EXPR.
7356         * genopinit.c (optabs): Rename vshuffle to vec_perm.
7357         * c-typeck.c (c_build_vec_perm_expr): Rename from
7358         c_build_vec_shuffle_expr.  Update for name changes.
7359         * optabs.c (expand_vec_perm_expr_p): Rename from
7360         expand_vec_shuffle_expr_p.
7361         (expand_vec_perm_expr): Rename from expand_vec_shuffle_expr.
7362         * optabs.h (OTI_vec_perm): Rename from DOI_vshuffle.
7363         (vec_perm_optab): Rename from vshuffle_optab.
7364         * expr.c, gimple-pretty-print.c, gimple.c, gimplify.c,
7365         c-tree.h, c-parser.c, tree-cfg.c, tree-inline.c, tree-pretty-print.c,
7366         tree-ssa-operands.c, tree-vect-generic.c: Update for name changes.
7368         * config/i386/i386.c (ix86_expand_vec_perm): Rename from
7369         ix86_expand_vshuffle.
7370         * config/i386/i386-protos.h: Update.
7371         * config/i386/sse.md (VEC_PERM_AVX2): Rename from VSHUFFLE_AVX2.
7372         (vec_perm<VEC_PERM_AVX2>): Rename from vshuffle<VSHUFFLE_AVX2>.
7374 2011-10-07  Richard Henderson  <rth@redhat.com>
7376         * config/i386/predicates.md (avx2_pblendw_operand): New.
7377         * config/i386/sse.md (sse4_1_pblendw): Un-macroize.
7378         (avx2_pblendw, *avx2_pblendw): New expander and insn.
7380 2011-10-07  Richard Henderson  <rth@redhat.com>
7382         * config/i386/i386.c (bdesc_args): Update code for
7383         __builtin_ia32_palignr256.  Change type of __builtin_ia32_pslldqi256,
7384         and __builtin_ia32_psrldqi256 to V4DI_FTYPE_V4DI_INT_CONVERT.
7385         (ix86_expand_args_builtin): Handle V4DI_FTYPE_V4DI_INT_CONVERT.
7386         * config/i386/sse.md (mode iterator V16): Add V2TI.
7387         (mode iterator SSESCALARMODE): Use V2TI not V4DI.
7388         (mode attr ssse3_avx2): Add V2TI.
7389         (avx2_lshrqv4di3, avx2_lshlqv4di3): Remove.
7391 2011-10-07  David S. Miller  <davem@davemloft.net>
7393         PR 50655
7394         * configure.ac: Add .register directives to VIS3 test.
7395         * configure: Regenerate.
7397 2011-10-07  Richard Henderson  <rth@redhat.com>
7399         * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
7401 2011-10-07  Richard Henderson  <rth@redhat.com>
7403         PR 49752
7404         * fold-const.c (fold_checksum_tree): Remove out-of-date assert.
7406 2011-10-07  Andrew Stubbs  <ams@codesourcery.com>
7408         * config/arm/predicates.md (shift_amount_operand): Remove constant
7409         range check.
7410         (shift_operator): Check range of constants for all shift operators.
7412 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7414         * config/s390/s390.c (s390_emit_tls_call_insn): Remove assertion.
7415         Load GOT pointer for non-pic builds.
7416         (s390_load_got): Replace pic_offset_table_rtx with hardcoded r12.
7417         (s390_emit_call): Likewise.
7419 2011-10-07  Tom de Vries  <tom@codesourcery.com>
7421         PR middle-end/50527
7422         * tree.c (build_common_builtin_nodes): Add local_define_builtin for
7423         BUILT_IN_ALLOCA_WITH_ALIGN.  Mark that BUILT_IN_ALLOCA_WITH_ALIGN can
7424         throw.
7425         * builtins.c (expand_builtin_alloca): Handle BUILT_IN_ALLOCA_WITH_ALIGN
7426         arglist.  Set align for BUILT_IN_ALLOCA_WITH_ALIGN.
7427         (expand_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
7428         (is_inexpensive_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
7429         * tree-ssa-ccp.c (evaluate_stmt): Set align for
7430         BUILT_IN_ALLOCA_WITH_ALIGN.
7431         (fold_builtin_alloca_for_var): Rename to ...
7432         (fold_builtin_alloca_with_align): Set DECL_ALIGN from 2nd
7433         BUILT_IN_ALLOCA_WITH_ALIGN argument.
7434         (ccp_fold_stmt): Try folding BUILT_IN_ALLOCA_WITH_ALIGN using
7435         fold_builtin_alloca_with_align.
7436         (optimize_stack_restore): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
7437         * builtins.def (BUILT_IN_ALLOCA_WITH_ALIGN): Declare using
7438         DEF_BUILTIN_STUB.
7439         * ipa-pure-const.c (special_builtin_state): Handle
7440         BUILT_IN_ALLOCA_WITH_ALIGN.
7441         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1)
7442         (call_may_clobber_ref_p_1): Same.
7443         * function.c (gimplify_parameters): Lower vla to
7444         BUILT_IN_ALLOCA_WITH_ALIGN.
7445         * gimplify.c (gimplify_vla_decl): Same.
7446         * cfgexpand.c (expand_call_stmt): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
7447         * tree-mudflap.c (mf_xform_statements): Same.
7448         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
7449         (mark_all_reaching_defs_necessary_1, propagate_necessity): Same.
7450         * varasm.c (incorporeal_function_p): Same.
7451         * tree-object-size.c (alloc_object_size): Same.
7452         * gimple.c (gimple_build_call_from_tree): Same.
7454 2011-10-07  Bernd Schmidt  <bernds@codesourcery.com>
7456         * function.c (frame_required_for_rtx): Remove function.
7457         (requires_stack_frame_p): New arg set_up_by_prologue.  All callers
7458         changed.  Compute a set of mentioned registers and compare against
7459         the new arg rather than calling frame_required_for_rtx.
7460         (thread_prologue_and_epilogue_insns): Compute the set_up_by_prologue
7461         reg set.  Convert the unconverted_simple_returns mechanism to store
7462         jump insns rather than their basic blocks.  Also check the
7463         orig_entry_edge destination for new blocks.
7465 2011-10-07  Jakub Jelinek  <jakub@redhat.com>
7467         PR tree-optimization/50650
7468         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Don't
7469         call vect_is_simple_cond here, instead fail if cond_expr isn't
7470         COMPARISON_CLASS_P or if get_vectype_for_scalar_type returns NULL
7471         for cond_expr's first operand.
7472         * tree-vect-stmts.c (vect_is_simple_cond): Static again.
7473         * tree-vectorizer.h (vect_is_simple_cond): Remove prototype.
7475 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7477         * config/s390/s390.md (DWH, dwh): New mode macros.
7478         ("umulsidi3"): Extend to support "umulditi3" as well.
7480 2011-10-07  Uros Bizjak  <ubizjak@gmail.com>
7481             H.J. Lu  <hongjiu.lu@intel.com>
7483         PR target/50603
7484         * config/i386/i386.c (ix86_fixup_binary_operands): Force src2 of
7485         integer PLUS RTX to a register to improve address combine.
7487 2011-10-06  Richard Henderson  <rth@redhat.com>
7489         * combine-stack-adjust.c (maybe_move_args_size_note): Add after
7490         parameter; use it to decide whether to merge two notes.
7491         (combine_stack_adjustments_for_block): Use maybe_move_args_size_note
7492         for the deallocation case as well.
7494 2011-10-06  Anatoly Sokolov  <aesok@post.ru>
7496         * system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
7497         * doc/tm.texi.in (OUTPUT_ADDR_CONST_EXTRA): Remove documentation.
7498         * doc/tm.texi: Regenerate.
7499         * target.def (output_addr_const_extra): Use
7500         hook_bool_FILEptr_rtx_false.
7501         * targhooks.c (default_asm_output_addr_const_extra): Remove.
7502         * targhooks.h (default_asm_output_addr_const_extra): Remove.
7503         * hooks.c (hook_bool_FILEptr_rtx_false): New functions.
7504         * hooks.h (hook_bool_FILEptr_rtx_false): Declare.
7506 2011-10-06  David S. Miller  <davem@davemloft.net>
7508         * config/sparc/sparc.md (popcount<mode>2, clz<mode>2): Split up into...
7509         (popcountdi2, popcountsi2, clzdi2, clzsi2): Explicit expanders, in the
7510         SI mode 64-bit code gen case explicitly zero-extend and truncate.
7511         (*popcount<mode>_sp64): Split up into...
7512         (*popcountdi_sp64, *popcountsi_64): Explicit instantiations, and in the
7513         SImode case use truncate.
7514         (*clzsi_sp64): Rewrite to use truncate, and let the expander emit the
7515         subtract so the compiler can optimize it.
7516         (SIDI): Remove unused mode iterator.
7518 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
7520         * function.c (thread_prologue_and_epilogue_insns): Emit split prologue
7521         on the orig_entry_edge. Don't account for it in prologue_clobbered.
7523 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
7525         PR tree-optimization/50596
7526         * tree-vectorizer.h (vect_is_simple_cond): New prototype.
7527         (NUM_PATTERNS): Change to 6.
7528         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): New
7529         function.
7530         (vect_vect_recog_func_ptrs): Add vect_recog_mixed_size_cond_pattern.
7531         (vect_mark_pattern_stmts): Don't create stmt_vinfo for def_stmt
7532         if it already has one, and don't set STMT_VINFO_VECTYPE in it
7533         if it is already set.
7534         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Handle
7535         COND_EXPR in pattern stmts.
7536         (vect_is_simple_cond): No longer static.
7538 2001-10-06  Richard Henderson  <rth@redhat.com>
7540         * config/i386/i386.c (ix86_expand_vshuffle): Add AVX2 support.
7541         * config/i386/sse.md (sseshuffint): Remove.
7542         (sseintvecmode): Support V16HI, V8HI, V32QI, V16QI.
7543         (VSHUFFLE_AVX2): New mode iterator.
7544         (vshuffle<mode>): Use it.
7545         (avx_vec_concat<V_256>): Rename from *vec_concat<V_256>_avx.
7547         * config/i386/i386.c (ix86_expand_sse_movcc): Use correct mode
7548         for vector_all_ones_operand.
7549         (ix86_expand_int_vcond): Distinguish between comparison mode
7550         and data mode.  Allow them to differ.
7551         (ix86_expand_vshuffle): Don't force data mode to match maskmode.
7553 2001-10-06  Richard Henderson  <rth@redhat.com>
7555         * optabs.c (expand_vec_shuffle_expr): Use the proper mode for the
7556         mask operand.  Tidy the code.
7558 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
7560         * tree-vect-patterns.c (vect_pattern_recog_1): Use
7561         vect_recog_func_ptr typedef for the first argument.
7562         (vect_pattern_recog): Rename vect_recog_func_ptr variable
7563         to vect_recog_func, use vect_recog_func_ptr typedef for it.
7565         PR tree-optimization/49279
7566         * tree-ssa-structalias.c (find_func_aliases): Don't handle
7567         CAST_RESTRICT.
7568         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Allow
7569         restrict propagation.
7570         * tree-ssa.c (useless_type_conversion_p): Don't return false
7571         if TYPE_RESTRICT differs.
7573 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
7575         * function.c (thread_prologue_and_epilogue_insns): Build a vector
7576         of unconverted simple return blocks rather than trying to
7577         recompute them later based on bb_flags bitmap tests.
7579 2011-10-06  Michael Matz  <matz@suse.de>
7581         * tree-flow.h (get_var_ann): Don't declare.
7582         * tree-flow-inline.h (get_var_ann): Remove.
7583         (set_is_used): Use var_ann, not get_var_ann.
7584         * tree-dfa.c (add_referenced_var): Inline body of get_var_ann.
7585         * tree-profile.c (gimple_gen_edge_profiler): Call
7586         find_referenced_var_in.
7587         (gimple_gen_interval_profiler): Ditto.
7588         (gimple_gen_pow2_profiler): Ditto.
7589         (gimple_gen_one_value_profiler): Ditto.
7590         (gimple_gen_average_profiler): Ditto.
7591         (gimple_gen_ior_profiler): Ditto.
7592         (gimple_gen_ic_profiler): Ditto plus call add_referenced_var.
7593         (gimple_gen_ic_func_profiler): Call add_referenced_var.
7594         * tree-mudflap.c (execute_mudflap_function_ops): Call
7595         add_referenced_var.
7597 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
7599         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): For lhs
7600         don't set SSA_NAME_DEF_STMT that has been already set by
7601         gimple_build_assign_with_ops.
7602         (vect_recog_pow_pattern, vect_recog_widen_sum_pattern,
7603         vect_operation_fits_smaller_type, vect_recog_over_widening_pattern):
7604         Likewise.
7606         * tree.h (avoid_folding_inline_builtin): New prototype.
7607         * builtins.c (avoid_folding_inline_builtin): No longer static.
7608         * gimple-fold.c (gimple_fold_builtin): Give up if
7609         avoid_folding_inline_builtin returns true.
7611 2011-10-06  Richard Guenther  <rguenther@suse.de>
7613         * tree-vect-generic.c (vector_element): Look at previous
7614         generated results.
7616 2011-10-06  David Edelsohn  <dje.gcc@gmail.com>
7618         PR target/39950
7619         * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Define
7620         __powerpc__, __PPC__, __unix__.
7622 2011-10-06  Michael Matz  <matz@suse.de>
7624         * i386/i386.opt (recip_mask, recip_mask_explicit,
7625         x_recip_mask_explicit): New variables and cl_target member.
7626         (mrecip=): New option.
7627         * i386/i386.h (RECIP_MASK_DIV, RECIP_MASK_SQRT, RECIP_MASK_VEC_DIV,
7628         RECIP_MASK_VEC_SQRT, RECIP_MASK_ALL, RECIP_MASK_NONE): New bitmasks.
7629         (TARGET_RECIP_DIV, TARGET_RECIP_SQRT, TARGET_RECIP_VEC_DIV,
7630         TARGET_RECIP_VEC_SQRT): New tests.
7631         * i386/i386.md (divsf3): Check TARGET_RECIP_DIV.
7632         (sqrt<mode>2): Check TARGET_RECIP_SQRT.
7633         * i386/sse.md (div<mode>3): Check TARGET_RECIP_VEC_DIV.
7634         (sqrt<mode>2): Check TARGET_RECIP_VEC_SQRT.
7635         * i386/i386.c (ix86_option_override_internal): Set recip_mask
7636         for -mrecip and -mrecip=options.
7637         (ix86_function_specific_save): Save recip_mask_explicit.
7638         (ix86_function_specific_restore): Restore recip_mask_explicit.
7640         * doc/invoke.texi (ix86 Options): Document the new option.
7642 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
7644         PR target/49049
7645         * config/arm/arm.md (arm_subsi3_insn): Lose the last alternative.
7647 2011-10-06  Ulrich Weigand  <ulrich.weigand@linaro.org>
7649         PR target/50305
7650         * config/arm/arm.c (arm_legitimize_reload_address): Recognize
7651         output of a previous pass through legitimize_reload_address.
7652         Do not attempt to optimize addresses if the base register is
7653         equivalent to a constant.
7655 2011-10-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7657         * function.c (thread_prologue_and_epilogue_insns): Mark
7658         last_bb_active as possibly unused.  It is unused for targets which
7659         do neither have "return" nor "simple_return" expanders.
7661 2011-10-06  Richard Guenther  <rguenther@suse.de>
7663         * fold-const.c (fold_ternary_loc): Also fold non-constant
7664         vector CONSTRUCTORs.  Make more efficient.
7665         * tree-ssa-dom.c (cprop_operand): Don't handle virtual operands.
7666         (cprop_into_stmt): Don't propagate into virtual operands.
7667         (optimize_stmt): Really dump original statement.
7669 2011-10-06  Nick Clifton  <nickc@redhat.com>
7671         * config/rx/rx.md (smin3): Revert previous delta.
7673 2011-10-06  Richard Guenther  <rguenther@suse.de>
7675         PR tree-optimization/38884
7676         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial
7677         reads from aggregate SSA names.
7679 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
7681         * tree-vect-patterns.c (vect_pattern_recog_1): Add stmts_to_replace
7682         argument, truncate it at the beginning instead of allocating there
7683         and freeing at the end.
7684         (vect_pattern_recog): Allocate stmts_to_replace here and free at end,
7685         pass its address to vect_pattern_recog_1.
7687 2011-10-05  David S. Miller  <davem@davemloft.net>
7689         * config/sparc/sparc.opt (POPC): New option.
7690         * doc/invoke.texi: Document it.
7691         * config/sparc/sparc.c (sparc_option_override): Enable MASK_POPC by
7692         default on Niagara-2 and later.
7693         * config/sparc/sparc.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
7694         * config/sparc/sparc.md (SIDI): New mode iterator.
7695         (ffsdi2): Delete commented out pattern and comments.
7696         (popcount<mode>2, clz<mode>2): New expanders.
7697         (*popcount<mode>_sp64, popcountsi_v8plus, popcountdi_v8plus,
7698         *clzdi_sp64, clzdi_v8plus, *clzsi_sp64, clzsi_v8plus): New insns.
7700 2011-10-06  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
7702         PR middle-end/50607
7703         * c-tree.h (c_expr_t): New typedef for struct c_expr.
7704         (C_EXPR_APPEND): New macro.
7705         * c-parser.c (c_parser_get_builtin_args): Preserve
7706         original_tree_code of c_expr structure.
7707         (c_parser_postfix_expression): Adjust to the new function.
7709 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
7711         * function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
7712         if profiling after the prologue.
7714 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
7716         PR tree-optimization/50613
7717         * tree-ssa-strlen.c (find_equal_ptrs): If CASE_CONVERT
7718         operand is ADDR_EXPR, fallthru into ADDR_EXPR handling,
7719         and if it is neither that not SSA_NAME, give up.
7721 2011-10-05  Richard Henderson  <rth@redhat.com>
7723         * tree-vect-generic.c (vector_element): Never fail.  Use
7724         build_zero_cst.  Tidy up type references.
7725         (lower_vec_shuffle): Never fail.  Mask shuffle indicies.  Reduce
7726         code duplication.  Do update_stmt here ...
7727         (expand_vector_operations_1): ... not here.
7729         * config/i386/i386.c (ix86_expand_vshuffle): Never fail.  Handle
7730         TARGET_XOP.  Fix pshufb constant vector creation.  Reduce code
7731         duplication.  Handle V2DI without SSE4.1.
7732         * config/i386/i386-protos.h (ix86_expand_vshuffle): Update decl.
7733         * config/i386/i386.md (vshuffle<V_128>): Remove assert for ok.
7735 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
7737         * config/i386/i386.c (distance_non_agu_define): Simplify calculation
7738         of "found".  Simplify return value calculation.
7739         (distance_agu_use): Ditto.
7741 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
7743         PR bootstrap/50621
7744         * config/i386/i386.c (ix86_add_cfa_restore_note): Omit notes only
7745         if the function was not shrink-wrapped.
7746         (ix86_expand_epilogue): Ensure queued cfa_adjust notes are attached
7747         to an insn.
7748         * function.c (thread_prologue_and_epilogue_insns): Make sure the
7749         shrink_wrapped flag is set even if there is no dump file.
7751 2011-10-05  DJ Delorie  <dj@redhat.com>
7752             Nick Clifton  <nickc@redhat.com>
7754         * config/rx/rx.opt (mpid): Define.
7755         * config/rx/t-rx (MULTILIB_OPTIONS): Add -mpid
7756         (MULTILIB_DIRNAMES): Add pid.
7757         * config/rx/rx.c (rx_gp_base_regnum_val, rx_pid_base_regnum_val)
7758         (rx_num_interrupt_regs): New variable.
7759         (rx_gp_base_regnum): New function.  Returns the number of the
7760         small data area register.
7761         (rx_pid_base_regnum): New function.  Returns the number of the pid
7762         base register.
7763         (rx_decl_for_addr): New function.  Returns the symbolic part of a MEM.
7764         (rx_pid_data_operand): New function.  Returns whether an object is
7765         in the position independent data area.
7766         (rx_legitimize_address): New function.  Puts undecided PID
7767         objects in the PID data area.
7768         (rx_is_legitimate_address): Add support for PID operands.
7769         (rx_print_operand_address): Likewise.
7770         (rx_print_operand): Likewise.
7771         (rx_maybe_pidify_operand): New function.  Determine if an operand
7772         is suitable for PID addressing.
7773         (rx_gen_move_template): Add PID support.
7774         (rx_conditional_register_usage): Likewise.
7775         (rx_option_override): Initialise rx_num_interrupt_regs.
7776         (rx_is_legitimate_constant): Add support for PID constants.
7777         (TARGET_LEGITIMIZE_ADDRESS): Define.
7778         * config/rx/constraints.md (Rpid): Define.
7779         (Rpda): Define.
7780         * config/rx/rx.md (UNSPEC_PID_ADDR): Define.
7781         (tablejump): Add PID support.
7782         (mov<>): Likewise.
7783         (mov<>_internal): Likewise.
7784         (addsi3): Convert to an expander.  Add PID support.
7785         (pid_addr): New pattern.
7786         * config/rx/rx.h (CPP_SPEC): Define.
7787         (ASM_SPEC): Pass -mpid and -mint-register on to assembler.
7788         (CASE_VECTOR_PC_RELATIVE): Define.
7789         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PID mode.
7790         * config/rx/rx-protos.h (rx_maybe_pidify_operand): Prototype.
7791         * doc/invoke.texi (RX Options): Document -mpid command line option.
7793 2011-10-05  Richard Guenther  <rguenther@suse.de>
7795         PR tree-optimization/38885
7796         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial reads
7797         from constants.
7799 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
7801         * doc/invoke.texi (-fshrink-wrap): Document.
7802         * opts.c (default_options_table): Add it.
7803         * common.opt (fshrink-wrap): Add.
7804         * function.c (emit_return_into_block): Remove useless declaration.
7805         (record_hard_reg_uses_1, record_hard_reg_uses, frame_required_for_rtx,
7806         requires_stack_frame_p, gen_return_pattern): New static functions.
7807         (emit_return_into_block): New arg simple_p.  All callers changed.
7808         Use gen_return_pattern.
7809         (thread_prologue_and_epilogue_insns): Implement shrink-wrapping.
7810         * config/i386/i386.md (return): Expand into a simple_return.
7811         (simple_return): New expander):
7812         (simple_return_internal, simple_return_internal_long,
7813         simple_return_pop_internal_long, simple_return_indirect_internal):
7814         Renamed from return_internal, return_internal_long,
7815         return_pop_internal_long and return_indirect_internal; changed to use
7816         simple_return.
7817         * config/i386/i386.c (ix86_expand_epilogue): Adjust to expand
7818         simple returns.
7819         (ix86_pad_returns): Likewise.
7820         * function.h (struct rtl_data): Add member shrink_wrapped.
7821         * cfgcleanup.c (outgoing_edges_match): If shrink-wrapped, edges that
7822         are not jumps or sibcalls can't be compared.
7824 2011-10-05  Richard Guenther  <rguenther@suse.de>
7826         * tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of
7827         vector type.
7828         (simplify_unary_expression): Handle BIT_FIELD_REFs.
7829         (try_to_simplify): Handle BIT_FIELD_REFs.
7831 2011-10-05  Georg-Johann Lay  <avr@gjlay.de>
7833         * config/avr/avr-protos.h (avr_out_addto_sp): New prototype.
7834         * config/avr/avr.c (avr_out_addto_sp): New function.
7835         (adjust_insn_length): Handle ADJUST_LEN_ADDTO_SP.
7836         * config/avr/avr.md (adjust_len): Add "addto_sp".
7837         (*movhi_sp): Remove insn.
7838         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): Merge to *addhi3_sp_R.
7840 2011-10-05  Richard Guenther  <rguenther@suse.de>
7842         * gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops
7843         with an embedded expression valueize and fold that as well.
7844         * tree-ssa-sccvn.c (try_to_simplify): Also allow SSA name
7845         results from gimple_fold_stmt_to_constant_1.
7847 2011-10-05  Nick Clifton  <nickc@redhat.com>
7849         * config/rx/rx.md (tablejump): Add missing label.
7850         (adddi3_internal): Mark operand 0 as early-clobbered.
7851         (smaxsi3): Revert previous delta.
7852         (adc_internal): Fix whitespace in generated asm.
7853         (adc_flags): Likewise.
7855 2011-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7857         * expmed.c (expand_mult_highpart_optab): Replace optab_handler
7858         with the new widening_optab_handler.
7860 2011-10-05  Richard Guenther  <rguenther@suse.de>
7862         PR tree-optimization/50609
7863         * gimple-fold.c (fold_array_ctor_reference): Also handle
7864         vector typed constructors.
7865         (fold_ctor_reference): Dispatch to fold_array_ctor_reference
7866         for vector typed constructors.
7868 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
7870         * config/i386/i386.c (ix86_emit_binop): New static function.
7871         (ix86_split_lea_for_addr): Use ix86_emit_binop to emit add and shl
7872         instructions.
7873         (x86_output_mi_thunk): Use ix86_emit_binop to emit add instructions.
7875 2011-10-04  David S. Miller  <davem@davemloft.net>
7877         * config/sparc/sparc.md (UNSPEC_FHADD, UNSPEC_FHSUB,
7878         UNSPEC_XMUL): New unspecs.
7879         (muldi3_v8plus): Use output_v8plus_mult.
7880         (*naddsf3, *nadddf3, *nmulsf3, *nmuldf3, *nmuldf3_extend):
7881         New VIS 3.0 combiner patterns.
7882         (fhaddsf_vis, fhadddf_vis, fhsubsf_vis, fhsubdf_vis,
7883         fnhaddsf_vis, fnhaddf_vis, umulxhi_vis, *umulxhi_sp64,
7884         umulxhi_v8plus, xmulx_vis, *xmulx_sp64, xmulx_v8plus,
7885         xmulxhi_vis, *xmulxhi_sp64, xmulxhi_v8plus): New VIS 3.0
7886         builtins patterns.
7887         * config/sparc/sparc.c (sparc_vis_init_builtins): Emit new builtins.
7888         (output_v8plus_mult): New function.
7889         * config/sparc/sparc-protos.h: Declare it.
7890         * config/sparc/visintrin.h (__vis_fhadds, __vis_fhaddd,
7891         __vis_fhsubs, __vis_fhsubd, __vis_fnhadds, __vis_fnhaddd,
7892         __vis_umulxhi, __vis_xmulx, __vis_xmulxhi): New intrinsics.
7893         * doc/extend.texi: Document new builtins.
7895 2011-10-04  Richard Henderson  <rth@redhat.com>
7897         * c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.
7898         Avoid save_expr unless two_arguments.
7900 2011-10-04  Ozkan Sezer  <sezeroz@gmail.com>
7902         * config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.
7903         * config/i386/mingw32.h (CPP_SPEC): Likewise.
7905 2011-10-04  David S. Miller  <davem@davemloft.net>
7907         * config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
7908         under Linux.
7910 2011-10-04  Jakub Jelinek  <jakub@redhat.com>
7912         PR tree-optimization/50604
7913         * builtins.c (fold_builtin_strcpy, fold_builtin_stpcpy,
7914         fold_builtin_strncpy, fold_builtin_stxcpy_chk): Ensure
7915         last argument to memcpy has size_type_node type instead of ssizetype.
7916         * tree-ssa-strlen.c (handle_builtin_memcpy): Use size_type_node
7917         instead of TREE_TYPE (len) as type for newlen.
7919         PR tree-optimization/50522
7920         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Don't test
7921         TYPE_RESTRICT.
7922         (ptr_derefs_may_alias_p): Call pt_solutions_same_restrict_base
7923         unconditionally.
7925         * fold-const.c (fold_unary_loc): Don't optimize
7926         POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by
7927         casting the inner pointer if it isn't TYPE_RESTRICT.
7928         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't through
7929         casts from non-TYPE_RESTRICT pointer to TYPE_RESTRICT pointer.
7931 2011-10-04  Joseph Myers  <joseph@codesourcery.com>
7933         * config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use i386/t-crtstuff.
7935 2011-10-04  Jan Hubicka  <jh@suse.cz>
7937         * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.
7938         * lto-streamer-in.c (lto_input_toplevel_asms): Stream in order.
7939         * lto-streamer-out.c (lto_output_toplevel_asms): Stream out order.
7940         * lto-cgraph.c (order_base): New static var.
7941         (lto_output_node): Stream in order.
7942         (lto_output_varpool_node): Stream out order.
7943         (input_node): Stream in order.
7944         (input_varpool_node): Stream out order.
7945         (input_cgraph_1): Initialize order base; update call of
7946         lto_input_toplevel_asms.
7948 2011-10-04  Georg-Johann Lay  <avr@gjlay.de>
7950         PR target/50566
7951         * config/avr/avr-protos.h (avr_legitimize_reload_address): New
7952         prototype.
7953         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Copy worker code
7954         from here...
7955         * config/avr/avr.c (avr_legitimize_reload_address) ...to this new
7956         function.  Log if avr_log.legitimize_reload_address.
7958 2011-10-04  Eric Botcazou  <ebotcazou@adacore.com>
7960         * config/sparc/sparc.c (sparc_fold_builtin): Use a sequence of tests.
7962 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7964         * longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local
7965         variables.  Fix second operand of DR.  Swap inputs for sdiv_qrnnd.
7967 2011-10-03  David S. Miller  <davem@davemloft.net>
7969         * config/sparc/sparc.md (fpack16_vis, fpackfix_vis, fpack32_vis): Make
7970         GSR_REG an input operand to UNSPEC instead of a parallel USE.
7971         (faligndata<V64I:mode>_vis): Likewise and use DI mode.
7972         (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis, alignaddrldi_vis):
7973         Reference GSR_REG in DI mode, simplify convoluted expressions by using
7974         zero_extract.
7975         (bshuffle<V64I:mode>_vis): Reference GSR_REG in DI mode.
7977 2011-10-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
7979         * tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
7981 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
7982             Ian Lance Taylor  <iant@google.com>
7984         * godump.c (go_output_typedef): Support printing enum values that
7985         don't fit in a signed HOST_WIDE_INT.
7987 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
7989         * config/cris/cris.c (cris_output_addr_const_extra): Make static.
7990         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7991         * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7992         * config/cris/cris-protos.h (cris_output_addr_const_extra): Remove.
7994 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
7996         * config/m68k/m68k.c (m68k_output_addr_const_extra): Make static.
7997         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7998         * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7999         * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Remove.
8001 2011-10-03  Steve Ellcey  <sje@cup.hp.com>
8003         PR target/49967
8004         * configure.ac (gcc_cv_ld_static_dynamic): Define for *-*-hpux*.
8005         (gcc_cv_ld_static_option): Ditto.
8006         (gcc_cv_ld_dynamic_option): Ditto.
8007         * configure: Regenerate.
8009 2011-10-03  David S. Miller  <davem@davemloft.net>
8011         * config/sparc/sparc.md (bmask<P:mode>_vis): Split into explicit 'di'
8012         and 'si' patterns which describe the GSR changes explicitly in the
8013         RTL using zero_extract.
8014         (bshuffle<V64I:mode>_vis): Put the GSR use inside of the unspec.
8016         * config/sparc/sparc.md (bshuffle<V64I:mode>_vis): Don't wrap
8017         GSR_REG in a USE, since it's now a true arg to the UNSPEC.
8019 2011-10-03  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
8021         * optabs.c (expand_vec_shuffle_expr_p): New function. Checks
8022         if given expression can be expanded by the target.
8023         (expand_vec_shuffle_expr): New function. Expand VEC_SHUFFLE_EXPR
8024         using target vector instructions.
8025         * optabs.h: New optab vshuffle.
8026         (expand_vec_shuffle_expr_p): New prototype.
8027         (expand_vec_shuffle_expr): New prototype.
8028         (vshuffle_optab): New optab.
8029         * genopinit.c: Adjust to support vecshuffle.
8030         * c-tree.h (c_build_vec_shuffle_expr): New prototype.
8031         * expr.c (expand_expr_real_2): Adjust.
8032         * c-typeck.c: (c_build_vec_shuffle_expr): Build a VEC_SHUFFLE_EXPR
8033         recognizing the cases of two and three arguments.
8034         (convert_arguments) (build_binary_op)
8035         (scalar_to_vector) (build_array_ref): Spurious whitespace.
8036         * gimplify.c (gimplify_exp): Adjusted to support VEC_SHUFFLE_EXPR.
8037         * tree.def: New tree code VEC_SHUFFLE_EXPR.
8038         * tree-inline.c (estimate_operator_cost): Recognize VEC_SHUFFLE_EXPR.
8039         * tree-vect-generic.c (vector_element): New function. Returns an
8040         element of the vector at the given position.
8041         (lower_vec_shuffle): Checks if VEC_SHUFLLE_EXPR is supported
8042         by the backend or expand an expression piecewise.
8043         (expand_vector_operations_1): Adjusted.
8044         (gate_expand_vector_operations_noop): New gate function.
8045         * Makefile.in (tree-vect-generic.o): New include.
8046         * gimple.c (get_gimple_rhs_num_ops): Adjust.
8047         * tree-cfg.c (verify_gimple_assign_trenary): Verify VEC_SHUFFLE_EXPR.
8048         * passes.c: Move veclower down.
8049         * tree-pretty-print.c (dump_generic_node): Recognize
8050         VEC_SHUFFLE_EXPR as valid expression.
8051         * c-parser.c (c_parser_get_builtin_args): Helper function for the
8052         builtins with variable number of arguments.
8053         (c_parser_postfix_expression): Use a new helper function for
8054         RID_CHOOSE_EXPR, RID_BUILTIN_COMPLEX and RID_BUILTIN_SHUFFLE.
8055         * tree-ssa-operands: Adjust.
8056         * c-family/c-common.c: New __builtin_shuffle keyword.
8057         * c-family/c-common.h: New __builtin_shuffle keyword.
8058         * gcc/doc/extend.texi: Adjust.
8060         * gcc/config/i386/sse.md: (sseshuffint) New mode_attr.  Correspondence
8061         between the vector and the type of the mask when shuffling.
8062         (vecshuffle<mode>): New expansion.
8063         * gcc/config/i386/i386-protos.h (ix86_expand_vshuffle): New prototype.
8064         * gcc/config/i386/i386.c (ix86_expand_vshuffle): New function.
8065         (ix86_vectorize_builtin_vec_perm_ok): Adjust.
8067 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
8069         PR tree-optimization/50587
8070         * tree-ssa-reassoc.c (init_range_entry): Stop iterating when
8071         arg0 is not a SSA_NAME.
8073 2011-10-03  Richard Sandiford  <rdsandiford@googlemail.com>
8075         * ipa-inline-analysis.c (MAX_TIME): Update comment.
8077 2011-10-02  Richard Henderson  <rth@redhat.com>
8078             David S. Miller  <davem@davemloft.net>
8080         * config/sparc/sparc.md (ashlsi3, *ashldi3_sp64): Remove
8081         conditional insn type setting, we always emit a shift.
8082         (*ashlsi3_extend, *lshrsi3_extend0): New patterns.
8083         (*lshrsi3_extend): Rename to *lshrsi3_extend1.
8084         * config/sparc/predicates.md (const_one_operand): Delete.
8086 2011-10-02  Gerald Pfeifer  <gerald@pfeifer.com>
8088         * invoke.texi (SPARC Options): Refer to GNU/Linux.
8090 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
8092         * config/mips/mips.c (mips_frame_barrier): New function.
8093         (mips_expand_prologue): Call it after allocating stack space.
8094         (mips_deallocate_stack): New function.
8095         (mips_expand_epilogue): Call mips_frame_barrier and
8096         mips_deallocate_stack.
8098 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
8100         PR target/49696
8101         * config/mips/sync.md (sync_<optab>_12): Allow zero operands.
8102         (sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12): Likewise.
8103         (sync_old_nand_12, sync_new_nand_12, test_and_set_12): Likewise.
8105 2011-10-02  Jan Hubicka  <jh@suse.cz>
8107         * cgraphunit.c (verify_edge_count_and_frequency): Bounds check.
8109         * cgraphunit.c (ipa_passes): Remove unrechable nodes.
8110         * lto-streamer-out.c (produce_symtab): Skip unused extern declarations.
8111         * ipa.c (cgraph_remove_unreachable_nodes): Do not assume that external
8112         functions are reachable when address is taken.
8113         * tree-sra.c (modify_function): Free dominance info.
8115 2011-10-02  Jan Hubicka  <jh@suse.cz>
8117         * ipa-inline-analysis.c (inline_summary_alloc): Bounds check.
8119         * ipa-inline-analysis.c (reset_inline_edge_summary): New function.
8120         (reset_inline_summary): New function.
8121         (compute_inline_parameters, inline_node_removal_hook,
8122         inline_edge_removal_hook): Use it.
8123         (inline_free_summary): Reset holders correctly.
8124         (inline_generate_summary): Free summary before computing it.
8126 2011-10-02  Paolo Carlini  <paolo.carlini@oracle.com>
8128         PR preprocessor/36819
8129         * incpath.c (merge_include_chains): Call free_path on
8130         heads[QUOTE] and tails[QUOTE].
8132 2011-10-02  Jan Hubicka  <jh@suse.cz>
8134         PR lto/47247
8135         * lto-symtab.c (lto_symtab_resolve_symbols): Do not resolve
8136         when resolution is already availbale from plugin.
8137         (lto_symtab_merge_decls_1): Handle LDPR_PREVAILING_DEF_IRONLY_EXP.
8138         * cgraph.c (ld_plugin_symbol_resolution): Add
8139         prevailing_def_ironly_exp.
8140         * lto-cgraph.c (LDPR_NUM_KNOWN): Update.
8141         * ipa.c (varpool_externally_visible_p): IRONLY variables are never
8142         externally visible.
8143         * varasm.c (resolution_to_local_definition_p): Add
8144         LDPR_PREVAILING_DEF_IRONLY_EXP.
8145         (resolution_local_p): Likewise.
8147 2011-10-01  David S. Miller  <davem@davemloft.net>
8149         * config/sparc/sparc.opt (VIS3): New option.
8150         * doc/invoke.texi: Document it.
8151         * config/sparc/sparc.h: Force TARGET_VIS3 to zero if assembler is
8152         not capable of such instructions.
8153         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
8154         to 0x300 when TARGET_VIS3.
8155         * config/sparc/sparc-modes.def: Create 16-byte vector modes.
8156         * config/sparc/sparc.md (UNSPEC_CMASK8, UNSPEC_CMASK16, UNSPEC_CMASK32,
8157         UNSPEC_FCHKSM16, UNSPEC_PDISTN, UNSPC_FUCMP): New unspecs.
8158         (V64N8, VASS): New mode iterators.
8159         (vis3_shift, vis3_addsub_ss): New code iterators.
8160         (vbits, vconstr): New mode attributes.
8161         (vis3_shift_insn, vis3_addsub_ss_insn): New code attributes.
8162         (cmask8<P:mode>_vis, cmask16<P:mode>_vis, cmask32<P:mode>_vis,
8163         fchksm16_vis, <vis3_shift_insn><vbits>_vis, pdistn<mode>_vis,
8164         fmean16_vis, fpadd64_vis, fpsub64_vis,
8165         <vis3_addsub_ss_insn><vbits>_vis, fucmp<code>8<P:mode>_vis): New
8166         VIS 3.0 instruction patterns.
8167         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS3 by
8168         default when targetting capable cpus.  TARGET_VIS3 implies
8169         TARGET_VIS2 and TARGET_VIS, and clear them when TARGET_FPU is disabled.
8170         (sparc_vis_init_builtins): Emit new VIS 3.0 builtins.
8171         (sparc_fold_builtin): Do not eliminate cmask{8,16,32} when result
8172         is ignored.
8173         * config/sparc/visintrin.h (__vis_cmask8, __vis_cmask16,
8174         __vis_cmask32, __vis_fchksm16, __vis_fsll16, __vis_fslas16,
8175         __vis_fsrl16, __vis_fsra16, __vis_fsll32, __vis_fslas32,
8176         __vis_fsrl32, __vis_fsra32, __vis_pdistn, __vis_fmean16,
8177         __vis_fpadd64, __vis_fpsub64, __vis_fpadds16, __vis_fpadds16s,
8178         __vis_fpsubs16, __vis_fpsubs16s, __vis_fpadds32, __vis_fpadds32s,
8179         __vis_fpsubs32, __vis_fpsubs32s, __vis_fucmple8, __vis_fucmpne8,
8180         __vis_fucmpgt8, __vis_fucmpeq8): New VIS 3.0 interfaces.
8181         * doc/extend.texi: Document new VIS 3.0 builtins.
8183 2011-10-01  Eric Botcazou  <ebotcazou@adacore.com>
8185         * ira-color.c (assign_hard_reg): Fix typo.
8187 2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
8189         * doc/extend.texi: Add missing ','.
8191 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
8193         * common/config/c6x/c6x-common.c (c6x_option_optimization_table):
8194         Enable -fmodulo-sched at -O2 and above.
8195         * config/c6x/c6x.md (doloop_end): New expander.
8196         (mvilc, sploop, spkernel, loop_end): New patterns.
8197         (loop_end with memory destination splitter): New.
8198         * config/c6x/c6x.c: Include "hw-doloop.h".
8199         (enum unitreqs): New.
8200         (unit_req_table): New typedef.
8201         (unit_reqs): New static variable.
8202         (unit_req_factor, get_unit_reqs, count_unit_reqs, merge_unit_reqs,
8203         res_mii, split_delayed_nonbranch, undo_split_delayed_nonbranch,
8204         hwloop_pattern_reg, bb_earliest_end_cycle, filter_insns_above,
8205         hwloop_optimize, hwloop_fail, c6x_hwloops): New static functions.
8206         (struct c6x_sched_context): New member last_scheduled_iter0.
8207         (init_sched_state): Initialize it.
8208         (c6x_variable_issue): Update it.
8209         (sploop_max_uid_iter0): New static variable.
8210         (c6x_sched_reorder_1): Be careful about issuing sploop.
8211         (c6x_reorg): Call c6x_hwlooops before the final schedule.
8213 2011-09-30  Georg-Johann Lay  <avr@gjlay.de>
8215         PR target/50566
8216         * config/avr/avr-protos.h (avr_log_t): New field address_cost.
8217         * config/avr/avr.c (avr_address_cost): Use it.
8218         * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
8219         (avr_log_vadump): Unknown %-codes finish printing.
8221 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
8223         PR inline-asm/50571
8224         * gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
8225         input constraints allow mem and not reg, pass true instead of
8226         false as second argument to maybe_fold_reference.
8228         PR tree-optimization/46309
8229         * fold-const.c (make_range, merge_ranges): Remove prototypes.
8230         (make_range_step): New function.
8231         (make_range): Use it.
8232         * tree.h (make_range_step): New prototypes.
8233         * Makefile.in (tree-ssa-reassoc.o): Depend on $(DIAGNOSTIC_CORE_H).
8234         * tree-ssa-reassoc.c: Include diagnostic-core.h.
8235         (struct range_entry): New type.
8236         (init_range_entry, range_entry_cmp, update_range_test,
8237         optimize_range_tests): New functions.
8238         (reassociate_bb): Call optimize_range_tests.
8240 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
8241             Richard Guenther  <rguenther@suse.de>
8243         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle
8244         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
8245         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.  Fix
8246         handling of BUILT_IN_STRNCAT and BUILT_IN_STRNCAT_CHK.
8247         (ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
8248         BUILT_IN_STRNCAT, BUILT_IN_STRCAT_CHK and BUILT_IN_STRNCAT_CHK.
8250 2011-09-30  Jan Beulich  <jbeulich@suse.com>
8252         * lto-cgraph.c (output_cgraph): Remove processing of
8253         'cgraph_asm_nodes', call lto_output_toplevel_asms() instead.
8254         (input_cgraph_1): Remove loop calling cgraph_add_asm_node(), call
8255         lto_input_toplevel_asms() instead.
8256         * lto-section-in.c (lto_section_name): Add "asm" entry.
8257         * lto-streamer-in.c (lto_input_toplevel_asms): New.
8258         * lto-streamer-out.c (lto_output_toplevel_asms): New.
8259         * lto-streamer.h (LTO_minor_version): Bump.
8260         (enum lto_section_type): Add LTO_section_asm.
8261         (struct lto_asm_header): New.
8262         (lto_input_toplevel_asms, lto_output_toplevel_asms): Declare.
8263         * tree-streamer.h (streamer_write_string_cst): Declare.
8264         * tree-streamer-out.c (write_string_cst): Rename to
8265         streamer_write_string_cst and make global. Handle incoming string
8266         being NULL.
8267         (streamer_write_tree_header): Adjust call to renamed function.
8269 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
8271         * haifa-sched.c (modulo_ii, modulo_max_states, modulo_n_insns,
8272         modulo_insns_scheduled, modulo_iter0_max_uid, modulo_backtracks_left,
8273         modulo_last_stage): New static variables.
8274         (set_modulo_params, discard_delay_pairs_above): New functions.
8275         (struct delay_pair): New member stages.
8276         (htab_i2_traverse, htab_i1_traverse): New static functions.
8277         (record_delay_slot_pair): New arg stages.  All callers changed.
8278         Record it.
8279         (pair_delay): Take stages into account.
8280         (add_delay_dependencies): Don't do so for stage pairs.
8281         (struct sched_block_state): New member modulo_epilogue.
8282         (save_backtrack_point): Don't set SHADOW_P for stage pairs.
8283         (unschedule_insns_until): Decrease modulo_insns_scheduled.
8284         Set HARD_DEP without using or.
8285         (resolve_dependencies): New static function.
8286         (prune_ready_list): New arg modulo_epilogue_p.  All callers changed.
8287         If it is true, allow only insns with INSN_EXACT_TICK set.
8288         (schedule_block): Return bool, always true for normal scheduling,
8289         true or false depending on modulo scheduling success otherwise.
8290         Add bookkeeping for modulo scheduling, and call resolve_dependencies
8291         on everything left over after a modulo schedule.
8292         (haifa_sched_init): Remove check_cfg call.  Clear modulo_ii.
8293         * sched-int.h (schedule_block, record_delay_slot_pair): Adjust
8294         declarations.
8295         (set_modulo_params, discard_delay_pairs_above): Declare.
8296         * params.def (PARAM_MAX_MODULO_BACKTRACK_ATTEMPS): New.
8297         * doc/invoke.texi (--param): Document it.
8299         * sched-ebb.c (schedule_ebb): No longer static.  Remove declaration.
8300         New arg modulo_scheduling.  All callers changed.  Move note handling
8301         code here from schedule_ebbs.
8302         (schedule_ebbs_finish, schedule_ebbs_init): New functions, broken
8303         out of schedule_ebbs.
8304         (schedule_ebbs): Call them.  Remove note handling code moved to
8305         schedule_ebb.
8306         * sched-int.h (schedule_ebb, schedule_ebbs_init,
8307         schedule_ebbs_finish): Declare.
8309 2011-09-30  Richard Guenther  <rguenther@suse.de>
8311         PR middle-end/50574
8312         * tree-cfg.c (verify_gimple_comparison): Compare component
8313         mode sizes for vector comparisons.
8315 2011-09-30  Revital Eres  <revital.eres@linaro.org>
8317         * ddg.c (autoinc_var_is_used_p): New function.
8318         (create_ddg_dep_from_intra_loop_link,
8319         add_cross_iteration_register_deps): Call it.
8320         * ddg.h (autoinc_var_is_used_p): Declare.
8321         * modulo-sched.c (generate_reg_moves): Call autoinc_var_is_used_p.
8322         (sms_schedule): Handle instructions with REG_INC.
8324 2011-09-30  Revital Eres  <revital.eres@linaro.org>
8326         * modulo-sched.c (generate_reg_moves): Skip instructions that
8327         do not set a register and verify no regmoves are created for
8328         !single_set instructions.
8330 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
8332         * hw-doloop.c (scan_loop): Compute register usage only for non-debug
8333         insns.
8335 2011-09-30  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
8337         PR target/50099
8338         * config/arm/iterators.md (qhs_zextenddi_cstr): New.
8339         (qhs_zextenddi_op): New.
8340         * config/arm/arm.md ("zero_extend<mode>di2"): Use them.
8341         * config/arm/predicates.md ("arm_extendqisi_mem_op"):
8342         Distinguish between ARM and Thumb2 states.
8344 2011-09-30  David S. Miller  <davem@davemloft.net>
8346         * config/sparc/sparc.opt (VIS2): New option.
8347         * doc/invoke.texi: Document it.
8348         * config/sparc/sparc.md (UNSPEC_EDGE8N, UNSPEC_EDGE8LN,
8349         UNSPEC_EDGE16N, UNSPEC_EDGE16LN, UNSPEC_EDGE32N,
8350         UNSPEC_EDGE32LN, UNSPEC_BSHUFFLE): New unspecs.
8351         (define_attr type): New insn type 'edgen'.
8352         (bmask<P:mode>_vis, bshuffle<V64I:mode>_vis, edge8n<P:mode>_vis,
8353         edge8ln<P:mode>_vis, edge16n<P:mode>_vis, edge16ln<P:mode>_vis,
8354         edge32n<P:mode>_vis, edge32ln<P:mode>_vis): New insn VIS 2.0
8355         patterns.
8356         * niagara.md: Handle edgen.
8357         * niagara2.md: Likewise.
8358         * ultra1_2.md: Likewise.
8359         * ultra3.md: Likewise.
8360         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
8361         to 0x200 when TARGET_VIS2.
8362         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS2 by
8363         default when targetting capable cpus.  TARGET_VIS2 implies
8364         TARGET_VIS, clear and it when TARGET_FPU is disabled.
8365         (sparc_vis_init_builtins): Emit new VIS 2.0 builtins.
8366         (sparc_expand_builtin): Fix predicate indexing when builtin returns
8367         void.
8368         (sparc_fold_builtin): Do not eliminate bmask when result is ignored.
8369         * config/sparc/visintrin.h (__vis_bmask, __vis_bshuffledi,
8370         __vis_bshufflev2si, __vis_bshufflev4hi, __vis_bshufflev8qi,
8371         __vis_edge8n, __vis_edge8ln, __vis_edge16n, __vis_edge16ln,
8372         __vis_edge32n, __vis_edge32ln): New VIS 2.0 interfaces.
8373         * doc/extend.texi: Document new VIS 2.0 builtins.
8375 2011-09-29  Nick Clifton  <nickc@redhat.com>
8376             Bernd Schmidt  <bernds@codesourcery.com>
8378         * config/frv/frvbegin.c: Fix location of unwind-dw2-fde.h header file.
8379         * config/frv/frvend.c: Likewise.
8380         * config/frv/frv.c (frv_function_prologue): Move misplaced
8381         CALL_ARG_LOCATION notes back to their proper locations.
8383 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
8385         PR target/50566
8386         * config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
8387         * config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
8388         from avr_rtx_costs.
8389         (avr_legitimate_address_p): Use avr_edump to print log information
8390         filtered by avr_log.
8391         (extra_constraint_Q): Ditto.
8392         (avr_legitimize_address): Ditto.
8393         (avr_rtx_costs): Ditto.  Rewrite as wrapper for avr_rtx_costs_1.
8394         (final_prescan_insn): Use avr_log.rtx_costs as filter.
8396 2011-09-29  Richard Sandiford  <richard.sandiford@linaro.org>
8398         * config/arm/arm-protos.h (arm_modes_tieable_p): Declare.
8399         * config/arm/arm.h (MODES_TIEABLE_P): Use it.
8400         * config/arm/arm.c (arm_modes_tieable_p): New function.  Allow
8401         NEON vector and structure modes to be tied.
8403 2011-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8405         * graphite-scop-detection.c (make_close_phi_nodes_unique):  New
8406         forward declaration.
8407         (remove_duplicate_close_phi): Detect and repair creation of
8408         duplicate close-phis for a containing loop.
8410 2011-09-27   Andi Kleen <ak@linux.intel.com>
8412         * gcc.c (get_local_tick). Rename to get_random_number.  Read from
8413         /dev/urandom.  Add getpid call.
8414         (compare_debug_dump_opt_spec_function): Drop getpid call.
8416 2011-09-26   Andi Kleen <ak@linux.intel.com>
8418         * toplev.c (init_local_tick): Try reading random seed
8419         from /dev/urandom.
8421 2011-09-26   Andi Kleen <ak@linux.intel.com>
8423         * hwint.h (HOST_WIDE_INT_PRINT_HEX_PURE): Add.
8424         * lto-streamer.c (lto_get_section_name): Remove crc32_string.
8425         Handle numerical random seed.
8426         * lto-streamer.h (lto_file_decl_data): Change id to
8427         unsigned HOST_WIDE_INT.
8428         * toplev.c (random_seed): Add.
8429         (init_random_seed): Change for numerical random seed.
8430         (get_random_seed): Return as HOST_WIDE_INT.
8431         (set_random_seed): Crc32 existing string.
8432         * toplev.h (get_random_seed): Change to numercal return.
8433         * tree.c (get_file_function_name): Remove CRC. Handle
8434         numerical random seed.
8436 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
8438         PR target/50566
8439         * config.gcc (extra_objs): Add avr-log.o for $target in:
8440         avr-*-rtems*, avr-*-*.
8441         * config/avr/t-avr (avr-log.o): New rule to compile...
8442         * config/avr/avr-log.c: ...this new file.
8443         * config/avr/avr.opt (mlog=): New option.
8444         * config/avr/avr-protos.h (avr_edump, avr_fdump): New macros.
8445         (avr_log_set_caller_e, avr_log_set_caller_f): New prototypes.
8446         (avr_log_set_avr_log): New prototype.
8447         (avr_log_t): New typedef.
8448         (avr_log): New declaration.
8449         * config/avr/avr.c (avr_option_override): Call avr_log_set_avr_log.
8451 2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
8453         * expr.c (do_store_flag): Expand vector comparison by
8454         building an appropriate VEC_COND_EXPR.
8455         * c-typeck.c (build_binary_op): Typecheck vector comparisons.
8456         (c_objc_common_truthvalue_conversion): Adjust.
8457         * tree-vect-generic.c (do_compare): Helper function.
8458         (expand_vector_comparison): Check if hardware supports
8459         vector comparison of the given type or expand vector piecewise.
8460         (expand_vector_operation): Treat comparison as binary
8461         operation of vector type.
8462         (expand_vector_operations_1): Adjust.
8464 2011-09-29  Richard Guenther  <rguenther@suse.de>
8466         * tree.c (build_opaque_vector_type): Make opaque vectors
8467         variant types of the corresponding non-opaque type.  Make
8468         sure to share opaque vector types properly.
8470 2011-09-29  David S. Miller  <davem@davemloft.net>
8472         * config/sparc/sparc.md (UNSPEC_ARRAY8, UNSPEC_ARRAY16,
8473         UNSPEC_ARRAY32): New unspec.
8474         (define_attr type): New type 'array'.
8475         (array{8,16,32}<P:mode>_vis): New patterns.
8476         * config/sparc/ultra1_2.md: Add reservations for 'array'.
8477         * config/sparc/ultra3.md: Likewise.
8478         * config/sparc/niagara.md: Likewise.
8479         * config/sparc/niagara2.md: Likewise.
8480         * config/sparc/sparc.c (sparc_vis_init_builtins): Build new
8481         array builtins.
8482         * config/sparc/visintrin.h (__vis_array8, __vis_array16,
8483         __vis_array32): New.
8484         * doc/extend.texi: Document new VIS builtins.
8486         * config/sparc/sparc.md (gcond_name): Delete unnecessary code attr.
8487         (VIS pixel-compare insn): Just use <gcond:name>.
8489         * config/sparc/sparc.md (VIS pixel-compare insn): There is only one
8490         code iterator used, so just use <code>.  There are two mode iterators
8491         so explicitly use <GCM:gcm_name>.
8493 2011-09-29  Iain Sandoe  <iains@gcc.gnu.org>
8495         * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
8496         Darwin >= 9.
8498 2011-09-28  David S. Miller  <davem@davemloft.net>
8500         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
8501         UNSPEC_FCMPGT, UNSPEC_FCMPEQ): Delete and reduce to...
8502         (UNSPEC_FCMP): New unspec.
8503         (gcond): New code iterator.
8504         (gcond_name): New code attr.
8505         (GCM): New mode iterator.
8506         (gcm_name): New mode attr.
8507         (fcmp{le,ne,gt,eq}{16,32}_vis): Reimplement using iterators.
8509 2011-09-28  Oleg Endo  <oleg.endo@t-online.de>
8511         PR target/49486
8512         * config/sh/sh.md (negdi2): Move expansion into split to
8513         allow more combination options.  Add T_REG clobber.
8514         (abssi2): New expander.
8515         (*negdi2, *abssi2, *negabssi2): New insns.
8516         (cneg): Change from insn to insn_and_split.  Rename to
8517         negsi_cond.  Add alternative for non-SH4.
8519 2011-09-28  Richard Sandiford  <richard.sandiford@linaro.org>
8521         * config/arm/neon.md (neon_move_lo_quad_<mode>): Delete.
8522         (neon_move_hi_quad_<mode>): Likewise.
8523         (move_hi_quad_<mode>, move_lo_quad_<mode>): Use subreg moves.
8525 2011-09-28  Nick Clifton  <nickc@redhat.com>
8527         * config/rx/predicates.md (rx_minmax_operand): New predicate.
8528         Accepts immediates and a restricted subset of MEMs.
8529         * config/rx/rx.md (int_modes): New iterator.
8530         (smaxsi3, sminsi3): Delete and replace with...
8531         (smax<int_mode>3, smin<int_mode>3): New patterns.
8532         (umax<>3_u, umax<>3_ur, umax<>3, umin<>3): New patterns.
8534 2011-09-28  Richard Guenther  <rguenther@suse.de>
8536         PR middle-end/50460
8537         * fold-const.c (try_move_mult_to_index): Handle &a.array the
8538         same as &a.array[0].
8540 2011-09-28  Kai Tietz  <ktietz@redhat.com>
8542         * configure.ac: Add test for new section attribute
8543         specifier "e" via define HAVE_GAS_SECTION_EXCLUDE.
8544         * config.in: Regenerated.
8545         * configure: Regenerated.
8546         * config/i386/winnt.c (i386_pe_asm_named_section): Emit
8547         new section flag "e" for excluded sections, if supported.
8548         Otherwise we mark section withc SECTION_EXCLUDE flag as never-load.
8550 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
8552         * config/m32r/m32r.md: Use match_test rather than eq/ne symbol_ref
8553         throughout file.
8555 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
8557         * config/iq2000/iq2000.md: Use match_test rather than eq/ne symbol_ref
8558         throughout file.
8560 2011-09-27  Sriraman Tallam  <tmsriram@google.com>
8562         * output.h (SECTION_EXCLUDE): New macro.
8563         * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE.
8565 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
8567         * fwprop.c (forward_propagate_and_simplify): After checking
8568         reg/subreg combinations, check whether the modes are the same.
8570 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
8571             Richard Sandiford  <rdsandiford@googlemail.com>
8573         * config/mips/mips.c (mips_add_cfa_restore): New function.
8574         (mips16e_save_restore_reg): Use it.
8575         (mips_restore_reg): Likewise.  Split double FPRs for
8576         REG_CFA_RESTORE notes.
8578 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
8580         PR middle-end/50386
8581         PR middle-end/50326
8582         * tree-sra.c (build_ref_for_model): Use the type of the field as
8583         the type of the COMPONENT_REF.
8585 2011-09-27  Jeff Law  <law@redhat.com>
8587         * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument.  Scale
8588         non-jumping insns by REG_BR_PROB_BASE and the maximum cost by SCALE.
8589         (find_if_case_1): Use the probability of the THEN clause when
8590         determining if speculation is profitable.
8591         (find_if_case_2): Similarly for the ELSE clause.
8593 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
8595         * common.opt: Add -foptimize-strlen option.
8596         * Makefile.in (OBJS): Add tree-ssa-strlen.o.
8597         (tree-sssa-strlen.o): Add dependencies.
8598         * opts.c (default_options_table): Enable -foptimize-strlen
8599         by default at -O2 if not -Os.
8600         * passes.c (init_optimization_passes): Add pass_strlen
8601         after pass_object_sizes.
8602         * timevar.def (TV_TREE_STRLEN): New timevar.
8603         * params.def (PARAM_MAX_TRACKED_STRLENS): New parameter.
8604         * tree-pass.h (pass_strlen): Declare.
8605         * tree-ssa-strlen.c: New file.
8606         * c-decl.c (merge_decls): If compatible stpcpy prototype
8607         is seen, set implicit_built_in_decls[BUILT_IN_STPCPY].
8609 2011-09-27  Tom de Vries  <tom@codesourcery.com>
8611         PR middle-end/43864
8612         * tree-ssa-tail-merge.c: New file.
8613         (struct same_succ_def): Define.
8614         (same_succ, const_same_succ): New typedef.
8615         (struct bb_cluster_def): Define.
8616         (bb_cluster, const_bb_cluster): New typedef.
8617         (struct aux_bb_info): Define.
8618         (BB_SIZE, BB_SAME_SUCC, BB_CLUSTER, BB_VOP_AT_EXIT): Define.
8619         (gvn_uses_equal): New function.
8620         (same_succ_print, same_succ_print_traverse, update_dep_bb)
8621         (stmt_update_dep_bb, local_def, same_succ_hash)
8622         (inverse_flags, same_succ_equal, same_succ_alloc, same_succ_delete)
8623         (same_succ_reset): New function.
8624         (same_succ_htab, same_succ_edge_flags)
8625         (deleted_bbs, deleted_bb_preds): New var.
8626         (debug_same_succ): New function.
8627         (worklist): New var.
8628         (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)
8629         (init_worklist, delete_worklist, delete_basic_block_same_succ)
8630         (same_succ_flush_bbs, purge_bbs, update_worklist): New function.
8631         (print_cluster, debug_cluster, update_rep_bb)
8632         (add_bb_to_cluster, new_cluster, delete_cluster): New function.
8633         (all_clusters): New var.
8634         (alloc_cluster_vectors, reset_cluster_vectors, delete_cluster_vectors)
8635         (merge_clusters, set_cluster): New function.
8636         (gimple_equal_p, gsi_advance_bw_nondebug_nonlocal, find_duplicate)
8637         (same_phi_alternatives_1, same_phi_alternatives, bb_has_non_vop_phi)
8638         (deps_ok_for_redirect_from_bb_to_bb, deps_ok_for_redirect)
8639         (find_clusters_1, find_clusters): New function.
8640         (update_vuses, vop_phi, vop_at_entry, replace_block_by): New function.
8641         (update_bbs): New var.
8642         (apply_clusters): New function.
8643         (update_debug_stmt, update_debug_stmts): New function.
8644         (tail_merge_optimize): New function.
8645         tree-pass.h (tail_merge_optimize): Declare.
8646         * tree-ssa-pre.c (execute_pre): Use tail_merge_optimize.
8647         * Makefile.in (OBJS-common): Add tree-ssa-tail-merge.o.
8648         (tree-ssa-tail-merge.o): New rule.
8649         * opts.c (default_options_table): Set OPT_ftree_tail_merge by
8650         default at OPT_LEVELS_2_PLUS.
8651         * tree-ssa-sccvn.c (vn_valueize): Move to ...
8652         * tree-ssa-sccvn.h (vn_valueize): Here.
8653         * timevar.def (TV_TREE_TAIL_MERGE): New timevar.
8654         * common.opt (ftree-tail-merge): New switch.
8655         * params.def (PARAM_MAX_TAIL_MERGE_COMPARISONS)
8656         (PARAM_MAX_TAIL_MERGE_ITERATIONS): New parameter.
8657         * doc/invoke.texi (Optimization Options, -O2): Add -ftree-tail-merge.
8658         (-ftree-tail-merge, max-tail-merge-comparisons)
8659         (max-tail-merge-iterations): New item.
8661 2011-09-27  Jan Hubicka  <jh@suse.cz>
8663         * ipa-inline-analysis.c (MAX_TIME): Reduce to avoid overflows.
8665 2011-09-27  Jan Hubicka  <jh@suse.cz>
8667         * ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle
8668         parameters passed by reference; handle loads from non-SSA scalars
8669         and update comments.
8671 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
8673         PR rtl-optimization/50249
8674         * reload1.c (reload_reg_reaches_end_p): Accept a reloadnum argument
8675         instead of opnum and type.  All callers changed.  Remove useless
8676         declaration.
8677         Search forward for other reloads of the same type for the same operand
8678         using the same register; if any are found, return false.
8679         (reload_regs_reach_end_p): Same argument changes; all callers changed.
8681 2011-09-27  Andi Kleen  <ak@linux.intel.com>
8682             Jan Hubicka  <jh@suse.cz>
8684         * doc/invoke.texi (ffat-lto-objects): Document.
8685         * toplev.c (compile_file): Do not output assembly when doing slim lto;
8686         Output __gnu_slim_lto when doing slim lto.
8687         * cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
8688         (cgraph_optimize): Return early when doing slim lto.
8689         * opts.c (finish_options): Complain about lack of linker plugin
8690         when doing slim lto.
8691         * common.opt (ffat-lto-objects): New.
8693 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
8695         * ipa-inline-analysis.c (predicate_probability): Avoid comparison
8696         between signed and unsigned.
8698 2011-09-27  Ira Rosen  <ira.rosen@linaro.org>
8700         * tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block
8701         vectorization.
8702         (vectorizable_type_promotion): Likewise.
8703         (vect_analyze_stmt): Call vectorizable_type_demotion and
8704         vectorizable_type_promotion for basic blocks.
8705         (supportable_widening_operation): Don't assume loop vectorization.
8706         * tree-vect-slp.c (vect_build_slp_tree): Allow multiple types for
8707         basic blocks.  Update vectorization factor for basic block
8708         vectorization.
8709         (vect_analyze_slp_instance): Allow multiple types for basic block
8710         vectorization.  Recheck unrolling factor after construction of SLP
8711         instance.
8713 2011-09-27  Richard Guenther  <rguenther@suse.de>
8715         * tree-object-size.c (compute_object_sizes): Fix dumping of
8716         folded statement.
8718 2011-09-27  Richard Guenther  <rguenther@suse.de>
8720         PR tree-optimization/50363
8721         * tree-ssa-pre.c (create_expression_by_pieces): Handle
8722         pointer conversions in POINTER_PLUS_EXPRs properly.
8724 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
8726         * config/arm/neon.md (neon_vget_highv16qi, neon_vget_highv8hi)
8727         (neon_vget_highv4si, neon_vget_highv4sf, neon_vget_highv2di)
8728         (neon_vget_lowv16qi, neon_vget_lowv8hi, neon_vget_lowv4si)
8729         (neon_vget_lowv4sf, neon_vget_lowv2di): Turn into define_expands
8730         that produce subreg moves.  Define using VQX iterators.
8732 2011-09-27  Georg-Johann Lay  <avr@gjlay.de>
8734         * config/avr/avr.md (ashrqi3): Split alternative "n"
8735         into its remaining parts C03, C04, C05, C06, C07 and describe
8736         impact in CC by attribute "cc" appropriately.
8737         * config/avr/avr.c (notice_update_cc): Clean-up: Don't patch CC0
8738         by digging RTX.
8740 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
8742         * rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE
8743         from 3 x MAX_MACHINE_MODE.
8744         (CONSTM1_RTX): Define.
8745         * emit-rtl.c (const_tiny_rtx): Change into array of
8746         4 x MAX_MACHINE_MODE from 3 x MAX_MACHINE_MODE.
8747         (gen_rtx_CONST_VECTOR): Use CONSTM1_RTX if all inner constants are
8748         CONSTM1_RTX.
8749         (init_emit_once): Initialize CONSTM1_RTX for MODE_INT and
8750         MODE_VECTOR_INT modes.
8751         * simplify-rtx.c (simplify_binary_operation_1) <case IOR, XOR, AND>:
8752         Optimize if one operand is CONSTM1_RTX.
8753         * config/i386/i386.c (ix86_expand_sse_movcc): Optimize mask ? -1 : x
8754         into mask | x.
8756 2011-09-26  David S. Miller  <davem@davemloft.net>
8758         * config/sparc/sparc.md (edge{8,16,32}{,l}): Return Pmode.
8759         (fcmp{le,ne,gt,eq}{16,32}): Likewise.
8760         * config/sparc/visintrin.h: Update edge and pixel-compare
8761         intrinsics to return 'long' instead of 'int'.
8762         * doc/extend.texi: Update documentation to match.
8763         * config/sparc/sparc.c (eligible_for_return_delay): When leaf or
8764         flat, allow any instruction.  Otherwise, when V9 allow parallels
8765         which consist only of sets to registers outside of %o0 to %o5.
8766         (sparc_vis_init_builtins): Update VIS builtin types for edge
8767         and pixel-compare.
8769         * config/sparc/sparc.c (sparc_conditional_register_usage): When VIS
8770         is enabled, mark %gsr as global.
8771         * config/sparc/sparc.md (UNSPEC_WRGSR): Delete.
8772         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus): Don't wrap in an unspec.
8774         * config/sparc/sparc-c.c: New file implementing sparc_target_macros,
8775         which will now define __VIS and __VIS__ when -mvis is enabled.
8776         * config/sparc/t-sparc: Likewise.
8777         * config.gcc: Add sparc-c.o to c_target_objs and cxx_target_objs,
8778         and add t-sparc to tmake_file for all sparc targets.
8779         * config/sparc/sparc-protos.h (sparc_target_macros): Declare.
8780         * config/sparc/sparc.h (TARGE_CPU_CPP_BUILTINS): Call it.
8782         * config/sparc/sparc.c (sparc_vis_init_builtins): Add explicit
8783         builtins for VIS vector addition and subtraction.
8784         * config/sparc/visintrin.h (__vis_fpadd16, __vis_fpadd16s,
8785         __vis_fpadd32, __vis_fpadd32s, __vis_fpsub16, __vis_fpsub16s,
8786         __vis_fpsub32, __vis_fpsub32s): New.
8787         * doc/extend.texi: Document new VIS intrinsics.
8789 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
8791         * config/avr/avr.md (peephole casesi+2): Use -1 instead of 65536.
8792         * config/avr/avr.c (avr_out_compare): Print shorter sequence for
8793         EQ/NE comparisons against +/-1 in the case of unused-after,
8794         non-ld-regs target.
8796 2011-09-26  Jakub Jelinek  <jakub@redhat.com>
8798         * gimple-fold.c (gimplify_and_update_call_from_tree): Set
8799         gctx.into_ssa after push_gimplify_context.
8801         * gimple.c (gimple_build_call_valist): New function.
8802         * gimple.h (gimple_build_call_valist): New prototype.
8803         * tree-ssa-propagate.c (finish_update_gimple_call): New function.
8804         (update_gimple_call): Likewise.
8805         (update_call_from_tree): Use finish_update_gimple_call.
8806         * tree-ssa-propagate.h (update_gimple_call): New prototype.
8808 2011-09-26  Richard Guenther  <rguenther@suse.de>
8810         PR tree-optimization/50472
8811         * gimple-fold.c (fold_const_aggregate_ref_1): Do not fold
8812         volatile references.
8814 2011-09-26  Bingfeng Mei <bmei@broadcom.com>
8816         * doc/tm.texi: Correct documentation for TARGET_ADDR_SPACE_SUBSET_P.
8817         * target.def: (addr_space_subset_p): Likewise.
8819 2011-09-26  Tom de Vries  <tom@codesourcery.com>
8821         * tree-ssa-alias.h (pt_solution_singleton_p): Declare.
8822         * tree-ssa-structalias.c (pt_solution_singleton_p): New function.
8823         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Set points-to solution
8824         of new var.
8826 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
8828         PR target/50465
8829         * config/avr/avr-protos.h (output_reload_insisf): Don't pass insn.
8830         * config/avr/avr.md (*reload_insi, *reload_insf): Change call to
8831         output_reload_insisf.
8832         (adjust_len): Set default to "no".
8833         Remove alternative "yes".  Add alternatives: "mov8", "mov16",
8834         "mov32", "ashlqi", "ashrqi", "lshrqi", "ashlhi", "ashrhi",
8835         "lshrhi", "ashlsi, "ashrsi", "lshrsi".
8836         (*movqi, *movhi, *movsi, *ashlqi3, ashlhi3, ashlsi3,
8837         *ashlhi3_const, *ashlsi3_const, ashrqi3, ashrhi3, ashrsi3,
8838         *ashrhi3_const, *ashrsi3_const, *lshrqi3, lshrhi3, *lshrhi3_const,
8839         *lshrsi3_const): Set attribute "adjust_len".
8840         * config/avr/avr.c (output_reload_insisf): Remove parameter "insn".
8841         (output_movsisf): Don't pass insn to output_reload_insisf.
8842         (adjust_insn_length): Handle new alternatives to adjust_len.
8843         Remove handling of ADJUST_LEN_YES.  Clean-up code.
8845 2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
8847         * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of
8848         may_trap_p to detect loads that may trap of fault.
8850 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
8852         * config/avr/avr-protos.h (output_reload_inhi): Change prototype.
8853         * config/avr/avr.md (adjust_len): Add "reload_in16" alternative.
8854         (*reload_inhi): Use it.  Adapt call to output_reload_inhi to new
8855         prototype.
8856         (*movhi): Split constraint alternative "r,rL" into "r,r" and "r,L".
8857         * config/avr/avr.c: Rename output_reload_insisf_1 to
8858         output_reload_in_const.
8859         (avr_popcount_each_byte): Handle SFmode, too.
8860         (output_reload_in_const): Change so it can handle HI loads, too.
8861         Use avr_popcount_each_byte to work out if scratch register must be
8862         created on the fly.
8863         (output_reload_inhi): Rewrite using output_reload_in_const and...
8864         (output_movhi): ...use it to print constants' loads.
8865         (adjust_insn_length): New case ADJUST_LEN_RELOAD_IN16. Cleanup code.
8867 2011-09-25  David S. Miller  <davem@davemloft.net>
8869         * config/sparc/constraints.md (C, P, Z): New constraints for
8870         const_doube, const_int, and const_vector "all ones" values.
8871         Make unused constraint letters comment match reality.
8872         * config/sparc/predicates.md (const_all_ones_operand,
8873         register_or_zero_or_all_ones_operand): New predicates.
8874         * config/sparc/sparc.c (sparc_expand_move): Allow all ones
8875         as well as zero constants when VIS.
8876         (sparc_legitimate_constant_p): Likewise.
8877         * config/sparc/sparc.md (movsi_insn): Add fones alternative.
8878         (movsf_insn): Likewise
8879         (movdi_insn_sp64): Add fone alternative.
8880         (movdf_insn_sp32_v9): Likewise.
8881         (movdf_insn_sp64): Likewise.
8883         * configure.ac: Add feature check to make sure the assembler
8884         supports the FMAF, HPC, and VIS 3.0 instructions found on
8885         Niagara-3 and later cpus.
8886         * configure: Rebuild.
8887         * config.in: Likewise.
8888         * config/sparc/sparc.opt: New option '-mfmaf'.
8889         * config/sparc/sparc.md: Add float fused multiply-add patterns.
8890         * config/sparc/sparc.h (AS_NIAGARA3_FLAG): New macro.
8891         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Use it, as needed.
8892         * config/sparc/sol2.h (ASM_CPU32_DEFAULT_SPEC,
8893         ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Likewise.
8894         * config/sparc/sparc.c (sparc_option_override): Turn MASK_FMAF on
8895         by default for Niagara-3 and later.  Turn it off if TARGET_FPU is
8896         disabled.
8897         (sparc_rtx_costs): Handle 'FMA'.
8898         * doc/invoke.texi: Document -mfmaf.
8900 2011-09-25  Jakub Jelinek  <jakub@redhat.com>
8902         * tree-ssa-structalias.c (intra_create_variable_infos): Treat
8903         TYPE_RESTRICT REFERENCE_TYPE parameters like restricted
8904         DECL_BY_REFERENCE parameters.
8906 2011-09-25  Eric Botcazou  <ebotcazou@adacore.com>
8908         * tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore
8909         if there is no outgoing edge.
8911         * tree-scalar-evolution.c (simple_iv): Accept all kinds of pointer and
8912         integral types.
8914 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
8916         * tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part
8917         of vect_analyze_bb here.
8918         (vect_analyze_bb): Loop over vector sizes calling vect_analyze_bb_1.
8920 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
8922         * tree-data-ref.c (dr_analyze_innermost): Add new argument.
8923         Allow not simple iv if analyzing basic block.
8924         (create_data_ref): Update call to dr_analyze_innermost.
8925         (stmt_with_adjacent_zero_store_dr_p, ref_base_address): Likewise.
8926         * tree-loop-distribution.c (generate_memset_zero): Likewise.
8927         * tree-predcom.c (find_looparound_phi): Likewise.
8928         * tree-data-ref.h (dr_analyze_innermost): Add new argument.
8930 2011-09-24  David S. Miller  <davem@davemloft.net>
8932         * config/sparc/sparc.h (FIRST_PSEUDO_REGISTER): Bump to 103.
8933         (SPARC_GSR_REG): Define.
8934         (FIXED_REGISTERS): Mark GSR as fixed.
8935         (CALL_USED_REGISTERS): Mark GSR as call used.
8936         (HARD_REGNO_NREGS): GSR is always 1 register.
8937         (REG_CLASS_CONTENTS): Add GSR to ALL_REGS.
8938         (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Add GSR to the end.
8939         (REGISTER_NAMES): Add "%gsr".
8940         * config/sparc/sparc.md (UNSPEC_ALIGNADDR, UNSPEC_ALIGNADDRL): Delete.
8941         (UNSPEC_WRGSR): New unspec.
8942         (GSR_REG): New constant.
8943         (type): Add new insn type 'gsr'.
8944         (fpack16_vis, fpackfix_vis, fpack32_vis,
8945         faligndata<V64I:MODE>_vis)): Add use of GSR_REG.
8946         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus, rdgsr_vis, *rdgsr_sp64,
8947         rdgsr_v8plus): New expanders and insns.
8948         (alignaddr<P:mode>_vis, alignaddrl<P:mode>_vis): Reimplement
8949         using patterns which show that this is a plus in addition to a
8950         modification of GSR_REG, instead of an unspec.
8951         * config/sparc/ultra1_2.md: Handle 'gsr'.
8952         * config/sparc/ultra3.md: Likewise.
8953         * config/sparc/niagara.md: Likewise.
8954         * config/sparc/niagara2.md: Likewise.
8955         * config/sparc/sparc.c (leaf_reg_remap, sparc_leaf_regs): Fill out
8956         end of table.
8957         (sparc_option_override): Make -mvis imply -mv8plus.
8958         (hard_32bit_mode_classes, hard_64bit_mode_classes): Add entries
8959         for %gsr.
8960         (sparc_vis_init_builtins): Build __builtin_vis_write_gsr and
8961         __builtin_vis_read_gsr.
8962         (sparc_expand_buildin): Handle builtins that take one argument and
8963         return void.
8964         (sparc_fold_builtin): Never fold writes to %gsr.
8965         * config/sparc/visintrin.h (__vis_write_gsr, __vis_read_gsr): New.
8966         * doc/extend.texi: Document new VIS intrinsics.
8968 2011-09-23  Jan Hubicka  <jh@suse.cz>
8970         * ipa-inline-transform.c (inline_call): Add comment.
8971         * ipa-inline.h (inline_param_summary): New structure and vector.
8972         (struct inline_edge_summary): Add param field.
8973         * ipa-inline-analysis.c (CHANGED): New constant.
8974         (add_clause): Handle CHANGED and NOT_CONSTANT.
8975         (predicate_probability): New function.
8976         (dump_condition): Dump CHANGED predicate.
8977         (evaluate_conditions_for_known_args): Handle ERROR_MARK as marker
8978         of unknown function wide invariant.
8979         (evaluate_conditions_for_edge): Handle change probabilities.
8980         (inline_edge_duplication_hook): Copy param summaries.
8981         (inline_edge_removal_hook): Free param summaries.
8982         (dump_inline_edge_summary): Fix dumping of indirect edges and callee
8983         sizes; dump param summaries.
8984         (will_be_nonconstant_predicate): Use CHANGED predicate.
8985         (record_modified_bb_info): New structure.
8986         (record_modified): New function.
8987         (param_change_prob): New function.
8988         (estimate_function_body_sizes): Compute param summaries.
8989         (estimate_edge_size_and_time): Add probability argument.
8990         (estimate_node_size_and_time): Add inline_param_summary argument;
8991         handle predicate probabilities.
8992         (remap_predicate): Fix formating.
8993         (remap_edge_change_prob): New function.
8994         (remap_edge_summaries): Rename from ...; use remap_edge_change_prob.
8995         (remap_edge_predicates): ... this one.
8996         (inline_merge_summary): Remap edge summaries; handle predicate
8997         probabilities; remove param summaries after we are done.
8998         (do_estimate_edge_time): Update.
8999         (do_estimate_edge_growth): Update.
9000         (read_inline_edge_summary): Read param info.
9001         (inline_read_summary): Fix formating.
9002         (write_inline_edge_summary): Write param summaries.
9004 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
9006         * config/i386/i386.c (ix86_print_operand): Handle %~.
9007         (ix86_print_operand_punct_valid_p): Return true also for '~'.
9008         * config/i386/sse.md (i128): New mode_attr.
9009         (vec_extract_hi_<mode>, vec_extract_hi_<mode>,
9010         avx_vbroadcastf128_<mode>, *avx_vperm2f128<mode>_full,
9011         *avx_vperm2f128<mode>_nozero, vec_set_lo_<mode>,
9012         vec_set_hi_<mode>, *vec_concat<mode>_avx): Use <i128> in the
9013         patterns, use "<sseinsnmode>" for "mode" attribute.
9014         (vec_extract_hi_v16hi, vec_extract_hi_v32qi, vec_set_lo_v16hi,
9015         vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Use
9016         %~128 in the patterns, use "OI" for "mode" attribute.
9018 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
9020         PR target/50447
9021         * config/avr/avr.md (adjust_len): Add alternatives "tsthi",
9022         "tstsi", "compare".
9023         (*cmpqi_sign_extend): Use s8_operand.
9024         (*cmphi, *cmpsi): Rewrite using avr_out_compare.
9025         * config/avr/avr-protos.h (compare_diff_p, compare_eq_p): Remove
9026         prototypes.
9027         (out_tsthi, out_tstsi): Remove prototypes.
9028         (avr_out_tsthi, avr_out_tstsi): New prototypes.
9029         * config/avr/avr.c (out_tsthi, out_tstsi): Remove functions.
9030         (avr_asm_len): Negative length now sets *plen to -length.
9031         (compare_sign_p): Return bool instead of int.
9032         (compare_diff_p, compare_eq_p): Ditto and make static.
9033         (avr_out_tsthi): New function.
9034         (avr_out_tstsi): New function.
9035         (avr_out_compare): New function.
9036         (adjust_insn_length): Handle ADJUST_LEN_TSTHI, ADJUST_LEN_TSTSI,
9037         ADJUST_LEN_COMPARE.
9039 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
9041         PR target/50447
9042         * config/avr/avr.md: (adjust_len): Add alternative "out_plus".
9043         (addsi3): Rewrite using QI scratch register.  Adjust text
9044         peepholes using plus:SI.
9045         (*addsi3_zero_extend.hi): New insn.
9046         (*subsi3_zero_extend.hi): New insn.
9047         (*subhi3_zero_extend1): Set attribute "cc" to "set_czn".
9048         (*subsi3_zero_extend): Ditto.
9049         (subsi3): Change predicate #2 to register_operand.
9050         * config/avr/avr-protos.h (avr_out_plus): New prototype.
9051         (avr_out_plus_1): New static function.
9052         (avr_out_plus): New function.
9053         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS.
9055 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
9057         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): For
9058         GE/GT/UNLE/UNLT swap arguments and condition even for TARGET_AVX.
9060 2011-09-23  Ian Lance Taylor  <iant@google.com>
9062         * godump.c (go_define): Treat a single character in single quotes,
9063         or a string, as an operand.
9065 2011-09-23  Martin Jambor  <mjambor@suse.cz>
9067         * ipa-prop.h (jump_func_type): Updated comments.
9068         (ipa_known_type_data): New type.
9069         (ipa_jump_func): Use it to describe known type jump functions.
9070         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Updated to
9071         reflect the new known type jump function contents.
9072         (compute_known_type_jump_func): Likewise.
9073         (combine_known_type_and_ancestor_jfs): Likewise.
9074         (try_make_edge_direct_virtual_call): Likewise.
9075         (ipa_write_jump_function): Likewise.
9076         (ipa_read_jump_function): Likewise.
9077         * ipa-cp.c (ipa_value_from_known_type_jfunc): New function.
9078         (ipa_value_from_jfunc): Use ipa_value_from_known_type_jfunc.
9079         (propagate_accross_jump_function): Likewise.
9081 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
9083         PR target/50446
9084         * config/avr/avr.md (rotlqi3): Support all offsets 0..7.
9085         (rotlqi3_4): Turn insn into expander.
9086         (*rotlqi3): New insn.
9087         (rotlhi3, rotlsi3): Support rotate left/right by 1.
9088         (*rotlhi2.1, *rotlhi2.15): New insns.
9089         (*rotlsi2.1, *rotlsi2.31): New insns.
9090         * config/avr/constraints.md (C03, C05, C06, C07): New constraints.
9092 2011-09-23  Bin Cheng  <bin.cheng@arm.com>
9094         * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch and processors.
9096 2011-09-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
9098         * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
9100 2011-09-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9102         * reload.c (find_reloads): Set operand_mode to Pmode for address
9103         operands consisting of just a CONST_INT.
9105 2011-09-22  Uros Bizjak  <ubizjak@gmail.com>
9107         PR target/50482
9108         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
9109         blendv, force op_true to register if it doesn't satisfy
9110         nonimmediate_operand predicate.
9112 2011-09-22  Richard Sandiford  <rdsandiford@googlemail.com>
9114         PR middle-end/50113
9115         PR middle-end/50061
9116         * calls.c (emit_library_call_value_1): Use BLOCK_REG_PADDING to
9117         get the locate.where_pad value for register-only arguments.
9118         * config/arm/arm.c (arm_pad_arg_upward): Remove HFmode handling.
9119         (arm_pad_reg_upward): Handle null types.
9121 2011-09-22  Jan Hubicka  <jh@suse.cz>
9123         * ipa-inline-analysis.c: Fix overly long lines.
9125 2011-09-22  Jan Hubicka  <jh@suse.cz>
9127         * ipa-inline-transform.c (inline_call): Always update jump functions
9128         after inlining.
9129         * ipa-inline.c (ipa_inline): Likewise; do not call
9130         ipa_create_all_structures_for_iinln.
9131         (ipa_inline): Always free jump functions.
9132         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Remove hack.
9133         (remap_edge_predicates): Fix pasto.
9134         (inline_merge_summary): Remove nlined edge predicate; remove hack.
9135         (inline_analyze_function): Always initialize jump functions.
9136         (inline_generate_summary): Likewise.
9137         (inline_write_summary): Always write jump functions when ipa-cp
9138         is not doing that.
9139         (inline_read_summary): Always read jump functions when ipa-cp
9140         is not doing that.
9141         * ipa-prop.c (iinlining_processed_edges): Remove.
9142         (update_indirect_edges_after_inlining): Do not use
9143         iinlining_processed_edges; instead set param_index to -1.
9144         (propagate_info_to_inlined_callees): Only try to indirect inlining
9145         when asked to do so; update jump functions of indirect calls, too;
9146         remove jump functions of the inlined edge.
9147         (ipa_edge_duplication_hook): Do not copy iinlining_processed_edges.
9148         (ipa_create_all_structures_for_iinln): Remove.
9149         (ipa_free_all_structures_after_iinln): Do not free
9150         iinlining_processed_edges.
9151         * ipa-prop.h (ipa_create_all_structures_for_iinln): Remove.
9153 2011-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
9155         * config/arm/predicates.md (expandable_comparison_operator): New
9156         predicate, extracted from...
9157         (arm_comparison_operator): ...here.
9158         * config/arm/arm.md (cbranchsi4, cbranchsf4, cbranchdf4, cbranchdi4)
9159         (cstoresi4, cstoresf4, cstoredf4, cstoredi4, movsicc, movsfcc)
9160         (movdfcc): Use expandable_comparison_operator.
9162 2011-09-22  Georg-Johann Lay  <avr@gjlay.de>
9164         PR target/50447
9165         PR target/50465
9166         * config/avr/avr-protos.h (avr_out_bitop): New prototype.
9167         (avr_popcount_each_byte): New prototype.
9168         * config/avr/avr.c (avr_popcount): New static function.
9169         (avr_popcount_each_byte): New function.
9170         (avr_out_bitop): New function.
9171         (adjust_insn_length): ADJUST_LEN_OUT_BITOP dispatches to
9172         avr_out_bitop.  Cleanup code.
9173         * config/avr/constraints.md (Ca2, Co2, Cx2): New constraints.
9174         (Ca4, Co4, Cx4): New constraints.
9175         * config/avr/avr.md (adjust_len): Add "out_bitop" insn attribute
9176         alternative.
9177         (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
9178         (andsi3, iorsi3, xorsi3): Ditto.
9179         (*iorhi3_clobber, *iorsi3_clobber): Remove insns.
9181 2011-09-22  Ira Rosen  <ira.rosen@linaro.org>
9183         PR tree-optimization/50451
9184         * tree-vect-slp.c (vect_get_constant_vectors): Don't fail for
9185         constant operands in reduction.
9186         (vect_get_slp_defs): Don't create vector operand for NULL scalar
9187         operand.
9189 2011-09-22  David S. Miller  <davem@davemloft.net>
9191         * config/sparc/sparc.c (sparc_vis_init_builtins): Do not mark
9192         fpack16, fpack32, fpackfix as const.
9194         * config/sparc/sparc.md (G[0-7]_REG, O[0-7]_REG, L[0-7]_REG,
9195         I[0-7]_REG, F[0-62]_REG, FCC[0-3]_REG, CC_REG, SFP_REG): New
9196         constants.  Use them everywhere.
9198 2011-09-22  Oleg Endo  <oleg.endo@t-online.de>
9200         * config/sh/sh.c (andcosts): Renamed to and_xor_ior_costs.
9201         Added AND special case.  Adapted comments.
9202         (sh_rtx_costs): Added XOR and IOR case.
9204 2011-09-21  Jan Hubicka  <jh@suse.cz>
9206         * ipa-inline-analsis.c (compute_inline_parameters): Set
9207         cfun and current_function_decl.
9209 2011-09-21  Jan Hubicka  <jh@suse.cz>
9211         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Allow
9212         handled components in parameter of builtin_constant_p.
9213         (will_be_nonconstant_predicate): Allow loads of non-SSA parameters.
9215 2011-09-21  Jan Hubicka  <jh@suse.cz>
9217         * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
9218         * ipa-inline.h (estimate_edge_time): Fix pasto.
9219         * ipa-inline-analysis.c (do_estiamte_edge_time): Remove capping.
9221 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
9223         * config/i386/i386.c (ix86_expand_sse_movcc): Use
9224         blendvps, blendvpd and pblendvb if possible.
9226 2011-09-21  Uros Bizjak  <ubizjak@gmail.com>
9228         PR target/50464
9229         * config/i386/sse.md (xop_pcmov_<mode><avxsizesuffix>): Change
9230         operand 1 predicate to register_operand and operand 2 predicate
9231         to nonimmediate_operand.
9232         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
9233         xop_pcmov, force op_true to register.  Also, force op_false to
9234         register if it doesn't satisfy nonimmediate_operand predicate.
9236 2011-09-21  Kirill Yukhin  <kirill.yukhin@intel.com>
9238         * config/i386/bmi2intrin.h (_mulx_u64): New.
9239         (_mulx_u32): Ditto.
9241 2011-09-21  Jan Hubicka  <jh@suse.cz>
9243         PR tree-optimization/50433
9244         * ipa-inline-analysis.c (eliminated_by_inlining_prob):
9245         Use get_base_address.
9247 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
9249         * config/i386/sse.md (<code><mode>3 smaxmin:VI124_128 expander): Use
9250         nonimmediate_operand instead of register_operand predicate for operands
9251         1 and 2, force them into registers if expanding them as comparison.
9252         (<code><mode>3 umaxmin:VI124_128 expander): Similarly.  For UMAX
9253         V8HImode force into register just operand 1.
9255 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
9257         PR target/45099
9258         * config/avr/avr.c (avr_function_arg_advance): Change error to
9259         warning if a fixed register is needed as function argument.
9261 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
9263         PR target/50449
9264         PR target/50465
9265         * config/avr/avr.md (adjust_len): New insn attribute.
9266         (*reload_insi, *reload_insf): Use it.
9267         (*movsi, *movsf): Use new interface of output_movsisf.
9268         * config/avr/avr-protos.h (output_movsisf): Change prototype.
9269         * config/avr/avr.c (output_movsisf): Ditto.
9270         (adjust_insn_length): Use insn attribute "adjust_len" to adjust
9271         lengths of insns *reload_insi, *reload_insf.
9272         (output_reload_insisf_1): New static function.
9273         (output_reload_insisf): Use it.
9275 2011-09-21  David S. Miller  <davem@davemloft.net>
9277         * config/sparc/sparc.c (def_builtin): Change from macro into function.
9278         (def_builtin_const): New.
9279         (sparc_vis_init_builtins): Use def_builtin_const for all VIS builtins
9280         other than alignaddr and falignaddr.
9282         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE, UNSPEC_FCMPGT,
9283         UNSPEC_FCMPEQ): New unspec codes.
9284         (fcmple16_vis, fcmple32_vis, fcmpne16_vis, fcmpne32_vis, fcmpgt16_vis,
9285         fcmpgt32_vis, fcmpeq16_vis, fcmpeq32_vis): New patterns.
9286         * config/sparc/sparc.c (sparc_vis_init_builtins): Create builtins for
9287         new pixel compare VIS patterns.
9288         * config/sparc/visintrin.h (__vis_fcmple16, __vis_fcmple32,
9289         __vis_fcmpne16, __vis_fcmpne32, __vis_fcmpgt16, __vis_fcmpgt32,
9290         __vis_fcmpeq16, __vis_fcmpeq32): New.
9291         * doc/extend.texi: Document new pixel compare VIS intrinsics.
9293 2011-09-21  Tom de Vries  <tom@codesourcery.com>
9295         * final.c (final): Handle if JUMP_LABEL is not LABEL_P.
9297 2011-09-20  David S. Miller  <davem@davemloft.net>
9299         * config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
9300         (aligneddrl<P:mode>_vis): New pattern.
9301         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
9302         edge32l_vis): Adjust to take Pmode arguments, and return SImode.
9303         * config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
9304         alignaddrl insn, and adjust edge operations for updated types.
9305         * config/sparc/visintrin.h: Likewise.
9306         * doc/extend.texi: Make typing in VIS documentation match reality.
9308 2011-09-20  Terry Guo  <terry.guo@arm.com>
9310         * config/arm/arm-arches.def: Add armv6s-m.
9311         * config/arm/arm-tables.opt: Regenerate.
9313 2011-09-20  Wei Guozhi  <carrot@google.com>
9315         PR rtl-optimization/49452
9316         * postreload.c (reload_combine): Invalidate use information when across
9317         volatile insn.
9319 2011-09-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
9321         * haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
9322         Remove maintenance overhead.
9323         (haifa_sched_init, sched_finish): Update.
9325 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
9327         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
9328         to calculate unit, prefix_rep and prefix_data16 attributes.
9329         (*mov<mode>_internal): Ditto for unit attribute.
9330         (*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
9331         (*movv2sf_internal): Ditto.
9332         * config/i386/sse.md (VI1248_256): Remove mode iterator.
9333         (avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
9334         (*avx2_eq<mode>3): Ditto.
9335         (avx2_gt<mode>3): Ditto.
9337 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
9339         * config/i386/i386.md (maxmin): New code iterator.
9340         * config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
9341         from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
9342         code iterator.
9343         (*avx2_<maxmin:code><mode>3): Macroize isn from
9344         *avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
9345         maxmin code iterator.
9346         (<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
9347         (<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
9348         <umaxmin:code>v16qi3.
9350 2011-09-19  Alan Modra  <amodra@gmail.com>
9351             Michael Meissner  <meissner@linux.vnet.ibm.com>
9353         PR target/50341
9354         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Do not
9355         split the load of the indirect function's TOC from the call to
9356         prevent the compiler from moving the load of the new TOC above
9357         code that references the current function's TOC.
9358         (call_indirect_aix<ptrsize>_internal): Ditto.
9359         (call_indirect_aix<ptrsize>_nor11): Ditto.
9360         (call_indirect_aix<ptrsize>_internal2): Ditto.
9361         (call_value_indirect_aix<ptrsize>): Ditto.
9362         (call_value_indirect_aix<ptrsize>_internal): Ditto.
9363         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
9364         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
9366 2011-09-19  Jakub Jelinek  <jakub@redhat.com>
9368         * config/i386/sse.md (*sse4_1_extractps): Change into
9369         define_insn_and_split, add =x 0 n and =x x n alternatives
9370         and split them after reload.
9372 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
9374         * tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
9376 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
9378         * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
9380 2011-09-19  Ira Rosen  <ira.rosen@linaro.org>
9382         PR tree-optimization/50413
9383         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
9384         a basic block if one of its data-refs can't be analyzed.
9386 2011-09-19  Paul Brook  <paul@codesourcery.com>
9388         * config/arm/predicates.md (shift_amount_operand): Check constant
9389         shift count is in range.
9390         (const_shift_operand): Remove.
9392 2011-09-18  Eric Botcazou  <ebotcazou@adacore.com>
9393             Iain Sandoe  <developer@sandoe-acoustics.co.uk>
9395         PR target/50091
9396         * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
9397         * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
9399 2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
9401         * config/i386/bmiintrin.h: Remove tmp.
9402         * config/i386/tbmintrin.h: Likewise.
9404 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
9406         PR tree-optimization/50414
9407         * tree-vect-slp.c (vect_get_constant_vectors): Handle MAX_EXPR and
9408         MIN_EXPR.
9410 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
9412         PR tree-optimization/50412
9413         * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
9414         acceses that require epilogue loop if vectorizing outer loop.
9416 2011-09-17  David S. Miller  <davem@davemloft.net>
9418         * config/sparc/sparc.md (UNSPEC_EDGE8, UNSPEC_EDGE8L,
9419         UNSPEC_EDGE16, UNSPEC_EDGE16L, UNSPEC_EDGE32, UNSPEC_EDGE32L):
9420         New unspecs.
9421         (define_attr type): New type 'edge'.
9422         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
9423         edge32l_vis): New patterns.
9424         * config/sparc/ultra1_2.md: Add insn reservation for 'edge'.
9425         * config/sparc/ultra3.md: Likewise.
9426         * config/sparc/niagara.md: Likewise.
9427         * config/sparc/niagara2.md: Likewise.
9428         * config/sparc/sparc.d (sparc_vis_init_builtins): Generate
9429         builtins for VIS edge instructions.
9430         * config/sparc/visintrin.h (__vis_edge8, __vis_edge8l)
9431         (__vis_edge16, __vis_edge16l, __vis_edge32, __vis_edge32l): New
9432         intrinsics.
9433         (__v8qi, __v4qi): Make unsigned.
9434         (__vis_faligndatadi, ___vis_faligndatav2si, __vis_faligndatav4hi,
9435         __vis_faligndatav8qi, __vis_fmul8x16au, __vis_fmul8x16al,
9436         __vis_fpack32): Fix types.
9437         * doc/extend.texi: Document new 'edge' VIS intrinsics.
9439         * gcc/config/sparc/sparc.c (niagara2_costs): Adjust integer
9440         divide costs.
9441         (niagara3_costs): New.
9442         (sparc_option_override): Use it.
9443         * gcc/config/sparc/niagara2.md: Adjust with more accurate
9444         Niagara-3 reservations.
9446 2011-09-17  Jakub Jelinek  <jakub@redhat.com>
9448         * config/i386/sse.md (VIMAX_AVX2): Change V4DI to V2TI.
9449         (sse2_avx, sseinsnmode): Add V2TI.
9450         (REDUC_SMINMAX_MODE): New mode iterator.
9451         (reduc_smax_v4sf, reduc_smin_v4sf, reduc_smax_v8sf,
9452         reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df): Remove.
9453         (reduc_<code>_<mode>): New smaxmin and umaxmin expanders.
9454         (sse2_lshrv1ti3): Rename to...
9455         (<sse2_avx2>_lshr<mode>3): ... this.  Use VIMAX_AVX2 mode
9456         iterator.  Move before umaxmin expanders.
9457         * config/i386/i386.h (VALID_AVX256_REG_MODE,
9458         SSE_REG_MODE_P): Accept V2TImode.
9459         * config/i386/i386.c (ix86_expand_reduc): Handle V32QImode,
9460         V16HImode, V8SImode and V4DImode.
9462         * config/i386/i386.c (ix86_build_const_vector): Handle V8SImode
9463         and V4DImode.
9464         (ix86_build_signbit_mask): Likewise.
9465         (ix86_expand_int_vcond): Likewise.  Handle V16HImode and V32QImode.
9466         (bdesc_args): Use CODE_FOR_{s,u}m{ax,in}v{32q,16h,8s}i3
9467         instead of CODE_FOR_avx2_{s,u}m{ax,in}v{32q,16h,8s}i3.
9468         * config/i386/sse.md (avx2_<code><mode>3 umaxmin expand): Rename to...
9469         (<code><mode>3) ... this.
9470         (avx2_<code><mode>3 smaxmin expand): Rename to...
9471         (<code><mode>3) ... this.
9472         (smax<mode>3, smin<mode>3): Macroize using smaxmin code iterator.
9473         (smaxv2di3, sminv2di3): Macroize using smaxmin code iterator and
9474         VI8_AVX2 mode iterator.
9475         (umaxv2di3, uminv2di3): Macroize using umaxmin code iterator and
9476         VI8_AVX2 mode iterator.
9477         (vcond<V_256:mode><VI_256:mode>, vcondu<V_256:mode><VI_256:mode>):
9478         New expanders.
9480 2011-09-17  Richard Sandiford  <rdsandiford@googlemail.com>
9482         * config/ia64/itanium2.md: Use match_test rather than eq/ne symbol_ref
9483         throughout file.
9485 2011-09-16  David S. Miller  <davem@davemloft.net>
9487         * config/sparc/visintrin.h: New file.
9488         * config.gcc: Add it to extra_headers on sparc.
9490 2011-09-16  Jakub Jelinek  <jakub@redhat.com>
9492         * config/i386/i386.c (ix86_expand_reduc_v4sf): Rename to ...
9493         (ix86_expand_reduc): ... this.  Handle also V8SFmode and V4DFmode.
9494         * config/i386/sse.md (reduc_splus_v4sf, reduc_smax_v4sf,
9495         reduc_smin_v4sf): Adjust callers.
9496         (reduc_smax_v8sf, reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df):
9497         New expanders.
9499         * config/i386/sse.md (vec_extract_hi_<mode>,
9500         vec_extract_hi_v16hi, vec_extract_hi_v32qi): Use
9501         vextracti128 instead of vextractf128 for -mavx2 and
9502         integer vectors.  For V4DFmode fix up mode attribute.
9503         (VEC_EXTRACT_MODE): For TARGET_AVX add 32-byte vectors.
9504         (vec_set_lo_<mode>, vec_set_hi_<mode>): For VI8F_256 modes use V4DF
9505         instead of V8SF mode attribute.
9506         (avx2_extracti128): Change into define_expand.
9507         * config/i386/i386.c (ix86_expand_vector_extract): Handle
9508         32-byte vector modes if TARGET_AVX.
9510 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
9512         * config/avr/avr.md: (umulqihi3, mulqihi3): Write as one pattern.
9513         (umulqi3_highpart, smulqi3_highpart): Ditto.
9514         (*maddqihi4.const, *umaddqihi4.uconst): Ditto.
9515         (*msubqihi4.const, *umsubqihi4.uconst): Ditto.
9516         (*muluqihi3.uconst, *mulsqihi3.sconst): Ditto.
9518 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
9520         PR target/50358
9521         * config/avr/avr.md (*ashiftqihi2.signx.1): New insn.
9522         (*maddqi4, *maddqi4.const): New insns.
9523         (*msubqi4, *msubqi4.const): New insns.
9524         * config/avr/avr.c (avr_rtx_costs): Record costs of above in cases
9525         PLUS:QI and MINUS:QI.  Increase costs of multiply-add/-sub for
9526         HImode by 1 in the case of multiplying with a CONST_INT.
9527         Record cost of *ashiftqihi2.signx.1 in case ASHIFT:QI.
9529 2011-09-15   Jan Hubicka  <jh@suse.cz>
9531         PR lto/50430
9532         * gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
9533         error_mark_node in the DECL_INITIAL of vtable.
9535 2011-09-15   Diego Novillo  <dnovillo@google.com>
9537         * Makefile.in (SYSROOT_CFLAGS_FOR_TARGET): Define from
9538         @SYSROOT_CFLAGS_FOR_TARGET@.
9539         * configure.ac (SYSROOT_CFLAGS_FOR_TARGET): Set from build-sysroot.
9540         * configure: Regenerate.
9541         (site.exp): Add definition of TEST_ALWAYS_FLAGS.
9542         Remove setting of GCC_UNDER_TEST.
9544 2011-09-15  Uros Bizjak  <ubizjak@gmail.com>
9546         * config/i386/i386.c (output_fp_compare): Return %v prefixed
9547         instruction mnemonics for TARGET_AVX.
9549         * config/i386/i386.md (*movdf_internal_rex64): use cond RTX in
9550         "type" attribute calculation.
9551         (*movdf_internal): Ditto.
9552         (*movsf_internal): Ditto.
9554 2011-09-15  James Greenhalgh  <james.greenhalgh@arm.com>
9556         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
9558 2011-09-15  Jason Merrill  <jason@redhat.com>
9560         PR c++/50361
9561         * expr.c (count_type_elements): Handle NULLPTR_TYPE.
9563 2011-09-15  Jan Hubicka  <jh@suse.cz>
9565         * ipa-inline-analysis.c (add_condition): Add conditions parameter;
9566         simplify obviously true clauses.
9567         (and_predicates, or_predicates): Add conditions parameter.
9568         (inline_duplication_hoook): Update.
9569         (mark_modified): New function.
9570         (unmodified_parm): New function.
9571         (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
9572         set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
9573         Use unmodified_parm.
9574         (estimate_function_body_sizes): Update.
9575         (remap_predicate): Update.
9577 2011-09-15  Ira Rosen  <ira.rosen@linaro.org>
9579         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow
9580         read-after-read dependencies in basic block SLP.
9582 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9584         * config/sparc/sparc.md: Use match_test rather than eq/ne symbol_ref
9585         throughout file.
9587 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9589         * config/sh/sh.md: Use match_test rather than eq/ne symbol_ref
9590         throughout file.
9592 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9594         * config/s390/s390.md: Use match_test rather than eq/ne symbol_ref
9595         throughout file.
9597 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9599         * config/rs6000/rs6000.md: Use match_test rather than eq/ne symbol_ref
9600         throughout file.
9601         * config/rs6000/constraints.md: Likewise.
9603 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9605         * config/microblaze/microblaze.md: Use match_test rather than
9606         eq/ne symbol_ref throughout file.
9608 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9610         * config/bfin/bfin.md: Use match_test rather than eq/ne symbol_ref
9611         throughout file.
9613 2011-09-14  Tom de Vries  <tom@codesourcery.com>
9615         PR middle-end/50251
9616         * explow.c (emit_stack_restore): Set crtl->need_drap if
9617         stack_restore is emitted.
9619 2011-09-14  Julian Brown  <julian@codesourcery.com>
9621         * config/arm/arm.c (arm_override_options): Add unaligned_access
9622         support.
9623         (arm_file_start): Emit attribute for unaligned access as appropriate.
9624         * config/arm/arm.md (UNSPEC_UNALIGNED_LOAD)
9625         (UNSPEC_UNALIGNED_STORE): Add constants for unspecs.
9626         (insv, extzv): Add unaligned-access support.
9627         (extv): Change to expander. Likewise.
9628         (extzv_t1, extv_regsi): Add helpers.
9629         (unaligned_loadsi, unaligned_loadhis, unaligned_loadhiu)
9630         (unaligned_storesi, unaligned_storehi): New.
9631         (*extv_reg): New (previous extv implementation).
9632         * config/arm/arm.opt (munaligned_access): Add option.
9633         * config/arm/constraints.md (Uw): New constraint.
9634         * expmed.c (store_bit_field_1): Adjust bitfield numbering according
9635         to size of access, not size of unit, when BITS_BIG_ENDIAN !=
9636         BYTES_BIG_ENDIAN. Don't use bitfield accesses for
9637         volatile accesses when -fstrict-volatile-bitfields is in effect.
9638         (extract_bit_field_1): Likewise.
9640 2011-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
9642         * simplify-rtx.c (simplify_subreg): Check that the inner mode is
9643         a scalar integer before applying integer-only optimisations to
9644         inner arithmetic.
9646 2011-09-14  Bernd Schmidt  <bernds@codesourcery.com>
9648         * config/mips/mips.c (mips_expand_epilogue): Generate a
9649         simple_return only if the return address is in r31.
9651 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
9653         * cfgcleanup.c (try_head_merge_bb): If get_condition returns
9654         NULL for a jump that is a cc0 insn, pick the previous insn for
9655         move_before.
9657 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9659         * config/v850/v850.md: Use match_test rather than eq/ne symbol_ref
9660         throughout file.
9662 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9664         * config/pa/pa.md: Use match_test rather than eq/ne symbol_ref
9665         throughout file.
9667 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9669         * config/mn10300/mn10300.md: Use match_test rather than eq/ne
9670         symbol_ref throughout file.
9672 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9674         * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
9675         throughout file.
9677 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9679         * config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
9680         throughout file.
9682 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9684         * config/arm/arm.md: Use match_test rather than eq/ne symbol_ref
9685         throughout file.
9686         * config/arm/neon.md: Likewise.
9687         * config/arm/vfp.md: Likewise.
9688         * config/arm/thumb2.md: Likewise.
9689         * config/arm/cortex-m4.md: Likewise.
9691 2011-09-13  Sevak Sargsyan <sevak.sargsyan@ispras.ru>
9693         * config/arm/neon.md (neon_vabd<mode>_2, neon_vabd<mode>_3): New
9694         define_insn patterns for combine.
9696 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
9698         * reorg.c: Always define make_return_insns.
9700 2011-09-13  Jan Hubicka  <jh@suse.cz>
9702         PR other/49533
9703         * cgraphunit.c (assemble_thunks_and_aliases): Force alias to be output.
9705 2011-09-13  Jan Hubicka  <jh@suse.cz>
9707         PR other/49533
9708         * ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.
9710 2011-09-13  Paul Brook  <paul@codesourcery.com>
9712         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9713         (ARM_TARGET2_DWARF_FORMAT): Provide default definition.
9714         * config/arm/linux-eabi.h (ARM_TARGET2_DWARF_FORMAT): Define.
9715         * config/arm/symbian.h (ARM_TARGET2_DWARF_FORMAT): Define.
9716         * config/arm/uclinux-eabi.h(ARM_TARGET2_DWARF_FORMAT): Define.
9717         * config/arm/t-bpabi (EXTRA_HEADERS): Add unwind-arm-common.h.
9718         * config/arm/t-symbian (EXTRA_HEADERS): Add unwind-arm-common.h.
9719         * config/c6x/c6x.c (c6x_output_file_unwind): Don't rely on dwarf2 code
9720         enabling unwind tables.
9721         (c6x_debug_unwind_info): New function.
9722         (TARGET_ARM_EABI_UNWINDER): Define.
9723         (TARGET_DEBUG_UNWIND_INFO): Define.
9724         * config/c6x/c6x.h (DWARF_FRAME_RETURN_COLUMN): Define.
9725         (TARGET_EXTRA_CFI_SECTION): Remove.
9726         * config/c6x/t-c6x-elf (EXTRA_HEADERS): Set.
9727         * ginclude/unwind-arm-common.h: New file.
9729 2011-09-13  Georg-Johann Lay  <avr@gjlay.de>
9731         PR target/50358
9732         * config/avr/predicates.md (const_1_to_6_operand): New predicate.
9733         * config/avr/avr.md: (extend_s): New code attribute.
9734         (mul_r_d): New code attribute.
9735         (*maddqihi4, *umaddqihi4): New insns.
9736         (*msubqihi4, *umsubqihi4): New insns.
9737         (*usmaddqihi4, *sumaddqihi4): New insns.
9738         (*usmsubqihi4, *susubdqihi4): New insns.
9739         (*umaddqihi4.uconst, *maddqihi4.sconst): New insn-and-splits.
9740         (*umsubqihi4.uconst, *msubqihi4.sconst): New insn-and-splits.
9741         (*umsubqihi4.uconst.ashift): New insn-and-split.
9742         (*msubqihi4.sconst.ashift): New insn-and-split.
9743         (*sumaddqihi4.uconst): New insn-and-split.
9744         (*sumsubqihi4.uconst): New insn-and-split.
9745         * config/avr/avr.c (avr_rtx_costs): Report costs of above in case
9746         PLUS:HI and MINUS:HI.
9748 2011-09-13  Revital Eres  <revital.eres@linaro.org>
9750         modulo-sched.c (remove_node_from_ps): Return void instead of bool.
9751         (optimize_sc): Adjust call to remove_node_from_ps.
9752         (sms_schedule): Add print info.
9754 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
9756         * rtl.c (copy_rtx): Do not handle frame_related, jump or call
9757         flags specially.
9759 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
9761         PR bootstrap/50010
9762         * dwarf2cfi.c (add_cfis_to_fde): Ignore non-active insns in between
9763         NOTE_INSN_CFI notes, with the exception of
9764         NOTE_INSN_SWITCH_TEXT_SECTIONS.
9766 2011-09-12  Bernd Schmidt  <bernds@codesourcery.com>
9767             Richard Sandiford  <rdsandiford@googlemail.com>
9769         * config/mips/mips.c (mips_epilogue): New structure.
9770         (mips16e_save_restore_reg): Queue REG_CFA_RESTORE notes when
9771         restoring registers.
9772         (mips_epilogue_emit_cfa_restores): New function.
9773         (mips_epilogue_set_cfa): Likewise.
9774         (mips_restore_reg): Queue REG_CFA_RESTORE notes.  When restoring
9775         the current CFA register from the stack, redefine the CFA in terms
9776         of the stack pointer.
9777         (mips_expand_epilogue): Set up mips_epilogue.  Attach CFA information
9778         to the epilogue instructions.
9780 2011-09-12  Richard Sandiford  <rdsandiford@googlemail.com>
9782         * config/mips/mips.c (mips16e_save_restore_reg): Add a reg_parm_p
9783         argument.
9784         (mips16e_build_save_restore): Update accordingly.
9786 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
9788         PR rtl-optimization/50212
9789         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
9790         Skip also lps with NULL landing_pad or non-LABEL_P landing_pad.
9792         PR debug/50299
9793         * calls.c (load_register_parameters): Use use_reg_mode instead
9794         of use_reg when adding a single register CALL_INSN_FUNCTION_USAGE
9795         entry.
9796         (expand_call): Set EXPR_LIST mode to TYPE_MODE of the argument
9797         for stack CALL_INSN_FUNCTION_USAGE uses.
9798         * expr.h (use_reg_mode): New prototype.
9799         (use_reg): Changed into inline around use_reg_mode.
9800         * expr.c (use_reg): Renamed to...
9801         (use_reg_mode): ... this.  Added MODE argument, set EXPR_LIST
9802         mode to that mode instead of VOIDmode.
9803         * var-tracking.c (prepare_call_arguments): Don't track parameters
9804         whose EXPR_LIST mode is VOIDmode, BLKmode or X mode isn't convertible
9805         to it using lowpart_subreg.  Convert VALUE and REG/MEM to the
9806         EXPR_LIST mode.
9808 2011-09-12  Georg-Johann Lay  <avr@gjlay.de>
9810         PR target/43746
9811         * config/avr/avr.c (AVR_SECTION_PROGMEM): New Define.
9812         (progmem_section): New Variable.
9813         (avr_asm_init_sections): Initialize it.
9814         (TARGET_ASM_SELECT_SECTION): Define to...
9815         (avr_asm_select_section): ... this new Function.
9816         (avr_replace_prefix): New Function.
9817         (avr_asm_function_rodata_section): Use it.
9818         (avr_insert_attributes): Don't add section attribute for PROGMEM.
9819         (avr_section_type_flags): Use avr_progmem_p instead of section
9820         name to detect if object is in PROGMEM.
9821         (avr_asm_named_section): Set section name prefix for objects in
9822         PROGMEM.
9824 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
9826         PR bootstrap/50352
9827         * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
9828         sprintf format string.
9830 2011-09-12  Richard Guenther  <rguenther@suse.de>
9832         PR tree-optimization/50343
9833         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check
9834         that the reduction is over an SSA name before checking its definition.
9836 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
9838         * config/cris/cris.md: Use match_test rather than eq/ne symbol_ref
9839         throughout file.
9841 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
9843         * config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
9844         throughout file.
9845         * config/mips/sb1.md: Likewise.
9846         * config/mips/predicates.md: Replace (match_test "!...")
9847         with (not (match_test "..."))
9848         * config/mips/constraints.md: Likewise.
9850 2011-09-09  Andrew Stubbs  <ams@codesourcery.com>
9852         * config/arm/arm-cores.def (generic-armv7-a): New architecture.
9853         * config/arm/arm-tables.opt: Regenerate.
9854         * config/arm/arm-tune.md: Regenerate.
9855         * config/arm/arm.c (arm_file_start): Output .arch directive when
9856         user passes -mcpu=generic-*.
9857         (arm_issue_rate): Add genericv7a support.
9858         * config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
9859         (ASM_CPU_SPEC): New define.
9860         * config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
9861         * config/arm/semi.h (ASM_SPEC): Likewise.
9862         * doc/invoke.texi (ARM Options): Document -mcpu=generic-*
9863         and -mtune=generic-*.
9865 2011-09-09  Richard Guenther  <rguenther@suse.de>
9867         PR tree-optimization/50328
9868         * tree-vect-loop.c (vect_is_simple_reduction_1): Allow one
9869         constant or default-def operand.
9871 2011-09-09  Richard Guenther  <rguenther@suse.de>
9873         * tree-ssa-pre.c (create_expression_by_pieces): Fold the
9874         last statement.
9876 2011-09-09  Richard Guenther  <rguenther@suse.de>
9878         * gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator
9879         instead of a statement.
9880         * gimple-fold.c (fold_stmt_inplace): Likewise.
9881         * sese.c (graphite_copy_stmts_from_block): Adjust.
9882         * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
9883         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Use
9884         fold_stmt.
9885         (forward_propagate_addr_into_variable_array_index): Likewise.
9886         (forward_propagate_addr_expr_1): adjust.
9887         (associate_plusminus): Likewise.
9888         (ssa_forward_propagate_and_combine): Likewise.
9889         * tree-ssa-mathopts.c (replace_reciprocal): Adjust.
9890         (execute_cse_reciprocals): Likewise.
9891         * tree-ssa.c (insert_debug_temp_for_var_def): Adjust.
9893 2011-09-09  Nick Clifton  <nickc@redhat.com>
9895         * config/mn10300/mn10300.c (mn10300_split_and_operand_count):
9896         Return a positive value to indicate that the bits at the
9897         bottom of the register should be cleared.
9899 2011-09-09  Richard Guenther  <rguenther@suse.de>
9901         * tree-ssa-operands.c (swap_tree_operands): Always adjust
9902         existing operand positions.
9904 2011-09-09  Richard Guenther  <rguenther@suse.de>
9906         PR middle-end/50333
9907         * tree-data-ref.c (split_constant_offset): Do not try to handle
9908         ternary ops.
9910 2011-09-08  Andrew Stubbs  <ams@codesourcery.com>
9912         PR tree-optimization/50318
9913         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Correct
9914         typo in use of mult_rhs1 and mult_rhs2.
9916 2011-09-08  Uros Bizjak  <ubizjak@gmail.com>
9918         * config/i386/i386.c (standard_sse_constant_p): Handle AVX2 modes.
9919         (standard_sse_constant_opcode) <case 2>: Change vpcmpeqd template.
9921 2011-09-08  Bernd Schmidt  <bernds@codesourcery.com>
9923         * config/arm/arm.md (push_multi): Emit predicates.
9924         (push_fp_multi): Likewise.
9925         * config/arm/arm.c (vfp_output_fstmd): Likewise.
9927 2011-09-08  Dodji Seketeli  <dodji@redhat.com>
9929         PR c++/33255 - Support -Wunused-local-typedefs warning
9930         * c-decl.c (lookup_name): Use the new maybe_record_typedef_use.
9931         (pushdecl): Use the new record_locally_defined_typedef.
9932         (store_parm_decls): Allocate cfun->language.
9933         (finish_function): Use the new maybe_warn_unused_local_typedefs,
9934         and free cfun->language.
9935         (c_push_function_context): Allocate cfun->language here only if needed.
9936         (c_pop_function_context): Likewise, mark cfun->language
9937         for collection only when it should be done.
9938         * c-common.c (handle_used_attribute): Don't ignore TYPE_DECL nodes.
9939         * c-typeck.c (c_expr_sizeof_type, c_cast_expr): Use the new
9940         maybe_record_local_typedef_use.
9941         * doc/invoke.texi: Update documentation for
9942         -Wunused-local-typedefs.
9944 2011-09-08  Enkovich Ilya  <ilya.enkovich@intel.com>
9946         * config/i386/i386-protos.h (ix86_lea_outperforms): New.
9947         (ix86_avoid_lea_for_add): Likewise.
9948         (ix86_avoid_lea_for_addr): Likewise.
9949         (ix86_split_lea_for_addr): Likewise.
9951         * config/i386/i386.c (LEA_MAX_STALL): New.
9952         (increase_distance): Likewise.
9953         (insn_defines_reg): Likewise.
9954         (insn_uses_reg_mem): Likewise.
9955         (distance_non_agu_define_in_bb): Likewise.
9956         (distance_agu_use_in_bb): Likewise.
9957         (ix86_lea_outperforms): Likewise.
9958         (ix86_ok_to_clobber_flags): Likewise.
9959         (ix86_avoid_lea_for_add): Likewise.
9960         (ix86_avoid_lea_for_addr): Likewise.
9961         (ix86_split_lea_for_addr): Likewise.
9962         (distance_non_agu_define): Search in pred BBs added.
9963         (distance_agu_use): Search in succ BBs added.
9964         (IX86_LEA_PRIORITY): Value changed from 2 to 0.
9965         (LEA_SEARCH_THRESHOLD): Now depends on LEA_MAX_STALL.
9966         (ix86_lea_for_add_ok): Use ix86_lea_outperforms to make decision.
9968         * config/i386/i386.md: Split added to transform non destructive
9969         add into move and add.
9970         (lea_1): transformed into insn_and_split to avoid AGU stalls.
9971         (lea<mode>_2): Likewise.
9973 2011-09-08  Martin Jambor  <mjambor@suse.cz>
9975         PR tree-optimization/50287
9976         * ipa-split.c (split_function): Do not create SSA names for
9977         non-gimple-registers.
9979 2011-09-08  Richard Guenther  <rguenther@suse.de>
9981         PR tree-optimization/19831
9982         * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Also
9983         skip builtins with vdefs that do not really store something.
9984         (propagate_necessity): For calls to free that we can associate
9985         with an allocation function do not mark the freed pointer
9986         definition necessary.
9987         (eliminate_unnecessary_stmts): Remove a call to free if
9988         the associated call to an allocation function is not necessary.
9990 2011-09-08  Richard Guenther  <rguenther@suse.de>
9992         PR tree-optimization/19831
9993         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark
9994         allocation functions as necessary.
9996 2011-09-08  Iain Sandoe  <iains@gcc.gnu.org>
9998         * config/darwin-driver.c (darwin_find_version_from_kernel): New routine
9999         cut from ...
10000         (darwin_default_min_version): Amended to provide defaults
10001         for the cross directory case.
10002         (darwin_driver_init): call darwin_default_min_version unconditionally.
10003         * config/darwin.h (DEF_MIN_OSX_VERSION): New.
10004         * config/darwin9.h: Likewise.
10005         * config/darwin10.h: Likewise.
10006         * config/rs6000/darwin7.h: Likewise.
10008 2011-09-08  Jakub Jelinek  <jakub@redhat.com>
10010         PR target/50310
10011         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
10012         code early if TARGET_AVX.
10013         (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
10015 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
10017         * config/i386/sse.md (sseinsnmode): Remove 32-byte integer vector
10018         duplicates.
10020         PR target/50310
10021         * config/i386/sse.md (*andnot<mode>3, *<code><mode>3): Fix up
10022         "mode" attribute computation.
10024 2011-09-07  Bernd Schmidt  <bernds@codesourcery.com>
10026         * regrename.c (struct du_head): Make nregs signed.
10027         (closed_chains): Remove.
10028         (create_new_chain): Return the new chain.
10029         (chain_from_id): New static function.
10030         (dump_def_use_chain): Change argument to be an int, indicating
10031         the first ID to print.  All callers changed.
10032         (merge_overlapping_regs): Use chain_from_id.  Assert that
10033         chains don't conflict with themselves.
10034         (rename_chains): Take no argument.  Iterate over id_to_chain
10035         rather to find chains to rename.  Clear tick before the main loop.
10036         (struct incoming_reg_info): New struct.
10037         (struct bb_rename_info): New struct.
10038         (init_rename_info, set_incoming_from_chain, merge_chains): New
10039         static functions.
10040         (regrename_analyze): New static function, broken out of
10041         regrename_optimize.  Record and make use of open chain information
10042         at basic block boundaries, and merge chains where possible.
10043         (scan_rtx_reg): Make this_nregs signed.  Don't update
10044         closed_chains.
10045         (build_def_use): Return a bool to indicate success.  All callers
10046         changed.  Don't initialize global data here.
10047         (regrename_optimize): Move most code out of here into
10048         regrename_analyze.
10049         * regs.h (add_range_to_hard_reg_set, remove_range_from_hard_reg_set,
10050         range_overlaps_hard_reg_set_p, range_in_hard_reg_set_p): New
10051         static inline functions.
10052         * vec.h (FOR_EACH_VEC_ELT_FROM): New macro.
10054         * bb-reorder.c (insert_section_boundary_note): Don't check
10055         optimize_function_for_speed_p.
10056         (gate_handle_partition_blocks): Do it here instead.
10057         (gate_handle_reorder_blocks): Move preliminary checks here ...
10058         (rest_of_handle_reorder_blocks): ... from here.
10060 2011-09-07  Martin Jambor  <mjambor@suse.cz>
10062         PR middle-end/50301
10063         * ipa-cp.c (find_more_values_for_callers_subset): Check jump
10064         function index bounds.
10065         (perhaps_add_new_callers): Likewise.
10067 2011-09-07  Martin Jambor  <mjambor@suse.cz>
10069         PR tree-optimization/49911
10070         * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
10071         enumerations to the corresponding plain integer type.
10073 2011-09-07  Richard Guenther  <rguenther@suse.de>
10075         PR tree-optimization/50319
10076         * tree-if-conv.c (set_bb_predicate): Assert we only set
10077         canonical predicates.
10078         (add_to_predicate_list): Simplify.  Allow TRUTH_NOT_EXPR
10079         around canonical predicates.
10080         (predicate_bbs): Do not re-gimplify already canonical
10081         predicates.  Properly unshare them though.
10082         (find_phi_replacement_condition): Simplify.
10084 2011-09-07  Richard Sandiford  <richard.sandiford@linaro.org>
10086         PR target/49030
10087         * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
10088         * config/arm/arm.c (maybe_get_arm_condition_code): New function,
10089         reusing the old code from get_arm_condition_code.  Return ARM_NV
10090         for invalid comparison codes.
10091         (get_arm_condition_code): Redefine in terms of
10092         maybe_get_arm_condition_code.
10093         * config/arm/predicates.md (arm_comparison_operator): Use
10094         maybe_get_arm_condition_code.
10096 2011-09-07  Richard Guenther  <rguenther@suse.de>
10098         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
10099         Canonicalize negated predicates by swapping edges.
10100         (forward_propagate_into_cond): Likewise.
10102 2011-09-07  Richard Guenther  <rguenther@suse.de>
10104         PR tree-optimization/50213
10105         * tree-flow.h (simple_iv_increment_p): Declare.
10106         * tree-ssa-dom.c (simple_iv_increment_p): Export.  Also handle
10107         POINTER_PLUS_EXPR.
10108         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Do
10109         not propagate simple IV counter increments.
10111 2011-09-07  Eric Botcazou  <ebotcazou@adacore.com>
10112             Iain Sandoe  <iains@gcc.gnu.org>
10114         * config/rs6000/rs6000.c (compute_save_world_info): Test
10115         cfun->has_nonlocal_label to determine if the out-of-line save
10116         world call may be used.
10118 2011-09-07  Nick Clifton  <nickc@redhat.com>
10120         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
10121         label on the parallel part of the insn.
10123 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
10125         PR debug/50191
10126         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Try
10127         avoid_constant_pool_reference first instead of last.
10129 2011-09-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
10131         * doc/configfiles.texi (Configuration Files): Update documentation
10132         about tm_p.h and remove FIXME comment.
10134 2011-09-06  Uros Bizjak  <ubizjak@gmail.com>
10136         * config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
10137         (function_value_32): Do not check TARGET_MMX, TARGET_SSE or TARGET_AVX.
10139 2011-09-06  Iain Sandoe  <iains@gcc.gnu.org>
10141         * config/darwin10.h Remove duplicate LIB_SPEC.
10143 2011-09-06  Enkovich Ilya  <ilya.enkovich@intel.com>
10145         PR middle-end/44382
10146         * target.def (reassociation_width): New hook.
10148         * doc/tm.texi.in (reassociation_width): Likewise.
10150         * doc/tm.texi (reassociation_width): Likewise.
10152         * doc/invoke.texi (tree-reassoc-width): New param documented.
10154         * hooks.h (hook_int_uint_mode_1): New default hook.
10156         * hooks.c (hook_int_uint_mode_1): Likewise.
10158         * config/i386/i386.h (ix86_tune_indices): Add
10159         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
10161         (TARGET_REASSOC_INT_TO_PARALLEL): New.
10162         (TARGET_REASSOC_FP_TO_PARALLEL): Likewise.
10164         * config/i386/i386.c (initial_ix86_tune_features): Add
10165         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
10167         (ix86_reassociation_width): New function.
10169         * params.def (PARAM_TREE_REASSOC_WIDTH): New param added.
10171         * tree-ssa-reassoc.c (get_required_cycles): New function.
10172         (get_reassociation_width): Likewise.
10173         (swap_ops_for_binary_stmt): Likewise.
10174         (rewrite_expr_tree_parallel): Likewise.
10176         (rewrite_expr_tree): Refactored.  Part of code moved into
10177         swap_ops_for_binary_stmt.
10179         (reassociate_bb): Now checks reassociation width to be used and
10180         call rewrite_expr_tree_parallel instead of rewrite_expr_tree if needed.
10182 2011-09-06  Richard Guenther  <rguenther@suse.de>
10184         PR tree-optimization/47025
10185         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): BUILT_IN_VA_END
10186         uses nothing.
10187         (call_may_clobber_ref_p_1): BUILT_IN_VA_END is a barrier like
10188         BUILT_IN_FREE.
10189         (stmt_kills_ref_p_1): BUILT_IN_VA_END kills what its argument
10190         definitely points to.
10191         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
10192         BUILT_IN_VA_START doesn't let its va_list argument escape.
10193         * tree-ssa-dce.c (propagate_necessity): BUILT_IN_VA_END does
10194         not make any previous stores necessary.
10196 2011-09-06  Martin Jambor  <mjambor@suse.cz>
10198         * ipa-inline.h (struct inline_summary): Move versionable flag...
10199         * cgraph.h (struct cgraph_local_info): ...here
10200         * ipa-cp.c (determine_versionability): Use the new versionable flag.
10201         (determine_versionability): Likewise.
10202         (ipcp_versionable_function_p): Likewise.
10203         (ipcp_generate_summary): Likewise.
10204         * ipa-inline-analysis.c (dump_inline_summary): Do not dump the
10205         versionable flag.
10206         (compute_inline_parameters): Do not clear the versionable flag.
10207         (inline_read_section): Do not stream the versionable flag.
10208         (inline_write_summary): Likewise.
10209         * lto-cgraph.c (lto_output_node): Stream the versionable flag.
10210         (input_overwrite_node): Likewise.
10212 2011-09-06  Richard Guenther  <rguenther@suse.de>
10214         PR tree-optimization/48149
10215         * tree-ssa-sccvn.c (vn_get_expr_for): Simplify.  Fix tuplification bug.
10216         (vn_valueize): Move earlier.
10217         (valueize_expr): Use vn_valueize.
10218         (simplify_binary_expression): Simplify, also combine COMPLEX_EXPR
10219         operands.
10220         (simplify_unary_expression): Simplify.
10222 2011-09-06  Richard Guenther  <rguenther@suse.de>
10224         PR tree-optimization/48317
10225         * tree-ssa-sccvn.h (struct vn_nary_op_s): Make op a true
10226         trailing array.
10227         (sizeof_vn_nary_op): New inline function.
10228         (vn_nary_op_lookup_pieces): Adjust.
10229         (vn_nary_op_insert_pieces): Likewise.
10230         * tree-ssa-sccvn.c (vn_nary_op_eq): Also compare the length.
10231         (init_vn_nary_op_from_pieces): Adjust signature.  Deal with
10232         any number of operands.
10233         (vn_nary_length_from_stmt): New function.
10234         (init_vn_nary_op_from_stmt): Adjust for CONSTRUCTOR handling.
10235         (vn_nary_op_lookup_pieces): Adjust signature and allocate properly
10236         sized temporary.
10237         (vn_nary_op_lookup): Likewise.
10238         (vn_nary_op_lookup_stmt): Likewise.
10239         (vn_nary_op_insert_into): Likewise.
10240         (vn_nary_op_insert_stmt): Likewise.
10241         (visit_use): Handle CONSTRUCTOR as nary.
10242         * tree-ssa-pre.c (phi_translate_1): Adjust.
10243         (create_expression_by_pieces): Likewise.
10244         (compute_avail): Likewise.
10246 2011-09-06  Ira Rosen  <ira.rosen@linaro.org>
10248          * config/arm/arm.c (arm_preferred_simd_mode): Check
10249         TARGET_NEON_VECTORIZE_DOUBLE instead of
10250         TARGET_NEON_VECTORIZE_QUAD.
10251         (arm_autovectorize_vector_sizes): Likewise.
10252         * config/arm/arm.opt (mvectorize-with-neon-quad): Make inverse
10253         mask of mvectorize-with-neon-double.  Add RejectNegative.
10254         (mvectorize-with-neon-double): New.
10256 2011-09-06  Richard Guenther  <rguenther@suse.de>
10258         * tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.
10260 2011-09-06  Tom de Vries  <tom@codesourcery.com>
10262         * recog.c (asm_labels_ok): New function.
10263         (check_asm_operands): Use asm_labels_ok.
10265 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
10267         PR target/49606
10268         * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): Check Pmode.
10269         (PMODE_INSN): New macro.
10270         * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
10271         (mips_got_load, mips_expand_synci_loop): Likewise.
10272         (mips_save_gp_to_cprestore_slot): Handle SImode and DImode
10273         cprestore patterns.
10274         (mips_emit_loadgp): Use PMODE_INSN.  Handle SImode and DImode
10275         copygp_mips16 patterns.
10276         (mips_expand_prologue): Handle SImode and DImode potential_cprestore
10277         and use_cprestore patterns.
10278         (mips_override_options): Check for incompatible -mabi and -mlong
10279         combinations.
10280         * config/mips/mips.md (unspec_got<mode>): Rename to...
10281         (unspec_got_<mode>): ...this.
10282         (copygp_mips16): Use the Pmode iterator.
10283         (potential_cprestore, cprestore, use_cprestore): Likewise.
10284         (clear_cache, indirect_jump): Use PMODE_INSN.
10285         (indirect_jump<mode>): Rename to...
10286         (indirect_jump_<mode>): ...this.
10287         (tablejump): Use PMODE_INSN.
10288         (tablejump<mode>): Rename to...
10289         (tablejump_<mode>): ...this.
10290         (exception_receiver): Handle restore_gp_si and restore_gp_di.
10291         (restore_gp): Use the Pmode iterator.
10292         * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Use
10293         PMODE_INSN.
10295 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
10297         * config/mips/mips.c (mips_gimplify_va_arg_expr): Unshare off.
10298         Fix the type of the BIT_AND_EXPR.
10300 2011-09-05  David S. Miller  <davem@davemloft.net>
10302         * config.host: Add driver-sparc.o and sparc/x-sparc on
10303         native sparc*-*-linux* builds.
10304         * config/sparc/driver-sparc.c: Correct Linux strings.
10305         * config/sparc/linux.h: Add DRIVER_SELF_SPECS.
10306         * config/sparc/linux64.h: Likewise.
10307         * doc/invoke.texi: Document that Linux also supports
10308         -mcpu=native and -mtune=native on sparc.
10310         * config/sparc/sparc-opts.h (PROCESSOR_NIAGARA3,
10311         PROCESSOR_NIAGARA4): New.
10312         * config/sparc/sparc.opt: Handle new processor types.
10313         * config/sparc/sparc.md: Add to "cpu" attribute.
10314         * config/sparc/sparc.h (TARGET_CPU_niagara3,
10315         TARGET_CPU_niagara4): New, treat as niagara2.
10316         * config/sparc/linux64.h: Handle niagara3 and niagara4 like niagara2.
10317         * config/sparc/sol2.h: Likewise.
10318         * config/sparc/niagara2.md: Schedule niagara3 like niagara2.
10319         * config/sparc/sparc.c (sparc_option_override): Add
10320         niagara3 and niagara4 handling.
10321         (sparc32_initialize_trampoline): Likewise.
10322         (sparc64_initialize_trampoline): Likewise.
10323         (sparc_use_sched_lookahead): Likewise.
10324         (sparc_issue_rate): Likewise.
10325         (sparc_register_move_cost): Likewise.
10326         * config/sparc/driver-sparc.c (cpu_names): Use niagara3
10327         and niagara4 as appropriate.
10328         * doc/invoke.texi: Document new processor types.
10329         * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
10330         and --with-tune options.
10332         * config/sparc/sol2-64.h: Move ...
10333         * config/sparc/default-64.h: ... to here.  Update comment.
10334         * config.gcc: Update Solaris sparc to use default-64.h, also
10335         prefix this header into the list on sparc64-*-linux.
10336         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
10337         TARGET_64BIT_DEFAULT is defined.  Remove commented out reference
10338         to MASK_HARD_QUAD.
10340 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
10342         PR target/50289
10343         * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
10344         that contain global register variable.
10346 2011-09-05  Richard Guenther  <rguenther@suse.de>
10348         * tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
10350 2011-09-05  Richard Guenther  <rguenther@suse.de>
10352         * stor-layout.c (layout_type): Use size_binop for array size
10353         calculations.
10355 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
10357         * config/avr/avr.h (progmem_section): Remove Declaration.
10358         * config/avr/avr.c (progmem_section): Make static and rename to
10359         progmem_swtable_section.
10360         (avr_output_addr_vec_elt): No need to switch sections.
10361         (avr_asm_init_sections): Use output_section_asm_op as section
10362         callback for progmem_swtable_section.
10363         (avr_output_progmem_section_asm_op): Remove Function.
10364         (TARGET_ASM_FUNCTION_RODATA_SECTION): New Define.
10365         (avr_asm_function_rodata_section): New static Function.
10366         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Output
10367         alignment 2**1 for jump tables.
10369 2011-09-04  Jan Hubicka  <jh@suse.cz>
10371         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Check that
10372         parameter is SSA name.
10374 2011-09-04  Richard Guenther  <rguenther@suse.de>
10376         Revert
10377         2011-08-31  Richard Guenther  <rguenther@suse.de>
10379         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
10380         special-casing.
10382 2011-09-04  Iain Sandoe  <iains@gcc.gnu.org>
10384         PR debug/49901
10385         * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
10387 2011-09-04  Jakub Jelinek  <jakub@redhat.com>
10388             Ira Rosen  <ira.rosen@linaro.org>
10390         PR tree-optimization/50208
10391         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add an
10392         argument.  Check that def_stmt is inside the loop.
10393         (vect_recog_widen_mult_pattern): Update calls to
10394         vect_handle_widen_mult_by_cons.
10395         (vect_operation_fits_smaller_type): Check that def_stmt is
10396         inside the loop.
10398 2011-09-04  Ira Rosen  <ira.rosen@linaro.org>
10400         * tree-vectorizer.c (vect_print_dump_info): Print line
10401         number when dumping to a file.
10402         (vectorize_loops): Add new messages to dump file.
10404 2011-09-03  Martin Jambor  <mjambor@suse.cz>
10406         * ipa-prop.h (ipa_jump_func_t): New typedef.
10407         (struct ipa_edge_args): Removed field argument_count, field
10408         jump_functions turned into a vector.
10409         (ipa_set_cs_argument_count): Removed.
10410         (ipa_get_cs_argument_count): Updated to work on vectors.
10411         (ipa_get_ith_jump_func): Likewise.
10412         * ipa-prop.c (ipa_count_arguments): Removed.
10413         (compute_scalar_jump_functions): Use ipa_get_ith_jump_func to access
10414         jump functions.  Update caller.
10415         (compute_pass_through_member_ptrs): Likewise.
10416         (compute_cst_member_ptr_arguments): Likewise.
10417         (ipa_compute_jump_functions_for_edge): Get number of arguments from
10418         the statement, allocate vector.
10419         (ipa_compute_jump_functions): Do not call ipa_count_arguments.
10420         (duplicate_ipa_jump_func_array): Removed.
10421         (ipa_edge_duplication_hook): Use VEC_copy, do not copy argument count.
10422         (ipa_read_node_info): Allocate vector.
10424 2011-09-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10426         PR middle-end/50232
10427         * config/pa/pa.md (return): Define "return" insn pattern.
10428         (epilogue): Use it when no epilogue is needed.
10429         * config/pa/pa.c (pa_can_use_return_insn): New function.
10430         * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.
10432 2011-09-03  Eric Botcazou  <ebotcazou@adacore.com>
10434         * cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
10435         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Revert latest change.
10436         Force at least BITS_PER_UNIT alignment on the new variable.
10438 2011-09-02  Gary Funck <gary@intrepid.com>
10440         * opts.c (print_specific_help): Fix off-by-one compare in
10441         assertion check.
10442         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
10443         CL_TARGET, CL_COMMON, CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED):
10444         Increase by +5 to allow for more languages.
10445         * optc-gen.awk: Generate #if that ensures that the number of
10446         languages is within the implementation-defined limit.
10448 2011-09-02  Michael Matz  <matz@suse.de>
10450         PR middle-end/50260
10451         * ipa-split.c (split_function): Call add_referenced_var.
10453         * tree-ssa-phiopt.c (cond_store_replacement): Don't call get_var_ann.
10454         (cond_if_else_store_replacement_1): Ditto.
10455         * tree-ssa-pre.c (get_representative_for): Ditto.
10456         (create_expression_by_pieces): Ditto.
10457         (insert_into_preds_of_block): Ditto.
10458         * tree-sra.c (create_access_replacement): Ditto.
10459         (get_replaced_param_substitute): Ditto.
10461 2011-09-02  Bernd Schmidt  <bernds@codesourcery.com>
10463         * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New
10464         automata_options.
10465         (d1, l1, s1, m1, d2, l2, s2, m2): Changed to define_query_cpu_unit.
10466         (l1w, s1w, l2w, s2w): Define in the main automaton.
10467         (fps1, fpl1, adddps1, adddpl1, fps2, fpl2, adddps2, adddpl2): New
10468         units.
10469         * config/c6x/c6x.c (c6x_sched_insn_info): Add unit_mask member.
10470         (c6x_unit_names): Add the new units.
10471         (c6x_unit_codes): New static array.
10472         (UNIT_QID_D1, UNIT_QID_L1, UNIT_QID_S1, UNIT_QID_M1, UNIT_QID_FPS1,
10473         UNIT_QID_FPL1, UNIT_QID_ADDDPS1, UNIT_QID_ADDDPL1,
10474         UNIT_QID_SIDE_OFFSET): New macros.
10475         (RESERVATION_S2): Adjust value.
10476         (c6x_option_override): Compute c6x_unit_codes.
10477         (assign_reservations): Take the unit_mask of the last instruction
10478         into account.  Detect floating point reservations by looking for
10479         the new units.  Don't assign reservations if the field is already
10480         nonzero.
10481         (struct c6x_sched_context): Add member prev_cycle_state_ctx.
10482         (init_sched_state): Initialize it.
10483         (c6x_clear_sched_context): Free it.
10484         (insn_set_clock): Clear reservation.
10485         (prev_cycle_state): New static variable.
10486         (c6x_init_sched_context): Save it.
10487         (c6x_sched_init): Allocate space for it and clear it.
10488         (c6x_sched_dfa_pre_cycle_insn): New static function.
10489         (c6x_dfa_new_cycle): Save state at the start of a new cycle.
10490         (c6x_variable_issue): Only record units in the unit_mask that
10491         were not set at the start of the cycle.
10492         (c6x_variable_issue): Compute and store the unit_mask from the
10493         current state.
10494         (reorg_split_calls): Ensure the new information remains correct.
10495         (TARGET_SCHED_DFA_NEW_CYCLE, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
10496         TARGET_SCHED_DFA_PRE_CYCLE_INSN): Define.
10497         * config/c6x/c6x.h (CPU_UNITS_QUERY): Define.
10498         * config/c6x/c6x-sched.md.in (fp4_ls_N__CROSS_, adddp_ls_N__CROSS_):
10499         Add special reservations.
10500         * config/c6x/c6x-sched.md: Regenerate.
10502 2011-09-02  Martin Jambor  <mjambor@suse.cz>
10504         * ipa-prop.h (ipa_node_params): Removed fields
10505         called_with_var_arguments and node_versionable.
10506         (ipa_set_called_with_variable_arg): Removed.
10507         (ipa_is_called_with_var_arguments): Likewise.
10508         * ipa-cp.c (ipa_get_lattice): Fixed index check in an assert.
10509         (determine_versionability): Do not check for type attributes and va
10510         builtins.  Record versionability into inline summary.
10511         (initialize_node_lattices): Do not check
10512         ipa_is_called_with_var_arguments.
10513         (propagate_constants_accross_call): Likewise, ignore arguments we do
10514         not have PARM_DECLs for, set variable flag for parameters that were
10515         not passed a value.
10516         (create_specialized_node): Dump info that we cannot change signature.
10517         * ipa-prop.c (ipa_compute_jump_functions): Do not care about variable
10518         number of arguments.
10519         (ipa_make_edge_direct_to_target): Likewise.
10520         (ipa_update_after_lto_read): Likewise.
10521         (ipa_node_duplication_hook): Do not copy called_with_var_arguments flag.
10522         * tree-inline.c (copy_arguments_for_versioning): Copy PARM_DECLs if
10523         they were remapped.
10525 2011-09-02  Richard Guenther  <rguenther@suse.de>
10527         PR tree-optimization/27460
10528         PR middle-end/29269
10529         * doc/md.texi (vcond): Document.
10530         * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
10531         optab with two modes.
10532         * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
10533         (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
10534         (vcond_optab): Adjust.
10535         (vcondu_optab): Likewise.
10536         (expand_vec_cond_expr_p): Adjust prototype.
10537         * optabs.c (get_vcond_icode): Adjust.
10538         (expand_vec_cond_expr_p): Likewise.
10539         (expand_vec_cond_expr): Likewise.
10540         * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
10541         vector type.
10542         (vectorizable_condition): Allow differing types for comparison
10543         and result.
10544         * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
10545         for the comparison.
10546         * config/i386/sse.md (vcond<mode>): Split to
10547         vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
10548         vcond<V_128:mode><VI124_128:mode> and
10549         vcondu<V_128:mode><VI124_128:mode>.
10550         (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
10551         (vconduv2di): Likewise.
10552         * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
10553         (vcondu<mode>): Likewise.
10554         * config/ia64/vect.md (vcond<mode>): Likewise.
10555         (vcondu<mode>): Likewise.
10556         (vcondv2sf): Likewise.
10557         * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
10558         * config/rs6000/paired.md (vcondv2sf): Likewise.
10559         * config/rs6000/vector.md (vcond<mode>): Likewise.
10560         (vcondu<mode>): Likewise.
10561         * config/spu/spu.md (vcond<mode>): Likewise.
10562         (vcondu<mode>): Likewise.
10564 2011-09-02  Richard Guenther  <rguenther@suse.de>
10566         * pretty-print.h (pp_unsigned_wide_integer): New.
10567         * tree-pretty-print.c (dump_generic_node): Print unsigned
10568         host-wide-int fitting INTEGER_CSTs with pp_unsigned_wide_integer.
10570 2011-09-02  Richard Sandiford  <richard.sandiford@linaro.org>
10572         PR target/49987
10573         * config/rs6000/rs6000.c (paired_expand_vector_init): Check for
10574         valid CONST_VECTOR operands.
10575         (rs6000_expand_vector_init): Likewise.
10577 2011-09-02  Martin Jambor  <mjambor@suse.cz>
10579         * cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
10580         * gimple-fold.c (gimple_get_virt_method_for_binfo): Rewritten to use
10581         BINFO_VTABLE.  Parameter delta removed, all callers updated.
10582         * tree.c (free_lang_data_in_binfo): Clear BINFO_VIRTUALs instead
10583         BINFO_VTABLE.
10584         * cgraph.c (cgraph_make_edge_direct): Removed parameter delta, updated
10585         all calls.
10586         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Removed
10587         handling of thunk_delta.
10588         * ipa-cp.c (get_indirect_edge_target): Removed parameter delta.
10589         (devirtualization_time_bonus): Do not handle thunk deltas.
10590         (ipcp_discover_new_direct_edges): Likewise.
10591         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
10592         (try_make_edge_direct_simple_call): Likewise.
10593         (try_make_edge_direct_virtual_call): Likewise.
10594         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
10595         parameter set as unused.
10596         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
10597         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
10598         parameter set as unused.
10599         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
10600         (input_edge_opt_summary): Likewise.
10601         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not stream
10602         BINFO_VIRTUALS at all.
10603         * lto-streamer-in.c (lto_input_ts_binfo_tree_pointers): Likewise.
10605 2011-09-02  Richard Guenther  <rguenther@suse.de>
10607         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
10608         (ccp_fold_stmt): Continue replacing args when folding alloca fails.
10610 2011-08-31  Richard Guenther  <rguenther@suse.de>
10612         * expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR
10613         handling here, from ...
10614         (expand_expr_real_1): ... here.
10615         * gimple-pretty-print.c (dump_ternary_rhs): Handle COND_EXPR
10616         and VEC_COND_EXPR.
10617         * gimple.c (gimple_rhs_class_table): Make COND_EXPR and VEC_COND_EXPR
10618         a GIMPLE_TERNARY_RHS.
10619         * tree-cfg.c (verify_gimple_assign_ternary): Handle COND_EXPR
10620         and VEC_COND_EXPR here ...
10621         (verify_gimple_assign_single): ... not here.
10622         * gimple-fold.c (fold_gimple_assign): Move COND_EXPR folding.
10623         * tree-object-size.c (cond_expr_object_size): Adjust.
10624         (collect_object_sizes_for): Likewise.
10625         * tree-scalar-evolution.c (interpret_expr): Don't handle ternary RHSs.
10626         * tree-ssa-forwprop.c (forward_propagate_into_cond): Fix and simplify.
10627         (ssa_forward_propagate_and_combine): Adjust.
10628         * tree-ssa-loop-im.c (move_computations_stmt): Build the COND_EXPR
10629         as ternary.
10630         * tree-ssa-threadedge.c (fold_assignment_stmt): Adjust.
10631         * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
10632         * tree-vect-stmt.c (vectorizable_condition): Likewise.
10633         * tree-vrp.c (extract_range_from_cond_expr): Likewise.
10634         (extract_range_from_assignment): Likewise.
10636 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
10638         * config/i386/i386.md: Use (match_test ...) for attribute tests.
10639         * config/i386/mmx.md: Likewise.
10640         * config/i386/sse.md: Likewise.
10641         * config/i386/predicates.md (call_insn_operand): Use
10642         (not (match_test "...")) instead of (match_test "!...")
10643         * config/i386/constraints.md (w): Likewise.
10645 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
10647         * doc/md.texi: Describe the use of match_tests in attribute tests.
10648         * rtl.def (MATCH_TEST): Update commentary.
10649         * genattrtab.c (attr_copy_rtx, check_attr_test, clear_struct_flag)
10650         (write_test_expr, walk_attr_value): Handle MATCH_TEST.
10652 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
10654         * genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.
10655         (attr_string): Use copy_md_ptr_loc.
10657 2011-08-31  Martin Jambor  <mjambor@suse.cz>
10659         PR middle-end/49886
10660         * ipa-inline-analysis.c (compute_inline_parameters): Set
10661         can_change_signature of noes with typde attributes.
10662         * ipa-split.c (split_function): Do not skip any arguments if
10663         can_change_signature is set.
10665 2011-08-31  Martin Jambor  <mjambor@suse.cz>
10667         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Alias
10668         check removed.
10670 2011-08-31  Richard Guenther  <rguenther@suse.de>
10672         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
10673         special-casing.
10675 2011-08-31  Marc Glisse  <marc.glisse@inria.fr>
10677         * doc/generic.texi (Types for C++): CP_TYPE_QUALS -> cp_type_quals.
10679 2011-08-31  Tom de Vries  <tom@codesourcery.com>
10681         PR middle-end/43513
10682         * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
10683         * tree-ssa-ccp.c (params.h): Include.
10684         (fold_builtin_alloca_for_var): New function.
10685         (ccp_fold_stmt): Use fold_builtin_alloca_for_var.
10687 2011-08-30  Uros Bizjak  <ubizjak@gmail.com>
10689         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
10690         Handle FMA option.
10692 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
10694         * config/arm/arm.c (optimal_immediate_sequence_1): Make b1, b2,
10695         b3 and b4 unsigned.
10697 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
10699         * config/arm/arm.c (arm_gen_constant): Set can_negate correctly
10700         when code is SET.
10702 2011-08-30  Richard Guenther  <rguenther@suse.de>
10704         PR middle-end/48571
10705         * gimple.h (maybe_fold_offset_to_address): Remove.
10706         (maybe_fold_offset_to_reference): Likewise.
10707         (maybe_fold_stmt_addition): Likewise.
10708         (may_propagate_address_into_dereference): Likewise.
10709         * tree-inline.c (remap_gimple_op_r): Do not reconstruct
10710         array references.
10711         * gimple-fold.c (canonicalize_constructor_val): Likewise.
10712         Canonicalize invariant POINTER_PLUS_EXPRs to invariant MEM_REF
10713         addresses instead.
10714         (may_propagate_address_into_dereference): Remove.
10715         (maybe_fold_offset_to_array_ref): Likewise.
10716         (maybe_fold_offset_to_reference): Likewise.
10717         (maybe_fold_offset_to_address): Likewise.
10718         (maybe_fold_stmt_addition): Likewise.
10719         (fold_gimple_assign): Do not reconstruct array references but
10720         instead canonicalize invariant POINTER_PLUS_EXPRs to invariant
10721         MEM_REF addresses.
10722         (gimple_fold_stmt_to_constant_1): Likewise.
10723         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
10724         * gimplify.c (gimplify_conversion): Likewise.
10725         (gimplify_expr): Likewise.
10727 2011-08-30  Ilya Tocar  <ilya.tocar@intel.com>
10729         * config/i386/fmaintrin.h: New.
10730         * config.gcc: Add fmaintrin.h.
10731         * config/i386/i386.c
10732         (enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
10733         <IX86_BUILTIN_VFMADDSD3>: Likewise.
10734         * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
10735         (*fmai_fmadd_<mode>): Likewise.
10736         (*fmai_fmsub_<mode>): Likewise.
10737         (*fmai_fnmadd_<mode>): Likewise.
10738         (*fmai_fnmsub_<mode>): Likewise.
10739         * config/i386/immintrin.h: Add fmaintrin.h.
10741 2011-08-30  Bernd Schmidt  <bernds@codesourcery.com>
10743         * genautomata.c (NO_COMB_OPTION): New macro.
10744         (no_comb_flag): New static variable.
10745         (gen_automata_option): Handle NO_COMB_OPTION.
10746         (comb_vect_p): False if no_comb_flag.
10747         (add_vect): Move computation of min/max values.  Return early if
10748         no_comb_flag.
10749         * doc/md.texi (automata_option): Document no-comb-vect.
10751         * config/i386/i386.c (get_pc_thunk_name): Change prefix to
10752         "__x86.get_pc_thunk".
10754         * bb-reorder.c (insert_section_boundary_note): Only do it if
10755         we reordered the blocks; i.e. not if !optimize_function_for_speed_p.
10757 2011-08-30  Christian Bruel  <christian.bruel@st.com>
10759         * coverage.c (coverage_init): Check flag_branch_probabilities instead of
10760         flag_profile_use.
10762 2011-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
10764         * config/rs6000/rs6000.opt (-msave-toc-indirect): Change default
10765         to off.  Document switch.
10766         * doc/invoke.texi (-msave-toc-indirect): Ditto.
10768 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
10770         * gthr-posix.h (__gthread_active_p): Do not use preprocessor
10771         conditionals and comments inside macro arguments.
10773 2011-08-29  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
10774             Richard Guenther  <rguenther@suse.de>
10776         * tree.h (constant_boolean_node): Adjust prototype.
10777         * fold-const.c (fold_convert_loc): Move aggregate conversion
10778         leeway down.
10779         (constant_boolean_node): Make value parameter boolean, add
10780         vector type handling.
10781         (fold_unary_loc): Use constant_boolean_node.
10782         (fold_binary_loc): Preserve types properly when folding
10783         COMPLEX_EXPR <__real x, __imag x>.
10784         * gimplify.c (gimplify_expr): Handle vector comparison.
10785         * tree.def (EQ_EXPR, ...): Document behavior on vector typed
10786         comparison.
10787         * tree-cfg.c (verify_gimple_comparison): Verify vector typed
10788         comparisons.
10790 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
10792         PR middle-end/48722
10793         * emit-rtl.c (unshare_all_rtl_again): For CALL_INSNs,
10794         reset_used_flags also in CALL_INSN_FUNCTION_USAGE.
10795         (verify_rtl_sharing): Likewise and verify_rtx_sharing
10796         in there too.
10797         (unshare_all_rtl_in_chain): For CALL_INSNs
10798         copy_rtx_if_shared also CALL_INSN_FUNCTION_USAGE.
10800 2011-08-29  Richard Guenther  <rguenther@suse.de>
10802         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location
10803         on the built ADDR_EXPR.
10805 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
10807         PR debug/50215
10808         * var-tracking.c (create_entry_value): Call cselib_lookup_from_insn
10809         before adding ENTRY_VALUE to val->locs.
10811 2011-08-28  Mikael Pettersson  <mikpe@it.uu.se>
10813         PR bootstrap/50218
10814         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Initialize
10815         comp.
10817 2011-08-27  Bernd Schmidt  <bernds@codesourcery.com>
10819         * doc/rtl.texi (simple_return): Document.
10820         (parallel, PATTERN): Here too.
10821         * doc/md.texi (return): Mention it's allowed to expand to simple_return
10822         in some cases.
10823         (simple_return): Document standard pattern.
10824         * gengenrtl.c (special_rtx): SIMPLE_RETURN is special.
10825         * final.c (final_scan_insn): Use ANY_RETURN_P on body.
10826         * reorg.c (function_return_label, function_simple_return_label):
10827         New static variables, replacing...
10828         (end_of_function_label): ... this.
10829         (simplejump_or_return_p): New static function.
10830         (optimize_skip, steal_delay_list_from_fallthrough,
10831         fill_slots_from_thread): Use it.
10832         (relax_delay_slots): Likewise.  Use ANY_RETURN_P on body.
10833         (rare_destination, follow_jumps): Use ANY_RETURN_P on body.
10834         (find_end_label): Take a new arg which is one of the two return
10835         rtxs.  Depending on which, set either function_return_label or
10836         function_simple_return_label.  All callers changed.
10837         (make_return_insns): Make both kinds.
10838         (dbr_schedule): Adjust for two kinds of end labels.
10839         * function.c (emit_return_into_block): Set JUMP_LABEL properly.
10840         * genemit.c (gen_exp): Handle SIMPLE_RETURN.
10841         (gen_expand, gen_split): Use ANY_RETURN_P.
10842         * df-scan.c (df_uses_record): Handle SIMPLE_RETURN.
10843         * rtl.def (SIMPLE_RETURN): New code.
10844         * ifcvt.c (find_if_case_1): Be more careful about
10845         redirecting jumps to the EXIT_BLOCK.
10846         * jump.c (condjump_p, condjump_in_parallel_p, any_condjump_p,
10847         returnjump_p_1): Handle SIMPLE_RETURNs.
10848         * print-rtl.c (print_rtx): Likewise.
10849         * rtl.c (copy_rtx): Likewise.
10850         * bt-load.c (compute_defs_uses_and_gen): Use ANY_RETURN_P.
10851         * combine.c (simplify_set): Likewise.
10852         * resource.c (find_dead_or_set_registers, mark_set_resources):
10853         Likewise.
10854         * emit-rtl.c (verify_rtx_sharing, classify_insn, copy_insn_1,
10855         copy_rtx_if_shared_1, mark_used_flags): Handle SIMPLE_RETURNs.
10856         (init_emit_regs): Initialize simple_return_rtx.
10857         * cfglayout.c (fixup_reorder_chain): Pass a JUMP_LABEL to
10858         force_nonfallthru_and_redirect.
10859         * rtl.h (ANY_RETURN_P): Allow SIMPLE_RETURN.
10860         (GR_SIMPLE_RETURN): New enum value.
10861         (simple_return_rtx): New macro.
10862         * basic-block.h (force_nonfallthru_and_redirect): Adjust
10863         declaration.
10864         * cfgrtl.c (force_nonfallthru_and_redirect): Take a new jump_label
10865         argument.  All callers changed.  Be careful about what kinds of
10866         returnjumps to generate.
10867         * config/i386/3i86.c (ix86_pad_returns, ix86_count_insn_bb,
10868         ix86_pad_short_function): Likewise.
10869         * config/arm/arm.c (arm_final_prescan_insn): Handle both kinds
10870         of return.
10871         * config/mips/mips.md (any_return): New code_iterator.
10872         (optab): Add cases for return and simple_return.
10873         (return): Expand to a simple_return.
10874         (simple_return): New pattern.
10875         (*<optab>, *<optab>_internal for any_return): New patterns.
10876         (return_internal): Remove.
10877         * config/mips/mips.c (mips_expand_epilogue): Make the last insn
10878         a simple_return_internal.
10880 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
10882         * config/i386/sse.md (*absneg<mode>2): Fix split condition.
10883         (vec_extract_lo_<mode>): Prevent both operands in memory.
10884         (vec_extract_lo_v16hi): Ditto.
10885         (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
10887 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
10889         * config/i386/sse.md (mulv16qi3): Attach REG_EQUAL note.
10890         (*sse2_mulv4si3): Ditto.
10891         (mulv2di3): Ditto.
10892         * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
10893         notes to REG_EQUAL.
10895 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
10897         PR target/50202
10898         * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
10899         when all outputs are unused.
10900         (sse4_2_pcmpistr): Ditto.
10902 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
10904         * config/i386/i386.md (round<mode>2): New expander.
10905         * config/i386/i386.c (enum ix86_builtins): Add
10906         IX86_BUILTIN_ROUND{PS,PD}_AZ{,256}.
10907         (struct builtin_description): Add __builtin_ia32_round{ps,pd}_az{,256}
10908         descriptions.
10909         (ix86_builtin_vectorized_function): Handle BUILT_IN_ROUND{,F} builtins.
10910         (ix86_build_const_vector): Rewrite using loop with RTVEC_ELT accessor.
10912 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
10914         PR middle-end/50083
10915         * convert.c (convert_to_integer) <BUIT_IN_ROUND{,F,L}>: Convert
10916         only when TARGET_C99_FUNCTIONS.
10917         <BUILT_IN_NEARBYINT{,F,L}>: Ditto.
10918         <BUILT_IN_RINT{,F,L}>: Ditto.
10920 2011-08-26  Michael Matz  <matz@suse.de>
10921             Jakub Jelinek  <jakub@redhat.com>
10923         PR lto/50165
10924         * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
10925         don't call strlen twice, use memcpy.
10927 2011-08-26  H.J. Lu  <hongjiu.lu@intel.com>
10929         * config/i386/bmi2intrin.h: Allow in <immintrin.h>.
10930         * config/i386/bmiintrin.h: Likewise.
10931         * config/i386/lzcntintrin.h: Likewise.
10933         * config/i386/immintrin.h: Include <lzcntintrin.h>,
10934         <bmiintrin.h> and <bmi2intrin.h>.
10936 2011-08-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10938         PR target/50166
10939         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Check count in main.
10940         * configure: Regenerate.
10942 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
10944         PR c/50179
10945         * c-typeck.c (c_process_expr_stmt): Skip over nops and
10946         call mark_exp_read even if exprv is ADDR_EXPR.
10948 2011-08-26  Richard Sandiford  <richard.sandiford@linaro.org>
10950         * df-problems.c (df_note_bb_compute): Pass uses rather than defs
10951         to df_set_dead_notes_for_mw.
10953 2011-08-26  Richard Guenther  <rguenther@suse.de>
10955         * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
10957 2011-08-26  Zdenek Dvorak  <ook@ucw.cz>
10958             Tom de Vries  <tom@codesourcery.com>
10960         * tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.
10961         (struct ivopts_data): Add loop_single_exit_p field.
10962         (niter_for_exit): Change parameter desc_p into return value.  Return
10963         desc if desc->may_be_zero.  Free desc if unused.
10964         (niter_for_single_dom_exit): Change return type.
10965         (find_induction_variables): Handle changed return type of
10966         niter_for_single_dom_exit.  Dump may_be_zero.
10967         (add_candidate_1): Keep original base and step type for IP_ORIGINAL.
10968         (set_use_iv_cost): Add and handle comp parameter.
10969         (determine_use_iv_cost_generic, determine_use_iv_cost_address): Add
10970         comp argument to set_use_iv_cost.
10971         (strip_wrap_conserving_type_conversions, expr_equal_p)
10972         (difference_cannot_overflow_p, iv_elimination_compare_lt): New function.
10973         (may_eliminate_iv): Add comp parameter.  Handle new return type of
10974         niter_for_exit.  Use loop_single_exit_p.  Use iv_elimination_compare_lt.
10975         (determine_use_iv_cost_condition): Add comp argument to set_use_iv_cost
10976         and may_eliminate_iv.
10977         (rewrite_use_compare): Move call to iv_elimination_compare to ...
10978         (may_eliminate_iv): Here.
10979         (tree_ssa_iv_optimize_loop): Initialize loop_single_exit_p.
10981 2011-08-26  Tom de Vries  <tom@codesourcery.com>
10983         * tree-pretty-print (dump_generic_node): Test for NULL_TREE before
10984         accessing TREE_TYPE.
10986 2011-08-26  Jiangning Liu  <jiangning.liu@arm.com>
10988         * config/arm/arm.md (*ior_scc_scc): Enable for Thumb2 as well.
10989         (*ior_scc_scc_cmp): Likewise
10990         (*and_scc_scc): Likewise.
10991         (*and_scc_scc_cmp): Likewise.
10992         (*and_scc_scc_nodom): Likewise.
10993         (*cmp_ite0, *cmp_ite1, *cmp_and, *cmp_ior): Handle Thumb2.
10995 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
10997         * rtlanal.c (nonzero_bits1): Handle CLRSB.
10999 2011-08-26  Richard Guenther  <rguenther@suse.de>
11001         * expr.c (string_constant): Handle &MEM_REF.
11003 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
11005         * config/arm/arm.c (struct four_ints): New type.
11006         (count_insns_for_constant): Delete function.
11007         (find_best_start): Delete function.
11008         (optimal_immediate_sequence): New function.
11009         (optimal_immediate_sequence_1): New function.
11010         (arm_gen_constant): Move constant splitting code to
11011         optimal_immediate_sequence.
11012         Rewrite constant negation/invertion code.
11014 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
11016         * config/arm/arm-protos.h (const_ok_for_op): Add prototype.
11017         * config/arm/arm.c (const_ok_for_op): Add support for addw/subw.
11018         Remove prototype. Remove static function type.
11019         * config/arm/arm.md (*arm_addsi3): Add addw/subw support.
11020         Add arch attribute.
11021         * config/arm/constraints.md (Pj, PJ): New constraints.
11023 2011-08-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11025         * config/arm/cortex-a9.md ("cortex_a9_mult_long"): New.
11026         ("cortex_a9_multiply_long"): New and use above.  Handle all
11027         long multiply cases.
11028         ("cortex_a9_multiply"): Handle smmul and smmulr.
11029         ("cortex_a9_mac"): Handle smmla.
11031 2011-08-25  Richard Henderson  <rth@redhat.com>
11033         PR 50132
11034         PR 49864
11035         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jump for
11036         non-constant stack adjutment.
11037         * expr.c (find_args_size_adjust): Break out from ...
11038         (fixup_args_size_notes): ... here.
11039         * rtl.h (find_args_size_adjust): Declare.
11041 2011-08-25  Uros Bizjak  <ubizjak@gmail.com>
11043         * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3,
11044         sse4 and sse4_noavx.
11045         (enabled): Handle sse2, sse2_noavx, sse3, sse4 and sse4_noavx.
11046         (*pushdf_rex64): Change Y2 register constraint to x.
11047         (*movdf_internal_rex64): Ditto.
11048         (*zero_extendsidi2_rex64): Ditto.
11049         (*movdi_internal): Change Y2 register constraint to x
11050         and update "isa" attribute.
11051         (*pushdf): Ditto.
11052         (*movdf internal): Ditto.
11053         (zero_extendsidi2_1): Ditto.
11054         (*truncdfdf_mixed): Ditto.
11055         (*truncxfdf2_mixed): Ditto.
11056         * config/i386/mmx.md (*mov<mode>_internal_rex64): Change Y2
11057         register constraint to x.
11058         (*movv2sf_internal_rex64): Ditto.
11059         (*mov<mode>_internal): Change Y2 register constraint to x
11060         and add "isa" attribute.
11061         (*movv2sf_internal): Ditto.
11062         (*vec_extractv2si_1): Ditto.
11063         * config/i386/sse.md ("vec_set<mode>_0): Change Y2 and Y4 register
11064         constraints to x and update "isa" attribute.
11065         (*vec_interleave_highv2df): Change Y3 registerconstraint
11066         to x and update "isa" attribute.
11067         (*vec_interleave_lowv2df): Ditto.
11068         (*vec_concatv2df): Change Y2 register constraint to x and
11069         update "isa" attribute.
11070         (sse2_loadld): Ditto.
11071         (*vec_extractv2di_1): Ditto.
11072         (*vec_dupv4si): Ditto.
11073         (*vec_dupv2di): Ditto.
11074         (*vec_concatv4si): Ditto.
11075         (vec_concatv2di): Ditto.
11076         * config/i386/constraints.md (Y2): Remove.
11077         (Y3): Ditto.
11078         (Y4): Ditto.
11080 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
11082         * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,
11083         dump_def_use_chain): Don't declare.
11084         (mark_conflict, create_new_chain): Move before users.
11085         (regrename_optimize): Move to near end of file.
11087 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
11089         * config/avr-protos.h (byte_immediate_operand): Remove Prototype.
11090         (secondary_input_reload_class): Remove Prototype.
11091         * config/avr/avr.c (byte_immediate_operand): Remove Function.
11092         * config/avr/avr.md (setmemhi): Use u8_operand.
11093         (strlenhi): Use const0_rtx for comparison.
11094         * config/avr/avr.h (avr_reg_order): Remove Declaration.
11096 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
11098         * config/avr/avr.c (reg_class_tab): Make local to
11099         avr_regno_reg_class.  Return smallest register class available.
11101 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
11103         * config/avr/avr.c (STR_PREFIX_P): New Define.
11104         (avr_asm_declare_function_name): Use it.
11105         (avr_asm_named_section): Use it.
11106         (avr_section_type_flags): Use it.
11108 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
11110         * doc/md.texi (automata_option): Document collapse-ndfa.
11111         * genautomata.c (COLLAPSE_OPTION): New macro.
11112         (collapse_flag): New static variable.
11113         (struct description): New member normal_decls_num.
11114         (struct automaton): New members advance_ainsn and collapse_ainsn.
11115         (gen_automata_option): Check for COLLAPSE_OPTION.
11116         (collapse_ndfa_insn_decl): New static variable.
11117         (add_collapse_ndfa_insn_decl, special_decl_p): New functions.
11118         (find_arc): If insn is the collapse-ndfa insn, accept any arc we find.
11119         (transform_insn_regexps): Call add_collapse_ndfa_insn_decl if
11120         necessary.  Use normal_decls_num rather than decls_num, remove
11121         test for special decls.
11122         (create_alt_states, form_ainsn_with_same_reservs): Use special_decl_p.
11123         (make_automaton); Likewise.  Use the new advance_cycle_insn member
11124         of struct automaton.
11125         (create_composed_state): Disallow advance-cycle arcs if collapse_flag
11126         is set.
11127         (NDFA_to_DFA): Don't create composed states for the collapse-ndfa
11128         transition.  Create the necessary transitions for it.
11129         (create_ainsns): Return void.  Take an automaton_t argument, and
11130         update its ainsn_list, advance_ainsn and collapse_ainsn members.  All
11131         callers changed.
11132         (COLLAPSE_NDFA_VALUE_NAME): New macro.
11133         (output_tables): Output code to define it.
11134         (output_internal_insn_code_evaluation): Output code to accept
11135         const0_rtx as collapse-ndfa transition.
11136         (output_default_latencies, output_print_reservation_func,
11137         output_print_description): Reorganize loops to use normal_decls_num
11138         as loop bound; remove special case for advance_cycle_insn_decl.
11139         (initiate_automaton_gen): Handle COLLAPSE_OPTION.
11140         (check_automata_insn_issues): Check for collapse_ainsn.
11141         (expand_automate): Allocate sufficient space.  Initialize
11142         normal_decls_num.
11144 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
11146         * config/avr/avr.md: Fix indentation from r177991.
11148 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
11150         * regrename.c (struct du_head): Remove member terminated.
11151         (create_new_chain): Don't initialize it.
11152         (scan_rtx_reg): Don't set or test it, test the open_chains_set
11153         bitmap instead.
11154         (tick, this_tick): New global variables, moved out of
11155         regrename_optimize.
11156         (current_id, open_chains, closed_chains, open_chains_set,
11157         live_in_chains, live_hard_regs): Reorder declarations.
11158         (dump_def_use_chain): Move function earlier in the file.
11159         (rename_chains): New static function, broken out of
11160         regrename_optimize.
11161         (regrename_optimize): Use it.  Remove #if 0'ed code.
11163 2011-08-25  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
11165         * varasm.c: (default_binds_local_p_1): Commentary typo fix.
11167 2011-08-24  H.J. Lu  <hongjiu.lu@intel.com>
11169         PR target/50172
11170         * config/i386/i386.c (ix86_expand_builtin): Convert to Pmode if needed.
11172 2011-08-24  Richard Guenther  <rguenther@suse.de>
11174         * tree-data-ref.c (dr_analyze_indices): Avoid unsharing the
11175         ref in the basic-block case.  Move stripping array-refs
11176         to the place we create an access-function for it.  Remove
11177         bogus stripping down a MEM_REF to its base.
11179 2011-08-24  Richard Guenther  <rguenther@suse.de>
11181         * fold-const.c (fold_comparison): Fold &a < &a + 4 even
11182         with -fno-strict-overflow.
11184 2011-08-24  Richard Guenther  <rguenther@suse.de>
11186         * tree-vectorizer.c (vect_print_dump_info): Avoid the
11187         file and location clutter when dumping to dump files.
11189 2011-08-24  Simon Baldwin  <simonb@google.com>
11191         * gengtype-state.c (write_state): Remove timestamped header line.
11193 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
11195         * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
11196         (CFLAGS-c-family/c-pch.o, CFLAGS-prefix.o, CFLAGS-version.o)
11197         (CFLAGS-lto-compress.o, CFLAGS-toplev.o, CFLAGS-intl.o)
11198         (CFLAGS-cppbuiltin.o, CFLAGS-cppdefault.o): New.
11199         (collect2.o, c-family/c-cppbuiltin.o, c-family/c-opts.o)
11200         (c-family/c-pch.o, prefix.o, version.o, lto-compress.o, toplev.o)
11201         (intl.o, cppbuiltin.o, cppdefault.o): Remove explicit compilation
11202         rules.
11203         (lto-wrapper$(exeext)): Use $(LINKER) not $(COMPILER).
11205 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
11207         * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
11209 2011-08-24  Richard Guenther  <rguenther@suse.de>
11211         PR tree-optimization/50067
11212         * tree-data-ref.c (dr_analyze_indices): Do not add an access
11213         function for a MEM_REF base that has no evolution in the loop
11214         nest or that is not analyzable.
11216 2011-08-23  Vladimir Makarov  <vmakarov@redhat.com>
11218         * ira.c (ira_init_register_move_cost): Check small subclasses
11219         through ira_reg_class_max_nregs and ira_available_class_regs.
11221 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
11223         * config/i386/constraints.md (Yp): New register constraint.
11224         * config/i386/i386.md (*addhi_1): Merge with *addhi_1_lea using
11225         Yp register constraint.
11226         (*addqi_1): Merge with *addqi_1_lea using Yp register constraint.
11227         (*ashlhi3_1): Merge with *ashlhi3_1_lea using Yp register constraint.
11228         (*ashlqi3_1): Merge with *ashlqi3_1_lea using Yp register constraint.
11230 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
11232         * config/i386/sse.md (<s>mul<mode>3_highpart): Update.
11234 2011-08-23  Mark Heffernan  <meheff@google.com>
11236         PR middle-end/38509
11237         * common.opt (Wfree-nonheap-object): New option.
11238         * doc/invoke.texi (Warning options): Document -Wfree-nonheap-object.
11239         * builtins.c (maybe_emit_free_warning): Add OPT_Wfree_nonheap_object
11240         to warning.
11241         (expand_builtin): Make warning conditional.
11243 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
11245         * config/i386/i386.md (type): Add imulx, ishiftx and rotatex.
11246         (length_immediate): Handle imulx, ishiftx and rotatex.
11247         (imm_disp): Ditto.
11248         (isa): Add bmi2.
11249         (enabled): Handle bmi2.
11250         (*mul<mode><dwi>3): Split from *<u>mul<mode><dwi>3.
11251         (*umul<mode><dwi>3): Ditto.  Add imulx BMI2 alternative.
11252         (*bmi2_umulditi3_1): New insn pattern.
11253         (*bmi2_umulsidi3_1): Ditto.
11254         (*umul<mode><dwi>3 splitter): New splitter to avoid flags dependency.
11255         (*bmi2_ashl<mode>3_1): New insn pattern.
11256         (*ashl<mode>3_1): Add ishiftx BMI2 alternative.
11257         (*ashl<mode>3_1 splitter): New splitter to avoid flags dependency.
11258         (*bmi2_ashlsi3_1_zext): New insn pattern.
11259         (*ashlsi3_1_zext): Add ishiftx BMI2 alternative.
11260         (*ashlsi3_1_zext splitter): New splitter to avoid flags dependency.
11261         (*bmi2_<shiftrt_insn><mode>3_1): New insn pattern.
11262         (*<shiftrt_insn><mode>3_1): Add ishiftx BMI2 alternative.
11263         (*<shiftrt_insn><mode>3_1 splitter): New splitter to avoid
11264         flags dependency.
11265         (*bmi2_<shiftrt_insn>si3_1_zext): New insn pattern.
11266         (*<shiftrt_insn>si3_1_zext): Add ishiftx BMI2 alternative.
11267         (*<shiftrt_insn>si3_1_zext splitter): New splitter to avoid
11268         flags dependency.
11269         (*bmi2_rorx<mode>3_1): New insn pattern.
11270         (*<rotate_insn><mode>3_1): Add rotatex BMI2 alternative.
11271         (*rotate<mode>3_1 splitter): New splitter to avoid flags dependency.
11272         (*rotatert<mode>3_1 splitter): Ditto.
11273         (*bmi2_rorxsi3_1_zext): New insn pattern.
11274         (*<rotate_insn>si3_1_zext): Add rotatex BMI2 alternative.
11275         (*rotatesi3_1_zext splitter): New splitter to avoid flags dependency.
11276         (*rotatertsi3_1_zext splitter): Ditto.
11278 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
11280         * common/config/i386/i386-common.c (OPTION_MASK_ISA_BMI2_SET): New.
11281         (OPTION_MASK_ISA_BMI2_UNSET): Likewise.
11282         (ix86_handle_option): Handle OPT_mbmi2 case.
11283         * config.gcc (i[34567]86-*-*): Add bmi2intrin.h.
11284         (x86_64-*-*): Likewise.
11285         * config/i386/bmi2intrin.h: New file.
11286         * config/i386/cpuid.h (bit_BMI2): New.
11287         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
11288         BMI2 feature.
11289         * config/i386/i386-c.c (ix86_target_macros_internal):
11290         Conditionally define __BMI2__.
11291         * config/i386/i386.c (ix86_option_override_internal): Define PTA_BMI2.
11292         Handle BMI2 option.
11293         (ix86_valid_target_attribute_inner_p): Handle BMI2 option.
11294         (print_reg): New code.
11295         (ix86_print_operand): Likewise.
11296         (ix86_builtins): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
11297         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
11298         IX86_BUILTIN_PEXT64.
11299         (bdesc_args): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
11300         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
11301         IX86_BUILTIN_PEXT64.
11302         * config/i386/i386.h (TARGET_BMI2): New.
11303         * config/i386/i386.md (UNSPEC_PDEP): New.
11304         (UNSPEC_PEXT): Likewise.
11305         (*bmi2_bzhi_<mode>3): Likewise.
11306         (*bmi2_pdep_<mode>3): Likewise.
11307         (*bmi2_pext_<mode>3): Likewise.
11308         * config/i386/i386.opt (mbmi2): New.
11309         * config/i386/x86intrin.h: Include bmi2intrin.h when __BMI2__
11310         is defined.
11311         * doc/extend.texi: Document BMI2 built-in functions.
11312         * doc/invoke.texi: Document -mbmi2.
11314 2011-08-23  Jakub Jelinek  <jakub@redhat.com>
11316         PR middle-end/50161
11317         * simplify-rtx.c (simplify_const_unary_operation): If
11318         op is CONST_INT, don't look at op_mode, but use instead mode.
11319         * optabs.c (add_equal_note): For FFS, CLZ, CTZ,
11320         CLRSB, POPCOUNT, PARITY and BSWAP use operand mode for
11321         operation and TRUNCATE/ZERO_EXTEND if needed.
11322         * doc/rtl.texi (ffs, clrsb, clz, ctz, popcount, parity, bswap):
11323         Document that operand mode must be same as operation mode,
11324         or VOIDmode.
11325         * config/avr/avr.md (paritysi2, *parityqihi2.libgcc,
11326         *paritysihi2.libgcc, popcountsi2, *popcountsi2.libgcc,
11327         *popcountqihi2.libgcc, clzsi2, *clzsihi2.libgcc, ctzsi2,
11328         *ctzsihi2.libgcc, ffssi2, *ffssihi2.libgcc): For unary ops
11329         use the mode of operand for the operation and add truncate
11330         or zero_extend around if needed.
11331         * config/c6x/c6x.md (ctzdi2): Likewise.
11332         * config/bfin/bfin.md (clrsbsi2, signbitssi2): Likewise.
11334 2011-08-12  Michael Matz  <matz@suse.de>
11336         * cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.
11337         (gimple_expand_cfg): Merge alignment info for coalesced pointer
11338         SSA names.
11340 2011-08-23  Richard Guenther  <rguenther@suse.de>
11342         * Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
11343         * tree-affine.h (aff_comb_cannot_overlap_p): Declare.
11344         * tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
11345         from ...
11346         * tree-ssa-loop-im.c (cannot_overlap_p): ... here.
11347         (mem_refs_may_alias_p): Adjust.
11348         * tree-data-ref.h (dr_may_alias_p): Adjust.
11349         * tree-data-ref.c: Include tree-affine.h.
11350         (dr_analyze_indices): Do nothing for the non-loop case.
11351         (dr_may_alias_p): Distinguish loop and non-loop case.  Disambiguate
11352         more cases in the non-loop case.
11353         * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
11354         calls to dr_may_alias_p.
11355         (write_alias_graph_to_ascii_ecc): Likewise.
11356         (write_alias_graph_to_ascii_dot): Likewise.
11357         (build_alias_set_optimal_p): Likewise.
11359 2011-08-23  Richard Guenther  <rguenther@suse.de>
11361         PR tree-optimization/50162
11362         * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
11364 2011-08-23  Richard Guenther  <rguenther@suse.de>
11366         * tree-data-ref.c (dr_analyze_indices): Add comments, handle
11367         REALPART_EXPR and IMAGPART_EXPR similar to ARRAY_REFs.
11368         (create_data_ref): Also dump access functions for the created data-ref.
11370 2011-08-22  Uros Bizjak  <ubizjak@gmail.com>
11371             Kirill Yukhin  <kirill.yukhin@intel.com>
11373         PR target/50155
11374         * config/i386/sse.md (VI_AVX2): New.
11375         (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
11376         (*<plusminus_insn><mode>3): Ditto.
11377         (<sse2_avx2>_andnot<mode>3): Ditto.
11378         (*andnot<mode>3): Fix order of cond operands.
11379         Add asserts for correct TARGET_xxx.
11380         (*<any_logic:code><mode>3): Ditto.
11382 2011-08-22  Anatoly Sokolov  <aesok@post.ru>
11384         * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
11385         * config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
11386         * config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
11387         regclass argument type to reg_class_t. Change 'max' and 'v' vars
11388         and return types to unsigned char. Use reg_class_contents instead
11389         of class_contents.
11390         (TARGET_CLASS_MAX_NREGS): Define.
11392 2011-08-22  Bernd Schmidt  <bernds@codesourcery.com>
11394         * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation
11395         to make computed_jump_p return true.
11397 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11399         * configure.ac (GCC_PICFLAG_FOR_TARGET): Call it.
11400         (PICFLAG_FOR_TARGET): Substitute.
11401         * aclocal.m4: Regenerate.
11402         * configure: Regenerate.
11404 2011-08-22  Dodji Seketeli  <dodji@redhat.com>
11406         * c-family/c-pch.c (c_common_read_pch): Re-set line table right
11407         after reading in the pch.
11409 2011-08-22  H.J. Lu  <hongjiu.lu@intel.com>
11411         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Error if __ELF__ isn't defined.
11412         * configure: Regenerated.
11414 2011-08-22  Jakub Jelinek  <jakub@redhat.com>
11416         PR tree-optimization/50133
11417         * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
11418         from stmt instead of some statement around gsi.
11420         PR middle-end/50141
11421         * expr.c (get_bit_range): Only use DECL_THREAD_LOCAL_P if
11422         innerdecl is a VAR_DECL.
11424 2011-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
11426         * config/i386/avx2intrin.h: New file.
11427         * config/i386/i386-builtin-types.def (PCINT, PCINT64, PV4SI,
11428         PV8SI, V32QI_FTYPE_V32QI, V32QI_FTYPE_V16QI, V16HI_FTYPE_V16HI,
11429         V16HI_FTYPE_V8HI, V8SI_FTYPE_V8SI, V16HI_FTYPE_V16QI,
11430         V8SI_FTYPE_V16QI, V4DI_FTYPE_V16QI, V8SI_FTYPE_V8HI,
11431         V4DI_FTYPE_V8HI, V4DI_FTYPE_V4SI, V4DI_FTYPE_PV4DI,
11432         V4DI_FTYPE_V2DI, V2DI_FTYPE_PCV2DI_V2DI, V4SI_FTYPE_PCV4SI_V4SI,
11433         V32QI_FTYPE_V16HI_V16HI, V16HI_FTYPE_V8SI_V8SI,
11434         V32QI_FTYPE_V32QI_V32QI, V16HI_FTYPE_V32QI_V32QI,
11435         V16HI_FTYPE_V16HI_V8HI, V16HI_FTYPE_V16HI_V16HI,
11436         V16HI_FTYPE_V16HI_INT, V16HI_FTYPE_V16HI_SI,
11437         V16HI_FTYPE_V16HI_V16HI_INT, V32QI_FTYPE_V32QI_V32QI_INT,
11438         V8SI_FTYPE_V8SI_V4SI, V8SI_FTYPE_V8SI_V8SI,
11439         V8SI_FTYPE_V16HI_V16HI, V8SI_FTYPE_V8SI_INT, V8SI_FTYPE_V8SI_SI,
11440         V8SI_FTYPE_PCV8SI_V8SI, V4DI_FTYPE_V4DI_V4DI,
11441         V4DI_FTYPE_V8SI_V8SI, V4DI_FTYPE_V4DI_V2DI,
11442         V4DI_FTYPE_PCV4DI_V4DI, V4DI_FTYPE_V4DI_INT,
11443         V2DI_FTYPE_V4DI_INT, V4DI_FTYPE_V4DI_V4DI_INT,
11444         V4DI_FTYPE_V4DI_V2DI_INT, VOID_FTYPE_PV2DI_V2DI_V2DI,
11445         VOID_FTYPE_PV4DI_V4DI_V4DI, VOID_FTYPE_PV4SI_V4SI_V4SI,
11446         VOID_FTYPE_PV8SI_V8SI_V8SI,
11447         V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_V2DF_INT,
11448         V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_V4DF_INT,
11449         V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_V2DF_INT,
11450         V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_V4DF_INT,
11451         V4SF_FTYPE_V4SF_PCFLOAT_V4SI_V4SF_INT,
11452         V8SF_FTYPE_V8SF_PCFLOAT_V8SI_V8SF_INT,
11453         V4SF_FTYPE_V4SF_PCFLOAT_V2DI_V4SF_INT,
11454         V4SF_FTYPE_V4SF_PCFLOAT_V4DI_V4SF_INT,
11455         V2DI_FTYPE_V2DI_PCINT64_V4SI_V2DI_INT,
11456         V4DI_FTYPE_V4DI_PCINT64_V4SI_V4DI_INT,
11457         V2DI_FTYPE_V2DI_PCINT64_V2DI_V2DI_INT,
11458         V4DI_FTYPE_V4DI_PCINT64_V4DI_V4DI_INT,
11459         V4SI_FTYPE_V4SI_PCINT_V4SI_V4SI_INT,
11460         V8SI_FTYPE_V8SI_PCINT_V8SI_V8SI_INT,
11461         V4SI_FTYPE_V4SI_PCINT_V2DI_V4SI_INT,
11462         V4SI_FTYPE_V4SI_PCINT_V4DI_V4SI_INT,
11463         V16HI_FTYPE_V16HI_SI_COUNT, V16HI_FTYPE_V16HI_V8HI_COUNT,
11464         V8SI_FTYPE_V8SI_SI_COUNT, V8SI_FTYPE_V8SI_V4SI_COUNT,
11465         V4DI_FTYPE_V4DI_INT_COUNT, V4DI_FTYPE_V4DI_V2DI_COUNT,
11466         V4DI_FTYPE_V4DI_INT_CONVERT,
11467         V4DI_FTYPE_V4DI_V4DI_INT_CONVERT): New.
11468         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MPSADBW256,
11469         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
11470         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
11471         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
11472         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
11473         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
11474         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
11475         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
11476         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
11477         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
11478         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
11479         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
11480         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
11481         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
11482         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
11483         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
11484         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
11485         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
11486         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
11487         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
11488         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
11489         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
11490         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
11491         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
11492         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
11493         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
11494         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
11495         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
11496         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
11497         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
11498         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
11499         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
11500         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
11501         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
11502         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
11503         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
11504         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
11505         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
11506         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
11507         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
11508         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
11509         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
11510         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
11511         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
11512         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
11513         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
11514         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
11515         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
11516         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
11517         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
11518         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
11519         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
11520         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
11521         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
11522         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
11523         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
11524         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
11525         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
11526         IX86_BUILTIN_MOVNTDQA256, IX86_BUILTIN_VBROADCASTSS_PS,
11527         IX86_BUILTIN_VBROADCASTSS_PS256,
11528         IX86_BUILTIN_VBROADCASTSD_PD256,
11529         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
11530         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
11531         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
11532         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
11533         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
11534         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
11535         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
11536         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
11537         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
11538         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
11539         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
11540         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
11541         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256,
11542         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
11543         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
11544         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
11545         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
11546         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI,
11547         IX86_BUILTIN_GATHERSIV2DF, IX86_BUILTIN_GATHERSIV4DF,
11548         IX86_BUILTIN_GATHERDIV2DF, IX86_BUILTIN_GATHERDIV4DF,
11549         IX86_BUILTIN_GATHERSIV4SF, IX86_BUILTIN_GATHERSIV8SF,
11550         IX86_BUILTIN_GATHERDIV4SF, IX86_BUILTIN_GATHERDIV8SF,
11551         IX86_BUILTIN_GATHERSIV2DI, IX86_BUILTIN_GATHERSIV4DI,
11552         IX86_BUILTIN_GATHERDIV2DI, IX86_BUILTIN_GATHERDIV4DI,
11553         IX86_BUILTIN_GATHERSIV4SI, IX86_BUILTIN_GATHERSIV8SI,
11554         IX86_BUILTIN_GATHERDIV4SI, IX86_BUILTIN_GATHERDIV8SI.
11555         (bdesc_special_args): Add IX86_BUILTIN_MOVNTDQA256,
11556         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
11557         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
11558         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
11559         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256.
11560         (bdesc_args): Add  IX86_BUILTIN_MPSADBW256,
11561         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
11562         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
11563         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
11564         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
11565         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
11566         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
11567         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
11568         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
11569         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
11570         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
11571         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
11572         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
11573         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
11574         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
11575         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
11576         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
11577         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
11578         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
11579         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
11580         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
11581         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
11582         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
11583         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
11584         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
11585         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
11586         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
11587         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
11588         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
11589         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
11590         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
11591         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
11592         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
11593         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
11594         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
11595         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
11596         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
11597         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
11598         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
11599         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
11600         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
11601         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
11602         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
11603         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
11604         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
11605         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
11606         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
11607         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
11608         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
11609         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
11610         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
11611         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
11612         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
11613         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
11614         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
11615         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
11616         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
11617         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
11618         IX86_BUILTIN_VBROADCASTSS_PS, IX86_BUILTIN_VBROADCASTSS_PS256,
11619         IX86_BUILTIN_VBROADCASTSD_PD256,
11620         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
11621         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
11622         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
11623         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
11624         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
11625         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
11626         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
11627         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
11628         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
11629         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
11630         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
11631         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
11632         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
11633         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI.
11634         (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_GATHERSIV2DF,
11635         IX86_BUILTIN_GATHERSIV4DF, IX86_BUILTIN_GATHERDIV2DF,
11636         IX86_BUILTIN_GATHERDIV4DF, IX86_BUILTIN_GATHERSIV4SF,
11637         IX86_BUILTIN_GATHERSIV8SF, IX86_BUILTIN_GATHERDIV4SF,
11638         IX86_BUILTIN_GATHERDIV8SF, IX86_BUILTIN_GATHERSIV2DI,
11639         IX86_BUILTIN_GATHERSIV4DI, IX86_BUILTIN_GATHERDIV2DI,
11640         IX86_BUILTIN_GATHERDIV4DI, IX86_BUILTIN_GATHERSIV4SI,
11641         IX86_BUILTIN_GATHERSIV8SI, IX86_BUILTIN_GATHERDIV4SI,
11642         IX86_BUILTIN_GATHERDIV8SI.
11643         (ix86_preferred_simd_mode): Support AVX2 modes.
11644         (ix86_expand_args_builtin): Support AVX2 builtins.
11645         (ix86_expand_special_args_builtin): Likewise.
11646         (ix86_expand_builtin): Likewise.
11647         * config/i386/i386.md (UNSPEC_VPERMSI): New.
11648         (UNSPEC_VPERMDF): Likewise.
11649         (UNSPEC_VPERMSF): Likewise.
11650         (UNSPEC_VPERMDI): Likewise.
11651         (UNSPEC_VPERMTI): Likewise.
11652         (UNSPEC_GATHER): Likewise.
11653         (ssemodesuffix): Extend.
11654         * config/i386/immintrin.h: Include avx2intrin.h when __AVX2__
11655         is defined.
11656         * config/i386/predicates.md (const1248_operand): New.
11657         * config/i386/sse.md (VI1_AVX2): New mode iterator.
11658         (VI2_AVX2): Likewise.
11659         (VI4_AVX2): Likewise.
11660         (VI8_AVX2): Likewise.
11661         (VIMAX_AVX2): Likewise.
11662         (SSESCALARMODE): Likewise.
11663         (VI12_AVX2): Likewise.
11664         (VI24_AVX2): Likewise.
11665         (VI124_AVX2): Likewise.
11666         (VI248_AVX2): Likewise.
11667         (VI48_AVX2): Likewise.
11668         (VI4SD_AVX2): Likewise.
11669         (V48_AVX2): Likewise.
11670         (AVX256MODE2P): Likewise.
11671         (AVXMODE48P_DI): Likewise.
11672         (sse2_avx2): New mode attribute.
11673         (ssse3_avx2): Likewise.
11674         (sse4_1_avx2): Likewise.
11675         (avx_avx2): Likewise.
11676         (ssebytemode): Likewise.
11677         (AVXTOSSEMODE): Likewise.
11678         (AVXMODE48P_DI): Likewise.
11679         (gthrfirstp): Likewise.
11680         (gthrlastp): Likewise.
11681         (lshift): New code_iterator
11682         (lshift): New code attribute.
11683         (lshift): Likewise.
11684         (ssescalarmodesuffix): Update.
11685         (sseunpackmode): Likewise.
11686         (ssepackmode): Likewise.
11687         (avx2_vec_dupv4sf): New insn pattern.
11688         (avx2_vec_dupv8sf): Likewise.
11689         (avx2_interleave_highv4di): Likewise.
11690         (avx2_interleave_lowv4di): Likewise.
11691         (avx2_umulv4siv4di3): Likewise
11692         (*avx2_umulv4siv4di3): Likewise
11693         (avx2_pmaddwd): Likewise.
11694         (*avx2_pmaddwd): Likewise.
11695         (avx2_lshrqv4di3): Likewise.
11696         (avx2_lshlqv4di3): Likewise.
11697         (avx2_lshl<mode>3): Likewise.
11698         (avx2_<umaxmin:code><mode>3): Likewise.
11699         (*avx2_<umaxmin:code><mode>3): Likewise.
11700         (avx2_<smaxmin:code><mode>3): Likewise.
11701         (*avx2_<smaxmin:code><mode>3): Likewise.
11702         (avx2_eq<mode>3): Likewise.
11703         (*avx2_eq<mode>3): Likewise.
11704         (avx2_gt<mode>3): Likewise.
11705         (avx2_interleave_highv32qi): New.
11706         (avx2_interleave_lowv32qi): Likewise.
11707         (avx2_interleave_highv16hi): Likewise.
11708         (avx2_interleave_lowv16hi): Likewise.
11709         (avx2_interleave_highv8si): Likewise.
11710         (avx2_interleave_lowv8si): Likewise.
11711         (avx2_pshufd): Likewise.
11712         (avx2_pshufd_1): Likewise.
11713         (avx2_pshuflwv3): Likewise.
11714         (avx2_pshuflw_1): Likewise.
11715         (avx2_pshufhwv3): Likewise.
11716         (avx2_pshufhw_1): Likewise.
11717         (avx2_uavgv32qi3): Likewise.
11718         (*avx2_uavgv32qi3): Likewise.
11719         (avx2_uavgv16hi3): Likewise.
11720         (*avx2_uavgv16hi3): Likewise.
11721         (avx2_pmovmskb): Likewise.
11722         (avx2_phaddwv16hi3): Likewise.
11723         (avx2_phadddv8si3): Likewise.
11724         (avx2_phaddswv16hi3): Likewise.
11725         (avx2_phsubwv16hi3): Likewise.
11726         (avx2_phsubdv8si3): Likewise.
11727         (avx2_phsubswv16hi3): Likewise.
11728         (avx2_pmaddubsw256): Likewise.
11729         (avx2_umulhrswv16hi3): Likewise.
11730         (*avx2_umulhrswv16hi3): Likewise.
11731         (avx2_packusdw): Likewise.
11732         (avx2_pblendd<mode>): Likewise.
11733         (avx2_<code>v16qiv16hi2): Likewise.
11734         (avx2_<code>v8qiv8si2): Likewise.
11735         (avx2_<code>v8hiv8si2): Likewise.
11736         (avx2_<code>v4qiv4di2): Likewise.
11737         (avx2_<code>v4hiv4di2): Likewise.
11738         (avx2_<code>v4siv4di2): Likewise.
11739         (avx2_pbroadcast<mode>): Likewise.
11740         (avx2_permvarv8si): Likewise.
11741         (avx2_permv4df): Likewise.
11742         (avx2_permvarv8sf): Likewise.
11743         (avx2_permv4di): Likewise.
11744         (avx2_permv2ti): Likewise.
11745         (avx2_vec_dupv4df): Likewise.
11746         (avx2_vbroadcasti128_<mode>): Likewise.
11747         (avx2_vec_set_lo_v4di): Likewise.
11748         (avx2_vec_set_hi_v4di): Likewise.
11749         (*avx2_maskmov<avx2modesuffix><avxmodesuffix>): Likewise.
11750         (avx2_extracti128): Likewise.
11751         (avx2_inserti128): Likewise.
11752         (avx2_ashrvv8si): Likewise.
11753         (avx2_ashrvv4si): Likewise.
11754         (avx2_<lshift>vv8si): Likewise.
11755         (avx2_<lshift>v<mode>): Likewise.
11756         (avx2_<lshift>vv2di): Likewise.
11757         (avx2_gathersi<mode>): Likewise.
11758         (*avx2_gathersi<mode>): Likewise.
11759         (avx2_gatherdi<mode>): Likewise.
11760         (*avx2_gatherdi<mode>): Likewise.
11761         (avx2_gatherdi<mode>256): Likewise.
11762         (*avx2_gatherdi<mode>256): Likewise.
11763         (<plusminus_insn><mode>3): Use VI mode iterator.
11764         (*<plusminus_insn><mode>3): Use VI mode iterator.
11765         (<sse2_avx2>_<plusminus_insn><mode>3): Rename from
11766         sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
11767         (*<sse2_avx2>_<plusminus_insn><mode>3): Rename from
11768         *sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
11769         (mul<mode>3): Rename from mulv8hi3.  Use VI2_AVX2 mode iterator.
11770         (*mul<mode>3): Rename from *mulv8hi3.  Use VI2_AVX2 mode iterator.
11771         (<s>mul<mode>3_highpart): Rename from <s>mulv8hi3_highpart.
11772         Use VI2_AVX2 mode iterator.
11773         (*<s>mul<mode>3_highpart): Rename from *<s>mulv8hi3_highpart.
11774         Use VI2_AVX2 mode iterator.
11775         (mul<mode>3): Rename from mulv4si3.  Use VI4_AVX2 mode iterator.
11776         (*mul<mode>3): Rename from *mulv4si3.  Use VI4_AVX2 mode iterator.
11777         (*<sse4_1_avx2>_mulv2siv2di3): Rename from *sse4_1_mulv4si3.
11778         Use VI4_AVX2 mode iterator.
11779         (ashr<mode>3): Use VI24_AVX2 mode iterator.
11780         (lshr<mode>3): Use VI248_AVX2 mode iterator.
11781         (<sse2_avx2>_ashl<mode>3): Rename from sse2_ashlv1ti3.
11782         Use VIMAX_AVX2 mode iterator.
11783         (<sse2_avx2>_andnot<mode>3): Rename from sse2_andnot<mode>3.
11784         Use VI mode iterator.
11785         (*andnot<mode>3): Update for AVX2.
11786         (*<any_logic:code><mode>3): Likewise.
11787         (<sse2_avx2>_packsswb): Rename from sse2_packsswb.
11788         Use VI1_AVX mode iterator.
11789         (<sse2_avx2>_packssdw):  Rename from sse2_packssdw.
11790         Use VI2_AVX mode iterator.
11791         (<sse2_avx2>_packuswb): Rename from sse2_packsswb.
11792         Use VI1_AVX mode iterator.
11793         (<sse2_avx2>_psadbw): Rename from sse2_psadbw.
11794         Use VI8_AVX2 mode iterator.
11795         (<ssse3_avx2>_pshufb<mode>3): Rename from ssse3_pshufbv16qi3.
11796         Use VI1_AVX2 mode iterator.
11797         (<ssse3_avx2>_psign<mode>3): Rename from ssse3_psign<mode>3.
11798         Use VI124_AVX2 mode iterator.
11799         (<ssse3_avx2>_palignr<mode>): Rename from ssse3_palignrti.
11800         Use SSESCALARMODE mode iterator.
11801         (abs<mode>2): Use VI124_AVX2 mode iterator.
11802         (<sse4_1_avx2>_movntdqa): Rename from sse4_1_movntdqa.
11803         Use VI8_AVX2 mode iterator.
11804         (<sse4_1_avx2>_mpsadbw): Rename from sse4_1_mpsadbw.
11805         Use VI1_AVX2 mode iterator.
11806         (<sse4_1_avx2>_pblendvb): Rename from sse4_1_pblendvb.
11807         Use VI1_AVX2 mode iterator.
11808         (<sse4_1_avx2>_pblendw): Rename from sse4_1_pblendvb.
11809         Use VI2_AVX2 mode iterator.
11810         (<avx_avx2>_maskload<avx2modesuffix><avxmodesuffix>): Rename from
11811         avx_maskload<ssemodesuffix><avxsizesuffix>. Use V48_AVX2 mode iterator.
11812         (<avx_avx2>_maskstore<avx2modesuffix><avxmodesuffix>): Rename from
11813         avx_maskstore<ssemodesuffix><avxsizesuffix>.
11814         Use V48_AVX2 mode iterator.
11815         * doc/extend.texi: Document AVX2 built-in functions.
11816         * doc/invoke.texi: Document -mavx2.
11818 2011-08-22  Matthias Klose <doko@debian.org>
11820         Revert:
11821         2011-07-11  Arthur Loiret  <aloiret@debian.org>
11822                     Matthias Klose <doko@debian.org>
11823         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
11824         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
11825         convention.
11826         * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
11828 2011-08-22  Mikael Pettersson  <mikpe@it.uu.se>
11830         PR bootstrap/50146
11831         * ira-color.c (assign_hard_reg): Move saved_nregs declaration
11832         to #ifndef HONOR_REG_ALLOC_ORDER block.
11834 2011-08-21  Richard Henderson  <rth@redhat.com>
11836         * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
11837         * dwarf2cfi.c (scan_trace): Test JUMP_P before INSN_ANNULLED_BRANCH_P.
11838         * resource.c (next_insn_no_annul): Likewise.
11839         (mark_set_resources): Likewise.
11840         * reorg.c (delete_from_delay_slot): Likewise.
11841         (dbr_schedule, redundant_insn, try_merge_delay_insns): Likewise.
11842         (get_branch_condition): Test pc_rtx and LABEL_REF before dereferencing.
11844 2011-08-21  Uros Bizjak  <ubizjak@gmail.com>
11846         * config/i386/i386.md (any_div): Remove.
11847         (sgnprefix): Update for removal.
11848         (u): Ditto.
11850 2011-08-20  Vladimir Makarov  <vmakarov@redhat.com>
11852         * ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class
11853         for ira_reg_class_max_nregs.  Increase pressure by 1.
11854         (mark_pseudo_regno_subword_dead): Use allocno class
11855         for ira_reg_class_max_nregs.
11857 2011-08-20  Richard Henderson  <rth@redhat.com>
11859         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
11860         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
11861         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
11862         config/c6x/ltf.c: Adjust include path for soft-fp.
11864 2011-08-20  H.J. Lu  <hongjiu.lu@intel.com>
11866         PR other/46770
11867         * config.gcc (tm_file): Add initfini-array.h if
11868         .init_arrary/.fini_array are supported.
11870         * crtstuff.c: Don't generate .ctors nor .dtors sections if
11871         USE_INITFINI_ARRAY is defined.
11873         * output.h (default_elf_init_array_asm_out_constructor): New.
11874         (default_elf_fini_array_asm_out_destructor): Likewise.
11875         * varasm.c (elf_init_array_section): Likewise.
11876         (elf_fini_array_section): Likewise.
11877         (get_elf_initfini_array_priority_section): Likewise.
11878         (default_elf_init_array_asm_out_constructor): Likewise.
11879         (default_elf_fini_array_asm_out_destructor): Likewise.
11881         * config/initfini-array.h: New.
11883 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
11885         * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
11886         OK for ST_REGS and FP_REGS before taking those classes into account.
11888 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
11890         * config/mips/mips.c (mips_reorg_process_insns): Check for jumps
11891         before checking for annulled branches.
11893 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
11895         * config/i386/i386.c (ix86_binary_operator_ok): Use
11896         satisfies_constraint_L.
11898 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
11899             Michael Matz  <matz@suse.de>
11901         * config/i386/i386.c (ix86_expand_round_sse4): Expand as
11902         trunc (a + copysign (nextafter (0.5, 0.0), a)).
11904 2011-08-20  Anatoly Sokolov  <aesok@post.ru>
11906         * doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
11907         * doc/tm.texi: Regenerate.
11908         * targhooks.c (default_preferred_output_reload_class): Don't use
11909         PREFERRED_OUTPUT_RELOAD_CLASS macro.
11910         * system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
11912 2011-08-20  Jakub Jelinek  <jakub@redhat.com>
11914         PR tree-optimization/48739
11915         * tree-ssa.c: Include cfgloop.h.
11916         (execute_update_addresses_taken): When updating ssa, if in loop closed
11917         SSA form, call rewrite_into_loop_closed_ssa instead of update_ssa.
11918         * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
11920 2011-08-19  Vladimir Makarov  <vmakarov@redhat.com>
11922         PR rtl-optimization/49936
11923         * ira.c (ira_init_register_move_cost): Ignore too small subclasses
11924         for calculation of max register move costs.
11926 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11928         * c-parser.c (c_parser_postfix_expression): Convert operands of
11929         __builtin_complex to their semantic types.
11931 2011-08-19  H.J. Lu  <hongjiu.lu@intel.com>
11933         PR middle-end/49721
11934         * explow.c (convert_memory_address_addr_space): Also permute the
11935         conversion and addition of constant for zero-extend.
11937 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11939         * c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.
11940         * doc/extend.texi (__builtin_complex): Document.
11942 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11944         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants
11945         beyond conversions.
11946         (convert_mult_to_widen): Convert constant inputs to the right type.
11947         (convert_plusminus_to_widen): Don't automatically reject inputs that
11948         are not an SSA_NAME.
11949         Convert constant inputs to the right type.
11951 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11953         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs
11954         to the correct type.
11956 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11958         * tree-ssa-math-opts.c (convert_mult_to_widen): Better handle
11959         unsigned inputs of different modes.
11960         (convert_plusminus_to_widen): Likewise.
11962 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11964         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument
11965         'type'.
11966         Use 'type' from caller, not inferred from 'rhs'.
11967         Don't reject non-conversion statements. Do return lhs in this case.
11968         (is_widening_mult_p): Add new argument 'type'.
11969         Use 'type' from caller, not inferred from 'stmt'.
11970         Pass type to is_widening_mult_rhs_p.
11971         (convert_mult_to_widen): Pass type to is_widening_mult_p.
11972         (convert_plusminus_to_widen): Likewise.
11974 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11976         * tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.
11977         Ensure the the larger type is the first operand.
11979 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11981         * tree-ssa-math-opts.c (convert_mult_to_widen): Convert
11982         unsupported unsigned multiplies to signed.
11983         (convert_plusminus_to_widen): Likewise.
11985 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11987         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single
11988         conversion statement separating multiply-and-accumulate.
11990 2011-08-19  Richard Guenther  <rguenther@suse.de>
11992         PR tree-optimization/50067
11993         * tree-data-ref.c (dr_analyze_indices): Simplify, strip MEM_REF
11994         offset only if we accounted for it.
11996 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11998         * config/arm/arm.md (maddhidi4): Remove '*' from name.
11999         * expr.c (expand_expr_real_2): Use find_widening_optab_handler.
12000         * optabs.c (find_widening_optab_handler_and_mode): New function.
12001         (expand_widen_pattern_expr): Use find_widening_optab_handler.
12002         (expand_binop_directly): Likewise.
12003         (expand_binop): Likewise.
12004         * optabs.h (find_widening_optab_handler): New macro define.
12005         (find_widening_optab_handler_and_mode): New prototype.
12006         * tree-cfg.c (verify_gimple_assign_binary): Adjust WIDEN_MULT_EXPR
12007         type precision rules.
12008         (verify_gimple_assign_ternary): Likewise for WIDEN_MULT_PLUS_EXPR.
12009         * tree-ssa-math-opts.c (build_and_insert_cast): New function.
12010         (is_widening_mult_rhs_p): Allow widening by more than one mode.
12011         Explicitly disallow mis-matched input types.
12012         (convert_mult_to_widen): Use find_widening_optab_handler, and cast
12013         input types to fit the new handler.
12014         (convert_plusminus_to_widen): Likewise.
12016 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
12018         * expr.c (expand_expr_real_2): Use widening_optab_handler.
12019         * genopinit.c (optabs): Use set_widening_optab_handler for $N.
12020         (gen_insn): $N now means $a must be wider than $b, not consecutive.
12021         * optabs.c (widened_mode): New function.
12022         (expand_widen_pattern_expr): Use widening_optab_handler.
12023         (expand_binop_directly): Likewise.
12024         (expand_binop): Likewise.
12025         * optabs.h (widening_optab_handlers): New struct.
12026         (optab_d): New member, 'widening'.
12027         (widening_optab_handler): New function.
12028         (set_widening_optab_handler): New function.
12029         * tree-ssa-math-opts.c (convert_mult_to_widen): Use
12030         widening_optab_handler.
12031         (convert_plusminus_to_widen): Likewise.
12033 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
12035         * c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
12036         pedantic.
12037         * c-parser.c (c_parser_declspecs): Include _Noreturn in syntax comment.
12038         * ginclude/stdnoreturn.h (noreturn): Don't define for C++.
12040 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
12042         * opth-gen.awk: Do not declare target save/restore structures and
12043         functions if IN_RTS defined.
12045 2011-08-19  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
12047         PR target/49437
12048         * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue
12049         when stack was realigned in interrupt handler prologue.
12051 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
12053         * c-decl.c (shadow_tag_warned): Check for _Noreturn.
12054         (quals_from_declspecs): Assert _Noreturn not present.
12055         (grokdeclarator): Handle _Noreturn.
12056         (build_null_declspecs): Initialize noreturn_p.
12057         (declspecs_add_scspec): Handle RID_NORETURN.
12058         * c-parser.c (c_token_starts_declspecs, c_parser_declspecs)
12059         (c_parser_attributes): Handle RID_NORETURN.
12060         * c-tree.h (struct c_declspecs): Add noreturn_p.
12061         * ginclude/stdnoreturn.h: New.
12062         * Makefile.in (USER_H): Add stdnoreturn.h.
12064 2011-08-18  Kirill Yukhin  <kirill.yukhin@intel.com>
12066         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX2_SET): New.
12067         (OPTION_MASK_ISA_AVX_UNSET): Update.
12068         (OPTION_MASK_ISA_AVX2_UNSET): New.
12069         (ix86_handle_option): Handle OPT_mavx2 case.
12070         * config/i386/cpuid.h (bit_AVX2): New.
12071         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
12072         AVX2 feature.
12073         * config/i386/i386-c.c (ix86_target_macros_internal):
12074         Conditionally define __AVX2__.
12075         * config/i386/i386.c (ix86_option_override_internal): Define PTA_AVX2.
12076         Define "core-avx2" processor alias.  Handle avx2 option.
12077         (ix86_valid_target_attribute_inner_p): Handle avx2 option.
12078         * config/i386/i386.h (TARGET_AVX2): New.
12079         * config/i386/i386.opt (mavx2): New.
12080         * doc/invoke.texi: Document -mavx2.
12082 2011-08-18  Vladimir Makarov  <vmakarov@redhat.com>
12084         PR rtl-optimization/49890
12085         * ira-costs.c (setup_regno_cost_classes_by_aclass): Don't exclude
12086         subclasses of class which is superset of a pressure class.
12088 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
12089             Igor Zamyatin <igor.zamyatin@intel.com>
12091         * config/i386/i386-c.c (ix86_target_macros_internal): Replace int
12092         with HOST_WIDE_INT for isa_flag.
12093         (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for
12094         isa variables.
12096         * config/i386/i386.c (ix86_target_string): Replace int with
12097         HOST_WIDE_INT for isa.  Use HOST_WIDE_INT_PRINT to print isa.
12098         (ix86_target_opts): Replace int with HOST_WIDE_INT on mask.
12099         (pta_flags): Removed.
12100         (PTA_XXX): Redefined as (HOST_WIDE_INT_1 << X).
12101         (pta): Use HOST_WIDE_INT on flags.
12102         (builtin_isa): Use HOST_WIDE_INT on isa.
12103         (ix86_add_new_builtins): Likewise.
12104         (def_builtin): Use HOST_WIDE_INT on mask.
12105         (def_builtin_const): Likewise.
12106         (builtin_description): Likewise.
12108         * config/i386/i386.opt (ix86_isa_flags): Replace int with
12109         HOST_WIDE_INT.
12110         (ix86_isa_flags_explicit): Likewise.
12111         (x_ix86_isa_flags_explicit): Likewise.
12113 2011-08-17  Vladimir Makarov  <vmakarov@redhat.com>
12115         PR rtl-optimization/50107
12116         * ira-int.h (ira_hard_reg_not_in_set_p): Remove.
12117         (ira_hard_reg_in_set_p): New.
12119         * ira-color.c (calculate_saved_nregs): New.
12120         (assign_hard_reg): Use it.  Set up allocated_hard_reg_p for all
12121         hard regs.
12122         (allocno_reload_assign, fast_allocation): Use
12123         ira_hard_reg_set_intersection_p instead of
12124         ira_hard_reg_not_in_set_p.
12126         * ira.c (setup_reg_renumber): Use
12127         ira_hard_reg_set_intersection_p instead of
12128         ira_hard_reg_not_in_set_p.
12129         (setup_allocno_assignment_flags, calculate_allocation_cost): Use
12130         ira_hard_reg_in_set_p instead of ira_hard_reg_not_in_set_p.
12132         * ira-costs.c (ira_tune_allocno_costs): Use
12133         ira_hard_reg_set_intersection_p instead of
12134         ira_hard_reg_not_in_set_p.
12136 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
12137             Igor Zamyatin <igor.zamyatin@intel.com>
12139         * hwint.h (HOST_WIDE_INT_1): New.
12141         * opt-functions.awk (switch_bit_fields): Initialize the
12142         host_wide_int field.
12143         (host_wide_int_var_name): New.
12144         (var_type_struct): Check and return HOST_WIDE_INT.
12146         * opt-read.awk: Handle HOST_WIDE_INT for "Variable".
12148         * optc-save-gen.awk: Support HOST_WIDE_INT on var_target_other.
12150         * opth-gen.awk: Use HOST_WIDE_INT_1 on HOST_WIDE_INT.  Properly
12151         check masks for HOST_WIDE_INT.
12153         * opts-common.c (set_option): Support HOST_WIDE_INT flag_var.
12154         (option_enabled): Likewise.
12155         (get_option_state): Likewise.
12157         * opts.h (cl_option): Add cl_host_wide_int.  Change var_value
12158         to HOST_WIDE_INT.
12160 2011-08-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12161             Marc Glisse  <marc.glisse@normalesup.org>
12163         PR libstdc++-v3/1773
12164         * target.def (decl_mangling_context): New C++ hook.
12165         * doc/tm.texi: Regenerate.
12166         * config/sol2-cxx.c, config/sol2-stubs.c: New files.
12167         * config/sol2-protos.h: Group by source file.
12168         (solaris_cxx_decl_mangling_context): Declare.
12169         * config/sol2.h (TARGET_CXX_DECL_MANGLING_CONTEXT): Define.
12170         * config/t-sol2 (sol2-cxx.o, sol2-stubs.o): New targets.
12171         Use $<.
12172         * config.gcc (*-*-solaris2*): Add sol2-cxx.o to cxx_target_objs.
12173         Add sol2-stubs.o to extra_objs.
12175 2011-08-18  Jakub Jelinek  <jakub@redhat.com>
12177         PR target/50009
12178         * stor-layout.c (update_alignment_for_field): Don't ICE on
12179         packed flexible array members if ms_bitfield_layout_p.
12181         PR target/50092
12182         * config/i386/i386.c (assign_386_stack_local): Call validize_mem
12183         on the result before returning it.
12185         PR debug/50017
12186         * tree-vect-stmts.c (vect_finish_stmt_generation): If gsi_stmt (*gsi)
12187         is a debug stmt, use location of the first non-debug stmt after it.
12189 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
12191         * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
12192         (arm_size_rtx_costs): Likewise.
12194 2011-08-18  Richard Guenther  <rguenther@suse.de>
12196         * tree.h (tree_int_cst_msb): Remove.
12197         * tree.c (tree_int_cst_msb): Likewise.
12198         (tree_int_cst_sign_bit): Move from ...
12199         * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): ... here.
12201 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
12203         * doc/tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
12204         * doc/tm.texi: Regenerate.
12205         * target.def (rtx_costs): Add an opno parameter.
12206         * hooks.h (hook_bool_rtx_int_int_intp_bool_false): Replace with...
12207         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
12208         * hooks.c (hook_bool_rtx_int_int_intp_bool_false): Replace with...
12209         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
12210         * cse.c (COST_IN): Add an opno parameter.
12211         (notreg_cost): Likewise.  Update call to rtx_cost.
12212         (COST, fold_rtx): Update accordingly.
12213         * dojump.c (prefer_and_bit_test): Update call to rtx_cost.
12214         * expmed.c (emit_store_flag): Likewise.
12215         * optabs.c (avoid_expensive_constant): Add an opno parameter.
12216         Update call to rtx_cost.
12217         (expand_binop_directly, expand_binop): Likewise.
12218         (expand_twoval_binop, prepare_cmp_insn): Likewise.
12219         * rtl.h (rtx_cost, get_full_rtx_cost): Add opno parameters.
12220         (set_src_cost, get_full_set_src_cost): Update accordingly.
12221         * rtlanal.c (rtx_cost): Add an opno parameter.  Update call
12222         to target hook.
12223         (get_full_rtx_cost): Add an opno paramter.  Update calls to rtx_cost.
12224         (default_adress_cost): Update calls to rtx_cost.
12226         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs)
12227         (arm_slowmul_rtx_costs): Adjust calls to rtx_cost.
12228         (arm_rtx_costs): Add an opno parameter.
12229         * config/alpha/alpha.c (alpha_rtx_costs): Add an opno parameter and
12230         adjust any recursive rtx-cost calls.
12231         * config/avr/avr.c (avr_operand_rtx_cost, avr_rtx_costs): Likewise.
12232         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
12233         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
12234         * config/cris/cris.c (cris_rtx_costs): Likewise.
12235         * config/frv/frv.c (frv_rtx_costs): Likewise.
12236         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
12237         * config/i386/i386.c (ix86_rtx_costs): Likewise.
12238         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
12239         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
12240         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
12241         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
12242         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
12243         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
12244         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
12245         * config/mep/mep.c (mep_rtx_cost): Likewise.
12246         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
12247         * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
12248         (mips_zero_extend_cost): Add an opno parameter.
12249         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
12250         * config/mn10300/mn10300.c (mn10300_address_cost): Update call
12251         to rtx_cost.
12252         (mn10300_rtx_costs): Add an opno parameter and adjust any recursive
12253         rtx-cost calls.
12254         * config/pa/pa.c (hppa_rtx_costs): Likewise.
12255         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
12256         * config/picochip/picochip.c (picochip_rtx_costs): Likewise.
12257         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
12258         (rs6000_debug_rtx_costs): Likewise.
12259         * config/s390/s390.c (s390_rtx_costs): Likewise.
12260         * config/score/score-protos.h (score_rtx_costs): Likewise.
12261         * config/score/score.c (score_rtx_costs): Likewise.
12262         * config/sh/sh.c (andcosts): Update call to rtx_cost.
12263         (sh_rtx_costs): Add an opno parameter.
12264         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
12265         * config/spu/spu.c (spu_rtx_costs): Likewise.
12266         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
12267         * config/v850/v850.c (v850_rtx_costs): Likewise.
12268         * config/vax/vax.c (vax_rtx_costs): Likewise.
12269         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
12271 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
12273         * rtl.h (set_src_cost, get_full_set_src_cost): New functions.
12274         * auto-inc-dec.c (attempt_change): Use set_src_cost instead of
12275         rtx_cost.
12276         * calls.c (precompute_register_parameters): Likewise.
12277         * combine.c (expand_compound_operation, make_extraction): Likewise.
12278         (force_to_mode, distribute_and_simplify_rtx): Likewise.
12279         * dse.c (find_shift_sequence): Likewise.
12280         * expmed.c (init_expmed, expand_mult, expand_smod_pow2): Likewise.
12281         * expr.c (compress_float_constant): Likewise.
12282         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
12283         * gcse.c (want_to_gcse_p): Likewise.
12284         * ifcvt.c (noce_try_sign_mask): Likewise.
12285         * loop-doloop.c (doloop_optimize): Likewise.
12286         * loop-invariant.c (create_new_invariant): Likewise.
12287         * optabs.c (avoid_expensive_constant): Likewise.
12288         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands)
12289         (try_replace_in_use, reload_cse_move2add): Likewise.
12290         * reload1.c (calculate_elim_costs_all_insns): Likewise.
12291         (note_reg_elim_costly): Likewise.
12292         * rtlanal.c (insn_rtx_cost): Likewise.
12293         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
12294         * stmt.c (lshift_cheap_p): Likewise.
12295         * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
12296         * config/avr/avr.c (final_prescan_insn): Likewise.
12297         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
12298         * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
12300 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
12302         * rtl.h (set_rtx_cost, get_full_set_rtx_cost): New functions.
12303         * auto-inc-dec.c (attempt_change): Use set_rtx_cost.
12304         * cfgloopanal.c (seq_cost): Likewise.
12305         * loop-invariant.c (create_new_invariant): Likewise.
12306         * postreload.c (move2add_use_add2_insn, move2add_use_add3_insn)
12307         (reload_cse_move2add): Use get_full_set_rtx_cost.
12309 2011-08-18  Richard Guenther  <rguenther@suse.de>
12311         * expr.c (get_inner_reference): Fix typo in last change.
12313 2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>
12314             Joseph Myers  <joseph@codesourcery.com>
12316         PR tree-optimization/49963
12317         * hwint.c (absu_hwi): Define.
12318         * hwint.h (absu_hwi): Declare.
12319         * fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
12320         of abs_hwi.
12321         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
12322         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
12324 2011-08-18  Richard Guenther  <rguenther@suse.de>
12326         * expr.c (get_inner_reference): Sign-extend the constant
12327         twos-complement offset before doing arbitrary precision
12328         arithmetic on it.
12329         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
12330         (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
12331         to get_constraint_for_ptr_offset.
12333 2011-08-17  Kaz Kojima  <kkojima@gcc.gnu.org>
12335         PR target/50068
12336         * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
12338 2011-08-17  Richard Guenther  <rguenther@suse.de>
12340         * tree.h (convert_to_ptrofftype_loc): New function.
12341         (convert_to_ptrofftype): Define.
12342         * builtins.c (expand_builtin_bzero): Use size_type_node.
12343         (fold_builtin_bzero): Likewise.
12344         (std_gimplify_va_arg_expr): Build the BIT_AND_EXPR on the pointer.
12345         * c-typeck.c (build_unary_op): Use convert_to_ptrofftype_loc.
12346         * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
12347         (cgraph_redirect_edge_call_stmt_to_callee): Use size_int.
12348         * expr.c (expand_expr_addr_expr_1): Use fold_build_pointer_plus.
12349         * fold-const.c (build_range_check): Negate using the original type.
12350         (fold_unary_loc): Use fold_build_pointer_plus_loc.
12351         * gimple-fold.c (gimple_adjust_this_by_delta): Use
12352         convert_to_ptrofftype.
12353         * gimplify.c (gimplify_self_mod_expr): Likewise.
12354         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Likewise.
12355         (graphite_create_new_loop_guard): Likewise.
12356         * graphite-sese-to-poly.c (my_long_long): Remove.
12357         (scop_ivs_can_be_represented): Adjust.
12358         * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
12359         * tree-chrec.c (chrec_fold_plus_1): Use fold_build_pointer_plus.
12360         * tree-loop-distribution.c (build_size_arg_loc): Use
12361         size_type_node.
12362         (generate_memset_zero): Simplify.
12363         * tree-mudflap.c: Use fold_convert, not convert.
12364         * tree-predcom.c (suitable_reference_p): Expand DR_OFFSET in
12365         its own type.
12366         (determine_offset): Likewise for DR_STEP.
12367         (valid_initializer_p): Likewise.
12368         * tree-profile.c (prepare_instrumented_value): Convert the pointer
12369         to an integer type of same size.
12370         * tree-scalar-evolution.c (interpret_rhs_expr): Do not refer
12371         to sizetype without need.
12372         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
12373         * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
12374         * tree-ssa-loop-manip.c (create_iv): Likewise.
12375         (determine_exit_conditions): Adjust comment.
12376         * tree-ssa-pre.c (create_expression_by_pieces): Use
12377         convert_to_ptrofftype.
12378         * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
12379         * varasm.c (array_size_for_constructor): Compute using double_ints.
12381 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12383         * config/spu/spu.c (spu_emit_branch_or_set): Avoid reverse tests
12384         when generating an integer result where possible.  Short-cut
12385         comparison against 0 also for QImode.
12387 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12389         * config/spu/spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.
12390         * config/spu/spu-protos.h (spu_legitimize_reload_address): Add
12391         prototype.
12392         * config/spu/spu.c (spu_legitimize_reload_address): New function.
12393         (spu_legitimate_address_p): Do not check displacement if the base
12394         is an eliminable stack register.
12396 2011-08-16  Anatoly Sokolov  <aesok@post.ru>
12398         * config/m32c/m32c.h (PREFERRED_RELOAD_CLASS,
12399         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
12400         * config/m32c/m32c-protos.h (m32c_preferred_reload_class,
12401         m32c_preferred_output_reload_class): Remove.
12402         * config/m32c/m32c.c (m32c_preferred_reload_class): Make static.
12403         Change rclass argument and return types to reg_class_t. Use
12404         reg_class_subset_p instead of class_sizes.
12405         (m32c_preferred_output_reload_class): Make static. Change rclass
12406         argument and return types to reg_class_t.
12407         (TARGET_PREFERRED_RELOAD_CLASS,
12408         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
12410 2011-08-16  Kai Tietz  <ktietz@redhat.com>
12412         * config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.
12414 2011-08-16  Richard GUenther  <rguenther@suse.de>
12416         PR tree-optimization/50082
12417         * tree-ssa-forwprop.c (combine_cond_expr_cond): Handle overflow
12418         warnings here, instead of ...
12419         (ssa_forward_propagate_and_combine): ... here.
12420         (forward_propagate_into_comparison_1): Adjust.
12421         (forward_propagate_into_comparison): Likewise.
12422         (forward_propagate_into_gimple_cond): Likewise.
12423         (forward_propagate_into_cond): Likewise.
12425 2011-08-16  Andreas Schwab  <schwab@redhat.com>
12427         * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
12428         instead of ggc_alloc_zone_vec_rtvec_def.
12430 2011-08-16  Richard Guenther  <rguenther@suse.de>
12432         * tree.h (ptrofftype_p): New helper function.
12433         * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
12434         offset verification.
12435         (verify_gimple_assign_binary): Likewise.
12436         * tree.c (build2_stat): Likewise.
12437         * tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
12438         (reset_evolution_in_loop): Likewise.
12439         * tree-chrec.h (build_polynomial_chrec): Likewise.
12441 2011-08-16  Liang Wang  <lwang1@marvell.com>
12443         * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
12444         ggc_alloc_zone_vec_rtvec_def.
12446 2011-08-16  Richard Guenther  <rguenther@suse.de>
12448         * tree-vrp.c (extract_range_from_multiplicative_op_1): New
12449         helper factored out from ...
12450         (extract_range_from_binary_expr_1): ... here.  Re-structure
12451         to not glob handling too different tree codes.
12453 2011-08-15  Richard Henderson  <rth@redhat.com>
12455         PR middle-end/50006
12456         * explow.c (allocate_dynamic_stack_space): Move suppress_reg_args_size
12457         setting out to include allocate_stack named pattern as well.
12458         * builtins.c (expand_builtin_apply): Add ARG_SIZE 0 note.
12459         * stmt.c (expand_stack_restore): Likewise.
12461 2011-08-15  Richard Guenther  <rguenther@suse.de>
12463         PR middle-end/50082
12464         * fold-const.c (maybe_canonicalize_comparison_1): Properly
12465         convert the modified operand to the other operand type.
12466         (fold_comparison): Call maybe_canonicalize_comparison_1 with
12467         useless conversions stripped from comparison operands.
12469 2011-08-15  Richard Guenther  <rguenther@suse.de>
12471         * tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.
12472         (extract_range_from_unary_expr_1): Restructure.
12474 2011-08-15  Richard Guenther  <rguenther@suse.de>
12476         PR tree-optimization/50058
12477         * tree-ssa-sccvn.c (vn_reference_lookup_3): Relax aggregate
12478         copy matching.
12480 2011-08-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12482         PR target/50022
12483         * config/arm/arm.c (output_move_double): Add 2 parameters
12484         to count the number of insns emitted and whether to emit or not.
12485         Use the flag to decide when to emit and count number of instructions
12486         that will be emitted.
12487         Handle case where output_move_double might be called for calculating
12488         lengths with an invalid constant.
12489         (arm_count_output_move_double_insns): Define.
12490         * config/arm/arm-protos.h (arm_count_output_move_double_insns): Declare.
12491         (output_move_double): Adjust prototype.
12492         * config/arm/vfp.md ("*movdi_vfp"): Adjust call to
12493         output_move_double.
12494         ("*movdi_vfp_cortexa8"): Likewise and add attribute
12495         for ce_count.
12496         * config/arm/arm.md ("*arm_movdi"): Adjust call to output_move_double.
12497         ("*movdf_soft_insn"): Likewise.
12498         * config/arm/cirrus.md ("*cirrus_arm_movdi"): Likewise.
12499         ("*cirrus_thumb2_movdi"): Likewise.
12500         ("*thumb2_cirrus_movdf_hard_insn"): Likewise.
12501         ("*cirrus_movdf_hard_insn"): Likewise.
12502         * config/arm/neon.md (*neon_mov<mode> VD): Likewise.
12503         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Likewise.
12504         ("mov<mode>_internal VMMX"): Likewise.
12505         * config/arm/fpa.md (*movdf_fpa, *thumb2_movdf_fpa): Likewise.
12507 2011-08-14  Uros Bizjak  <ubizjak@gmail.com>
12509         * config/i386/i386.c (ix86_expand_round_sse4): New function.
12510         * config/i386/i386-protos.h (ix86_expand_round_sse4): New prototype.
12511         * config/i386/i386.md (round<mode>2): Use ix86_expand_round_sse4
12512         for TARGET_ROUND.
12514         (rint<mode>2): Simplify TARGET_ROUND check.
12515         (floor<mode>2): Ditto.
12516         (ceil<mode>2): Ditto.
12517         (btrunc<mode>2): Ditto.
12519 2011-08-14  Anatoly Sokolov  <aesok@post.ru>
12521         * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
12522         as mmix_preferred_output_reload_class.
12524 2011-08-14  Georg-Johann Lay  <avr@gjlay.de>
12526         * PR target/49903
12527         * config/avr/avr.md (UNSPEC_IDENTITY): New c_enum.
12528         (branch_unspec): New insn.
12529         (branch): Beauty farm.
12530         * config/avr/avr.c (compare_condition): Use JUMP_P.  Test SET_SRC
12531         to be IF_THEN_ELSE.
12532         (avr_compare_pattern, avr_reorg_remove_redundant_compare):
12533         New static functions.
12534         (avr_reorg): Use them.  Use next_real_insn instead of NEXT_INSN.
12535         Use CONST_INT_P.  Beauty.
12537 2011-08-12  Richard Henderson  <rth@redhat.com>
12539         PR rtl-opt/49994
12540         * sched-init.h (struct deps_desc): Add sched_before_next_jump.
12541         * sched-deps.c (init_deps): Clear it.
12542         (deps_analyze_insn): Consume it.
12543         (sched_analyze_insn): Fill it.
12545 2011-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12547         PR target/48328
12548         * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance
12549         for tbh instructions.
12551 2011-08-12  Diego Novillo  <dnovillo@google.com>
12553         * data-streamer.h (streamer_write_zero): Rename from output_zero.
12554         (streamer_write_uhwi): Rename from lto_output_uleb128.
12555         (streamer_write_hwi): Rename from output_sleb128.
12556         (streamer_write_string): Rename from lto_output_string.
12557         (streamer_string_index): Rename from lto_string_index.
12558         (streamer_write_string_with_length): Rename from
12559         lto_output_string_with_length.
12560         (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream.
12561         (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream.
12562         (streamer_read_string): Rename from lto_input_string.
12563         (streamer_read_indexed_string): Rename from input_string_internal.
12564         (streamer_read_uhwi): Rename from lto_input_uleb128.
12565         (streamer_read_hwi): Rename from lto_input_sleb128.
12566         (streamer_write_hwi_in_range): Rename from lto_output_int_in_range.
12567         (streamer_read_hwi_in_range): Rename from lto_input_int_in_range.
12568         (streamer_write_enum): Rename from lto_output_enum.
12569         (streamer_read_enum): Rename from lto_input_enum.
12570         (streamer_write_record_start): Rename from output_record_start.
12571         (streamer_read_record_start): Rename from input_record_start.
12572         (streamer_write_bitpack): Rename from lto_output_bitpack.
12573         (streamer_read_bitpack): Rename from lto_input_bitpack.
12574         (streamer_write_char_stream): Rename from lto_output_1_stream.
12575         (streamer_read_uchar): Rename from lto_input_1_unsigned.
12576         * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d.
12577         (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p.
12578         (streamer_read_string_cst): Rename from input_string_cst.
12579         (streamer_read_chain): Rename from lto_input_chain.
12580         (streamer_alloc_tree): Rename from lto_materialize_tree.
12581         (streamer_read_tree_body): Rename from lto_input_tree_pointers.
12582         (streamer_get_pickled_tree): Rename from lto_get_pickled_tree.
12583         (streamer_get_builtin_tree): Rename from lto_get_builtin_tree.
12584         (streamer_read_integer_cst): Rename from lto_input_integer_cst.
12585         (streamer_read_tree_bitfields): Rename from tree_read_bitfields.
12586         (streamer_write_chain): Rename from lto_output_chain.
12587         (streamer_write_tree_header): Rename from lto_output_tree_header.
12588         (streamer_pack_tree_bitfields): Rename from pack_value_fields.
12589         (streamer_write_tree_body): Rename from lto_output_tree_pointers.
12590         (streamer_write_integer_cst): Rename from lto_output_integer_cst.
12591         (streamer_write_builtin): Rename from lto_output_builtin_tree.
12592         (streamer_check_handled_ts_structures): Rename from
12593         check_handled_ts_structures.
12594         (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert.
12595         (streamer_tree_cache_insert_at): Rename from
12596         lto_streamer_cache_insert_at.
12597         (streamer_tree_cache_append): Rename from lto_streamer_cache_append.
12598         (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup.
12599         (streamer_tree_cache_get): Rename from lto_streamer_cache_get.
12600         (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
12601         (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete.
12602         * tree-streamer-out.c (write_string_cst): Rename from output_string_cst.
12603         (write_identifier): Rename from output_identifier.
12604         (write_ts_common_tree_pointers): Rename from
12605         lto_output_ts_common_tree_pointers.
12606         (write_ts_vector_tree_pointers): Rename from
12607         lto_output_ts_vector_tree_pointers.
12608         (write_ts_complex_tree_pointers): Rename from
12609         lto_output_ts_complex_tree_pointers.
12610         (write_ts_decl_minimal_tree_pointers): Rename from
12611         lto_output_ts_decl_minimal_tree_pointers.
12612         (write_ts_decl_common_tree_pointers): Rename from
12613         lto_output_ts_decl_common_tree_pointers.
12614         (write_ts_decl_non_common_tree_pointers): Rename from
12615         lto_output_ts_decl_non_common_tree_pointers.
12616         (write_ts_decl_with_vis_tree_pointers): Rename from
12617         lto_output_ts_decl_with_vis_tree_pointers.
12618         (write_ts_field_decl_tree_pointers): Rename from
12619         lto_output_ts_field_decl_tree_pointers.
12620         (write_ts_function_decl_tree_pointers): Rename from
12621         lto_output_ts_function_decl_tree_pointers.
12622         (write_ts_type_common_tree_pointers): Rename from
12623         lto_output_ts_type_common_tree_pointers.
12624         (write_ts_type_non_common_tree_pointers): Rename from
12625         lto_output_ts_type_non_common_tree_pointers.
12626         (write_ts_list_tree_pointers): Rename from
12627         lto_output_ts_list_tree_pointers.
12628         (write_ts_vec_tree_pointers): Rename from
12629         lto_output_ts_vec_tree_pointers.
12630         (write_ts_exp_tree_pointers): Rename from
12631         lto_output_ts_exp_tree_pointers.
12632         (write_ts_block_tree_pointers): Rename from
12633         lto_output_ts_block_tree_pointers.
12634         (write_ts_binfo_tree_pointers): Rename from
12635         lto_output_ts_binfo_tree_pointers.
12636         (write_ts_constructor_tree_pointers): Rename from
12637         lto_output_ts_constructor_tree_pointers.
12638         (write_ts_target_option): Rename from lto_output_ts_target_option.
12639         (write_ts_translation_unit_decl_tree_pointers): Rename from
12640         lto_output_ts_translation_unit_decl_tree_pointers.
12641         * tree-streamer.c (streamer_tree_cache_add_to_node_array):
12642         Rename from lto_streamer_cache_add_to_node_array.
12643         (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1.
12644         (record_common_node): Rename from lto_record_common_node.
12646         * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward
12647         declarations.
12648         * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused
12649         function.
12650         * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove
12651         unused function.
12652         * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H.
12653         (ipa-reference.o): Likewise.
12654         * lto-section-out.c: Include data-streamer.h.
12655         * ipa-reference.c: Include data-streamer.h.
12657 2011-08-12  Nick Clifton  <nickc@redhat.com>
12659         * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.
12660         * doc/md.texi (cmpstrn): Note that the comparison stops if both
12661         fetched bytes are zero.
12662         (cmpstr): Likewise.
12663         (cmpmem): Note that the comparison does not stop if both of the
12664         fetched bytes are zero.
12666 2011-08-12  Uros Bizjak  <ubizjak@gmail.com>
12668         * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}
12669         BUILT_IN_IRINT{,F,L}, BUILT_IN_IROUND{,F,L}: New builtin definitions.
12670         * convert.c (convert_to_integer): Convert to BUILT_IN_ICEIL,
12671         BUILT_IN_IFLOOR, BUILT_IN_IRINT or BUILT_INT_IROUND when converting
12672         to integer_type_node.
12673         * fold-const.c (tree_call_nonnegative_warnv_p): Handle BUILT_IN_ICEIL,
12674         BUILT_IN_IFLOOR, BUILT_IN_IRINT and BUILT_INT_IROUND.
12675         * builtins.c (expand_builtin_in): Ditto.
12676         (mathfn_built_in_1): Ditto.
12677         (expand_builtin_int_roundingfn): Handle BUILT_IN_ICEIL and
12678         BUILT_IN_IFLOOR.
12679         (expand_builtin_int_roundingfn_2): Handle BUILT_IN_IRINT and
12680         BUILT_IN_IROUND.
12681         (fold_fixed_mathfn): Canonicalize BUILT_IN_ICEIL, BUILTIN_IN_IFLOOR
12682         BUILT_IN_IRINT and BUILT_IN_IROUND to BUILT_IN_LCEIL,
12683         BUILTIN_IN_LFLOOR, BUILT_IN_LRINT and BUILT_IN_LROUND on ILP32 targets.
12685 2011-08-12  Richard Guenther  <rguenther@suse.de>
12687         * tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.
12689 2011-08-12  Romain Geissler  <romain.geissler@gmail.com>
12691         * Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
12693 2011-08-12  Richard Sandiford  <rdsandiford@googlemail.com>
12695         * config/arm/arm.c (get_label_padding): New function.
12696         (create_fix_barrier, arm_reorg): Use it.
12698 2011-08-11  Uros Bizjak  <ubizjak@gmail.com>
12700         PR target/49781
12701         * config/i386/i386.md (*lea_5_zext): New.
12702         (*lea_6_zext): Ditto.
12703         * config/i386/predicates.md (const_32bit_mask): New predicate.
12704         (lea_address_operand): Reject AND.
12705         * config/i386/i386.c (ix86_decompose_address): Allow Dimode AND with
12706         const_32bit_mask immediate.
12707         (ix86_print_operand_address): Handle AND.
12708         (memory_address_length): Ditto.
12710 2011-08-11  Romain Geissler  <romain.geissler@gmail.com>
12711             Brian Hackett  <bhackett1024@gmail.com>
12713         * plugin.def: Add event for finish_decl.
12714         * plugin.c (register_callback, invoke_plugin_callbacks): Same.
12715         * c-decl.c (finish_decl): Invoke callbacks on above event.
12716         * doc/plugins.texi: Document above event.
12718 2011-08-11  Richard Guenther  <rguenther@suse.de>
12720         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant
12721         lookups, make looking through aggregate copies stronger.
12723 2011-08-11  Richard Henderson  <rth@redhat.com>
12725         PR bootstrap/50018
12726         * expr.c (fixup_args_size_notes): Accept and ignore normal calls.
12728 2011-08-11  Richard Guenther  <rguenther@suse.de>
12730         * lto-cgraph.c (input_node): Use DECL_BUILT_IN.
12731         * tree-vrp.c (stmt_interesting_for_vrp): Likewise.
12732         (vrp_visit_stmt): Likewise.
12734 2011-08-11  Richard Guenther  <rguenther@suse.de>
12736         PR middle-end/50040
12737         * gimplify.c (gimplify_modify_expr_complex_part): Mark the
12738         load of the other piece with TREE_NO_WARNING.
12739         * tree-flow.h (warn_uninit): Adjust prototype.
12740         * tree-ssa.c (warn_uninit): Take uninitialized SSA name,
12741         the base variable and the expression that is used separately.
12742         Properly query all TREE_NO_WARNING flags.
12743         (struct walk_data): Remove.
12744         (warn_uninitialized_var): Likewise.
12745         (warn_uninitialized_vars): Do not walk gimple pieces but simply
12746         look at all SSA uses of the statement.  Handle unused memory
12747         separately.
12748         * tree-ssa-uninit.c (warn_uninitialized_phi): Adjust.
12750 2011-08-11   Kazuhiro Inaoka  <kazuhiro.inaoka.ud@renesas.com>
12752         * config/rx/rx.md (movsicc): Allow register to register transfers.
12753         (*movsicc): Likewise.
12754         (*stcc): Restrict this pattern to EQ and NE compares.
12755         (*stcc_reg): New pattern.  Works for any comparison but only for
12756         register transfers.
12758 2011-08-11   Diego Novillo  <dnovillo@google.com>
12760         * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):
12761         Call stream_write_tree instead of output_record_start.
12762         (lto_output_ts_binfo_tree_pointers): Likewise.
12764         * streamer-hooks.h (stream_write_tree): Move from tree-streamer.h.
12765         Convert it to a macro.
12766         (stream_read_tree): Likewise.
12768         * lto-streamer.h (lto_stream_as_builtin_p): Move ...
12769         * tree-streamer.h (lto_stream_as_builtin_p): ... here.
12771         * lto-streamer-in.c (lto_read_tree): Call lto_streamer_cache_append
12772         and tree_read_bitfields.
12773         * lto-streamer-out.c (lto_is_streamable): Move from lto-streamer.c
12774         (lto_write_tree): Call it.
12775         * lto-streamer.c (lto_is_streamable): Move to lto-streamer-out.c
12776         * streamer-hooks.h (struct streamer_hooks): Remove fields
12777         name, is_streamable and alloc_tree. Update all users.
12778         * tree-streamer-in.c (tree_read_bitfields): Factor out of ...
12779         (lto_materialize_tree): ... here.
12780         Handle CALL_EXPR codes.
12781         Remove call to lto_streamer_cache_append.
12782         * tree-streamer-out.c (lto_output_tree_header): Handle CALL_EXPR nodes.
12783         * tree-streamer.h (tree_read_bitfields): Declare.
12785         * Makefile.in (TREE_STREAMER_H): Add STREAMER_HOOKS_H.
12786         (gimple-streamer-in.o): Add dependency on TREE_STREAMER_H.
12787         * tree-streamer.h (stream_read_tree): New.  Replace all calls
12788         to lto_input_tree with it.
12789         (stream_write_tree): New.  Replace all calls to lto_output_tree,
12790         lto_output_tree_ref and lto_output_tree_or_ref with it.
12791         * lto-streamer-in.c (lto_read_tree): Inline code from
12792         lto_streamer_read_tree.
12793         (lto_input_tree): Move from tree-streamer-in.c.
12794         * lto-streamer-out.c (lto_output_tree_ref): Make static.
12795         Remove handling of NULL values for EXPR.
12796         Do not handle EXPRs that are not indexable.
12797         (lto_write_tree): Move from tree-streamer-out.c.
12798         Inline lto_streamer_write_tree.
12799         (lto_output_tree): Move from tree-streamer-out.c.
12800         If REF_P is true and EXPR is indexable, call lto_output_tree_ref.
12801         * lto-streamer.c (lto_record_common_node): Move to tree-streamer.c.
12802         (lto_preload_common_nodes): Likewise.
12803         Remove assertions and adjustments for nodes
12804         main_identifier_node, ptrdiff_type_node and fileptr_type_node.
12805         (lto_streamer_hooks_init): Set streamer_hooks.write_tree to
12806         lto_output_tree and streamer_hooks.read_tree to lto_input_tree.
12807         * lto-streamer.h (lto_input_tree): Declare.
12808         (lto_output_tree_ref): Remove.
12809         * streamer-hooks.h (struct streamer_hooks): Remove fields
12810         preload_common_nodes, indexable_with_decls_p,
12811         pack_value_fields, unpack_value_fields and output_tree_header.
12812         Update all users.
12813         * tree-streamer-in.c (lto_materialize_tree): Make extern.
12814         (lto_input_tree_pointers): Likewise.
12815         (lto_read_tree): Move to lto-streamer-in.c.
12816         (lto_input_integer_cst): Make extern.
12817         (lto_get_pickled_tree): Likewise.
12818         (lto_get_builtin_tree): Likewise.
12819         (lto_input_tree): Move to lto-streamer-in.c.
12820         * tree-streamer-out.c (pack_value_fields): Make extern.
12821         (lto_output_tree_or_ref): Remove.  Replace all callers with
12822         calls to stream_write_tree.
12823         (lto_output_builtin_tree): Make extern.
12824         (lto_streamer_write_tree): Inline into lto_write_tree.
12825         (lto_output_tree_pointers): Make extern.
12826         (lto_output_tree_header): Likewise.
12827         (lto_output_integer_cst): Likewise.
12828         (lto_write_tree): Move to lto-streamer-out.c.
12829         (lto_output_tree): Likewise.
12830         * tree-streamer.c (lto_record_common_node): Move from lto-streamer.c
12831         (preload_common_nodes): Likewise.
12832         (lto_streamer_cache_create): Call it.
12833         * tree-streamer.h: Include streamer-hooks.h.
12834         (stream_write_tree): New.
12835         (stream_read_tree): New.
12836         (lto_input_tree): Remove.
12837         (lto_materialize_tree): Declare.
12838         (lto_input_tree_pointers): Declare.
12839         (lto_get_pickled_tree): Declare.
12840         (lto_get_builtin_tree): Declare.
12841         (lto_input_integer_cst): Declare.
12842         (lto_output_tree_header): Declare.
12843         (pack_value_fields): Declare.
12844         (lto_output_tree_pointers): Declare.
12845         (lto_output_integer_cst): Declare.
12846         (lto_output_builtin_tree): Declare.
12848 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12850         * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
12851         only if producer writes to the register given by regno.
12853 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12854             Alexander Monakov  <amonakov@ispras.ru>
12856         * sched-deps.c (sched_get_condition_with_rev): Rename to ...
12857         (sched_get_condition_with_rev_uncached): ... this.  Factor out
12858         condition caching logic into ...
12859         (sched_get_condition_with_rev): ... this.  Reimplement.  Do not
12860         attempt to use cache for instructions with zero luid.
12861         (sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
12862         * sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
12864 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12866         * sel-sched-ir.c (get_seqno_of_a_pred): Rename to
12867         get_seqno_for_a_jump.  Update the caller.
12868         (get_seqno_by_succs): New.  Use it ...
12869         (get_seqno_for_a_jump): ... here to find a seqno if looking at
12870         predecessors was not sufficient.
12871         (get_seqno_by_preds): Include head in iteration range, exclude insn.
12873 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
12875         * sel-sched-ir.c (invalidate_av_set): Remove the assert.
12877 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12879         * sel-sched-ir.h (register_unavailable_p): Declare.
12880         * sel-sched-ir.c (register_unavailable_p): New.  Use it...
12881         (set_unavailable_target_for_expr): ... here to properly test
12882         availability of a register.
12883         (speculate_expr): Ditto.
12884         * sel-sched.c (substitute_reg_in_expr): Ditto.
12885         (av_set_could_be_blocked_by_bookkeeping_p): Ditto.
12887 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12889         * sel-sched.c (verify_target_availability): Fix usage of
12890         hard_regno_nregs.
12892 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
12894         * sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of
12895         recognized by cannot_copy_insn_p hook and volatile instructions.
12897 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
12899         * sel-sched-ir.c (merge_expr_data): Take maximum spec.
12901 2011-08-11  Richard Sandiford  <richard.sandiford@linaro.org>
12903         * doc/md.texi (define_bypass): Say that the instruction names can
12904         be filename-style globs.
12905         * Makefile.in (FNMATCH_H): Define.
12906         (build/genattrtab.o, build/genautomata.o): Depend on $(FNMATCH_H).
12907         * genattrtab.c: Include fnmatch.h.
12908         (bypass_list): Change field name from "insn" to "pattern".
12909         (gen_bypass_1): Update accordingly.
12910         (process_bypasses): Use fnmatch to check for matches between
12911         insn reservations and define_bypasses.
12912         * genautomata.c: Include fnmatch.h.
12913         (bypass_decl): Rename in_insn_name and out_insn_name to in_pattern
12914         and out_pattern respectively.
12915         (gen_bypass, insert_bypass): Update accordingly.
12916         (for_each_matching_insn, process_bypass_2, process_bypass_1)
12917         (process_bypass): New functions.
12918         (process_decls): Use process_bypass.  Update after field name changes.
12920 2011-08-11  Georg-Johann Lay  <avr@gjlay.de>
12922         PR target/49687
12923         * config/avr/avr.md (smulqi3_highpart): New insn.
12924         (umulqi3_highpart): New insn.
12925         (*subqi3.ashiftrt7): New insn.
12926         (smulhi3_highpart): New expander.
12927         (umulhi3_highpart): Nex expander.
12928         (*smulhi3_highpart_call): New insn.
12929         (*umulhi3_highpart_call): New insn.
12930         (extend_u): New code attribute.
12931         (extend_prefix): Rename code attribute to extend_su.
12932         * config/avr/avr.c (avr_rtx_costs): Report costs of highpart of
12933         widening QI/HI multiply.
12935 2011-08-11  Ira Rosen  <ira.rosen@linaro.org>
12937         PR tree-optimization/50039
12938         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Check
12939         that DEF_STMT has a stmt_vec_info.
12941 2011-08-10  Richard Guenther  <rguenther@suse.de>
12943         * tree.h (can_trust_pointer_alignment): Remove.
12944         * builtins.c (can_trust_pointer_alignment): Remove.
12946 2011-08-10  Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
12948         * c-typeck.c (scalar_to_vector): New function. Try scalar to
12949         vector conversion.
12950         (stv_conv): New enum for scalar_to_vector return type.
12951         (build_binary_op): Adjust.
12952         * doc/extend.texi: Description of scalar to vector expansion.
12954 2011-08-10  Richard Guenther  <rguenther@suse.de>
12956         * tree.h (get_pointer_alignment): Remove max-align argument.
12957         (get_object_alignment): Likewise.
12958         * builtins.c (get_object_alignment_1): Adjust.
12959         (get_object_alignment): Remove max-align argument.
12960         (get_pointer_alignment): Likewise.
12961         (expand_builtin_strlen): Adjust.
12962         (expand_builtin_memcpy): Likewise.
12963         (expand_builtin_mempcpy_args): Likewise.
12964         (expand_builtin_strncpy): Likewise.
12965         (expand_builtin_memset_args): Likewise.
12966         (expand_builtin_memcmp): Likewise.
12967         (expand_builtin_strcmp): Likewise.
12968         (expand_builtin_strncmp): Likewise.
12969         (get_builtin_sync_mem): Likewise.
12970         (fold_builtin_memset): Likewise.
12971         (fold_builtin_memory_op): Likewise.
12972         (expand_builtin_memory_chk): Likewise.
12973         * emit-rtl.c (get_mem_align_offset): Likewise.
12974         (set_mem_attributes_minus_bitpos): Likewise.
12975         * expr.c (expand_assignment): Likewise.
12976         (expand_expr_real_1): Likewise.
12977         * tree-sra.c (tree_non_mode_aligned_mem_p): Likewise.
12978         * tree-ssa-forwprop.c (simplify_builtin_call): Likewise.
12979         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Likewise.
12980         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
12981         * value-prof.c (gimple_stringops_transform): Likewise.
12983 2011-08-10  Paulo J. Matos  <paulo.matos@csr.com>
12985         * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
12986         * doc/tm.texi: Regenerate.
12988 2011-08-10  Georg-Johann Lay  <avr@gjlay.de>
12990         PR target/29560
12991         * config/avr/avr.md (*ashlhiqi3): New insn-and-split.
12992         (*ashl<extend_prefix>qihiqi3): New insn-and-splits.
12993         (*ashl<extend_prefix>qihiqi3.mem): New insn-and-splits.
12994         Add peephole2 to map ashlhi3 to ashlqi3 if high part of
12995         shift target is unused.
12997 2011-08-10  Richard Guenther  <rguenther@suse.de>
12999         PR tree-optimization/49937
13000         * tree-ssa-ccp.c (get_value_from_alignment): Re-implement
13001         using get_object_alignment_1.
13003 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
13005         * config/i386/i386.c (ix86_emit_i387_round): New function.
13006         * config/i386/i386-protos.h (ix86_emit_i387_round): Declare.
13007         * config/i386/i386.md (round<mode>2): Use X87MODEF mode iterator.
13008         Use ix86_emit_i387_round to expand round function for i387 math.
13009         (lround<X87MODEF:mode><SWI248x:mode>2): Use X87MODEF mode iterator.
13010         Use ix86_emit_i387_round to expand {l,ll}round function for i387 math.
13012 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13014         * config/sync.c: Move to ../libgcc.
13015         * Makefile.in (libgcc.mvars): Remove LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS.
13016         * config/mips/t-libgcc-mips16 (LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS):
13017         Remove.
13019 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
13021         * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro.
13022         * config/mmix/mmix-protos.h (mmix_register_move_cost): Remove.
13023         * config/mmix/mmix.c (mmix_register_move_cost): Make static.
13024         Change 'from' and 'to' arguments type to reg_class_t.
13025         (TARGET_REGISTER_MOVE_COST): Define.
13027 2011-08-09  Vladimir Makarov  <vmakarov@redhat.com>
13029         PR target/50026
13030         Revert:
13031         PR rtl-optimization/49990
13032         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
13033         ignore classes which can not change mode.
13034         (find_costs_and_classes): Ditto.
13036 2011-08-09  Richard Guenther  <rguenther@suse.de>
13038         * tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise
13039         information for ranges with only negative values.
13040         (extract_range_from_binary_expr_1): Adjust BIT_IOR_EXPR and
13041         BIT_AND_EXPR handling to handle ranges with negative values.
13043 2011-08-09  Kirill Yukhin  <kirill.yukhin@intel.com>
13045         * config/i386/i386.c: Remove traling spaces.
13046         * config/i386/sse.md: Likewise.
13047         (*fma_fmadd_<mode>): Fix insn alternative 1 mnemonic.
13048         (*fma_fmsub_<mode>): Likewise.
13049         (*fma_fnmadd_<mode>): Likewise.
13050         (*fma_fnmsub_<mode>): Likewise.
13052 2011-08-09  Nick Clifton  <nickc@redhat.com>
13054         * config/rx/rx.md: Disable extender peepholes at -O3.
13056 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
13058         PR target/49781
13059         * config/i386/i386.md (reload_noff_load): New.
13060         (reload_noff_store): Ditto.
13061         * config/i386/i386.c (ix86_secondary_reload): Use
13062         CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
13063         double-word moves from/to non-offsetable addresses instead of
13064         generating XMM temporary.
13066 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
13068         * config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
13070 2011-08-09  Ira Rosen  <ira.rosen@linaro.org>
13072         PR tree-optimization/50014
13073         * tree-vect-loop.c (vectorizable_reduction): Get def type before
13074         calling vect_get_vec_def_for_stmt_copy ().
13076 2011-08-08  Vladimir Makarov  <vmakarov@redhat.com>
13078         PR rtl-optimization/49990
13079         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
13080         ignore classes which can not change mode.
13081         (find_costs_and_classes): Ditto.
13083 2011-08-08  Richard Henderson  <rth@redhat.com>
13085         PR middle-end/49990
13086         * config/i386/i386.c (ix86_expand_prologue): Call
13087         for SEH target gen_prologue_use instead of gen_blockage
13088         at prologue's end.
13090 2011-08-08  Martin Jambor  <mjambor@suse.cz>
13092         PR middle-end/49923
13093         * tree-sra.c (access_precludes_ipa_sra_p): Also check access
13094         memory alignment.
13096 2011-08-08   Diego Novillo  <dnovillo@google.com>
13098         * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
13099         (DATA_STREAMER_H): New.
13100         (GIMPLE_STREAMER_H): New.
13101         (TREE_STREAMER_H): New.
13102         (STREAMER_HOOKS_H): New.
13103         (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
13104         gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
13105         tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
13106         (data-streamer.o): New.
13107         (data-streamer-in.o): New.
13108         (data-streamer-out.o): New.
13109         (gimple-streamer-in.o): New.
13110         (gimple-streamer-out.o): New.
13111         (streamer-hooks.o): New.
13112         (tree-streamer.o): New.
13113         (tree-streamer-in.o): New.
13114         (tree-streamer-out.o): New.
13115         (lto-cgraph.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
13116         (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
13117         GIMPLE_STREAMER_H and TREE_STREAMER_H.
13118         (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
13119         GIMPLE_STREAMER_H and TREE_STREAMER_H.
13120         (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
13121         (ipa-prop.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
13122         (ipa-inline-analysis.o): Likewise.
13123         (ipa-pure-const.o): Likewise.
13124         * data-streamer-in.c: New.
13125         * data-streamer-out.c: New.
13126         * data-streamer.c: New.
13127         * data-streamer.h: New.
13128         * gimple-streamer-in.c: New.
13129         * gimple-streamer-out.c: New.
13130         * gimple-streamer.h: New.
13131         * ipa-inline-analysis.c: Include data-streamer.h.
13132         * ipa-prop.c: Include data-streamer.h.
13133         * ipa-pure-const.c: Include data-streamer.h.
13134         * lto-cgraph.c: Include data-streamer.h.
13135         * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
13136         (lto_input_widest_uint_uleb128): Likewise.
13137         (lto_input_sleb128): Likewise.
13138         (bp_unpack_var_len_unsigned): Likewise.
13139         (bp_unpack_var_len_int): Likewise.
13140         * lto-section-out.c (lto_output_uleb128_stream): Move to
13141         data-streamer-out.c.
13142         (lto_output_widest_uint_uleb128_stream): Likewise.
13143         (lto_output_sleb128_stream): Likewise.
13144         (bp_pack_var_len_unsigned): Likewise.
13145         (bp_pack_var_len_int): Likewise.
13146         * lto-streamer-in.c: Include data-streamer.h and gimple-streamer.h.
13147         (struct string_slot): Remove.  Update all users.
13148         (lto_tag_check_set): Make extern.
13149         (lto_tag_check_range): Move to lto-streamer.h.
13150         (lto_tag_check): Likewise.
13151         (hash_string_slot_node): Remove.  Update all users.
13152         (eq_string_slot_node): Remove.  Update all users.
13153         (string_for_index): Move to data-streamer-in.c
13154         (input_string_internal): Likewise.
13155         (input_string_cst): Move to tree-streamer-in.c.
13156         (input_identifier): Likewise.
13157         (lto_input_string): Move to data-streamer-in.c
13158         (input_record_start): Move to data-streamer.h
13159         (canon_file_name): Use new definition of struct string_slot
13160         from data-streamer.h.  Set S_SLOT.LEN.
13161         (lto_input_location): Make extern.
13162         (lto_input_chain): Move to tree-streamer-in.c.
13163         (lto_init_eh): Make extern.
13164         (input_phi): Move to gimple-streamer-in.c.
13165         (input_gimple_stmt): Likewise.
13166         (input_bb): Likewise.
13167         (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
13168         (unpack_ts_real_cst_value_fields): Likewise.
13169         (unpack_ts_fixed_cst_value_fields): Likewise.
13170         (unpack_ts_decl_common_value_fields): Likewise.
13171         (unpack_ts_decl_wrtl_value_fields): Likewise.
13172         (unpack_ts_decl_with_vis_value_fields): Likewise.
13173         (unpack_ts_function_decl_value_fields): Likewise.
13174         (unpack_ts_type_common_value_fields): Likewise.
13175         (unpack_ts_block_value_fields): Likewise.
13176         (unpack_ts_translation_unit_decl_value_fields): Likewise.
13177         (unpack_value_fields): Likewise.
13178         (lto_materialize_tree): Likewise.
13179         (lto_input_ts_common_tree_pointers): Likewise.
13180         (lto_input_ts_vector_tree_pointers): Likewise.
13181         (lto_input_ts_complex_tree_pointers): Likewise.
13182         (lto_input_ts_decl_minimal_tree_pointers): Likewise.
13183         (lto_input_ts_decl_common_tree_pointers): Likewise.
13184         (lto_input_ts_decl_non_common_tree_pointers): Likewise.
13185         (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
13186         (lto_input_ts_field_decl_tree_pointers): Likewise.
13187         (lto_input_ts_function_decl_tree_pointers): Likewise.
13188         (lto_input_ts_type_common_tree_pointers): Likewise.
13189         (lto_input_ts_type_non_common_tree_pointers): Likewise.
13190         (lto_input_ts_list_tree_pointers): Likewise.
13191         (lto_input_ts_vec_tree_pointers): Likewise.
13192         (lto_input_ts_exp_tree_pointers): Likewise.
13193         (lto_input_ts_block_tree_pointers): Likewise.
13194         (lto_input_ts_binfo_tree_pointers): Likewise.
13195         (lto_input_ts_constructor_tree_pointers): Likewise.
13196         (lto_input_ts_target_option): Likewise.
13197         (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
13198         (lto_input_tree_pointers): Likewise.
13199         (lto_get_pickled_tree): Likewise.
13200         (lto_get_builtin_tree): Likewise.
13201         (lto_read_tree): Likewise.
13202         (lto_input_integer_cst): Likewise.
13203         (lto_input_tree): Likewise.
13204         * lto-streamer-out.c: Include data-streamer.h,
13205         gimple-streamer.h and streamer-hooks.h.
13206         (struct string_slot): Move to data-streamer.h.
13207         (hash_string_slot_node): Likewise.
13208         (eq_string_slot_node): Likewise.
13209         (lto_string_index): Move to data-streamer-out.c.
13210         (lto_output_string_with_length): Likewise.
13211         (lto_output_string): Likewise.
13212         (output_string_cst): Move to tree-streamer-out.c.
13213         (output_identifier): Likewise.
13214         (output_zero): Move to data-streamer-out.c
13215         (output_uleb128): Likewise.
13216         (output_sleb128): Likewise.
13217         (output_record_start): Move to data-streamer.h
13218         (pack_ts_base_value_fields): Move to tree-streamer-out.c.
13219         (pack_ts_real_cst_value_fields): Likewise.
13220         (pack_ts_fixed_cst_value_fields): Likewise.
13221         (pack_ts_decl_common_value_fields): Likewise.
13222         (pack_ts_decl_wrtl_value_fields): Likewise.
13223         (pack_ts_decl_with_vis_value_fields): Likewise.
13224         (pack_ts_function_decl_value_fields): Likewise.
13225         (pack_ts_type_common_value_fields): Likewise.
13226         (pack_ts_block_value_fields): Likewise.
13227         (pack_ts_translation_unit_decl_value_fields): Likewise.
13228         (pack_value_fields): Likewise.
13229         (lto_output_chain): Likewise.
13230         (lto_output_ts_common_tree_pointers): Likewise.
13231         (lto_output_ts_vector_tree_pointers): Likewise.
13232         (lto_output_ts_complex_tree_pointers): Likewise.
13233         (lto_output_ts_decl_minimal_tree_pointers): Likewise.
13234         (lto_output_ts_decl_common_tree_pointers): Likewise.
13235         (lto_output_ts_decl_non_common_tree_pointers): Likewise.
13236         (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
13237         (lto_output_ts_field_decl_tree_pointers): Likewise.
13238         (lto_output_ts_function_decl_tree_pointers): Likewise.
13239         (lto_output_ts_type_common_tree_pointers): Likewise.
13240         (lto_output_ts_type_non_common_tree_pointers): Likewise.
13241         (lto_output_ts_list_tree_pointers): Likewise.
13242         (lto_output_ts_vec_tree_pointers): Likewise.
13243         (lto_output_ts_exp_tree_pointers): Likewise.
13244         (lto_output_ts_block_tree_pointers): Likewise.
13245         (lto_output_ts_binfo_tree_pointers): Likewise.
13246         (lto_output_ts_constructor_tree_pointers): Likewise.
13247         (lto_output_ts_target_option): Likewise.
13248         (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
13249         (lto_output_tree_pointers): Likewise.
13250         (lto_output_tree_header): Likewise.
13251         (lto_output_builtin_tree): Likewise.
13252         (lto_write_tree): Likewise.
13253         (lto_output_integer_cst): Likewise.
13254         (lto_output_tree): Likewise.
13255         (output_phi): Move to gimple-streamer-out.c.
13256         (output_gimple_stmt): Likewise.
13257         (output_bb): Likewise.
13258         * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
13259         (streamer_hooks): Move to streamer-hooks.c.
13260         (check_handled_ts_structures): Move to tree-streamer.c
13261         (lto_streamer_cache_add_to_node_array): Likewise.
13262         (lto_streamer_cache_insert_1): Likewise.
13263         (lto_streamer_cache_insert): Likewise.
13264         (lto_streamer_cache_insert_at): Likewise.
13265         (lto_streamer_cache_append): Likewise.
13266         (lto_streamer_cache_lookup): Likewise.
13267         (lto_streamer_cache_get): Likewise.
13268         (lto_record_common_node): Likewise.
13269         (lto_preload_common_nodes): Likewise.
13270         (lto_streamer_cache_create): Likewise.
13271         (lto_streamer_cache_delete): Likewise.
13272         (streamer_hooks_init): Move to streamer-hooks.c.
13273         * lto-streamer.h: Include diagnostic.h
13274         (struct output_block, struct lto_input_block,
13275         struct data_in, struct bitpack_d): Remove forward declarations.
13276         (struct bitpack_d): Move to data-streamer.h.
13277         (struct lto_streamer_cache_d): Move to tree-streamer.h.
13278         (struct streamer_hooks): Move to streamer-hooks.h.
13279         (bp_pack_var_len_unsigned): Move to data-streamer.h.
13280         (bp_pack_var_len_int): Likewise.
13281         (bp_unpack_var_len_unsigned): Likewise.
13282         (bp_unpack_var_len_int): Likewise.
13283         (lto_input_location): Declare.
13284         (lto_tag_check_set): Declare.
13285         (lto_init_eh): Declare.
13286         (lto_output_tree_ref): Declare.
13287         (lto_output_location): Declare.
13288         (bitpack_create): Move to data-streamer.h.
13289         (bp_pack_value): Likewise.
13290         (lto_output_bitpack): Likewise.
13291         (lto_input_bitpack): Likewise.
13292         (bp_unpack_value): Likewise.
13293         (lto_output_1_stream): Likewise.
13294         (lto_input_1_unsigned): Likewise.
13295         (lto_output_int_in_range): Likewise.
13296         (lto_input_int_in_range): Likewise.
13297         (bp_pack_int_in_range): Likewise.
13298         (bp_unpack_int_in_range): Likewise.
13299         (lto_output_enum): Likewise.
13300         (lto_input_enum): Likewise.
13301         (bp_pack_enum): Likewise.
13302         (bp_unpack_enum): Likewise.
13303         * streamer-hooks.c: New.
13304         * streamer-hooks.h: New.
13305         * tree-streamer-in.c: New.
13306         * tree-streamer-out.c: New.
13307         * tree-streamer.c: New.
13308         * tree-streamer.h: New.
13310 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13312         * gthr-posix95.h: Remove.
13313         * gthr.h [_PTHREADS95]: Remove.
13314         * configure.ac (enable_threads): Remove posix95.
13315         * configure: Regenerate.
13316         * doc/install.texi (Configuration, --enable-threads): Remove posix95.
13318 2011-08-08  Uros Bizjak  <ubizjak@gmail.com>
13320         PR target/49781
13321         * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
13322         SImode addresses.
13323         (ix86_print_operand_address): Handle zero-extended addresses.
13324         (memory_address_length): Add length of addr32 prefix for
13325         zero-extended addresses.
13326         (ix86_secondary_reload): Handle moves to/from double-word general
13327         registers from/to zero-extended addresses.
13328         * config/i386/predicates.md (lea_address_operand): Reject
13329         zero-extended operands.
13331 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
13333         PR other/48007
13334         * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
13336         * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
13337         (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
13339         * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
13340         (_Unwind_Context_Reg_Val): Likewise.
13341         (_Unwind_Get_Unwind_Word): Likewise.
13342         (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
13343         (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
13344         (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
13345         for EXTENDED_CONTEXT_BIT.
13346         (__frame_state_for): Likewise.
13347         (uw_init_context_1): Likewise.
13348         (_Unwind_GetGR): Updated.
13349         (_Unwind_SetGR): Likewise.
13350         (_Unwind_GetGRPtr): Likewise.
13351         (_Unwind_SetGRPtr): Likewise.
13352         (_Unwind_SetGRValue): Likewise.
13353         (_Unwind_GRByValue): Likewise.
13354         (uw_install_context_1): Likewise.
13356         * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
13357         ASSUME_EXTENDED_UNWIND_CONTEXT.
13358         * doc/tm.texi: Regenerated.
13360 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13362         * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
13364 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13366         * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
13367         Linux/GNU-specific.
13368         (DEC Alpha Options, -mtune): Likewise.
13369         (MIPS Options, -march): native is supported on IRIX.
13371 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13373         * config/sparc/driver-sparc.c: New file.
13374         * config/sparc/x-sparc: New file.
13375         * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
13376         * config/sparc/sparc.opt (native): New value for enum processor_type.
13377         * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
13378         * config/sparc/sparc.c (sparc_option_override): Abort if
13379         PROCESSOR_NATIVE gets here.
13380         * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
13381         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
13382         DRIVER_SELF_SPECS): Define.
13383         * doc/invoke.texi (SPARC Options, -mcpu): Document native.
13384         (SPARC Options, -mtune): Likewise.
13385         * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
13386         Substitute result.
13387         * configure: Regenerate.
13388         * Makefile.in (EXTRA_GCC_LIBS): Set.
13389         (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
13390         (cpp$(exeext)): Likewise.
13392 2011-08-08  Richard Guenther  <rguenther@suse.de>
13394         * tree-vrp.c (extract_range_from_unary_expr_1): New function,
13395         split out from ...
13396         (extract_range_from_unary_expr): ... here.  Handle BIT_NOT_EXPR
13397         by composition.
13399 2011-08-08  Mikael Pettersson  <mikpe@it.uu.se>
13401         PR tree-optimization/50005
13402         * ipa-inline-analysis (remap_predicate): Add cast to
13403         silence signed/unsigned comparison warning.
13405 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
13407         * modulo-sched.c (get_sched_window): Use a table for the debug output.
13408         Print the current ii.
13409         (sms_schedule_by_order): Reduce whitespace in dump line.
13411 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
13413         * modulo-sched.c (get_sched_window): Use just one loop for predecessors
13414         and one loop for successors.  Fix upper bound of memory range.
13416 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
13418         PR target/50001
13419         * config/alpha/alpha.c (alpha_instantiate_decls): New function.
13420         (TARGET_INSTANTIATE_DECLS): New define.
13422 2011-08-06  Paolo Bonzini  <bonzini@gnu.org>
13423             Mikael Morin   <mikael.morin@sfr.fr>
13425         * Makefile.in (INCLUDES_FOR_TARGET): New.
13426         (LIBGCC2_CFLAGS): Use it.
13427         (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
13429 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
13431         * config/i386/i386.c (ix86_compute_frame_layout): Simplify
13432         frame->save_regs_using_mov calculation.
13434 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
13436         * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
13437         * config/i386/sse.md (castmode): New mode attribute.
13438         (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
13439         avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
13441 2011-08-05  Jan Hubicka  <jh@suse.cz>
13443         PR middle-end/49494
13444         * ipa-inline-analysis.c (remap_predicate): Add bounds check.
13446 2011-08-05  Jan Hubicka  <jh@suse.cz>
13448         PR middle-end/49500
13449         * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
13450         handle aliases.
13451         (create_emultls_var):New function.
13452         (ipa_lower_emutls): Handle aliases correctly.
13454 2011-08-05  Jan Hubicka  <jh@suse.cz>
13456         PR middle-end/49735
13457         * ipa-inline.c (recursive_inlining): Look through aliases.
13459 2011-08-05  Jason Merrill  <jason@redhat.com>
13461         * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
13462         declarations to beginning of function.
13464 2011-08-05  Bernd Schmidt  <bernds@codesourcery.com>
13466         PR rtl-optimization/49900
13467         * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
13468         ensure basic blocks stay in the same order.
13470 2011-08-05  Aldy Hernandez  <aldyh@redhat.com>
13472         * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
13473         store_bit_field.
13474         (s390_expand_atomic): Same.
13476 2011-08-05  Richard Henderson  <rth@redhat.com>
13478         PR rtl-opt/49977
13479         * dwarf2cfi.c (scan_insn_after): Split out of ...
13480         (scan_trace): ... here.  Correctly place notes wrt sequences.
13482 2011-08-05  Kaz Kojima  <kkojima@gcc.gnu.org>
13483             Richard Henderson  <rth@redhat.com>
13485         PR rtl-opt/49982
13486         * expr.c (fixup_args_size_notes): Look through no-op moves.
13488 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
13490         * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
13491         of "m" for operand 0.  Add type and mode attribute.
13492         (*pushxf_nointeger"): Use "<" constraint for operand 0.
13493         (*pushdf_rex64): New pattern, split out of *pushdf.  Use "m"
13494         constraint instead of "o" for opreand 1.
13495         (*pushdf): Disable for TARGET_64BIT.  Correct mode attribute.
13496         (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
13497         operand 0, alternative 4.
13498         (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
13500 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
13502         * config/i386/predicates.md (lea_address_operand): Rename from
13503         no_seg_address_operand.
13504         * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
13505         (*lea_1_zext): Ditto.
13506         (*lea_2): Ditto.
13507         (*lea_2_zext): Ditto.
13509 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
13511         * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
13512         parts.base and parts.index.
13513         * config/i386/predicates.md (aligned_operand): Ditto.
13514         (cmpxchg8b_pic_memory_operand): Ditto.
13516 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13518         * config/soft-fp: Move to ../libgcc.
13519         * Makefile.in (SFP_MACHINE): Remove.
13520         (libgcc-support): Remove $(SFP_MACHINE) dependency.
13521         * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
13522         * config/arm/t-arm-softfp: Move to
13523         ../libgcc/config/arm/t-softfp.
13524         * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
13525         * config/c6x/t-c6x-softfp: Remove.
13526         * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
13527         * config/i386/t-fprules-softfp: Move to
13528         ../libgcc/config/t-softfp-tf.
13529         * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
13530         * config/ia64/t-fprules-softfp: Remove.
13531         * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
13532         * config/lm32/t-fprules-softfp: Remove.
13533         * config/moxie/sfp-machine.h: Remove.
13534         * config/moxie/t-moxie-softfp: Remove.
13535         * config/rs6000/darwin-ldouble-format: Move to
13536         ../libgcc/config/rs6000/ibm-ldouble-format.
13537         * config/rs6000/darwin-ldouble.c: Move to
13538         ../libgcc/config/rs6000/ibm-ldouble.c
13539         * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
13540         * config/rs6000/libgcc-ppc64.ver: Likewise.
13541         * config/rs6000/sfp-machine.h: Likewise.
13542         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
13543         $(srcdir)/config/rs6000/libgcc-ppc64.ver.
13544         (LIB2FUNCS_EXTRA): Remove.
13545         (TARGET_LIBGCC2_CFLAGS): Remove.
13546         * config/rs6000/t-aix52: Likewise
13547         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
13548         $(srcdir)/config/rs6000/darwin-ldouble.c.
13549         (SHLIB_MAPFILES): Remove.
13550         * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
13551         $(srcdir)/config/rs6000/darwin-ldouble.c.
13552         * config/rs6000/t-fprules-softfp: Move to
13553         ../libgcc/config/t-softfp-sfdf.
13554         * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
13555         * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
13556         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
13557         $(srcdir)/config/rs6000/darwin-ldouble.c.
13558         * config/score/sfp-machine.h: Move to ../libgcc/config/score.
13559         * config/score/t-score-softfp: Remove.
13560         * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
13561         soft-fp/t-softfp from tmake_file.
13562         (arm*-*-uclinux*): Likewise.
13563         (arm*-*-ecos-elf): Likewise.
13564         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
13565         (arm*-*-rtems*): Likewise.
13566         (arm*-*-elf): Likewise.
13567         (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
13568         tmake_file.
13569         (moxie-*-uclinux*): Likewise.
13570         (moxie-*-rtems*): Likewise.
13571         (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
13572         tmake_file.
13573         (lm32-*-rtems*): Likewise.
13574         (lm32-*-uclinux*): Likewise.
13575         (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
13576         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
13577         (powerpc-*-linux*, powerpc64-*-linux*): Remove
13578         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
13579         (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
13580         tmake_file.
13581         (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
13582         tmake_file.
13583         (tic6x-*-uclinux): Likewise.
13584         (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
13585         soft-fp/t-softfp from tmake_file.
13586         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
13587         (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
13588         (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
13589         (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
13590         (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
13592 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13594         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
13595         (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
13596         (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
13597         TPBIT, TPBIT_FUNCS.
13598         * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
13599         * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
13600         Remove.
13601         * config/arm/t-vxworks: Likewise.
13602         * config/arm/t-wince-pe: Likewise.
13603         * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
13604         * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13605         * config/bfin/t-bfin-elf: Likewise.
13606         * config/bfin/t-bfin-linux: Likewise.
13607         * config/bfin/t-bfin-uclinux: Likewise.
13608         * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
13609         Remove.
13610         * config/fr30/t-fr30: Likewise.
13611         * config/frv/t-frv: Likewise.
13612         * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
13613         * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13614         * config/m32c/t-m32c: Likewise.
13615         * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
13616         * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13617         * config/mcore/t-mcore: Likewise.
13618         * config/mep/t-mep: Likewise.
13619         * config/microblaze/t-microblaze: Likewise.
13620         * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
13621         * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13622         * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
13623         * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13624         * config/mn10300/t-linux: Remove.
13625         * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13626         * config/pdp11/t-pdp11: Likewise.
13627         * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
13628         * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
13629         * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13630         (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
13631         * config/rs6000/t-aix52: Likewise.
13632         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
13633         $(srcdir)/config/rs6000/ppc64-fp.c.
13634         * config/rs6000/t-fprules-fpbit: Remove.
13635         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
13636         * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13637         * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
13638         * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13639         * config/sparc/t-elf: Likewise.
13640         * config/sparc/t-leon: Likewise.
13641         * config/sparc/t-leon3: Likewise.
13642         * config/spu/t-spu-elf: Likewise.
13643         (DPBIT_FUNCS): Remove.
13644         * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13645         * config/v850/t-v850: Likewise.
13646         * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
13647         (avr-*-*): Likewise.
13648         (h8300-*-rtems*): Set libgcc_tm_file.
13649         (h8300-*-elf*): Likewise.
13650         (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
13651         tmake_file.
13652         (powerpc-*-eabisim*): Likewise.
13653         (powerpc-*-elf*): Likewise.
13654         (powerpc-*-eabialtivec*): Likewise.
13655         (powerpc-xilinx-eabi*): Likewise.
13656         (powerpc-*-eabi*): Likewise.
13657         (powerpc-*-rtems*): Likewise.
13658         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
13659         (powerpcle-*-elf*): Likewise.
13660         (powerpcle-*-eabisim*): Likewise.
13661         (powerpcle-*-eabi*): Likewise.
13662         (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
13663         (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
13664         * doc/fragments.texi (Target Fragment, Floating Point Emulation):
13665         Remove.
13667 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13669         * Makefile.in (UNWIND_H): Remove.
13670         (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
13671         ../libgcc/Makefile.in.
13672         (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
13673         (LIBUNWINDDEP): Remove.
13674         (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
13675         (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
13676         LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
13677         (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
13678         Don't copy $(UNWIND_H).
13679         * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
13680         * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
13681         * aclocal.m4: Regenerate.
13682         * configure: Regenerate.
13683         * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
13684         unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
13685         unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
13686         unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
13687         * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
13688         * config/arm/libunwind.S, config/arm/pr-support.c,
13689         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
13690         ../libgcc/config/arm.
13691         * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
13692         * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
13693         * config/frv/t-frv ($(T)frvbegin$(objext)): Use
13694         $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
13695         ($(T)frvend$(objext)): Likewise.
13696         * config/ia64/t-glibc (LIB2ADDEH): Remove.
13697         * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
13698         * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
13699         config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
13700         ../libgcc/config/ia64.
13701         * config/ia64/t-hpux (LIB2ADDEH): Remove.
13702         * config/ia64/t-ia64 (LIB2ADDEH): Remove.
13703         * config/ia64/t-vms (LIB2ADDEH): Remove.
13704         * config/ia64/vms.h (UNW_IVMS_MODE,
13705         MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
13706         * config/picochip/t-picochip (LIB2ADDEH): Remove.
13707         * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
13708         * config/rs6000/t-darwin (LIB2ADDEH): Remove.
13709         * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
13710         * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
13711         $(srcdir)/../libgcc to refer to unwinder sources.
13712         * config/spu/t-spu-elf (LIB2ADDEH): Remove.
13713         * config/t-darwin (LIB2ADDEH): Remove.
13714         * config/t-freebsd (LIB2ADDEH): Remove.
13715         * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
13716         * config/t-libunwind-elf: Move to ../libgcc/config.
13717         * config/t-linux (LIB2ADDEH): Remove.
13718         * config/t-sol2 (LIB2ADDEH): Remove.
13719         * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
13720         * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
13722 2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>
13724         * config/i386/i386.c (processor_alias_table): Add core-avx-i.
13726         * doc/invoke.texi: Document core-avx-i.
13728 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13730         * tsystem.h (CONST_CAST2, CONST_CAST): Define.
13732 2011-08-05  Ira Rosen  <ira.rosen@linaro.org>
13734         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
13735         result of multiple results reduction when extracting the final
13736         value using scalar code.
13738 2011-08-05  Richard Guenther  <rguenther@suse.de>
13740         PR tree-optimization/49984
13741         * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
13743 2011-08-05  Richard Guenther  <rguenther@suse.de>
13745         * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
13746         return true for constant integer ranges.
13747         (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
13748         BIT_IOR_EXPR handling.
13750 2011-08-04  Kai Tietz  <ktietz@redhat.com>
13752         * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
13753         ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
13755 2011-08-04  Ira Rosen  <ira.rosen@linaro.org>
13757         * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
13758         pattern def statement, and its access macro.
13759         (NUM_PATTERNS): Set to 5.
13760         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
13761         pattern def statement.
13762         (vect_transform_loop): Likewise.
13763         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
13764         function vect_recog_over_widening_pattern ().
13765         (vect_operation_fits_smaller_type): New function.
13766         (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
13767         Likewise.
13768         (vect_pattern_recog_1): Move the code that marks pattern
13769         statements to vect_mark_pattern_stmts (), and call it.  Update
13770         documentation.
13771         * tree-vect-stmts.c (vect_supportable_shift): New function.
13772         (vect_analyze_stmt): Handle pattern def statement.
13773         (new_stmt_vec_info): Initialize pattern def statement.
13775 2011-08-04  Richard Henderson  <rth@redhat.com>
13777         PR target/49964
13778         * config/i386/i386.c (ix86_expand_call): Don't create nested
13779         PARALLELs for TARGET_VZEROUPPER.
13780         (ix86_split_call_vzeroupper): Fix extraction of the original call.
13781         * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
13782         recognize nested PARALLELs.
13783         (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
13784         *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
13785         *sibcall_value_pop_vzeroupper): Likewise.
13787 2011-08-04  Richard Henderson  <rth@redhat.com>
13789         PR middle-end/49968
13790         * calls.c (expand_call): Use fixup_args_size_notes for
13791         emit_stack_restore.
13792         * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
13793         in non-standard modes.
13795 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
13797         * gcc.c (self_spec): New variable.
13798         (static_specs): Add self_spec.
13799         (main): Call do_self_spec on "self_spec" specs after reading
13800         user specs files.  Move compare_debug handling right after that.
13802 2011-08-04  Richard Guenther  <rguenther@suse.de>
13804         * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
13805         (value_range_nonnegative_p): New function.
13806         (ssa_name_nonnegative_p): Use it.
13807         (value_range_constant_singleton): New function.
13808         (op_with_constant_singleton_value_range): Use it.
13809         (extract_range_from_binary_expr_1): New function, split out from ...
13810         (extract_range_from_binary_expr): ... this.  Remove fallback
13811         constant folding done here.
13813 2011-08-04  Richard Guenther  <rguenther@suse.de>
13815         PR tree-optimization/49806
13816         * tree-vrp.c (op_with_boolean_value_range_p): New function.
13817         (simplify_truth_ops_using_ranges): Simplify.  Allow inserting
13818         a new statement for a final conversion to bool.
13820 2011-08-04  Romain Geissler  <romain.geissler@gmail.com>
13822         * gengtype-state.c: Include "bconfig.h" if
13823         GENERATOR_FILE is defined, "config.h" otherwise.
13824         * gengtype.c: Likewise.
13825         * gengtype-lex.l: Likewise.
13826         * gengtype-parse.c: Likewise.
13827         * Makefile.in (gengtype-lex.o-warn): New variable.
13828         (plugin_resourcesdir): Likewise.
13829         (plugin_bindir): Likewise.
13830         (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
13831         (MOSTLYCLEANFILES): Add gengtype$(exeext).
13832         (native): Depend on gengtype$(exeext) is $enable_plugin
13833         is set to "yes".
13834         (gtype.state): Depend on s-gtype. Use temporary file.
13835         (gengtype-lex.o): New rule.
13836         (gengtype-parse.o): Likewise.
13837         (gengtype-state.o): Likewise.
13838         (gengtype$(exeext)): Likewise.
13839         (install-gengtype): Likewise.
13840         (gengtype.o): Likewise.
13841         (build/gengtype.o): Depend on version.h.
13842         (build/gengtype-state): Depend on double-int.h, version.h,
13843         $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
13844         (install-plugin): Depend on install-gengtype.
13846 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
13848         PR middle-end/49905
13849         * tree.h (init_attributes): New prototype.
13850         * attribs.c (init_attributes): No longer static.
13852 2011-08-04  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
13854         * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
13855         maybe_suffix.
13857 2011-08-03   David Li  <davidxl@google.com>
13859         * tree-optimize.c (execute_fixup_cfg): Fix up entry
13860         outgoing edge counts after inlining.
13862 2011-08-03   David Li  <davidxl@google.com>
13864         * profile.c (compute_branch_probabilities): Compute
13865         function frequency after profile annotation.
13867 2011-08-04  Alan Modra  <amodra@gmail.com>
13869         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
13870         use_backchain_to_restore_sp initialisation.
13871         (rs6000_legitimate_offset_address_p): Simplify offset test.
13873 2011-08-03  Richard Henderson  <rth@redhat.com>
13875         * config/spu/spu.md: Use define_c_enum instead of define_constants.
13876         (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
13877         (UNSPECV_NOP): New.
13879 2011-08-03  Richard Henderson  <rth@redhat.com>
13881         PR target/34888
13882         * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
13884 2011-08-03  Jakub Jelinek  <jakub@redhat.com>
13886         PR tree-optimization/49948
13887         * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
13889 2011-08-03  Anatoly Sokolov  <aesok@post.ru>
13891         * config/m32c/m32c.c (class_sizes): Remove.
13892         (reduce_class): Change arguments and return type to reg_class_t.
13893         Change type cc var to HARD_REG_SET. Change type best var to
13894         reg_class_t. Change type best_size var to unsigned int. Remove
13895         initialization class_sizes var. Use reg_class_size array instead
13896         of class_sizes. Use reg_class_contents array instead
13897         of class_contents.
13899 2011-08-03  Richard Guenther  <rguenther@suse.de>
13901         PR middle-end/49958
13902         * fold-const.c (fold_binary_loc): Only associate
13903         (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
13904         overflow wraps.
13906 2011-08-03  Alan Modra  <amodra@gmail.com>
13908         PR rtl-optimization/49941
13909         * jump.c (mark_jump_label): Comment.
13910         (mark_jump_label_1): Set JUMP_LABEL for return jumps.
13911         * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
13912         (mark_used_flags): Don't mark RETURN.
13914 2011-08-03  Richard Guenther  <rguenther@suse.de>
13916         PR tree-optimization/49938
13917         * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
13918         deal with a POLYNOMIAL_CHREC.
13920 2011-08-03  Revital Eres  <revital.eres@linaro.org>
13922         * modulo-sched.c (calculate_stage_count,
13923         calculate_must_precede_follow, get_sched_window,
13924         try_scheduling_node_in_cycle, remove_node_from_ps): Add
13925         declaration.
13926         (update_node_sched_params, set_must_precede_follow, optimize_sc):
13927         New functions.
13928         (reset_sched_times): Call update_node_sched_params.
13929         (sms_schedule): Call optimize_sc.
13930         (get_sched_window): Change function arguments.
13931         (sms_schedule_by_order): Update call to get_sched_window.
13932         Call set_must_precede_follow.
13933         (calculate_stage_count): Add function argument.
13935 2011-08-02  Richard Henderson  <rth@redhat.com>
13937         PR target/49864
13938         PR target/49879
13939         * reg-notes.def (REG_ARGS_SIZE): New.
13940         * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
13941         (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
13942         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
13943         different stack levels.
13944         * combine-stack-adj.c (adjust_frame_related_expr): Remove.
13945         (maybe_move_args_size_note): New.
13946         (combine_stack_adjustments_for_block): Use it.
13947         * combine.c (distribute_notes): Place REG_ARGS_SIZE.
13948         * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
13949         (dw_trace_info): Add beg_true_args_size, end_true_args_size,
13950         beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
13951         (cur_cfa): New.
13952         (queued_args_size): Remove.
13953         (add_cfi_args_size): Assert size is non-negative.
13954         (stack_adjust_offset, dwarf2out_args_size): Remove.
13955         (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
13956         (notice_args_size, notice_eh_throw): New.
13957         (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
13958         (dwarf2out_frame_debug_adjust_cfa): Likewise.
13959         (dwarf2out_frame_debug_cfa_offset): Likewise.
13960         (dwarf2out_frame_debug_expr): Likewise.  Don't stack_adjust_offset.
13961         (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
13962         (change_cfi_row): Don't emit args_size.
13963         (maybe_record_trace_start_abnormal): Split out from ...
13964         (maybe_record_trace_start): Here.  Set args_size_undefined.
13965         (create_trace_edges): Update to match.
13966         (scan_trace): Handle REG_ARGS_SIZE.
13967         (connect_traces): Connect args_size between EH insns.
13968         * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
13969         * explow.c (suppress_reg_args_size): New.
13970         (adjust_stack_1): Split out from ...
13971         (adjust_stack): ... here.
13972         (anti_adjust_stack): Use it.
13973         (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
13974         * expr.c (mem_autoinc_base): New.
13975         (fixup_args_size_notes): New.
13976         (emit_single_push_insn_1): Rename from emit_single_push_insn.
13977         (emit_single_push_insn): New.  Generate REG_ARGS_SIZE.
13978         * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
13979         * reload1.c (reload_as_needed): Likewise.
13980         * rtl.h (fixup_args_size_notes): Declare.
13982 2011-08-02  Paolo Carlini  <paolo.carlini@oracle.com>
13984         PR bootstrap/49914
13985         * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
13986         of abs.
13987         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
13988         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
13990 2011-08-02  Richard Henderson  <rth@redhat.com>
13992         * config/h8300/h8300.c (push, pop): Return the insn.
13993         (h8300_swap_into_er6): Generate correct unwind info.
13994         (h8300_swap_out_of_er6): Likewise.
13995         * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
13996         complex cfa expression.
13997         (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
13999 2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
14001         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
14003 2011-08-02  Richard Henderson  <rth@redhat.com>
14005         PR target/49878
14006         * config/h8300/h8300.c (h8300_move_ok): New.
14007         * config/h8300/h8300-protos.h: Declare it.
14008         * config/h8300/h8300.md (P): New mode iterator.
14009         (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
14010         (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
14011         (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
14012         (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
14013         (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
14014         and pushqi1_h8300hs_normal; use PRE_MODIFY and
14015         register_no_sp_elim_operand.
14016         (*pushhi1_h8300hs_<P>): Similarly.
14017         (pushqi1, pushhi1, pushhi1_h8300): Remove.
14018         * config/h8300/predicates.md (register_no_sp_elim_operand): New.
14020 2011-08-02  Richard Henderson  <rth@redhat.com>
14022         PR target/49881
14023         * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
14025 2011-08-02  Jakub Jelinek  <jakub@redhat.com>
14027         * c-parser.c (enum c_parser_prec): New enum, moved from within
14028         c_parser_binary_expression.
14029         (c_parser_binary_expression): Add PREC argument.  Stop parsing
14030         if operator has lower or equal precedence than PREC.
14031         (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
14032         callers.
14033         (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
14034         Adjust c_finish_omp_atomic caller.
14035         (c_parser_omp_taskyield): New function.
14036         (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
14037         (c_parser_omp_clause_name): Handle final and mergeable clauses.
14038         (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
14039         functions.
14040         (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
14041         and PRAGMA_OMP_CLAUSE_MERGEABLE.
14042         (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
14043         (c_parser_omp_clause_reduction): Handle min and max.
14044         * c-typeck.c (c_finish_omp_clauses): Don't complain about
14045         const qualified predetermined vars in firstprivate clause.
14046         andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
14047         Handle MIN_EXPR and MAX_EXPR.
14048         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
14049         and OMP_CLAUSE_MERGEABLE.
14050         (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
14051         and OMP_ATOMIC_CAPTURE_NEW.
14052         * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
14053         OMP_CLAUSE_MERGEABLE.
14054         (omp_clause_code_name): Likewise.
14055         (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
14056         * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
14057         and OMP_CLAUSE_MERGEABLE.
14058         (OMP_CLAUSE_FINAL_EXPR): Define.
14059         * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
14060         OMP_CLAUSE_MERGEABLE.
14061         (expand_task_call): Likewise.
14062         (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
14063         (expand_omp_atomic_fetch_op): Handle cases where old or new
14064         value is needed afterwards.
14065         (expand_omp_atomic): Call expand_omp_atomic_load resp.
14066         expand_omp_atomic_store.
14067         * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
14068         OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
14069         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
14070         OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
14071         * tree-nested.c (convert_nonlocal_omp_clauses,
14072         convert_local_omp_clauses): Likewise.
14073         * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
14074         OMP_ATOMIC_CAPTURE_NEW): New.
14075         * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
14076         (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
14077         New inlines.
14078         * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
14079         * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
14080         OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
14082 2011-08-02  Kai Tietz  <ktietz@redhat.com>
14084         * gimple.c (canonicalize_cond_expr_cond): Handle cast from
14085         boolean-type.
14086         (ssa_forward_propagate_and_combine): Interprete result of
14087         forward_propagate_comparison.
14088         * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
14089         boolean-typed operands for comparisons.
14091 2011-08-02  Georg-Johann Lay  <avr@gjlay.de>
14093         * config/avr/libgcc.S: Gather related function in the
14094         same input section.
14095         (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
14096         __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
14097         references.
14098         (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
14099         __udivmodsi4, __divmodsi4, __prologue_saves__,
14100         __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
14101         __do_copy_data, __do_clear_bss, __do_global_ctors,
14102         __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
14104 2011-08-02  Uros Bizjak  <ubizjak@gmail.com>
14106         PR target/47766
14107         * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
14108         (stack_protect_test): The pattern compares ptr_mode value.
14110 2011-08-02  Alan Modra  <amodra@gmail.com>
14112         * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
14113         note for save_LR_around_toc_setup sequence.
14115 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
14117         * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
14119 2011-08-01  Sebastian Pop  <sebastian.pop@amd.com>
14120             Joseph Myers  <joseph@codesourcery.com>
14122         * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
14123         * hwint.c: Include diagnostic-core.h.
14124         (abs_hwi): New.
14125         (gcd): Moved here...
14126         (pos_mul_hwi): New.
14127         (mul_hwi): New.
14128         (least_common_multiple): Moved here...
14129         * hwint.h (gcd): ... from here.
14130         (least_common_multiple): ... from here.
14131         (HOST_WIDE_INT_MIN): New.
14132         (HOST_WIDE_INT_MAX): New.
14133         (abs_hwi): Declared.
14134         (gcd): Declared.
14135         (pos_mul_hwi): Declared.
14136         (mul_hwi): Declared.
14137         (least_common_multiple): Declared.
14138         * omega.c (check_pos_mul): Removed.
14139         (check_mul): Removed.
14140         (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
14141         mul_hwi instead of check_mul.
14143 2011-08-01  Richard Henderson  <rth@redhat.com>
14145         PR target/49881
14146         * config/avr/avr.h (PUSH_ROUNDING): New.
14147         * config/avr/avr.md (pushqi1): Rename from *pushqi.
14148         (*pushhi, *pushsi, *pushsf): Remove.
14149         (MPUSH): New mode iterator.
14150         (push<MPUSH>1): New expander.
14152 2011-08-01  Anatoly Sokolov  <aesok@post.ru>
14154         * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
14155         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
14156         * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
14157         mmix_preferred_output_reload_class): Remove.
14158         * config/mmix/mmix.c (mmix_preferred_reload_class,
14159         mmix_preferred_output_reload_class): Make static. Change rclass
14160         argument and return type to reg_class_t.
14161         (TARGET_PREFERRED_RELOAD_CLASS,
14162         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
14164 2011-08-01  Joern Rennecke  <joern.rennecke@embecosm.com>
14166         * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
14167         handling.
14169 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
14171         PR target/47766
14172         * config/i386/i386.md (PTR): New.
14173         (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
14174         (stack_protect_test): Likewise.
14175         (stack_protect_set_<mode>): Replace ":P" with ":PTR".
14176         (stack_tls_protect_set_<mode>): Likewise.
14177         (stack_tls_protect_test_<mode>): Likewise.
14179 2011-08-01  Uros Bizjak  <ubizjak@gmail.com>
14181         PR target/49927
14182         * config/i386/i386.c (ix86_address_subreg_operand): New.
14183         (ix86_decompose_address): Use ix86_address_subreg_operand.
14184         (ix86_legitimate_address_p): Do not assert that subregs satisfy
14185         register_no_elim_operand in DImode.
14187 2011-08-01  Ira Rosen  <ira.rosen@linaro.org>
14189         PR tree-optimization/49926
14190         * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
14191         in a chain doesn't have uses both inside and outside the loop.
14193 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
14195         * config/avr/avr.h (mcu_type_s): Add errata_skip field.
14196         * config/avr/avr-devices.c (avr_mcu_types): Use it.
14197         * config/avr/avr-mcus.def (AVR_MCU): Use it.
14198         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
14199         define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
14200         * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
14201         Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
14202         to detect if XJMP must not be skipped.
14204 2011-08-02  Alan Modra  <amodra@gmail.com>
14206         * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
14207         Delete.
14208         * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
14209         (rs6000_emit_prologue): Don't prematurely return when
14210         TARGET_SINGLE_PIC_BASE.  Don't emit eh_frame info in
14211         save_toc_in_prologue case.
14212         (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
14213         calls_alloca.
14215 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
14217         * config/avr/avr-devices.c: Delete SVN property svn:executable.
14218         * config/avr/predicates.md: Ditto.
14219         * config/avr/driver-avr.c: Ditto.
14220         * config/avr/genopt.sh: Set SVN property svn:executable to *.
14222 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
14224         * calls.c (emit_library_call_value_1): Declare size only if
14225         BLOCK_REG_PADDING is defined.
14227 2011-08-01  Kirill Yukhin  <kirill.yukhin@intel.com>
14229         PR target/49547
14230         * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
14231         (x86_64-*-*): Likewise.
14232         * config/i386/i386.opt (mlzcnt): New.
14233         * config/i386/abmintrin.h: File removed.
14234         (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
14235         * config/i386/lzcntintrin.h: ... here.  New file.
14236         (__lzcnt): Rename to ...
14237         (__lzcnt32): ... this.
14238         * config/i386/bmiintrin.h (head): Update copyright year.
14239         (__lzcnt_u16): Removed.
14240         (__lzcnt_u32): Likewise.
14241         (__lzcnt_u64): Likewise.
14242         * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
14243         is defined, remove abmintrin.h.
14244         * config/i386/cpuid.h (bit_LZCNT): New.
14245         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
14246         LZCNT feature.
14247         * config/i386/i386-c.c (ix86_target_macros_internal): Define
14248         __LZCNT__ if needed.
14249         * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
14250         (ix86_option_override_internal): Handle LZCNT option.
14251         (ix86_valid_target_attribute_inner_p): Likewise.
14252         (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
14253         * config/i386/i386.h (TARGET_LZCNT): New.
14254         (CLZ_DEFINED_VALUE_AT_ZERO): Update.
14255         * config/i386/i386.md (clz<mode>2): Update insn constraint.
14256         (clz<mode>2_lzcnt): Likewise.
14257         * doc/invoke.texi: Mention -mlzcnt option.
14258         * doc/extend.texi: Likewise.
14260 2011-08-01  Julian Brown  <julian@codesourcery.com>
14262         * configure.ac (fixed-point): Add ARM support.
14263         * configure: Regenerate.
14264         * config/arm/arm.c (arm_fixed_mode_set): New struct.
14265         (arm_set_fixed_optab_libfunc): New.
14266         (arm_set_fixed_conv_libfunc): New.
14267         (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
14268         ARM-specific names.
14269         (aapcs_libcall_value): Return sub-word-size fixed-point libcall
14270         return values in SImode.
14271         (arm_return_in_msb): Return fixed-point types in the msb.
14272         (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
14273         upwards.
14274         (arm_scalar_mode_supported_p): Support fixed-point modes.
14275         (arm_vector_mode_supported_p): Support vector fixed-point modes.
14276         * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
14277         (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
14278         (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
14279         (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
14280         * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
14281         New mode iterators.
14282         (qaddsub_suf): New mode attribute.
14283         * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
14284         vector modes.
14285         * config/arm/predicates.md (sat_shift_operator): New predicate.
14286         * config/arm/arm-fixed.md: New.
14287         * config/arm/arm.md: Include arm-fixed.md.
14288         * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
14290 2011-08-01  Julian Brown  <julian@codesourcery.com>
14292         * calls.c (emit_library_call_value_1): Support padding for libcall
14293         arguments and return values.
14294         * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
14295         downwards in big-endian mode.
14297 2011-08-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14299         PR debug/49887
14300         * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
14301         * config/sol2-protos.h: Likewise.
14302         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
14303         solaris_code_end.
14304         * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
14305         * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
14306         solaris_file_end.
14307         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
14309 2011-08-01  Julian Brown  <julian@codesourcery.com>
14311         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
14313 2011-08-01  Julian Brown  <julian@codesourcery.com>
14315         * final.c (output_addr_const): Print fixed-point constants as
14316         decimal not hex.
14318 2011-08-01  Richard Guenther  <rguenther@suse.de>
14320         * stor-layout.c (initialize_sizetypes): Properly sign-extend
14321         bitsiztype TYPE_MAX_VALUE.
14323 2011-08-01  Julian Brown  <julian@codesourcery.com>
14325         * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
14326         comparison helpers.
14328 2011-07-31  Richard Henderson  <rth@redhat.com>
14330         * config/h8300/crti.asm: Add flags to .section directive.
14331         * config/h8300/crtn.asm: Likewise.
14333 2011-07-31  Richard Henderson  <rth@redhat.com>
14335         * stor-layout.c (initialize_sizetypes): Handle unsigned short.
14336         * tree.c (build_common_tree_nodes): Likewise.
14338 2011-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
14340         PR target/49880
14341         * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
14342         (divsi3_i1): Likewise.
14344 2011-07-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14346         PR tree-optimization/49749
14347         * tree-ssa-reassoc.c (get_rank): New forward declaration.
14348         (PHI_LOOP_BIAS): New macro.
14349         (phi_rank): New function.
14350         (loop_carried_phi): Likewise.
14351         (propagate_rank): Likewise.
14352         (get_rank): Add calls to phi_rank and propagate_rank.
14354 2011-07-31  H.J. Lu  <hongjiu.lu@intel.com>
14356         * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
14357         of TARGET_64BIT.
14358         (PTRDIFF_TYPE): Likewise.
14360 2011-07-31  Uros Bizjak  <ubizjak@gmail.com>
14362         PR target/49920
14363         * config/i386/i386.md (strset): Do not expand strset_singleop
14364         when %eax or $edi are fixed.
14365         (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
14366         (*strsetsi_1): Ditto.
14367         (*strsethi_1): Ditto.
14368         (*strsetqi_1): Ditto.
14369         (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
14370         (*rep_stossi): Ditto.
14371         (*rep_stosqi): Ditto.
14372         (*strlenqi_1): Ditto.
14373         (cmpstrnsi): Also fail when %ecx is fixed.
14374         (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
14375         (*cmpstrnqi_1): Ditto.
14376         (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
14377         (*strmovsi_1): Ditto.
14378         (*strmovhi_1): Ditto.
14379         (*strmovqi_1): Ditto.
14380         (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
14381         (*rep_movsi): Ditto.
14382         (*rep_movqi): Ditto.
14384 2011-07-31  Mikael Pettersson  <mikpe@it.uu.se>
14386         PR target/47908
14387         * config/m68k/m68k.c (m68k_override_options_after_change): New function.
14388         Disable instruction scheduling for non-ColdFire targets.
14389         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
14391 2011-07-31  Revital Eres  <revital.eres@linaro.org>
14393         * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
14394         of anti-dep edge from a branch.
14395         (add_cross_iteration_register_deps): Create anti-dep edge from
14396         a branch.
14398 2011-07-31  Revital Eres  <revital.eres@linaro.org>
14400         * modulo-sched.c: Change comment.
14401         (reset_sched_times): Fix print message.
14402         (print_partial_schedule): Add print info.
14404 2011-07-31  Tom de Vries  <tom@codesourcery.com>
14406         PR middle-end/43513
14407         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
14408         get_object_alignment and TYPE_ALIGN.
14410 2011-07-30  Tom de Vries  <tom@codesourcery.com>
14412         PR middle-end/43513
14413         * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
14414         (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
14416 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14418         * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
14419         <sys/sbd.h>.
14420         (cpu_types): New array.
14421         (cputype): New function.
14422         (host_detect_local_cpu): Only define buf, f if !__sgi__.
14423         Use scaninvent instead of /proc/cpuinfo if __sgi__.
14424         * config.host: Also use driver-native.o, mips/x-native on
14425         mips-sgi-irix*.
14426         * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
14427         (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
14428         (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
14430 2011-07-29  Jakub Jelinek  <jakub@redhat.com>
14432         PR middle-end/49897
14433         PR middle-end/49898
14434         * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
14435         in nested parallel and outer is a gimple_reg, mark it as addressable
14436         and set its bit in task_shared_vars bitmap too.
14438 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
14440         * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
14442 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14444         * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
14445         IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
14446         (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
14447         AMASK_LOCKPFTCHOK): Define.
14448         (host_detect_local_cpu): Remove buf, f, cpu_names.
14449         Define cpu_types, implver, amask.
14450         Use __builtin_alpha_implver, __builtin_alpha_amask to determine
14451         native CPU.
14452         * config.host: Also use driver-alpha.o, alpha/x-alpha on
14453         alpha*-dec-osf*.
14454         * config/alpha/osf5.h [__alpha__ || __alpha]
14455         (host_detect_local_cpu): Declare.
14456         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
14457         (DRIVER_SELF_SPECS): Define.
14459 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
14461         PR target/47715
14462         * config/i386/i386.md (*load_tp_x32): New.
14463         (*load_tp_x32_zext): Ditto.
14464         (*add_tp_x32): Ditto.
14465         (*add_tp_x32_zext): Ditto.
14466         (*load_tp_<mode>): Disable for TARGET_X32 targets.
14467         (*add_tp_<mode>): Ditto.
14468         * config/i386/i386.c (get_thread_pointer): Load thread pointer in
14469         ptr_mode and convert to Pmode if needed.
14471 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
14473         PR target/49687
14474         * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
14475         muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
14476         *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
14477         Add X to register footprint: Clobber r26/r27.
14479 2011-07-29  Richard Guenther  <rguenther@suse.de>
14481         * builtins.c (fold_builtin_signbit): Build the comparison
14482         with a proper type.
14484 2011-07-29  Richard Guenther  <rguenther@suse.de>
14486         PR tree-optimization/49893
14487         * tree-predcom.c (suitable_reference_p): Volatile references
14488         are not suitable.
14490 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
14492         PR target/49313
14493         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
14494         (__ctzsi2): Result for 0 may be undefined.
14495         (__ctzhi2): Result for 0 may be undefined.
14496         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
14497         (__popcountsi2): Ditto. And don't clobber r26.
14498         (__popcountdi2): Ditto. And don't clobber r27.
14499         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
14500         (parityhi2): New expand.
14501         (paritysi2): New expand.
14502         (popcounthi2): New expand.
14503         (popcountsi2): New expand.
14504         (clzhi2): New expand.
14505         (clzsi2): New expand.
14506         (ctzhi2): New expand.
14507         (ctzsi2): New expand.
14508         (ffshi2): New expand.
14509         (ffssi2): New expand.
14510         (copysignsf3): New insn.
14511         (bswapsi2): New expand.
14512         (*parityhi2.libgcc): New insn.
14513         (*parityqihi2.libgcc): New insn.
14514         (*paritysihi2.libgcc): New insn.
14515         (*popcounthi2.libgcc): New insn.
14516         (*popcountsi2.libgcc): New insn.
14517         (*popcountqi2.libgcc): New insn.
14518         (*popcountqihi2.libgcc): New insn-and-split.
14519         (*clzhi2.libgcc): New insn.
14520         (*clzsihi2.libgcc): New insn.
14521         (*ctzhi2.libgcc): New insn.
14522         (*ctzsihi2.libgcc): New insn.
14523         (*ffshi2.libgcc): New insn.
14524         (*ffssihi2.libgcc): New insn.
14525         (*bswapsi2.libgcc): New insn.
14527 2011-07-29  Richard Guenther  <rguenther@suse.de>
14529         * tree-vrp.c (get_value_range): Only set parameter default
14530         definitions to varying, leave others at undefined.
14531         (extract_range_from_binary_expr): Fix undefined handling.
14532         (vrp_visit_phi_node): Handle merged undefined state.
14534 2011-07-29  Wei Guozhi  <carrot@google.com>
14536         PR rtl-optimization/49799
14537         * combine.c (make_compound_operation): Check if the bit field is valid
14538         before change it to bit field extraction.
14540 2011-07-29  Bernd Schmidt  <bernds@codesourcery.com>
14542         PR rtl-optimization/49891
14543         * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
14544         newly created returnjumps.
14546 2011-07-28  DJ Delorie  <dj@redhat.com>
14548         * expr.c (expand_expr_addr_expr_1): Detect a user request for a
14549         local frame in a naked function, and produce a suitable error for
14550         that specific case.
14552         * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
14553         registers to be reloaded in HI classes when the target is HI.
14555 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
14557         * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
14558         bound_one, bound_two.
14560 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
14562         PR middle-end/48648
14563         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
14564         CLAST assignments.
14565         (translate_clast): Same.
14566         (translate_clast_assignment): New.
14568 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
14570         PR tree-optimization/49876
14571         * sese.c (rename_uses): Do not return false on gloog_error: set
14572         the new_expr to integer_zero_node and continue code generation.
14573         (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
14575 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
14577         PR debug/49846
14578         * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
14579         arguments also check if they aren't initialized with a MODE_INT
14580         mode of the same size.
14582 2011-07-28  Aldy Hernandez  <aldyh@redhat.com>
14584         * expr.c (get_bit_range): Handle *MEM_REF's.
14586 2011-07-28  Bernd Schmidt  <bernds@codesourcery.com>
14588         * rtlanal.c (tablejump_p): False for returns.
14589         * reorg.c (first_active_target_insn): New static function.
14590         (find_end_label): Set JUMP_LABEL for a new returnjump.
14591         (optimize_skip, get_jump_flags, rare_destination,
14592         mostly_true_jump, get_branch_condition,
14593         steal_delay_list_from_target, own_thread_p,
14594         fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
14595         fill_eager_delay_slots, relax_delay_slots, make_return_insns,
14596         dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
14597         * jump.c (delete_related_insns): Likewise.
14598         (jump_to_label_p): New function.
14599         (redirect_target): New static function.
14600         (redirect_exp_1): Use it.  Adjust to handle ret_rtx in JUMP_LABELS.
14601         (redirect_jump_1): Assert that the new label is nonnull.
14602         (redirect_jump): Likewise.
14603         (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
14604         * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
14605         exit block.
14606         (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE.  All callers
14607         changed.  Ensure that the right label is passed to redirect_jump.
14608         * function.c (emit_return_into_block,
14609         thread_prologue_and_epilogue_insns): Ensure new returnjumps have
14610         ret_rtx in their JUMP_LABEL.
14611         * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
14612         * emit-rtl.c (skip_consecutive_labels): Allow the caller to
14613         pass ret_rtx as label.
14614         * cfglayout.c (fixup_reorder_chain): Use
14615         force_nonfallthru_and_redirect rather than force_nonfallthru.
14616         (duplicate_insn_chain): Copy JUMP_LABELs for returns.
14617         * rtl.h (ANY_RETURN_P): New macro.
14618         (jump_to_label_p): Declare.
14619         * resource.c (find_dead_or_set_registers): Handle ret_rtx in
14620         JUMP_LABELs.
14621         (mark_target_live_regs): Likewise.
14622         * basic-block.h (force_nonfallthru_and_redirect): Declare.
14623         * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
14624         * config/alpha/alpha.c (alpha_tablejump_addr_vec,
14625         alpha_tablejump_best_label): Remove functions.
14626         * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
14627         alpha_tablejump_best_label): Remove declarations.
14628         * config/sh/sh.c (barrier_align, split_branches): Adjust for
14629         ret_rtx in JUMP_LABELs.
14630         * config/arm/arm.c (is_jump_table): Likewise.
14632 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
14634         * config/i386/predicates.md (pic_32bit_opreand): Do not define as
14635         special predicate.  Remove explicit mode checks.
14637 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
14639         * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
14640         DW_AT_data_member_location containing just DW_OP_plus_uconst.
14642         PR debug/49871
14643         * dwarf2out.c (size_of_die, value_format, output_die): Use
14644         DW_FORM_udata instead of DW_FORM_data[48] for
14645         dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
14647 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
14649         * config/i386/i386.md (*tls_global_dynamic_64): Update
14650         length attribute.
14652 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
14654         PR target/47715
14655         * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
14656         tls_symbolic_operand check.  Update code sequence for TARGET_X32.
14657         (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
14658         (tls_dynamic_gnu2_64): Ditto.
14659         (*tls_dynamic_gnu2_lea_64): Ditto.
14660         (*tls_dynamic_gnu2_call_64): Ditto.
14661         (*tls_dynamic_gnu2_combine_64): Ditto.
14663 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
14665         * config.gcc: Set need_64bit_hwint to yes for x86 targets.
14667 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
14669         PR target/47364
14670         * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
14672 2011-07-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
14674         * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
14675         before the core constraints. Adjust attributes.
14676         ("*thumb2_movdf_vfp"): Likewise.
14678 2011-07-28  Kai Tietz  <ktietz@redhat.com>
14680         * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
14681         (simplify_truth_ops_using_ranges): Likewise.
14682         (build_assert_expr_for): Likewise.
14683         (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
14684         and handle BIT_NOT_EXPR for truth-operation.
14686 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
14688         PR target/49313
14689         Undo r176835 from trunk
14690         2011-07-27  Georg-Johann Lay
14692 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
14694         PR target/49687
14695         * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
14696         Add _muluhisi3, _mulshisi3, _usmulhisi3.
14697         * config/avr/libgcc.S (__mulsi3): Rewrite.
14698         (__mulhisi3): Rewrite.
14699         (__umulhisi3): Rewrite.
14700         (__usmulhisi3): New.
14701         (__muluhisi3): New.
14702         (__mulshisi3): New.
14703         (__mulohisi3): New.
14704         (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
14705         declare.
14706         * config/avr/predicates.md (pseudo_register_operand): Rewrite.
14707         (pseudo_register_or_const_int_operand): New.
14708         (combine_pseudo_register_operand): New.
14709         (u16_operand): New.
14710         (s16_operand): New.
14711         (o16_operand): New.
14712         * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
14713         * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
14714         (any_extend, any_extend2): New code iterators.
14715         (extend_prefix): New code attribute.
14716         (mulsi3): Rewrite. Turn insn to expander.
14717         (mulhisi3): Ditto.
14718         (umulhisi3): Ditto.
14719         (usmulhisi3): New expander.
14720         (*mulsi3): New insn-and-split.
14721         (mulu<mode>si3): New insn-and-split.
14722         (muls<mode>si3): New insn-and-split.
14723         (mulohisi3): New insn-and-split.
14724         (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
14725         *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
14726         *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
14727         *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
14728         insn-and-split.
14729         (*mulsi3_call): Rewrite.
14730         (*mulhisi3_call): Rewrite.
14731         (*umulhisi3_call): Rewrite.
14732         (*usmulhisi3_call): New insn.
14733         (*muluhisi3_call): New insn.
14734         (*mulshisi3_call): New insn.
14735         (*mulohisi3_call): New insn.
14736         (extendqihi2): Use combine_pseudo_register_operand as predicate
14737         for operand 1.
14738         (extendqisi2): Ditto.
14739         (zero_extendqihi2): Ditto.
14740         (zero_extendqisi2): Ditto.
14741         (zero_extendhisi2): Ditto.
14742         (extendhisi2): Ditto. Don't early-clobber operand 0.
14744 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
14746         * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
14748 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
14750         PR tree-optimization/49471
14751         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
14752         iv only when the largest type is unsigned.  Do not call
14753         lang_hooks.types.type_for_size.
14755 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
14757         PR middle-end/45450
14758         * graphite-poly.c (apply_poly_transforms): Disable legality check
14759         after an openscop read.
14761 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
14763         PR middle-end/47691
14764         * graphite-clast-to-gimple.c (translate_clast_user): Update use of
14765         copy_bb_and_scalar_dependences.
14766         * sese.c (rename_uses): Do not call gcc_assert.  Set gloog_error.
14767         (graphite_copy_stmts_from_block): Update call to rename_uses.
14768         (copy_bb_and_scalar_dependences): Update call to
14769         graphite_copy_stmts_from_block.
14770         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
14772 2011-07-27  Georg-Johann Lay  <avr@gjlay.de>
14774         PR target/49313
14775         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
14776         (__ctzsi2): Result for 0 may be undefined.
14777         (__ctzhi2): Result for 0 may be undefined.
14778         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
14779         (__popcountsi2): Ditto. And don't clobber r26.
14780         (__popcountdi2): Ditto. And don't clobber r27.
14781         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
14782         (parityhi2): New expand.
14783         (paritysi2): New expand.
14784         (popcounthi2): New expand.
14785         (popcountsi2): New expand.
14786         (clzhi2): New expand.
14787         (clzsi2): New expand.
14788         (ctzhi2): New expand.
14789         (ctzsi2): New expand.
14790         (ffshi2): New expand.
14791         (ffssi2): New expand.
14792         (copysignsf3): New insn.
14793         (bswapsi2): New expand.
14794         (*parityhi2.libgcc): New insn.
14795         (*parityqihi2.libgcc): New insn.
14796         (*paritysihi2.libgcc): New insn.
14797         (*popcounthi2.libgcc): New insn.
14798         (*popcountsi2.libgcc): New insn.
14799         (*popcountqi2.libgcc): New insn.
14800         (*popcountqihi2.libgcc): New insn-and-split.
14801         (*clzhi2.libgcc): New insn.
14802         (*clzsihi2.libgcc): New insn.
14803         (*ctzhi2.libgcc): New insn.
14804         (*ctzsihi2.libgcc): New insn.
14805         (*ffshi2.libgcc): New insn.
14806         (*ffssihi2.libgcc): New insn.
14807         (*bswapsi2.libgcc): New insn.
14809 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
14811         * config/i386/i386.c (ix86_expand_move): Do not explicitly check
14812         the mode of symbolic_opreand RTXes.
14814 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
14816         * config/i386/predicates.md (x86_64_movabs_operand): Return false
14817         for pic_32bit_operand RTXes.
14818         * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
14819         in DImode.
14821 2011-07-27  Kai Tietz  <ktietz@redhat.com>
14823         * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
14824         for 32-bit, too.
14825         (ix86_handle_abi_attribute): Allow function attributes
14826         ms_abi/sysv_abi in 32-bit mode, too.
14827         * doc/extend.texi: Adjust attribute documentation.
14829         * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
14830         expression handling.
14831         (and_var_with_comparison_1): Likewise.
14833 2011-07-27  Aldy Hernandez  <aldyh@redhat.com>
14835         * params.h (ALLOW_STORE_DATA_RACES): New.
14836         * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
14837         * Makefile.in (expr.o): Depend on PARAMS_H.
14838         * machmode.h (get_best_mode): Add argument.
14839         * fold-const.c (optimize_bit_field_compare): Add argument to
14840         get_best_mode.
14841         (fold_truthop): Same.
14842         * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
14843         * expr.c (emit_group_store): Same.
14844         (copy_blkmode_from_reg): Same.
14845         (write_complex_part): Same.
14846         (optimize_bitfield_assignment_op): Add argument.
14847         Add argument to get_best_mode.
14848         (get_bit_range): New.
14849         (expand_assignment): Calculate maxbits and pass it down accordingly.
14850         (store_field): New argument.
14851         (expand_expr_real_2): New argument to store_field.  Include params.h.
14852         * expr.h (store_bit_field): New argument.
14853         * stor-layout.c (get_best_mode): Restrict mode expansion by taking
14854         into account maxbits.
14855         * calls.c (store_unaligned_arguments_into_pseudos): New argument
14856         to store_bit_field.
14857         * expmed.c (store_bit_field_1): New argument.  Use it.
14858         (store_bit_field): Same.
14859         (store_fixed_bit_field): Same.
14860         (store_split_bit_field): Same.
14861         (extract_bit_field_1): Pass new argument to get_best_mode.
14862         (extract_bit_field): Same.
14863         * stmt.c (store_bit_field): Pass new argument to store_bit_field.
14864         * doc/invoke.texi: Document parameter allow-store-data-races.
14866 2011-07-27  Jakub Jelinek  <jakub@redhat.com>
14868         * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
14870 2011-07-27  Kai Tietz  <ktietz@redhat.com>
14872         * tree-vrp.c (extract_range_from_binary_expr): Remove
14873         TRUTH-binary cases and add new bitwise-cases.
14874         (extract_range_from_assignment): Likewise.
14875         (register_edge_assert_for_1): Likeiwise.
14876         (register_edge_assert_for): Likewise.
14877         (simplify_truth_ops_using_ranges): Likewise.
14878         (simplify_stmt_using_ranges): Likewise.
14880 2011-07-26  H.J. Lu  <hongjiu.lu@intel.com>
14882         PR target/47372
14883         * config/i386/i386.c (ix86_delegitimize_address): Call
14884         simplify_gen_subreg for PIC with mode of x only if modes of
14885         x and orig_x are different.
14887 2011-07-26  Jakub Jelinek  <jakub@redhat.com>
14889         * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
14890         to GC allocated copy of the string.
14891         (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
14892         before .debug_line, not after it.
14894 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14896         PR middle-end/47046
14897         * tree-chrec.h (evolution_function_is_affine_p): Recursively call
14898         evolution_function_is_affine_p on CHREC_RIGHT.
14900 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14902         * tree-data-ref.c (max_stmt_executions_tree): Do not call
14903         lang_hooks.types.type_for_size.
14905 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14907         PR middle-end/47653
14908         * graphite-scop-detection.c (graphite_can_represent_loop): Discard
14909         loops using wrapping semantics.
14911 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14913         PR middle-end/48805
14914         * tree-scalar-evolution.c (instantiate_scev_r): Return
14915         chrec_dont_know for ADDR_EXPR.
14917 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14918             H.J. Lu  <hongjiu.lu@intel.com>
14920         PR target/47369
14921         PR target/49853
14922         * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
14923         if legitimize_tls_address returned operand in wrong mode. Allow
14924         SImode and DImode symbolic operand for PIC.  Call convert_to_mode
14925         if legitimize_pic_address returned operand in wrong mode.
14927 2011-07-26  Martin Jambor  <mjambor@suse.cz>
14929         * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
14930         return false for invariants.
14932 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14934         * config/i386/i386.md (add->lea splitter): Implement using SWI
14935         mode iterator.  Change operand 2 predicate to <nonmemory_operand>.
14936         (add->lea zext splitter): Change operand 2 predicate to
14937         x86_64_nonmemory_operand.
14939 2011-07-26  Richard Guenther  <rguenther@suse.de>
14941         * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
14942         frequency makes everything hot.
14944 2011-07-26  Richard Guenther  <rguenther@suse.de>
14946         PR tree-optimization/49840
14947         * tree-vrp.c (range_fits_type_p): Properly handle full
14948         double-int precision.
14950 2011-07-26  Martin Jambor  <mjambor@suse.cz>
14952         PR bootstrap/49786
14953         * ipa-cp.c (update_profiling_info): Avoid overflow when updating
14954         counts.
14955         (update_specialized_profile): Likewise.
14957 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14958             H.J. Lu  <hongjiu.lu@intel.com>
14960         PR target/47381
14961         PR target/49832
14962         PR target/49833
14963         * config/i386/i386.md (i): Change SImode attribute to "e".
14964         (g): Change SImode attribute to "rme".
14965         (di): Change SImode attribute to "nF".
14966         (general_operand): Change SImode attribute to x86_64_general_operand.
14967         (general_szext_operand): Change SImode attribute to
14968         x86_64_szext_general_operand.
14969         (immediate_operand): Change SImode attribute to
14970         x86_64_immediate_operand.
14971         (nonmemory_operand): Change SImode attribute to
14972         x86_64_nonmemory_operand.
14973         (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
14974         (*movsi_internal): Ditto.  Use "e" constraint in alternative 2.
14975         (*lea_1): Use SWI48 mode iterator.
14976         (*lea_1_zext): New insn pattern.
14977         (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
14978         (*bt<mode>): Ditto.
14979         (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
14980         Update operand constraints.
14981         (addsi_1_zext): Ditto.
14982         (*add<mode>2): Ditto.
14983         (*addsi_3_zext): Ditto.
14984         (*subsi_1_zext): Ditto.
14985         (*subsi_2_zext): Ditto.
14986         (*subsi_3_zext): Ditto.
14987         (*addsi3_carry_zext): Ditto.
14988         (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
14989         (*mulsi3_1_zext): Ditto.
14990         (*andsi_1): Ditto.
14991         (*andsi_1_zext): Ditto.
14992         (*andsi_2_zext): Ditto.
14993         (*<any_or:code>si_1_zext): Ditto.
14994         (*<any_or:code>si_2_zext): Ditto.
14995         (*test<mode>_1): Use <general_operand> predicate for operand 1.
14996         (*and<mode>_2): Ditto.
14997         (mov<mode>cc): Use  <general_operand> predicate for operands 1 and 2.
14998         (add->lea splitter): Check operand modes in insn constraint.  Extend
14999         operands less than SImode wide to SImode.
15000         (add->lea zext splitter): Do not extend input operands to DImode.
15001         (*lea_general_1): Handle only QImode and HImode operands.
15002         (*lea_general_2): Ditto.
15003         (*lea_general_3): Ditto.
15004         (*lea_general_1_zext): Remove.
15005         (*lea_general_2_zext): Ditto.
15006         (*lea_general_3_zext): Ditto.
15007         (*lea_general_4): Check operand modes in insn constraint.  Extend
15008         operands less than SImode wide to SImode.
15009         (ashift->lea splitter): Ditto.
15010         * config/i386/i386.c (ix86_print_operand_address): Print address
15011         registers with 'q' modifier on 64bit targets.
15012         * config/i386/predicates.md (pic_32bit_opreand): Define as special
15013         predicate.  Reject non-SI and non-DI modes.
15015 2011-07-25  Andrew Pinski  <apinski@cavium.com>
15017         PR tree-opt/49671
15018         * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
15019         TREE_THIS_NOTRAP into the inner most MEM_REF.
15020         Always copy TREE_THIS_VOLATILE.
15021         * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
15022         arguments are not volatile references.
15024 2011-07-25  Richard Henderson  <rth@redhat.com>
15026         * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
15027         * final.c (final_scan_insn): Don't test for it.
15028         (rest_of_clean_state): Likewise.
15030 2011-07-25  Richard Henderson  <rth@redhat.com>
15032         PR debug/49841
15033         * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
15034         (emit_frame_save): Likewise.
15035         (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
15036         insn onto a dummy blockage insn after the join label.
15038 2011-07-25  Richard Henderson  <rth@redhat.com>
15040         * dwarf2cfi.c (dw_trace_info): Add ID member.
15041         (get_trace_index): Remove.  Change users to use ID member.
15042         (before_next_cfi_note): New.
15043         (connect_traces): Remove unreachable traces before the main loop.
15044         Look across one trace and generate remember/restore_state if needed.
15046 2011-07-25  Richard Henderson  <rth@redhat.com>
15048         * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
15050 2011-07-25  Joern Rennecke  <joern.rennecke@embecosm.com>
15052         * genattr.c (write_upcase, gen_attr <enum definition writing>):
15053         Move to ...
15054         * genattr-common.c ... here.
15055         (main): Call gen_attr.
15056         * optc-gen.awk: Make generated program include insn-attr-common.h .
15057         * Makefile.in (oprions.o): Depend on insn-attr-common.h
15059 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
15061         * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
15062         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
15063         * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
15064         m32c_print_operand, m32c_print_operand_address): Remove.
15065         * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
15066         Change return type to bool. Change argument type to bool.
15067         (m32c_print_operand, m32c_print_operand_address): Make static.
15068         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
15069         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
15071 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15073         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
15074         attributes): Document mmap.
15076 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
15078         * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
15079         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
15080         * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
15081         mmix_print_operand, mmix_print_operand_address): Remove.
15082         * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
15083         Change return type to bool. Change argument type to bool.
15084         (mmix_print_operand, mmix_print_operand_address): Make static.
15085         (mmix_intval, mmix_output_condition): Change 'x' argument type
15086         to const_rtx.
15087         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
15088         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
15090 2011-07-25  Georg-Johann Lay  <avr@gjlay.de>
15092         PR target/39386
15093         * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
15094         shift counter for x << x and x >> x shifts.
15096 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15098         PR target/47124
15099         * config.gcc: Reject *-*-solaris2 configuration.
15101 2011-07-25  Richard Sandiford  <richard.sandiford@linaro.org>
15103         PR tree-optimization/49809
15104         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
15105         gimple_get_lhs instead of gimple_assign_lhs.
15107 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15109         * system.h [__cplusplus]: Wrap C function declarations in extern "C".
15111 2011-07-25  Richard Guenther  <rguenther@suse.de>
15113         PR tree-optimization/49822
15114         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
15115         more.  Make sure to preserve stmts with side-effects.  Properly
15116         handle virtual defs, follow a longer def chain.
15118 2011-07-22  Romain Geissler  <romain.geissler@gmail.com>
15120         PR plugins/45348
15121         PR plugins/48425
15122         PR plugins/46577
15123         * Makefile.in: Do not flatten c-family directory when installing
15124         plugin headers.
15126 2011-07-25  Eric Botcazou  <ebotcazou@adacore.com>
15128         * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
15129         original nodes if we are dealing with virtual clones.
15131 2011-07-25  Bernd Schmidt  <bernds@codesourcery.com>
15133         * common/config/c6x/c6x-common.c: New file.
15135 2011-07-25  Roman Zhuykov  <zhroma@ispras.ru>
15137         * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
15139 2011-07-25  Richard Guenther  <rguenther@suse.de>
15141         PR tree-optimization/49715
15142         * tree-vrp.c: Include expr.h and optabs.h.
15143         (range_fits_type_): New function.
15144         (simplify_float_conversion_using_ranges): Likewise.
15145         (simplify_stmt_using_ranges): Call it.
15146         * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
15147         * optabs.c (can_float_p): Export.
15148         * optabs.h (can_float_p): Declare.
15150 2011-07-25  Richard Guenther  <rguenther@suse.de>
15152         * tree-vrp.c (num_vr_values, values_propagated): New global vars.
15153         (get_value_range): For out-of-range SSA names or names created
15154         after propagation return a read-only varying range.
15155         (dump_all_value_ranges): Adjust.
15156         (vrp_initialize): Likewise.
15157         (vrp_finalize): Likewise.
15159 2011-07-24  Richard Henderson  <rth@redhat.com>
15161         PR debug/49831
15162         * dwarf2cfi.c (connect_traces): Allow unvisited traces.  Skip
15163         them entirely.
15165 2011-07-24  Richard Henderson  <rth@redhat.com>
15167         PR debug/49825
15168         * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
15169         (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
15171 2011-07-24  Richard Henderson  <rth@redhat.com>
15173         PR debug/49827
15174         * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
15176 2011-07-24  Richard Henderson  <rth@redhat.com>
15178         * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
15179         Zero args_size for abnormal edges.  Adjust all callers.
15181 2011-07-24  Richard Henderson  <rth@redhat.com>
15183         PR debug/49825
15184         * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
15186 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
15188         PR bootstrap/49835
15189         * collect2.c (demangle_flag): Removed.
15191 2011-07-24  Sandra Loosemore  <sandra@codesourcery.com>
15193         * configure.ac (demangler_in_ld): Default to yes.
15194         * configure: Regenerated.
15195         * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
15196         mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
15197         --no-demangle options straight through to ld.  When
15198         HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
15199         way that has the intended effect on Windows.
15201 2011-07-23  Richard Henderson  <rth@redhat.com>
15203         * dwarf2cfi.c: Include basic-block.h.
15204         (dw_label_info): Remove.
15205         (trace_work_list, trace_index): New.
15206         (remember_row, emit_cfa_remember): Remove.
15207         (dw_trace_info_hash, dw_trace_info_eq): New.
15208         (get_trace_index, get_trace_info): New.
15209         (save_point_p): New.
15210         (free_cfi_row): Remove.
15211         (add_cfi): Do not emit DW_CFA_remember_state.
15212         (cfa_row_equal_p): New.
15213         (barrier_args_size): Remove.
15214         (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
15215         (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
15216         (maybe_record_trace_start, create_trace_edges, scan_trace): New.
15217         (dwarf2out_cfi_begin_epilogue): Remove.
15218         (dwarf2out_frame_debug_restore_state): Remove.
15219         (connect_traces, create_pseudo_cfg): New.
15220         (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
15221         * Makefile.in (dwarf2cfi.o): Update.
15223 2011-07-23  Richard Henderson  <rth@redhat.com>
15225         * dwarf2cfi.c (dw_trace_info): New.
15226         (dw_label_info): New.
15227         (cie_return_save): New.
15228         (cur_trace): New.
15229         (queued_args_size): Rename from args_size.  Update all users.
15230         (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
15231         (def_cfa_1): Use cur_trace instead of cfa_*.
15232         (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
15233         (clobbers_queued_reg_save, reg_saved_in): Likewise.
15234         (dwarf2out_frame_debug_expr): Likewise.
15235         (create_cie_data): Split out from ...
15236         (execute_dwarf2_frame): ... here.  Initialize cur_trace.
15238 2011-07-23  Richard Henderson  <rth@redhat.com>
15240         * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
15241         Update all users to match.
15242         (execute_dwarf2_frame): Free reg_saved_in_data.
15244 2011-07-23  Richard Henderson  <rth@redhat.com>
15246         * dwarf2cfi.c (queued_reg_save): Reorder for packing.  Don't GTY.
15247         (queued_reg_saves): Don't GTY.  Change to a VEC.
15248         (queue_reg_save): Update to match.
15249         (dwarf2out_flush_queued_reg_saves): Likewise.
15250         (clobbers_queued_reg_save): Likewise.
15251         (reg_saved_in): Likewise.
15252         (execute_dwarf2_frame): Free queued_reg_saves.
15254 2011-07-23  Richard Henderson  <rth@redhat.com>
15256         * dwarf2cfi.c (dw_cfi_row_ref): Remove.  Update all users.
15258 2011-07-23  Richard Henderson  <rth@redhat.com>
15260         * dwarf2cfi.c (add_cfi_args_size): Split out from...
15261         (dwarf2out_args_size): ... here.
15262         (add_cfi_restore): Split out from ...
15263         (dwarf2out_frame_debug_cfa_restore): ... here.
15264         (def_cfa_0): Split out from ...
15265         (def_cfa_1): ... here.
15266         (cfi_oprnd_equal_p, cfi_equal_p): New.
15267         (change_cfi_row): New.
15268         (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
15269         (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
15270         (output_cfis): Remove.
15271         * dwarf2out.c (output_fde): Simplify output_cfi loop.
15272         (dwarf2out_switch_text_section): Don't call output_cfis.
15273         (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
15274         * dwarf2out.h: Update decls.
15275         (enum dw_val_class): Add dw_val_class_none.
15277 2011-07-23  Richard Henderson  <rth@redhat.com>
15279         * dwarf2cfi.c (update_row_reg_save): New.
15280         (dwarf2out_frame_debug_cfa_expression): Use it.
15281         (dwarf2out_frame_debug_cfa_restore): Likewise.
15282         (reg_save): Likewise.  Do not emit DW_CFA_same_value.
15284 2011-07-23  Richard Henderson  <rth@redhat.com>
15286         * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn.  Update all users.
15288 2011-07-23  Richard Henderson  <rth@redhat.com>
15290         * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
15291         (cie_cfi_row): New.
15292         (new_cfi_row, copy_cfi_row, free_cfi_row): New.
15293         (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
15294         (cur_row, remember_row): New.
15295         (def_cfa_1): Use cur_row instead of the old_* variables.
15296         (dwarf2out_frame_debug_restore_state): Similarly.
15297         (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
15298         (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
15299         (dwarf2out_frame_debug_adjust_cfa): Likewise.
15300         (dwarf2out_frame_debug_cfa_offset): Likewise.
15301         (dwarf2out_frame_debug_expr): Likewise.
15302         (execute_dwarf2_frame): Set up cur_row.
15303         * dwarf2out.h (struct cfa_loc): Mark for GTY.
15305 2011-07-23  Richard Henderson  <rth@redhat.com>
15307         * basic-block.h (EDGE_PRESERVE): New.
15308         (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
15309         * bb-reorder.c: Include except.h.
15310         (fix_up_crossing_landing_pad): New.
15311         (find_rarely_executed_basic_blocks_and_crossing_edges): Place
15312         landing pads in the right partition.  Duplicate as necessary.
15313         (partition_hot_cold_basic_blocks): Fix up DF info after
15314         duplicating landing pads.
15315         * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
15316         * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
15317         is set properly.  Validate that EH edges are not CROSSING.
15318         * except.c (expand_dw2_landing_pad_for_region): Split out from ...
15319         (dw2_build_landing_pads): ... here.
15320         (convert_to_eh_region_ranges): Remove code to fixup crossing
15321         landing pads.
15322         * except.h (expand_dw2_landing_pad_for_region): Declare.
15323         * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
15325 2011-07-23  Richard Earnshaw  <rearnsha@arm.com>
15327         PR target/49816
15328         * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
15330 2011-07-22  Jason Merrill  <jason@redhat.com>
15332         * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
15334 2011-07-22  Richard Henderson  <rth@redhat.com>
15336         * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
15338 2011-07-22  Richard Henderson  <rth@redhat.com>
15340         * jump.c (maybe_propagate_label_ref): Split out of...
15341         (mark_all_labels): ... here.  Do not attempt label_ref
15342         propagation while in cfglayout mode.
15344 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
15346         * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
15347         (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
15348         (dwarf_attr_name): Handle DW_AT_GNU_macros.
15349         (dwarf2out_define): If the vector is empty and
15350         lineno is 0, emit a dummy entry first.
15351         (dwarf2out_undef): Likewise.  Remove redundant semicolon.
15352         (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
15353         optimize_macinfo_range): New functions.
15354         (output_macinfo): Use them.  If !dwarf_strict and .debug_str is
15355         mergeable, optimize longer strings using
15356         DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
15357         optimize longer sequences of define/undef ops from headers
15358         using DW_MACRO_GNU_transparent_include.  For !dwarf_strict
15359         emit a section headers.
15360         (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
15361         and macinfo_section_label to DEBUG_MACRO_SECTION
15362         resp. DEBUG_MACRO_SECTION_LABEL.
15363         (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
15364         instead of DW_AT_macro_info.
15366         PR other/32998
15367         * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
15368         options.
15369         * dwarf2out.c: Include opts.h.
15370         (dchar_p): New typedef.  Define heap VEC for it.
15371         (producer_string): New variable.
15372         (gen_producer_string): New function.
15373         (gen_compile_unit_die): Use it.
15374         (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
15375         * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
15376         * doc/invoke.texi: Document -grecord-gcc-switches and
15377         -gno-record-gcc-switches, add a -grecord-gcc-switches reference
15378         to -frecord-gcc-switches description.
15380 2011-07-22  Jason Merrill  <jason@redhat.com>
15382         PR c++/30112
15383         * c-decl.c (c_linkage_bindings): Define.
15385 2011-07-22  Eric Botcazou  <ebotcazou@adacore.com>
15387         PR debug/49815
15388         * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
15390 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
15392         * config/i386/i386.c (ix86_option_override_internal): Disallow
15393         MS ABI in x32 mode.
15394         (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
15395         only for TARGET_LP64.
15396         (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
15398 2011-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
15400         * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
15401         avoid warnings when GCC is built with a C++ compiler.
15403 2011-07-22  Martin Jambor  <mjambor@suse.cz>
15405         PR lto/49796
15406         * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
15407         if decl node is in another partition, call cgraph_get_node only once.
15409 2011-07-22  Uros Bizjak  <ubizjak@gmail.com>
15411         * config.gcc (x86_64-*-linux*): Set
15412         default_gnu_indirect_function to yes.
15414 2011-07-22  Richard Guenther  <rguenther@suse.de>
15416         PR tree-optimization/45819
15417         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
15418         preserve volatile and notrap flags.
15420 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15421             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15423         PR bootstrap/49794
15424         * configure.ac: Test AM_ICONV with CXX.
15425         * configure: Regenerate.
15426         * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
15428 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15430         PR bootstrap/49797
15431         * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
15432         (set_cloog_options): Use it.
15434 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
15436         PR c++/49756
15437         * gcc.c (main): Call stack_limit_increase (64MB).
15438         * toplev.c (toplev_main): Likewise.
15440 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
15442         * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
15443         instead of force_reg.
15445 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
15447         * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
15448         needed and use force_reg after convert.
15449         (ix86_expand_call): Likewise.
15450         (ix86_expand_special_args_builtin): Likewise.
15451         (ix86_expand_builtin): Likewise.
15453 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15455         PR middle-end/47654
15456         PR middle-end/49649
15457         * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
15458         in parameter.  Initialize v1 and v2 based on the values returned
15459         by clast_name_to_lb_ub.
15460         (type_for_clast_red): Pass v1 and v2 in parameter, and set their
15461         values.
15462         (type_for_clast_bin): Same.
15463         (type_for_clast_expr): Same.
15464         (type_for_clast_eq): Update calls to type_for_clast_expr.
15465         (type_for_clast_for): Same.
15466         (build_iv_mapping): Same.
15467         * graphite-ppl.h (value_min): New.
15469 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15471         * graphite-clast-to-gimple.c (type_for_interval): Generate signed
15472         types whenever possible.
15474 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15476         * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
15477         and ub fields.
15478         (new_clast_name_index): Add lb and ub parameters.
15479         (free_clast_name_index): New.
15480         (clast_name_to_lb_ub): New.
15481         (save_clast_name_index): Add lb and ub parameters.
15482         (compute_bounds_for_param): New.
15483         (type_for_level): Removed.
15484         (type_for_clast_for): Removed level parameter.  Do not call
15485         type_for_level.
15486         (graphite_create_new_loop): Store the lb and ub for the clast_name
15487         of the iterator of the loop that has been generated.
15488         (graphite_create_new_loop_guard): Remove parameter level.
15489         (create_params_index): Store the lb and ub of each parameter.
15490         (gloog): Use free_clast_name_index.  Pass to create_params_index
15491         the current scop.
15493 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15495         * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
15496         (max_precision_type): Inline max_signed_precision_type.
15497         (type_for_clast_red): Use max_precision_type.
15498         (type_for_clast_bin): Same.
15499         (type_for_clast_for): Same.
15501 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15503         * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
15504         type_for_interval.
15505         (gcc_type_for_value): Renamed type_for_value.
15506         (gcc_type_for_clast_term): Renamed type_for_clast_term.
15507         (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
15508         (gcc_type_for_clast_red): Renamed type_for_clast_red.
15509         (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
15510         (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
15511         (graphite_translate_clast_equation): Update calls.
15512         (compute_type_for_level): Renamed type_for_level.
15513         (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
15514         (build_iv_mapping): Update calls.
15515         (graphite_create_new_loop_guard): Same.
15517 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15519         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
15520         comment.
15522 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15524         * graphite-clast-to-gimple.c (struct ivs_params): New.
15525         (clast_name_to_gcc): Use ivs_params to pass around parameters.
15526         (clast_to_gcc_expression): Same.
15527         (clast_to_gcc_expression_red): Same.
15528         (gcc_type_for_clast_term): Same.
15529         (gcc_type_for_clast_expr): Same.
15530         (gcc_type_for_clast_red): Same.
15531         (gcc_type_for_clast_bin): Same.
15532         (gcc_type_for_clast_eq): Same.
15533         (graphite_translate_clast_equation): Same.
15534         (graphite_create_guard_cond_expr): Same.
15535         (graphite_create_new_guard): Same.
15536         (graphite_create_new_loop): Same.
15537         (build_iv_mapping): Same.
15538         (translate_clast_user): Same.
15539         (graphite_create_new_loop_guard): Same.
15540         (translate_clast): Same.
15541         (translate_clast_for_loop): Same.
15542         (translate_clast_for): Same.
15543         (translate_clast_guard): Same.
15544         (initialize_cloog_names): Fix typo.
15545         (gloog): Initialize an ivs_params struct, pass it to translate_clast.
15547 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15549         * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
15550         (new_clast_name_index): Add level parameter.
15551         (clast_name_to_level): New.
15552         (save_clast_name_index): Add level parameter.
15553         (newivs_to_depth_to_newiv): Removed.
15554         (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
15555         (graphite_create_new_loop): Add level parameter.  Pass level to
15556         save_clast_name_index.
15557         (translate_clast_for_loop): Pass level to graphite_create_new_loop.
15558         (create_params_index): Pass level to save_clast_name_index.
15560 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15562         * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
15563         recompute type, lb, and ub.  Get them from...
15564         (graphite_create_new_loop_guard): ...here.  Pass in parameter
15565         pointers to type, lb, and ub.
15566         (translate_clast_for_loop): Update function calls.
15567         (translate_clast_for): Same.
15569 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15571         * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
15572         psct_dynamic_dim.
15573         (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
15574         (gcc_type_for_iv_of_clast_loop): Update use of level.
15575         (gloog): Start counting nesting level from 0.
15576         * graphite-clast-to-gimple.h (get_scattering_level): Removed.
15577         * graphite-dependences.c (graphite_carried_dependence_level_k): Call
15578         psct_dynamic_dim on level.
15580 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
15582         * config/i386/i386.c (ix86_legitimize_address): Convert to
15583         Pmode if needed.
15585 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
15587         * config/i386/i386.c (function_value_64): Always return pointers
15588         in Pmode.
15589         (ix86_promote_function_mode): New.
15590         (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
15592 2011-07-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15594         PR tree-optimization/49749
15595         * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
15596         remove no-longer-used maxrank variable.
15598 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
15600         * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
15602 2011-07-21  Jason Merrill  <jason@redhat.com>
15604         * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
15605         * recog.h (struct insn_data_d): Check it instead of
15606         HAVE_DESIGNATED_INITIALIZERS.
15607         * genoutput.c (output_insn_data): Likewise.
15609 2011-07-21  Richard Guenther  <rguenther@suse.de>
15611         PR tree-optimization/49770
15612         * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
15613         valueized any operand.  Renamed from ...
15614         (valueize_refs): ... this.  New wrapper around valueize_refs_1.
15615         (valueize_shared_reference_ops_from_ref): Return whether we
15616         valueized any operand.
15617         (vn_reference_lookup): Only when we valueized any operand
15618         use the valueized reference for alias analysis.  Do not preserve
15619         the original reference tree in this case.
15621 2011-07-21  Uros Bizjak  <ubizjak@gmail.com>
15623         * config/i386/i386.c (ix86_decompose_address): Reject all but
15624         register operands and subregs of DImode hard registers in index.
15626 2011-07-21  Kai Tietz  <ktietz@redhat.com>
15628         * fold-const.c (fold_unary_loc): Preserve indirect
15629         comparison cast to none-boolean type.
15630         * tree-ssa.c (useless_type_conversion_p): Preserve cast
15631         from/to boolean-type.
15632         * gimplify.c (gimple_boolify): Handle boolification of comparisons.
15633         (gimplify_expr): Boolifiy non aggregate-typed comparisons.
15634         * tree-cfg.c (verify_gimple_comparison): Check result
15635         type of comparison expression.
15636         * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
15637         of condition result and disallow type-cast sinking into comparison.
15639 2011-07-21  Richard Guenther  <rguenther@suse.de>
15641         * tree-ssa-forwprop.c (combine_conversions): Return whether
15642         we have to run cfg-cleanup.  Properly remove dead stmts.
15643         (ssa_forward_propagate_and_combine): Adjust.
15645 2011-07-21  Richard Sandiford  <richard.sandiford@linaro.org>
15647         * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
15649 2011-07-21  Kai Tietz  <ktietz@redhat.com>
15651         * tree-ssa-propagate.c (substitute_and_fold): Use
15652         do_dce flag to deside, if BB's statements are scanned
15653         in last to first, or first to last order.
15655 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
15657         * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
15659 2011-07-20  H.J. Lu  <hongjiu.lu@intel.com>
15660             Uros Bizjak  <ubizjak@gmail.com>
15661             Richard Henderson  <rth@redhat.com>
15663         * config/i386/constraints.md (w): New.
15665         * config/i386/i386.c (ix86_output_addr_vec_elt): Check
15666         TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
15668         * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
15669         instead of TARGET_64BIT.
15671         * config/i386/i386.md (indirect_jump): Replace
15672         nonimmediate_operand with indirect_branch_operand.
15673         (*indirect_jump): Likewise.  Replace constraint "m" with "w".
15674         (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
15675         Convert operand 0 to Pmode for x32 if not PIC.
15676         (*tablejump_1): Replace nonimmediate_operand with
15677         indirect_branch_operand.  Replace constraint "m" with "w".
15678         (*call_vzeroupper): Replace constraint "m" with "w".
15679         (*call): Likewise.
15680         (*call_rex64_ms_sysv_vzeroupper): Likewise.
15681         (*call_rex64_ms_sysv): Likewise.
15682         (*call_value_vzeroupper): Likewise.
15683         (*call_value): Likewise.
15684         (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
15685         (*call_value_rex64_ms_sysv): Likewise.
15686         (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
15688         * config/i386/predicates.md (indirect_branch_operand): New.
15689         (call_insn_operand): Support x32.
15691 2011-07-20  Michael Eager  <eager@eagercon.com>
15693         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
15695 2011-07-20  Richard Henderson  <rth@redhat.com>
15697         * cfg.c (dump_bb_info): Dump basic_block->flags.
15698         * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
15700 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
15702         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
15703         of DImode hard registers in index.
15704         (ix86_legitimate_address_p): Allow subregs of base and index to span
15705         more than a word.  Assert that subregs of base and index satisfy
15706         register_no_elim_operand predicates.  Reject addresses where
15707         base and index have different modes.
15709 2011-07-20  Robert Millan  <rmh@gnu.org>
15711         * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
15713 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15715         * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
15716         removing now-unnecessary assignment.
15718 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15720         * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
15721         memory address space to the type's address space.
15723 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
15725         PR target/36467
15726         PR target/49687
15727         * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
15728         and expand appropriately if there is a CONST_INT in operand2.
15729         (usmulqihi3): New insn.
15730         (*sumulqihi3): New insn.
15731         (*osmulqihi3): New insn.
15732         (*oumulqihi3): New insn.
15733         (*muluqihi3.uconst): New insn_and_split.
15734         (*muluqihi3.sconst): New insn_and_split.
15735         (*mulsqihi3.sconst): New insn_and_split.
15736         (*mulsqihi3.uconst): New insn_and_split.
15737         (*mulsqihi3.oconst): New insn_and_split.
15738         (*ashifthi3.signx.const): New insn_and_split.
15739         (*ashifthi3.signx.const7): New insn_and_split.
15740         (*ashifthi3.zerox.const): New insn_and_split.
15741         (mulsqihi3): New insn.
15742         (muluqihi3): New insn.
15743         (muloqihi3): New insn.
15744         * config/avr/predicates.md (const_2_to_7_operand): New.
15745         (const_2_to_6_operand): New.
15746         (u8_operand): New.
15747         (s8_operand): New.
15748         (o8_operand): New.
15749         (s9_operand): New.
15750         (register_or_s9_operand): New.
15752 2011-07-20  Kai Tietz  <ktietz@redhat.com>
15754         * builtins.c (fold_builtin_expect): See through the cast
15755         from truthvalue_type_node to long.
15757 2011-07-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
15759         * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
15760         where we can use them from the standard and altivec instruction
15761         sets, instead of always using the 3 operand VSX forms that require
15762         the destination to overlap one of the inputs.
15763         (vsx_fms*): Ditto.
15764         (vsx_fnma*): Ditto.
15765         (vsx_fnms*): Ditto.
15767         * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
15768         for DF types.
15769         (fmsdf4_fpr): Ditto.
15770         (nfmadf4_fpr): Ditto.
15771         (nfmsdf4_fpr): Ditto.
15773 2011-07-20  Sandra Loosemore  <sandra@codesourcery.com>
15775         * genrecog.c (make_insn_sequence): Correct position numbering
15776         when filtering out match_scratch and match_dup.
15778 2011-07-20  Richard Guenther  <rguenther@suse.de>
15780         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
15781         against already removed statements.
15782         (forward_propagate_into_comparison): Remove dead defining stmts.
15783         (forward_propagate_into_gimple_cond): Likewise.
15784         (forward_propagate_into_cond): Simplify.
15785         (ssa_forward_propagate_and_combine): Handle changed cfg from
15786         forward_propagate_into_comparison.
15787         * tree-ssa-phiopt.c (conditional_replacement): Use proper
15788         locations for newly built statements.
15790 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
15792         * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
15794 2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15796         * config/s390/s390.c (s390_class_max_nregs): Fix return type.
15797         * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
15799 2011-07-20  Richard Guenther  <rguenther@suse.de>
15801         PR middle-end/18908
15802         * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
15803         * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
15804         ADDR_EXPR folding.  Canonicalize X ^ ~0 as ~X.
15806 2011-07-20  Vladimir Makarov  <vmakarov@redhat.com>
15808         * config/frv/frv.c (frv_register_move_cost): Define explicitly
15809         costs for subclasses of GR_REGS.
15811 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
15813         PR target/49780
15814         * config/i386/predicates.md (no_seg_addres_operand): No more special.
15815         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
15816         of DImode hard registers in base.
15817         (ix86_legitimate_address_p): Allow SImode and DImode base and index
15818         registers.
15820 2011-07-20  Richard Guenther  <rguenther@suse.de>
15822         * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
15823         (unify_nodes): Deal with that.
15824         (solve_graph): Likewise.
15826 2011-07-20  Chung-Lin Tang  <cltang@codesourcery.com>
15828         * config/arm/arm.c (arm_canonicalize_comparison): Add case to
15829         canonicalize left operand from ZERO_EXTEND to AND.
15831 2011-07-20  Anatoly Sokolov  <aesok@post.ru>
15833         * target.def (class_max_nregs): New hook.
15834         * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
15835         * doc/tm.texi: Regenerate.
15836         * targhooks.c (default_class_max_nregs): New function.
15837         * targhooks.h (default_class_max_nregs): Declare.
15838         * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
15839         x_ira_reg_class_min_nregs arrays to unsigned char.
15840         * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
15841         hook instead of CLASS_MAX_NREGS macro.
15842         * reginfo.c (restore_register_info): Ditto.
15843         * ira-conflicts.c (process_regs_for_copy): Use
15844         ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
15845         Change type rclass and aclass vars to reg_class_t.
15846         * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
15847         array instead of CLASS_MAX_NREGS macro. Change type rclass var to
15848         reg_class_t.
15849         * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
15850         Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
15852         * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
15853         * config/i386/i386.c (ix86_class_max_nregs): New function.
15854         (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
15855         instead of CLASS_MAX_NREGS macro.
15856         (TARGET_CLASS_MAX_NREGS): Define.
15857         * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
15858         * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
15859         * config/avr/avr.c (class_max_nregs): Remove function.
15860         * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
15861         * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
15862         * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
15863         * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
15864         * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
15865         * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
15866         * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
15867         * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
15868         * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
15869         * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
15870         * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
15871         * config/score/score.h (CLASS_MAX_NREGS): Remove.
15872         * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
15873         * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
15874         * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
15876 2011-07-19  Eric Botcazou  <ebotcazou@adacore.com>
15878         * cif-code.def (OVERWRITABLE): Fix typo and move around.
15879         (TARGET_OPTIMIZATION_MISMATCH): Delete.
15880         (EH_PERSONALITY): Fix typo.
15881         (NON_CALL_EXCEPTIONS): Fix message.
15882         (OPTIMIZATION_MISMATCH): Adjust message.
15883         * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
15885 2011-07-19  Ian Lance Taylor  <iant@google.com>
15887         * doc/install.texi (Configuration): Document
15888         --enable-build-poststage1-with-cxx.
15890 2011-07-19  Robert Millan  <rmh@gnu.org>
15892         * config/mips/gnu-user.h: Copy from linux.h.  Update comments.
15893         (GLIBC_DYNAMIC_LINKER): Remove.
15895         * config/mips/gnu-user64.h: Copy from linux64.h.  Update comments.
15896         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
15897         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
15898         (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
15899         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
15900         GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
15902         * config/mips/linux.h: Remove everything except for ...
15903         (GLIBC_DYNAMIC_LINKER): ... this macro.
15905         * config/mips/linux64.h: Remove everything except for ...
15906         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
15907         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
15908         (BIONIC_DYNAMIC_LINKERN32): ... these macros.
15909         (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
15910         (GNU_USER_LINK_EMULATIONN32): New macros.
15912         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
15913         Use the new headers.
15915 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15917         * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
15918         Add offset_known_p and size_known_p fields.
15919         (MEM_OFFSET_KNOWN_P): Update accordingly.
15920         (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
15921         * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
15922         (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
15923         (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
15924         (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
15925         (init_emit_regs): Likewise.
15927 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15929         * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
15930         (MEM_OFFSET): Change from returning an rtx to returning a
15931         HOST_WIDE_INT.
15932         * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
15933         (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
15934         * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
15935         (clear_mem_offset): Declare.
15936         * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
15937         MEM_OFFSET_KNOWN_P to test whether the offset is known, and
15938         MEM_OFFSET to get a HOST_WIDE_INT offset.
15939         (nonoverlapping_memrefs_p): Likewise.  Adjust calls to...
15940         (adjust_offset_for_component_ref): Take a bool "known_p"
15941         parameter and a HOST_WIDE_INT "offset" parameter.
15942         * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
15943         Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
15944         than an rtx.  Use clear_mem_offset to clear the offset.
15945         * cfgcleanup.c (merge_memattrs): Likewise.
15946         * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
15947         * function.c (assign_parm_find_stack_rtl): Likewise.
15948         (assign_parm_setup_stack): Likewise.
15949         * print-rtl.c (print_rtx): Likewise.
15950         * reload.c (find_reloads_subreg_address): Likewise.
15951         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
15952         * var-tracking.c (INT_MEM_OFFSET): Likewise.
15953         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
15954         (get_mem_align_offset): Likewise.
15955         (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
15956         (clear_mem_offset): New function.
15957         * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
15958         offset rather than an rtx.  Assume both the expressio and offset
15959         are available.
15960         (r10k_needs_protection_p_1): Update accordingly, checking the
15961         expression and offset availability here instead.
15963 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15965         * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
15966         (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
15967         * rtl.h (MEM_SIZE_KNOWN_P): New macro.
15968         (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
15969         * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
15970         (clear_mem_size): Declare.
15971         * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
15972         (clear_mem_size): New function.
15973         * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
15974         MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
15975         to get a HOST_WIDE_INT size.  Adjust calls to set_mem_size,
15976         passing a HOST_WIDE_INT rather than an rtx.  Use clear_mem_size
15977         to clear the size.
15978         (nonoverlapping_memrefs_p): Likewise.
15979         * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
15980         (expand_builtin_init_trampoline): Likewise.
15981         * calls.c (compute_argument_addresses): Likewise.
15982         * cfgcleanup.c (merge_memattrs): Likewise.
15983         * dce.c (find_call_stack_args): Likewise.
15984         * dse.c (record_store, scan_insn): Likewise.
15985         * dwarf2out.c (dw_sra_loc_expr): Likewise.
15986         * expr.c (emit_block_move_hints): Likewise.
15987         * function.c (assign_parm_find_stack_rtl): Likewise.
15988         * print-rtl.c (print_rtx): Likewise.
15989         * reload.c (find_reloads_subreg_address): Likewise.
15990         * rtlanal.c (may_trap_p_1): Likewise.
15991         * var-tracking.c (track_expr_p): Likewise.
15992         * varasm.c (assemble_trampoline_template): Likewise.
15993         * config/arm/arm.c (arm_print_operand): Likewise.
15994         * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
15995         * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
15996         (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
15997         (expand_constant_setmem_prologue): Likewise.
15998         * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
15999         * config/rs6000/rs6000.c (expand_block_move): Likewise.
16000         (adjacent_mem_locations): Likewise.
16001         * config/s390/s390.c (s390_expand_setmem): Likewise.
16002         (s390_expand_insv): Likewise.
16003         * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
16004         (*extendqi<mode>2_short_displ): Likewise.
16005         * config/sh/sh.c (expand_block_move): Likewise.
16006         * config/sh/sh.md (extv, extzv): Likewise.
16008 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
16010         * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
16011         (mem_attrs_htab_eq): ...here.
16012         (find_mem_attrs): Replace with...
16013         (set_mem_attrs): ...this function.  Take a mem_attrs structure
16014         rather than individual fields.
16015         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
16016         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
16017         (set_mem_size, change_address, adjust_address_1, offset_address)
16018         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
16019         Update accordingly.
16021 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
16023         * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
16024         (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
16025         Provide a dummy definition of MEM_ADDR_SPACE for generators.
16026         (target_rtl): Add x_mode_mem_attrs.
16027         (mode_mem_attrs): New macro.
16028         (get_mem_attrs): New function.
16029         * emit-rtl.c (get_mem_attrs): Rename to...
16030         (find_mem_attrs): ...this.
16031         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
16032         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
16033         (set_mem_size, change_address, adjust_address_1, offset_address)
16034         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
16035         Update accordingly.
16036         (init_emit_regs): Initialize mode_mem_attrs.
16038 2011-07-19  Richard Guenther  <rguenther@suse.de>
16040         * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
16041         TRUTH_*_EXPR handling.
16042         * tree-ssa-operands.c (get_expr_operands): Likewise.
16043         * tree-ssa-pre.c (fully_constant_expression): Likewise.
16044         * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
16045         Likewise.
16046         (is_and_or_or): Likewise.
16047         (is_norm_cond_subset_of): Likewise.
16049 2011-07-19  Richard Guenther  <rguenther@suse.de>
16051         * tree.h (fold_build_pointer_plus_loc): New helper function.
16052         (fold_build_pointer_plus_hwi_loc): Likewise.
16053         (fold_build_pointer_plus): Define.
16054         (fold_build_pointer_plus_hwi): Likewise.
16055         * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
16056         (fold_builtin_memory_op): Likewise.
16057         (fold_builtin_stpcpy): Likewise.
16058         (fold_builtin_memchr): Likewise.
16059         (fold_builtin_strstr): Likewise.
16060         (fold_builtin_strchr): Likewise.
16061         (fold_builtin_strrchr): Likewise.
16062         (fold_builtin_strpbrk): Likewise.
16063         (fold_builtin_strcat): Likewise.
16064         (expand_builtin_memory_chk): Likewise.
16065         (fold_builtin_memory_chk): Likewise.
16066         * c-typeck.c (build_unary_op): Likewise.
16067         * cgraphunit.c (thunk_adjust): Likewise.
16068         * fold-const.c (build_range_check): Likewise.
16069         (fold_binary_loc): Likewise.
16070         * omp-low.c (extract_omp_for_data): Likewise.
16071         (expand_omp_for_generic): Likewise.
16072         (expand_omp_for_static_nochunk): Likewise.
16073         (expand_omp_for_static_chunk): Likewise.
16074         * tree-affine.c (add_elt_to_tree): Likewise.
16075         * tree-data-ref.c (split_constant_offset_1): Likewise.
16076         * tree-loop-distribution.c (generate_memset_zero): Likewise.
16077         * tree-mudflap.c (mf_xform_derefs_1): Likewise.
16078         * tree-predcom.c (ref_at_iteration): Likewise.
16079         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
16080         (add_to_parts): Likewise.
16081         (create_mem_ref): Likewise.
16082         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
16083         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
16084         (number_of_iterations_le): Likewise.
16085         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
16086         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
16087         (vect_create_addr_base_for_vector_ref): Likewise.
16088         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
16089         (vect_create_cond_for_alias_checks): Likewise.
16090         * tree-vrp.c (extract_range_from_assert): Likewise.
16091         * config/alpha/alpha.c (alpha_va_start): Likewise.
16092         (alpha_gimplify_va_arg_1): Likewise.
16093         * config/i386/i386.c (ix86_va_start): Likewise.
16094         (ix86_gimplify_va_arg): Likewise.
16095         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
16096         * config/mep/mep.c (mep_expand_va_start): Likewise.
16097         (mep_gimplify_va_arg_expr): Likewise.
16098         * config/mips/mips.c (mips_va_start): Likewise.
16099         (mips_gimplify_va_arg_expr): Likewise.
16100         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
16101         * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
16102         (rs6000_gimplify_va_arg): Likewise.
16103         * config/s390/s390.c (s390_va_start): Likewise.
16104         (s390_gimplify_va_arg): Likewise.
16105         * config/sh/sh.c (sh_va_start): Likewise.
16106         (sh_gimplify_va_arg_expr): Likewise.
16107         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
16108         * config/spu/spu.c (spu_va_start): Likewise.
16109         (spu_gimplify_va_arg_expr): Likewise.
16110         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
16111         Likewise.
16112         (xstormy16_gimplify_va_arg_expr): Likewise.
16113         * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
16114         (xtensa_gimplify_va_arg_expr): Likewise.
16116 2011-07-19  Richard Guenther  <rguenther@suse.de>
16118         * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
16119         (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
16120         handling.
16122         PR middle-end/18908
16123         * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
16124         result of BIT_*_EXPR to bitfield precision.
16126 2011-07-19  Richard Sandiford  <richard.sandiford@linaro.org>
16128         PR tree-optimization/49742
16129         * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
16130         as a potential write.
16132 2011-07-19  Richard Guenther  <rguenther@suse.de>
16134         * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
16135         * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
16136         (forward_propagate_comparison): Simplify, remove obsolete code.
16138 2011-07-19  Richard Guenther  <rguenther@suse.de>
16140         * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
16141         BIT_XOR_EXPR, same as the RTL expander does.
16142         * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
16143         (verify_gimple_assign_unary): Likewise.
16144         * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
16145         * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
16146         BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
16148 2011-07-19  Jakub Jelinek  <jakub@redhat.com>
16150         PR tree-optimization/49768
16151         * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
16152         if offset is smaller than bitoffset, but offset+size is bigger
16153         than bitoffset.
16155 2011-07-19  Ira Rosen  <ira.rosen@linaro.org>
16157         PR tree-optimization/49771
16158         * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
16159         zero step, set segment length to the size of the data-ref's type.
16161 2011-07-18  Martin Jambor  <mjambor@suse.cz>
16163         * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
16164         comments.
16165         (ipcp_values_pool): Declare.
16166         (ipcp_sources_pool): Likewise.
16167         (ipcp_lattice): Changed to forward declaration.
16168         (ipa_param_descriptor): Removed fields ipcp_lattice, types and
16169         cannot_devirtualize.
16170         (ipa_node_params): New fields descriptors, lattices, known_vals,
16171         clone_for_all_contexts and node dead, removed fields params and
16172         count_scale.
16173         (ipa_set_param_count): Removed.
16174         (ipa_get_param_count): Made to work with descriptors vector.
16175         (ipa_get_param): Updated.
16176         (ipa_param_cannot_devirtualize_p): Removed.
16177         (ipa_param_types_vec_empty): Likewise.
16178         (ipa_set_param_used): New function.
16179         (ipa_get_param_used): Updated to use descriptors vector.
16180         (ipa_func_list): Removed.
16181         (ipa_init_func_list): Removed declaration.
16182         (ipa_push_func_to_list_1): Likewise.
16183         (ipa_pop_func_from_list): Likewise.
16184         (ipa_push_func_to_list): Removed.
16185         (ipa_lattice_from_jfunc): Remove declaration.
16186         (ipa_get_jf_pass_through_result): Declare.
16187         (ipa_get_jf_ancestor_result): Likewise.
16188         (ipa_value_from_jfunc): Likewise.
16189         (ipa_get_lattice): Update.
16190         (ipa_lat_is_single_const): New function.
16191         * ipa-prop.c (ipa_push_func_to_list_1): Removed.
16192         (ipa_init_func_list): Likewise.
16193         (ipa_pop_func_from_list): Likewise.
16194         (ipa_get_param_decl_index): Fix coding style.
16195         (count_formal_params): Removed.
16196         (count_formal_params_1): Renamed to count_formal_params.
16197         (ipa_populate_param_decls): Update to use descriptors vector.
16198         (ipa_initialize_node_params): Likewise.
16199         (visit_ref_for_mod_analysis): Use ipa_set_param_used.
16200         (ipa_analyze_params_uses): Likewise.
16201         (ipa_free_node_params_substructures): Likewise and free also lattices
16202         and known values.
16203         (duplicate_array): Removed.
16204         (ipa_edge_duplication_hook): Add the new edge to the list of edge
16205         clones.
16206         (ipa_node_duplication_hook): Update to use new lattices.
16207         (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
16208         (ipa_free_all_structures_after_iinln): Likewise.
16209         (ipa_write_node_info): Update to use new lattices.
16210         (ipa_read_node_info): Likewise.
16211         (ipa_get_jf_pass_through_result): New function.
16212         (ipa_get_jf_ancestor_result): Likewise.
16213         (ipa_value_from_jfunc): Likewise.
16214         (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
16215         * ipa-cp.c: Reimplemented.
16216         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
16217         (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
16218         (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
16219         * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
16220         * doc/invoke.texi (devirt-type-list-size): Removed description.
16221         (ipa-cp-value-list-size): Added description.
16223 2011-07-18  Richard Henderson  <rth@redhat.com>
16225         * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
16226         before calling create_basic_block.
16228 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
16230         PR middle-end/49675
16231         * tree.c (build_common_builtin_nodes): Register
16232         __builtin_return_address, __cyg_profile_func_enter
16233         and __cyg_profile_func_exit.
16235 2011-07-18  Richard Henderson  <rth@redhat.com>
16237         * bb-reorder.c (emit_barrier_after_bb): Split out of ...
16238         (add_labels_and_missing_jumps): ... here.
16239         (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
16241 2011-07-18  Uros Bizjak  <ubizjak@gmail.com>
16243         PR target/47744
16244         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
16245         of DImode hard registers in PLUS address chains.
16247 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16249         PR bootstrap/49769
16250         * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
16251         (alpha*-*-freebsd*): Likewise.
16252         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
16253         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
16254         i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
16255         crtprec80.o, crtfastmath.o to extra_parts for all targets.
16256         (ia64*-*-elf*): Remove extra_parts.
16257         (sparc-*-linux*): Add crtfastmath.o to extra_parts.
16258         (sparc64-*-linux*): Likewise.
16259         (sparc64-*-freebsd*): Likewise.
16261         Revert:
16262         * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
16263         (ia64*-*-linux*): Likewise.
16264         (mips64*-*-linux*): Likewise.
16265         (mips*-*-linux*): Likewise.
16267 2011-07-18  David Edelsohn  <dje.gcc@gmail.com>
16269         * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
16271 2011-07-18  Richard Guenther  <rguenther@suse.de>
16273         * gimplify.c (gimplify_expr): Use input_location, not saved_location
16274         when building new trees.
16276 2011-07-18  Richard Guenther  <rguenther@suse.de>
16278         * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
16279         expansion result to bitfield precision if required.
16281 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16283         * config.gcc (i[3456x]86-*-netware*): Remove.
16285         * gthr-nks.h: Remove.
16286         * configure.ac (enable_threads): Remove nks.
16287         * configure: Regenerate.
16289         * config/i386/i386.c (ix86_encode_section_info): Remove netware
16290         reference.
16291         * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
16292         <netware.h> reference.
16294         * config/i386/netware-libgcc.c,
16295         gcc/config/i386/netware-libgcc.def,
16296         gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
16297         gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
16298         gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
16299         gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
16301         * doc/extend.texi (Function Attributes,
16302         callee_pop_aggregate_return): Remove i?86-netware reference.
16303         * doc/install.texi (Configuration, --enable-threads): Remove nks.
16305 2011-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16307         PR target/49746
16308         Revert:
16309         2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16311         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
16312         patterns.
16314 2011-07-17  Eric Botcazou  <ebotcazou@adacore.com>
16316         PR middle-end/49732
16317         * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
16319 2011-07-16  Matthias Klose  <doko@ubuntu.com>
16321         * doc/install.texi: Document --enable-static-libjava.
16323 2011-07-15  Richard Henderson  <rth@redhat.com>
16325         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
16326         Replace all three arguments by returning a VEC of edges.
16327         (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
16328         pointers and counts.
16329         (fix_edges_for_rarely_executed_code): Merge ...
16330         (rest_of_handle_partition_blocks): ... into...
16331         (partition_hot_cold_basic_blocks): ... here.  Return todo items if
16332         any work was performed.
16333         (pass_partition_blocks): Clear todo_flags_finish.
16335 2011-07-15  Paolo Carlini  <paolo.carlini@oracle.com>
16336             Jakub Jelinek  <jakub@redhat.com>
16337             Jonathan Wakely  <jwakely.gcc@gmail.com>
16339         PR libstdc++/49745
16340         * gthr-posix.h: Do not include <unistd.h> unconditionally; use
16341         _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
16343 2011-07-15  Jason Merrill  <jason@redhat.com>
16345         PR testsuite/49741
16346         * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
16347         rather than --tool_opts.
16349 2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>
16351         * doc/plugins.texi (Building GCC plugins): gengtype needs its
16352         corresponding gtype.state.
16354 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16356         PR target/49723
16357         * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
16359 2011-07-15  Eric Botcazou  <ebotcazou@adacore.com>
16361         PR target/48220
16362         * doc/md.texi (Standard Names): Document window_save.
16363         * cfgexpand.c (expand_debug_parm_decl): New function extracted from
16364         expand_debug_expr and expand_debug_source_expr.  If the target has
16365         a window_save instruction, adjust the ENTRY_VALUE_EXP.
16366         (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
16367         SSA_NAME_VAR is a parameter.
16368         (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
16369         * var-tracking.c (parm_reg_t): New type and associated vector type.
16370         (windowed_parm_regs): New variable.
16371         (adjust_insn): If the target has a window_save instruction and this
16372         is the instruction, make its effect on parameter registers explicit.
16373         (next_non_note_insn_var_location): New function.
16374         (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
16375         (vt_add_function_parameter): If the target has a window_save insn,
16376         adjust the incoming RTL and record that in windowed_parm_regs.
16377         (vt_finalize): Free windowed_parm_regs.
16379 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
16381         * doc/invoke.texi (C6X Options): New section.
16382         * doc/md.texi (TI C6X family): New section.
16383         * config.gcc: Handle tic6x, in particular tic6x-*-elf and
16384         tic6x-*-uclinux.
16385         * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
16386         count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
16387         Provide C6X definitions.
16388         * config/c6x/c6x.md: New file.
16389         * config/c6x/constraints.md: New file.
16390         * config/c6x/predicates.md: New file.
16391         * config/c6x/c6x-sched.md.in: New file.
16392         * config/c6x/c6x-sched.md: New file.
16393         * config/c6x/gensched.sh: New file.
16394         * config/c6x/c6x-mult.md.in: New file.
16395         * config/c6x/genmult.sh: New file.
16396         * config/c6x/c6x-mult.md: New file.
16397         * config/c6x/sync.md: New file.
16398         * config/c6x/c6x-protos.h: New file.
16399         * config/c6x/sfp-machine.h: New file.
16400         * config/c6x/c6x.c: New file.
16401         * config/c6x/c6x.h: New file.
16402         * config/c6x/crti.s: New file.
16403         * config/c6x/crtn.s: New file.
16404         * config/c6x/lib1funcs.asm: New file.
16405         * config/c6x/c6x-modes.def: New file.
16406         * config/c6x/genopt.sh: New file.
16407         * config/c6x/c6x.opt: New file.
16408         * config/c6x/c6x-tables.opt: New file.
16409         * config/c6x/c6x-opts.h: New file.
16410         * config/c6x/c6x-isas.def: New file.
16411         * config/c6x/elf.h: New file.
16412         * config/c6x/elf-common.h: New file.
16413         * config/c6x/uclinux-elf.h: New file.
16414         * config/c6x/t-c6x: New file.
16415         * config/c6x/t-c6x-elf: New file.
16416         * config/c6x/t-c6x-uclinux: New file.
16417         * config/c6x/t-c6x-softfp: New file.
16418         * config/c6x/gtd.c: New file.
16419         * config/c6x/gtf.c: New file.
16420         * config/c6x/ltd.c: New file.
16421         * config/c6x/ltf.c: New file.
16422         * config/c6x/ged.c: New file.
16423         * config/c6x/gef.c: New file.
16424         * config/c6x/led.c: New file.
16425         * config/c6x/lef.c: New file.
16426         * config/c6x/eqd.c: New file.
16427         * config/c6x/eqf.c: New file.
16428         * config/c6x/libgcc-c6xeabi.ver: New file.
16430         Revert
16431         2003-07-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
16432         PR rtl-optimization/11320
16433         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
16434         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
16435         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
16436         current_sched_info->compute_jump_reg_dependencies. Record which
16437         registers are used and which registers are set by the jump.
16438         Clear deps->reg_conditional_sets after a barrier.
16439         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
16440         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
16441         (init_deps): Initialize reg_conditional_sets.
16442         (free_deps): Clear reg_conditional_sets.
16443         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
16444         Mark registers live on entry of the fallthrough block and conditionally
16445         set as set by the jump. Mark registers live on entry of non-fallthrough
16446         blocks as used by the jump.
16447         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
16448         Mark new parameters as unused.
16450 2011-07-14  Andrew Pinski  <pinskia@gmail.com>
16452         PR tree-opt/49309
16453         * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
16454         Use fold_build2_loc instead of build2.
16455         Use the correct type for the new tree.
16457 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16459         PR rtl-optimization/11320
16460         * config/ia64/ia64.md (load_symptr_low): Show a MEM.
16461         * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
16463 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
16465         PR target/49487
16466         * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
16467         of REG.
16468         (*rotw<mode>): Use const_int_operand for operand2.
16469         Use match_scatch for operand3.
16470         (*rotb<mode>): Ditto
16471         * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
16473 2011-07-14  Richard Guenther  <rguenther@suse.de>
16475         PR tree-optimization/49651
16476         * tree-ssa-structalias.c (get_constraint_for_1): Properly
16477         handle dereferences with subvariables.
16479 2011-07-14  Richard Guenther  <rguenther@suse.de>
16481         * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
16482         (fold_stmt_1): Do it here directly on gimple and as a first thing.
16484 2011-07-14  Richard Guenther  <rguenther@suse.de>
16486         * fold-const.c (fold_binary_loc): Convert the !bool_var result,
16487         not bool_var when folding bool_var != 1 or bool_var == 0.
16489 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16491         * haifa-sched.c (schedule_insns): Remove outdated comment.
16492         (schedule_block): When computing a known value for TODO_SPEC,
16493         just set it rather than using logical operations.
16494         (try_ready): Likewise.  Use a local variable rather than a
16495         pointer to TODO_SPEC.  Reorder an if statement to move the
16496         easy case to the then block.
16497         * sched-deps.c (dep_spec_p): New static function.
16498         (update_dep): Use it to decide whether to call
16499         change_spec_dep_to_hard.
16500         (get_back_and_forw_lists): Use it.
16501         (sd_resolve_dep): Likewise.
16502         (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
16503         (haifa_note_mem_dep): Likewise.
16504         (check_dep): Likewise.
16505         (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
16506         (sched_free_deps): Free in two passes.
16508 2011-07-14  Richard Sandiford  <richard.sandiford@linaro.org>
16510         PR middle-end/49736
16511         * expr.c (all_zeros_p): Undo bogus part of last change.
16513 2011-07-14  Matthias Klose <doko@ubuntu.com>
16515         * doc/extend.texi (optimize attribute): Fix typo.
16517 2011-07-14  Richard Guenther  <rguenther@suse.de>
16519         * gimplify.c (gimplify_expr): Only do required conversions.
16521 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
16523         PR target/43746
16524         * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
16525         i.e. use default_elf_select_section.
16526         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
16527         (READONLY_DATA_SECTION_ASM_OP): Remove.
16528         (TARGET_ASM_NAMED_SECTION): Move from here...
16529         * config/avr/avr.c: ...to here.
16530         (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
16531         (avr_asm_named_section): Make static.
16533 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16535         PR bootstrap/49739
16536         * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
16537         and crtfastmath.o for Linux/x86.
16539 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16541         * haifa-sched.c: Include "hashtab.h"
16542         (sched_no_dce): New global variable.
16543         (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
16544         SHADOW_P): New macros.
16545         (last_clock_var, cycle_issued_insns): Move declarations.
16546         (must_backtrack): New static variable.
16547         (struct delay_pair): New structure.
16548         (delay_htab, delay_htab_i2): New static variables.
16549         (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
16550         record_delay_slot_pair, pair_delay, add_delay_dependencies): New
16551         functions.
16552         (dep_cost_1): If delay pairs exist, try to look up the insns and
16553         use the correct pair delay if we find them.
16554         (rank-for_schedule): Tweak priority for insns that must be scheduled
16555         soon to avoid backtracking.
16556         (queue_insn): Detect conditions which force backtracking.
16557         (ready_add): Likewise.
16558         (struct sched_block_state): Add member shadows_only_p.
16559         (struct haifa_save_data): New structure.
16560         (backtrack_queue): New static variable.
16561         (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
16562         unschedule_insns_until, restore_last_backtrack_point,
16563         free_topmost_backtrack_point, free_backtrack_queue,
16564         estimate_insn_tick, estimate_shadow_tick): New functions.
16565         (prune_ready_list): New arg shadows_only_p.  All callers changed.
16566         If true, remove everything that isn't SHADOW_P.  Look up delay
16567         pairs and estimate ticks to avoid scheduling the first insn too early.
16568         (verify_shadows): New function.
16569         (schedule_block): Add machinery to enable backtracking.
16570         (sched_init): Take sched_no_dce into account when setting
16571         DF_LR_RUN_DCE.
16572         (free_delay_pairs): New function.
16573         (init_h_i_d): Initialize INSN_EXACT_TICK.
16574         * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
16575         * sched-deps.c (sd_unresolve_dep): New function.
16576         * sched-int. (struct haifa_sched_info): New fields save_state
16577         and restore_state.
16578         (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
16579         feeds_backtrack_insn and shadow_p.
16580         (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
16581         (sched_no_dce): Declare variable.
16582         (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
16583         sd_unresolve_dep): Declare functions.
16584         * modulo-sched.c (sms_sched_info): Clear the two new fields.
16585         * sched-rgn.c (rgn_const_sched_info): Likewise.
16586         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
16587         * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
16588         (ebb_sched_info): Add them for the two new fields.
16589         (add_deps_for_risky_insns): Call add_delay_dependencies.
16591 2011-07-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
16593         * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
16594         Rename -mr11.
16595         * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
16596         (rs6000_call_indirect_aix): Ditto.
16597         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
16598         (call_indirect_aix<ptrsize>_internal): Ditto.
16599         (call_indirect_aix<ptrsize>_nor11): Ditto.
16600         (call_indirect_aix<ptrsize>_internal2): Ditto.
16601         (call_value_indirect_aix<ptrsize>): Ditto.
16602         (call_value_indirect_aix<ptrsize>_internal): Ditto.
16603         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
16604         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
16605         * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
16607 2011-07-13  Jason Merrill  <jason@redhat.com>
16609         * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
16611 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16613         * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
16614         * config/spu/spu.md ("clrsb<mode>2"): New expander.
16616 2011-07-13  Thomas Schwinge  <thomas@schwinge.name>
16618         * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
16619         * configure: Regenerate.
16621 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16623         * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
16624         (asm_file_start): Remove.
16625         (spu_machine_dependent_reorg): Call compute_bb_for_insn and
16626         free_bb_for_insn around code that modifies insns before
16627         restarting df analysis.
16629 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16631         PR target/49541
16632         * config/sol2.h (LIB_SPEC): Simplify.  Move LIB_THREAD_LDFLAGS_SPEC ...
16633         (LINK_SPEC): ... here.
16635 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
16637         * haifa-sched.c (struct sched_block_state): New.
16638         (schedule_block): Move some local variables into such a structure.
16640 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16642         * config/i386/crtprec.c: Move to ../libgcc/config/i386.
16643         * config/i386/t-crtpc: Remove.
16644         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
16645         * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
16646         tmake_file.
16647         (x86_64-*-darwin*): Likewise.
16648         (i[34567]86-*-linux*): Likewise.
16649         (x86_64-*-linux*): Likewise.
16651         * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
16652         Handle -mpc32, -mpc64, -mpc80.
16654 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16656         * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
16657         * config/alpha/t-crtfm: Remove.
16658         * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
16659         * config/i386/t-crtfm: Remove.
16660         * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
16661         * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
16662         * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
16663         * config/sparc/t-crtfm: Remove.
16665         * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
16666         (alpha*-*-freebsd*): Likewise.
16667         (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
16668         (x86_64-*-darwin*): Likewise.
16669         (i[34567]86-*-linux*): Likewise.
16670         (x86_64-*-linux*): Likewise.
16671         (x86_64-*-mingw*): Likewise.
16672         (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
16673         (ia64*-*-freebsd*): Likewise.
16674         (ia64*-*-linux*): Likewise.
16675         (mips64*-*-linux*): Likewise.
16676         (mips*-*-linux*): Likewise.
16677         (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
16678         (sparc64-*-linux*): Likewise.
16679         (sparc64-*-freebsd*): Likewise.
16681 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16683         * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
16684         * config/darwin-crt3.c: Move to ../libgcc/config.
16685         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
16686         ($(T)crt3$(objext)): Remove.
16687         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
16688         ($(T)crt2$(objext)): Remove.
16689         * config.gcc (powerpc-*-darwin*): Remove extra_parts.
16690         (powerpc64-*-darwin*): Likewise.
16692 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
16694         * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
16696         * config/i386/i386.md (*addsi_1_zext): Renamed to ...
16697         (addsi_1_zext): This.
16699 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
16701         * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
16702         * doc/tm.texi: Regenerate.
16703         * target.def (mergeable_rodata_prefix): New defhookpod.
16704         * varasm.c (mergeable_string_section, mergeable_constant_section):
16705         Use it. Allocate name with alloca.
16707 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
16709         * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
16711 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
16713         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
16714         overlap check.
16716 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
16718         * tree.h (categorize_ctor_elements): Remove comment.  Fix long line.
16719         (count_type_elements): Delete.
16720         (complete_ctor_at_level_p): Declare.
16721         * expr.c (flexible_array_member_p): New function, split out from...
16722         (count_type_elements): ...here.  Make static.  Replace allow_flexarr
16723         parameter with for_ctor_p.  When for_ctor_p is true, return the
16724         number of elements that should appear in the top-level constructor,
16725         otherwise return an estimate of the number of scalars.
16726         (categorize_ctor_elements): Replace p_must_clear with p_complete.
16727         (categorize_ctor_elements_1): Likewise.  Use complete_ctor_at_level_p.
16728         (complete_ctor_at_level_p): New function, borrowing union logic
16729         from old categorize_ctor_elements_1.
16730         (mostly_zeros_p): Return true if the constructor is not complete.
16731         (all_zeros_p): Update call to categorize_ctor_elements.
16732         * gimplify.c (gimplify_init_constructor): Update call to
16733         categorize_ctor_elements.  Don't call count_type_elements.
16734         Unconditionally prevent clearing for variable-sized types,
16735         otherwise rely on categorize_ctor_elements to detect
16736         incomplete initializers.
16738 2011-07-13  Richard Guenther  <rguenther@suse.de>
16740         * tree-vrp.c (simplify_conversion_using_ranges): Make sure
16741         the final type is integral.
16743 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
16745         * sched-int.h (struct _dep): Add member cost.
16746         (DEP_COST, UNKNOWN_DEP_COST): New macros.
16747         * sched-deps.c (init_dep_1): Initialize DEP_COST.
16748         * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
16749         (sched_change_pattern): Reset it for dependent insns.
16751 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16753         * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
16754         ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
16755         * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
16756         * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
16757         (CRT0_S, MCRT0_S): Remove.
16758         ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
16759         Remove.
16760         (s-crt0): Remove.
16761         * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
16763 2011-07-12  Eric Botcazou  <ebotcazou@adacore.com>
16765         * cse.c (insert_with_costs): Put semi-colon after empty loop body
16766         on the next line.
16767         * emit-rtl.c (push_to_sequence): Likewise.
16768         * haifa-sched.c (max_issue): Likewise.
16769         * matrix-reorg.c (add_allocation_site): Likewise.
16770         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
16771         * reload.c (alternative_allows_const_pool_ref): Likewise.
16772         * sched-rgn.c (rgn_add_block): Likewise.
16773         (rgn_fix_recovery_cfg): Likewise.
16774         * tree.c (attribute_list_contained): Likewise.
16776 2011-07-12  Uros Bizjak  <ubizjak@gmail.com>
16778         * config/i386/i386.c: Tidy processor feature bitmasks.
16779         (m_P4_NOCONA): New.
16781 2011-07-12  Andrew Pinski  <pinskia@gmail.com>
16783         PR rtl-opt/49474
16784         * cprop.c (find_implicit_sets): Correct the condition.
16786 2011-07-12  Richard Henderson  <rth@redhat.com>
16788         PR target/49713
16789         * dwarf2out.h (dwarf_frame_regnum): Remove.
16790         * dwarf2out.c (based_loc_descr): Revert last change.  Initialize regno
16791         earlier from DWARF_FRAME_REGNUM.  Never use dbx_reg_number.
16792         * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
16793         (execute_dwarf2_frame): Initialize them.
16794         (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
16795         users of the macros with the variables.
16796         (expand_builtin_dwarf_sp_column): Revert last change.
16797         (expand_builtin_init_dwarf_reg_sizes): Likewise.  Compute the
16798         result of DWARF_FRAME_REGNUM into a local variable.
16800 2011-07-12  Richard Henderson  <rth@redhat.com>
16802         PR target/49714
16803         * config/i386/i386.c (x86_output_mi_thunk): Use
16804         machopic_indirect_call_target instead of machopic_indirection_name
16805         directly.
16807 2011-07-12  Laurent GUERBY  <laurent@guerby.net>
16808             Eric Botcazou  <ebotcazou@adacore.com>
16810         * prefix.h: Wrap up in extern "C" block.
16812 2011-07-12  Harsha Jagasia  <harsha.jagasia@amd.com>
16814         AMD bdver2 Enablement
16815         * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
16816         (case ${target}): Add bdver2.
16817         * config/i386/driver-i386.c (host_detect_local_cpu): Let
16818         -march=native recognize bdver2 processors.
16819         * config/i386/i386-c.c (ix86_target_macros_internal): Add
16820         bdver2 def_and_undef
16821         * config/i386/i386.c (struct processor_costs bdver2_cost): New
16822         bdver2 cost table.
16823         (m_BDVER2): New definition.
16824         (m_AMD_MULTIPLE): Includes m_BDVER2.
16825         (initial_ix86_tune_features): Add bdver2 tuning.
16826         (processor_target_table): Add bdver2 entry.
16827         (static const char *const cpu_names): Add bdver2 entry.
16828         (ix86_option_override_internal): Add bdver2 instruction sets.
16829         (ix86_issue_rate): Add bdver2.
16830         (ix86_adjust_cost): Add bdver2.
16831         (has_dispatch): Add bdver2.
16832         * config/i386/i386.h (TARGET_BDVER2): New definition.
16833         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
16834         (enum processor_type): Add PROCESSOR_BDVER2.
16835         * config/i386/i386.md (define_attr "cpu"): Add bdver2.
16836         * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
16837         description.
16839 2011-07-12  Richard Henderson  <rth@redhat.com>
16841         PR target/49714
16842         * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
16843         destination address in memory on some paths.
16845 2011-07-12  Bernd Schmidt  <bernds@codesourcery.com>
16847         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
16848         TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
16849         (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
16850         * function.c (locate_and_pad_parm): Take it into account.
16851         * target.def (function_arg_round_boundary): New hook.
16852         * targhooks.c (default_function_arg_round_boundary): New function.
16853         * targhooks.h (default_function_arg_round_boundary): Declare.
16854         * doc/tm.texi: Regenerate.
16856 2011-07-12  Richard Guenther  <rguenther@suse.de>
16858         * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
16859         Do not perform no-op changes.
16861 2011-07-12  Richard Sandiford  <richard.sandiford@linaro.org>
16863         * config/arm/predicates.md (neon_struct_operand): Make a normal
16864         predicate.
16865         (neon_struct_or_register_operand): New predicate.
16866         * config/arm/neon.md (movmisalign<mode>): Replace predicates
16867         with neon_struct_or_register_operand.
16868         (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
16869         neon_struct_operand instead of memory_operand.
16871 2011-07-12  Martin Jambor  <mjambor@suse.cz>
16873         * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
16874         * cgraph.c (cgraph_get_node_or_alias): Removed.
16875         (change_decl_assembler_name): Changed all calls to
16876         cgraph_get_node_or_alias to a call to cgraph_get_node.
16877         (cgraph_make_decl_local): Likewise.
16878         * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
16879         * varasm.c (default_binds_local_p_1): Likewise.
16880         (decl_binds_to_current_def_p): Likewise.
16882 2011-07-12  Jakub Jelinek  <jakub@redhat.com>
16884         PR tree-optimization/49712
16885         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
16887 2011-07-11  Bernd Schmidt  <bernds@codesourcery.com>
16889         * genautomata.c (add_arc): Return void.  All callers changed.
16890         (make_automaton): Remove dead code.
16892 2011-07-11  Richard Henderson  <rth@redhat.com>
16894         * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
16895         (DW_FRAME_POINTER_REGNUM): New.
16896         (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
16897         (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
16898         (dwf_regno): New.
16899         (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
16900         dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
16901         dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
16902         Use it.
16903         * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
16904         * dwarf2out.h (dwarf_frame_regnum): New.
16905         (struct cfa_loc): Document the domain of the reg member.
16907 2011-07-11  Uros Bizjak  <ubizjak@gmail.com>
16909         * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
16910         Use offset everywhere.  Always assert that offset <= TRAMPOLINE_SIZE.
16912 2011-07-11  Jakub Jelinek  <jakub@redhat.com>
16914         PR debug/49676
16915         * dwarf2out.c (int_shift_loc_descriptor): New function.
16916         (int_loc_descriptor): If shorter, emit i as
16917         (i >> shift), shift, DW_OP_shl for suitable shift value.
16918         Similarly, try to optimize large negative values using
16919         DW_OP_neg of a positive value if shorter.
16920         (size_of_int_shift_loc_descriptor): New function.
16921         (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
16922         changes.
16923         (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
16924         that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
16925         DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
16926         is shorter.
16927         (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
16928         addend as added DW_OP_plus if it is shorter.
16930 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16932         * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
16933         (DTORS_SECTION_ASM_OP): Define.
16935 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16937         * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
16938         * config/t-dfprules: Move to ../libgcc/config.
16939         * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
16940         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
16941         i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
16942         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
16943         Likewise.
16944         (i[34567]86-*-cygwin*): Likewise.
16945         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
16946         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
16947         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
16948         (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
16949         D64PBIT_FUNCS, D128PBIT_FUNCS.
16951 2011-07-11  Richard Guenther  <rguenther@suse.de>
16953         * tree-vrp.c (simplify_conversion_using_ranges): Manually
16954         translate the source value-range through the conversion chain.
16956 2011-07-11  Richard Sandiford  <richard.sandiford@linaro.org>
16958         * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
16960 2011-07-11  Arthur Loiret  <aloiret@debian.org>
16962         * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
16963         a bi-arch compiler defaulting to 31-bit. In this case:
16964         (tmake_file): Add s390/t-linux64.
16965         * doc/install.texi: Add s390-linux to the list of targets supporting
16966         --enable-targets=all.
16968 2011-07-11  Arthur Loiret  <aloiret@debian.org>
16969             Matthias Klose <doko@debian.org>
16971         * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
16972         a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
16973         (tm_file): Add mips/linux64.h.
16974         (tmake_file): Add mips/t-linux64.
16975         (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
16976         * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
16977         instead of hardcoded mabi=n32.
16978         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
16979         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
16980         convention.
16982 2011-07-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16984         * passes.c (init_optimization_passes): Add invariant motion pass
16985         after induction variable optimization.
16987 2011-07-11  Georg-Johann Lay  <avr@gjlay.de>
16989         PR target/39633
16990         * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
16991         offsets 1..5 set cc0 in a usable way.
16993 2011-07-11  Romain Geissler  <romain.geissler@gmail.com>
16995         * tree.h (call_expr_arg): Remove.
16996         (call_expr_argp): Likewise.
16998 2011-07-11  Eric Botcazou  <ebotcazou@adacore.com>
17000         * config/sparc/sparc.md (save_register_window_1): Rename to...
17001         (window_save): ...this.
17002         * config/sparc/sparc.c (emit_save_register_window): Rename to...
17003         (emit_window_save): ...this.
17004         (sparc_expand_prologue): Adjust to above renaming.
17006 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
17008         * config/i386/i386.c (ix86_trampoline_init): Use movl instead
17009         of movabs for x32.
17011 2011-07-10  Richard Henderson  <rth@redhat.com>
17013         * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
17014         run final, instead of emitting text directly.
17016 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
17018         * config/i386/i386.c (ix86_option_override_internal): Turn on
17019         OPTION_MASK_ISA_64BIT for TARGET_X32.  Only allow small and
17020         small PIC models for TARGET_X32.
17022 2011-07-10  Hans-Peter Nilsson  <hp@axis.com>
17024         PR target/49684
17025         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
17026         $(LIBGCC2_CFLAGS).
17028         PR bootstrap/49680
17029         * config/cris/cris.c (cris_asm_output_case_end): Robustify against
17030         stray notes and debug insns by using prev_nonnote_nondebug_insn
17031         instead of PREV_INSN.
17033 2011-07-09  Richard Henderson  <rth@redhat.com>
17035         * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
17036         DWARF_TYPE_SIGNATURE_SIZE): Move from ...
17037         * dwarf2out.c: ... here.
17038         (output_all_cfis): Remove.
17039         (dwarf2out_switch_text_section): Use output_cfis directly.
17040         (size_of_locs): Export.
17041         (output_loc_sequence, output_loc_sequence_raw): Export.
17042         (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
17043         output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
17044         output_cfa_loc_raw): Move to ...
17045         * dwarfcfi.c: ... here.
17046         * dwarf2out.h: Update decls.
17048 2011-07-09  Richard Henderson  <rth@redhat.com>
17050         * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
17051         DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
17052         * dwarf2cfi.c: ... here.
17053         (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
17054         (DWARF_ROUND, DWARF_CIE_ID): Remove.
17055         * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
17056         (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
17057         (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
17059 2011-07-09  Richard Henderson  <rth@redhat.com>
17061         * dwarf2cfi.c (cie_return_save): New.
17062         (queue_reg_save): Use compare_reg_or_pc.
17063         (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
17064         (dwarf2out_frame_debug_expr): Likewise.
17065         (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
17066         (initial_return_save): Likewise.
17067         (execute_dwarf2_frame): Save and restore initial return save from
17068         the cie to the fde.
17069         * config/mips/mips.c (mips_frame_set): Remove special case for
17070         DWARF_FRAME_RETURN_COLUMN.
17072 2011-07-09  Richard Henderson  <rth@redhat.com>
17074         * dwarf2cfi.c (lookup_cfa): Remove.
17075         (execute_dwarf2_frame): Assert queues are empty on entry.
17076         Setup initial cfa directly, not via lookup_cfa.
17077         Don't clear args_size state here.
17079 2011-07-09  Richard Henderson  <rth@redhat.com>
17081         * dwarf2cfi.c (add_cfi_vec): New.
17082         (add_cfi): Rename from add_fde_cfi.  Add the element to add_cfi_vec.
17083         (def_cfa_1, reg_save): Remove for_cie argument.  Update all callers.
17084         (execute_dwarf2_frame): Set add_cfi_vec.
17086 2011-07-09  Richard Henderson  <rth@redhat.com>
17088         * defaults.h (ASM_COMMENT_START): Move here...
17089         * dwarf2asm.c: ... from here.
17090         * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
17091         * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
17092         * varasm.c: Likewise.
17094 2011-07-09  Richard Henderson  <rth@redhat.com>
17096         PR debug/49686
17097         * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
17098         (create_cfi_notes): ... do it here instead.
17100 2011-07-09  Jakub Jelinek  <jakub@redhat.com>
17102         PR debug/49676
17103         * dwarf2out.c (size_of_int_loc_descriptor): New function.
17104         (address_of_int_loc_descriptor): Use it.
17105         (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
17107 2011-07-09  Richard Henderson  <rth@redhat.com>
17109         * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
17110         (prologue, epilogue): New.
17111         (return, *rts): New.
17112         (blockage, setd, seti): New.
17113         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
17114         (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
17115         (pdp11_saved_regno): New.
17116         (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
17117         generate rtl instead of text.
17118         (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
17119         (pdp11_sp_frame_offset): Export.  Use pdp11_saved_regno.
17120         * config/pdp11/pdp11-protos.h: Update.
17122 2011-07-09  Richard Henderson  <rth@redhat.com>
17124         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
17125         try to insert an rtl prologue here.
17126         (rs6000_output_function_epilogue): Similarly.
17127         * config/rs6000/rs6000.md (prologue): Emit a barrier to
17128         satisfy !TARGET_SCHED_PROLOG.
17129         (epilogue, sibcall_epilogue): Likewise.
17131 2011-07-09  Eric Botcazou  <ebotcazou@adacore.com>
17133         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
17134         (FP_REG_P): Delete.
17135         (IN_OR_GLOBAL_P): Likewise.
17137 2011-07-08  Jason Merrill  <jason@redhat.com>
17139         PR c++/45437
17140         * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
17141         compound assignment.
17143         * cgraph.c (cgraph_add_to_same_comdat_group): New.
17144         * cgraph.h: Declare it.
17145         * ipa.c (function_and_variable_visibility): Make sure thunks
17146         have the right visibility.
17148 2011-07-08  Richard Henderson  <rth@redhat.com>
17150         PR bootstrap/49680
17151         * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
17152         any tablejump vector.
17154         PR bootstrap/49680
17155         * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
17156         end of the prologue.
17158 2011-07-08  Jakub Jelinek  <jakub@redhat.com>
17160         PR target/49621
17161         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
17162         CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
17163         * config/rs6000/vector.md (vector_select_<mode>,
17164         vector_select_<mode>_uns): Change second operand of NE to
17165         CONST0_RTX (<MODE>mode) instead of const0_rtx.
17166         * config/rs6000/altivec.md (*altivec_vsel<mode>,
17167         *altivec_vsel<mode>_uns): Expect second operand of NE to be
17168         zero_constant of the corresponding vector mode.
17169         * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
17170         Likewise.
17172 2011-07-08  Sebastian Pop  <sebastian.pop@amd.com>
17174         * graphite-dependences.c (build_alias_set_powerset): Remove
17175         continue from loop, add one more assert.
17177 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
17179         PR target/46779
17180         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
17181         In particular, allow 8-bit values in r28 and r29.
17182         (avr_hard_regno_scratch_ok): Disallow any register that might be
17183         part of the frame pointer.
17184         (avr_hard_regno_rename_ok): Same.
17185         (avr_legitimate_address_p): Don't allow SUBREGs.
17187 2011-07-08  Julian Brown  <julian@codesourcery.com>
17189         * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
17190         big-endian mode.
17191         (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
17192         (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
17193         (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
17194         (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
17195         (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
17196         (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
17197         (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
17198         registers in big-endian mode.
17200 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
17202         * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
17203         in terms of another.
17204         (write_attr_value): Write a cast if necessary.
17206         * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
17207         * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
17208         (REG_WORDS_BIG_ENDIAN): Document.
17209         * doc/tm.texi: Regenerate.
17210         * reload.c (operands_match_p): Take it into account.
17211         (reload_adjust_reg_for_mode): Likewise.
17212         * rtlanal.c (subreg_get_info): Likewise.
17214 2011-07-08  Richard Guenther  <rguenther@suse.de>
17216         * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
17217         folding.
17219 2011-07-08  Kai Tietz  <ktietz@redhat.com>
17221         * fold-const.c (fold_truth_andor): Factored out truth_andor
17222         label from fold_binary as function.
17223         (fold_binary_loc): Replace truth_andor lable
17224         by function fold_truth_andor.
17226 2011-07-08  Kirill Yukhin  <kirill.yukhin@intel.com>
17228         PR middle-end/49519
17229         * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
17230         check if address is stored in register. If so - give up.
17231         (check_sibcall_argument_overlap_1): Do not perform check of
17232         overlapping when it is call to address.
17234 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
17236         * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
17237         of magic '31'.
17239 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
17241         * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
17242         GET_MODE_BITSIZE where appropriate.
17243         (widen_leading, expand_parity, expand_ctz, expand_ffs,
17244         expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
17245         expand_float, expand_fix): Likewise.
17246         * expr.c (convert_move, convert_modes, expand_expr_real_2,
17247         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
17248         * stor-layout.c (get_mode_bounds): Likewise.
17249         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
17250         Likewise.
17251         * convert.c (convert_to_integer): Likewise.
17252         * expmed.c (expand_shift_1): Likewise.
17254         * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
17255         a bitsize.
17257         * optabs.c (expand_binop): Tighten conditions for doubleword
17258         expansions.
17259         (widen_bswap): Assert that mode bitsize and precision are the same.
17260         * stor-layout.c (get_best_mode): Skip modes that have lower
17261         precision than bitsize.
17262         * recog.c (simplify_while_replacing): Assert that bitsize and
17263         precision are the same.
17265 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17267         * Makefile.in (LIBGCOV): Remove.
17268         (libgcc.mvars): Remove LIBGCOV.
17269         * libgov.c: Move to ../libgcc.
17271 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17273         * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
17275 2011-07-08  Martin Jambor  <mjambor@suse.cz>
17277         * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
17278         is too big for total scalarization.
17280 2011-07-07  Richard Henderson  <rth@redhat.com>
17282         * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
17283         (DBX_DEBUGGING_INFO): Undef.
17285 2011-07-07  Richard Henderson  <rth@redhat.com>
17287         * dwarf2out.c (output_cfi_directive): Export.  Add FILE parameter.
17288         Handle some opcodes specially for debugging.
17289         * print-rtl.c: Include dwarf2out.h
17290         (print_rtx): Handle NOTE_INSN_CFI.
17291         * Makefile.in (print-rtl.o): Update.
17293 2011-07-07  Richard Henderson  <rth@redhat.com>
17295         * tree-pass.h (pass_dwarf2_frame): Declare.
17296         * passes.c (init_optimization_passes): Add it.
17297         * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
17298         (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
17299         make static, do not call add_cfis_to_fde.
17300         (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
17301         dwarf2out_frame_init): Merge into...
17302         (execute_dwarf2_frame): ... here.  New function.
17303         (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean.  Change
17304         saved_do_cfi_asm to a tri-state variable.
17305         (gate_dwarf2_frame, pass_dwarf2_frame): New.
17306         * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
17307         if it has yet to be done.  Don't call dwarf2cfi_function_init.
17308         * dwarf2out.h, debug.h: Update decls.
17309         * final.c (final_start_function): Don't call
17310         dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
17311         * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
17312         * toplev.c (lang_dependent_init): Likewise.
17314 2011-07-07  Richard Henderson  <rth@redhat.com>
17316         * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
17317         FDE_TABLE_INCREMENT): Replace with...
17318         (fde_vec): ... this, a new vector.
17319         (current_fde): Remove.  Replace all users with cfun->fde.
17320         (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
17321         (size_of_aranges, dwarf2out_finish): Likewise.
17322         (dwarf2out_alloc_current_fde): Break out from ...
17323         (dwarf2out_begin_prologue): ... here.
17324         (dwarf2out_frame_init): Remove.
17325         * dwarf2cfi.c: Update all users of current_fde.
17326         (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
17327         * dwarf2out.h: Update decls.
17328         (dw_fde_node): Add fde_index member.
17329         * function.h (struct function): Add fde member.
17331 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17332             Richard Henderson  <rth@redhat.com>
17334         * dwarf2cfi.c (add_cfi): Remove.
17335         (dwarf2out_cfi_label): Remove force argument.  Only generate the
17336         label name.
17337         (add_fde_cfi): Simplify the different code paths.
17338         (add_cie_cfi): New.
17339         (old_cfa, old_cfa_remember): New.
17340         (def_cfa_1, reg_save): Remove label, add for_cie parameter.
17341         (last_reg_save_label): Remove.
17342         (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
17343         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
17344         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
17345         dwarf2out_frame_debug_cfa_expression,
17346         dwarf2out_frame_debug_cfa_restore,
17347         dwarf2out_frame_debug_cfa_window_save,
17348         dwarf2out_frame_debug_expr): Remove label parameter.
17349         (cfi_label_required_p, add_cfis_to_fde): New.
17350         (dwarf2out_frame_debug_after_prologue): New.
17351         (dwarf2cfi_frame_init): Initialize old_cfa.
17352         (dwarf2out_frame_debug_restore_state): Likewise.
17353         * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
17354         (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
17355         * final.c (final_start_function): Call
17356         dwarf2out_frame_debug_after_prologue.
17358 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17359             Richard Henderson  <rth@redhat.com>
17361         * dwarf2cfi.c (cfi_insn): New.
17362         (dwarf2out_cfi_label): Don't emit cfi label here.
17363         (add_fde_cfi): Create a NOTE_INSN_CFI.
17364         (dwarf2out_frame_debug): Setup cfi_insn.
17365         (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
17366         (dwarf2out_cfi_begin_epilogue): Make static.
17367         (dwarf2out_frame_debug_restore_state): Make static.
17368         * dwarf2out.c (output_cfi_directive): Make static.
17369         (dwarf2out_emit_cfi): New.
17370         * dwarf2out.h: Update.
17371         * final.c (final): Remove CFI notes.
17372         (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
17373         dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
17374         Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
17375         * insn-notes.def (NOTE_INSN_CFI): New.
17376         (NOTE_INSN_CFI_LABEL): New.
17377         * rtl.h (union rtunion_def): Add rt_cfi member.
17378         (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
17380 2011-07-07  Richard Henderson  <rth@redhat.com>
17382         * dwarf2cfi.c: New file.
17383         * Makefile.in (OBJS): Add it.
17384         (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
17385         * gengtype.c (open_base_files): Include dwarf2out.h.
17386         * coretypes.h (enum var_init_status): Move from ...
17387         * rtl.h: ... here.
17388         * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
17389         dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
17390         expand_builtin_dwarf_sp_column, init_return_column_size,
17391         expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
17392         dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
17393         lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
17394         old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
17395         stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
17396         compute_barrier_args_size, dwarf2out_args_size,
17397         dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
17398         queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
17399         compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
17400         queue_reg_save, dwarf2out_flush_queued_reg_saves,
17401         clobbers_queued_reg_save, reg_saved_in, cfa_temp,
17402         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
17403         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
17404         dwarf2out_frame_debug_cfa_expression,
17405         dwarf2out_frame_debug_cfa_restore,
17406         dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
17407         dwarf2out_frame_debug, dwarf2out_frame_debug_init,
17408         dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
17409         get_cfa_from_loc_descr): Move to dwarf2cfi.c.
17410         (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
17411         dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
17412         dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
17413         dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
17414         dw_loc_descr_node): Move to dwarf2out.h.
17415         (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
17416         mem_loc_descriptor): Export.
17417         (build_cfa_aligned_loc): Export.  Take CFA as a parameter.
17418         (dwarf2out_frame_init): Extract CIE generation code to
17419         dwarf2cfi_frame_init.
17421 2011-07-07  Eric Botcazou  <ebotcazou@adacore.com>
17423         PR target/49660
17424         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
17425         MASK_V8PLUS, remove commented out flag and reorder.
17427 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
17429         PR c/49644
17430         * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
17431         one non-complex and one complex argument, call c_save_expr on both
17432         operands.
17434 2011-07-07  Martin Jambor  <mjambor@suse.cz>
17436         PR middle-end/49495
17437         * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
17438         (verify_cgraph_node): Some functinality moved to
17439         verify_edge_corresponds_to_fndecl, call it.
17441 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
17443         * config.gcc (*local*): Remove.
17444         * doc/install-old.texi: Don't mention local configurations.
17446 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
17448         PR debug/49522
17449         * df-problems.c (dead_debug_reset): Remove dead_debug_uses
17450         referencing debug insns that have been reset.
17451         (dead_debug_insert_before): Don't assert reg is non-NULL,
17452         instead return immediately if it is NULL.
17454 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
17456         * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
17458 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17460         * hw-doloop.c: New file.
17461         * hw-doloop.h: New file.
17462         * Makefile.in (OBJS): Add hw-doloop.o.
17463         (hw-doloop.o): New rule.
17464         ($(obj_out_file)): Add hw-doloop.h dependency.
17465         * config/bfin/bfin.c: Include "hw-doloop.h".
17466         (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
17467         (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
17468         (hwloop_optimize): Renamed from bfin_optimize_loop.  Argument
17469         type changed to hwloop_info.  Return bool, true if the loop was
17470         successfully optimized.  Remove code that was moved to
17471         hw-doloop.c, and adjust other parts.
17472         (hwloop_fail): New static function, containing parts that used
17473         to be in bfin_optimize_loop.
17474         (bfin_discover_loop, bfin_discover_loops, free_loops,
17475         bfin_reorder_loops): Remove.
17476         (hwloop_pattern_reg): New static function.
17477         (bfin_doloop_hooks): New variable.
17478         (bfin_reorg_loops): Remove most code, call reorg_loops.
17479         * config/bfin/bfin.md (doloop_end splitter): Also enable if
17480         loop counter is a memory_operand.
17482 2011-07-07  H.J. Lu  <hongjiu.lu@intel.com>
17484         * config.gcc: Support --with-multilib-list for x86 Linux targets.
17486         * configure.ac: Mention x86-64 for --with-multilib-list.
17487         * configure: Regenerated.
17489         * config/i386/gnu-user64.h (SPEC_64): Support x32.
17490         (SPEC_32): Likewise.
17491         (ASM_SPEC): Likewise.
17492         (LINK_SPEC): Likewise.
17493         (TARGET_THREAD_SSP_OFFSET): Likewise.
17494         (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
17495         (SPEC_X32): New.
17497         * config/i386/i386.h (TARGET_X32): New.
17498         (TARGET_LP64): New.
17499         (LONG_TYPE_SIZE): Likewise.
17500         (POINTER_SIZE): Likewise.
17501         (POINTERS_EXTEND_UNSIGNED): Likewise.
17502         (OPT_ARCH64): Support x32.
17503         (OPT_ARCH32): Likewise.
17505         * config/i386/i386.opt (mx32): New.
17507         * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
17508         (GLIBC_DYNAMIC_LINKERX32): Likewise.
17509         * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
17510         (GLIBC_DYNAMIC_LINKERX32): Likewise.
17512         * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
17513         (BIONIC_DYNAMIC_LINKERX32): Likewise.
17514         (GNU_USER_DYNAMIC_LINKERX32): Likewise.
17516         * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
17518         * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
17520         * doc/invoke.texi: Document -mx32.
17522 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
17524         * doc/invoke.texi (mwords-little-endian): Deprecate.
17525         * config/arm/arm.opt (mwords-little-endian): Likewise.
17526         * config/arm/arm.c (arm_option_override): Warn about the deprecation
17527         of -mwords-little-endian.
17529 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
17531         * reload1.c (choose_reload_regs): Use mode sizes to check whether
17532         an old reload register completely defines the required value.
17534 2011-07-07  Richard Guenther  <rguenther@suse.de>
17536         * fold-const.c (fold_unary_loc): Do not strip sign-changes
17537         for NEGATE_EXPR.
17539 2011-07-07  Richard Guenther  <rguenther@suse.de>
17541         * tree-vrp.c (simplify_conversion_using_ranges): New function.
17542         (simplify_stmt_using_ranges): Call it.
17544 2011-07-07  Kai Tietz  <ktietz@redhat.com>
17546         * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
17547         (lookup_logical_inverted_value): Likewise.
17548         (simplify_bitwise_binary_1): Likewise.
17549         (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
17551 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
17553         * gcc.c (%[Spec]): Don't document.
17554         (struct spec_list): Update comment.
17555         (do_spec_1): Don't handle %[Spec].
17556         * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
17558 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
17560         * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
17561         default based on TARGET_ASM_NAMED_SECTION.
17562         * common/common-target.def (have_named_sections): Default to true.
17563         * common/config/default-common.c: Don't include tm.h.
17564         * common/config/picochip/picochip-common.c
17565         (TARGET_HAVE_NAMED_SECTIONS): Don't define.
17566         * common/config/m32c/m32c-common.c: Remove.
17567         * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
17568         * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17569         * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17570         * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17571         * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17572         * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17573         * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17575 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
17577         PR middle-end/49640
17578         * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
17579         and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
17581 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17583         PR libmudflap/49550
17584         * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
17586 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17588         PR target/39150
17589         * configure.ac (gcc_cv_as_hidden): Also accept
17590         x86_64-*-solaris2.1[0-9]*.
17591         (gcc_cv_as_cfi_directive): Likewise.
17592         (gcc_cv_as_comdat_group_group): Likewise.
17593         (set_have_as_tls): Likewise.
17594         * configure: Regenerate.
17595         * config.gcc (i[34567]86-*-solaris2*): Also handle
17596         x86_64-*-solaris2.1[0-9]*.
17597         * config.host (i[34567]86-*-solaris2*): Likewise.
17598         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
17599         * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
17600         [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
17601         (TARGET_LD_EMULATION): Use it.
17602         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
17603         (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
17604         * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
17605         (ASM_CPU64_DEFAULT_SPEC): Define.
17606         (ASM_CPU_SPEC): Use %(asm_cpu_default).
17607         (ASM_SPEC): Redefine.
17608         (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
17609         * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
17610         * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
17611         (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
17612         configuration.
17613         (Specific, x86_64-*-solaris2.1[0-9]*): Document.
17615 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17617         * config/sol2.h (ASM_SPEC): Split into ...
17618         (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
17619         * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
17620         * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
17621         (ASM_SPEC): Use ASM_SPEC_BASE.
17622         * config/sparc/sol2.h (ASM_SPEC): Redefine.
17624 2011-07-07  Georg-Johann Lay  <avr@gjlay.de>
17626         * config/avr/avr.md (*reload_insi): Change predicate #1 to
17627         const_int_operand.  Ditto for peep2 producing this insn.
17628         Add argument to output_reload_insisf call.
17629         (*movsi,*movsf): Add argument to output_movsisf call.
17630         (*reload_insf): New insn and new peep2 to produce it.
17631         * config/avr/avr-protos.h (output_movsisf): Change prototype.
17632         (output_reload_insisf): Change prototype.
17633         * config/avr/avr.c (avr_asm_len): New function.
17634         (output_reload_insisf): Rewrite.
17635         (output_movsisf): Change prototype.  output_reload_insisf for
17636         all CONST_INT and CONST_DOUBLE.  ALlow moving 0.0f to memory.
17637         (adjust_insn_length): Add argument to output_movsisf and
17638         output_reload_insisf call.
17640 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17642         * emit-rtl.c (paradoxical_subreg_p): New function.
17643         * rtl.h (paradoxical_subreg_p): Declare.
17644         * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
17645         apply_distributive_law, simplify_comparison, simplify_set): Use it.
17646         * cse.c (record_jump_cond, cse_insn): Likewise.
17647         * expr.c (force_operand): Likewise.
17648         * rtlanal.c (num_sign_bit_copies1): Likewise.
17649         * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
17650         * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
17651         (push_reload): Use precision to check for paradoxical subregs.
17652         * expmed.c (extract_bit_field_1): Likewise.
17654         * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
17655         * combine.c (set_nonzero_bits_and_sign_copies): Use it.
17656         (find_split-point, combine_simplify_rtx, simplify_if_then_else,
17657         simplify_set, simplify_logical, expand_compound_operation,
17658         make_extraction, force_to_mode, if_then_else_cond, extended_count,
17659         try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
17660         record_value_for_reg): Likewise.
17661         * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
17662         * simplify-rtx. c (simplify_unary_operation_1,
17663         simplify_binary_operation_1, simplify_const_relational_operation):
17664         Likewise.
17666         * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
17667         instead of GET_MODE_BITSIZE where appropriate.
17668         * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
17669         num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
17670         init_num_sign_bit_copies_in_rep): Likewise.
17671         * cse.c (fold_rtx, cse_insn): Likewise.
17672         * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
17673         * simplify-rtx.c (simplify_unary_operation_1,
17674         simplify_const_unary_operation, simplify_binary_operation_1,
17675         simplify_const_binary_operation, simplify_ternary_operation,
17676         simplify_const_relational_operation, simplify_subreg): Likewise.
17677         * combine.c (try_combine, find_split_point, combine_simplify_rtx,
17678         simplify_if_then_else, simplify_set, expand_compound_operation,
17679         expand_field_assignment, make_extraction, if_then_else_cond,
17680         make_compound_operation, force_to_mode, make_field_assignment,
17681         reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
17682         extended_count, try_widen_shift_mode, simplify_shift_const_1,
17683         simplify_comparison, record_promoted_value, simplify_compare_const,
17684         record_dead_and_set_regs_1): Likewise.
17686         Revert:
17687         * simplify-rtx.c (simplify_const_binary_operation): Use the
17688         shift_truncation_mask hook instead of performing modulo by width.
17689         Compare against mode precision, not bitsize.
17690         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
17691         Use shift_truncation_mask instead of constructing the value manually.
17693 2011-07-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
17695         * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
17696         declaration.
17697         (rs6000_save_toc_in_prologue_p): Ditto.
17699         * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
17700         up the static chain (r11) during indirect function calls.
17701         (-msave-toc-indirect): New undocumented debug switch.
17703         * config/rs6000/rs6000.c (struct machine_function): Add
17704         save_toc_in_prologue field to note whether the prologue needs to
17705         save the TOC value in the reserved stack location.
17706         (rs6000_emit_prologue): Use TOC_REGNUM instead of 2.  If we need
17707         to save the TOC in the prologue, do so.
17708         (rs6000_trampoline_init): Don't allow creating AIX style
17709         trampolines if -mno-r11 is in effect.
17710         (rs6000_call_indirect_aix): New function to create AIX style
17711         indirect calls, adding support for -mno-r11 to suppress loading
17712         the static chain, and saving the TOC in the prologue instead of
17713         the call body.
17714         (rs6000_save_toc_in_prologue_p): Return true if we are saving the
17715         TOC in the prologue.
17717         * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
17718         register numbers.
17719         (TOC_REGNUM): Ditto.
17720         (STATIC_CHAIN_REGNUM): Ditto.
17721         (ARG_POINTER_REGNUM): Ditto.
17722         (SFP_REGNO): Delete, unused.
17723         (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
17724         function descriptor offsets.
17725         (TOC_SAVE_OFFSET_64BIT): Ditto.
17726         (AIX_FUNC_DESC_TOC_32BIT): Ditto.
17727         (AIX_FUNC_DESC_TOC_64BIT): Ditto.
17728         (AIX_FUNC_DESC_SC_32BIT): Ditto.
17729         (AIX_FUNC_DESC_SC_64BIT): Ditto.
17730         (ptrload): New mode attribute for the appropriate load of a pointer.
17731         (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
17732         (call_indirect_aix64): Ditto.
17733         (call_value_indirect_aix32): Ditto.
17734         (call_value_indirect_aix64): Ditto.
17735         (call_indirect_nonlocal_aix32_internal): Ditto.
17736         (call_indirect_nonlocal_aix32): Ditto.
17737         (call_indirect_nonlocal_aix64_internal): Ditto.
17738         (call_indirect_nonlocal_aix64): Ditto.
17739         (call): Rewrite AIX indirect function calls.  Add support for
17740         eliminating the static chain, and for moving the save of the TOC
17741         to the function prologue.
17742         (call_value): Ditto.
17743         (call_indirect_aix<ptrsize>): Ditto.
17744         (call_indirect_aix<ptrsize>_internal): Ditto.
17745         (call_indirect_aix<ptrsize>_internal2): Ditto.
17746         (call_indirect_aix<ptrsize>_nor11): Ditto.
17747         (call_value_indirect_aix<ptrsize>): Ditto.
17748         (call_value_indirect_aix<ptrsize>_internal): Ditto.
17749         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
17750         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
17751         (call_nonlocal_aix32): Relocate in the rs6000.md file.
17752         (call_nonlocal_aix64): Ditto.
17754         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
17755         -mno-r11 documentation.
17757 2011-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
17759         PR other/49658
17760         * doc/extend.texi (Compound Literals): Fix typo.
17762 2011-07-06  James Greenhalgh  <james.greenhalgh@arm.com>
17764         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
17766 2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>
17768         * configure.ac (plugin-version.h): Generate
17769         GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
17770         GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
17771         macros.
17773         * configure: Regenerate.
17775         * doc/plugins.texi (Building GCC plugins): Mention
17776         GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
17778 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
17780         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
17781         * combine.c (make_extraction, gen_lowpart_or_truncate,
17782         apply_distributive_law, simplify_comparison,
17783         reg_truncated_to_mode, record_truncated_value): Use it.
17784         * cse.c (notreg_cost): Likewise.
17785         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
17786         * expr.c (convert_move, convert_modes): Likewise.
17787         * optabs.c (expand_binop, expand_unop): Likewise.
17788         * postreload.c (move2add_last_label): Likewise.
17789         * regmove.c (optimize_reg_copy_3): Likewise.
17790         * rtlhooks.c (gen_lowpart_general): Likewise.
17791         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
17793 2011-07-06  Joseph Myers  <joseph@codesourcery.com>
17795         * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
17797 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
17799         * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
17800         * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
17801         (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
17802         (simplify_const_unary_operation, simplify_binary_operation_1,
17803         simplify_const_binary_operation, simplify_const_relational_operation):
17804         Use them.  Use GET_MODE_MASK for masking and sign-extensions.
17805         * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
17806         combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
17807         simplify_shift_const_1, simplify_comparison): Likewise.
17808         * expr.c (convert_modes): Likewise.
17809         * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
17810         * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
17811         * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
17813         * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
17815 2011-07-06  Richard Guenther  <rguenther@suse.de>
17817         PR tree-optimization/49645
17818         * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
17819         register variables.
17820         * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
17821         in type qualification here ...
17822         (copy_reference_ops_from_ref): ... not here.
17823         (vn_reference_lookup_3): ... or here.
17824         (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
17825         (vn_reference_lookup): Do the lookup with a valueized ao-ref.
17827 2011-07-06  Ian Lance Taylor  <iant@google.com>
17829         * doc/install.texi (Configuration): It's
17830         --enable-gnu-indirect-function, not --enable-indirect-function.
17832 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
17834         * simplify-rtx.c (simplify_const_binary_operation): Use the
17835         shift_truncation_mask hook instead of performing modulo by width.
17836         Compare against mode precision, not bitsize.
17837         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
17838         Use shift_truncation_mask instead of constructing the value manually.
17840 2011-07-06  H.J. Lu  <hongjiu.lu@intel.com>
17842         PR middle-end/47383
17843         * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
17844         address computation and convert to address_mode if needed.
17846 2011-07-06  Richard Guenther  <rguenther@suse.de>
17848         * tree.c (build_common_tree_nodes_2): Merge with
17849         build_common_tree_nodes.
17850         * tree.h (build_common_tree_nodes): Adjust prototype.
17851         (build_common_tree_nodes_2): Remove.
17852         * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
17853         * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
17855 2011-07-05  Jakub Jelinek  <jakub@redhat.com>
17857         PR tree-optimization/49618
17858         * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
17859         t recurse on the decl.
17860         <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
17861         return true if expr isn't known to be defined in current
17862         TU or some other LTO partition.
17864 2011-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
17866         * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
17867         override CASE_VALUES_THRESHOLD.
17869         * stmt.c (toplevel): Include params.h.
17870         (case_values_threshold): Use the --param case-values-threshold
17871         value if non-zero, otherwise use machine dependent value.
17872         (expand_case): Use case_values_threshold.
17874         * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
17876         * doc/invoke.texi (--param case-values-threshold): Document.
17878 2011-07-05  Richard Henderson  <rth@redhat.com>
17880         * dwarf2out.c (dwarf2out_cfi_label): Make static.
17881         (dwarf2out_flush_queued_reg_saves): Make static.
17882         (dwarf2out_reg_save): Remove.
17883         (dwarf2out_return_save): Remove.
17884         (dwarf2out_return_reg): Remove.
17885         (dwarf2out_reg_save_reg): Remove.
17886         (dwarf2out_def_cfa): Merge into ...
17887         (dwarf2out_frame_init): ... here.
17888         * dwarf2out.h, tree.h: Remove declarations as necessary.
17890 2011-07-05  Richard Henderson  <rth@redhat.com>
17892         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
17893         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
17894         (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
17895         the alloc insn.
17897         * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
17898         (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
17899         (process_epilogue): Don't call dwarf2out_def_cfa.
17901         * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
17902         indicate the return address save.
17903         (process_cfa_register): Likewise.
17905         * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
17906         (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
17908         * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
17909         for ar.pfs save at alloc insn.
17911 2011-07-05  Richard Henderson  <rth@redhat.com>
17913         * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
17914         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
17915         (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
17916         stack pointer save.
17917         (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
17918         (arm_unwind_emit): Walk REG_NOTES for unwinding notes.  Emit
17919         proper unwind info for a REG_CFA_REGISTER save of stack pointer.
17920         * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
17922 2011-07-05  Richard Henderson  <rth@redhat.com>
17924         * config/vax/vax.md (define_c_enum unspecv): New.  Define the
17925         VUNSPEC_* constants here instead of via define_constants.
17926         (VUNSPEC_PEM): New constant.
17927         (procedure_entry_mask): New insn.
17928         (prologue): New expander.
17929         * config/vax/vax.c (vax_add_reg_cfa_offset): New.
17930         (vax_expand_prologue): Rename from vax_output_function_prologue;
17931         emit rtl instead of text.
17932         (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
17933         (print_operand): Add 'x' prefix.
17935 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17937         PR middle-end/47715
17938         * calls.c (precompute_register_parameters): Promote the function
17939         argument before checking non-legitimate constant.
17941 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17943         PR tree-optimization/47654
17944         * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
17945         (lst_do_strip_mine_loop): Return an int.
17946         (lst_do_strip_mine): Same.
17947         (scop_do_strip_mine): Same.
17948         (scop_do_block): Loop blocking should strip-mine at least two loops.
17949         * graphite-interchange.c (lst_interchange_select_outer): Return an int.
17950         (scop_do_interchange): Same.
17951         * graphite-poly.h (scop_do_interchange): Update declaration.
17952         (scop_do_strip_mine): Same.
17954 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17956         * graphite-clast-to-gimple.c (precision_for_value): Removed.
17957         (precision_for_interval): Removed.
17958         (gcc_type_for_interval): Use mpz_sizeinbase.
17960 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17962         * graphite-ppl.h (value_max): Correct computation of max.
17964 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17966         * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
17968 2011-07-05  Richard Guenther  <rguenther@suse.de>
17970         * c-decl.c (c_init_decl_processing): Defer building common
17971         tree nodes to c_common_nodes_and_builtins.
17973 2011-07-05  Razya Ladelsky  <razya@il.ibm.com>
17975         PR tree-optimization/49580
17976         * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
17977         the loop's number of iterations.
17978         * tree-parloops.c (transform_to_exit_first_loop): Add the
17979         handling of the loop's number of iterations before the call
17980         to gimple_duplicate_sese_tail.
17981         Insert the stmt caclculating the new rhs of the loop's
17982         condition stmt to the preheader instead of iters_bb.
17984 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17986         PR rtl-optimization/47449
17987         * fwprop.c (forward_propagate_subreg): Don't propagate hard
17988         register nor zero/sign extended hard register.
17990 2011-07-05  Richard Guenther  <rguenther@suse.de>
17992         PR tree-optimization/49518
17993         PR tree-optimization/49628
17994         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
17995         irrelevant and invariant data-references.
17996         (vect_analyze_data_ref_access): For invariant loads clear the
17997         group association.
17999 2011-07-04  Jakub Jelinek  <jakub@redhat.com>
18001         PR rtl-optimization/49619
18002         * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
18003         pass VOIDmode as op0_mode to recursive call, and return temp even
18004         when different from tor, just if it is not IOR of the original
18005         PLUS arguments.
18007         PR rtl-optimization/49472
18008         * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
18009         negating MULT, negate the second operand instead of first.
18010         (simplify_binary_operation_1) <case MULT>: If one operand is
18011         a NEG and the other is MULT, don't attempt to optimize by negation
18012         of the MULT operand if it only moves the NEG operation around.
18014         PR debug/49602
18015         * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
18016         get_current_def return value if it can't be trusted to be
18017         the current value of the variable in the current bb.
18019 2011-07-04  Uros Bizjak  <ubizjak@gmail.com>
18021         PR target/49600
18022         * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
18023         general register to memory for !TARGET_INTER_UNIT_MOVES.
18025 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
18027         PR target/44643
18028         * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
18029         instead of TREE_READONLY.
18031 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
18033         * doc/extend.texi (AVR Built-in Functions): Update documentation
18034         of __builtin_avr_fmul*.
18035         * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
18036         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
18037         * config/avr/avr.md (fmul): Rename to fmul_insn.
18038         (fmuls): Rename to fmuls_insn.
18039         (fmulsu): Rename to fmulsu_insn.
18040         (fmul,fmuls,fmulsu): New expander.
18041         (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
18042         * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
18043         * config/avr/libgcc.S (__fmul): New function.
18044         (__fmuls): New function.
18045         (__fmulsu,__fmulsu_exit): New function.
18047 2011-07-04  Richard Guenther  <rguenther@suse.de>
18049         PR tree-optimization/49615
18050         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
18051         basic-block index check.
18053 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
18055         * longlong.h (count_leading_zeros, count_trailing_zeros,
18056         COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
18057         resp. 64.
18059 2011-07-03  Ira Rosen  <ira.rosen@linaro.org>
18061         PR tree-optimization/49610
18062         * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
18063         a basic block.
18065 2011-07-02  Eric Botcazou  <ebotcazou@adacore.com>
18066             Olivier Hainque  <hainque@adacore.com>
18067             Nicolas Setton  <setton@adacore.com>
18069         * tree.h (TYPE_ARTIFICIAL): New flag.
18070         * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
18071         the DIE of the type if it is artificial.
18072         (gen_array_type_die): Likewise.
18073         (gen_enumeration_type_die): Likewise.
18074         (gen_struct_or_union_type_die): Likewise.
18075         * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
18076         * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
18078 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
18080         * tree-object-size.c (pass_through_call): Handle
18081         BUILT_IN_ASSUME_ALIGNED.
18083 2011-07-01  Martin Jambor  <mjambor@suse.cz>
18085         * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
18087 2011-07-01  H.J. Lu  <hongjiu.lu@intel.com>
18089         PR middle-end/48016
18090         * explow.c (update_nonlocal_goto_save_area): Use proper mode
18091         for stack save area.
18092         * function.c (expand_function_start): Likewise.
18094 2011-07-01  Richard Guenther  <rguenther@suse.de>
18096         PR middle-end/49596
18097         * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
18098         may have unknown refs.
18100 2011-07-01  Kai Tietz  <ktietz@redhat.com>
18102         * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
18104 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18106         * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
18107         * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
18108         (Specific, mips-sgi-irix6): Likewise.
18110 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18112         PR libmudflap/49549
18113         * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
18115 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
18117         * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
18118         [idx]= and [idx1 ... idx2]= before initializers if needed for
18119         array initializers.
18121 2011-07-01  Chen Liqin  <liqin.gcc@gmail.com>
18123         * config.gcc (score-*-elf): Remove score7.o.
18124         * config/score/t-score-elf: Likewise.
18125         * config/score/score.c: Merge score7 to score.c and
18126         remove forwarding functions.
18127         * config/score/score7.c: Deleted.
18128         * config/score/score7.h: Deleted.
18130 2011-07-01  Richard Guenther  <rguenther@suse.de>
18132         PR tree-optimization/49603
18133         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
18135 2011-06-30  Martin Jambor  <mjambor@suse.cz>
18137         * tree-sra.c (struct access): Rename total_scalarization to
18138         grp_total_scalarization
18139         (completely_scalarize_var): New function.
18140         (sort_and_splice_var_accesses): Set total_scalarization in the
18141         representative access.
18142         (analyze_access_subtree): Propagate total scalarization accross the
18143         tree, no holes in totally scalarized trees, simplify coverage
18144         computation.
18145         (analyze_all_variable_accesses): Call completely_scalarize_var instead
18146         of completely_scalarize_record.
18148 2011-06-30  Richard Henderson  <rth@redhat.com>
18150         * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
18151         (TARGET_DEEP_BRANCH_PREDICTION): Remove.
18152         * config/i386/i386.c: Don't include dwarf2out.h.
18153         (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
18154         (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
18155         all code dead thereafter.  Don't do dwarf2out_flush_queued_reg_saves.
18156         (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
18157         (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
18159 2011-06-30  Richard Henderson  <rth@redhat.com>
18161         * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
18162         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
18163         * final.c (final_scan_insn): Look for it, and invoke
18164         dwarf2out_frame_debug before the insn if found.
18166 2011-06-30  Richard Henderson  <rth@redhat.com>
18168         * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
18169         as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
18171 2011-06-30  Richard Henderson  <rth@redhat.com>
18173         * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
18174         Define a vector of this type.
18175         (regs_saved_in_regs): Use a VEC.
18176         (num_regs_saved_in_regs): Remove.
18177         (compare_reg_or_pc): New.
18178         (record_reg_saved_in_reg): Split out from...
18179         (dwarf2out_flush_queued_reg_saves): ... here.
18180         (clobbers_queued_reg_save): Update for VEC.
18181         (reg_saved_in): Likewise.
18182         (dwarf2out_frame_debug_init): Likewise.
18183         (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
18184         (dwarf2out_frame_debug_cfa_register): Likewise.
18186 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
18188         PR tree-optimization/49572
18189         * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
18190         type of the RHS instead of that of the LHS for the expression type.
18192 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
18194         * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
18195         unconditionally.
18197 2011-06-30  Richard Guenther  <rguenther@suse.de>
18199         * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
18200         * tree-ssa-structalias.c (create_variable_info_for): Do not
18201         add initial constraints for non-var-decls.  Properly handle
18202         globals in other ltrans partitions.
18203         (intra_create_variable_infos): Manually create constraints for
18204         the fake no-alias parameter.
18205         (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
18206         and assert there are no clones.
18208 2011-06-30  Richard Guenther  <rguenther@suse.de>
18210         PR tree-optimization/46787
18211         * tree-data-ref.c (dr_address_invariant_p): Remove.
18212         (find_data_references_in_stmt): Invariant accesses are ok now.
18213         * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
18214         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
18215         invariant loads.
18217 2011-06-30  Martin Jambor  <mjambor@suse.cz>
18219         PR tree-optimization/49094
18220         * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
18221         (build_accesses_from_assign): Use it.
18223 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
18225         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
18226         handling of BUILT_IN_ASSUME_ALIGNED.
18228         PR debug/49364
18229         * dwarf2out.c (output_abbrev_section): Don't return early
18230         if abbrev_die_table_in_use is 1.
18231         (dwarf2out_finish): Instead don't call output_abbrev_section
18232         nor emit abbrev_section_label in that case.
18234 2011-06-30  Nick Clifton  <nickc@redhat.com>
18236         * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
18237         for the V850E.
18239 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
18241         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
18242         handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
18244 2011-06-30  Ira Rosen  <ira.rosen@linaro.org>
18246         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
18247         both pattern and original statements if necessary.
18248         (vect_transform_loop): Likewise.
18249         * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
18250         * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
18251         Mark the pattern statement only if the original statement doesn't
18252         have its own uses.
18253         (process_use): Call vect_mark_relevant with additional parameter.
18254         (vect_mark_stmts_to_be_vectorized): Likewise.
18255         (vect_get_vec_def_for_operand): Use vectorized pattern statement.
18256         (vect_analyze_stmt): Handle both pattern and original statements
18257         if necessary.
18258         (vect_transform_stmt): Don't store vectorized pattern statement
18259         in the original statement.
18260         (vect_is_simple_use_1): Use related pattern statement only if the
18261         original statement is irrelevant.
18262         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
18264 2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
18266         * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
18267         option.
18268         * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
18269         entry.
18270         (TARGET_AVX128_OPTIMAL): New definition.
18271         * config/i386/i386.c (initial_ix86_tune_features): Initialize
18272         X86_TUNE_AVX128_OPTIMAL entry.
18273         (ix86_option_override_internal): Enable the generation
18274         of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
18275         (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
18276         (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
18278 2011-06-29  Eric Botcazou  <ebotcazou@adacore.com>
18280         PR tree-optimization/49539
18281         * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
18282         names by means of stmt_references_abnormal_ssa_name.
18283         (associate_plusminus): Call can_propagate_from before propagating
18284         from definition statements.
18285         (ssa_forward_propagate_and_combine): Remove superfluous newline.
18287 2011-06-29  Richard Guenther  <rguenther@suse.de>
18289         * doc/invoke.texi: Document -scev dump modifier.
18290         * tree-pass.h (TDF_SCEV): New dump flag.
18291         * tree-dump.c (dump_option_value_in): Add scev.
18292         * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
18293         * tree-scalar-evolution.c: Likewise.
18295 2011-06-29  Nathan Sidwell  <nathan@codesourcery.com>
18297         * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
18298         (cxa_type_match): Correct declaration.
18299         (__gnu_unwind_pr_common): Reconstruct additional indirection
18300         when __cxa_type_match returns succeeded_with_ptr_to_base.
18302 2011-06-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18304         PR rtl-optimization/49114
18305         * reload.c (struct replacement): Remove SUBREG_LOC member.
18306         (push_reload): Do not set it.
18307         (push_replacement): Likewise.
18308         (subst_reload): Remove dead code.
18309         (copy_replacements): Remove assertion.
18310         (copy_replacements_1): Do not handle SUBREG_LOC.
18311         (move_replacements): Likewise.
18312         (find_replacement): Remove dead code.  Use reload_adjust_reg_for_mode.
18313         Detect subregs via recursive descent instead of via SUBREG_LOC.
18315 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
18317         * config/avr/avr.c (avr_encode_section_info): Dispatch to
18318         default_encode_section_info.
18320 2011-06-29  Richard Sandiford  <richard.sandiford@linaro.org>
18322         PR tree-optimization/49545
18323         * builtins.c (get_object_alignment_1): Update function comment.
18324         Do not use DECL_ALIGN for functions, but test
18325         TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
18326         * fold-const.c (get_pointer_modulus_and_residue): Don't check
18327         for functions here.
18328         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
18330 2011-06-29  Jakub Jelinek  <jakub@redhat.com>
18332         PR debug/49567
18333         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
18334         non-MODE_INT modes instead of asserting the mode has MODE_INT class.
18336 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
18338         PR target/34734
18339         * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
18340         about uninitialized data attributed 'progmem' from here...
18341         (avr_encode_section_info): ...to this new function.
18342         (TARGET_ENCODE_SECTION_INFO): New define.
18343         (avr_section_type_flags): For data in ".progmem.data", remove
18344         section flag SECTION_WRITE.
18346 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
18348         * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
18349         _xmulhisi3_exit.
18350         * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
18351         (__mulhisi3): Optimize if have MUL*.  Use XJMP instead of rjmp.
18352         (__umulhisi3): Ditto.
18353         * config/avr/avr.md (mulhisi3): New insn expender.
18354         (umulhisi3): New insn expender.
18355         (*mulhisi3_call): New insn.
18356         (*umulhisi3_call): New insn.
18358 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
18360         * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
18362 2011-06-28  Richard Henderson  <rth@redhat.com>
18364         * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop.  Delete
18365         all code and arguments that handled pushes.  Update all callers.
18367 2011-06-28  Richard Henderson  <rth@redhat.com>
18369         * config/arm/arm.c (arm_output_function_prologue): Don't call
18370         thumb1_output_function_prologue.
18371         (arm_expand_prologue): Avoid dead store.
18372         (number_of_first_bit_set): Use ctz_hwi.
18373         (thumb1_emit_multi_reg_push): New.
18374         (thumb1_expand_prologue): Merge thumb1_output_function_prologue
18375         to emit the entire prologue as rtl.
18376         (thumb1_output_interwork): Split out from
18377         thumb1_output_function_prologue.
18378         (thumb1_output_function_prologue): Remove.
18379         (arm_attr_length_push_multi): Handle thumb1.
18380         * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
18381         (prologue_thumb1_interwork): New.
18382         (*push_multi): Allow thumb1; use push_mult_memory_operand.
18383         * config/arm/predicates.md (push_mult_memory_operand): New.
18385 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
18387         * config/sparc/sync.md (*stbar): Delete.
18388         (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
18390 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
18392         * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
18394 2011-06-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18396         * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
18397         (TARGET_64BIT_DEFAULT): Define.
18398         * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
18399         of tm_file.
18400         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
18402 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
18404         * common.opt (in_lto_p): New Variable entry.
18405         * flags.h (in_lto_p): Move to common.opt.
18406         * gcc.c: Include params.h.
18407         (set_option_handlers): Also use common_handle_option and
18408         target_handle_option.
18409         (main): Call global_init_params, finish_params and init_options_struct.
18410         * opts.c (debug_type_names): Move from toplev.c.
18411         (print_filtered_help): Access quiet_flag through opts pointer.
18412         (common_handle_option): Return early in the driver for some options.
18413         Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
18414         opts pointer.
18415         * toplev.c (in_lto_p): Move to common.opt.
18416         (debug_type_names): Move to opts.c.
18417         * Makefile.in (OBJS): Remove opts.o.
18418         (OBJS-libcommon-target): Add opts.o.
18419         (gcc.o): Update dependencies.
18421 2011-06-28  Kai Tietz  <ktietz@redhat.com>
18423         * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
18425 2011-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18427         * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
18428         with '=' constraint modifier.
18429         (*divdf3_vfp): Likewise.
18430         ("*mulsf3_vfp"): Likewise.
18431         ("*muldf3_vfp"): Likewise.
18432         ("*mulsf3negsf_vfp"): Likewise.
18433         ("*muldf3negdf_vfp"): Likewise.
18435 2011-06-28  Nick Clifton  <nickc@redhat.com>
18437         * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
18438         relaxation when performing an incremental link.
18440 2011-06-28  Kai Tietz  <ktietz@redhat.com>
18442         * tree-ssa-math-opts.c (execute_optimize_bswap): Search
18443         within BB from last to first.
18445 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
18447         * genattr-common.c: New.  Based on genattr.c.
18448         * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
18449         (MOSTLYCLEANFILES): Add insn-attr-common.h.
18450         (opts.o): Update dependencies.
18451         (.PRECIOUS): Add insn-attr-common.h.
18452         (simple_rtl_generated_h): Add insn-attr-common.h.
18453         (build/genattr-common.o): New.
18454         (genprogrtl): Add attr-common.
18455         * genattr.c (main): Include insn-attr-common.h.  Don't generate
18456         definitions of DELAY_SLOTS or INSN_SCHEDULING.
18457         * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
18459 2011-06-28  Georg-Johann Lay  <avr@gjlay.de>
18461         * config.gcc (tm_file): Add elfos.h and avr/elf.h for
18462         avr-*-* and avr-*-rtems* targets.
18464         * config/avr/elf.h: New file.
18465         (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
18466         (TARGET_ASM_SELECT_SECTION): Define.
18467         (INIT_SECTION_ASM_OP): Undefine.
18468         (FINI_SECTION_ASM_OP): Undefine.
18469         (READONLY_DATA_SECTION_ASM_OP): Undefine.
18470         (PCC_BITFIELD_TYPE_MATTERS): Undefine.
18471         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
18472         * config/avr/avr.h:
18473         (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
18474         (TARGET_ASM_NAMED_SECTION): Move to elf.h.
18475         (MAX_OFILE_ALIGNMENT): Move to elf.h.
18476         (STRING_LIMIT): Move to elf.h.
18477         (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
18478         (ASM_DECLARE_OBJECT_NAME): Remove.
18479         (ESCAPES): Remove.
18480         (ASM_OUTPUT_SKIP): Remove.
18481         (DWARF2_DEBUGGING_INFO): Remove.
18482         (OBJECT_FORMAT_ELF): Remove.
18483         (USER_LABEL_PREFIX): Remove.
18484         (ASM_OUTPUT_EXTERNAL): Remove.
18485         (ASM_OUTPUT_ASCII): Remove.
18486         (TYPE_ASM_OP): Remove.
18487         (SIZE_ASM_OP): Remove.
18488         (WEAK_ASM_OP): Remove.
18489         (STRING_ASM_OP): Remove.
18490         (SET_ASM_OP): Remove.
18491         (ASM_WEAKEN_LABEL): Remove.
18492         (TYPE_OPERAND_FMT): Remove.
18493         (ASM_DECLARE_FUNCTION_SIZE): Remove.
18494         (ASM_FINISH_DECLARE_OBJECT): Remove.
18495         (NO_DOLLAR_IN_LABEL): Remove.
18496         (ASM_GENERATE_INTERNAL_LABEL): Remove.
18497         (ASM_OUTPUT_CASE_LABEL): Remove.
18498         * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
18499         ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
18500         (gas_output_ascii): Remove.
18501         (gas_output_limited_string): Remove.
18502         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
18503         * config/avr/avr-protos.h
18504         (gas_output_ascii): Remove prototye.
18505         (gas_output_limited_string): Remove prototype.
18507 2011-06-27  Richard Earnshaw  <rearnsha@arm.com>
18509         PR target/48637
18510         * arm.c (arm_print_operand): Allow sym+offset.  Don't abort on invalid
18511         asm operands.
18513 2011-06-27  Jan Hubicka  <jh@suse.cz>
18515         * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
18516         node instead of references in node.
18518 2011-06-27  Richard Henderson  <rth@redhat.com>
18520         * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
18521         * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
18522         inside ifdef.
18524 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
18526         * c-decl.c (union lang_tree_node): Use it in chain_next expression.
18528         * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
18529         * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
18530         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
18531         find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
18532         * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
18533         (evaluate_stmt, execute_fold_all_builtins): Handle
18534         BUILT_IN_ASSUME_ALIGNED.
18535         * tree-ssa-dce.c (propagate_necessity): Likewise.
18536         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
18537         call_may_clobber_ref_p_1): Likewise.
18538         * builtins.c (is_simple_builtin, expand_builtin): Likewise.
18539         (expand_builtin_assume_aligned): New function.
18540         * doc/extend.texi (__builtin_assume_aligned): Document.
18542         PR debug/49544
18543         * cselib.c (promote_debug_loc): If cselib_preserve_constants
18544         and l has two DEBUG_INSN owned locs instead of just one, adjust
18545         the second location's setting_insn too.
18547 2011-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18549         PR libmudflap/38738
18550         * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
18552 2011-06-27  Nick Clifton  <nickc@redhat.com>
18554         * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
18555         bit position of highest bit set into a count of the high zero bits.
18557 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18559         * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
18561 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18563         PR lto/48492
18564         * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
18565         to a NULL parent.
18567 2011-06-27  Richard Guenther  <rguenther@suse.de>
18569         PR tree-optimization/49394
18570         * passes.c (execute_one_pass): Restore current_pass after
18571         applying IPA transforms.
18573 2011-06-27  Kai Tietz  <ktietz@redhat.com>
18575         * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
18576         out of type precision after operation.
18577         (find_bswap): Take for limit value the integer auto-promotion
18578         into account.
18580 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18582         * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
18583         forward scan as well.
18585 2011-06-27  Tristan Gingold  <gingold@adacore.com>
18587         PR target/44241
18588         * config/vms/vms-protos.h: New file.
18589         * config/vms/vms-crtlmap.map: New file.
18590         * config/vms/vms.c: New file.
18591         * config/vms/make-crtlmap.awk: New file.
18592         * config/vms/vms-crtl.h: File removed.
18593         * config/vms/vms-crtl-64.h: File removed.
18594         * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
18595         * config/alpha/vms64.h: Do not include vms-crtl-64.h
18596         * config/alpha/alpha.c (alpha_init_builtins): Remove code to
18597         clear some builtins on VMS.  Calls vms_patch_builtins.
18598         (avms_asm_output_external): Remove.
18599         * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
18600         (struct crtl_name_spec): Remove
18601         (DO_CTRL_NAMES): Remove.
18602         * config/ia64/vms.h (struct crtl_name_spec): Remove
18603         (DO_CTRL_NAMES): Remove.
18604         * config/ia64/ia64.c (alpha_init_builtins): Remove code to
18605         clear some builtins on VMS.  Calls vms_patch_builtins.
18606         (ia64_asm_output_external): Remove DO_CRTL_NAME.
18607         * config/ia64/vms64.h: Do not include vms-crtl-64.h
18608         * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
18610 2011-06-27  Tristan Gingold  <gingold@adacore.com>
18612         * config/alpha/alpha.c (alpha_end_function): Always generate .end
18613         directive on VMS.
18615 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18617         * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
18618         the function receives nonlocal gotos.
18620 2011-06-27  Richard Guenther  <rguenther@suse.de>
18622         PR tree-optimization/49536
18623         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
18624         For non-scalar inner types use a scalar type according to
18625         the scalar inner mode.
18627 2011-06-27  Richard Guenther  <rguenther@suse.de>
18629         PR tree-optimization/49365
18630         * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
18632 2011-06-27  Richard Guenther  <rguenther@suse.de>
18634         PR tree-optimization/49169
18635         * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
18636         the alignment of function decls.
18638 2011-06-26  Iain Sandoe  <iains@gcc.gnu.org>
18640         PR target/47997
18641         * config/darwin.c (darwin_mergeable_string_section): Place string
18642         constants in '.cstring' rather than '.const' when CF/NSStrings are
18643         active.
18645 2011-06-26  Eric Botcazou  <ebotcazou@adacore.com>
18647         * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
18648         (emit_save_register_window): Likewise.
18649         (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
18650         (sparc_flat_expand_prologue): Add comment.  Always emit blockage.
18651         Swap back %o7/%i7 in register naming.
18653 2011-06-25  Iain Sandoe  <iains@gcc.gnu.org>
18655         PR driver/49371
18656         * config/darwin.c (darwin_override_options): Improve warning when
18657         mdynamic-no-pic is given together with fPIC/fpic, also warn when it
18658         is given with fpie/fPIE.
18659         * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
18660         * config/darwin9.h (PIE_SPEC): New.
18662 2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
18664         * timevar.c (timevar_print): Increase width for display of timevar
18665         name.
18667 2011-06-24  Jakub Jelinek  <jakub@redhat.com>
18669         PR c++/46400
18670         * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
18671         instead of TYPE_CHAIN for chain_next for types.
18673 2011-06-24  Richard Henderson  <rth@redhat.com>
18675         * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
18676         (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
18677         * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
18678         (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
18679         (sparc_flat_expand_prologue): Emit individual instructions
18680         instead of one of the above.
18682 2011-06-24  Easwaran Raman  <eraman@google.com>
18684         PR rtl-optimization/49429
18685         PR target/49454
18686         * expr.c (emit_block_move_hints):  Mark MEM_EXPR(x) and
18687         MEM_EXPR(y) addressable if emit_block_move_via_libcall is
18688         used to copy y into x.
18689         * calls.c (initialize_argument_information): Mark
18690         an argument addressable if it is passed by invisible reference.
18691         (emit_library_call_value_1): Mark  MEM_EXPR (val) addressable
18692         if it is passed by reference.
18694 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
18696         PR rtl-optimization/49504
18697         * rtlanal.c (nonzero_bits1): Properly handle addition or
18698         subtraction of a pointer in Pmode if pointers extend unsigned.
18699         (num_sign_bit_copies1): Likewise.
18701 2011-06-24  Martin Jambor  <mjambor@suse.cz>
18703         PR tree-optimizations/49516
18704         * tree-sra.c (sra_modify_assign): Choose the safe path for
18705         aggregate copies if we also did scalar replacements.
18707 2011-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18709         PR target/49335
18710         * config/arm/predicates.md (add_operator): New.
18711         * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
18713 2011-06-24  Andi Kleen  <ak@linux.intel.com>
18715         * tree-sra.c (type_internals_preclude_sra_p): Add msg
18716         parameter. Split up ifs and report reason in *msg.
18717         (reject): Add.
18718         (find_var_candiate): Add msg variable.
18719         Split up ifs and report reason to reject.
18720         (find_param_candidates): Add msg variable.
18721         Pass msg to type_internals_preclude_sra_p.
18723 2011-06-23  Jeff Law  <law@redhat.com>
18725         PR middle-end/48770
18726         * reload.h (reload): Change to return a bool.
18727         * ira.c (ira): If requested by reload, run a fast DCE pass after
18728         reload has completed.  Fix comment typo.
18729         * reload1.c (need_dce): New file scoped static.
18730         (reload): Set reload_completed here.  Return whether or not a DCE
18731         pass after reload is needed.
18732         (delete_dead_insn): Set need_dce as needed.
18734         PR middle-end/49465
18735         * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
18736         to detect threading through joiner block.  If there was already
18737         an edge to the new target, then do not change the PHI nodes.
18739 2011-06-23  Jakub Jelinek  <jakub@redhat.com>
18741         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
18742         get_pointer_alignment to see if base isn't sufficiently aligned.
18744 2011-06-23  Jan Hubicka  <jh@suse.cz>
18746         PR tree-optimize/49373
18747         * tree-pass.h (all_late_ipa_passes): Declare.
18748         * cgraphunit.c (init_lowered_empty_function): Fix properties.
18749         (cgraph_optimize): Execute late passes; remove unreachable funcions
18750         after materialization.
18751         * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
18752         LTOing.
18753         * passes.c (all_late_ipa_passes): Declare.
18754         (dump_passes, register_pass): Handle late ipa passes.
18755         (init_optimization_passes): Move ipa_pta to late passes; schedule
18756         fixup_cfg at beggining of all_passes.
18757         (apply_ipa_transforms): New function.
18758         (execute_one_pass): When doing simple ipa pass, apply all transforms.
18760 2011-06-23  Joseph Myers  <joseph@codesourcery.com>
18762         * params.c: Include common/common-target.h.  Don't include tm.h.
18763         (lang_independent_params): Move from toplev.c.
18764         (global_init_params): New.
18765         * params.h (global_init_params): Declare.
18766         * target.def (default_params): Move to common-target.def.
18767         * toplev.c (lang_independent_options): Remove.
18768         (lang_independent_params): Move to params.c.
18769         (general_init): Use global_init_params.
18770         * common/common-target.def (option_default_params): Move from
18771         target.def.
18772         * common/config/ia64/ia64-common.c: Include params.h.
18773         (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18774         from ia64.c.
18775         * common/config/rs6000/rs6000-common.c: Include params.h.
18776         (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18777         from rs6000.c.
18778         * common/config/sh/sh-common.c: Include params.h.
18779         (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18780         from sh.c.
18781         * common/config/spu/spu-common.c: Include params.h.
18782         (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18783         from spu.c.
18784         * config/ia64/ia64.c (ia64_option_default_params,
18785         TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
18786         * config/rs6000/rs6000.c (rs6000_option_default_params,
18787         TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
18788         * config/sh/sh.c (sh_option_default_params,
18789         TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
18790         * config/spu/spu.c (spu_option_default_params,
18791         TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
18792         * Makefile.in (OBJS): Remove params.o.
18793         (OBJS-libcommon-target): Add params.o.
18794         (params.o, $(common_out_object_file)): Update dependencies.
18795         * doc/tm.texi: Regenerate.
18797 2011-06-23  Alan Modra  <amodra@gmail.com>
18799         PR bootstrap/49383
18800         * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
18801         invocation for 2011-06-09 changes.
18803 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
18805         PR libgomp/49490
18806         * omp-low.c (expand_omp_for_static_nochunk): Only
18807         use n ceil/ nthreads size for the first n % nthreads threads in the
18808         team instead of all threads except for the last few ones which
18809         get less work or none at all.
18811         PR debug/49496
18812         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
18813         uses.
18815 2011-06-22  Richard Guenther  <rguenther@suse.de>
18817         PR tree-optimization/49493
18818         * tree-ssa-structalias.c (get_constraint_for_ssa_var):
18819         Refer to the alias target of variables.
18820         (associate_varinfo_to_alias_1): Remove.
18821         (ipa_pta_execute): Do not associate aliases with anything.
18822         * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
18823         (cgraph_function_node): Likewise.
18824         (cgraph_function_or_thunk_node): Likewise.
18825         (varpool_variable_node): Likewise.
18827 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
18829         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
18830         * config.gcc (arm*-*-linux*): Default to gnu tls.
18831         (arm*-*-*): Add --with-tls option.
18832         (all_defaults): Add 'tls'.
18834 2011-06-22  Richard Henderson  <rth@redhat.com>
18836         * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
18837         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
18838         (dwarf2out_frame_debug_cfa_window_save): Rename from
18839         dwarf2out_window_save; make static.
18840         * tree.h (dwarf2out_window_save): Don't declare.
18842         * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
18843         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
18844         (emit_save_register_window): Rename from gen_save_register_window;
18845         emit the insn and add REG_CFA_* notes.
18846         (sparc_expand_prologue): Update to match.
18847         * config/sparc/sparc.md (save_register_window_1): Simplify from
18848         save_register_window<P:mode>.
18850 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
18852         PR target/49497
18853         * config/i386/i386.md (*lea_general_2): Always allow SImode.
18854         (*lea_general_2_zext): Likewise.
18855         (imul to lea peepholes): Use const359_operand and check
18856         TARGET_PARTIAL_REG_STALL.
18858         * config/i386/predicates.md (const359_operand): New.
18860 2011-06-22  Michael Matz  <matz@suse.de>
18862         * cgraphunit.c (assemble_thunk): Use correct return type.
18864 2011-06-22  Dmitry Plotnikov  <dplotnikov@ispras.ru>
18865             Dmitry Melnik  <dm@ispras.ru>
18867         * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
18868         (neon_output_shift_immediate): Ditto.
18869         * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
18870         prototype.
18871         (neon_output_shift_immediate): Ditto.
18872         * config/arm/neon.md (vashl<mode>3): Modified constraint.
18873         (vashr<mode>3_imm): New insn pattern.
18874         (vlshr<mode>3_imm): Ditto.
18875         (vashr<mode>3): Modified constraint.
18876         (vlshr<mode>3): Ditto.
18877         * config/arm/predicates.md (imm_for_neon_lshift_operand): New
18878         predicate.
18879         (imm_for_neon_rshift_operand): Ditto.
18880         (imm_lshift_or_reg_neon): Ditto.
18881         (imm_rshift_or_reg_neon): Ditto.
18883         * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
18885 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
18887         * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
18888         builtin calls even if likelyvalue is not CONSTANT.
18889         Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
18890         Return get_value_for_expr of first operand
18891         for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
18892         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
18893         BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
18894         their non-checking counterparts.
18895         (call_may_clobber_ref_p_1): Likewise.
18896         (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
18897         like their non-checking counterparts.
18898         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
18899         Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
18900         like their non-checking counterparts.
18901         (find_func_clobbers): Likewise.
18902         * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
18903         like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
18905         * dwarf2out.c (size_of_loc_descr, output_loc_operands,
18906         mark_base_types, hash_loc_operands, compare_loc_operands): Allow
18907         DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
18908         of base type reference as argument.
18909         (resolve_addr_in_expr): Likewise.  Fix keep computation.
18910         (convert_descriptor_to_signed): Renamed to...
18911         (convert_descriptor_to_mode): ... this.  For wider types convert to
18912         unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
18913         (typed_binop): New function.
18914         (scompare_loc_descriptor, ucompare_loc_descriptor,
18915         minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
18916         default to unsigned type instead of signed.
18918         PR debug/47858
18919         * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
18920         (gimple_build_debug_source_bind_stat): New prototype.
18921         (gimple_build_debug_source_bind): Define.
18922         (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
18923         gimple_debug_source_bind_get_value,
18924         gimple_debug_source_bind_get_value_ptr,
18925         gimple_debug_source_bind_set_var,
18926         gimple_debug_source_bind_set_value): New inlines.
18927         * gimple.c (gimple_build_debug_source_bind_stat): New function.
18928         * gimple-pretty-print.c (dump_gimple_debug): Handle
18929         GIMPLE_DEBUG_SOURCE_BIND.
18930         * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
18931         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
18932         * tree-parloops.c (eliminate_local_variables,
18933         separate_decls_in_region): Likewise.
18934         (separate_decls_in_region_debug): Renamed from
18935         separate_decls_in_region_debug_bind.  Handle
18936         gimple_debug_source_bind_p.
18937         * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
18938         prototypes.
18939         (DECL_HAS_DEBUG_ARGS_P): Define.
18940         (struct tree_function_decl): Add has_debug_args_flag field.
18941         * tree.c (debug_args_for_decl): New variable.
18942         (decl_debug_args_lookup, decl_debug_args_insert): New functions.
18943         * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
18944         (rewrite_debug_stmt_uses): New function.
18945         (rewrite_stmt): Use it to rewrite debug stmt uses.
18946         * rtl.def (DEBUG_PARAMETER_REF): New.
18947         * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
18948         * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
18949         DEBUG_PARAMETER_REF.
18950         * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
18951         * print-rtl.c (print_rtx): Likewise.
18952         * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
18953         SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
18954         debug stmts in the first bb.
18955         * tree-inline.c (remap_ssa_name): If remapping default def
18956         of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
18957         a source bind debug stmt.
18958         (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
18959         (maybe_move_debug_stmts_to_successors): Likewise.
18960         (copy_debug_stmt): Likewise.  Avoid shadowing a variable.
18961         (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
18962         debug args vector from old_decl to new_decl.
18963         * ipa-prop.c (ipa_modify_call_arguments): For optimized away
18964         or modified parameters, add debug bind stmts before call
18965         setting DEBUG_EXPR_DECL which is remembered in debug args vector.
18966         * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
18967         on DECL_DEBUG_EXPRs from debug args vector.
18968         (expand_debug_source_expr): New function.
18969         (expand_debug_locations): Use it for source bind insns.
18970         (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
18971         * var-tracking.c (prepare_call_arguments): Add debug args
18972         to call_arguments if any.
18973         * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
18974         output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
18975         compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
18976         (get_ref_die_offset, parameter_ref_descriptor): New functions.
18977         (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
18978         (gen_subprogram_die): Handle parameters identified by
18979         DEBUG_PARAMETER_REF.
18981 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
18983         * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
18984         * doc/install.texi (Configuration): Document --with-tls.
18985         * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
18986         (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
18987         (arm_tls_descseq_addr): New.
18988         (legitimize_tls_address): Add tlsdesc support.
18989         (arm_cannot_copy_insn_p): Check for tlscall.
18990         (arm_emit_tls_decoration): Likewise.
18991         * config/arm/arm.h (TARGET_GNU2_TLS): New.
18992         (OPTION_DEFAULT_SPECS): Add with-tls support.
18993         * config/arm/arm.md (R1_REGNUM): Define.
18994         (tlscall): New.
18995         * config/arm/arm.opt (tls_type): New enumeration type and values.
18996         (mtls-dialect): New switch.
18997         * config/arm/arm-opts.h (enum tls_type): New.
18999 2011-06-21  Nicola Pero  <nicola.pero@meta-innovation.com>
19001         * attribs.c (register_attribute): Added assert to check that all
19002         attribute specs are registered with a name that is not empty and
19003         does not start with '_'.
19004         (decl_attributes): Avoid the lookup of the "naked" attribute spec
19005         if the function has no attributes.
19006         * tree.c (is_attribute_with_length_p): Removed.
19007         (is_attribute_p): Removed.
19008         (private_is_attribute_p): New.
19009         (private_lookup_attribute): New.
19010         (lookup_attribute): Removed.
19011         (lookup_ident_attribute): New.
19012         (remove_attribute): Require the first argument to be in the form
19013         'text', not '__text__'.  Updated asserts.
19014         (merge_attributes): Use lookup_ident_attributes instead of
19015         lookup_attribute.
19016         (merge_dllimport_decl_attributes): Use remove_attribute.
19017         (attribute_list_contained): Likewise.
19018         (attribute_list_equal): Immediately return 1 if the arguments are
19019         identical pointers.
19020         * tree.h (is_attribute_p): Made inline.  Return a 'bool', not an
19021         'int'.  Require the first argument to be in the form 'text', not
19022         '__text__'.  Require the second argument to be an identifier.
19023         (lookup_attribute): Made inline.  Require the first argument to be
19024         in the form 'text', not '__text__'.
19025         (private_is_attribute_p, private_lookup_attribute): New.
19026         Updated comments.
19028 2011-06-21  Andrew MacLeod  <amacleod@redhat.com>
19030         * builtins.c: Add sync_ or SYNC__ to builtin names.
19031         * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
19032         * omp-low.c: Add sync_ or SYNC__ to builtin names.
19034 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
19036         PR target/33049
19037         * config/avr/avr.md (extzv): New expander.
19038         (*extzv): New insn.
19039         (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
19040         * config/avr/constraints.md (C04): New constraint.
19041         * doc/md.texi (Machine Constraints): Document it.
19043 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
19045         PR middle-end/49489
19046         * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
19047         unsignedp argument instead of 1 for clrsb_optab.
19048         (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
19049         and < 2 * HOST_BITS_PER_WIDE_INT.  Optimize BUILT_IN_CLRSB*.
19050         (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
19051         * optabs.c (widen_leading): Call widen_operand and expand_unop
19052         with 0 as unsignedp argument instead of 1 for clrsb_optab.
19053         (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
19055 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
19057         * config/avr/avr.md (*jcindirect_jump): Fix build warning.
19059 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
19061         * gensupport.c (add_define_attr): New static function.
19062         (is_predicable): Allow multi-alternative lists for the "predicable"
19063         attribute.
19064         (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
19065         (process_one_cond_exec): Call alter_attrs_for_insn.
19066         * doc/md.texi (Defining Attributes): Mention some standard names.
19067         (Conditional Execution): Update documentation for "predicable".
19069         * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
19070         __builtin_clrsbll): Document.
19071         * doc/rtl.texi (clrsb): New entry.
19072         * optabs.c (widen_leading): Renamed from widen_clz.  New argument
19073         UNOPTAB.  All callers changed.  Use UNOPTAB instead of clz_optab.
19074         (expand_unop): Handle clrsb_optab.
19075         (init_optabs): Initialize it.
19076         * optabs.h (enum optab_index): New entry OTI_clrsb.
19077         (clrsb_optab): Define.
19078         * genopinit.c (optabs): Add an entry for it.
19079         * builtins.c (expand_builtin): Handle clrsb builtin functions.
19080         * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
19081         BUILT_IN_CLRSBLL): New.
19082         * rtl.def (CLRSB): New code.
19083         * dwarf2out.c (mem_loc_descriptor): Handle it.
19084         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
19085         Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
19086         and popcount.
19087         * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
19088         * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
19089         (__ctzDI2): Move declaration.
19090         * config/bfin/bfin.md (clrsbsi2): New expander.
19091         (signbitssi2): Use the CLRSB rtx.
19092         (clrsbhi2): Renamed from signbitshi2.  Use the CLRSB rtx.
19093         * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
19095 2011-06-21  Richard Guenther  <rguenther@suse.de>
19097         * ipa-inline-transform.c (inline_transform): Fix previous change.
19099 2011-06-21  Ira Rosen  <ira.rosen@linaro.org>
19101         PR tree-optimization/49478
19102         * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
19103         with constant operand.
19105 2011-06-21  Richard Guenther  <rguenther@suse.de>
19107         * ipa-inline-transform.c (inline_transform): Fix typo.
19109 2011-06-21  Richard Guenther  <rguenther@suse.de>
19111         PR tree-optimization/49483
19112         * tree-vect-stmts.c (vectorizable_assignment): Also handle
19113         VIEW_CONVERT_EXPR conversions.
19115 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
19117         * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
19118         * config/avr/avr-tables.opt: New file (generated).
19119         * config.gcc (avr-*-*): Use avr/avr-tables.opt.
19120         * config/avr/avr-devices.c (avr_mcu_types): Move contents to
19121         avr-mcus.def.
19122         * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
19123         (avr_option_override): Don't process -mmcu= argument here.  Set
19124         avr_current_device using avr_mcu_index.
19125         (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
19126         * config/avr/avr.opt (mmcu=): Use Enum.
19127         * config/avr/t-avr (avr-devices.o): Update dependencies.
19128         ($(srcdir)/config/avr/avr-tables.opt): New.
19129         * target.def (help): Remove.
19130         * doc/tm.texi.in (TARGET_HELP): Remove.
19131         * doc/tm.texi: Regenerate.
19132         * opts.c: Don't include target.h.
19133         (common_handle_option): Don't call targetm.help.
19134         * system.h (TARGET_HELP): Poison.
19135         * Makefile.in (opts.o): Update dependencies.
19137 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19139         * config/usegld.h: New file.
19140         * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
19141         (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
19142         (LIB_SPEC): Likewise.  Search /lib.
19143         (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
19144         (RDYNAMIC_SPEC): Handle GNU ld.
19145         [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
19146         Define.
19147         (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
19148         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
19149         [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
19150         (STACK_CHECK_STATIC_BUILTIN): Define.
19151         * config/sol2.opt (compat-bsd): Remove.
19152         * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
19153         * config/sol2-bi.h: New file.
19154         * config/sol2-gld.h: Remove.
19155         * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
19156         (NO_DBX_BNSYM_ENSYM): Remove.
19157         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
19158         (STACK_CHECK_STATIC_BUILTIN): Remove.
19159         Test USE_GLD instead of TARGET_GNU_LD.
19160         * config/i386/sol2-10.h: Rename to ...
19161         * config/i386/sol2-bi.h .. this.
19162         (SUBTARGET_EXTRA_SPECS): Redefine.
19163         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
19164         (MULTILIB_DEFAULTS): Remove.
19165         (DEFAULT_ARCH32_P): Define.
19166         (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
19167         (ARCH64_SUBDIR): Define.
19168         Test USE_GLD instead of TARGET_GNU_LD.
19169         (I386_EMULATION): Rename to ...
19170         (ARCH32_EMULATION): ... this.
19171         (X86_64_EMULATION): Rename to ...
19172         (ARCH64_EMULATION): ... this.
19173         (TARGET_LD_EMULATION): Remove.
19174         (LINK_ARCH_SPEC): Remove.
19175         * config/i386/sol2-gas.h: Remove.
19176         * config/i386/t-sol2-10: Rename to ...
19177         * config/i386/t-sol2-64: ... this.
19178         * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
19179         (AS_SPARC64_FLAG): Define.
19180         (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
19181         (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
19182         depending on TARGET_CPU_DEFAULT.
19183         (CPP_CPU_SPEC): Redefine.
19184         (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
19185         (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
19186         (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
19187         (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
19188         ASM_ARCH_DEFAULT_SPEC): Redefine.
19189         (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
19190         LINK_ARCH_DEFAULT_SPEC.
19191         [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
19192         [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
19193         (ARCH64_SUBDIR): Define.
19194         (LINK_ARCH64_SPEC): Redefine.
19195         (CC1_SPEC): Redefine.
19196         (OPTION_DEFAULT_SPECS): Redefine.
19197         (MULTILIB_DEFAULTS): Define.
19198         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
19199         [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
19200         [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
19201         (NO_DBX_BNSYM_ENSYM): Remove.
19202         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
19203         (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
19204         (TARGET_ASM_NAMED_SECTION): Likewise.
19205         (STACK_CHECK_STATIC_BUILTIN): Remove.
19206         * config/sparc/sol2-bi.h: Remove.
19207         * config/sparc/sol2-gas-bi.h: Remove.
19208         * config/sparc/sol2-gas.h: Remove.
19209         * config/sparc/sol2-gld-bi.h: Remove.
19210         * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
19211         common parts ...
19212         (*-*-solaris2*): ... here.
19214 2011-06-21  Christian Bruel  <christian.bruel@st.com>
19216         PR other/43564
19217         * ipa-inline.c (can_inline_edge_p): Check
19218         !DECL_DISREGARD_INLINE_LIMITS.
19220 2011-06-21  Christian Bruel  <christian.bruel@st.com>
19222         PR middle-end/49139
19223         * cgraphunit.c (process_function_and_variable_attributes): warn when
19224         always_inline functions that are not inline.
19225         * ipa-inline-transform.c (inline_transform): Always call
19226         optimize_inline.
19227         * tree-inline.c (tree_inlinable_function_p): Use error instead
19228         of sorry.
19229         (expand_call_inline): Likewise.
19231 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
19233         * Makefile.in (dg_target_exps): Set.
19234         (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
19235         instead of 7, try to divide it more evenly.
19237 2011-06-20  Changpeng Fang  <changpeng.fang@amd.com>
19239         PR target/49089
19240         * config/i386/i386.c (avx256_split_unaligned_load): New definition.
19241         (avx256_split_unaligned_store): New definition.
19242         (ix86_option_override_internal): Enable avx256 unaligned load/store
19243         splitting only when avx256_split_unaligned_load/store is set.
19245 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
19247         * regrename.c (scan_rtx_reg): Handle the case where we write to an
19248         open chain in a smaller mode without failing the entire block.
19250 2011-06-21  Alan Modra  <amodra@gmail.com>
19252         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
19253         CONST high part large-toc address.
19254         (rs6000_tls_referenced_p): Make static.
19255         * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
19257 2011-06-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
19259         PR target/49385
19260         * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
19261         one of the operands is a register.
19263 2011-06-20  Kai Tietz  <ktietz@redhat.com>
19265         * fold-const.c (fold_binary_loc): Add missing folding for truth-not
19266         operations in combination with binary and.
19268 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
19270         * regrename.c (do_replace): Don't update notes.
19272 2011-06-20  Alan Modra  <amodra@gmail.com>
19274         * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
19275         of toc-relative address in CONST.
19276         (rs6000_delegitimize_address): Recognize changed address.
19277         (rs6000_legitimize_reload_address): Likewise.
19278         (rs6000_emit_move): Don't force these constants to memory.
19279         * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
19280         toc-relative address in CONST.
19281         (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
19282         (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
19284 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
19286         * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
19287         (count_trailing_zeros): Likewise.
19289 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
19291         PR other/49325
19292         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
19293         .init_array can be used with .ctors on targets.
19294         * configure: Regenerated.
19296 2011-06-18  Eric Botcazou  <ebotcazou@adacore.com>
19298         * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
19299         if the element type is volatile.
19301 2011-06-18  Jan Hubicka  <jh@suse.cz>
19303         * lto-symtab.c (lto_varpool_replace_node): Remove code handling
19304         extra name aliases.
19305         (lto_symtab_resolve_can_prevail_p): Likewise.
19306         (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
19307         * cgraphbuild.c (record_reference): Remove extra body alias code.
19308         (mark_load): Likewise.
19309         (mark_store): Likewise.
19310         * cgraph.h (varpool_node): Remove extra_name filed;
19311         add alias_of and extraname_alias.
19312         (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
19313         (varpool_alias_aliased_node): New inline function.
19314         (varpool_variable_node): New function.
19315         * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
19316         * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
19317         * lto-cgraph.c (lto_output_varpool_node): Update streaming.
19318         (input_varpool_node): Likewise.
19319         * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
19320         (varpool_externally_visible_p): Remove extra body alias code.
19321         (function_and_variable_visibility): Likewise.
19322         * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
19323         (ipa_pta_execute): Use it.
19324         * varpool.c (varpool_remove_node): Remove extra name alias code.
19325         (varpool_mark_needed_node): Likewise.
19326         (varpool_analyze_pending_decls): Analyze aliases.
19327         (assemble_aliases): New functoin.
19328         (varpool_assemble_decl): Use it.
19329         (varpool_create_variable_alias): New function.
19330         (varpool_extra_name_alias): Rewrite.
19331         (varpool_for_node_and_aliases): New function.
19333 2011-06-18  Jakub Jelinek  <jakub@redhat.com>
19335         PR target/49411
19336         * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
19337         last_arg_constant and last argument doesn't match its predicate,
19338         for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
19339         if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
19340         (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
19341         spelling of error message.
19342         * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
19343         vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
19344         const_0_to_255_operand instead of const_int_operand.
19346         Revert:
19347         2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
19349         * config/i386/sse.md (blendbits): Remove mode attribute.
19350         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
19351         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
19352         Check integer value of operand 3 in insn constraint.
19354 2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
19356         PR rtl-optimization/48542
19357         * reload.c (find_equiv_reg): Stop looking when finding a
19358         setjmp-type call.
19359         * reload1.c (reload_as_needed): Invalidate all reload
19360         registers when crossing a setjmp-type call.
19362 2011-06-16  Jeff Law  <law@redhat.com>
19364         * tree-ssa-threadupdate.c (struct redirection_data): New field
19365         intermediate_edge.
19366         (THREAD_TARGET2): Define.
19367         (redirection_data_eq): Also check that the intermediate edge is equal.
19368         (lookup_redirection_data): Drop useless argument.  Extract the
19369         outgoing_edge and intermediate edge from E.  Callers updated.
19370         (copy_phi_args, update_destination_phis): New functions.
19371         (fix_duplicate_block_edges): Likewise.
19372         (create_edge_and_update_destination_phis): Duplicate all the edges
19373         hung off e->aux.  Use copy_phi_args.
19374         (create_duplicates): Use fix_duplicate_block_edges.
19375         (fixup_template_block): Likewise.
19376         (redirect_edges): If necessary, redirect the joiner block's incoming
19377         edge to the duplicate of the joiner block.
19378         (thread_block): Don't muck up loops when threading through a joiner
19379         block.
19380         (thread_through_loop_header): Handle threading through a joiner block.
19381         (mark_threaded_blocks, register_jump_thread): Likewise.
19382         * tree-flow.h (register_jump_thread): Add new argument.  Callers
19383         updated.
19384         * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
19385         (thread_across_edge): Handle threading through a joiner block.
19387 2011-06-16  Martin Jambor  <mjambor@suse.cz>
19389         PR tree-optimization/49343
19390         * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
19391         calculate offset, provide 2nd operand for the new COMPONENT_REF.
19393 2011-06-16  Iain Sandoe  <iains@gcc.gnu.org>
19395         * config/darwin-protos.h (machopic_select_rtx_section): Move to
19396         inside RTX_CODE ifdef.
19398 2011-06-16  Tom de Vries  <tom@codesourcery.com>
19400         PR target/45098
19401         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
19402         Disallow NULL pointer for pointer arithmetic.
19404 2011-06-16  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
19406         PR target/49398
19407         Revert.
19408         2011-06-10  Wei Guozhi  <carrot@google.com>
19410         PR target/45335
19411         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
19412         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
19413         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
19414         related peephole2.
19415         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
19416         related peephole2.
19417         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
19418         (arm_legitimate_ldrd_p): New prototype.
19419         (arm_output_ldrd): New prototype.
19420         * config/arm/arm.c (arm_check_ldrd_operands): New function.
19421         (arm_legitimate_ldrd_p): New function.
19422         (arm_output_ldrd): New function.
19424 2011-06-16  Joern Rennecke  <joern.rennecke@embecosm.com>
19426         PR middle-end/46500
19427         * doc/tm.texi.in: Update Copyright date.
19428         * doc/tm.texi: Regenerate.
19429         * targhooks.c (default_setup_incoming_varargs): Replace
19430         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19431         (default_pretend_outgoing_varargs_named): Likewise.
19432         (hook_pass_by_reference_must_pass_in_stack): Likewise.
19433         (hook_callee_copies_named): Likewise.
19434         (default_function_arg_advance): Likewise.
19435         (default_function_arg): Likewise.
19436         (default_function_incoming_arg): Likewise.
19437         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
19438         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
19439         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
19440         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
19441         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
19442         * targhooks.h (default_setup_incoming_varargs): Likewise.
19443         (default_pretend_outgoing_varargs_named): Likewise.
19444         (hook_pass_by_reference_must_pass_in_stack): Likewise.
19445         (hook_callee_copies_named): Likewise.
19446         (default_function_arg_advance): Likewise.
19447         (default_function_arg): Likewise.
19448         (default_function_incoming_arg): Likewise.
19449         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
19450         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
19451         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
19452         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
19453         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
19454         * target.def (pass_by_reference): Likewise.
19455         (setup_incoming_varargs, strict_argument_naming): Likewise.
19456         (pretend_outgoing_varargs_named, callee_copies): Likewise.
19457         (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
19458         (function_incoming_arg): Likewise.
19459         * target.h: Don't include "tm.h" .
19460         (cumulative_args_t): New typedef.
19461         [GCC_TM_H] (get_cumulative_args): New static inline function.
19462         [GCC_TM_H] (pack_cumulative_args): Likewise.
19463         * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
19464         argument type with cumulative_args_t.
19465         (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
19466         (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
19467         * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
19468         (frv_arg_partial_bytes, frv_function_arg): Likewise.
19469         (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
19470         (frv_function_arg_1): Likewise.
19471         * config/s390/s390.c (s390_pass_by_reference): Likewise.
19472         (s390_function_arg_advance, s390_function_arg): Likewise.
19473         * config/m32c/m32c.c (m32c_function_arg): Likewise.
19474         (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
19475         (m32c_strict_argument_naming): Likewise.
19476         * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
19477         (spu_function_arg_advance): Likewise.
19478         (spu_setup_incoming_varargs): Likewise.  Make static.
19479         * config/spu/spu-protos.h (spu_setup_incoming_varargs):
19480         Remove prototype.
19481         * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
19482         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19483         (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
19484         (sparc_function_arg, sparc_function_incoming_arg): Likewise.
19485         (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
19486         * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
19487         (mep_pass_by_reference, mep_function_arg): Likewise.
19488         (mep_function_arg_advance): Likewise.
19489         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
19490         (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
19491         (m32r_function_arg, m32r_function_arg_advance): Likewise.
19492         * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
19493         * config/i386/i386.c (ix86_function_arg_advance): Likewise.
19494         (ix86_function_arg, ix86_pass_by_reference): Likewise.
19495         (ix86_setup_incoming_varargs): Likewise.
19496         * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
19497         (sh_strict_argument_naming): Likewise.
19498         (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
19499         (sh_callee_copies, sh_arg_partial_bytes): Likewise.
19500         (sh_function_arg_advance, sh_function_arg): Likewise.
19501         * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
19502         (pdp11_function_arg_advance): Likewise.
19503         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
19504         Likewise.
19505         (microblaze_function_arg, function_arg_partial_bytes): Likewise.
19506         * config/avr/avr.c (avr_function_arg): Likewise.
19507         (avr_function_arg_advance): Likewise.
19508         * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
19509         (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
19510         (xtensa_function_arg_1): Likewise.
19511         * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
19512         Likewise.
19513         (xstormy16_function_arg): Likewise.
19514         * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
19515         (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
19516         (fr30_function_arg_advance): Likewise.
19517         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
19518         (lm32_function_arg, lm32_function_arg_advance): Likewise.
19519         * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
19520         (moxie_function_arg, moxie_function_arg_advance): Likewise.
19521         (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
19522         * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
19523         (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
19524         (cris_function_arg, cris_function_incoming_arg): Likewise.
19525         (cris_function_arg_advance, cris_function_arg_1): Likewise.
19526         * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
19527         (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
19528         (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
19529         * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
19530         (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
19531         (mn10300_arg_partial_bytes): Likewise.
19532         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
19533         (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
19534         (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
19535         (ia64_function_arg_1): Likewise.
19536         * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
19537         (m68k_function_arg): Likewise.
19538         * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
19539         (rs6000_function_arg, setup_incoming_varargs): Likewise.
19540         (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
19541         * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
19542         (picochip_function_arg, picochip_incoming_function_arg): Likewise.
19543         (picochip_arg_advance): Likewise.
19544         * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
19545         (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
19546         (mcore_function_arg_advance): Likewise.
19547         * config/score/score.c (score_pass_by_reference): Likewise.
19548         (score_function_arg_advance): Likewise.
19549         (score_arg_partial_bytes): Likewise.  Make static.
19550         * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
19551         * config/arm/arm.c (arm_arg_partial_bytes): Replace
19552         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19553         (arm_function_arg, arm_function_arg_advance): Likewise.
19554         (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
19555         * config/pa/pa.c (pa_pass_by_reference): Likewise.
19556         (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
19557         (pa_function_arg): Likewise.
19558         * config/mips/mips.c (mips_strict_argument_naming): Likewise.
19559         (mips_function_arg, mips_function_arg_advance): Likewise.
19560         (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
19561         (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
19562         * config/vax/vax.c (vax_function_arg): Likewise.
19563         (vax_function_arg_advance): Likewise.
19564         * config/h8300/h8300.c (h8300_function_arg): Likewise.
19565         (h8300_function_arg_advance): Likewise.
19566         * config/v850/v850.c (v850_pass_by_reference): Likewise.
19567         (v850_strict_argument_naming, v850_function_arg): Likewise.
19568         (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
19569         (v850_setup_incoming_varargs): Likewise.
19570         * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
19571         (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
19572         (mmix_function_arg, mmix_pass_by_reference): Likewise.
19573         (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
19574         with const void *.
19575         * config/bfin/bfin.c (setup_incoming_varargs): Replace
19576         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19577         (bfin_function_arg_advance, bfin_function_arg): Likewise.
19578         (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
19579         * calls.c (emit_call_1): Change type of args_so_far to
19580         cumulative_args_t.  Changed all callers.
19581         (initialize_argument_information): Likewise.
19582         (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
19583         * dse.c (get_call_args): Likewise.
19584         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
19585         * function.c (pass_by_reference, reference_callee_copied): Likewise.
19586         (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
19587         New member args_so_far_v.  Changed all users.
19588         * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
19589         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
19590         * config/mips/mips.c (mips_output_args_xfer): Likewise.
19591         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
19592         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
19593         * config/microblaze/microblaze.c (microblaze_expand_prologue):
19594         Likewise.
19595         * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
19596         m32r_pass_by_reference.
19598 2011-06-16  Ira Rosen  <ira.rosen@linaro.org>
19600         * tree-vectorizer.h (vect_recog_func_ptr): Change the first
19601         argument to be a VEC of statements.
19602         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
19603         assert that pattern statements have to have their vector type set.
19604         * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
19605         Change the first argument to be a VEC of statements.  Update
19606         documentation.
19607         (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
19608         (vect_handle_widen_mult_by_const): New function.
19609         (vect_recog_widen_mult_pattern):  Change the first argument to be a
19610         VEC of statements.  Update documentation.  Check that the constant is
19611         INTEGER_CST.  Support multiplication by a constant that fits an
19612         intermediate type - call vect_handle_widen_mult_by_const.
19613         (vect_pattern_recog_1): Update vect_recog_func_ptr and its
19614         call.  Handle additional pattern statements if necessary.
19616 2011-06-16  Nick Clifton  <nickc@redhat.com>
19618         PR target/49427
19619         * config.gcc: Set cpu_type to v850 for any V850 architecture.
19620         (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
19621         md_file, extra_modes, out_file and extra_options are these are all
19622         deduced from cpu_type.
19624 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
19626         * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
19627         truncation mask to 63.
19629 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
19631         PR target/49313
19632         PR target/29524
19633         * longlong.h: Add AVR support:
19634         (count_leading_zeros): New macro.
19635         (count_trailing_zeros): New macro.
19636         (COUNT_LEADING_ZEROS_0): New macro.
19637         * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
19638         _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
19639         _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
19640         _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
19641         (LIB2FUNCS_EXCLUDE): Add _clz.
19642         * config/avr/libgcc.S (XCALL): Move up in file.
19643         (XJMP): New C Macro.
19644         (DEFUN): New asm macro.
19645         (ENDF): New asm macro.
19646         (__ffssi2): New function.
19647         (__ffshi2): New function.
19648         (__loop_ffsqi2): New function.
19649         (__ctzsi2): New function.
19650         (__ctzhi2): New function.
19651         (__clzdi2): New function.
19652         (__clzsi2): New function.
19653         (__clzhi2): New function.
19654         (__paritydi2): New function.
19655         (__paritysi2): New function.
19656         (__parityhi2): New function.
19657         (__parityqi2): New function.
19658         (__popcounthi2): New function.
19659         (__popcountsi2): New function.
19660         (__popcountdi2): New function.
19661         (__popcountqi2): New function.
19662         (__bswapsi2): New function.
19663         (__bswapdi2): New function.
19664         (__ashldi3): New function.
19665         (__ashrdi3): New function.
19666         (__lshrdi3): New function.
19667         Fix suspicous lines.
19669 2011-06-16  Richard Guenther  <rguenther@suse.de>
19671         * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
19672         the same as x != 0.
19673         * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
19674         to (bool) X & 1.
19675         * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
19676         equality compares against zero for the lower bit.
19678 2011-06-16  Jakub Jelinek  <jakub@redhat.com>
19680         PR tree-optimization/49419
19681         * tree-vrp.c (execute_vrp): Call init_range_assertions
19682         before estimate_numbers_of_iterations, call
19683         free_number_of_iterations_estimates before calling
19684         remove_range_assertions.
19686 2011-06-16  Revital Eres  <revital.eres@linaro.org>
19688         * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
19689         (struct partial_schedule): Add rows_length field.
19690         (verify_partial_schedule): Check rows_length.
19691         (ps_insert_empty_row): Handle rows_length.
19692         (create_partial_schedule): Likewise.
19693         (free_partial_schedule): Likewise.
19694         (reset_partial_schedule): Likewise.
19695         (create_ps_insn): Remove rest_count argument.
19696         (remove_node_from_ps): Update rows_length.
19697         (add_node_to_ps): Update rows_length and call create_ps_insn
19698         without passing row_rest_count.
19699         (rotate_partial_schedule): Update rows_length.
19701 2011-06-16  Revital Eres  <revital.eres@linaro.org>
19703         * ddg.c (add_intra_loop_mem_dep): New function.
19704         (build_intra_loop_deps): Call it.
19706 2011-06-13  Jeff Law  <law@redhat.com>
19708         * df-problems.c (df_lr_local_compute): Manually CSE
19709         PIC_OFFSET_TABLE_REGNUM.
19710         * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
19711         (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
19713 2011-06-13  Jan Hubicka  <jh@suse.cz>
19715         * cgraphunit.c (handle_alias_pairs): New function.
19716         (cgraph_finalize_compilation_unit): Use it.
19717         * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
19718         as externally visible.
19720 2011-06-15  Richard Guenther  <rguenther@suse.de>
19722         * expr.c (expand_expr_real_2): Reduce all integral types to
19723         bitfield precision.
19724         (expand_expr_real_1): Likewise.
19726 2011-06-15  Martin Jambor  <mjambor@suse.cz>
19728         PR tree-optimization/48613
19729         * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
19730         ipa_node_params_vector is NULL.
19732 2011-06-15  Jakub Jelinek  <jakub@redhat.com>
19734         PR debug/49382
19735         * dwarf2out.c (dw_loc_list_node): Add force field.
19736         (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
19737         location in the list, even if it is modified before first real insn.
19738         (output_loc_list): Emit empty ranges with force flag set.
19739         (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
19741 2011-06-15  Alexander Monakov  <amonakov@ispras.ru>
19743         PR target/49349
19744         * sel-sched.c (find_place_for_bookkeeping): Add new parameter
19745         (fence_to_rewind).  Use it to notice when bookkeeping will be placed
19746         above a fence.  Update comments.
19747         (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
19748         placed just above it.  Do not allow NULL place_to_insert.
19750 2011-06-15  Ira Rosen  <ira.rosen@linaro.org>
19752         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
19753         (slpeel_tree_peel_loop_to_edge): Don't call
19754         remove_dead_stmts_from_loop.
19755         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
19756         remove irrelevant pattern statements.  For irrelevant statements
19757         check if it is the last statement of a detected pattern, use
19758         corresponding pattern statement instead.
19759         (destroy_loop_vec_info): No need to remove pattern statements,
19760         only free stmt_vec_info.
19761         (vect_transform_loop): For irrelevant statements check if it is
19762         the last statement of a detected pattern, use corresponding
19763         pattern statement instead.
19764         * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
19765         pattern statements.  Set basic block for the new statement.
19766         (vect_pattern_recog): Update documentation.
19767         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
19768         operands of pattern statements.
19769         (vectorizable_call): Fix printing.  In case of a pattern statement
19770         use the lhs of the original statement when creating a dummy
19771         statement to replace the original call.
19772         (vect_analyze_stmt): For irrelevant statements check if it is
19773         the last statement of a detected pattern, use corresponding
19774         pattern statement instead.
19775         * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
19776         statements use gsi of the original statement.
19778 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
19780         * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
19781         common/common-target-def.h.
19782         * target.def (default_target_flags, handle_option,
19783         supports_split_stack, optimization_table, init_struct,
19784         except_unwind_info, unwind_tables_default, have_named_sections):
19785         Move to common/common-target.def.
19786         * target.h (enum opt_levels, struct default_options): Move to
19787         common/common-target.h.
19788         * targhooks.c (default_except_unwind_info,
19789         dwarf2_except_unwind_info, sjlj_except_unwind_info,
19790         default_target_handle_option, empty_optimization_table): Move to
19791         common/common-targhooks.c.
19792         * targhooks.h (default_except_unwind_info,
19793         dwarf2_except_unwind_info, sjlj_except_unwind_info,
19794         default_target_handle_option, empty_optimization_table): Move to
19795         common/common-targhooks.h.
19796         * common/common-target-def.h: Include common/common-targhooks.h.
19797         (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
19798         defined.
19799         * common/common-target.def (handle_option, option_init_struct,
19800         option_optimization_table, default_target_flags,
19801         except_unwind_info, supports_split_stack, unwind_tables_default,
19802         have_named_sections): Move from target.def.
19803         (HOOK_PREFIX): Undefine at end of file.
19804         * common/common-target.h: Include input.h.
19805         (enum opt_levels, struct default_options): Move from target.h.
19806         * common/common-targhooks.c, common/common-targhooks.h: New.
19807         * config.gcc (target_has_targetm_common): Default to yes.
19808         (moxie*): Set target_has_targetm_common=no.
19809         (hppa*-*-*): Don't set target_has_targetm_common=yes.
19810         * doc/tm.texi: Regenerate.
19811         * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
19812         (C_TARGET_DEF_H): Add common/common-targhooks.h.
19813         (GCC_OBJS): Remove vec.o.
19814         (OBJS): Remove hooks.o and vec.o.
19815         (OBJS-libcommon-target): Add vec.o, hooks.o and
19816         common/common-targhooks.o.
19817         (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
19818         tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
19819         expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
19820         cfglayout.o, $(out_object_file), $(common_out_object_file)):
19821         Update dependencies.
19822         (common/common-targhooks.o): New.
19823         * common/config/default-common.c: Include tm.h.  Add FIXME comment.
19824         * common/config/pa/pa-common.c: Include more headers.  Take
19825         copyright dates from pa.c.
19826         (pa_option_optimization_table, pa_handle_option,
19827         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
19828         TARGET_HANDLE_OPTION): Move from pa.c.
19829         * common/config/alpha/alpha-common.c,
19830         common/config/arm/arm-common.c, common/config/avr/avr-common.c,
19831         common/config/bfin/bfin-common.c,
19832         common/config/cris/cris-common.c,
19833         common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
19834         common/config/h8300/h8300-common.c,
19835         common/config/i386/i386-common.c,
19836         common/config/ia64/ia64-common.c,
19837         common/config/iq2000/iq2000-common.c,
19838         common/config/lm32/lm32-common.c,
19839         common/config/m32c/m32c-common.c,
19840         common/config/m32r/m32r-common.c,
19841         common/config/m68k/m68k-common.c,
19842         common/config/mcore/mcore-common.c,
19843         common/config/mep/mep-common.c,
19844         common/config/microblaze/microblaze-common.c,
19845         common/config/mips/mips-common.c,
19846         common/config/mmix/mmix-common.c,
19847         common/config/mn10300/mn10300-common.c,
19848         common/config/pdp11/pdp11-common.c,
19849         common/config/picochip/picochip-common.c,
19850         common/config/rs6000/rs6000-common.c,
19851         common/config/rx/rx-common.c, common/config/s390/s390-common.c,
19852         common/config/score/score-common.c, common/config/sh/sh-common.c,
19853         common/config/sparc/sparc-common.c,
19854         common/config/spu/spu-common.c, common/config/v850/v850-common.c,
19855         common/config/vax/vax-common.c,
19856         common/config/xstormy16/xstormy16-common.c,
19857         common/config/xtensa/xtensa-common.c: New.
19858         * config/alpha/alpha.c: Include common/common-target.h.
19859         (alpha_option_optimization_table, alpha_handle_option,
19860         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19861         TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
19862         * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
19863         * config/arm/arm.c (arm_option_optimization_table,
19864         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19865         TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
19866         arm-common.c.
19867         * config/avr/avr.c (avr_option_optimization_table,
19868         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
19869         to avr-common.c.
19870         * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
19871         (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
19872         TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
19873         * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
19874         * config/cris/cris.c (cris_option_optimization_table,
19875         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19876         TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
19877         cris-common.c.
19878         * config/fr30/fr30.c (fr30_option_optimization_table,
19879         TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
19880         to fr30-common.c.
19881         * config/frv/frv.c (frv_option_optimization_table,
19882         MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
19883         TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
19884         * config/h8300/h8300.c (h8300_option_optimization_table,
19885         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19886         TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
19887         * config/i386/i386-protos.h (ix86_handle_option): Declare.
19888         * config/i386/i386.c: Include common/common-target.h.
19889         (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
19890         OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
19891         OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
19892         OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
19893         OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
19894         OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
19895         OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
19896         OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
19897         OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
19898         OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
19899         OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
19900         OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
19901         OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
19902         OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
19903         OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
19904         OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
19905         OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
19906         OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
19907         OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
19908         OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
19909         OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
19910         OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
19911         OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
19912         OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
19913         OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
19914         OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
19915         OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
19916         OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
19917         OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
19918         ix86_option_optimization_table, ix86_option_init_struct,
19919         ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
19920         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19921         TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
19922         i386-common.c.
19923         * config/i386/t-i386 (i386.o): Update dependencies.
19924         * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
19925         * config/ia64/ia64.c (ia64_option_optimization_table,
19926         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
19927         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19928         ia64_handle_option): Move to ia64-common.c.
19929         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
19930         TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
19931         * config/lm32/lm32.c (lm32_option_optimization_table,
19932         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
19933         to lm32-common.c.
19934         * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
19935         m32c-common.c.
19936         * config/m32r/m32r.c (m32r_option_optimization_table,
19937         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19938         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
19939         m32r_handle_option): Move to m32r-common.c.
19940         (m32r_memory_move_cost): Remove comment referring to
19941         TARGET_HANDLE_OPTION.
19942         * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
19943         Move to m68k-common.c.
19944         * config/mcore/mcore.c (mcore_option_optimization_table,
19945         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19946         TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
19947         * config/mep/mep.c (mep_option_optimization_table,
19948         mep_handle_option, TARGET_HANDLE_OPTION,
19949         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
19950         Move to mep-common.c.
19951         * config/microblaze/microblaze.c
19952         (microblaze_option_optimization_table,
19953         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19954         TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
19955         * config/mips/mips.c (mips_handle_option,
19956         mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
19957         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
19958         mips-common.c.
19959         * config/mmix/mmix.c (mmix_option_optimization_table,
19960         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
19961         Move to mmix-common.c.
19962         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
19963         mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
19964         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19965         TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
19966         * config/pa/pa.c: Include common/common-target.h.
19967         (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
19968         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19969         pa_handle_option): Move to pa-common.c.
19970         (pa_option_override): Use targetm_common.except_unwind_info.
19971         (pa_asm_output_mi_thunk, pa_function_section): Use
19972         targetm_common.have_named_sections.
19973         * config/pdp11/pdp11.c (pdp11_option_optimization_table,
19974         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19975         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
19976         pdp11_handle_option, pdp11_option_init_struct): Move to
19977         pdp11-common.c.
19978         * config/picochip/picochip.c (picochip_option_optimization_table,
19979         TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
19980         TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
19981         * config/rs6000/rs6000.c: Include common/common-target.h.
19982         (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
19983         TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
19984         TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
19985         rs6000_handle_option): Move to rs6000-common.c.
19986         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
19987         * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
19988         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19989         TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
19990         * config/s390/s390.c (processor_flags_table,
19991         s390_option_optimization_table, s390_option_init_struct,
19992         s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
19993         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19994         TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
19995         * config/s390/s390.h (processor_flags_table): Declare.
19996         * config/score/score.c (score_option_optimization_table,
19997         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19998         TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
19999         score_handle_option): Move to score-common.c.
20000         * config/sh/sh.c (sh_option_optimization_table,
20001         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
20002         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
20003         sh_handle_option, sh_option_init_struct): Move to sh-common.c.
20004         * config/sparc/sparc.c: Include common/common-target.h.
20005         (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
20006         TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
20007         * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
20008         TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
20009         spu_option_init_struct): Move to spu-common.c.
20010         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
20011         TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
20012         * config/v850/v850.c (small_memory_physical_max,
20013         v850_handle_memory_optionn v850_handle_option,
20014         v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
20015         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
20016         v850-common.c.
20017         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
20018         * config/xtensa/xtensa.c (xtensa_option_optimization_table,
20019         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
20020         Move to xtensa-common.c.
20021         * cfglayout.c: Include common/common-target.h.
20022         (fixup_reorder_chain): Use targetm_common.have_named_sections.
20023         * cfgrtl.c: Include common/common-target.h.
20024         (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
20025         targetm_common.have_named_sections.
20026         * dbxout.c: Include common/common-target.h.
20027         (dbxout_function_end): Use targetm_common.have_named_sections.
20028         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
20029         targetm_common.except_unwind_info.
20030         * dwarf2out.c: Include common/common-target.h.
20031         (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
20032         dwarf2out_begin_prologue, dwarf2out_frame_init,
20033         dwarf2out_frame_finish, dwarf2out_assembly_start): Use
20034         targetm_common.except_unwind_info.
20035         * except.c: Include common/common-target.h.
20036         (init_eh, finish_eh_generation,
20037         output_one_function_exception_table): Use
20038         targetm_common.except_unwind_info.
20039         (switch_to_exception_section): Use targetm_common.have_named_sections.
20040         * explow.c: Include common/common-target.h.
20041         * expr.c: Include common/common-target.h.
20042         (build_personality_function): Use targetm_common.except_unwind_info.
20043         * function.c: Include common/common-target.h.
20044         (expand_function_end): Use targetm_common.except_unwind_info.
20045         * haifa-sched.c: Include common/common-target.h.
20046         (sched_create_recovery_edges): Use targetm_common.have_named_sections.
20047         * lto-opts.c: Include common/common-target.h instead of target.h.
20048         (lto_reissue_options): Use targetm_common.handle_option.
20049         * opts.c: Include common/common-target.h.
20050         (target_handle_option): Use targetm_common.handle_option.
20051         (init_options_struct): Update comment referring to
20052         targetm.target_option.optimization.  Use
20053         targetm_common.default_target_flags,
20054         targetm_common.unwind_tables_default and
20055         targetm_common.option_init_struct.
20056         (default_options_optimization): Use
20057         targetm_common.option_optimization_table.
20058         (finish_options): Use targetm_common.except_unwind_info,
20059         targetm_common.unwind_tables_default,
20060         targetm_common.have_named_sections and
20061         targetm_common.supports_split_stack.
20062         * toplev.c: Include common/common-target.h.
20063         (process_options): Use targetm_common.have_named_sections.
20064         * tree-tailcall.c: Include common/common-target.h.
20065         (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
20066         * tree.c: Include common/common-target.h.
20067         (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
20068         * varasm.c: Include common/common-target.h.
20069         (resolve_unique_section, hot_function_section,
20070         default_function_section): Use targetm_common.have_named_sections.
20072 2011-06-14  Easwaran Raman  <eraman@google.com>
20074         PR rtl-optimization/44194
20075         * dse.c: Include tree-flow.h
20076         (insn_info): Add new field non_frame_wild_read.
20077         (group_info): Add new fields escaped_n and escaped_p.
20078         (kill_on_calls): New variable.
20079         (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
20080         (dse_step0): Initialize kill_on_calls.
20081         (can_escape): New function.
20082         (set_usage_bits): Add additional parameter; record information
20083         about escaped locations.
20084         (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
20085         (dse_step2_nospill): Set kill_on_calls based on
20086         group->escaped_n and group->escaped_n.
20087         (add_wild_read): Refactor into...
20088         (reset_active_stores): ... New function, and
20089         (free_read_records): ... New function.
20090         (add_non_frame_wild_read): New function.
20091         (scan_insn): Call add_non_frame_wild_read on non-const calls.
20092         (scan_reads_nospill): Handle instructions with non_frame_wild_read.
20093         (dse_step5_nospill): Call scan_reads_nospill for instructions
20094         marked as non_frame_wild_read.
20095         (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
20097 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
20099         * common/common-target-def.h, common/common-target.def,
20100         common/common-target.h, common/config/default-common.c,
20101         common/config/pa/pa-common.c: New files.
20102         * Makefile.in (common_out_file, common_out_object_file,
20103         COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
20104         (OBJS-libcommon-target): Include $(common_out_object_file).
20105         (prefix.o): Update dependencies.
20106         ($(common_out_object_file), common/common-target-hooks-def.h,
20107         s-common-target-hooks-def-h): New.
20108         (s-tm-texi): Also check timestamp on common-target.def.
20109         (build/genhooks.o): Update dependencies.
20110         * config.gcc (common_out_file, target_has_targetm_common): Define.
20111         * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
20112         TARGET_ALWAYS_STRIP_DOTDOT.
20113         * configure.ac (common_out_object_file): Define.
20114         (common_out_file, common_out_object_file): Substitute.
20115         (common): Create directory.
20116         * configure: Regenerate.
20117         * doc/tm.texi.in (targetm_common): Document.
20118         (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
20119         * doc/tm.texi: Regenerate.
20120         * genhooks.c (hook_array): Also include common/common-target.def.
20121         * prefix.c (tm.h): Don't include.
20122         (common/common-target.h): Include.
20123         (ALWAYS_STRIP_DOTDOT): Don't define.
20124         (update_path): Use targetm_common.always_strip_dotdot instead of
20125         ALWAYS_STRIP_DOTDOT.
20126         * system.h (ALWAYS_STRIP_DOTDOT): Poison.
20128 2011-06-14  David Li  <davidxl@google.com>
20130         * passes.c (execute_function_todo): Remove TODO_dump_func.
20131         (execute_one_pass): Remove TODO_dump_func.
20132         (execute_function_dump): New function.
20133         * tree-vrp.c: Remove TODO_dump_func.
20134         * regrename.c: Remove TODO_dump_func.
20135         * fwprop.c: Remove TODO_dump_func.
20136         * tree-into-ssa.c: Remove TODO_dump_func.
20137         * tree-complex.c: Remove TODO_dump_func.
20138         * tracer.c: Remove TODO_dump_func.
20139         * tree-loop-distribution.c: Remove TODO_dump_func.
20140         * postreload-gcse.c: Remove TODO_dump_func.
20141         * postreload.c: Remove TODO_dump_func.
20142         * tree-ssa-loop-ch.c: Remove TODO_dump_func.
20143         * tree-tailcall.c: Remove TODO_dump_func.
20144         * ipa-cp.c: Remove TODO_dump_func.
20145         * final.c: Remove TODO_dump_func.
20146         * tree-emutls.c: Remove TODO_dump_func.
20147         * omp-low.c: Remove TODO_dump_func.
20148         * tree-ssa-dse.c: Remove TODO_dump_func.
20149         * tree-ssa-uncprop.c: Remove TODO_dump_func.
20150         * auto-inc-dec.c: Remove TODO_dump_func.
20151         * reorg.c: Remove TODO_dump_func.
20152         * tree-ssa-copyrename.c: Remove TODO_dump_func.
20153         * tree-ssa-ccp.c: Remove TODO_dump_func.
20154         * compare-elim.c: Remove TODO_dump_func.
20155         * mode-switching.c: Remove TODO_dump_func.
20156         * modulo-sched.c: Remove TODO_dump_func.
20157         * tree-call-cdce.c: Remove TODO_dump_func.
20158         * cse.c: Remove TODO_dump_func.
20159         * web.c: Remove TODO_dump_func.
20160         * tree-stdarg.c: Remove TODO_dump_func.
20161         * lto-streamer-out.c: Remove TODO_dump_func.
20162         * tree-ssa-math-opts.c: Remove TODO_dump_func.
20163         * tree-ssa-dom.c: Remove TODO_dump_func.
20164         * tree-nrv.c: Remove TODO_dump_func.
20165         * loop-init.c: Remove TODO_dump_func.
20166         * gimple-low.c: Remove TODO_dump_func.
20167         * ipa-inline.c: Remove TODO_dump_func.
20168         * tree-ssa-sink.c: Remove TODO_dump_func.
20169         * jump.c: Remove TODO_dump_func.
20170         * ifcvt.c: Remove TODO_dump_func.
20171         * tree-ssa-loop.c: Remove TODO_dump_func.
20172         * recog.c: Remove TODO_dump_func.
20173         * dse.c: Remove TODO_dump_func.
20174         * tree-ssa-ifcombine.c: Remove TODO_dump_func.
20175         * matrix-reorg.c: Remove TODO_dump_func.
20176         * tree-eh.c: Remove TODO_dump_func.
20177         * regmove.c: Remove TODO_dump_func.
20178         * function.c: Remove TODO_dump_func.
20179         * tree-vectorizer.c: Remove TODO_dump_func.
20180         * ipa-split.c: Remove TODO_dump_func.
20181         * gcse.c: Remove TODO_dump_func.
20182         * tree-if-conv.c: Remove TODO_dump_func.
20183         * init-regs.c: Remove TODO_dump_func.
20184         * tree-ssa-phiopt.c: Remove TODO_dump_func.
20185         * implicit-zee.c: Remove TODO_dump_func.
20186         * lower-subreg.c: Remove TODO_dump_func.
20187         * bt-load.c: Remove TODO_dump_func.
20188         * tree-dfa.c: Remove TODO_dump_func.
20189         * except.c: Remove TODO_dump_func.
20190         * emit-rtl.c: Remove TODO_dump_func.
20191         * store-motion.c: Remove TODO_dump_func.
20192         * cfgexpand.c: Remove TODO_dump_func.
20193         * tree-cfgcleanup.c: Remove TODO_dump_func.
20194         * cfgcleanup.c: Remove TODO_dump_func.
20195         * tree-ssa-pre.c: Remove TODO_dump_func.
20196         * tree-sra.c: Remove TODO_dump_func.
20197         * tree-mudflap.c: Remove TODO_dump_func.
20198         * tree-ssa-copy.c: Remove TODO_dump_func.
20199         * cfglayout.c: Remove TODO_dump_func.
20200         * tree-ssa-forwprop.c: Remove TODO_dump_func.
20201         * tree-ssa-dce.c: Remove TODO_dump_func.
20202         * ira.c: Remove TODO_dump_func.
20203         * tree-ssa.c: Remove TODO_dump_func.
20204         * integrate.c: Remove TODO_dump_func.
20205         * tree-optimize.c: Remove TODO_dump_func.
20206         * tree-ssa-phiprop.c: Remove TODO_dump_func.
20207         * tree-object-size.c: Remove TODO_dump_func.
20208         * combine.c: Remove TODO_dump_func.
20209         * bb-reorder.c: Remove TODO_dump_func.
20210         * cprop.c: Remove TODO_dump_func.
20211         * var-tracking.c: Remove TODO_dump_func.
20212         * tree-profile.c: Remove TODO_dump_func.
20213         * tree-vect-generic.c: Remove TODO_dump_func.
20214         * reg-stack.c: Remove TODO_dump_func.
20215         * sched-rgn.c: Remove TODO_dump_func.
20216         * tree-ssa-structalias.c: Remove TODO_dump_func.
20217         * tree-switch-conversion.c: Remove TODO_dump_func.
20218         * tree-cfg.c: Remove TODO_dump_func.
20219         * tree-ssa-reassoc.c: Remove TODO_dump_func.
20220         * combine-stack-adj.c: Remove TODO_dump_func.
20221         * dce.c: Remove TODO_dump_func.
20222         * tree-ssanames.c: Remove TODO_dump_func.
20223         * regcprop.c: Remove TODO_dump_func.
20225 2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
20227         PR middle-end/47364
20228         * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
20229         and properly handle result not in Pmode.
20231 2011-06-14  Robert Millan  <rmh@gnu.org>
20233         * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
20234         * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
20235         `config/linux.h'.
20237         * config/i386/kfreebsd-gnu64.h: New file.
20238         * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
20239         with `i386/kfreebsd-gnu64.h'.
20241         * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
20242         (GNU_USER_LINK_EMULATION64): New macros.
20243         * config/i386/gnu-user64.h (LINK_SPEC): Rely on
20244         `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
20245         of hardcoding `elf_i386' and `elf_x86_64'.
20247 2011-06-14  Nick Clifton  <nickc@redhat.com>
20249         PR target/49403
20250         * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
20252         PR target/49402
20253         * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
20255 2011-06-14  Jakub Jelinek  <jakub@redhat.com>
20257         PR fortran/49103
20258         * tree.h (DECL_NONSHAREABLE): Define.
20259         (struct tree_decl_common): Change decl_common_unused to
20260         decl_nonshareable_flag.
20261         * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
20262         Ignore vars with DECL_NONSHAREABLE bit set.
20263         * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
20264         on stores to automatic aggregate vars.
20266         PR rtl-optimization/49390
20267         Revert:
20268         2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
20270         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
20271         MEM_ALIAS_SET.
20273 2011-06-14  Zdenek Dvorak  <ook@ucw.cz>
20274             Tom de Vries  <tom@codesourcery.com>
20276         PR target/45098
20277         * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
20278         Document changed semantics.
20279         (max_stmt_executions, max_stmt_executions_int): Declare.
20280         * tree-data-ref.c (estimated_loop_iterations)
20281         (estimated_loop_iterations_int): Move functions...
20282         * tree-ssa-loop-niter.c (estimated_loop_iterations)
20283         (estimated_loop_iterations_int): here.
20284         (record_estimate): Change nb_iterations_upper_bound and
20285         nb_iterations_estimate semantics.
20286         (max_stmt_executions, max_stmt_executions_int): New function.
20287         * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
20288         (max_stmt_executions_tree): this.
20289         (analyze_miv_subscript): Use max_stmt_executions_tree instead of
20290         estimated_loop_iterations_tree.
20291         tree-ssa-loop-ivopts.c (avg_loop_niter): Use
20292         max_stmt_executions_int instead of estimated_loop_iterations_int.
20293         * predict.c (predict_loops): Idem.
20294         * tree-parloops.c (parallelize_loops): Idem.
20295         * tree-data-ref.c (analyze_siv_subscript_cst_affine)
20296         (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
20297         (init_omega_for_ddr_1): Idem.
20298         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
20299         (loop_prefetch_arrays): Idem
20300         * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
20301         max_stmt_executions instead of estimated_loop_iterations.
20302         * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
20303         * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
20304         instead of nb_iterations_upper_bound.
20306 2011-06-13  Jan Hubicka  <jh@suse.cz>
20308         * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
20310 2011-06-14  Richard Henderson  <rth@redhat.com>
20312         PR debug/48459
20313         * dwarf2out.c (frame_pointer_fb_offset_valid): New.
20314         (based_loc_descr): Assert it's true.
20315         (compute_frame_pointer_to_fb_displacement): Set it, rather than
20316         aborting immediately.
20318 2011-06-14  Sanjin Liu  <scliu@faraday-tech.com>
20319             Mingfeng Wu  <mingfeng@faraday-tech.com>
20321         * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
20323 2011-06-13  Jan Hubicka  <jh@suse.cz>
20325         * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
20327 2011-06-13  Jan Hubicka  <jh@suse.cz>
20329         * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
20330         similarly to DECL_COMDAT.
20331         * cgraphunit.c (cgraph_analyze_function): Likewise.
20332         * ipa.c (function_and_variable_visibility): Likewise.
20334 2011-06-13  Jan Hubicka  <jh@suse.cz>
20336         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
20337         BINFO_VIRTUALS when streaming for ltrans unit.
20339 2011-06-13  David Edelsohn  <dje.gcc@gmail.com>
20341         * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
20342         (movdi_internal64): Same.
20344 2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
20346         PR target/44618
20347         * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
20348         a set of similar patterns, where the MATCH_OPERAND for the function
20349         argument is replaced with individual references to hardware registers.
20350         (save_fpregs_<mode>): Ditto
20351         (restore_gpregs_<mode>): Ditto
20352         (return_and_restore_gpregs_<mode>): Ditto
20353         (return_and_restore_fpregs_<mode>): Ditto
20354         (return_and_restore_fpregs_aix_<mode>): Ditto
20356 2011-06-13  Jan Hubicka  <jh@suse.cz>
20358         * ipa-utils.c (postorder_stack): New structure.
20359         (ipa_reverse_postorder): Handle aliases.
20361 2011-06-13  Jan Hubicka  <jh@suse.cz>
20363         * ipa-inline.c (reset_edge_caches): Walk aliases.
20364         (update_caller_keys): Do not test inlinability of aliases.
20365         * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
20366         (do_estimate_growth): Fix typo.
20368 2011-06-13  Jan Hubicka  <jh@suse.cz>
20370         * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
20371         (can_remove_node_now_p): ... here; handle same comdat groups.
20372         (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
20373         (inline_call): Update use of can_remove_node_now_p.
20375 2011-06-13  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
20377         * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
20378         condition to disallow non-identical memory locations.
20379         (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
20380         preference to bit manipulation instructions.
20382 2011-06-13  Jan Hubicka  <jh@suse.cz>
20384         * cgraph.c (cgraph_for_node_thunks_and_aliases,
20385         cgraph_for_node_and_aliases): Fix thinko in recursive walking.
20386         (nonremovable_p): New function.
20387         (cgraph_can_remove_if_no_direct_calls_p): New function.
20388         (used_from_object_file_p): New functoin.
20389         (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
20390         references from aliases.
20391         * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
20392         * ipa-inline.c (check_caller_edge): New function.
20393         (want_inline_function_called_once_p): Use it; accept aliases called
20394         once, too.
20395         * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
20397 2011-06-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
20399         PR target/48454
20400         * config/arm/neon.md (vec_pack_trunc): Set the lengths
20401         correctly for the case with Quad vectors.
20403 2011-06-13 Jakub Jelinek  <jakub@redhat.com>
20404            Ira Rosen  <ira.rosen@linaro.org>
20406         PR tree-optimization/49352
20407         * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
20408         all, make sure loop_use_stmt after the loop is a def stmt of a used
20409         SSA_NAME that is the only one defined inside of the loop.  Don't
20410         check for COND_EXPR and GIMPLE_BINARY_RHS.
20411         (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
20412         check_reduction is true.
20414 2011-06-11  Jan Hubicka  <jh@suse.cz>
20416         PR middle-end/49373
20417         * ipa.c (cgraph_externally_visible_p): Check resolution info.
20419 2011-06-11  Jan Hubicka  <jh@suse.cz>
20421         PR middle-end/48836
20422         * ipa-inline-transform.c: Include tree-pass.h
20423         (inline_transform): Set TODO_update_ssa_only_virtuals.
20424         * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
20426 2011-06-11  Jan Hubicka  <jh@suse.cz>
20428         PR middle-end/49378
20429         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
20430         aliases and thunks.
20432 2011-06-12  Ira Rosen  <ira.rosen@linaro.org>
20434         * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
20435         Take number of iterations to peel into account for equally frequent
20436         misalignment values.
20438 2011-06-11  Jan Hubicka  <jh@suse.cz>
20440         * lto-streamer-out.c (produce_symtab): Stream out the newly
20441         represented aliases.
20443 2011-06-11  Jan Hubicka  <jh@suse.cz>
20445         * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
20446         varying args.
20447         (ipa_update_after_lto_read): Likewise.
20448         (ipa_write_node_info): Do not sream call_with_var_arguments.
20449         (ipa_read_node_info): Likewise.
20451 2011-06-11  Jan Hubicka  <jh@suse.cz>
20453         * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
20455 2011-06-11  Jan Hubicka  <jh@suse.cz>
20457         * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
20458         (lto_symtab_resolve_can_prevail_p): Likewise.
20459         (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
20460         * cgraph.c (same_body_aliases_done): New global var.
20461         (cgraph_same_body_alias_1): Rename to ...
20462         (cgraph_create_function_alias): ... this one; reorg to new
20463         representation.
20464         (cgraph_same_body_alias): Use cgraph_create_function_alias;
20465         record references when asked to.
20466         (cgraph_add_thunk): Fix formating.
20467         (cgraph_get_node): Kill same body alias code.
20468         (cgraph_node_for_asm): Likewise.
20469         (cgraph_remove_same_body_alias): Remove.
20470         (cgraph_remove_node): Kill same body alias code.
20471         (cgraph_mark_address_taken_node): Mark also the aliased function
20472         as having address taken.
20473         (dump_cgraph_node): Dump same body aliases.
20474         (cgraph_for_node_thunks_and_aliases): Update for new alias
20475         representation.
20476         (cgraph_for_node_and_aliases): Likewise.
20477         * cgraph.h (same_body): Kll pointer.
20478         (same_body_alias): Update comment.
20479         (same_body_aliases_done): Declare.
20480         (cgraph_remove_same_body_alias): Remove declaration.
20481         (cgraph_create_function_alias): Declare.
20482         (cgraph_process_same_body_aliases): Declare.
20483         (cgraph_function_with_gimple_body_p): Check for alias.
20484         (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
20485         (cgraph_alias_aliased_node): New function.
20486         (cgraph_function_node): Update for new aliases.
20487         (cgraph_function_or_thunk_node): Likewise.
20488         * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
20489         (inline_call): Remove dead aliases.
20490         * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
20491         name hack for same body aliases.
20492         (clone_of_p): Look through aliases.
20493         (verify_cgraph_node): Verify aliases.
20494         (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
20495         (cgraph_process_same_body_aliases): New function.
20496         (process_function_and_variable_attributes): Disable weakref warning on
20497         alias.
20498         (cgraph_analyze_functions): Handle aliases.
20499         (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
20500         (assemble_thunks): Rename to ...
20501         (assemble_thunks_and_aliases): ... this one; handle aliases, too.
20502         (cgraph_expand_function): Remove alias output code.
20503         (cgraph_output_in_order): Skip aliases.
20504         (cgraph_preserve_function_body_p): Aliases don't need preserving.
20505         * ipa-ref.c (ipa_ref_use_name): Add alias reference.
20506         (ipa_record_reference): Do not assert on alias references.
20507         (ipa_ref_has_aliases_p): New function.
20508         * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
20509         (ipa_ref_has_aliases_p): Declare.
20510         * lto-cgraph.c (lto_output_node): Handle aliases.
20511         (input_node): Likewise.
20512         * lto-streamer-out.c (lto_output): Skip aliases.
20513         (produce_symtab): Kill same_body_alias code.
20514         * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
20515         (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
20516         * ipa-inline.c (update_caller_keys): Walk aliases.
20517         (inline_small_functions): Fix thinko in previous patch.
20518         * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
20519         (function_and_variable_visibility): Do not walk same body aliases.
20520         * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
20521         (ipa_pta_execute): Use it.
20523 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
20525         * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
20526         (*vec_dupv2df): Rename from vec_dupv2df.
20527         (vec_dupv2df): New expander.
20529 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
20531         * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
20533 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
20535         * config/i386/i386.md: Use default value in "isa" attribute.
20536         * config/i386/sse.md: Ditto.
20537         * config/i386/mmx.md: Ditto.
20539 2011-06-10  Wei Guozhi  <carrot@google.com>
20541         PR target/45335
20542         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
20543         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
20544         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
20545         related peephole2.
20546         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
20547         related peephole2.
20548         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
20549         (arm_legitimate_ldrd_p): New prototype.
20550         (arm_output_ldrd): New prototype.
20551         * config/arm/arm.c (arm_check_ldrd_operands): New function.
20552         (arm_legitimate_ldrd_p): New function.
20553         (arm_output_ldrd): New function.
20555 2011-06-10  David Li  <davidxl@google.com>
20557         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
20558         * passes.c (passr_eq): New function.
20559         (create_pass_tab): New function.
20560         (pass_traverse): New function.
20561         (dump_one_pass): New function.
20562         (dump_pass_list): New function.
20563         (dump_passes): New function.
20565 2011-06-10  Jan Hubicka  <jh@suse.cz>
20567         * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
20568         setting the nothrow flag.
20569         * ipa-reference.c (propagate): Skip aliases.
20570         * ipa-pure-const.c (propagate_pure_const): Skip aliases.
20571         (propagate_nothrow): Skip aliases; do not update cgraph.
20572         (local_pure_const): Do not update cgraph.
20573         * tree-profile.c (tree_profiling): Do fixup_cfg.
20575 2011-06-10  Jan Hubicka  <jh@suse.cz>
20577         * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
20578         (cgraph_local_node_p): ... here; handle aliases.
20579         (has_addr_references_p): Break out from ...;
20580         (cgraph_remove_unreachable_nodes) ... here.
20582 2011-06-10  Jan Hubicka  <jh@suse.cz>
20584         * opts.c (default_options): Enlist OPT_finline_functions_called_once.
20585         * common.opt (flag_inline_functions_called_once): Do not
20586         initialize to 1.
20588 2011-06-10  Jan Hubicka  <jh@suse.cz>
20590         * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
20591         (ipcp_initialize_node_lattices): Do not deal with aliases;
20592         Do not try to propagate through thunks.
20593         (ipcp_change_tops_to_bottom): Do not deal with aliases.
20595 2011-06-10  Jan Hubicka  <jh@suse.cz>
20597         * ipa-prop.c (ipa_write_node_info): Stream jump functions
20598         for indirect calls.
20599         (ipa_read_node_info): Likewise.
20601 2011-06-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20603         PR lto/49302
20604         * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
20605         (build_and_insert_call): Likewise.
20606         (build_and_insert_ref): New.
20607         (gimple_expand_builtin_pow): Minor cleanup.
20608         (gimple_expand_builtin_cabs): New.
20609         (execute_cse_sincos): Add case for BUILT_IN_CABS.
20611 2011-06-10  Jan Hubicka  <jh@suse.cz>
20613         * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
20614         (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
20615         (ipcp_initialize_node_lattices): We don't propagate through an aliases.
20616         (ipcp_propagate_stage): Skip aliases when propagating.
20617         (ipcp_need_redirect_p): Skip aliases.
20618         (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
20619         collect_callers_of_node.
20620         * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
20621         for aliases.
20622         (ipa_compute_jump_functions): Look through aliases.
20624 2011-06-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20626         * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
20628 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20630         * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
20631         Adjust comments.
20632         * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
20634 2011-06-10  Jan Hubicka  <jh@suse.cz>
20636         * ipa-cp.c (ipcp_process_devirtualization_opportunities):
20637         Update call of gimple_get_virt_method_for_binfo.
20638         * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
20639         refuse_thunks parameter.
20640         (gimple_fold_call): Update.
20641         * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
20643 2011-06-10  Jan Hubicka  <jh@suse.cz>
20645         * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
20646         (not_all_callers_have_enough_arguments_p): ... this one; turn into
20647         worker for cgraph_for_node_and_aliases.
20648         (convert_callers_for_node): Break out from ...
20649         (convert_callers): ... here.
20650         (modify_function): Use collect_callers_of_node.
20651         (ipa_early_sra): Use cgraph_for_node_and_aliases.
20653 2011-06-10  Richard Guenther  <rguenther@suse.de>
20655         PR tree-optimization/49361
20656         * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
20657         when not already in gimple form.
20659 2011-06-10  Richard Guenther  <rguenther@suse.de>
20661         PR bootstrap/49344
20662         * tree-ssa-math-opts.c (convert_mult_to_fma): Use
20663         FOR_EACH_PHI_OR_STMT_USE.
20665 2011-06-10  Jan Hubicka  <jh@suse.cz>
20667         * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
20668         (clone_inlined_nodes): ... here.
20669         (inline_call): Use cgraph_function_or_thunk_node; redirect edge
20670         to real destination prior inlining.
20671         * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
20672         can_early_inline_edge_p, want_early_inline_function_p,
20673         want_early_inline_function_p, want_inline_small_function_p,
20674         want_inline_self_recursive_call_p, want_inline_function_called_once_p,
20675         edge_badness, update_all_callee_keys, lookup_recursive_calls,
20676         add_new_edges_to_heap, inline_small_functions, flatten_function,
20677         inline_always_inline_functions, early_inline_small_functions): Use
20678         cgraph_function_or_thunk_node.
20679         * ipa-inline-analysis.c (evaluate_conditions_for_edge,
20680         dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
20681         (do_estimate_edge_growth_1): Break out from ...
20682         (do_estimate_growth) ... here; walk aliases.
20683         (inline_generate_summary): Skip aliases.
20685 2011-06-10  Richard Guenther  <rguenther@suse.de>
20687         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
20688         forward when combining, visit inserted stmts when a stmt was changed.
20690 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
20692         * tree.h (error_operand_p): Add.
20693         * dbxout.c (dbxout_type_fields): Use the latter.
20694         * c-decl.c (add_stmt): Likewise.
20695         * gimplify.c (omp_add_variable, omp_notice_variable,
20696         gimplify_scan_omp_clauses): Likewise.
20698 2011-06-10  Georg-Johann Lay  <avr@gjlay.de>
20700         * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
20701         when a value is actually passed in regs.
20703 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
20704             Laurent Rougé  <laurent.rouge@menta.fr>
20706         * doc/invoke.texi (SPARC options): Add -mflat.
20707         * config/sparc/sparc.opt: Likewise.
20708         * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
20709         (sparc_flat_expand_prologue): Declare.
20710         (sparc_flat_expand_epilogue): Likewise.
20711         * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
20712         (CPP_ENDIAN_SPEC): Replace with...
20713         (CPP_OTHER_SPEC): ...this.  Also handle -mflat and -msoft-float.
20714         (CPP_SPEC): Adjust to above change.
20715         (EXTRA_SPECS): Likewise.
20716         (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
20717         (INCOMING_REGNO): Likewise.
20718         (OUTGOING_REGNO): Likewise.
20719         (LOCAL_REGNO): Likewise.
20720         (SETUP_FRAME_ADDRESSES): Likewise.
20721         (FIXED_REGISTERS): Set 0 for %fp.
20722         (CALL_USED_REGISTERS): Likewise.
20723         (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
20724         (EXIT_IGNORE_STACK): Define to 1 unconditionally.
20725         (RETURN_ADDR_REGNUM): Define.
20726         (RETURN_ADDR_RTX): Use it.
20727         (INCOMING_RETURN_ADDR_REGNUM): Define.
20728         (INCOMING_RETURN_ADDR_RTX): Use it.
20729         (DWARF_FRAME_RETURN_COLUMN): Likewise.
20730         (EH_RETURN_REGNUM): Define.
20731         (EH_RETURN_STACKADJ_RTX): Use it.
20732         (EH_RETURN_HANDLER_RTX): Delete.
20733         (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
20734         * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
20735         Delete.
20736         (struct machine_function): Add frame_size, apparent_frame_size,
20737         frame_base_reg, frame_base_offset, n_global_fp_regs and
20738         save_local_in_regs_p fields.
20739         (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
20740         sparc_frame_base_offset, sparc_n_global_fp_regs,
20741         sparc_save_local_in_regs_p): New macros.
20742         (sparc_option_override): Error out if -fcall-saved-REG is specified
20743         for Out registers.
20744         (eligible_for_restore_insn): Fix formatting.
20745         (eligible_for_return_delay): Likewise.  Add TARGET_FLAT handling.
20746         (eligible_for_sibcall_delay): Likewise.
20747         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
20748         (sparc_legitimate_address_p): Adjust to above change.
20749         (save_global_or_fp_reg_p): New predicate.
20750         (return_addr_reg_needed_p): Likewise.
20751         (save_local_or_in_reg_p): Likewise.
20752         (sparc_compute_frame_size): Use them.  Add TARGET_FLAT handling.
20753         (SORR_SAVE, SORR_RESTORE): Delete.
20754         (sorr_pred_t): New typedef.
20755         (sorr_act_t): New enum.
20756         (save_or_restore_regs): Rename to...
20757         (emit_save_or_restore_regs): ...this.  Change type of LOW and HIGH
20758         parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
20759         ACTION_TRUE and ACTION_FALSE parameters.  Implement more general
20760         mechanism.  Add CFI information for double-word saves in 32-bit mode.
20761         (emit_adjust_base_to_offset): New function extracted from...
20762         (emit_save_or_restore_regs): ...this.  Rename the rest to...
20763         (emit_save_or_restore_regs_global_fp_regs): ...this.
20764         (emit_save_or_restore_regs_local_in_regs): New function.
20765         (gen_create_flat_frame_[123]): New functions.
20766         (sparc_expand_prologue): Use SIZE local variable.  Adjust.
20767         (sparc_flat_expand_prologue): New function.
20768         (sparc_asm_function_prologue): Add TARGET_FLAT handling.
20769         (sparc_expand_epilogue): Use SIZE local variable.  Adjust.
20770         (sparc_flat_expand_epilogue): New function.
20771         (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
20772         (output_return): Likewise.
20773         (output_sibcall): Likewise.
20774         (sparc_output_mi_thunk): Likewise.
20775         (sparc_frame_pointer_required): Likewise.
20776         (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
20777         function optimization.
20778         * config/sparc/sparc.md (flat): New attribute.
20779         (prologue): Add TARGET_FLAT handling.
20780         (save_register_window): Disable if TARGET_FLAT.
20781         (create_flat_frame_[123]): New patterns.
20782         (epilogue): Add TARGET_FLAT handling.
20783         (sibcall_epilogue): Likewise.
20784         (eh_return): New expander.
20785         (eh_return_internal): New insn and splitter.
20786         (return_internal): Add TARGET_FLAT handling.
20787         (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
20788         (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
20789         (nonlocal_goto): Add TARGET_FLAT handling.
20790         * config/sparc/t-elf: Add -mflat multilib.
20791         * config/sparc/t-leon: Likewise.
20793 2011-06-10  Jan Hubicka  <jh@suse.cz>
20795         * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
20796         * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
20797         (self_recursive_p): Use cgraph_function_node.
20798         (propagate_pure_const): Likewise.
20799         (propagate_nothrow): Likewise.
20800         * ipa-reference.c (ipa_reference_get_not_read_global): Use
20801         cgraph_function_node.
20802         (propagate_bits): Likewise.
20803         (propagate): Likewise.
20805 2011-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
20806             Richard Earnshaw  <rearnsha@arm.com>
20808         * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
20809         * config/arm/vfp.md (*arm_movdi_vfp): Delete.
20810         (*thumb2_movdi_vfp): Delete.
20811         (*arm_movdi_vfp_cortexa8): Delete.
20812         (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
20813         (*movdi_vfp_cortexa8): Likewise.
20815 2011-06-10  Richard Guenther  <rguenther@suse.de>
20817         * stor-layout.c (initialize_sizetypes): Give names to all
20818         sizetype kinds.
20820 2011-06-10  Ira Rosen  <ira.rosen@linaro.org>
20822         PR tree-optimization/49318
20823         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
20824         irrelevant pattern statements.
20826 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20828         * system.h (SETJMP_VIA_SAVE_AREA): Poison.
20830         PR bootstrap/49354
20831         * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
20832         to last assignment.
20834 2011-06-09  Jan Hubicka  <jh@suse.cz>
20836         * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
20837         do not recompute reachable flag.
20838         (cgraph_finalize_function, cgraph_analyze_functions): Set
20839         redefined_extern_inline here.
20841 2011-06-09  Jan Hubicka  <jh@suse.cz>
20843         * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
20844         (cgraph_only_called_directly_p): ... this one; bring offline.
20845         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
20846         varpool_used_from_object_file_p): Drop names from the declaratoin.
20847         (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
20848         collect_callers_of_node): New.
20849         (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
20850         (cgraph_edge_recursive_p): Use cgraph_function_node.
20851         * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
20852         (cgraph_node_cannot_be_local_p_1): Break out from ...
20853         (cgraph_node_can_be_local_p): ... here; walk aliases.
20854         (cgraph_for_node_thunks_and_aliases): New function.
20855         (cgraph_for_node_and_aliases): New function.
20856         (cgraph_make_node_local_1): Break out from ...
20857         (cgraph_make_node_local) ... here; use
20858         cgraph_for_node_thunks_and_aliases.
20859         (cgraph_set_nothrow_flag_1): Break out from ...
20860         (cgraph_set_nothrow_flag) ... here;
20861         use cgraph_for_node_thunks_and_aliases.
20862         (cgraph_set_const_flag_1): Break out from ...
20863         (cgraph_set_const_flag) ... here;
20864         use cgraph_for_node_thunks_and_aliases.
20865         (cgraph_set_pure_flag_1): Break out from ...
20866         (cgraph_set_pure_flag) ... here;
20867         use cgraph_for_node_thunks_and_aliases.
20868         (cgraph_propagate_frequency_1): Break out from ...
20869         (cgraph_propagate_frequency) ... here; use
20870         cgraph_for_node_thunks_and_aliases.
20871         (cgraph_used_from_object_file_p): Do not care about aliases.
20872         (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
20873         New functions.
20874         (collect_callers_of_node_1, collect_callers_of_node): New functions.
20876 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20878         PR rtl-optimization/49154
20879         * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
20880         (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
20881         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
20882         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
20883         * config/cris/cris.h (cris_register_move_cost): Remove
20884         !TARGET_V32 code.  Tweak comments.
20886 2011-06-09  Jan Hubicka  <jh@suse.cz>
20888         * cgraphbuild.c (record_eh_tables): Mark personality function as having
20889         address taken.
20891 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20893         PR rtl-optimization/49154
20894         * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
20895         is a matching slot in the hashtable, assign it to classes_ptr.
20897         PR rtl-optimization/49154
20898         * doc/tm.texi.in (Register Classes): Document rule for the narrowest
20899         register classes.
20900         * doc/tm.texi: Regenerate.
20902 2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
20904         PR target/49307
20905         * config/sh/sh.md (UNSPEC_CHKADD): New.
20906         (chk_guard_add): New define_insn_and_split.
20907         (symGOT_load): Use chk_guard_add instead of blockage.
20909 2011-06-09  Kai Tietz  <ktietz@redhat.com>
20911         * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
20913 2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
20915         * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
20917 2011-06-09  Wei Guozhi  <carrot@google.com>
20919         PR target/46975
20920         * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
20921         (peephole2 for conditional move): Generate 16 bit instructions.
20923 2011-06-09  Uros Bizjak  <ubizjak@gmail.com>
20925         * config/i386/i386.md (*movdi_internal_rex64): Merge
20926         alternatives 6 and 8.
20928 2011-06-09  David Li  <davidxl@google.com>
20930         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
20931         * passes.c (passr_eq): New function.
20932         (create_pass_tab): New function.
20933         (pass_traverse): New function.
20934         (dump_one_pass): New function.
20935         (dump_pass_list): New function.
20936         (dump_passes): New function.
20938 2011-06-09  David Li  <davidxl@google.com>
20940         * tree-complex.c (tree_lower_complex): Gate cleanup.
20941         * tree-stdarg.c (check_all_va_list_escapes): Ditto.
20942         (execute_optimize_stdarg): Ditto.
20943         * tree-eh.c (execute_lower_eh_dispatch): Ditto.
20944         (execute_cleanup_eh_1): Ditto.
20945         (execute_cleanup_eh): Ditto.
20946         * gcse.c (gate_rtl_pre): Ditto.
20947         (execute_rtl_pre): Ditto.
20948         * except.c (finish_eh_generation): Ditto.
20949         (convert_to_eh_region_ranges): Ditto.
20950         * cprop.c (one_cprop_pass): Ditto.
20952 2011-06-09  Bernd Schmidt  <bernds@codesourcery.com>
20954         PR target/48673
20955         * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
20956         in all basic blocks.
20958 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20960         * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
20961         (HAVE_ENABLE_EXECUTE_STACK): Define.
20962         * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
20963         (HAVE_ENABLE_EXECUTE_STACK): Define.
20964         * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
20965         (HAVE_ENABLE_EXECUTE_STACK): Define.
20966         * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
20967         (ENABLE_EXECUTE_STACK): Remove.
20968         (HAVE_ENABLE_EXECUTE_STACK): Define.
20969         [IN_LIBGCC2]: Don't include <windows.h>.
20970         * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
20971         (HAVE_ENABLE_EXECUTE_STACK): Define.
20972         * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
20973         (HAVE_ENABLE_EXECUTE_STACK): Define.
20974         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
20975         * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
20976         (HAVE_ENABLE_EXECUTE_STACK): Define.
20977         * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
20978         (HAVE_ENABLE_EXECUTE_STACK): Define.
20979         * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
20980         (HAVE_ENABLE_EXECUTE_STACK): Define.
20981         * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
20982         (HAVE_ENABLE_EXECUTE_STACK): Define.
20983         * config/alpha/alpha.c (alpha_trampoline_init): Test
20984         HAVE_ENABLE_EXECUTE_STACK.
20985         * config/i386/i386.c (ix86_trampoline_init): Likewise.
20986         * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
20987         (sparc64_initialize_trampoline): Likewise.
20988         * libgcc2.c [L_enable_execute_stack]: Remove.
20989         * system.h (ENABLE_EXECUTE_STACK): Poison.
20990         * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
20991         * doc/tm.texi: Regenerate.
20992         * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
20994 2011-06-09  Jakub Jelinek  <jakub@redhat.com>
20996         PR middle-end/49308
20997         * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
20998         variable.  After resetting and rescanning insn continue with previous
20999         statement.
21001 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21003         * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
21004         (gcc_cv_ld_hidden): Likewise.
21005         * configure: Regenerate.
21006         * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
21007         (ix86_stack_protect_fail): Mark unused.
21008         (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
21009         * config/rs6000/rs6000.c (rs6000_assemble_visibility)
21010         [TARGET_MACHO]: Don't define.
21011         (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
21012         (TARGET_STACK_PROTECT_FAIL): Likewise.
21013         (rs6000_stack_protect_fail): Mark unused.
21014         * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
21015         USE_LINKONCE_INDIRECT.  Don't emit .hidden expicitly.
21017 2011-06-08  Andi Kleen  <ak@linux.intel.com>
21019         * varasm.c (get_section): Print location of other conflict
21020         for section conflicts.
21022 2011-06-08  Andi Kleen  <ak@linux.intel.com>
21024         * config/i386/driver-i386.c (host_detect_local_cpu):
21025         Add model 0x2d Intel CPU.
21027 2011-06-08  Andi Kleen  <ak@linux.intel.com>
21029         * reginfo.c (global_regs_decl): Add.
21030         (globalize_reg): Add decl parameter. Compute location.  Pass location
21031         to warnings and add inform. Store decl in global_regs_decl.
21032         * rtl.h (globalize_reg): Update prototype.
21033         * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
21035 2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>
21037         * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
21039 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
21041         PR target/49305
21042         * config/sh/predicates.md (general_movsrc_operand): Check
21043         mode for memory with indexed address for QI and HImode.
21044         (general_movdst_operand): Likewise.
21046 2011-06-09  Nicola Pero  <nicola.pero@meta-innovation.com>
21048         * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
21050 2011-06-08  Alexandre Oliva  <aoliva@redhat.com>
21052         * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
21053         (num_ssa_operands): Likewise.
21054         (op_iter_init_phiuse): Forward-declare.
21055         (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
21057 2011-06-08  Nick Clifton  <nickc@redhat.com>
21059         * doc/invoke.texi (ARM Options): Update description of
21060         -mthumb-interwork.
21062 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
21064         * config/i386/driver-i386.c (host_detect_local_cpu): Support
21065         unknown Intel family 0x6 CPUs.
21067 2011-06-08  Martin Jambor  <mjambor@suse.cz>
21069         * tree-sra.c (mark_rw_status): Removed.
21070         (analyze_access_subtree): New parameter parent instead of
21071         mark_read and mark_write, propagate from that.
21073 2011-06-08  Julian Brown  <julian@codesourcery.com>
21075         * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
21076         for double-precision helper functions in hard-float mode if only
21077         single-precision arithmetic is supported in hardware.
21079 2011-06-08  Alexander Monakov  <amonakov@ispras.ru>
21081         PR rtl-optimization/49303
21082         * sel-sched.c (move_op): Use correct type for 'res'.  Verify that
21083         code_motion_path_driver returned 0 or 1.
21084         (sel_region_finish): Clear h_d_i_d.
21086 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
21088         * config/sh/sh.c (prepare_move_operands): Set pic register
21089         appropriately for global and local dynamic tls models even
21090         if flag_pic is unset.
21092 2011-06-07  Jason Merrill  <jason@redhat.com>
21094         * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
21096 2011-06-07  Xinliang David Li  <davidxl@google.com>
21097         * passes.c (enable_disable_pass): Handle assembler name.
21098         (is_pass_explicitly_enabled_or_disabled): Ditto.
21100 2011-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21102         PR tree-optimization/48497
21103         * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
21105 2011-06-07  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21107         PR tree-optimization/46728
21108         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
21109         to use gimple_val_nonnegative_real_p.
21110         * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
21111         * gimple.h (gimple_val_nonnegative_real_p): New declaration.
21113 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
21115         * config/i386/i386.md (*movsf_internal): Optimize AVX check.
21117 2011-06-07  Sergey Grechanik  <mouseentity@ispras.ru>
21119         * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
21120         constant vectors.
21122 2011-06-07  Richard Guenther  <rguenther@suse.de>
21124         * stor-layout.c (initialize_sizetypes): Initialize all
21125         sizetypes based on target definitions.
21126         (set_sizetype): Remove.
21127         * tree.c (build_common_tree_nodes): Do not call set_sizetype.
21128         * tree.h (set_sizetype): Remove.
21130 2011-06-07  Nick Clifton  <nickc@redhat.com>
21132         * config.gcc: Unify V850 architecture options and add support for
21133         newer V850 architectures.
21134         * config/v850/t-v850e: Delete.
21136 2011-06-07  Richard Guenther  <rguenther@suse.de>
21138         * tree.c (build_common_tree_nodes): Also initialize size_type_node.
21139         Call set_sizetype from here.
21141 2011-06-07  Andrew Stubbs  <ams@codesourcery.com>
21143         * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
21144         (*maddhisi4tb, *maddhisi4tt): New define_insns.
21146 2011-06-07  Bernd Schmidt  <bernds@codesourcery.com>
21147             Andrew Stubbs  <ams@codesourcery.com>
21149         * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
21150         multiplies.
21151         * doc/md.texi (Canonicalization of Instructions): Document widening
21152         multiply canonicalization.
21154 2011-06-07  Jakub Jelinek  <jakub@redhat.com>
21156         PR gcov-profile/49299
21157         * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
21159 2011-06-07  Ira Rosen  <ira.rosen@linaro.org>
21161         * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
21162         a pointer.
21163         * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
21164         vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
21165         vect_recog_pow_pattern): Likewise.
21166         (vect_pattern_recog_1): Remove declaration.
21167         (widened_name_p): Remove declaration.  Add new argument to specify
21168         whether to check that both types are either signed or unsigned.
21169         (vect_recog_widen_mult_pattern): Update documentation.  Handle
21170         unsigned patterns and multiplication by constants.
21171         (vect_pattern_recog_1): Update vect_recog_func references.  Use
21172         statement information from the statement returned from pattern
21173         detection functions.
21174         (vect_pattern_recog): Update vect_recog_func reference.
21175         * tree-vect-stmts.c (vectorizable_type_promotion): For widening
21176         multiplication by a constant use the type of the other operand.
21178 2011-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
21180         PR rtl-optimization/49145
21181         * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
21183 2011-06-06  Jakub Jelinek  <jakub@redhat.com>
21185         PR debug/49262
21186         * dwarf2out.c (native_encode_initializer): Decrement count in each
21187         iteration.
21189         PR debug/49294
21190         * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
21191         non-MODE_INT modes.
21193         PR c++/49264
21194         * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
21195         if stmt folded into nothing.
21196         * tree-inline.c (fold_marked_statements): If a builtin at the end of
21197         a bb folded into nothing, just update cgraph edges and move to next bb.
21198         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
21199         to be NULL.  Don't compute count and frequency if new_call is NULL.
21201 2011-06-04  Diego Novillo  <dnovillo@google.com>
21203         * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
21204         (cgraph.o): Likewise.
21205         (cgraphunit.o): Likewise.
21206         * cgraphunit.c: Include lto-streamer.h
21207         (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
21208         if LTO is enabled.
21209         * lto-streamer-in.c (unpack_value_fields): Call
21210         streamer_hooks.unpack_value_fields if set.
21211         (lto_materialize_tree): For unhandled nodes, first try to
21212         call lto_streamer_hooks.alloc_tree, if it exists.
21213         (lto_input_ts_decl_common_tree_pointers): Move reading of
21214         DECL_INITIAL to lto_streamer_read_tree.
21215         (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
21216         (lto_streamer_read_tree): New.
21217         (lto_reader_init): Rename from lto_init_reader.
21218         Move initialization code to lto/lto.c.
21219         * lto-streamer-out.c (pack_value_fields): Call
21220         streamer_hooks.pack_value_fields if set.
21221         (lto_output_tree_ref): For tree nodes that are not normally indexable,
21222         call streamer_hooks.indexable_with_decls_p before giving up.
21223         (lto_output_ts_decl_common_tree_pointers): Move handling
21224         for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
21225         (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
21226         lto_is_streamable.  Call lto_streamer_hooks.output_tree_header if set.
21227         (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
21228         (lto_streamer_write_tree): New.
21229         (lto_output): Call lto_streamer_init directly.
21230         (lto_writer_init): Remove.
21231         * lto-streamer.c (streamer_hooks): New.
21232         (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
21233         instead of lto_preload_common_nodes.
21234         (lto_is_streamable): Move from lto-streamer.h
21235         (lto_streamer_hooks_init): New.
21236         (streamer_hooks): New.
21237         (streamer_hooks_init): New.
21238         * lto-streamer.h (struct output_block): Forward declare.
21239         (struct lto_input_block): Likewise.
21240         (struct data_in): Likewise.
21241         (struct bitpack_d): Likewise.
21242         (struct streamer_hooks): Declare.
21243         (streamer_hooks): Declare.
21244         (lto_streamer_hooks_init): Declare.
21245         (lto_streamer_write_tree): Declare.
21246         (lto_streamer_read_tree): Declare.
21247         (streamer_hooks_init): Declare.
21248         (lto_is_streamable): Move to lto-streamer.c
21250 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21252         * longlong.h (smul_ppmm): The resulting register pair contains the
21253         higher order word first.
21255 2011-06-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21257         PR tree-optimization/46728
21258         * builtins.c (powi_table): Remove.
21259         (powi_lookup_cost): Remove.
21260         (powi_cost): Remove.
21261         (expand_powi_1): Remove.
21262         (expand_powi): Remove.
21263         (expand_builtin_pow_root): Remove.
21264         (expand_builtin_pow): Remove.
21265         (expand_builtin_powi): Eliminate handling of constant exponent.
21266         (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
21268 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
21270         * cprop.c (local_cprop_pass): Don't set changed for debug insns.
21272 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
21274         * dce.c (reset_unmarked_insns_debug_uses): New.
21275         (delete_unmarked_insns): Skip debug insns.
21276         (prescan_insns_for_dce): Likewise.
21277         (rest_of_handle_ud_dce): Reset debug uses of removed sets.
21278         * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
21279         active reg can be found.
21280         (subst_all_stack_regs_in_debug_insn): New.  Reset debug insn then.
21281         (convert_regs_1): Use it.
21283 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
21285         * tree-pretty-print.c (dump_function_header): Add flags.
21286         Don't dump decl_uid with nouid.
21287         * tree-pretty-print.h (dump_function_header): Adjust.
21288         * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
21289         * passes.c (pass_init_dump_file): Pass dump_flags on.
21290         * tree-cfg.c (gimple_dump_cfg): Pass flags on.
21292 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
21294         PR bootstrap/49270
21295         * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
21297 2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
21299         PR tree-optimization/49243
21300         * calls.c (setjmp_call_p): Also check if fndecl has the
21301         returns_twice attribute.
21303 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21305         * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
21306         -ffast-math etc.
21308 2011-06-06  Richard Henderson  <rth@redhat.com>
21309             Georg-Johann Lay  <avr@gjlay.de>
21311         PR target/42210
21312         * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
21313         New predicates.
21314         * config/avr/avr.md ("insv"): New insn expander.
21315         ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
21316         "*insv.not.io", "*insv.reg"): New insns.
21318 2011-06-06  Hans-Peter Nilsson  <hp@bitrange.com>
21320         PR target/49285
21321         * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
21322         to nonimmediate_operand from memory_operand for the operand that is to
21323         be forced to memory by the expander.  Lose the constraints.
21325 2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
21327         * config/sparc/sparc.c (output_return): Fix thinko in the output of an
21328         EH return when delayed branches are disabled.
21330 2011-06-05  Uros Bizjak  <ubizjak@gmail.com>
21332         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
21333         Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode"
21334         calculation.
21335         (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
21336         Simplify MODE_V1DF and MODE_V2SF handling.
21337         (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
21338         Simplify MODE_SF handling.
21340 2011-06-04  Jan Hubicka  <jh@suse.cz>
21342         PR tree-optimization/48893
21343         PR tree-optimization/49091
21344         PR tree-optimization/49179
21345         * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
21346         Bounds check.
21348 2011-06-04  Jan Hubicka  <jh@suse.cz>
21350         PR lto/48954
21351         * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
21352         bitmaps.
21354 2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
21356         * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
21358 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
21360         PR target/49281
21361         * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
21362         to be strictly smaller than 1 << shiftcount.
21364 2011-06-04  Jan Hubicka  <jh@suse.cz>
21366         PR tree-optimize/48929
21367         * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
21368         of empty predicate.
21370 2011-06-04  Alexandre Oliva  <aoliva@redhat.com>
21372         PR debug/48333
21373         * calls.c (emit_call_1): Prefer the __builtin declaration of
21374         builtin functions.
21376 2011-06-03   Diego Novillo  <dnovillo@google.com>
21378         * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
21379         (lto_input_tree_pointers): Likewise.
21380         * lto-streamer-out.c (pack_value_fields): Likewise.
21381         (lto_output_tree_pointers): Likewise.
21382         * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
21383         and OPTIMIZATION_NODE.
21385 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21387         * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
21388         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
21389         * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
21390         * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
21391         * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
21392         * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
21393         * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
21394         * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
21395         * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
21396         * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
21397         * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
21398         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
21399         * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
21400         * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
21401         * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
21402         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
21403         * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
21404         * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
21405         * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
21406         * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
21407         * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
21408         * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
21409         * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
21410         * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
21411         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
21412         * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
21413         * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
21414         * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
21415         * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
21416         * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
21417         * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
21418         * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
21419         * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
21420         * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
21421         * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
21422         * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
21423         * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
21424         * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
21425         * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
21426         * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
21427         * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
21428         * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
21429         * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
21430         * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
21431         * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
21432         * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
21433         * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
21434         * system.h (MD_UNWIND_SUPPORT): Poison.
21435         * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
21436         * doc/tm.texi: Regenerate.
21437         * unwind-dw2.c: Include md-unwind-support.h instead of
21438         MD_UNWIND_SUPPORT.
21439         * config/ia64/unwind-ia64.c: Likewise.
21440         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
21442 2011-06-03  Jack Howarth  <howarth@bromo.med.uc.edu>
21444         * varpool.c (varpool_extra_name_alias): Return NULL, not false.
21446 2011-06-03  Richard Henderson  <rth@redhat.com>
21447             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21449         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
21450         (sigill_hdlr): Correct insn, insn size.
21451         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
21453 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21455         * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
21456         t-slibgcc-dummy.
21457         * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
21458         * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
21459         * config/mips/t-iris: Remove.
21460         * config/mips/t-irix6: New file.
21461         * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
21463 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21465         * Makefile.in (LIB2ADDEHDEP): Remove.
21466         * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
21467         * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
21468         * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
21469         * config/t-darwin (LIB2ADDEHDEP): Remove.
21470         * config/t-freebsd (LIB2ADDEHDEP): Remove.
21471         * config/t-linux (LIB2ADDEHDEP): Remove.
21473 2011-06-03  Diego Novillo  <dnovillo@google.com>
21475         * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
21476         (lto_register_var_decl_in_symtab): Likewise.
21477         (lto_register_function_decl_in_symtab): Likewise.
21478         (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
21479         logic to uniquify_nodes.
21481 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21483         * config/alpha/t-osf5: Remove.
21484         * config/alpha/t-osf-pthread: Remove.
21485         * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
21486         * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
21488 2011-06-03  Julian Brown  <julian@codesourcery.com>
21490         * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
21491         (strongarm1110): Use strongarm tuning.
21492         * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
21493         * config/arm/arm.c (arm_strongarm_tune): New.
21494         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
21495         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
21496         (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
21497         setting, using previous defaults or 1 for Cortex-A5.
21498         (arm_option_override): Set max_insns_skipped from current tuning.
21500 2011-06-03  Nathan Sidwell  <nathan@codesourcery.com>
21502         * doc/install.texi (Options specification): Document --with-specs.
21504 2011-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
21506         * config/arm/neon.md (orndi3_neon): Actually split it.
21508 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
21510         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
21511         * var-tracking.c (reverse_op): Limite recurse depth to 5.
21513 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
21515         PR debug/47590
21516         * target.def (delay_sched2, delay_vartrack): New.
21517         * doc/tm.texi.in: Update.
21518         * doc/tm.texi: Rebuild.
21519         * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
21520         * var-tracking.c (gate_handle_var_tracking): Likewise.
21521         * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
21522         (bfin_flag_var_tracking): Drop.
21523         (output_file_start): Don't save and override flag_var_tracking.
21524         (bfin_option_override): Ditto flag_schedule_insns_after_reload.
21525         (bfin_reorg): Test original variables.
21526         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
21527         * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
21528         (ia64_flag_var_tracking): Drop.
21529         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
21530         (ia64_file_start): Don't save and override flag_var_tracking.
21531         (ia64_override_options_after_change): Ditto
21532         flag_schedule_insns_after_reload.
21533         (ia64_reorg): Test original variables.
21534         * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
21535         (picochip_flag_var_tracking): Drop.
21536         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
21537         (picochip_option_override): Don't save and override
21538         flag_schedule_insns_after_reload.
21539         (picochip_asm_file_start): Ditto flag_var_tracking.
21540         (picochip_reorg): Test original variables.
21541         * config/spu/spu.c (spu_flag_var_tracking): Drop.
21542         (TARGET_DELAY_VARTRACK): Define.
21543         (spu_var_tracking): New.
21544         (spu_machine_dependent_reorg): Call it.
21545         (asm_file_start): Don't save and override flag_var_tracking.
21547 2011-06-02  Kaz Kojima  <kkojima@gcc.gnu.org>
21549         PR target/49163
21550         * config/sh/predicates.md (general_movsrc_operand): Return 0
21551         for memory and memory subreg of which address is an invalid
21552         indexed address for QI and HImode.
21553         (general_movdst_operand): Likewise.
21555 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
21557         * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
21558         edges only, when there is a non-local label in the function.
21559         * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
21561 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
21563         * config/i386/constraints.md (Y3): New register constraint.
21564         * config/i386/sse.md (*vec_interleave_highv2df): Merge with
21565         *sse3_interleave_highv2df and *sse2_interleave_highv2df.
21566         (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
21567         *sse2_interleave_lowv2df.
21569 2011-06-02  Julian Brown  <julian@codesourcery.com>
21571         * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
21572         * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
21573         (arm_cortex_a5_tune): New.
21575 2011-06-02  Julian Brown  <julian@codesourcery.com>
21577         * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
21578         * config/arm/arm.c (arm_default_branch_cost): New.
21579         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
21580         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
21581         (arm_fa726_tune): Set branch_cost field using
21582         arm_default_branch_cost.
21583         * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
21584         current_tune structure.
21585         * dojump.c (tm_p.h): Include file.
21587 2011-06-02  Julian Brown  <julian@codesourcery.com>
21589         * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
21590         tuning.
21591         (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
21592         (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
21593         * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
21594         field.
21595         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
21596         (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
21597         (arm_fa726te_tune): Add prefer_constant_pool setting.
21598         (arm_v6t2_tune, arm_cortex_tune): New.
21599         * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
21600         prefer_constant_pool setting.
21602 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
21604         * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
21605         switch statement.
21606         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
21607         (*movdf_internal) <case 6,7,8>: Ditto.
21609         * config/i386/constraints.md (Y4): New register constraint.
21610         * config/i386/sse.md (vec_set<mode>_0): Merge with
21611         *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
21612         (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
21613         *vec_extractv2di_1_sse.
21614         (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
21615         and *vec_concatv2di_rex64_sse.
21617 2011-06-02  Stuart Henderson  <shenders@gcc.gnu.org>
21619         PR target/48807
21620         * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
21621         of cgraph_local_info for null before attempting to use it.
21623 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
21625         * function.h (struct stack_usage): Remove dynamic_alloc_count field.
21626         (current_function_dynamic_alloc_count): Delete.
21627         * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
21628         (expand_builtin_nonlocal_goto): Remove obsolete comment.
21629         (expand_builtin_update_setjmp_buf): Remove dead code.
21630         * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
21631         * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
21632         support.
21633         * function.c (instantiate_virtual_regs): Likewise.
21634         * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
21635         for a block with a single abnormal incoming edge.
21636         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
21637         (SETJMP_VIA_SAVE_AREA): Delete.
21638         * config/sparc/sparc-protos.h (load_got_register): Declare.
21639         * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
21640         (load_got_register): Make global.
21641         (sparc_frame_pointer_required): Add 'static'.
21642         (sparc_can_eliminate): Likewise.  Call sparc_frame_pointer_required.
21643         (sparc_builtin_setjmp_frame_value): New function.
21644         * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
21645         (save_stack_nonlocal): New expander.
21646         (restore_stack_nonlocal): Likewise.
21647         (nonlocal_goto): Remove modes, adjust predicates and reimplement.
21648         (nonlocal_goto_internal): New insn.
21649         (goto_handler_and_restore): Delete.
21650         (builtin_setjmp_setup): Likewise.
21651         (do_builtin_setjmp_setup): Likewise.
21652         (setjmp): Likewise.
21653         (builtin_setjmp_receiver): New expander.
21655 2011-06-01  David Li  <davidxl@google.com>
21657         PR middle-end/49261
21658         * tree-pretty-print.c (dump_function_header): Format cleanup.
21660 2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
21662         PR target/49238
21663         * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
21664         needed when original operands are used for msw_skip comparison.
21666 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
21668         PR debug/49250
21669         * var-tracking.c (add_uses, add_stores): Don't call
21670         cselib_subst_to_values on ENTRY_VALUE.
21672 2011-06-01  Diego Novillo  <dnovillo@google.com>
21674         * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
21675         output_record_start with LTO_null instead of output_zero.
21676         (lto_output_ts_binfo_tree_pointers): Likewise.
21677         (lto_output_tree): Likewise.
21678         (output_eh_try_list): Likewise.
21679         (output_eh_region): Likewise.
21680         (output_eh_lp): Likewise.
21681         (output_eh_regions): Likewise.
21682         (output_bb): Likewise.
21683         (output_function): Likewise.
21684         (output_unreferenced_globals): Likewise.
21685         * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
21686         instead of NUM_TREE_CODES.
21687         (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
21688         (lto_output_int_in_range): Change << to >> when shifting VAL.
21690 2011-06-01  Diego Novillo  <dnovillo@google.com>
21692         * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
21693         Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
21695 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
21697         PR target/45074
21698         * optabs.h (valid_multiword_target_p): Declare.
21699         * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
21700         doing multi-word operations.
21701         * optabs.c (expand_binop): Likewise.
21702         (expand_doubleword_bswap): Likewise.
21703         (expand_absneg_bit): Likewise.
21704         (expand_unop): Likewise.
21705         (expand_copysign_bit): Likewise.
21706         (multiword_target_p): New function.
21708 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
21710         PR rtl-optimization/48830
21711         PR rtl-optimization/48808
21712         PR rtl-optimization/48792
21713         * reload.c (push_reload): Check contains_reg_of_mode.
21714         * reload1.c (strip_paradoxical_subreg): New function.
21715         (gen_reload_chain_without_interm_reg_p): Use it to handle
21716         paradoxical subregs.
21717         (emit_output_reload_insns, gen_reload): Likewise.
21719 2011-06-01  David Li  <davidxl@google.com>
21721         * predict.c : Change pass name
21722         * ipa.c: Ditto.
21723         * dce.c: Ditto.
21724         * tree-profile.c: Ditto.
21725         * except.c: Ditto.
21727 2011-06-01  David Li  <davidxl@google.com>
21729         * tree-pretty-print.c (dump_function_header): New function.
21730         * final.c (rest_of_clean_state): Use header dumper.
21731         * tree-cfg.c (gimple_dump_cfg): Use header dumper.
21732         * passes.c (pass_init_dump_file): Use header dumper.
21734 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
21736         * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
21737         ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
21738         popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
21739         New functions.
21740         (mem_loc_descriptor): Use them.
21742         * var-tracking.c (create_entry_value): New function.
21743         (vt_add_function_parameter): Use it.
21745 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21747         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
21748         Include <signal.h>, <ucontext.h>.
21749         (sigill_caught): Define.
21750         (sigill_hdlr): New function.
21751         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
21752         insns can be executed.
21753         * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
21754         * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
21756 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21758         * config/t-slibgcc-darwin: Move to ...
21759         * config/t-slibgcc-dummy: ... this.  Clarify comments.
21760         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
21761         powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
21762         (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
21763         (i[34567]86-*-rtems*): Remove extra_parts.  Use i386/t-rtems.
21764         Remove i386/t-crtstuff from tmake_file.
21765         (i[34567]86-*-solaris2*): Remove t-svr4,
21766         t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
21767         t-slibgcc-dummy.
21768         (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
21769         (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
21770         sparc/t-crtfm from tmake_file.
21771         (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
21772         t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
21773         Remove extra_parts.
21774         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
21775         * config/i386/t-nwld (SHLIB_LINK): Remove.
21776         * config/i386/t-rtems-i386: Rename to ...
21777         * config/i386/t-rtems: ... this.
21778         ($(T)crti.o, $(T)crtn.o): Remove.
21779         (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
21780         (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
21781         (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
21782         * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
21783         EXTRA_MULTILIB_PARTS): Remove.
21784         * config/sparc/t-sol2-64: Likewise.
21785         * config/sparc/t-sol2: Remove.
21786         * config/sparc/t-crtin: Remove.
21787         * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
21788         * config/i386/gmon-sol2.c: Remove.
21789         * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
21790         * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
21791         * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
21792         * config/i386/sol2-gc1.asm: Remove.
21793         * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
21794         * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
21795         * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
21796         * config/t-slibgcc-sld: Remove.
21798 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
21800         * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
21801         base_type_for_mode with op_mode instead of mode.
21803 2011-06-01  Paul Brook  <paul@cpodesourcery.com>
21805         * config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
21806         Cortex-A15.
21807         * config/arm/arm-tune.md: Regenerate.
21808         * config/arm/arm-tables.opt: Regenerate.
21809         * config/arm/arm.c (FL_DIV): Rename...
21810         (FL_THUMB_DIV): ... to this.
21811         (FL_ARM_DIV): Define.
21812         (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
21813         (arm_arch_hwdiv): Remove.
21814         (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
21815         (arm_issue_rate): Add cortexr5.
21816         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
21817         __ARM_ARCH_EXT_IDIV__.
21818         (TARGET_IDIV): Define.
21819         (arm_arch_hwdiv): Remove.
21820         (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
21821         * config/arm/arm.md (tune_cortexr4): Add cortexr5.
21822         (divsi3, udivsi3): New patterns.
21823         * config/arm/thumb2.md (divsi3, udivsi3): Remove.
21824         * doc/invoke.texi: Document ARM -mcpu=cortex-r5
21826 2011-06-01  Martin Jambor  <mjambor@suse.cz>
21828         * ipa-utils.c (ipa_dfs_info): New field scc_no.
21829         * ipa-utils.c (searchc): Set scc_no.
21831 2011-06-01  Martin Jambor  <mjambor@suse.cz>
21833         * ipa-utils.c (searchc_env): New field allow_overwritable.
21834         (searchc): do not ignore edges to overwritable nodes if indicated
21835         by env->allow_overwritable.
21836         (ipa_reduced_postorder): Set env.allow_overwritable.
21838 2011-06-01  Richard Guenther  <rguenther@suse.de>
21840         * tree.c (free_lang_data): Do not reset boolean_type_node nor
21841         char_type_node.
21842         * lto-streamer.c (lto_record_common_node): Take node pointer,
21843         do not register types.
21844         (lto_preload_common_nodes): Explicitly skip preloading nodes
21845         that differ between frontends.
21847 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
21849         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
21850         NON_FLOAT_REGS.
21852 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
21854         * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
21855         parameter value for dump. Dump cost on outermost call only.
21856         (rs6000_memory_move_cost): Dump cost on outermost call only.
21858 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
21860         * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
21861         DW_OP_GNU_convert ops.
21863         * cselib.c (promote_debug_loc): Allow l->next non-NULL for
21864         cselib_preserve_constants.
21865         (cselib_lookup_1): If cselib_preserve_constants,
21866         a new VALUE is being created for REG and there is a VALUE for the
21867         same register in wider mode, add another loc with lowpart SUBREG of
21868         the wider VALUE.
21869         (cselib_subst_to_values): Handle ENTRY_VALUE.
21870         * var-tracking.c  (replace_expr_with_values): Return NULL for
21871         ENTRY_VALUE too.
21872         * dwarf2out.c (convert_descriptor_to_signed): New function.
21873         (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
21874         instead of two shifts.
21875         (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
21876         the right mode if needed.
21877         (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
21878         (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
21879         convert_descriptor_to_signed.
21880         (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
21881         BSWAP, ROTATE, ROTATERT>: Handle these rtls.
21883         PR target/48688
21884         * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
21886 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
21888         * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
21889         of X87MODEI12 and SWI48x instead of SSEMODEI24.
21890         (SWI248x): New mode iterator, rename from X87MODEI.
21891         (X87MODEI): Remove mode iterator.
21892         (X87MODEI12): Ditto.
21893         (SSEMODEI24): Ditto.
21895 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21897         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
21898         * doc/invoke.texi: Document max-vartrack-expr-depth.
21899         * var-tracking.c (EXPR_DEPTH): New.
21900         (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
21902 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21904         * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
21905         * config/i386/sse.md: Add n to negated FMA pattern names.
21907 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21909         * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
21911 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21913         * gengtype-state.c (read_state_params_structs): Initialize previous.
21915 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
21917         * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
21918         (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
21920 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
21922         * config/i386/i386.md (*movtf_internal): Avoid allocating general
21923         registers.  Penalize F*r->o alternative to prevent partial memory
21924         stalls.  Slightly penalize *roF->*r alternative.  Generate SSE
21925         CONST_DOUBLE immediates when optimizing function for size.  Do not move
21926         CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
21927         (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
21928         (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
21929         (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
21930         alternatives.
21931         (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
21933         (fp_register_operand splitters): Use fp_register_operand
21934         constraint.  Do not use FP_REG_P in insn condition.
21935         (any_fp_register_operand splitters): Use any_fp_register_operand
21936         constraint.  Do not use ANY_FP_REG_P in insn condition.
21938 2011-05-31  Jan Hubicka  <jh@suse.cz>
21940         * cgraph.h (cgraph_inline_failed_t): Give enum a name
21941         * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
21942         (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
21943         (lto_output_edge): Use output_enum and var_len_unsigned.
21944         (lto_output_varpool_node): Likewise.
21945         (input_overwrite_node): Do not take resolution parameter;
21946         extract it from a bitpack.
21947         (input_node): Do not read resolution; use input_enum and
21948         var_len_unsigned.
21949         (input_varpool_node): Likewise.
21950         (input_edge): Likewise.
21951         (input_cgraph_1): Likewise.
21953 2011-05-31  Richard Guenther  <rguenther@suse.de>
21955         * gimple.c (gimple_register_canonical_type): Do not register
21956         any types via gimple_register_type.
21958 2011-05-31  Jan Hubicka  <jh@suse.cz>
21960         * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
21961         of thunks.
21963 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
21965         PR rtl-optimization/49235
21966         * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
21967         (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
21969 2011-05-31  Ira Rosen  <ira.rosen@linaro.org>
21971         PR tree-optimization/49093
21972         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
21973         data references.
21975 2011-05-31  Dodji Seketeli  <dodji@redhat.com>
21977         PR debug/49047
21978         * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
21979         for concrete functions containing the code of cloned functions.
21981 2011-05-31  Richard Guenther  <rguenther@suse.de>
21983         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
21984         to ...
21985         (forward_propagate_into_comparison_1): ... this.
21986         (forward_propagate_comparison): Rename to ...
21987         (forward_propagate_into_comparison): ... this.  Split out
21988         real forward propagation code to ...
21989         (forward_propagate_comparison): ... this.
21990         (forward_propagate_into_gimple_cond): Remove looping.
21991         (forward_propagate_into_cond): Likewise.
21992         (simplify_not_neg_expr): Return whether we have done something.
21993         (simplify_gimple_switch): Likewise.
21994         (tree_ssa_forward_propagate_single_use_vars): Rename to ...
21995         (ssa_forward_propagate_and_combine): ... this.  Re-structure
21996         to do a forward forward-propagation walk on BBs and a backward
21997         stmt combining walk on BBs.  Consistently re-scan changed statements.
21998         (pass_forwprop): Adjust.
22000 2011-05-30  Ian Lance Taylor  <iant@google.com>
22002         * godump.c (go_format_type): Correct length of name added to
22003         obstack for anonymous field.
22005 2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
22007         PR target/49186
22008         * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
22009         part of the second operand is 0.
22011 2011-05-30  Uros Bizjak  <ubizjak@gmail.com>
22013         * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
22014         to prevent partial memory stalls.  Do not move CONST_DOUBLEs directly
22015         to memory for !TARGET_MEMORY_MISMATCH_STALL.
22016         (*movdf_internal_rex64): Do not penalize F->r alternative.
22017         (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
22018         memory stalls.  Generate SSE and x87 CONST_DOUBLE immediates only
22019         when optimizing function for size.  Do not move CONST_DOUBLEs
22020         directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
22021         (FP move splitters): Merge {TF,XF,DF}mode splitters.  Do not handle
22022         SUBREGs.  Do not check for MEM_P operands in the insn condition,
22023         check for ANY_FP_REGNO_P instead.
22024         * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
22025         TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
22026         function for speed.
22027         * config/i386/i386.c (ix86_option_override_internal): Do not
22028         set TARGET_INTEGER_DFMODE_MOVES here.
22030 2011-05-30  H.J. Lu  <hongjiu.lu@intel.com>
22032         PR target/49168
22033         * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
22035 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
22037         * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
22038         DW_TAG_rvalue_reference_type even for
22039         -gdwarf-4 -fno-debug-types-section.
22041 2011-05-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22043         PR tree-optimization/46728
22044         * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
22045         (build_and_insert_binop): New.
22046         (gimple_expand_builtin_pow): Reorder args for
22047         build_and_insert_call; use build_and_insert_binop; add more
22048         optimizations for fractional exponents.
22050 2011-05-30  Nathan Froyd  <froydnj@gcc.gnu.org>
22052         PR bootstrap/49190
22054         Revert:
22055         2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
22057         * tree.h (struct tree_identifier): Inherit from tree_typed, not
22058         tree_common.
22059         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
22060         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
22061         TS_BASE instead of TS_COMMON.
22062         * varasm.c (assemble_name): Remove assert.
22064 2011-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
22066         * config.gcc: Keep obselete list sorted.
22068 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
22069             Eric Botcazou  <ebotcazou@adacore.com>
22071         * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
22072         crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
22073         there is a DRAP register and arg_pointer_rtx is the CFA pointer.
22074         (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
22075         (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
22077 2011-05-30  Richard Guenther  <rguenther@suse.de>
22079         * gimple.c (gimple_types_compatible_p_1): Compare record
22080         and union type members properly.
22082 2011-05-30  Richard Guenther  <rguenther@suse.de>
22084         PR tree-optimization/49210
22085         * ipa-split.c (split_function): Care for the case where the call
22086         result is not trivially convertible to the result holding variable.
22088 2011-05-30  Richard Guenther  <rguenther@suse.de>
22090         PR tree-optimization/49218
22091         * tree-vrp.c (adjust_range_with_scev): Properly check whether
22092         overflow occured.
22094 2011-05-30  Richard Guenther  <rguenther@suse.de>
22096         * tree-ssa-forwprop.c (forward_propagate_into_comparison):
22097         New function split out from ...
22098         (forward_propagate_into_gimple_cond): ... here.  Adjust.
22099         (forward_propagate_into_cond): Likewise.
22100         (forward_propagate_comparison): Also propagate into
22101         comparisons on assignment RHS.  Change return value to
22102         behave similar to forward_propagate_into_cond.
22103         (tree_ssa_forward_propagate_single_use_vars): Handle
22104         strict-overflow warnings properly for forward_propagate_comparison.
22106 2011-05-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22108         * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
22109         from plugin linker.
22110         * configure: Regenerate.
22112 2011-05-30  Ira Rosen  <ira.rosen@linaro.org>
22114         PR tree-optimization/49199
22115         * tree-vect-loop.c (vect_is_slp_reduction): Check that the
22116         non-reduction operands are either defined in the loop or by induction.
22118 2011-05-29  Xinliang David Li  <davidxl@google.com>
22120         * opts-global.c (handle_common_deferred_options): Handle new options.
22121         * passes.c (register_one_dump_file): Call register_pass_name.
22122         (execute_one_pass): Check explicit enable/disable flag.
22123         (passr_hash): New function.
22124         (passr_eq): Ditto.
22125         (register_pass_name): Ditto.
22126         (get_pass_by_name): Ditto.
22127         (pass_hash): Ditto.
22128         (pass_eq): Ditto.
22129         (enable_pass): Ditto.
22130         (disable_pass): Ditto.
22131         (is_pass_explicitly_enabled_or_disabled): Ditto.
22133 2011-05-29  Uros Bizjak  <ubizjak@gmail.com>
22135         * config/i386/i386.md (*movoi_internal_avx): Use
22136         standard_sse_constant_opcode for alternative 0.
22137         (*movti_internal_sse): Ditto.
22138         (*movti_internal_rex64): Use standard_sse_constant_opcode for
22139         alternative 2.
22140         (*movdi_internal_rex64): Use standard_sse_constant_opcode for
22141         sselog1 type moves.
22142         (*movsi_internal): Ditto.
22143         (*movdi_internal): Ditto.  Add ssecvt type moves.
22145 2011-05-29  Eric Botcazou  <ebotcazou@adacore.com>
22147         PR target/48830
22148         * rtlanal.c (simplify_subreg_regno): Adjust comment.
22150 2011-05-29  Jakub Jelinek  <jakub@redhat.com>
22152         PR rtl-optimization/49095
22153         * config/i386/predicates.md (plusminuslogic_operator): New predicate.
22154         * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
22156 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
22158         PR target/43995
22159         * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
22160         recurse_p argument.  Only follow register copies if it is set,
22161         and prevent mips_find_pic_call_symbol from recursing.
22162         (mips_find_pic_call_symbol): Add a recurse_p argument.
22163         Pass it to mips_pic_call_symbol_from_set.
22164         (mips_annotate_pic_calls): Update accordingly.
22166 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
22168         * emit-rtl.c (try_split): Use a loop to search for
22169         NOTE_INSN_CALL_ARG_LOCATIONs.
22171 2011-05-29  Richard Guenther  <rguenther@suse.de>
22173         PR tree-optimization/49217
22174         * ipa-pure-const.c (propagate_pure_const): Fix typos.
22176 2011-05-28  Jan Hubicka  <jh@suse.cz>
22178         * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
22179         length.
22180         (string_slot_free): Remove
22181         (create_output_block): Initialize obstack.
22182         (destroy_output_block): Free obstack.
22183         (lto_string_index): Add PERSISTENT parameter; do not duplicate
22184         the string unless it needs to be added into the hash.
22185         (lto_output_string_with_length): Add persistent attribute;
22186         handle NULL strings.
22187         (lto_output_string): Add PERSISTENT parameter.
22188         (output_string_cst, output_identifier): Simplify.
22189         (lto_output_location_bitpack): Update.
22190         (lto_output_builtin_tree): Update.
22191         * lto-streamer.h (struct output_block): Add obstack.
22192         (lto_output_string, lto_output_string_with_length): Remove
22193         declarations; functions are static now.
22195 2011-05-28  Jan Hubicka  <jh@suse.cz>
22197         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
22198         pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
22199         pack_ts_function_decl_value_fields, lto_output_builtin_tree,
22200         output_cfg, output_gimple_stmt): Use enum and variable length i/o.
22201         * lto-streamer-in.c (input_cfg, input_gimple_stmt,
22202         unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
22203         unpack_ts_decl_with_vis_value_fields,
22204         unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
22205         lto_get_builtin_tree): Use enum and variable length i/o.
22206         * basic-block.h (profile_status_d): Add PROFILE_LAST.
22207         * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
22208         New functions.
22209         (bp_pack_enum, bp_unpack_enum): New macros.
22211 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
22213         * genrecog.c: Remove redundant forward declarations.
22215 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
22217         * config.gcc: Deprecate mips*-*-openbsd*.
22219 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
22221         PR bootstrap/49195
22222         * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
22223         for match_op_dup.
22225 2011-05-27  Andrew Pinski  <pinskia@gmail.com>
22227         PR middle-end/48981
22228         * gengtype.c (vec_prefix_type): New function.
22229         (note_def_vec): Use vec_prefix_type and change the length
22230         attribute to be based on the prefix.
22231         * vec.c: Include coretypes.h before vec.h.
22232         (struct vec_prefix): Remove.
22233         (vec_gc_p_reserve): Change the offsetof to sizeof.
22234         (vec_gc_p_reserve_exact): Likewise.
22235         (vec_heap_p_reserve): Likewise.
22236         (vec_heap_p_reserve_exact): Likewise.
22237         (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
22238         (vec_stack_p_reserve): Change the offsetof to sizeof.
22239         (vec_stack_p_reserve_exact): Likewise.
22240         * vec.h (struct vec_prefix): New struct definition.
22241         (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
22242         (VEC_T_GTY(T,B)): Likewise.
22243         (DEF_VEC_FUNC_P(T)): Use prefix field.
22244         (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
22245         (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
22247 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22249         PR tree-optimization/46728
22250         * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
22251         (powi_as_mults): Add gimple_set_location.
22252         (build_and_insert_call): New.
22253         (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
22254         0.5, 0.25, 0.75, 1./3., or 1./6.
22256 2011-05-27  Alexander Monakov  <amonakov@ispras.ru>
22258         * doc/contrib.texi: Update copyright years.
22259         (Contributors): Add Zdenek Sojka.
22261 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
22263         * c-decl.c (c_push_function_context): Copy the current statement
22264         list stack.
22265         (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
22266         (finish_struct): Call building_stmt_list_p instead of checking
22267         cur_stmt_list.
22268         * c-parser.c (c_parser_postfix_expression): Likewise.
22269         * c-typeck.c (c_end_compound_stmt): Likewise.
22270         * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
22271         * tree-iterator.c (stmt_list_cache): Change to a VEC.
22272         (alloc_stmt_list): Adjust for stmt_list_cache's new type.
22273         (free_stmt_list): Likewise.
22274         * tree.h (struct tree_statement_list): Include typed_tree instead
22275         of tree_common.
22276         * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
22277         as TS_TYPED instead of TS_COMMON.
22279 2011-05-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22280             Uros Bizjak  <ubizjak@gmail.com>
22282         * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
22283         (HAVE_AS_IX86_TLSGDPTL): Define.
22284         (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
22285         (HAVE_AS_IX86_TLSLDMPLT): Define.
22286         * configure: Regenerate.
22287         * config.in: Regenerate.
22288         * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
22289         * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
22290         TARGET_SUN_TLS, use @tlsgdplt or @plt.
22291         (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
22292         (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
22293         @tlsldmplt or @plt.
22294         (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
22296 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
22298         * sched-int.h (struct _haifa_deps_insn_data): New members cond
22299         and reverse_cond.
22300         (INSN_COND, INSN_REVERSE_COND): New macros.
22301         * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
22302         once.
22303         (sched_get_condition_with_rev): Cache the results, and look them up
22304         if possible.
22305         (sched_analyze_insn): Destroy INSN_COND of previous insns if they
22306         are clobbered by the current insn.
22307         * target.def (exposed_pipline): New sched data hook.
22308         * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
22309         * doc/tm.texi: Regenerate.
22311 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22313         PR tree-optimization/49170
22314         * tree-ssa-math-opts.c (execute_cse_sincos):  Add checks for
22315         sincos or cexp.
22317 2011-05-27  Richard Guenther  <rguenther@suse.de>
22319         PR middle-end/49189
22320         * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
22321         of comparisons.
22323 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
22325         * haifa-sched.c (sched_scan_info): Remove.
22326         (schedule_block): Call sched_extend_luids rather than sched_init_luids
22327         with NULL args.
22328         (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
22329         Remove functions.
22330         (sched_scan): Remove.
22331         (sched_extend_luids): Renamed from luids_extend_insn and no longer
22332         static.  All callers changed.
22333         (sched_init_insn_luid): Renamed from luids_init_insn and no longer
22334         static.  All callers changed.
22335         (sched_init_luids): Remove all arguments except the first.  All
22336         callers changed.  Don't use sched_scan.
22337         (haifa_init_h_i_d): Likewise.
22338         (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
22339         manually rather than using sched_init_luids.  Likewise with
22340         extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
22341         * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
22342         rather than sched_init_luids with NULL args.
22343         * sel-sched-ir.c (new_insns): Remove variable.
22344         (sched_scan): New static function, previously in haifa-sched.c.  Remove
22345         all arguments but the first two; all callers changed.
22346         (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
22347         rather than sched_init_luids.
22348         (sel_init_bbs): Remove second argument.  All callers changed.
22349         (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
22350         with NULL arguments.
22351         (create_insn_rtx_from_pattern): Likewise.
22352         * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
22353         * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
22354         (sched_init_insn_luid, sched_extend_luids): Declare.
22355         (sched_scan_info_def, sched_scan_info, sched_scan): Remove
22356         declarations.
22358 2011-05-27  Richard Guenther  <rguenther@suse.de>
22360         PR middle-end/49177
22361         * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
22362         A CMP B ? (T) true : (T) false for non-integral types T again.
22364 2011-05-27  Jan Hubicka  <jh@suse.cz>
22366         * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
22367         so 0 means NULL string.
22368         (lto_output_string_with_length): ... here.
22369         (lto_output_string, output_string_cst, output_identifier): Update
22370         handling of NULL strings.
22371         (lto_output_location_bitpack): New function.
22372         (lto_output_location): Use it.
22373         (lto_output_tree_ref): Use output_record_start.
22374         (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
22375         len values.
22376         * lto-streamer-in.c (string_for_index): Break out from ...; offset
22377         values by 1.
22378         (input_string_internal): ... here;
22379         (input_string_cst, input_identifier, lto_input_string): Update handling
22380         of NULL strings.
22381         (lto_input_location_bitpack): New function
22382         (lto_input_location): Use it.
22383         (unpack_ts_type_common_value_fields): Pack align & alias in var len
22384         values.
22385         * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
22386         bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
22387         (bp_pack_value): Sanity check the value range.
22388         * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
22389         New functions.
22390         * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
22391         New functions.
22393 2011-05-27  Hariharan Sandanagobalane  <hariharan@picochip.com>
22395         * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
22396         call_arg_location instructions down the floor.
22398 2011-05-26  Vladimir Makarov  <vmakarov@redhat.com>
22400         PR rtl-optimization/49154
22401         * ira.c (setup_pressure_classes): Process class without sublcasses
22402         as a candidate for pressure classes.
22404 2011-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
22406         PR rtl-optimization/48575
22407         * genrecog.c (position_type): New enum.
22408         (position): New structure.
22409         (decision): Use position structure instead of a string.
22410         (root_pos, peep2_insn_pos_list): New variables.
22411         (next_position, compare_positions): New functions.
22412         (new_decision): Use position structures instead of strings.
22413         (maybe_both_true): Likewise.
22414         (change_state): Likewise.
22415         (write_tree): Likewise.
22416         (make_insn_sequence): Likewise.
22418 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
22420         * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
22421         TS_BASE instead of TS_COMMON.
22422         (find_decls_types_r): Check for TS_TYPED structure before looking at
22423         TREE_TYPE.
22424         * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
22425         Add chain field.
22426         (BLOCK_CHAIN): Use new chain field.
22428 2011-05-26  Pat Haugen  <pthaugen@us.ibm.com>
22430         * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
22431         moves expensive on Power7 also.
22433 2011-05-26  Richard Guenther  <rguenther@suse.de>
22435         * fold-const.c (fold_unary_loc): Remove bogus code.
22437 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
22439         * tree.h (struct tree_identifier): Inherit from tree_typed, not
22440         tree_common.
22441         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
22442         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
22443         TS_BASE instead of TS_COMMON.
22444         * varasm.c (assemble_name): Remove assert.
22446 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
22448         * Makefile.in (srcdirify): Change order so that libgcc_objdir is
22449         substituted first.
22450         * libgcc-std.ver: Delete file.
22452 2011-05-26  Richard Guenther  <rguenther@suse.de>
22454         PR tree-optimization/48702
22455         * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
22456         only when we know the base address is within bounds.
22457         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
22458         assume the base address of TARGET_MEM_REFs is in bounds.
22460 2011-05-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22462         PR target/49099
22463         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
22464         declaration in TARGET_SOLARIS.
22466 2011-05-26  Hariharan Sandanagobalane  <hariharan@picochip.com>
22468         * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
22469         The instruction is then expanded explicitly.
22470         (supported_compare): Callable instruction.
22471         (compare): Likewise.
22473 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
22475         PR c++/49165
22476         * gimplify.c (shortcut_cond_r): Don't special case
22477         COND_EXPRs if they have void type on one of their arms.
22479 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
22481         * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
22482         to reduce duplication, and to achieve a slightly more logical order
22483         of operations.
22485 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
22487         PR tree-optimization/49161
22488         * tree-vrp.c (struct case_info): New type.
22489         (compare_case_labels): Sort case_info structs instead of
22490         trees, and not primarily by CASE_LABEL uids but by
22491         label_for_block indexes.
22492         (find_switch_asserts): Put case labels into struct case_info
22493         array instead of TREE_VEC, adjust sorting, compare label_for_block
22494         values instead of CASE_LABELs.
22496 2011-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
22498         * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
22499         ("orndi3_neon"): Likewise.
22500         ("bic<mode>3_neon"): Likewise.
22502 2011-05-26  Ira Rosen  <ira.rosen@linaro.org>
22504         PR tree-optimization/49038
22505         * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
22506         Ensure at least one epilogue iteration if required by data
22507         accesses with gaps.
22508         * tree-vectorizer.h (struct _loop_vec_info): Add new field
22509         to mark loops that require peeling for gaps.
22510         * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
22511         (vect_get_known_peeling_cost): Take peeling for gaps into
22512         account.
22513         (vect_transform_loop): Generate epilogue if required by data
22514         access with gaps.
22515         * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
22516         loop as requiring an epilogue if there are gaps in the end of
22517         the strided group.
22519 2011-05-25  Ian Lance Taylor  <iant@google.com>
22521         * godump.c (go_format_type): Output the first field with a usable
22522         Go type, if any.
22524 2011-05-25  Ian Lance Taylor  <iant@google.com>
22526         * godump.c (go_format_type): Check for invalid type names, pointer
22527         target types, and struct field types.
22529 2011-05-25  Jason Merrill  <jason@redhat.com>
22531         * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
22533 2011-05-25  Uros Bizjak  <ubizjak@gmail.com>
22535         * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
22537 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22539         * config/i386/i386.md (*movqi_extv_1)): Put back
22540         "register_operand" check in "type" calculation.
22541         (*movqi_extzv_2): Likewise.
22543 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22545         * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
22547 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
22549         PR bootstrap/49160
22550         * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
22551         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
22552         __divxc3, __divtc3): Wrap definitions in #ifndef.
22554 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22556         PR target/49142
22557         * config/i386/i386.md (*movqi_extv_1_rex64): Remove
22558         "register_operand" check and replace q_regs_operand with
22559         QIreg_operand in "type" calculation.
22560         (*movqi_extv_1): Likewise.
22561         (*movqi_extzv_2_rex64): Likewise.
22562         (*movqi_extzv_2): Likewise.
22564         * config/i386/predicates.md (QIreg_operand): New.
22566 2011-05-25  Richard Guenther  <rguenther@suse.de>
22568         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
22569         type-based offset disambiguation, streamline MEM_REF and
22570         TARGET_MEM_REF handling.
22572 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22574         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
22575         (bdesc_special_args): Add pause intrinsic.
22577         * config/i386/i386.md (UNSPEC_PAUSE): New.
22578         (pause): Likewise.
22579         (*pause): Likewise.
22580         * config/i386/ia32intrin.h (__pause): Likewise.
22582         * doc/extend.texi (X86 Built-in Functions): Add documentation for
22583         pause intrinsic.
22585 2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22587         PR tree-optimization/46728
22588         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
22589         (execute_cse_sincos): Add switch case for BUILT_IN_POW.
22591 2011-05-25  Nathan Froyd  <froydnj@codesourcery.com>
22593         * tree.h (struct tree_exp): Inherit from struct tree_typed.
22594         * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
22595         instead of TS_COMMON.
22597 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
22599         * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
22600         LIBGCC2_GNU_PREFIX is defined.
22601         (__N): New macro.
22602         (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
22603         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
22604         __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
22605         __clz_tab): Define using __N.
22606         (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
22607         COMPAT_SIMODE_TRAPPING_ARITHMETIC.
22608         * target.def (libfunc_gnu_prefix): New hook.
22609         * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
22610         (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
22611         * doc/tm.texi: Regenerate.
22612         * system.h (LIBGCC2_GNU_PREFIX): Poison.
22613         * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
22614         account.
22615         (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
22616         (init_optabs): Likewise for the bswap libfuncs.
22617         * tree.c (build_common_builtin_nodes): Likewise for complex multiply
22618         and divide.
22619         * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
22620         * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
22621         * libgcc-std.ver: Remove.
22622         * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
22623         * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
22624         libgcc-std.ver.
22625         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
22626         * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
22627         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
22628         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
22629         * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
22630         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
22631         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
22632         * config/fixed-bit.h (FIXED_OP): Define differently depending on
22633         LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
22634         (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
22636 2011-05-25  Jan Hubicka  <jh@suse.cz>
22638         * lto-streamer-out.c (output_record_start): Use lto_output_enum
22639         (lto_output_tree): Use output_record_start.
22640         * lto-streamer-in.c (input_record_start): Use lto_input_enum
22641         (lto_get_pickled_tree): Use input_record_start.
22642         * lto-section-in.c (lto_section_overrun): Turn into fatal error.
22643         (lto_value_range_error): New function.
22644         * lto-streamer.h (lto_value_range_error): Declare.
22645         (lto_output_int_in_range, lto_input_int_in_range): New functions.
22646         (lto_output_enum, lto_input_enum): New macros.
22648 2011-05-25  Eric Botcazou  <ebotcazou@adacore.com>
22650         * common.opt (flag_stack_usage_info): New variable.
22651         (-Wstack-usage): New option.
22652         * doc/invoke.texi (Warning options): Document -Wstack-usage.
22653         * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
22654         <OPT_fstack_usage>: Likewise.
22655         * toplev.c (output_stack_usage): Handle -Wstack-usage.
22656         * calls.c (expand_call): Test flag_stack_usage_info variable instead
22657         of flag_stack_usage.
22658         (emit_library_call_value_1): Likewise.
22659         * explow.c (allocate_dynamic_stack_space): Likewise.
22660         * function.c (instantiate_virtual_regs ): Likewise.
22661         (prepare_function_start): Likewise.
22662         (rest_of_handle_thread_prologue_and_epilogue): Likewise.
22663         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
22664         * config/arm/arm.c (arm_expand_prologue): Likewise.
22665         (thumb1_expand_prologue): Likewise.
22666         * config/avr/avr.c (expand_prologue): Likewise.
22667         * config/i386/i386.c (ix86_expand_prologue): Likewise.
22668         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
22669         * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
22670         * config/mips/mips.c (mips_expand_prologue): Likewise.
22671         * config/pa/pa.c (hppa_expand_prologue): Likewise.
22672         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
22673         * config/s390/s390.c (s390_emit_prologue): Likewise.
22674         * config/sh/sh.c (sh_expand_prologue): Likewise.
22675         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
22676         * config/spu/spu.c (spu_expand_prologue): Likewise.
22678 2011-05-25  Richard Guenther  <rguenther@suse.de>
22680         * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
22681         (gimple_canonical_types_compatible_p): Likewise.
22683 2011-05-25  Jan Hubicka  <jh@suse.cz>
22685         PR middle-end/49062
22686         * ipa.c (function_and_variable_visibility): Only add to same
22687         comdat group list if DECL_ONE_ONLY.
22689 2011-05-25  Andrey Belevantsev  <abel@ispras.ru>
22691         PR rtl-optimization/49014
22692         * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
22694 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
22696         PR target/49128
22697         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
22699 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
22701         PR rtl-optimization/48757
22702         * ira-build.c (loop_with_eh_edge_p): Rename to
22703         loop_with_complex_edge_p, check edges on complexity, make function
22704         conditional.
22705         (mark_loops_for_removal): Make call of loop_with_complex_edge_p
22706         conditional.
22708 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
22710         * config/sparc/sparc.c (sparc_option_override): If not set by the user,
22711         force flag_ira_share_save_slots to 0.
22713 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
22715         * var-tracking.c (compute_cfa_pointer): Adjust head comment.
22716         (vt_initialize): Set PROLOGUE_BB unconditionally.
22717         Add block comment about CFA_BASE_RTX machinery.
22718         Reset FP_CFA_OFFSET to -1 on all invalid paths.
22719         Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
22721 2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>
22723         PR objc/48187
22724         * c-parser.c (c_parser_objc_class_instance_variables): More robust
22725         parsing of syntax error in ObjC instance variable lists.  In
22726         particular, avoid an infinite loop if there is a stray ']'.
22727         Updated error message.
22729 2011-05-24  Ian Lance Taylor  <iant@google.com>
22731         * godump.c (go_define): Don't accept a string immediately after
22732         another operand.
22734 2011-05-24  Ian Lance Taylor  <iant@google.com>
22736         * godump.c (struct godump_container): Add invalid_hash field.
22737         (go_format_type): Return false if type is found in invalid_hash.
22738         (go_output_typedef): Add invalid type to invalid_hash.
22739         (go_finish): Create and delete invalid_hash.
22741 2011-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22743         PR tree-optimization/46728
22744         * tree-ssa-math-opts.c (powi_table): New.
22745         (powi_lookup_cost): New.
22746         (powi_cost): New.
22747         (powi_as_mults_1): New.
22748         (powi_as_mults): New.
22749         (gimple_expand_builtin_powi): New.
22750         (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
22751         (gate_cse_sincos): Remove sincos/cexp restriction.
22753 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22755         PR target/3746
22756         * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
22757         mips-tdump native.
22758         * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
22759         * mips-tdump.c: Likewise.
22761 2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
22763         PR target/49128
22764         * config/i386/driver-i386.c (host_detect_local_cpu): Always
22765         add -mno-XXX.  Handle FMA.
22767 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
22769         PR rtl-optimization/48633
22770         * ira-build.c (loop_with_eh_edge_p): New function.
22771         (mark_loops_for_removal): Use it.
22773 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
22775         PR rtl-optimization/48971
22776         * ira.c (setup_pressure_classes): Don't check register move cost
22777         for classes with one registers.  Don't add pressure class if there
22778         is a pressure class with the same available hard registers.
22779         Check contains_reg_of_mode.  Fix a typo in collecting
22780         temp_hard_regset.  Ignore hard registers not belonging to a class.
22782 2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
22784         PR target/49133
22785         * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
22787 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
22788             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22790         PR gcov-profile/48845
22791         * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
22793 2011-05-24  Richard Guenther  <rguenther@suse.de>
22795         * gimple.c (compare_type_names_p): Remove for_completion_p arg.
22796         (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
22797         (gimple_types_compatible_p_1): Adjust.
22798         (iterative_hash_canonical_type): Do not bother about complete vs.
22799         incomplete types.
22800         (gimple_canonical_types_compatible_p): Likewise.
22802 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22804         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
22806 2011-05-24  Richard Guenther  <rguenther@suse.de>
22808         PR bootstrap/49078
22809         * gimple.c (gimple_register_canonical_type): Revert
22810         previous change.
22811         * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
22812         does not for a tree for the case where it matters.  Cache
22813         pointer-type alias-sets.
22815 2011-05-24  Joseph Myers  <joseph@codesourcery.com>
22817         * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
22818         (OBJS): Remove options.o, opts-common.o and prefix.o.
22819         (OBJS-libcommon-target): New.
22820         (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
22821         (BACKEND): Include libcommon-target.a.
22822         (MOSTLYCLEANFILES): Include libcommon-target.a.
22823         (libcommon-target.a): New.
22824         (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
22825         prefix.o.
22827 2011-05-23  Joseph Myers  <joseph@codesourcery.com>
22829         * optc-save-gen.awk: New.  Based on optc-gen.awk.  Don't generate
22830         parts of output shared with the driver.
22831         * optc-gen.awk: Don't generate parts of output not shared with the
22832         driver.
22833         * opth-gen.awk: Remove GCC_DRIVER conditionals.
22834         * doc/options.texi (SourcerInclude): Mention options-save.c.
22835         * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
22836         (OBJS): Add options-save.o.
22837         (options-save.c, options-save.o): New.
22838         (options.o): Update dependencies.
22839         (gcc-options.o): Remove.
22840         (mostlyclean): Remove options-save.c.
22842 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22844         PR debug/49032
22845         * dbxout.c: Include cgraph.h.
22846         (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
22847         and without value expr, return NULL if no varpool node exists for
22848         it or if it is not needed.
22849         * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
22851         PR c/49120
22852         * c-decl.c (start_decl): Convert expr to void_type_node.
22854 2011-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
22856         PR rtl-optimization/48826
22857         * emit-rtl.c (try_split): When splitting a call that is followed
22858         by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
22860 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22862         * cfgexpand.c (expand_debug_expr): For unused non-addressable
22863         parameters passed in memory prefer using DECL_INCOMING_RTL over
22864         the pseudos it will be copied into.
22866 2011-05-23  H.J. Lu  <hongjiu.lu@intel.com>
22868         PR target/47315
22869         * config/i386/i386.c (ix86_option_override_internal): Save the
22870         initial options after checking vzeroupper.
22872 2011-05-23  David Li  <davidxl@google.com>
22874         PR tree-optimization/48988
22875         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
22876         Initialize has_valid_pred for each pred chain.
22878 2011-05-23  Richard Guenther  <rguenther@suse.de>
22880         * gimple.c (gimple_types_compatible_p_1): Always compare type names.
22881         (iterative_hash_gimple_type): Always hash type names.
22883 2011-05-23  Nathan Froyd  <froydnj@codesourcery.com>
22885         * c-typeck.c (build_function_call_vec): Tweak call to
22886         check_function_arguments.
22888 2011-05-23  Richard Guenther  <rguenther@suse.de>
22890         PR tree-optimization/49115
22891         * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
22892         is not necessarily carried out, do not claim it kills the ref.
22893         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
22895 2011-05-23  Richard Guenther  <rguenther@suse.de>
22897         PR middle-end/15419
22898         * builtins.c (fold_builtin_memory_op): Be less restrictive about
22899         what pointer types we accept for folding.
22901 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22903         * gthr-gnat.c: Remove.
22904         * gthr-gnat.h: Remove.
22905         * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
22906         * config/t-freebsd (LIB2ADDEH): Likewise.
22907         * config/t-linux (LIB2ADDEH): Likewise.
22908         * config/t-sol2 (LIB2ADDEH): Likewise.
22909         * config/ia64/t-vms (LIB2ADDEH): Likewise.
22910         * configure.ac (target_thread_file): Remove gnat handling.
22911         * configure: Regenerate.
22912         * doc/install.texi (Configuration, --enable-threads): Remove gnat.
22914 2011-05-23  Tristan Gingold  <gingold@adacore.com>
22915             Eric Botcazou  <ebotcazou@adacore.com>
22917         * gcov.c (create_file_names): If no object directory is specified,
22918         keep the directory of the file.
22920 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22922         * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
22923         * configure: Regenerate.
22925 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22927         PR middle-end/48973
22928         * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
22929         failed and the comparison has a single bit signed type, use
22930         constm1_rtx instead of const1_rtx for true value.
22931         (do_store_flag): If ops->type is single bit signed type, disable
22932         signel bit test optimization and pass -1 instead of 1 as last
22933         parameter to emit_store_flag_force.
22935 2011-05-23  Tom de Vries  <tom@codesourcery.com>
22937         PR target/45098
22938         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
22939         function.
22940         (infer_loop_bounds_from_undefined): Use new function.
22942 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
22944         * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
22945         (ASM_SPEC): Add a -O* option here.  Pass -O0 for -noasmopt,
22946         -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
22947         and -O0 otherwise.
22948         (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
22950 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22952         * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
22953         (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
22954         returns true.
22956 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
22958         * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
22960 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22962         * config/sparc/sparc.c (sparc_delegitimize_address): Handle
22963         UNSPEC_MOVE_PIC pattern.
22965 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22967         * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
22968         (sparc-*-rtems*): Likewise.
22969         (sparc64-*-elf*): Likewise.
22970         (sparc64-*-rtems*): Likewise.
22971         (sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
22972         * config/sparc/t-crtin: New file.
22973         * config/sparc/t-sol2 (crti.o): Delete rule.
22974         (crtn.o): Likewise.
22975         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
22976         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
22977         * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
22978         (ENDFILE_SPEC): Add crtn.o.
22980 2011-05-22  Tom de Vries  <tom@codesourcery.com>
22982         PR middle-end/48689
22983         * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
22984         CODE_CONTAINS_STRUCT (TS_COMMON).
22986 2011-05-22  Jakub Jelinek  <jakub@redhat.com>
22988         PR middle-end/49029
22989         * expmed.c (extract_fixed_bit_field): Test whether target can be used
22990         only after deciding which mode to use.
22992 2011-05-22  Tom de Vries  <tom@codesourcery.com>
22994         PR target/45098
22995         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
22996         for call to get_shiftadd_cost.
22998 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
23000         PR target/49104
23001         * config/i386/cpuid.h (bit_MMXEXT): New define.
23003 2011-05-22  Nick Clifton  <nickc@redhat.com>
23005         * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
23006         initialisation of non-existant args[2] element.  Use args[] array
23007         not arg[] array to pass arguments to build_function_type_list.
23009 2011-05-22  Ira Rosen  <ira.rosen@linaro.org>
23011         PR tree-optimization/49087
23012         * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
23014 2011-05-21  Jason Merrill  <jason@redhat.com>
23016         PR c++/49092
23017         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
23018         static storage duration.
23020 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
23022         * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
23023         frame pointer.
23025 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
23027         * config/sparc/sparc.c (eligible_for_return_delay): Do not return
23028         false if there are call-saved registers here...
23029         (sparc_can_use_return_insn_p): ...but here instead.
23030         (save_or_restore_regs): Fix thinko.
23031         (sparc_expand_prologue): Use current_function_is_leaf.
23032         (sparc_frame_pointer_required): Likewise.
23034 2011-05-21  Nick Clifton  <nickc@redhat.com>
23036         PR target/49098
23037         * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
23039 2011-05-21  Nicola Pero  <nicola.pero@meta-innovation.com>
23041         * gengtype.c (walk_type): Implemented "atomic" GTY option.
23042         * doc/gty.texi (GTY Options): Document "atomic" GTY option.
23044 2011-05-21  Joseph Myers  <joseph@codesourcery.com>
23046         * opt-read.awk: New.  Split out of optc-gen.awk and opth-gen.awk.
23047         * optc-gen.awk: Move common code to opt-read.awk.
23048         * opth-gen.awk: Likewise.
23049         * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
23051 2011-05-20  Nathan Froyd  <froydnj@codesourcery.com>
23053         * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
23055 2011-05-20  Tom de Vries  <tom@codesourcery.com>
23057         PR target/45098
23058         * tree-ssa-loop-ivopts.c: Include expmed.h.
23059         (get_shiftadd_cost): New function.
23060         (force_expr_to_var_cost): Declare forward.  Use get_shiftadd_cost.
23062 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
23064         PR bootstrap/49086
23065         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
23066         for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
23068 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
23070         * Makefile.in: Update comment referring to $(OBJS-common).
23072 2011-05-20  Ian Lance Taylor  <iant@google.com>
23074         * godump.c (go_output_typedef): Put enum constants in the macro
23075         hash table to avoid duplicate Go const definitions.
23077 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
23079         * Makefile.in (LIBDEPS): Add libcommon.a.
23080         (LIBS): Likewise.
23081         (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
23082         (OBJS-common): Remove diagnostic.o, input.o, intl.o,
23083         pretty-print.o and version.o.
23084         (OBJS-libcommon): New.
23085         (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
23086         (BACKEND): Add libcommon.a.
23087         (MOSTLYCLEANFILES): Likewise.
23088         (libcommon.a): New.
23089         (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
23090         (cpp$(exeext)): Likewise.
23091         (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
23092         pretty-print.o and input.o.
23093         (lto-wrapper$(exeext)): Don't explicitly use intl.o.
23094         (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
23095         (errors.o): Remove.
23096         (mips-tfile): Don't explicitly use version.o.
23097         (mips-tdump): Likewise.
23098         (gcov.o): Depend on $(DIAGNOSTIC_H).
23099         (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
23100         (GCOV_OBJS): Remove intl.o, version.o and errors.o.
23101         (GCOV_DUMP_OBJS): Remove version.o and errors.o.
23102         * gcov-dump.c: Include intl.h and diagnostic.h.
23103         (main): Initialize diagnostics.
23104         * gcov.c: Include diagnostic.h.
23105         (fnotice): Remove.
23106         (main): Initialize diagnostics.
23107         * lto-wrapper.c: Include diagnostic.h.
23108         (main): Initialize diagnostics.
23110 2011-05-20  Michael Matz  <matz@suse.de>
23112         * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
23114 2011-05-20  Michael Matz  <matz@suse.de>
23115             Richard Guenther  <rguenther@suse.de>
23117         * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
23118         use lto_streamer_cache_append directly instead of returning a VEC.
23119         (preload_common_node): Remove.
23120         (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
23121         track seen nodes.
23122         (lto_streamer_cache_create): Call lto_preload_common_nodes.
23124 2011-05-20  Richard Guenther  <rguenther@suse.de>
23126         PR tree-optimization/49079
23127         * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
23128         MEM_REFs correctly for the trailing array access detection.
23129         Special case constants the same way as decls for overall size
23130         constraining.
23132 2011-05-20  Uros Bizjak  <ubizjak@gmail.com>
23134         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
23135         argument expansion.
23137 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
23139         PR tree-optimization/49073
23140         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
23141         PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
23142         * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
23144 2011-05-20  Richard Guenther  <rguenther@suse.de>
23146         PR middle-end/48849
23147         * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
23148         of pointer types the same way the middle-end does.
23150 2011-05-20  Richard Guenther  <rguenther@suse.de>
23152         * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
23153         or pointer-to chains.  Delay all fixup to uniquify_nodes.
23155 2011-05-19  Quentin Neill  <quentin.neill@amd.com>
23157         * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
23158         (fma4_fmaddsub): Likewise
23160 2011-05-19  Jan Hubicka  <jh@suse.cz>
23162         * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
23163         (GIMPLE_TYPE_PAIR_SIZE): New macro.
23164         (type_pair_cache): New static var.
23165         (lookup_type_pair): Use fixed sized custom hash; make inline.
23166         (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
23167         calls of lookup_type_pair.
23168         (print_gimple_types_stats): Remove cache stats.
23169         (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
23170         and gtc_ob.
23172 2011-05-19  Uros Bizjak  <ubizjak@gmail.com>
23174         * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
23175         when TARGET_RDRND is active.
23176         (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
23177         Generate dummy SImode target register when target is NULL.
23179 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
23181         * config/arm/arm-fpus.def: New.
23182         * config/arm/genopt.sh: Generate Enum and EnumValue entries from
23183         arm-fpus.def.
23184         * config/arm/arm-tables.opt: Regenerate.
23185         * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
23186         (arm_option_override): Don't decode FPU name to string here.
23187         * config/arm/arm.opt (mfpu=): Use Enum.
23188         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
23189         Update dependencies.
23191 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
23193         * collect2.c: Include diagnostic.h.
23194         (fatal_perror, fatal, error, fancy_abort): Remove.
23195         (main): Set progname.  Call xmalloc_set_program_name and
23196         diagnostic_initialize.
23197         (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
23198         scan_libraries, resolve_lib_name): Call fatal_error instead of
23199         fatal and fatal_perror.
23200         * collect2.h (error, fatal, fatal_perror): Don't declare.
23201         * tlink.c: Include diagnostic-core.h.
23202         (recompile_files): Call fatal_error instead of fatal_perror.
23203         * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
23204         pretty-print.o and input.o.
23205         (collect2.o, tlink.o): Update dependencies.
23207 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23209         * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
23211 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23213         PR target/40483
23214         * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
23215         COMDAT group syntax, both SPARC and x86 variants.
23216         (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
23217         * configure: Regenerate.
23218         * config/sol2.h (TARGET_SOLARIS): Define.
23219         (PUSHSECTION_FORMAT): Remove.
23220         (SECTION_NAME_FORMAT): Define.
23221         * config/sol2.c: Include hashtab.h.
23222         (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
23223         expansion, using SECTION_NAME_FORMAT.
23224         (solaris_comdat_htab): New variable.
23225         (struct comdat_entry): Define.
23226         (comdat_hash): New function.
23227         (comdat_eq): New function.
23228         (solaris_elf_asm_comdat_section): New function.
23229         (solaris_define_comdat_signature): New function.
23230         (solaris_code_end): New function.
23231         * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
23232         (solaris_code_end): Declare.
23233         * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
23234         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
23235         solaris_code_end.
23236         (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
23237         Remove ATTRIBUTE_UNUSED.
23238         [!USE_GAS]: Call solaris_elf_asm_comdat_section for
23239         SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
23240         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
23241         * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
23242         * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
23243         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
23244         (PUSHSECTION_FORMAT): Remove.
23245         (SECTION_NAME_FORMAT): Redefine.
23247 2011-05-19  Kai Tietz  <ktietz@redhat.com>
23249         * tree-cfg.c (verify_gimple_assign_binary): Barf on
23250         TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
23251         (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
23253 2011-05-19  Anatoly Sokolov  <aesok@post.ru>
23254             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23256         * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
23258 2011-05-19  Richard Guenther  <rguenther@suse.de>
23260         PR middle-end/48985
23261         * tree-object-size.c (addr_object_size): If the pointed-to
23262         variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
23264 2011-05-19  Richard Guenther  <rguenther@suse.de>
23266         * gimple.c (gimple_types_compatible_p_1): Compare names of
23267         the types themselves.
23268         (iterative_hash_gimple_type): And hash them that way.
23269         (gimple_register_type_1): If we register a main variant properly
23270         initialize the leader to ourselves.
23272 2011-05-19  Tom de Vries  <tom@codesourcery.com>
23274         PR target/45098
23275         * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
23276         get_loop_invariant_expr_id.
23277         (get_loop_invariant_expr_id): Use get_expr_id.
23278         (parm_decl_cost): New function.
23279         (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
23280         Improve bound cost estimation.  Use different inv_expr_id for elim and
23281         express cases.
23283 2011-05-19  Tom de Vries  <tom@codesourcery.com>
23285         PR target/45098
23286         * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
23287         cost_base.cost == 0.
23289 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
23291         PR target/49002
23292         * config/i386/sse.md
23293         (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
23294         load cast.
23296 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
23298         PR tree-optimization/49039
23299         * tree-vrp.c (extract_range_from_binary_expr): For
23300         MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
23301         return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
23303 2011-05-18  Tom de Vries  <tom@codesourcery.com>
23305         PR target/45098
23306         * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
23308 2011-05-18  Uros Bizjak  <ubizjak@gmail.com>
23310         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
23311         (*tls_global_dynamic_64): Ditto.
23312         (*tls_local_dynamic_base_32_gnu): Ditto.
23313         (*tls_local_dynamic_base_64): Ditto.
23314         (tls_initial_exec_64_sun): Ditto.
23316 2011-05-18  Stuart Henderson  <shenders@gcc.gnu.org>
23318         * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
23319         * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
23320         bf592-none.
23321         * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
23322         * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
23323         * config/bfin/bfin.c (bfin_cpus): Add bf592.
23324         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
23325         __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
23326         * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
23327         * config/bfin/elf.h (LIB_SPEC): Add bf592.
23329 2011-05-18  Joseph Myers  <joseph@codesourcery.com>
23331         * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
23332         arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
23333         * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
23334         target_thread_pointer, arm_structure_size_boundary, struct
23335         float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
23336         struct abi_name, arm_all_abis): Remove.
23337         (arm_option_override) Don't process most enumerated option values here.
23338         Don't process target_fpe_name here.  Work with integer not string for
23339         structure size boundary; use separate diagnostics for each case.
23340         * config/arm/arm.h (enum float_abi_type, enum
23341         arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
23342         to arm-opts.h.
23343         (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
23344         arm_structure_size_boundary): Remove.
23345         * config/arm/arm.opt (mabi=): Use Enum and Init.
23346         (arm_abi_type): New Enum and EnumValue entries.
23347         (mfloat-abi=): Use Enum and Init.
23348         (float_abi_type): New Enum and EnumValue entries.
23349         (mfp=, mfpe=): Replace by separate Alias entries for each argument.
23350         (mfp16-format=): Use Enum and Init.
23351         (arm_fp16_format_type): New Enum and EnumValue entries.
23352         (mstructure-size-boundary=): Use UInteger and Init.
23353         (mtp=): Use Enum and Init.
23354         (arm_tp_type): New Enum and EnumValue entries.
23356 2011-05-18  Richard Guenther  <rguenther@suse.de>
23358         PR tree-optimization/49018
23359         * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
23360         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
23361         gimple_has_side_effects.
23363 2011-05-18  Richard Guenther  <rguenther@suse.de>
23365         * gimple.c (gimple_register_type_1): New function, split out from ...
23366         (gimple_register_type): ... here.  Avoid infinite recursion.
23368 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
23370         PR tree-optimization/41881
23371         * tree-vectorizer.h (struct _loop_vec_info): Add new field
23372         reduction_chains along with a macro for its access.
23373         * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
23374         (destroy_loop_vec_info): Free reduction chains.
23375         (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
23376         (vect_is_slp_reduction): New function.
23377         (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
23378         (vect_create_epilog_for_reduction): Support SLP reduction chains.
23379         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
23380         definition types for reduction chains.
23381         (vect_supported_load_permutation_p): Don't allow permutations for
23382         reduction chains.
23383         (vect_analyze_slp_instance): Support reduction chains.
23384         (vect_analyze_slp): Try to build SLP instance from reduction chains.
23385         (vect_get_constant_vectors):  Handle reduction chains.
23386         (vect_schedule_slp_instance): Mark the first statement of the
23387         reduction chain as reduction.
23389 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
23391         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
23392         names for group elements access.
23393         * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
23394         reduction chains as well.  Remove data reference and interleaving
23395         related words from the fields names.
23396         * tree-vect-loop.c (vect_transform_loop): Use new names for group
23397         elements access.
23398         * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
23399         vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
23400         vect_update_interleaving_chain, vect_same_range_drs,
23401         vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
23402         vect_verify_datarefs_alignment, vector_alignment_reachable_p,
23403         vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
23404         vect_analyze_group_access, vect_analyze_data_ref_access,
23405         vect_create_data_ref_ptr, vect_transform_strided_load,
23406         vect_record_strided_load_vectors): Likewise.
23407         * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
23408         vect_model_load_cost, vectorizable_store, vectorizable_load,
23409         vect_remove_stores, new_stmt_vec_info): Likewise.
23410         * tree-vect-slp.c (vect_build_slp_tree,
23411         vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
23413 2011-05-18  Richard Guenther  <rguenther@suse.de>
23415         PR middle-end/48989
23416         * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
23417         operand verification.
23418         (verify_gimple_assign_binary): Likewise.
23419         * tree-ssa.c (useless_type_conversion_p): Preserve conversions
23420         to non-1-precision BOOLEAN_TYPEs.
23422 2011-05-18  Tom de Vries  <tom@codesourcery.com>
23424         PR target/45098
23425         * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
23427 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
23429         PR tree-optimization/49000
23430         * tree-ssa.c (execute_update_addresses_taken): Call
23431         maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
23432         be rewritten and decl has been marked for renaming, reset
23433         the debug stmt.
23435 2011-05-17  Joseph Myers  <joseph@codesourcery.com>
23437         * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
23438         enum_opts_set when testing if attributes have set -mfpmath=.
23440 2011-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
23442         * config/mips/mips.c (mips_handle_option): Remove unused variable.
23444 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
23446         * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
23447         info->entry with 0
23448         * tree-inline.c (maybe_inline_call_in_expr):  Initialize
23449         id.transform_lang_insert_block with NULL.
23451 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
23453         * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
23454         (output_fp_compare): Change args 3 and 4 to bool.
23455         (ix86_expand_call): Change arg 6 to bool.
23456         (ix86_attr_length_immediate_default): Change arg 2 to bool.
23457         (ix86_attr_length_vex_default): Change arg 3 to bool.
23458         * config/i386/i386.md: Update all uses.
23459         * config/i386/i386.c: Ditto.
23460         (ix86_flags_dependent): Change return type to bool.
23462 2011-05-17  Richard Guenther  <rguenther@suse.de>
23464         * gimple.c (type_hash_pair_compare): Fix comparison.
23466 2011-05-17  Richard Guenther  <rguenther@suse.de>
23468         * gimple.c (iterative_hash_gimple_type): Simplify singleton
23469         case some more, fix final hash value of the non-singleton case.
23471 2011-05-17  Richard Guenther  <rguenther@suse.de>
23473         PR bootstrap/49013
23474         Revert
23475         2011-05-16  Richard Guenther  <rguenther@suse.de>
23477         * gimple.c (gimple_types_compatible_p_1): Use names of the
23478         type itself, not its main variant.
23479         (iterative_hash_gimple_type): Likewise.
23481 2011-05-17  Richard Guenther  <rguenther@suse.de>
23483         * gimple.c (gimple_register_canonical_type): Use the main-variant
23484         leader for computing the canonical type.
23486 2011-05-17  Nick Clifton  <nickc@redhat.com>
23488         * config/rx/rx.c (rx_memory_move_cost): Include cost of register
23489         moves.
23491         * config/rx/rx.md: Add peephole to remove redundant extensions
23492         after loads.
23493         (bitset_in_memory): Use rx_restricted_mem_operand.
23494         (bitinvert_in_memory): Likewise.
23495         (bitclr_in_memory): Likewise.
23497 2011-05-17  Kazuhio Inaoka  <kazuhiro.inaoka.ud@renesas.com>
23498             Nick Clifton  <nickc@redhat.com>
23500         * config/rx/rx.md: Add peepholes to match a register move followed
23501         by a comparison of the moved register.  Replace these with an
23502         addition of zero that does both actions in one instruction.
23504 2011-05-17  Jakub Jelinek  <jakub@redhat.com>
23506         PR target/48986
23507         * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
23508         predicate to allow CONST_INT.
23509         (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
23511 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
23513         * opts-common.c (opt_enum_arg_to_value): New.
23514         * opts.h (opt_enum_arg_to_value): Declare.
23515         * config/i386/i386.opt (fpmath): Remove.
23516         (mfpmath=): Use Enum, Init and Save.
23517         (fpmath_unit): New Enum and EnumValue entries.
23518         * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
23519         name for function fpmath state.
23520         * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
23521         * config/i386/i386.c: Include diagnostic.h.
23522         (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
23523         (ix86_target_string): Take enum fpmath_unit value instead of string.
23524         (ix86_debug_options): Update call to ix86_target_string.
23525         (ix86_option_override_internal): Don't process fpmath strings here.
23526         (x86_function_specific_save, ix86_function_specific_restore):
23527         Don't handle fpmath state specially.
23528         (ix86_function_specific_print): Pass fpmath state to
23529         ix86_target_string instead of printing in this function.
23530         (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
23531         Handle enum attributes.
23532         (IX86_ATTR_ENUM, ix86_opt_enum): New.
23533         (ix86_valid_target_attribute_tree): Update option_strings
23534         handling.  Handle fpmath as enum option.
23535         (ix86_can_inline_p): Update field names for function fpmath state.
23536         (ix86_expand_builtin): Update call to ix86_target_string.
23537         * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
23538         (ix86_fpmath): Remove.
23539         * config/i386/t-i386 (i386.o): Update dependencies.
23541 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
23543         PR preprocessor/48677
23544         * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
23545         from decoded_options[0], not from itself.
23547 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
23549         * config/i386/constraints.md (z): New constraint.
23550         * config/i386/i386.c (c): New mode attribute.
23551         (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
23552         *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
23553         constraint for operand 0.
23554         (*call_vzeroupper): Ditto.
23555         (*call_rex64_ms_sysv): Ditto.  Use "rzm" constraint for operand 0.
23556         (*call_rex64_ms_sysv_vzeroupper): Ditto.
23557         (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
23558         Use "lzm" constraint for operand 0.
23559         (*call_pop_vzeroupper): Ditto.
23560         (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
23561         *sibcall_1_rex64 patterns using "P" mode iterator.  Use "Uz"
23562         constraint for operand 0.
23563         (*sibcall_vzeroupper): Ditto.
23564         (*sibcall_rex64_ms_sysv): Ditto.
23565         (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
23566         (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
23567         *sibcall_pop_1.  Use "Uz" constraint for operand 0.
23568         (*sibcall_pop_vzeroupper): Ditto.
23569         (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
23570         *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
23571         mode iterator.  Use "<c>zm" constraint for operand 1.
23572         (*call_value_vzeroupper): Ditto.
23573         (*call_value_rex64_ms_sysv): Ditto.  Use "rzm" constraint
23574         for operand 1.
23575         (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
23576         (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
23577         *call_value_pop_1.  Use "lzm" constraint for operand 1.
23578         (*call_value_pop_vzeroupper): Ditto.
23579         (*sibcall_value): Merge insn pattern from *sibcall_value_0,
23580         *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
23581         mode iterator.  Use "Uz" constraint for operand 1.
23582         (*sibcall_value_vzeroupper): Ditto.
23583         (*sibcall_value_rex64_ms_sysv): Ditto.
23584         (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
23585         (*sibcall_value_pop): Rename from *sibcall_pop_1.  Use "Uz"
23586         constraint for operand 1.
23587         (*sibcall_value_pop_vzeroupper): Ditto.
23588         (*tls_global_dynamic_64): Use constant_call_address_operand predicate
23589         and "z" constraint for operand 2.
23590         (*tls_global_dynamic_32_gnu): Ditto.
23591         (*tls_local_dynamic_base_32_gnu): Ditto.
23592         (*tls_local_dynamic_base_64): Ditto.
23593         (*tls_local_dynamic_32_once): Ditto.
23594         * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
23595         Update all callers.
23596         * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
23598 2011-05-16  Richard Guenther  <rguenther@suse.de>
23600         * gimple.c (gimple_types_compatible_p_1): Use names of the
23601         type itself, not its main variant.
23602         (iterative_hash_gimple_type): Likewise.
23604 2011-05-16  Richard Guenther  <rguenther@suse.de>
23606         * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
23607         always visit pointer target and function result and argument types.
23609 2011-05-16  Jason Merrill  <jason@redhat.com>
23611         PR c++/48999
23612         * tree-inline.c (copy_statement_list): Put back recursion.
23614 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
23616         PR target/27663
23617         PR target/41076
23618         * config/avr/predicates.md (const_8_16_24_operand): New predicate.
23619         * config/avr/avr.md ("*ior<mode>qi.byte0",
23620         "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
23622 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
23624         PR target/45099
23625         * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
23626         register is needed for a function argument.
23628 2011-05-16  Richard Guenther  <rguenther@suse.de>
23630         * gimple.c (struct type_hash_pair): New type.
23631         (type_hash_pair_compare): New function.
23632         (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
23634 2011-05-16  Revital Eres  <revital.eres@linaro.org>
23636         * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
23638 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
23640         * config/i386/i386.md (floating point move splitters): Fix
23641         usage of standard_80387_constant_p.
23642         * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
23644 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
23646         * config/i386/i386.md (*movdf_internal): Simplify insn condition.
23648 2011-05-14  Eric Botcazou  <ebotcazou@adacore.com>
23650         * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
23651         (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
23652         (tree_ssa_lim_finalize): Likewise.
23654 2011-05-14  Uros Bizjak  <ubizjak@gmail.com>
23656         * config/i386/constraint.md (Yd, Yx): New register constraints.
23657         * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger.  Use
23658         Yd conditional register constraint.
23659         (*movtf_internal): Use standard_sse_constant_opcode.
23660         (*movxf_internal): Merge with *movxf_internal_nointeger.  Use
23661         Yx conditional register constraint.
23662         (*movdf_internal): Merge with *movdf_internal_nointeger.  Use
23663         Yd conditional register constraint.  Use standard_sse_constant_p to
23664         check for valid SSE constants and call standard_sse_constant_opcode to
23665         output SSE insn.
23666         (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
23667         constants and call standard_sse_constant_opcode to output SSE insn.
23668         * config/i386/i386.c (ix86_option_ovverride_internal): Set
23669         TARGET_INTEGER_DFMODE_MOVES for 64bit targets.  Clear it when
23670         optimize_size is set.
23671         (standard_sse_constant_opcode): Output conditional AVX insn templates.
23673 2011-05-14  Tobias Burnus  <burnus@net-b.de>
23675         * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
23677 2011-05-13  Martin Jambor  <mjambor@suse.cz>
23679         * ipa-prop.c (ipa_cst_from_jfunc): New function.
23680         * ipa-prop.h (ipa_cst_from_jfunc): Declare.
23681         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
23682         (evaluate_conditions_for_ipcp_clone): Removed.
23683         (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
23684         * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
23685         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
23687 2011-05-13  Eric Botcazou  <ebotcazou@adacore.com>
23689         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
23690         * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
23691         lieu of MAY_HAVE_DEBUG_STMTS.
23692         * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
23693         debug statements if !MAY_HAVE_DEBUG_STMTS.
23695 2011-05-13  Martin Thuresson  <martint@google.com>
23697         PR gcov-profile/47793
23698         * libgcov.c (gcov_exit): Support relative profile paths.
23699         * doc/invoke.texi (-fprofile-dir): Update for above change.
23701 2011-05-13  Richard Guenther  <rguenther@suse.de>
23703         * gimple.c (gimple_canonical_types_compatible_p): Do not use
23704         type-pair caching, do not compare hashes.
23706 2011-05-13  Nathan Froyd  <froydnj@codesourcery.com>
23708         PR middle-end/48965
23709         * tree-cfg.c (edge_to_cases_cleanup): Return true.
23710         (verify_expr) [CASE_LABEL_EXPR]: Add checking.
23712 2011-05-13  Kai Tietz  <ktietz@redhat.com>
23714         * gimplify.c (gimplify_expr): Make sure operand is boolified.
23715         * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
23716         compatible type for TRUTH_NOT_EXPR.
23718 2011-05-13  H.J. Lu  <hongjiu.lu@intel.com>
23720         * config/i386/i386.c (ix86_save_reg): Change return type to bool.
23721         (ix86_hard_regno_mode_ok): Change return value to bool.  Use
23722         can_create_pseudo_p ().
23724 2011-05-13  Richard Guenther  <rguenther@suse.de>
23726         PR lto/48978
23727         * gimple.c (iterative_hash_gimple_type): Revert change in
23728         pointer target and function result and argument hashing.
23730 2011-05-13  Uros Bizjak  <ubizjak@gmail.com>
23732         * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
23733         (*movxf_internal_nointeger): Ditto.
23734         (*movdf_internal_rex64): Ditto.
23735         (*movdf_internal): Ditto.
23736         (*movdf_internal_nointeger): Ditto.
23737         (*movsf_internal): Ditto.
23738         (sincos splitters): Use can_create_pseudo ().
23740 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
23742         * config/i386/i386-opts.h: New.
23743         * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
23744         ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
23745         ix86_section_threshold): Remove.
23746         (ix86_handle_option): Move MAX_CODE_ALIGN define here.  Handle
23747         OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
23748         OPT_mbranch_cost_.
23749         (ix86_option_override_internal): Don't decode strings for options
23750         other than -march=, -mtune= and -mfpmath=.  Don't allow for
23751         __attribute__ uses in remaining diagnostics for options with
23752         string arguments.  Don't check for integer arguments being negative.
23753         * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
23754         enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
23755         (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
23756         ix86_branch_cost, ix86_section_threshold): Remove.
23757         * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
23758         HeaderInclude.
23759         (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
23760         but not Var.
23761         (masm=): Use Enum and Init.
23762         (asm_dialect): New Enum and EnumValue entries.
23763         (mbranch-cost=): Use UInteger.
23764         (mlarge-data-threshold=): Use UInteger and Init.
23765         (mcmodel=): Use Enum and Init.
23766         (cmodel): New Enum and EnumValue entries.
23767         (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
23768         (mpreferred-stack-boundary=, mincoming-stack-boundary=,
23769         mregparm=): Use UInteger.
23770         (mstringop-strategy=): Use Enum and Init.
23771         (stringop_alg): New Enum and EnumValue entries.
23772         (mtls-dialect=): Use Enum and Init.
23773         (tls_dialect): New Enum and EnumValue entries.
23774         (mabi=): Use Enum and Init.
23775         (calling_abi): New Enum and EnumValue entries.
23776         (mveclibabi=): Use Enum and Init.
23777         (ix86_veclibabi): New Enum and EnumValue entries.
23779 2011-05-13  Nick Clifton  <nickc@redhat.com>
23781         * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
23782         * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
23784 2011-05-13  Kai Tietz  <ktietz@redhat.com>
23786         PR middle-end/48984
23787         * gimplify.c (gimplify_expr): Check for boolean_type_node instead
23788         for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
23789         (gimple_boolify): Check for cast for boolean_type_node instead for
23790         BOOLEAN_TYPE.
23792 2011-05-13  Richard Guenther  <rguenther@suse.de>
23794         PR tree-optimization/48172
23795         * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
23796         multiplying by number of iterations for equal step.
23797         (vect_create_cond_for_alias_checks): Likewise.
23799 2011-05-13  Andreas Schwab  <schwab@redhat.com>
23801         * configure.ac: Use AS_HELP_STRING throughout.
23802         * configure: Regenerate.
23804 2011-05-12  H.J. Lu  <hongjiu.lu@intel.com>
23806         * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
23807         (ix86_emit_restore_regs_using_mov): Likewise.
23808         (ix86_emit_restore_sse_regs_using_mov): Likewise.
23810 2011-05-12  Anatoly Sokolov  <aesok@post.ru>
23812         * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
23813         SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
23814         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
23815         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
23816         RTX_OK_FOR_OLO10_P): ...here.
23817         (sparc_mode_dependent_address_p): Use symbolic_operand instead of
23818         SYMBOLIC_CONST.
23820 2011-05-12  Kai Tietz  <ktietz@redhat.com>
23822         * gimplify.c (gimple_boolify): Re-boolify expression
23823         arguments even if expression type is of kind BOOLEAN_TYPE.
23824         (gimplify_boolean_expr): Removed.
23825         (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
23826         and XOR. Additional take care that we keep expression's type.
23827         * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
23828         of TRUTH_AND|OR|XOR_EXPR.
23830 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
23832         PR tree-optimization/48975
23833         * tree-if-conv.c (combine_blocks): Call free_bb_predicate
23834         on all bbs here and free and clear ifc_bbs at the end.
23836 2011-05-12  Richard Guenther  <rguenther@suse.de>
23838         * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
23839         NULLPTR_TYPE similar to VOID_TYPE.  Defer type-leader lookup
23840         until after simple checks.
23841         (gimple_types_compatible_p): Likewise.
23842         (iterative_hash_gimple_type): Always hash pointer targets
23843         and function return and argument types.
23844         (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
23845         hash TYPE_ALIGN.  Do not hash TYPE_MIN/MAX_VALUE.
23846         (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
23847         handle NULLPTR_TYPE similar to VOID_TYPE.  Handle non-aggregates
23848         completely in the simple compare section.
23849         (gimple_register_canonical_type): Query the cache again after
23850         registering.
23852 2011-05-12  Richard Guenther  <rguenther@suse.de>
23854         PR tree-optimization/48172
23855         * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
23856         the number of iterations from the segment size calculation.
23857         (vect_create_cond_for_alias_checks): Adjust.
23859 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
23861         PR debug/48967
23862         * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
23863         if validate_subreg fails.
23865 2011-05-12  Hariharan Sandanagobalane  <hariharan@picochip.com>
23867         * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
23868         accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
23869         early.
23871 2011-05-12  DJ Delorie  <dj@redhat.com>
23873         * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
23874         (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
23875         created builtin into rx_builtins array.
23876         (rx_builtin_decl): New function.
23877         (TARGET_BUITLIN_DECL): Define.  Include gt-rx.h.
23879 2011-05-12  DJ Delorie  <dj@redhat.com>
23880             Nick Clifton  <nickc@redhat.com>
23882         * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
23883         * config/rx/rx.c (CC_FLAG_FP): Fix comment.
23884         (rx_is_legitimate_address): Add pre-decrement and post-increment
23885         addressing in HImode and QImode.  Fix test for out of range
23886         REG+INT addressing.
23887         (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
23888         (rx_align_for_label): Test label before extracting its usage count.
23889         (rx_adjust_insn_lengths): Fix selection of insn codes.
23890         (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
23892 2011-05-11  Jason Merrill  <jason@redhat.com>
23894         * tree.c (type_hash_canon): Use struct tree_type_non_common.
23896 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
23898         * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
23899         reindent the subsequent block.
23901 2011-05-11  Satoru Takabayashi  <satorux@google.com>
23902             Paul Pluzhnikov  <ppluzhnikov@google.com>
23904         * doc/install.texi (Configuration): Document --with-linker-hash-style.
23905         * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
23906         * config.in: Add LINKER_HASH_STYLE.
23907         * configure.ac: Add --with-linker-hash-style.
23908         * configure: Regenerate.
23910 2011-05-11  Richard Guenther  <rguenther@suse.de>
23912         PR middle-end/48964
23913         * gimple.c (iterative_hash_canonical_type): Fix typo.
23915 2011-05-11  Uros Bizjak  <ubizjak@gmail.com>
23917         * config/i386/i386.c (legitimize_tls_address)
23918         <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
23919         expanders directly for TARGET_GNU2_TLS.  Determine pic and
23920         __tls_get_addr symbol reference here.  Update call to
23921         gen_tls_global_dynamic_{32,64} for added arguments.
23922         <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
23923         expanders directly for TARGET_GNU2_TLS.  Determine
23924         __tls_get_addr symbol reference here.  Update call to
23925         gen_tls_local_dynamic_base_{32,64} for added arguments.  Attach
23926         unique UNSPEC REG_EQUIV to libcall block.
23927         (ix86_tls_get_addr): Declare static.
23928         * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
23929         * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
23930         Do not determine pic and __tls_get_addr symbol reference here. Do not
23931         call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
23932         (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
23933         (tls_global_dynamic_64): Add operand 2.  Do not determine
23934         __tls_get_addr symbol reference here.  Do not call
23935         gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
23936         (tls_local_dynamic_base64): Ditto for operand 1.
23938 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
23940         * function.c (expand_function_start): Initialize stack_check_probe_note
23941         only if the generic stack checking mechanism is used.
23943 2011-05-11  Richard Guenther  <rguenther@suse.de>
23945         PR tree-optimization/15256
23946         * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
23947         (A & B) | C, combine (A op CST1) op CST2.
23948         (tree_ssa_forward_propagate_single_use_vars): Only bother to
23949         visit assigns that have uses.
23951 2011-05-11  Nathan Froyd  <froydnj@codesourcery.com>
23953         * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
23954         * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
23955         (unpack_ts_type_common_value_fields): ...this.  Update comment.
23956         (unpack_value_fields): Adjust for renaming.
23957         (lto_input_ts_type_tree_pointers): Split into...
23958         (lto_input_ts_type_common_tree_pointer): ...this and...
23959         (lto_input_ts_type_non_common_tree_pointers): ...this.
23960         (lto_input_tree_pointers): Adjust for above split.
23961         * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
23962         (pack_ts_type_common_value_fields): ...this.  Update comment.
23963         (lto_output_ts_type_tree_pointers): Split into...
23964         (lto_output_ts_type_common_tree_pointers): ...this and...
23965         (lto_output_ts_type_non_common_tree_pointers): ...this.
23966         (lto_output_tree_pointers): Adjust for above split.
23967         * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
23968         TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
23969         * stor-layout.c (vector_type_mode): Adjust location of mode field.
23970         * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
23971         Define.
23972         (struct tree_type): Split into...
23973         (struct tree_type_common: ...this and...
23974         (struct tree_type_with_lang_specific): ...this and...
23975         (struct tree_type_non_common): ...this.  Adjust accessor macros
23976         accordingly.
23977         (TYPE_VALUES_RAW): Define.
23978         (union tree_node): Update for above changes.
23979         * tree.c (tree_node_structure_for_code) [tcc_type]: Return
23980         TS_TYPE_NON_COMMON.
23981         (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
23982         Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
23983         (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
23984         * treestructu.def (TS_TYPE): Remove.
23985         (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
23986         Define.
23988 2011-05-11  Jakub Jelinek  <jakub@redhat.com>
23990         PR debug/48159
23991         * tree-ssa.c (reset_debug_uses): New function.
23992         * tree-flow.h (reset_debug_uses): New prototype.
23993         * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
23994         * tree-loop-distribution.c (generate_loops_for_partition): Call
23995         reset_debug_uses on the stmts that will be removed.  Keep around
23996         all debug stmts, don't count them as bits in partition bitmap.
23997         (generate_builtin): Don't count debug stmts or labels as bits in
23998         partition bitmap.
24000 2011-05-11  Richard Guenther  <rguenther@suse.de>
24002         * gimple.c (gimple_type_hash_1): Merge with ...
24003         (gimple_type_hash): ... this.
24004         (gtc_visit): Remove mode parameter and simplify accordingly.
24005         (gimple_types_compatible_p_1): Likewise.
24006         (gimple_types_compatible_p): Likewise.
24007         (iterative_hash_gimple_type): Likewise.
24008         (visit): Likewise.
24009         (gimple_type_eq): Adjust.
24011 2011-05-11  Revital Eres  <revital.eres@linaro.org>
24013         * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
24014         enters the branch create an anti edge in the opposite direction
24015         to prevent the creation of reg-moves.
24016         * modulo-sched.c: Adjust comment to reflect the fact we are
24017         scheduling closing branch.
24018         (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
24019         (stage_count): New field in struct partial_schedule.
24020         (calculate_stage_count): New function.
24021         (normalize_sched_times): Rename to reset_sched_times and handle
24022         incrementing the sched time of the nodes by a constant value
24023         passed as parameter.
24024         (duplicate_insns_of_cycles): Skip closing branch.
24025         (sms_schedule_by_order): Schedule closing branch.
24026         (ps_insn_find_column): Handle closing branch.
24027         (sms_schedule): Call reset_sched_times and adjust the code to
24028         support scheduling of the closing branch.
24029         (ps_insert_empty_row): Update calls to normalize_sched_times
24030         and rotate_partial_schedule functions.
24032 2011-05-11  Richard Guenther  <rguenther@suse.de>
24034         PR middle-end/48953
24035         * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
24037 2011-05-11  Joseph Myers  <joseph@codesourcery.com>
24039         * opts.c (finish_options): Move warning settings from process_options.
24040         * toplev.c (process_options): Move warning settings to finish_options.
24042 2011-05-11  Richard Guenther  <rguenther@suse.de>
24044         PR tree-optimization/18041
24045         * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
24046         (simplify_bitwise_binary): ... this.  Handle operand conversions
24047         by applying them to the result instead.
24048         (tree_ssa_forward_propagate_single_use_vars): Adjust.  CSE tree code.
24050 2011-05-11  Richard Guenther  <rguenther@suse.de>
24052         * gimple.c (gimple_canonical_types_compatible_p): Split out
24053         from gimple_types_compatible_p and friends.  Do not recurse
24054         to pointed-to types.
24055         (gimple_canonical_type_eq): Use it.
24056         (iterative_hash_canonical_type): Split out from
24057         iterative_hash_gimple_type and friends.  Do not recurse
24058         to pointed-to types.
24059         (gimple_canonical_type_hash): Use it, allocate the hash here.
24061 2011-05-11  Revital Eres  <revital.eres@linaro.org>
24063         * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
24064         recognizing doloop.
24066 2011-05-11  Revital Eres  <revital.eres@linaro.org>
24068         * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
24069         instead of PREV_INSN.
24071 2011-05-11  Revital Eres  <revital.eres@linaro.org>
24073         * modulo-sched.c (sms_schedule): Support new form of doloop pattern
24074         * loop-doloop.c (doloop_condition_get): Likewise.
24075         * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
24076         (doloop_end): New.
24077         * config/arm/arm.md (*addsi3_compare0): Remove "*".
24079 2011-05-10  Nathan Froyd  <froydnj@codesourcery.com>
24081         * tree.def (CASE_LABEL_EXPR): Add an operand.
24082         * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
24084 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
24086         * c-decl.c (c_override_global_bindings_to_false): Remove.
24087         (global_bindings_p): Don't check
24088         c_override_global_bindings_to_false.
24089         * c-tree.h (c_override_global_bindings_to_false): Remove.
24090         * c-typeck.c (composite_type): Don't set
24091         c_override_global_bindings_to_false.
24093 2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
24095         PR target/48857, 48495
24096         * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
24097         (VSX_MODE): Ditto.
24098         (VSX_MOVE_MODE): Ditto.
24099         (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
24100         VSX vector types.  Add V2DImode.
24101         (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
24102         ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
24103         (MODES_TIEABLE_P): Ditto.
24105         * config/rs6000/rs6000.c (rs6000_emit_move): Use
24106         ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
24107         VSX_VECTOR_MODE.
24108         (init_cumulative_args): Ditto.
24109         (rs6000_function_arg_boundary): Ditto.
24110         (rs6000_function_arg_advance_1): Ditto.
24111         (rs6000_function_arg): Ditto.
24112         (rs6000_function_ok_for_sibcall): Ditto.
24113         (emit_frame_save): Ditto.
24114         (rs6000_function_value): Ditto.
24115         (rs6000_libcall_value): Ditto.
24117 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
24119         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
24120         i386/darwin-lib.h to $libgcc_tm_file.
24121         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
24123 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
24125         * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
24127 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
24129         * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
24130         * config/rs6000/rs6000-tables.opt: New file (generated).
24131         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
24132         rs6000/rs6000-tables.opt to extra_options.
24133         * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
24134         * config/rs6000/rs6000.c (rs6000_select): Remove.
24135         (processor_target_table): Move contents to rs6000-cpus.def.
24136         (darwin_rs6000_override_options): Check
24137         global_options_set.x_rs6000_cpu_index instead of
24138         rs6000_select[1].string.
24139         (rs6000_option_override_internal): Likewise.
24140         (rs6000_handle_option): Don't assert that global structures are in
24141         use.  Don't handle OPT_mcpu_ and OPT_mtune_ here.
24142         (rs6000_default_cpu): New variable.
24143         (rs6000_file_start): Set it instead of local default_cpu.  Check
24144         rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
24145         global_options_set.x_rs6000_tune_index instead of rs6000_select.
24146         (rs6000_darwin_file_start): Check rs6000_default_cpu and
24147         global_options_set.x_rs6000_cpu_index instead of rs6000_select.
24148         * config/rs6000/rs6000.h (struct rs6000_cpu_select,
24149         rs6000_select): Remove.
24150         * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
24151         Remove.
24152         (mcpu=, mtune=): Use Var, Init, Enum and Save.
24153         * config/rs6000/t-rs6000
24154         ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
24155         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
24156         global_options_set.x_rs6000_cpu_index instead of
24157         rs6000_select[1].string.
24158         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
24159         global_options_set.x_rs6000_cpu_index instead of
24160         rs6000_select[1].string.
24162 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
24164         * config.gcc (libgcc_tm_file): Define instead of including files
24165         from ../../libgcc/config/ in tm_file.
24166         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
24167         * configure: Regenerate.
24168         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
24169         libgcc_tm.h, cs-libgcc_tm.h): New.
24170         (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
24171         (clean): Remove libgcc_tm.h.
24172         * config/arm/symbian.h (RENAME_LIBRARY): Remove.
24173         * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
24174         * system.h (DECLARE_LIBRARY_RENAMES): Poison.
24176 2011-05-10  Georg-Johann Lay  <avr@gjlay.de>
24178         PR target/48896
24179         * config/avr/avr.c (avr_ret_register): Return unsigned int
24180         instead of int.
24181         (avr_function_value): Mark fn_decl_or_type as unused, don't pass
24182         it to avr_libcall_value.
24183         avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
24184         expand_expr.
24185         (avr_expand_binop_builtin): Ditto.
24186         (avr_expand_unop_builtin): Ditto.
24188 2011-05-10  DJ Delorie  <dj@redhat.com>
24190         * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
24191         (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
24192         * config/rx/rx.c (rx_align_for_label): Add label and
24193         uses_threshold parameters.  Do not align when the label is not
24194         used enough.
24195         * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
24197 2011-05-10  Richard Guenther  <rguenther@suse.de>
24199         * tree-ssa-forwprop.c (combine_conversions): Pattern-match
24200         a series of conversions and apply foldings similar to what
24201         fold-const does.
24202         (tree_ssa_forward_propagate_single_use_vars): Call it.
24204 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
24206         PR tree-optimization/48611
24207         PR tree-optimization/48794
24208         * tree-eh.c (remove_unreachable_handlers): Don't remove regions
24209         referenced from RESX or EH_DISPATCH arguments.
24211         PR debug/48928
24212         * dfp.c (decimal_to_decnumber): Handle conversion from
24213         dconst{1,2,m1,half}.
24215 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
24217         * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
24218         for !flag_prefer_avx128.
24219         (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
24221 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
24223         * fold-const.c (fold_range_test): Pass LOC to build_range_check.
24224         (fold_ternary_loc): Use expr_location_or.
24226 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
24228         PR debug/48853
24229         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
24230         POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
24231         Pmode and mem_mode is not VOIDmode.
24233 2011-05-09  Ville Voutilainen  <ville.voutilainen@gmail.com>
24235         * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
24236         TYPE_QUAL_RESTRICT): Convert to enum.
24238 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
24240         * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
24241         (const_pow2_1_to_8_operand): Ditto.
24242         (const_pow2_1_to_128_operand): Ditto.
24243         (const_pow2_1_to_32768_operand): Ditto.
24244         * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
24245         const_pow2_1_to_8_operand for operand 3 predicate.  Use exact_log2
24246         in insn constraint to check integer value of operand 3.
24247         * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
24249         (PINSR_MODE): New mode iterator.
24250         (sse2p4_1): New mode attribute.
24251         (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
24252         sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
24253         iterator.  Use const_int_operand instead of
24254         const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate.  Use
24255         exact_log2 in insn constraint to check integer value of operand 3.
24257 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
24259         * config/i386/sse.md (blendbits): Remove mode attribute.
24260         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
24261         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
24262         Check integer value of operand 3 in insn constraint.
24264 2011-05-09  Richard Guenther  <rguenther@suse.de>
24266         * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
24267         for diagnostics.
24268         (lto_symtab_merge): Likewise.  Do not register types here.
24269         (lto_symtab_merge_decls_2): Likewise.
24270         (lto_symtab_merge_decls_1): Likewise.
24271         * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
24272         * gimple.c (enum gtc_mode): Declare.
24273         (gimple_types_compatible_p): Make static.
24275 2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24277         * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
24278         temporary register to match Pmode.
24280 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
24282         * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
24283         and *vec_concatv4si_1_avx.
24285 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
24287         PR rtl-optimization/48927
24288         * ira-conflicts.c (commutative_constraint_p): Use
24289         recog_data.alternative_enabled_p to disable alternatives where
24290         "enabled" attribute is false.
24291         (get_dup_num): Ditto.
24292         * ira-lives.c (single_reg_class): Ditto.
24293         (ira_implicitly_set_insn_hard_regs): Ditto.
24295 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
24297         * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
24298         (dataflow_set_preserve_mem_locs): Likewise.
24300 2011-05-09  Philipp Thomas  <pth@suse.de>
24302         * config/mep/mep.c (mep_validate_vliw): Syntax description
24303         should not be translated.
24305 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
24307         * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
24308         * config/mips/mips-tables.opt: New file (generated).
24309         * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
24310         * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
24311         MIPS_ARCH_OPTION_NATIVE): Define.
24312         * config/mips/mips.c (mips_cpu_info_table): Move contents to
24313         mips-cpus.def.
24314         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
24315         mips_parse_cpu): Remove.
24316         (mips_cpu_info_from_opt, mips_default_arch): New.
24317         (mips_handle_option): Don't assert that global structures are in
24318         use.  Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
24319         (mips_option_override): Use new variables and functions to set
24320         state of these options.  Use strcmp to check for individual CPU names.
24321         * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
24322         definition.
24323         * config/mips/mips.opt (march=): Use ToLower and Enum.
24324         (mips): Use ToLower, Enum and Var.
24325         (mtune=): Use ToLower and Enum.
24326         * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
24328 2011-05-08  Jan Hubicka  <jh@suse.cz>
24330         * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
24331         Arrange type pairs to be UID ordered.
24332         (gimple_lookup_type_leader): Make inline.
24334 2011-05-09  Nick Clifton  <nickc@redhat.com>
24336         PR target/48899
24337         * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
24338         PROCESSOR_DEFAULT.
24340         PR target/48897
24341         * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
24342         variable 's'.
24344 2011-05-08  Chung-Lin Tang  <cltang@codesourcery.com>
24346         * combine.c (simplify_comparison): Abstract out parts into...
24347         (simplify_compare_const): ... new function.
24348         (try_combine): Generalize parallel arithmetic/compare combining
24349         to call simplify_compare_const() and CANONICALIZE_COMPARE().
24351 2011-05-08  Jan Hubicka  <jh@suse.cz>
24353         * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
24354         (cgraph_create_virtual_clone): Call hooks once virtual clone
24355         is finished.
24356         * cgraph.h (cgraph_clone_node): Update prototype.
24357         * ipa-cp.c (ipcp_estimate_growth): Use
24358         estimate_ipcp_clone_size_and_time.
24359         * ipa-inline-transform.c (clone_inlined_nodes): Update.
24360         * lto-cgraph.c (input_node): Update.
24361         * ipa-inline.c (recursive_inlining): Update.
24362         * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
24363         (evaluate_conditions_for_known_args): Break out from ...
24364         (evaluate_conditions_for_edge): ... here.
24365         (evaluate_conditions_for_ipcp_clone): New function.
24366         (inline_node_duplication_hook): Update clone summary based
24367         on parameter map.
24368         (estimate_callee_size_and_time): Rename to ...
24369         (estimate_node_size_and_time): take NODE instead of EDGE;
24370         take POSSIBLE_TRUTHS as argument.
24371         (estimate_callee_size_and_time): Update.
24372         (estimate_ipcp_clone_size_and_time): New function.
24373         (do_estimate_edge_time): Update.
24375 2011-05-08  Richard Guenther  <rguenther@suse.de>
24377         PR middle-end/48908
24378         PR middle-end/48905
24379         * expmed.c (expand_shift_1): Compute adjusted constant shift
24380         amount manually.
24382 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
24384         * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
24386 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
24388         * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
24390 2011-05-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
24392         * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
24394 2011-05-07  Jan Hubicka  <jh@suse.cz>
24396         * ipa-inline-transform.c (inline_call): Account when program size
24397         decreases.
24398         * ipa-inline.c (relative_time_benefit): New function.
24399         (edge_badness): Reorganize to be power 2 based; fix thinko when
24400         computing badness for negative growth; update comments to match
24401         reality; better dumps.
24403 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
24405         * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
24406         type to bool and adjust comment.
24407         * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
24408         (fold_mathfn_compare): Remove calls to global_bindings_p.
24409         (fold_inf_compare): Likewise.
24410         * stor-layout.c (variable_size): Adjust call to global_bindings_p.
24411         * c-tree.h (global_bindings_p): Adjust prototype.
24412         * c-decl.c (global_bindings_p): Return bool and simplify.
24414 2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
24416         PR tree-optimization/48837
24417         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
24418         when accumulator transformation is performed.
24420 2011-05-06  Jan Hubicka  <jh@suse.cz>
24422         * i386.h (ix86_tune_indices): Add
24423         X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
24424         (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
24425         * i386.c (initial_ix86_tune_features): Add
24426         X86_SOFTARE_PREFETCHING_BENEFICIAL.
24427         (software_prefetching_beneficial_p): Remove predicate.
24428         (ix86_option_override_internal): Use new macro.
24430 2011-05-06  Jan Hubicka  <jh@suse.cz>
24432         * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
24434 2011-05-06  Jan Hubicka  <jh@suse.cz>
24436         * cgraph.c (cgraph_add_thunk): Create real function node instead
24437         of alias node; finalize it and mark needed/reachale; arrange visibility
24438         to be right and add it into the corresponding same comdat group list.
24439         (dump_cgraph_node): Dump thunks.
24440         * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
24441         cgraph_function_with_gimple_body_p,
24442         cgraph_first_function_with_gimple_body,
24443         cgraph_next_function_with_gimple_body): New functions.
24444         (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
24445         New macros.
24446         * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
24447         (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
24448         * cgraphunit.c (cgraph_finalize_function): Only look into possible
24449         devirtualization when optimizing.
24450         (verify_cgraph_node): Verify thunks.
24451         (cgraph_analyze_function): Analyze thunks.
24452         (cgraph_mark_functions_to_output): Output thunks only in combination
24453         with function they are assigned to.
24454         (assemble_thunk): Turn thunk into non-thunk; don't try to turn
24455         alias into normal node.
24456         (assemble_thunks): New functoin.
24457         (cgraph_expand_function): Use it.
24458         * lto-cgraph.c (lto_output_node): Stream thunks.
24459         (input_overwrite_node): Stream in thunks.
24460         * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
24461         * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
24462         * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
24463         * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
24464         (inline_analyze_function): Do not care about thunk jump functions.
24465         (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
24466         * ipa-prop.c (ipa_prop_write_jump_functions): Use
24467         cgraph_function_with_gimple_body_p.
24468         * passes.c (do_per_function_toporder): Use
24469         cgraph_function_with_gimple_body_p.
24470         (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
24471         (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
24472         (function_called_by_processed_nodes_p): Likewise.
24474 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
24476         * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
24477         rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
24478         entries.
24479         (mabi=): Replace with separate entries for mabi=altivec,
24480         mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
24481         mabi=ieeelongdouble and mabi=ibmlongdouble.
24482         * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
24483         check for -mabi=spe without SPE ABI support here.
24484         (rs6000_handle_option): Replace OPT_mabi_ handling with
24485         OPT_mabi_altivec and OPT_mabi_spe handling.
24487 2011-05-06  Cary Coutant  <ccoutant@google.com>
24489         * dwarf2out.c (contains_subprogram_definition): New function.
24490         (should_move_die_to_comdat): Call it.
24492 2011-05-06  Jeff Law  <law@redhat.com>
24494         * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
24495         remove_ctrl_stmt_and_useless_edges.
24496         (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
24497         (fixup_template_block, thread_single_edge): Likewise.
24498         (mark_threaded_blocks): Use THREAD_TARGET.
24500 2011-05-06  Alan Modra  <amodra@gmail.com>
24502         PR target/48900
24503         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
24504         const0_rtx as the arg to the dummy __tls_get_addr libcall.
24506 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
24508         * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
24509         constraint modifier to "r".
24511 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
24513         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
24514         fall through for OPT_mcmodel_.
24516 2011-05-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24518         * config/s390/s390.c (s390_asm_trampoline_template): Comment
24519         instruction sizes.
24520         (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
24522 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
24524         PR target/47930
24525         * config/arm/arm.opt (marm): Document it.
24526         (mthumb): Reject negative variant.
24528 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
24530         PR target/48898
24531         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
24532         Fix typo in "ccvt" variable name.
24534 2011-05-06  Tristan Gingold  <gingold@adacore.com>
24536         PR target/48895
24537         * config/vms/vms-ar.c (main): Remove cwd variable.
24539 2011-05-06  Jakub Jelinek  <jakub@redhat.com>
24541         PR debug/48902
24542         * var-tracking.c (prepare_call_arguments): Move else before #endif.
24544 2011-05-05  Nathan Froyd  <froydnj@codesourcery.com>
24546         * except.c (sjlj_emit_dispatch_table): Call build_case_label.
24547         * gimplify.c (gimplify_switch_expr): Likewise.
24548         * omp-low.c (expand_omp_sections): Likewise.
24549         * tree-eh.c (lower_try_finally_switch): Likewise.
24550         (lower_eh_dispatch): Likewise.
24551         * tree.h (build_case_label): Declare.
24552         * tree.c (build_case_label): Define.
24554 2011-05-05  Jason Merrill  <jason@redhat.com>
24556         PR c++/40975
24557         * tree-inline.c (copy_tree_r): Use copy_statement_list.
24558         (copy_statement_list): Don't recurse.
24559         * stor-layout.c (copy_self_referential_tree_r): Don't allow
24560         STATEMENT_LIST.
24562 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
24564         * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
24565         through from -mfpu= handling.
24566         * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
24568 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
24570         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
24571         POST_MODIFY.
24573 2011-05-05  Steve Ellcey  <sje@cup.hp.com>
24575         * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
24576         for 11.31.
24577         (hppa[12]*-*-hpux11*): Ditto.
24578         (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
24579         * config/ia64/hpux-unix2003.h: New.
24580         * config/pa/pa-hpux1131.opt: New.
24581         * config/pa/pa-hpux1131.h: New.
24582         * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
24583         * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
24584         * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
24586 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
24588         PR debug/48853
24589         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
24590         instead of mode as 3rd argument to recursive call.
24591         (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
24592         emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
24593         VOIDmode.
24594         (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
24595         don't give up if mode is Pmode and mem_mode is not VOIDmode.
24596         (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
24597         use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
24599 2011-05-05  Julian Brown  <julian@codesourcery.com>
24601         * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
24602         parenthesis in D-register case.
24604 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
24606         * opt-functions.awk (var_type_struct): Handle Enum options.
24607         * optc-gen.awk: Don't check range of variables of character type.
24608         * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
24609         rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
24610         rs6000_sdata_name, rs6000_explicit_options): Remove.
24611         (rs6000_option_override_internal): Check for -malign-power here.
24612         Use global_options_set instead of rs6000_explicit_options.
24613         (rs6000_parse_fpu_option): Remove.
24614         (rs6000_handle_option): Access variables via opts and opts_set
24615         pointers.  Use error_at and warning_at.  Add fall-through
24616         comments.  Don't handle OPT_mcmodel_, OPT_maix_struct_return,
24617         OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
24618         OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
24619         OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
24620         here.  Don't use rs6000_parse_fpu_option.
24621         * config/rs6000/rs6000.h (fpu_type): Remove declaration.
24622         * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
24623         rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
24624         (mrecip=): Use Var.
24625         (mspe): Use Var and Save.
24626         (mtraceback=): Use Enum and Var.
24627         (rs6000_traceback_type): New Enum and EnumValue entries.
24628         (mfloat-gprs=): Use Enum, Var and Save.
24629         (rs6000_float_gprs): New Enum and EnumValue entries.
24630         (mlong-double-): use Var and Save.
24631         (msched-costly-dep=, minsert-sched-nops=): Use Var.
24632         (malign-): Use Enum and Var.
24633         (rs6000_alignment_flags): New Enum and EnumValue entries.
24634         (mfpu=): Use Enum.
24635         (fpu_type_t): New Enum and EnumValue entries.
24636         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24637         global_options_set instead of rs6000_explicit_options.
24638         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24639         global_options_set instead of rs6000_explicit_options.
24640         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24641         global_options_set instead of rs6000_explicit_options.
24642         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24643         global_options_set instead of rs6000_explicit_options.
24644         * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
24645         global_options_set instead of rs6000_explicit_options.
24646         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
24647         global_options_set instead of rs6000_explicit_options.
24648         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
24649         definition.
24650         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
24651         global_options_set instead of rs6000_explicit_options.
24652         * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
24653         (rs6000_cmodel): New Enum and EnumValue entries.
24654         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
24655         global_options_set instead of rs6000_explicit_options.
24656         * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
24657         (mtls-size=): Use Enum and Var.
24658         (rs6000_tls_size): New Enum and EnumValue entries.
24660 2011-05-05  Michael Matz  <matz@suse.de>
24662         * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
24663         * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
24664         * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
24665         * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
24666         * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
24667         * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
24668         * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
24669         * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
24670         * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
24671         * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
24672         * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
24673         * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
24674         * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
24675         * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
24676         * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
24677         * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
24679 2011-05-05  Richard Guenther  <rguenther@suse.de>
24681         * expmed.c (expand_variable_shift): Rename to ...
24682         (expand_shift_1): ... this.  Take an expanded shift amount.
24683         For rotates recurse directly not building trees for the shift amount.
24684         (expand_variable_shift): Wrap around expand_shift_1.
24685         (expand_shift): Adjust.
24687 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
24689         * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
24691 2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
24693         * tree.h (get_pending_sizes): Remove prototype.
24694         (put_pending_size): Likewise.
24695         (put_pending_sizes): Likewise.
24696         * stor-layout.c (pending_sizes): Delete.
24697         (get_pending_sizes): Likewise.
24698         (put_pending_size): Likewise.
24699         (put_pending_sizes): Likewise.
24700         (variable_size): Do not call put_pending_size and tidy up.
24701         * function.h (struct function): Remove dont_save_pending_sizes_p.
24702         * lto-streamer-in.c (input_function): Do not stream it.
24703         * lto-streamer-out.c (output_function): Likewise.
24704         * tree-inline.c (initialize_cfun): Do not copy it.
24705         * c-decl.c (store_parm_decls): Do not set it.
24706         * omp-low.c (create_task_copyfn): Likewise.
24707         * tree-optimize.c (tree_rest_of_compilation): Likewise.
24709 2011-05-05  Uros Bizjak  <ubizjak@gmail.com>
24711         * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
24712         conditions.
24713         (*movdf_internal): Ditto.
24714         (*movdf_internal_nointeger): Ditto.
24715         (*movsf_internal): Ditto.
24717 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
24719         * c-decl.c (finish_decl): Don't call get_pending_sizes.
24720         (grokparm): Add parameter expr.  Pass it to grokdeclarator.
24721         (push_parm_decl): Add parameter expr.  Pass it to grokdeclarator.
24722         (c_variable_size): Remove.
24723         (grokdeclarator): Use save_expr instead of c_variable_size.  Don't
24724         call put_pending_sizes.
24725         (get_parm_info): Add parameter expr.  Use it to set
24726         arg_info->pending_sizes.
24727         (store_parm_decls): Use arg_info->pending_sizes instead or calling
24728         get_pending_sizes.
24729         * c-parser.c (c_parser_parms_declarator): Update call to
24730         c_parser_parms_list_declarator.
24731         (c_parser_parms_list_declarator): Take parameter expr.  Update
24732         call to push_parm_decl.  Update recursive call.  Don't call
24733         get_pending_sizes.  Update calls to get_parm_info.
24734         (c_parser_objc_method_definition): Update calls to
24735         c_parser_objc_method_decl and objc_start_method_definition.
24736         (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
24737         (c_parser_objc_method_decl): Add parameter expr.  Update call to
24738         grokparm.
24739         (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
24740         * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
24741         (get_parm_info, grokparm, push_parm_decl): Update prototypes.
24743 2011-05-05  Michael Hope  <michael.hope@linaro.org>
24745         PR pch/45979
24746         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
24747         __ARM_EABI__ hosts.
24749 2011-05-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24751         * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
24752         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
24753         (spu_output_mi_thunk): New function.
24755 2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24757         * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
24758         targetm.asm_out.print_operand.
24759         * config/sol2.c: Include target.h.
24761 2011-05-04  Jan Hubicka  <jh@suse.cz>
24763         * ipa-inline.c (reset_edge_caches): New function.
24764         (update_caller_keys): Add check_inlinablity_for; do not
24765         reset edge caches; remove now unnecesary loop.
24766         (update_callee_keys): Add comments; reset node_growth_cache of callee.
24767         (update_all_callee_keys): Likewise.
24768         (inline_small_functions): Sanity check cache; update code
24769         recomputing it.
24771 2011-05-04  Bernd Schmidt  <bernds@codesourcery.com>
24773         PR rtl-optimization/47612
24774         * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
24775         as the last insn of the sequence to be moved.
24777 2011-05-04  Tobias Burnus  <burnus@net-b.de>
24779         PR fortran/48864
24780         * doc/invoke.texi (Ofast): Document that it
24781         enables Fortran's -fno-protect-parens.
24783 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
24785         * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
24787 2011-05-04  Eric Botcazou  <ebotcazou@adacore.com>
24789         * stor-layout.c (variable_size): Do not issue errors.
24791 2011-05-04  Richard Guenther  <rguenther@suse.de>
24793         * coverage.c (tree_coverage_counter_ref): Use integer_type_node
24794         for array-ref indices.
24795         (tree_coverage_counter_addr): Likewise.
24796         (build_fn_info_type): Use size_int for index types.
24797         (build_gcov_info): Likewise.
24799 2011-05-04  Richard Guenther  <rguenther@suse.de>
24801         * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
24802         to build_int_cst.
24803         * c-typeck.c (really_start_incremental_init): Use bitsize_int
24804         for constructor indices.
24805         (push_init_level): Likewise.
24807 2011-05-04  Richard Guenther  <rguenther@suse.de>
24809         * explow.c (promote_mode): Move variable declarations before code.
24811 2011-05-04  Nathan Froyd  <froydnj@codesourcery.com>
24813         * tree.h (build_function_type_array): Declare.
24814         (build_varargs_function_type_array): Declare.
24815         (build_function_type_vec, build_varargs_function_type_vec): Define.
24816         * tree.c (build_function_type_array_1): New function.
24817         (build_function_type_array): New function.
24818         (build_varargs_function_type_array): New function.
24820 2011-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
24822         * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
24823         before setting STMT_VINFO_TYPE.
24825 2011-05-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24827         * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
24828         instead of spu_pass_by_reference.
24830 2011-05-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24832         * calls.c (emit_library_call_value_1): Invoke
24833         promote_function_mode hook on libcall arguments.
24834         * explow.c (promote_function_mode, promote_mode): Handle TYPE
24835         argument being NULL.
24836         * targhooks.c (default_promote_function_mode): Lisewise.
24837         * config/s390/s390.c (s390_promote_function_mode): Likewise.
24838         * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
24840         * doc/tm.texi: Document that TYPE argument might be NULL.
24842 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24844         * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
24846 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24848         From Bernd Schmidt
24849         * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
24851 2011-05-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24853         * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
24854         (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
24855         Move ...
24856         * mips-tfile.c: ... here.
24857         Don't include coretypes.h, tm.h, filenames.h.
24858         (saber_stop): Remove definition and all calls.
24859         [__SABER__]: Remove.
24860         (__LINE__): Remove default.
24861         (Size_t, Ptrdiff_t): Remove definitions.
24862         Replace by size_t, ptrdiff_t.
24863         [!MIPS_DEBUGGING_INFO]: Remove.
24864         (SHASH_SIZE, THASH_SIZE): Remove defaults.
24865         (progname): Add const.
24866         (STATIC): Remove.
24867         Replace all uses by static.
24868         (ALIGN_SYMTABLE_OFFSET): Remove default.
24869         * mips-tdump.c: Don't include coretypes.h, tm.h.
24870         Remove !MIPS_IS_STAB guard.
24871         * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
24872         $(TM_H), filenames.h dependencies.
24873         (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
24875 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24877         From Jie Zhang
24878         *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
24879         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
24881 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24883         From Bernd Schmidt
24884         * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
24885         account and save/restore RETS.
24886         (PROFILE_BEFORE_PROLOGUE): Define.
24887         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character.  Correct
24888         the push insn to use predecrement.
24890 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24892         From Jie Zhang
24893         * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
24895 2011-05-04  Nick Clifton  <nickc@redhat.com>
24897         * config/mn10300/mn10300.c: Include cfgloop.h.
24898         (DUMP): New macro.
24899         (mn10300_insert_setlb_lcc): New function.  Inserts a SETLB and a
24900         Lcc or a FLcc insn into the instruction stream.
24901         (mn10300_block_contains_call): New function.  Returns true if the
24902         given basic block contains a CALL insn.
24903         (mn10300_loop_contains_call_insn): New function.  Returns true if
24904         the given loop contains a CALL insn.
24905         (mn10300_scan_for_setlb_lcc): New function.  Finds opportunities
24906         to use the SETLB and Lcc or FLcc insns.
24907         (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
24908         (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
24909         * config/mn10300/mn10300.opt (msetlb): New option.  Used to
24910         disable the SETLB optimization.
24911         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
24912         __SETLB__ or __NO_SETLB__.
24913         * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
24914         (movsf_internal): Handle MDR register.
24915         (cmpsi): Make visible.
24916         (setlb): New pattern.
24917         (Lcc): New pattern.
24918         (FLcc): New pattern.
24920 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
24922         PR target/48860
24923         * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
24924         for reg<->xmm moves.
24925         * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
24926         (vec_concatv2di_rex64_sse): Ditto.
24927         (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
24928         (*vec_extractv2di_1_rex64): Ditto.
24930         Revert:
24931         2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24933         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
24934         reg<->xmm moves.
24935         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
24937 2011-05-04  Richard Guenther  <rguenther@suse.de>
24939         * tree.h (int_const_binop): Remove notrunc argument.
24940         * fold-const.c (int_const_binop): Remove notrunc argument.  Always
24941         create integer constants that are properly truncated.
24942         (extract_muldiv_1): Expand one notrunc int_const_binop caller.
24943         (const_binop): Remove zero notrunc argument to int_const_binop.
24944         (size_binop_loc): Likewise.
24945         (fold_div_compare): Likewise.
24946         (maybe_canonicalize_comparison_1): Likewise.
24947         (fold_comparison): Likewise.
24948         (fold_binary_loc): Likewise.
24949         (multiple_of_p): Likewise.
24950         * expr.c (store_constructor): Likewise.
24951         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
24952         (maybe_fold_stmt_addition): Likewise.
24953         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
24954         * stor-layout.c (layout_type): Likewise.
24955         * tree-data-ref.c (tree_fold_divides_p): Likewise.
24956         * tree-sra.c (build_ref_for_offset): Likewise.
24957         (build_user_friendly_ref_for_offset): Likewise.
24958         * tree-ssa-address.c (maybe_fold_tmr): Likewise.
24959         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
24960         * tree-ssa-loop-niter.c (inverse): Likewise.
24961         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
24962         * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
24963         * tree-switch-conversion.c (check_range): Likewise.
24964         (build_constructors): Likewise.
24965         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
24966         * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
24967         (extract_range_from_assert): Likewise.
24968         (vrp_int_const_binop): Likewise.
24969         (extract_range_from_binary_expr): Likewise.
24970         (extract_range_from_unary_expr): Likewise.
24971         (check_array_ref): Likewise.
24972         (find_case_label_range): Likewise.
24973         (simplify_div_or_mod_using_ranges): Likewise.
24974         * tree-cfg.c (group_case_labels_stmt): Use double-ints for
24975         comparing case labels for merging.
24977 2011-05-03  Mark Wielaard  <mjw@redhat.com>
24979         * dwarf2out.c (debug_str_hash_forced): Removed.
24980         (gen_label_for_indirect_string): Removed.
24981         (get_debug_string_label): Removed.
24982         (AT_string_form): Generate label directly.
24983         (output_indirect_string): Test indirect_string_node for
24984         DW_FORM_strp instead of checking label and refcount.
24985         (prune_indirect_string): Removed.
24986         (prune_unused_types): Don't check debug_str_hash_forced or
24987         call prune_indirect_string.
24989 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
24991         PR other/48093
24992         * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
24994 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
24996         PR debug/47994
24997         PR debug/47919
24998         * combine.c (try_combine): Skip debug insns at m_split tests.
25000 2011-04-26  Mark Wielaard  <mjw@redhat.com>
25002         PR42288
25003         * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
25004         when info_section_emitted.
25006 2011-05-03  Joseph Myers  <joseph@codesourcery.com>
25008         * config/mips/mips-opts.h: New.
25009         * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
25010         to mips-opts.h.
25011         (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
25012         (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
25013         or OPT_mr10k_cache_barrier_ here.  Access mips_cache_flush_func
25014         via opts pointer.
25015         * config/mips/mips.h (enum mips_code_readable_setting): Move to
25016         mips-opts.h.
25017         (mips_abi, mips_code_readable): Don't declare.
25018         * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
25019         (mabi=): Use Enum and Var.
25020         (mips_abi): New Enum and EnumValue entries.
25021         (mcode-readable=): Use Enum and Var.
25022         (mips_code_readable_setting): New Enum and EnumValue entries.
25023         (mr10k-cache-barrier=): Use Enum and Var.
25024         (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
25026 2011-05-03  Jan Hubicka  <jh@suse.cz>
25028         * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
25029         replace hash by pointer map.
25030         (cgraph_node_set_element_def, cgraph_node_set_element,
25031         const_cgraph_node_set_element, varpool_node_set_element_def,
25032         varpool_node_set_element, const_varpool_node_set_element): Remove.
25033         (free_cgraph_node_set, free_varpool_node_set): New function.
25034         (cgraph_node_set_size, varpool_node_set_size): Use vector size.
25035         * tree-emutls.c: Free varpool node set.
25036         * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
25037         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
25038         debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
25039         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
25040         dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
25041         Move here from ipa.c; implement using pointer_map
25042         * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
25043         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
25044         debug_cgraph_node_set, varpool_node_set_new,
25045         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
25046         dump_varpool_node_set, debug_varpool_node_set):
25047         Move to ipa-uitls.c.
25048         * passes.c (ipa_write_summaries): Update.
25050 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25052         From Mike Frysinger:
25053         * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
25054         bf542/bf544/bf547/bf548/bf549.
25056 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
25058         * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
25060 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25062         From Bernd Schmidt:
25063         * config/bfin/bfin.md (MOVCC): New mode_macro.
25064         (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
25065         movsicc_insn1, movsicc_insn2 and movsicc and macroized.  Remove
25066         comments from generated assembly.
25068 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25070         From Bernd Schmidt
25071         * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
25072         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
25073         * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
25074         * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
25075         * config/bfin/lib1funcs.asm (___muldi3): New function.
25077 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25079         * config/stormy16/stormy16 (xstormy16_init_builtins): Call
25080         build_function_type_list instead of build_function_type.
25081         Rearrange initialization of `args' to do so.
25083 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25085         * config/i386/i386.c (ix86_code_end): Call build_function_type_list
25086         instead of build_function_type.
25088 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25090         * config/rs6000/rs6000.c (spe_init_builtins): Call
25091         build_function_type_list instead of build_function_type.
25092         (paired_init_builtins, altivec_init_builtins): Likewise.
25093         (builtin_function_type): Likewise.
25095 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25097         * config/sh/sh.c (sh_media_init_builtins): Call
25098         build_function_type_list instead of build_function_type.
25100 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25102         * config/sparc/sparc.c (sparc_file_end): Call
25103         build_function_type_list instead of build_function_type.
25105 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25107         * config/alpha/alpha.c (alpha_init_builtins): Call
25108         build_function_type_list instead of build_function_type.
25110 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25112         * config/xtensa/xtensa.c (xtensa_init_builtins): Call
25113         build_function_type_list instead of build_function_type.
25115 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25117         * config/iq2000/i2000.c (iq2000_init_builtins): Call
25118         build_function_type_list instead of build_function_type.
25119         Delete `endlink' variable.
25121 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25123         * config/avr/avr.c (avr_init_builtins): Call
25124         build_function_type_list instead of build_function_type.
25126 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25128         * config/picochip/picochip.c (picochip_init_builtins): Call
25129         build_function_type_list instead of build_function_type.
25130         Delete `endlink' variable.
25132 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
25134         * config/bfin/bfin.c (bfin_init_builtins): Call
25135         build_function_type_list instead of build_function_type.
25137 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25139         From Bernd Schmidt
25140         * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
25141         that's not CONST_INT.  Seemingly redundant check is due to PR39768.
25143 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25145         From Jie Zhang:
25146         * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
25147         libbffastfp overrides libgcc when -mfast-fp.
25149 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25151         Originally from Bernd Schmidt
25152         * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
25153         * config/bfin/bfin.c (override_options): Test it and error if
25154         TARGET_FDPIC.
25156 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
25158         Originally From Bernd Schmidt
25159         * config/bfin/bfin.c (override_options): Disable -fstack-limit for
25160         FD-PIC.
25162 2011-05-03  Jeff Law  <law@redhat.com>
25164         * tree-ssa-threadupdate.c (THREAD_TARGET): define.
25165         (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
25166         (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
25167         than accessing AUX field directly.  Free the AUX field before
25168         clearing it.
25169         (thread_block, thread_through_loop_header): Likewise.
25170         (thread_single_edge, mark_threaded_blocks): Likewise.
25171         (redirect_edges): Delay clearing the AUX field.  Free the AUX field.
25172         (register_jump_thread): Do not attempt to thread to a NULL edge.
25174 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
25176         * function.c (init_function_start): Call decide_function_section.
25177         * varasm.c (decide_function_section): New function.
25178         (assemble_start_function): When not using
25179         flag_reorder_blocks_and_partition, don't compute in_cold_section_p
25180         or first_function_block_is_cold.
25181         * rtl.h (decide_function_section): Declare.
25183 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
25184             Jakub Jelinek  <jakub@redhat.com>
25186         PR target/48774
25187         * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
25188         only succeed if req_mode is the same as set_mode.
25190 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
25192         * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
25193         * genemit.c (gen_exp): Handle RETURN.
25194         * emit-rtl.c (verify_rtx_sharing): Likewise.
25195         (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
25196         * rtl.c (copy_rtx): RETURN is shared.
25197         * rtl.h (enum global_rtl_index): Add GR_RETURN.
25198         (ret_rtx): New.
25199         * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
25200         * config/s390/s390.c (s390_emit_epilogue): Likewise.
25201         * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
25202         * config/cris/cris.c (cris_expand_return): Likewise.
25203         * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
25204         * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
25205         rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
25206         * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
25207         * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
25208         Likewise.
25209         * config/v850/v850.c (expand_epilogue): Likewise.
25210         * config/bfin/bfin.c (bfin_expand_call): Likewise.
25211         * config/arm/arm.md (epilogue): Likewise.
25212         * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
25213         * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
25214         variable to ret_reg.
25216 2011-05-03  Richard Guenther  <rguenther@suse.de>
25218         PR lto/48846
25219         * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
25220         Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
25221         * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
25223 2011-05-03  Richard Guenther  <rguenther@suse.de>
25225         * c-decl.c (grokdeclarator): Instead of looking at
25226         TREE_OVERFLOW check if the constant fits in the index type.
25228 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
25230         * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
25231         (vec_store_lanes<mode><mode>): Likewise.
25233 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
25235         * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
25236         * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
25237         convert_optab_index values.
25238         (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
25239         * genopinit.c (optabs): Initialize the new optabs.
25240         * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
25241         * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
25242         (expand_STORE_LANES): New functions.
25243         * tree.h (build_array_type_nelts): Declare.
25244         * tree.c (build_array_type_nelts): New function.
25245         * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
25246         (vect_model_load_cost): Likewise.
25247         (vect_store_lanes_supported, vect_load_lanes_supported)
25248         (vect_record_strided_load_vectors): Declare.
25249         * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
25250         (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
25251         (vect_transform_strided_load): Split out statement recording into...
25252         (vect_record_strided_load_vectors): ...this new function.
25253         * tree-vect-stmts.c (create_vector_array, read_vector_array)
25254         (write_vector_array, create_array_ref): New functions.
25255         (vect_model_store_cost): Add store_lanes_p argument.
25256         (vect_model_load_cost): Add load_lanes_p argument.
25257         (vectorizable_store): Try to use store-lanes functions for
25258         interleaved stores.
25259         (vectorizable_load): Likewise load-lanes and loads.
25260         * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
25261         to vect_model_store_cost.
25262         (vect_build_slp_tree): Likewise vect_model_load_cost.
25264 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
25266         * hooks.h (hook_bool_mode_uhwi_false): Declare.
25267         * hooks.c (hook_bool_mode_uhwi_false): New function.
25268         * target.def (array_mode_supported_p): New hook.
25269         * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
25270         * doc/tm.texi: Regenerate.
25271         * stor-layout.c (mode_for_array): New function.
25272         (layout_type): Use it.
25273         * config/arm/arm.c (arm_array_mode_supported_p): New function.
25274         (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
25276 2011-05-03  Eric Botcazou  <ebotcazou@adacore.com>
25278         PR target/48723
25279         * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
25280         for -fstack-check if the size to allocate is negative.
25282 2011-05-02  Lawrence Crowl  <crowl@google.com>
25284         * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
25285         (timevar_cond_start): New for starting a timer only when it is not
25286         already running.
25287         (timevar_cond_stop): New for stopping a timer when it was not already
25288         running.
25290         * timevar.c (timevar_stop): Enable start/stop timers to start again.
25291         (timevar_cond_start): New as above.
25292         (timevar_cond_stop): New as above.
25294         * timevar.def: Add start/stop timers for compiler phases,
25295         TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
25296         TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
25297         and TV_PHASE_FINALIZE.
25298         Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
25299         Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
25300         TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
25301         Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
25302         Make unused TV_OVERLOAD into a start/stop timer.
25304         Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
25305         Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
25306         to indicate that they are start/stop timers.
25308         * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
25309         Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
25310         Move initialization to do_compile.
25311         (do_compile): Add initialization from above.
25312         Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
25314         * c-decl.c (c_write_global_declarations): Add start/stop of
25315         TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
25317         * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
25318         or TV_PARSE_INLINE, as appropriate.
25319         (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
25320         (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
25322 2011-05-02  Jason Merrill  <jason@redhat.com>
25324         PR c++/40975
25325         * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
25327 2011-05-02  Simon Martin  <simartin@users.sourceforge.net>
25329         PR c/35445
25330         * c-decl.c (finish_decl): Only create a composite if the types are
25331         compatible.
25333 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
25335         * config/fr30/fr30-protos.h (Mmode): Don't define.
25336         * config/m32r/m32r-protos.h (Mmode): Don't define.  Expand
25337         definition where used.
25338         * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
25339         define.  Expand definitions where used.
25340         * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
25341         Expand definitions where used.
25342         * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
25343         rx_function_arg, rx_function_arg_advance,
25344         rx_function_arg_boundary): Expand definitions of those macros.
25345         * config/v850/v850-protos.h (Mmode): Don't define.  Expand
25346         definition where used.
25348 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
25350         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
25351         reg<->xmm moves.
25352         (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
25353         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.  Merge
25354         with *movv2sf_internal_rex64_avx.
25355         (*movv2sf_internal): Merge with *movv2sf_internal_avx.
25356         * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
25357         Use %v prefix in insn mnemonic to handle TARGET_AVX.
25358         (*movdi_internal): Add "isa" attribute.  Use "maybe_vex" instead of
25359         "vex" in "prefix" attribute calculation.
25360         (*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
25362 2011-05-02  Stuart Henderson  <shenders@gcc.gnu.org>
25364         PR target/47951
25365         * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
25366         inputs match the output.
25368 2011-05-02  Andreas Schwab  <schwab@linux-m68k.org>
25370         PR target/47955
25371         * config/m68k/m68k.c (m68k_expand_prologue): Set
25372         current_function_static_stack_size.
25374 2011-05-02   Jan Hubicka  <jh@suse.cz>
25376         * lto-streamer.c (lto_streamer_cache_insert_1,
25377         lto_streamer_cache_lookup, lto_streamer_cache_create,
25378         lto_streamer_cache_delete): Use pointer map instead of hashtable.
25379         * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
25381 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
25383         * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
25384         config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
25385         config/m68k/t-opts: New files.
25386         * config/m68k/m68k-tables.opt: New file (generated).
25387         * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
25388         extra_options and m68k/t-opts to tmake_file.
25389         * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
25390         (all_isas): Initialize using m68k-isas.def.
25391         (all_microarchs): Initialize using m68k-microarchs.def.
25392         (m68k_find_selection): Remove.
25393         (m68k_handle_option): Don't assert that global structures are in
25394         use.  Use error_at.  Access variables via opts pointer.  Don't
25395         handle -march=, -mcpu= and -mtune= here.  Set gcc_options fields
25396         directly for -m68020-40 and -m68020-60.
25397         (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
25398         m68k_tune_entry here.
25399         * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
25400         to m68k-opts.h.
25401         (m68k_library_id_string): Remove declaration.
25402         * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
25403         (m68k_library_id_string): New Variable.
25404         (march=, mcpu=, mtune=): Use Enum and Var.
25406 2011-05-02  Richard Guenther  <rguenther@suse.de>
25408         * varasm.c (output_constructor_regular_field): Compute zero-based
25409         index with double-ints.  Make sure to ICE instead of producing
25410         wrong code.
25411         * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
25412         in asserts.  Properly use a signed type.
25414 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
25416         * config/i386/sse.md (V): New mode iterator.
25417         (V_128): Rename from SSEMODE.  Make V2DF mode conditional on
25418         TARGET_SSE2.
25419         (V_256): Rename from AVX256MODE.
25420         (VF): Make V4SF mode unconditional.  Add TARGET_SSE instruction
25421         condition to all users.
25422         (VF1): Ditto.
25423         (VF2): Make V2DF mode unconditional.  Add TARGET_SSE2 instruction
25424         condition to all users.
25425         (VF_128): Make V4SF mode unconditional.
25426         (VF_256): Rename from AVX256MODEF2P.
25427         (VI4F_128): Rename from SSEMODE4S.
25428         (VI8F_128): Rename from SSEMODE2D.
25429         (VI4F_256): Rename from AVX256MODE8P.
25430         (VI8F_256): Rename from AVX256MODE4P.
25431         (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
25432         (ssescalarmodesuffix): Remove SF and DF modes.
25433         (SSEMODE124): Remove.
25434         (SSEMODE1248): Ditto.
25435         (SSEMODEF2P): Ditto.
25436         (AVXMODEF2P): Ditto.
25437         (AVXMODEFDP): Ditto.
25438         (AVXMODEFSP): Ditto.
25439         (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
25440         unconditional.
25441         (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO.  Make V4SF mode
25442         unconditional.
25443         (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
25444         xop_pcmov_<mode>256.  Use V mode iterator.
25446         Adjust RTX patterns globally for renamed mode attributes.
25448 2011-05-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25450         * haifa-sched.c (sched_emit_insn): Emit insn before first
25451         non-scheduled insn.  Inform back-end about new insn.  Add
25452         new insn to scheduled_insns list.
25454 2011-05-02  Richard Guenther  <rguenther@suse.de>
25456         PR tree-optimization/48822
25457         * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
25458         (process_scc): Indicate which iteration we start.
25460 2011-05-02  Jan Hubicka  <jh@suse.cz>
25462         * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
25463         (lto_section_overrun): New.
25464         * lto-section-out.c (append_block): Rename to ...
25465         (lto_append_block): ... this one; export.
25466         (lto_output_1_stream): Move lto lto-streamer.h
25467         (lto_output_data_stream): Update.
25468         * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
25469         (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
25470         functions.
25472 2011-05-02  Richard Guenther  <rguenther@suse.de>
25474         * tree.c (tree_code_counts): New global array.
25475         (record_node_allocation_statistics): Count individual tree codes.
25476         (dump_tree_statistics): Dump individual code stats.
25478 2011-05-01  Jan Hubicka  <jh@suse.cz>
25480         * ipa-inline.c (caller_growth_limits): Fix thinko when
25481         looking for largest stack frame.
25482         * ipa-inline.h (dump_inline_summary): Declare.
25483         * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
25484         on stack usage.
25485         (dump_inline_summary): Export.
25486         (debug_inline_summary): Declare as DEBUG_FUNCTION.
25488 2011-05-01  Anatoly Sokolov  <aesok@post.ru>
25490         * reginfo.c (memory_move_cost): Change rclass argument type form
25491         'enum reg_class' to reg_class_t.
25492         * reload.h (memory_move_cost): Update prototype.
25493         * postreload.c reload_cse_simplify_set): Change type dclass var to
25494         reg_class_t.
25495         * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
25496         Update prototype.
25497         (ira_allocate_and_set_costs): Change aclass argument type form
25498         'enum reg_class' to reg_class_t.
25499         * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
25500         Change aclass argument type to reg_class_t.
25501         (update_conflict_hard_reg_costs): Change type aclass and pref vars
25502         to reg_class_t.
25503         * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
25504         memory_move_cost call.
25506         * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
25507         'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
25508         Change type tmp var to reg_class_t.
25510 2011-04-30  Jan Hubicka  <jh@suse.cz>
25512         * ipa-inline.c (can_inline_edge_p): Disregard limits when
25513         inlining into function with flatten attribute.
25514         (want_inline_small_function_p): Be more realistic about inlining
25515         cold calls where callee size grows.
25517 2011-04-30  Jan Hubicka  <jh@suse.cz>
25519         * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
25520         flags.
25522 2011-04-30  Anatoly Sokolov  <aesok@post.ru>
25524         * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
25525         PRINT_OPERAND_PUNCT_VALID_P): Remove.
25526         * config/sparc/sparc-protos.h (print_operand): Remove declaration.
25527         * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
25528         TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25529         (print_operand): Rename to...
25530         (sparc_print_operand): ...this. Make static. Adjust
25531         sparc_print_operand function call.
25532         (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
25533         functions.
25535 2011-04-30  Jan Hubicka  <jh@suse.cz>
25537         PR middle-end/48752
25538         * ipa-inline.c (early_inliner): Disable when doing late
25539         addition of function.
25541 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
25543         * dwarf2out.c (get_address_mode): New inline.
25544         (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
25545         if not dwarf_strict emit
25546         DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
25547         desirable.  Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
25548         UNSIGNED_FLOAT, FIX and UNSIGNED_FIX.  Just return NULL for
25549         FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
25550         (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
25551         dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
25552         mem_loc_descriptor callers.
25553         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
25554         output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
25555         Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
25556         DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
25557         (base_types): New variable.
25558         (get_base_type_offset, calc_base_type_die_sizes,
25559         base_type_for_mode, mark_base_types, base_type_cmp,
25560         move_marked_base_types): New functions.
25561         (calc_die_sizes): Assert that die_offset is 0 or equal to
25562         next_die_offset.
25563         (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
25564         others defer to mem_loc_descriptor.  Adjust mem_loc_descriptor
25565         callers.  If not dwarf_strict, call mem_loc_descriptor even for
25566         non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
25567         (gen_subprogram_die): Don't give up on call site parameters
25568         with non-integral or large integral modes.  Adjust
25569         mem_loc_descriptor callers.
25570         (prune_unused_types): Call prune_unused_types_mark on base_types
25571         vector entries.
25572         (resolve_addr): Call mark_base_types.
25573         (dwarf2out_finish): Call move_marked_base_types.
25575         PR tree-optimization/48809
25576         * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
25577         type.
25578         (gen_inbound_check): Don't compute index_expr - range_min in utype
25579         again, instead reuse SSA_NAME initialized in build_arrays.
25580         Remove two useless gsi_for_stmt calls.
25582 2011-04-29  Jeff Law  <law@redhat.com>
25584         * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
25586 2011-04-29  Martin Jambor  <mjambor@suse.cz>
25588         * cgraph.h (cgraph_postorder): Remove declaration.
25589         * ipa-utils.h (ipa_free_postorder_info): Declare.
25590         (ipa_reverse_postorder): Likewise.
25591         * cgraphunit.c: Include ipa-utils.h.
25592         (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
25593         * ipa-inline.c: Include ipa-utils.h.
25594         (ipa_inline): Update call to ipa_reverse_postorder.
25595         * ipa-pure-const.c (propagate_pure_const): Update call to
25596         ipa_reduced_postorder and ipa_print_order.  Call
25597         ipa_free_postorder_info to clean up.
25598         (propagate_nothrow): Likewise.
25599         * ipa-reference.c (propagate): Removed a useless call to
25600         ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
25601         and ipa_print_order.  Call ipa_free_postorder_info to clean up.
25602         * ipa.c: Include ipa-utils.h.
25603         (ipa_profile): Update call to ipa_reverse_postorder.
25604         (cgraph_postorder): Moved to...
25605         * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
25606         (ipa_utils_print_order): Renamed to ipa_print_order.
25607         (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
25608         comments.
25609         (ipa_free_postorder_info): New function.
25610         * passes.c: Include ipa-utils.h.
25611         (do_per_function_toporder): Update call to ipa_reverse_postorder.
25612         (ipa_write_summaries): Likewise.
25613         * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
25614         (cgraphunit.o): Likewise.
25615         (ipa.o): Likewise.
25616         (ipa-inline.o): Likewise.
25618 2011-04-29  Jan Hubicka  <jh@suse.cz>
25620         * ipa-inline.h (clause_t): Turn into unsigned int.
25621         * ipa-inline-analysis.c (add_clause): Do more simplification.
25622         (and_predicates): Shortcut more cases.
25623         (predicates_equal_p): Move forward; check that clauses are properly
25624         ordered.
25625         (or_predicates): Shortcut more cases.
25626         (edge_execution_predicate): Rewrite as...
25627         (set_cond_stmt_execution_predicate): ... this function; handle
25628         __builtin_constant_p.
25629         (set_switch_stmt_execution_predicate): New .
25630         (compute_bb_predicates): New.
25631         (will_be_nonconstant_predicate): Update TODO.
25632         (estimate_function_body_sizes): Use compute_bb_predicates
25633         and free them later, always try to estimate if stmt is constant.
25634         (estimate_time_after_inlining, estimate_size_after_inlining):
25635         Gracefully handle optimized out edges.
25636         (read_predicate): Fix off by one error.
25638 2011-04-29  Nicola Pero  <nicola.pero@meta-innovation.com>
25640         * Makefile.in (ENABLE_MAINTAINER_RULES): New.
25642 2011-04-27  Xinliang David Li  <davidxl@google.com>
25644         * tree-profile.c (init_ic_make_global_vars): Set
25645         tls attribute on ic vars.
25646         * coverage.c (coverage_end_function): Initialize
25647         function_list with zero.
25649 2011-04-29  Richard Guenther  <rguenther@suse.de>
25651         * builtins.c (fold_builtin_classify_type): Use integer_type_node
25652         for the type of the result.
25653         (fold_builtin_isascii): Likewise.
25654         (fold_builtin_toascii): Use integer_type_node where appropriate.
25655         (fold_builtin_logb): Likewise.
25656         (fold_builtin_frexp): Likewise.
25657         (fold_builtin_strstr): Likewise.
25658         (fold_builtin_strpbrk): Likewise.
25659         (fold_builtin_fputs): Likewise.
25660         (fold_builtin_sprintf): Likewise.
25661         (fold_builtin_snprintf): Likewise.
25662         (fold_builtin_printf): Likewise.
25663         (do_mpfr_remquo): Use a proper type for the assigned constant.
25664         (do_mpfr_lgamma_r): Likewise.
25665         * dwarf2out.c (resolve_one_addr): Use size_int.
25666         * except.c (init_eh): Likewise.
25667         (assign_filter_values): Use integer_type_node for filter values.
25668         (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
25669         indices.
25670         * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
25671         for EH region numbers.
25672         * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
25673         for the shift amount.
25675 2011-04-29  Richard Guenther  <rguenther@suse.de>
25677         * expr.h (expand_shift): Rename to ...
25678         (expand_variable_shift): ... this.
25679         (expand_shift): Take a constant shift amount.
25680         * expmed.c (expand_shift): Rename to ...
25681         (expand_variable_shift): ... this.
25682         (expand_shift): New wrapper around expand_variable_shift.
25683         * expr.c (convert_move, emit_group_load_1, emit_group_store,
25684         optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
25685         expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
25686         * expmed.c (store_fixed_bit_field, extract_bit_field_1,
25687         extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
25688         expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
25689         extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
25690         emit_store_flag_1, emit_store_flag): Likewise.
25691         * builtins.c (expand_builtin_signbit): Likewise.
25692         * calls.c (load_register_parameters): Likewise.
25693         * function.c (assign_parm_setup_block): Likewise.
25694         * lower-subreg.c (resolve_shift_zext): Likewise.
25695         * optabs.c (widen_bswap, expand_abs_nojump,
25696         expand_one_cmpl_abs_nojump, expand_float): Likewise.
25697         * spu/spu.c (spu_expand_extv): Likewise.
25698         * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
25700 2011-04-29  Richard Guenther  <rguenther@suse.de>
25702         * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
25703         for the remapped region number.
25704         * predict.c (build_predict_expr): Use integer_type_node for the
25705         predict kind.
25706         * fold-const.c (fold_binary_loc): Use integer_type_node for
25707         the shift amount.  Use a proper type for the PLUS_EXPR operand.
25709 2011-04-29  Michael Matz  <matz@suse.de>
25711         * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
25712         other trees that just builtins.
25713         (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
25715 2011-04-29  Richard Guenther  <rguenther@suse.de>
25717         * tree-nested.c (get_trampoline_type): Use size_int.
25718         (get_nl_goto_field): Likewise.
25719         * tree-eh.c (lower_try_finally_switch): Use integer_type_node
25720         for all indexes.
25721         (lower_eh_constructs_2): Likewise.
25722         (lower_resx): Likewise.
25723         (lower_eh_dispatch): Likewise.
25724         * tree-mudflap.c (mf_build_string): Use size_int.
25725         (mudflap_register_call): Use integer_type_node for the flag.
25726         (mudflap_enqueue_constant): Use size_int.
25727         * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
25728         instead of rebuilding it.
25730 2011-04-29  Richard Guenther  <rguenther@suse.de>
25732         * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
25733         Handle OBJ_TYPE_REF.
25734         (find_func_aliases_for_call): Use it more consistently.
25736 2011-04-29  Alexandre Oliva  <aoliva@redhat.com>
25738         * haifa-sched.c (last_nondebug_scheduled_insn): New.
25739         (rank_for_schedule): Use it.
25740         (schedule_block): Set it.
25742 2011-04-28  David Li  <davidxl@google.com>
25744         * tree.c (crc32_string): Use crc32_byte.
25745         (crc32_byte): New function.
25746         * tree.h (crc32_byte): New function.
25747         * gcov.c (read_graph_file): Handle new cfg_cksum.
25748         (read_count_file): Ditto.
25749         * profile.c (instrument_values): Ditto.
25750         (get_exec_counts): Ditto.
25751         (read_profile_edge_counts): Ditto.
25752         (compute_branch_probabilities): Ditto.
25753         (compute_value_histograms): Ditto.
25754         (branch_prob): Ditto.
25755         (end_branch_prob): Ditto.
25756         * coverage.c (read_counts_file): Ditto.
25757         (get_coverage_counts): Ditto.
25758         (tree_coverage_counter_addr): Ditto.
25759         (coverage_checksum_string): Ditto.
25760         (coverage_begin_output): Ditto.
25761         (coverage_end_function): Ditto.
25762         (build_fn_info_type): Ditto.
25763         (build_fn_info_value): Ditto.
25764         * libgcov.c (gcov_exit): Ditto.
25765         * gcov-dump.c (tag_function): Ditto.
25766         (compute_checksum): Remove.
25768 2011-04-29  Alan Modra  <amodra@gmail.com>
25770         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
25771         unspec plus offset.  Tidy macho code.
25773 2011-04-29  Martin Jambor  <mjambor@suse.cz>
25775         * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
25776         node instead of a decl.  Update all callers.
25777         * cgraph.h: Update declaration.
25779 2011-04-28  Ira Rosen  <ira.rosen@linaro.org>
25781         PR tree-optimization/48765
25782         * tree-vectorizer.h (vect_make_slp_decision): Return bool.
25783         * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
25784         to indicate if loop aware SLP is being used.  Scan the statements
25785         and update the vectorization factor according to the type of
25786         vectorization before statement analysis.
25787         (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
25788         pass it to vect_analyze_loop_operations.
25789         (vectorizable_reduction): Set number of copies to 1 in case of pure
25790         SLP statement.
25791         * tree-vect-stmts.c (vectorizable_conversion,
25792         vectorizable_assignment, vectorizable_shift,
25793         vectorizable_operation, vectorizable_type_demotion,
25794         vectorizable_type_promotion, vectorizable_store, vectorizable_load):
25795         Likewise.
25796         (vectorizable_condition): Move the check that it is not SLP
25797         vectorization before the number of copies check.
25798         * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
25799         to vectorize the loop using SLP.
25801 2011-04-28  Jakub Jelinek  <jakub@redhat.com>
25803         PR middle-end/48597
25804         * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
25805         inline asm.
25807 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
25809         * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
25810         *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
25811         (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
25812         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
25813         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
25814         linux*.h headers.
25815         * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
25816         * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25817         * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25818         * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25819         * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25820         * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
25821         REG_NAME.
25822         * config/i386/linux.h (REG_NAME): Don't define.
25823         * config/i386/linux64.h (REG_NAME): Don't define.
25824         * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
25825         Undefine before defining.
25827 2011-04-28  Jan Hubicka  <jh@suse.cz>
25829         * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
25830         nonconstant_names array.
25831         (estimate_function_body_sizes): Build nonconstant_names array; handle
25832         BUILT_IN_CONSTANT_P.
25834 2011-04-28  Richard Guenther  <rguenther@suse.de>
25836         PR bootstrap/48804
25837         Revert
25838         2011-04-28  Richard Guenther  <rguenther@suse.de>
25840         * tree-ssa-structalias.c (solve_constraints): Build succ graph
25841         as late as possible.
25843 2011-04-28  Richard Guenther  <rguenther@suse.de>
25845         * tree-ssa-structalias.c (dump_constraint): Don't end the line.
25846         (debug_constraint): Do it here.
25847         (dump_constraints): And here.
25848         (rewrite_constraints): And here.
25849         (dump_constraint_edge): Remove.
25850         (dump_constraint_graph): Rewrite to produce DOT output.
25851         (solve_constraints): Build succ graph as late as possible.
25852         Dump constraint graphs before and after solving.
25854 2011-04-28  Richard Guenther  <rguenther@suse.de>
25856         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
25857         New function split out from ...
25858         (find_func_aliases): ... here.  Call it.
25859         (find_func_aliases_for_call): Likewise.
25861 2011-04-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
25863         * internal-fn.h (internal_fn_name_array): Declare.
25864         (internal_fn_flags_array): Likewise.
25866 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
25868         * config/i386/i386.md (ssemodesuffix):  Merge with ssevecsize,
25869         ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
25870         Move from sse.md.
25871         (ssemodefsuffix): Remove.
25872         (ssevecmodesuffix): New mode attribute.
25873         (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
25874         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
25875         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
25876         *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
25877         *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
25878         *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
25879         *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
25880         ssemodesuffix mode attribute.
25881         (float splitters): Use ssevecmodesuffix mode attribute.
25882         * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
25883         (sseinsmode): Rename from avxvecmode.
25884         (avxsizesuffix): Rename from avxmodesuffix.
25885         (sseintvecmode): Rename from avxpermvecmode.
25886         (ssedoublevecmode): Rename from ssedoublesizemode.
25887         (ssehalfvecmode): Rename from avxhalfvecmode.
25888         (ssescalarmode): Rename from avxscalarmode.
25889         (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
25890         templates for ssemodesuffix mode attribute.
25891         (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
25892         mode attribute.
25894         Adjust RTX patterns globally for renamed mode attributes.
25896 2011-04-27  Jan Hubcika  <jh@suse.cz>
25898         * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
25899         * ipa-inline-analysis.c: Include alloc-pool.h.
25900         (edge_predicate_pool): New.
25901         (trye_predicate_p): New function
25902         (false_predicate_p): New function.
25903         (add_clause): Sanity check that false clauses are "optimized";
25904         never add clauses to predicate that is already known to be false.
25905         (and_predicate): Use flase_predicate_p.
25906         (evaulate_predicate): Rename to ...
25907         (evaluate_predicate): ... this one; update all callers; assert
25908         that false is not listed among possible truths.
25909         (dump_predicate): Use true_predicate_p.
25910         (account_size_time): Use false_predicate_p.
25911         (evaulate_conditions_for_edge): Rename to ...
25912         (evaluate_conditions_for_edge) ... this one.
25913         (edge_set_predicate): New function.
25914         (inline_edge_duplication_hook): Duplicate edge predicates.
25915         (inline_edge_removal_hook): Free edge predicates.
25916         (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
25917         (dump_inline_summary): Update.
25918         (estimate_function_body_sizes): Set edge predicates.
25919         (estimate_calls_size_and_time): Handle predicates.
25920         (estimate_callee_size_and_time): Update.
25921         (remap_predicate): Add toplev_predicate; update comment.
25922         (remap_edge_predicates): New function.
25923         (inline_merge_summary): Compute toplev predicate; update.
25924         (read_predicate): New function.
25925         (read_inline_edge_summary): Use it.
25926         (inline_read_section): Likewise.
25927         (write_predicate): New function.
25928         (write_inline_edge_summary): Use it.
25929         (inline_write_summary): Likewise.
25930         (inline_free_summary): Free alloc pool and edge summary vec.
25932 2011-04-27  Richard Guenther  <rguenther@suse.de>
25934         * tree-ssa-structalias.c (changed_count): Remove.
25935         (changed): Use a bitmap.
25936         (unify_nodes): Adjust.
25937         (do_sd_constraint): Likewise.
25938         (do_ds_constraint): Likewise.
25939         (do_complex_constraint): Likewise.
25940         (solve_graph): Likewise.
25942 2011-04-27  Jan Hubicka  <jh@suse.cz>
25944         * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
25946 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
25948         * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
25949         (avx_vperm2f128_*_operand): Ditto.
25950         * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
25951         Use avx_vpermilp_parallel in insn condition.
25952         (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
25953         Use avx_vperm2f128_parallel in insn condition.
25955 2011-04-27  Richard Guenther  <rguenther@suse.de>
25957         * Makefile.in (tree-ssa-structalias.o): Remove
25958         gt-tree-ssa-structalias.h dependency.
25959         (GTFILES): Remove tree-ssa-structalias.c.
25960         * tree.c (allocate_decl_uid): New function.
25961         (make_node_stat): Use it.
25962         (copy_node_stat): Likewise.
25963         * tree.h (allocate_decl_uid): Declare.
25964         * tree-ssa-alias.h (delete_alias_heapvars): Remove.
25965         * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
25966         * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
25967         * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
25968         * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
25969         (struct heapvar_map): Likewise.
25970         (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
25971         heapvar_insert): Likewise.
25972         (make_heapvar_for): Rename to ...
25973         (make_heapvar): ... this.  Simplify.
25974         (fake_var_decl_obstack): New global var.
25975         (build_fake_var_decl): New function.
25976         (make_constraint_from_heapvar): Adjust.
25977         (handle_lhs_call): Likewise.
25978         (create_function_info_for): Likewise.
25979         (intra_create_variable_infos): Likewise.
25980         (init_alias_vars): Allocate fake_var_decl_obstack.
25981         (init_alias_heapvars, delete_alias_heapvars): Remove.
25982         (compute_points_to_sets): Do not call init_alias_heapvars.
25983         (ipa_pta_execute): Likewise.
25984         (delete_points_to_sets): Free fake_var_decl_obstack.
25986 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25988         * config/spu/divmovti4.c (union qword_UTItype): New data type.
25989         (si_from_UTItype, si_to_UTItype): New functions.
25990         (__udivmodti4): Use them to implement type-punning.
25991         * config/spu/multi3.c (union qword_TItype): New data type.
25992         (si_from_TItype, si_to_TItype): New functions.
25993         (__multi3): Use them to implement type-punning.
25995 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25997         * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
25999 2011-04-27  Jan Hubicka  <jh@suse.cz>
26001         * ipa-prop.c (function_insertion_hook_holder): New holder.
26002         (ipa_add_new_function): New function.
26003         (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
26004         Register/deregister holder.
26006 2011-04-27  Richard Guenther  <rguenther@suse.de>
26008         PR tree-optimization/48772
26009         * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
26011 2011-04-27  Richard Guenther  <rguenther@suse.de>
26013         * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
26014         TARGET_MEM_REF handling.
26016 2011-04-27  Nick Clifton  <nickc@redhat.com>
26018         * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
26019         ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
26020         (REG_CLASS_NAMES): Likewise.
26021         (REG_CLASS_CONTENTS): Likewise.
26022         (EVEN_ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
26023         (ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
26024         (FEVEN_REGS): New macro.  Alias for QUAD_ACC_REGS.
26025         (FPR_REGS): New macro.  Alias for QUAD_ACC_REGS.
26026         (EVEN_REGS): New macro.  Alias for QUAD_REGS.
26027         * config/frv/frv.c (frv_secondary_reload_class): Remove use of
26028         duplicate register classes.
26029         (frv_class_likely_spilled_p): Likewise.
26030         (frv_register_move_cost): Likewise.
26032         * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
26033         end of the regno_reg_class array.
26035 2011-04-27  Jakub Jelinek  <jakub@redhat.com>
26037         PR c/48742
26038         * c-typeck.c (build_binary_op): Don't wrap arguments if
26039         int_operands is true.
26041 2011-04-26  Kaz Kojima  <kkojima@gcc.gnu.org>
26043         PR target/48767
26044         * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
26045         targetm.calls.must_pass_in_stack for void type.
26047 2011-04-26  Jan Hubicka  <jh@suse.cz>
26049         * cgraphbuild.c (build_cgraph_edges): Update call
26050         of cgraph_create_edge and cgraph_create_indirect_edge.
26051         * cgraph.c (cgraph_create_edge_including_clones,
26052         cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
26053         cgraph_update_edges_for_call_stmt_node): Do not take nest
26054         argument; do not initialize call_stmt_size/time.
26055         (dump_cgraph_node): Do not dump nest.
26056         (cgraph_clone_edge): Do not take loop_nest argument;
26057         do not propagate it; do not clone call_stmt_size/time.
26058         (cgraph_clone_node): Likewise.
26059         (cgraph_create_virtual_clone): Update.
26060         * cgraph.h (struct cgraph_edge): Remove
26061         call_stmt_size/call_stmt_time/loop_nest.
26062         (cgraph_create_edge, cgraph_create_indirect_edge,
26063         cgraph_create_edge_including_clones, cgraph_clone_node): Update
26064         prototype.
26065         * tree-emutls.c (gen_emutls_addr): Update.
26066         * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
26067         loop_nest; handle indirect calls, too.
26068         (clone_inlined_nodes): Do not care about updating inline summaries.
26069         * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
26070         * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
26071         stream call_stmt_size/call_stmt_time/loop_nest.
26072         * ipa-inline.c (edge_badness): Update.
26073         (ipa_inline): dump summaries after inlining.
26074         * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
26075         New.
26076         (inline_edge_summary): New function.
26077         * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
26078         (inline_edge_removal_hook): Handle edge summaries.
26079         (inline_edge_duplication_hook): New hook.
26080         (inline_summary_alloc): Alloc hooks.
26081         (initialize_growth_caches): Do not register removal hooks.
26082         (free_growth_caches); Do not free removal hook.
26083         (dump_inline_edge_summary): New function.
26084         (dump_inline_summary): Use it.
26085         (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
26086         (inline_update_callee_summaries): New function.
26087         (inline_merge_summary): Use it.
26088         (do_estimate_edge_time, do_estimate_edge_growth): Update.
26089         (read_inline_edge_summary): New function.
26090         (inline_read_section): Use it.
26091         (write_inline_edge_summary): New function.
26092         (inline_write_summary): Use it.
26093         (inline_free_summary): Free edge new holders.
26094         * tree-inline.c (copy_bb): Update.
26096 2011-04-26  Jason Merrill  <jason@redhat.com>
26098         * tree-eh.c (lower_try_finally_switch): Create the label along with
26099         the CASE_LABEL_EXPR.
26101 2011-04-26  David S. Miller  <davem@davemloft.net>
26102             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26104         * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
26105         * configure: Regenerate.
26107 2011-04-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
26109         PR target/48258
26110         * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
26111         reduction.
26112         (VEC_reduc): New code iterator and splitters for vector reduction.
26113         (VEC_reduc_name): Ditto.
26114         (VEC_reduc_rtx): Ditto.
26115         (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
26116         (reduc_<VEC_reduc_name>_v4sf): Ditto.
26118         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
26119         support for extracting SF on VSX.
26121         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
26122         generating xscvspdp.
26123         (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
26124         (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
26125         double add, minimum, maximum vector reduction.
26126         (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
26127         (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
26128         optimize double vector reduction.
26129         (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
26131 2011-04-26  Joseph Myers  <joseph@codesourcery.com>
26133         * config/fr30/fr30.h (inhibit_libc): Don't define.
26134         * config/m32r/m32r-protos.h: Correct comment.
26135         * config/v850/v850.h (GHS_default_section_names,
26136         GHS_current_section_names): Use tree, not union tree_node *.
26138 2011-04-26  Xinliang David Li  <davidxl@google.com>
26140         * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
26141         * c-family/c-opts.c (c_common_handle_option): Set
26142         warn_maybe_uninitialized.
26143         * opts.c (common_handle_option): Ditto.
26144         * common.opt:  New option.
26145         * tree-ssa.c (warn_uninit): Add one more parameter.
26146         (warn_uninitialized_var): Pass warning code.
26147         * tree-flow.h: Interface change.
26149 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26151         * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
26152         (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
26153         (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
26155 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26157         * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
26158         * config/mips/mips.opt (mmips-tfile): Remove.
26160         * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
26161         mips-tdump reference to ...
26162         (Specific, alpha*-dec-osf5.1): ... here.  Adapt for Tru64 UNIX.
26163         * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
26164         reference by Tru64 UNIX.
26166 2011-04-26  Jakub Jelinek  <jakub@redhat.com>
26168         PR debug/48768
26169         * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
26170         is error_mark_node, set value to NULL.
26172         PR tree-optimization/48734
26173         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
26174         if return value from maybe_fold_*_comparsions isn't something
26175         the code is prepared to handle.
26177 2011-04-26  Uros Bizjak  <ubizjak@gmail.com>
26179         * config/i386/predicates.md (ext_QIreg_operand): Remove extra
26180         mode check.
26181         (ext_QIreg_nomode_operands): Remove.
26182         * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
26183         (*andsi_1): Ditto.
26184         (*andhi_1): Ditto.
26186 2011-04-26  Andrew Stubbs  <ams@codesourcery.com>
26188         * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
26190 2011-04-26  Richard Guenther  <rguenther@suse.de>
26192         * c-typeck.c (build_unary_op): Do not expand array-refs via
26193         pointer arithmetic.  Only adjust qualifiers for function types.
26195 2011-04-26  Richard Guenther  <rguenther@suse.de>
26197         PR middle-end/48694
26198         * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
26199         * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
26200         compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat trees
26201         with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
26203 2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
26205         * doc/extend.texi: Document __underlying_type.
26207 2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>
26209         * config/rs6000/titan.md (automata_option "progress"): Remove.
26211 2011-04-25  Jeff Law  <law@redhat.com>
26213         * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
26215 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
26217         * system.h (ENUM_BITFIELD): Remove.
26219 2011-04-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
26220             Eric Botcazou  <ebotcazou@adacore.com>
26222         * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
26223         for STORE_FLAG_VALUE==-1 case.
26225 2011-04-24  Richard Sandiford  <richard.sandiford@linaro.org>
26227         PR target/43804
26228         * config/m68k/constraints.md (T): Allow PIC operands that satisfy
26229         LEGITIMATE_PIC_OPERAND_P.
26231 2011-04-24  Jan Hubicka  <jh@suse.cz>
26233         * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
26234         WPA hack.
26235         * ipa-prop.h (ipa_get_param, ipa_is_param_used,
26236         ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
26237         ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
26238         * ipa-inline-analysis.c (add_clause): Fix clause ordering.
26239         (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
26240         Sanity check predicate length.
26241         (remap_predicate): Likewise; sanity check jump functions.
26242         (inline_read_section, inline_write_summary): Sanity check
26243         predicate length.
26245 2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
26247         PR other/48748
26248         * doc/extend.texi (Type Traits): Document __is_standard_layout,
26249         __is_literal_type, and __is_trivial; update throughout about
26250         possibly cv-qualified void types.
26252 2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
26254         * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
26255         testsuite and make it version agnostic.
26257 2011-04-22  Jan Hubicka  <jh@suse.cz>
26259         * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
26261 2011-04-23  Jakub Jelinek  <jakub@redhat.com>
26263         PR c/48685
26264         * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
26265         to VOID_TYPE even around MODIFY_EXPR.
26267 2011-04-22  Mike Stump  <mikestump@comcast.net>
26269         * gensupport.c (read_md_rtx): Fix typo in comment.
26270         * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
26271         comment.
26273 2011-04-22  Jan Hubicka  <jh@suse.cz>
26275         * gengtype.c (open_base_files): Add ipa-inline.h include.
26276         * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
26277         ipa-prop.c; update all uses.
26278         * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
26279         * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
26280         merge summary of inlined function into former caller.
26281         * ipa-inline.c (max_benefit): Remove.
26282         (edge_badness): Compensate for removal of benefits.
26283         (update_caller_keys): Use
26284         reset_node_growth_cache/reset_edge_growth_cache.
26285         (update_callee_keys): Likewise.
26286         (update_all_callee_keys): Likewise.
26287         (inline_small_functions): Do not collect max_benefit; do not reset
26288         estimated_growth; call free_growth_caches and initialize_growth_caches.
26289         * ipa-inline.h (struct condition, type clause_t, struct predicate,
26290         struct size_time_entry): New structures.
26291         (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
26292         (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
26293         and estimated_growth.
26294         (edge_growth_cache_entry): New structure.
26295         (node_growth_cache, edge_growth_cache): New global vars.
26296         (estimate_growth): Turn into inline.
26297         (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
26298         initialize_growth_caches, free_growth_caches): Declare.
26299         (estimate_edge_growth): Rewrite.
26300         (estimate_edge_time): Implement as inline cache lookup.
26301         (reset_node_growth_cache, reset_edge_growth_cache): New inline
26302         functions.
26303         (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
26304         (NUM_CONDITIONS): New constant.
26305         (predicate_conditions): New enum.
26306         (IS_NOT_CONSTANT): New constant.
26307         (edge_removal_hook_holder): New var.
26308         (node_growth_cache, edge_growth_cache): New global vars.
26309         (true_predicate, single_cond_predicate, false_predicate,
26310         not_inlined_predicate, add_condition, add_clause, and_predicates,
26311         or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
26312         dump_clause, dump_predicate, account_size_time,
26313         evaulate_conditions_for_edge): New functions.
26314         (inline_summary_alloc): Move to heap.
26315         (inline_node_removal_hook): Clear condition and entry vectors.
26316         (inline_edge_removal_hook): New function.
26317         (initialize_growth_caches, free_growth_caches): New function.
26318         (dump_inline_summary): Update.
26319         (edge_execution_predicate): New function.
26320         (will_be_nonconstant_predicate): New function.
26321         (estimate_function_body_sizes): Compute BB and constantness predicates.
26322         (compute_inline_parameters): Do not clear estimated_growth.
26323         (estimate_edge_size_and_time): New function.
26324         (estimate_calls_size_and_time): New function.
26325         (estimate_callee_size_and_time): New function.
26326         (remap_predicate): New function.
26327         (inline_merge_summary): New function.
26328         (do_estimate_edge_time): New function based on...
26329         (estimate_edge_time): ... this one.
26330         (do_estimate_edge_growth): New function.
26331         (do_estimate_growth): New function based on....
26332         (estimate_growth): ... this one.
26333         (inline_analyze_function): Analyze after deciding on jump functions.
26334         (inline_read_section): New function.
26335         (inline_read_summary): Use it.
26336         (inline_write_summary): Write all the new data.
26337         * ipa-prop.c (ipa_get_param_decl_index): Export.
26338         (ipa_lattice_from_jfunc): Move here from ipa-cp.c
26339         * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
26340         Declare.
26341         (ipa_get_lattice): Move here from ipa-cp.c
26342         * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
26343         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
26344         * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
26345         cgraph_edge_inlinable_p): Remove.
26346         * cgraphunit.c: Include ipainline.h
26347         (cgraph_process_new_functions): Update call of
26348         compute_inline_parameters.
26350 2011-04-22  Richard Guenther  <rguenther@suse.de>
26352         * tree.c (build_int_cst): Properly create canonicalized integer
26353         constants.
26354         (build_int_cst_type): Remove scary comments.
26356 2011-04-22  Xinliang David Li  <davidxl@google.com>
26358         * toplev.c (process_options): Enable -Werror=coverage-mismatch
26359         by default when -Wno-error is not specified.
26360         * opts-global.c (decode_options): Remove call to
26361         control_warning_options.
26363 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
26365         PR tree-optimization/48717
26366         * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
26367         ~A + A optimizations use build_int_cst_type instead of build_int_cst.
26369 2011-04-22  Joseph Myers  <joseph@codesourcery.com>
26371         * config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
26372         definition where used.
26374 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
26376         PR c/48716
26377         * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
26378         TREE_STATIC variables declared inside of some OpenMP construct.
26380 2011-04-22  Martin Jambor  <mjambor@suse.cz>
26382         PR middle-end/48585
26383         * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
26385 2011-04-22  Alexander Monakov  <amonakov@ispras.ru>
26387         PR c/36750
26388         * c-typeck.c (pop_init_level): Do not warn about initializing
26389         with ` = {0}'.
26391 2011-04-22  Alan Modra  <amodra@gmail.com>
26393         * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
26394         when returning call_cookie.
26395         (rs6000_function_ok_for_sibcall): Allow sibcalls via function
26396         pointers, to functions with no more vector args than the current
26397         function, and some non-local calls for ABI_V4.
26398         * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
26399         sibcall_nonlocal_aix64): Combine to ..
26400         (sibcall_nonlocal_aix<mode>): ..this.  Handle function pointer calls.
26401         (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
26402         (sibcall_value_nonlocal_aix<mode>): ..likewise.
26403         (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
26404         (sibcall_value_nonlocal_sysv<mode>): Likewise.  Correct call cookie
26405         operand.
26406         * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
26407         sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
26408         sibcall_value_symbolic_64): Delete.
26410 2011-04-21  Xinliang David Li  <davidxl@google.com>
26412         * cgraph.h: Remove pid.
26413         * cgraph.c: Remove pid.
26414         * value-prof.c (init_node_map): New function.
26415         (del_node_map): New function.
26416         (find_func_by_funcdef_no): New function.
26417         (gimple_ic_transform): Call new function.
26418         * cgraphunit.c (cgraph_finalize_function): Remove pid.
26419         * function.c (get_last_funcdef_no): New function.
26420         * function.h (get_last_funcdef_no): New function.
26421         * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
26422         to libgcov function.
26423         (tree-profiling): Call node map init and delete function.
26425 2011-04-21  Ian Lance Taylor  <iant@google.com>
26427         * godump.c (go_format_type): Use exported Go name for anonymous
26428         field name.
26430 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
26432         * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
26433         Call builtin_function_type_list instead of builtin_function_type.
26434         (UNARY, BINARY, TRINARY, QUAD): Likewise.
26436 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
26438         * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
26439         build_function_type_list instead of build_function_type.
26440         Delete variable `endlink'.
26442 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
26444         * config/s390/s390.c (s390_init_builtins): Call
26445         build_function_type_list instead of build_function_type.
26447 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
26449         * config/ia64/ia64.c (ia64_init_builtins): Call
26450         build_function_type_list instead of builtin_function_type.
26452 2011-04-21  Easwaran Raman  <eraman@google.com>
26454         * cfgexpand.c (stack_var): Remove OFFSET...
26455         (add_stack_var): ...and its reference here...
26456         (expand_stack_vars): ...and here.
26457         (stack_var_cmp): Sort by descending order of size.
26458         (partition_stack_vars): Change heuristic.
26459         (union_stack_vars): Fix to reflect changes in partition_stack_vars.
26460         (dump_stack_var_partition): Add newline after each partition.
26462 2011-04-21  Dimitrios Apostolou  <jimis@gmx.net>
26463             Jeff Law  <law@redhat.com>
26465         * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
26466         * gengtype.c (matching_file_name_substitute): Likewise.
26468 2011-04-21  Richard Guenther  <rguenther@suse.de>
26470         PR lto/48703
26471         * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
26473 2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
26475         * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
26477 2011-04-21  Richard Guenther  <rguenther@suse.de>
26479         * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
26480         file name.
26482 2011-04-21  Richard Guenther  <rguenther@suse.de>
26484         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
26485         MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
26486         Use DECL_P, not SSA_VAR_P.
26487         (ptr_derefs_may_alias_p): Likewise.
26488         (ptr_deref_may_alias_ref_p_1): Likewise.
26489         (decl_refs_may_alias_p): Likewise.
26490         (refs_may_alias_p_1): Likewise.
26491         (ref_maybe_used_by_call_p_1): Likewise.
26492         (call_may_clobber_ref_p_1): Likewise.
26493         (indirect_ref_may_alias_decl_p): Assume indirect refrences
26494         are either MEM_REF or TARGET_MEM_REF.
26495         (indirect_refs_may_alias_p): Likewise.
26496         * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
26497         for MEM_EXPR of indirect calls.
26499 2011-04-21  Tristan Gingold  <gingold@adacore.com>
26501         * vmsdbgout.c (write_srccorr): Compute file length from the string.
26502         (dst_file_info_struct): Remove flen field.
26503         (lookup_filename): Remove code that set flen field.
26505 2011-04-21  Tristan Gingold  <gingold@adacore.com>
26507         * config/ia64/ia64.c (ia64_start_function): Add a guard.
26509 2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
26511         PR target/48708
26512         * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
26513         vec_extract and vec_concat for non-SSE4_1 targets.
26515 2011-04-21  Richard Guenther  <rguenther@suse.de>
26517         * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
26518         return statements.
26520 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
26522         * config/i386/cygming.h (union tree_node, TREE): Don't define or
26523         undefine.
26524         (FILE): Don't undefine.
26526 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
26528         * config/alpha/alpha.c (struct machine_function): Use rtx, not
26529         struct rtx_def *.
26530         * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
26531         struct rtx_def *.
26532         * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
26533         * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
26534         * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
26535         rtx_def *.
26536         * config/m32c/m32c-protos.h (MM, UINT): Don't define.  Expand
26537         definitions where used.
26538         * config/microblaze/microblaze.h (struct microblaze_args): Use
26539         rtx, not struct rtx_def *.
26540         * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
26541         rtx_def *.
26542         * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
26543         * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
26544         * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
26545         not struct rtx_def *.
26546         * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
26547         struct rtx_def *.
26548         * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
26549         rtx_def *.
26550         * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
26552 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26554         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
26555         operand_equal_p to compare DR_BASE_ADDRESSes.
26556         (vect_check_interleaving): Likewise.
26558 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26560         PR target/46329
26561         * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
26562         for all Neon struct constants.
26564 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26566         * target.def (legitimate_constant_p): New hook.
26567         * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
26568         (TARGET_LEGITIMATE_CONSTANT_P): ...this.
26569         * doc/tm.texi: Regenerate.
26570         * hooks.h (hook_bool_mode_rtx_true): Declare.
26571         * hooks.c (hook_bool_mode_rtx_true): Define.
26572         * system.h (LEGITIMATE_CONSTANT_P): Poison.
26573         * calls.c (precompute_register_parameters): Replace uses of
26574         LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
26575         (emit_library_call_value_1): Likewise.
26576         * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
26577         (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
26578         * ira-costs.c (scan_one_insn): Likewise.
26579         * recog.c (general_operand, immediate_operand): Likewise.
26580         * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
26581         * reload1.c (init_eliminable_invariants): Likewise.
26583         * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
26584         mode argument.
26585         * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
26586         * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
26587         argument.
26588         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26589         * config/alpha/predicates.md (input_operand): Update call to
26590         alpha_legitimate_constant_p.
26592         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
26593         * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
26594         (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
26595         * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26596         (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
26597         (arm_legitimate_constant_p): New functions.
26598         (arm_cannot_force_const_mem): Make static.
26600         * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
26602         * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
26603         * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
26604         * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
26605         instead of bfin_legitimate_constant_p.
26606         (bfin_legitimate_constant_p): Make static.  Add a mode argument.
26607         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26609         * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
26611         * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
26613         * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
26614         * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
26615         * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26616         (frv_legitimate_constant_p): Make static.  Add a mode argument.
26618         * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
26619         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
26620         * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
26622         * config/i386/i386-protos.h (legitimate_constant_p): Delete.
26623         * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
26624         * config/i386/i386.c (legitimate_constant_p): Rename to...
26625         (ix86_legitimate_constant_p): ...this.  Make static.  Add a mode
26626         argument.
26627         (ix86_cannot_force_const_mem): Update accordingly.
26628         (ix86_legitimate_address_p): Likewise.
26629         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26630         * config/i386/i386.md: Update commentary.
26632         * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
26633         * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
26634         * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26635         (ia64_legitimate_constant_p): Make static.  Add a mode argument.
26637         * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
26639         * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
26640         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
26641         * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26642         (lm32_legitimate_constant_p): Make static.  Add a mode argument.
26644         * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
26645         * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
26646         * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
26648         * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
26649         * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26650         (m32r_legitimate_constant_p): New function.
26652         * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
26653         * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
26654         LEGITIMATE_CONSTANT_P.
26655         (LEGITIMATE_CONSTANT_P): Delete.
26656         * config/m68k/m68k.c (m68k_expand_prologue): Call
26657         m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
26658         (m68k_legitimate_constant_p): New function.
26659         * config/m68k/m68k.md: Update comments.
26661         * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
26662         * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26663         (mcore_legitimate_constant_p): New function.
26665         * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
26666         * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
26667         * config/mep/mep.c (mep_legitimate_constant_p): Make static.
26668         Add a mode argument.
26669         (mep_legitimate_address): Update accordingly.
26670         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26672         * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
26673         Delete.
26674         * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
26675         * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
26676         static.  Check OP's mode for VOIDmode.
26677         (microblaze_legitimate_constant_p): New function.
26678         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26680         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
26681         * config/mips/mips.c (mips_legitimate_constant_p): New function.
26682         (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
26683         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26684         * config/mips/predicates.md: Update comments.
26686         * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
26687         * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
26688         * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26689         (mmix_legitimate_constant_p): Make static, return a bool, and take
26690         a mode argument.
26691         (mmix_print_operand_address): Update accordingly.
26693         * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
26694         Delete.
26695         * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
26696         * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
26697         static.  Add a mode argument.
26698         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26700         * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
26702         * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
26703         * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26704         (pa_legitimate_constant_p): New function.
26706         * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
26708         * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
26709         * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26710         (pdp11_legitimate_constant_p): New function.
26712         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
26713         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26714         (rs6000_legitimate_constant_p): New function.
26716         * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
26717         (rx_legitimate_constant_p): ...this.
26718         * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
26719         * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
26720         (rx_legitimate_constant_p): ...this.
26721         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26722         * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
26724         * config/s390/s390-protos.h (legitimate_constant_p): Delete.
26725         * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
26726         * config/s390/s390.c (legitimate_constant_p): Rename to...
26727         (s390_legitimate_constant_p): ...this.  Make static, return a bool,
26728         and add a mode argument.
26729         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26731         * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
26733         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
26734         * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26735         (sh_legitimate_constant_p): New function.
26737         * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
26738         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
26739         * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26740         (legitimate_constant_p): Rename to...
26741         (sparc_legitimate_constant_p): ...this.  Make static.  Add a mode
26742         argument.
26743         (constant_address_p): Update accordingly.
26745         * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
26746         argument and return a bool.
26747         * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
26748         * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26749         (spu_legitimate_constant_p): Add a mode argument and return a bool.
26750         (spu_rtx_costs): Update accordingly.
26751         * config/spu/predicates.md (vec_imm_operand): Likewise.
26753         * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
26755         * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
26756         * config/v850/v850.c (v850_legitimate_constant_p): New function.
26757         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26759         * config/vax/vax-protos.h (legitimate_constant_p): Delete.
26760         * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
26761         * config/vax/vax.c (legitimate_constant_p): Likewise.
26763         * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
26764         * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26765         (xtensa_legitimate_constant_p): New function.
26767 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26769         * target.def (cannot_force_const_mem): Add a mode argument.
26770         * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
26771         * doc/tm.texi: Regenerate.
26772         * hooks.h (hook_bool_mode_rtx_false): Declare.
26773         * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
26774         (hook_bool_mode_const_rtx_true): Likewise.
26775         (hook_bool_mode_rtx_false): New function.
26776         * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
26777         to be non-VOID.  Update call to cannot_force_const_mem.
26778         (find_reloads): Update accordingly.
26779         * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
26780         * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
26781         argument.
26782         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
26783         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
26784         * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
26785         * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
26786         * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
26787         * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
26788         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
26789         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
26790         (m68k_cannot_force_const_mem): ...this new function.
26791         * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
26792         argument.
26793         (mips_const_insns, mips_legitimize_const_move): Update calls.
26794         (mips_secondary_reload_class): Likewise.
26795         * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
26796         (pa_cannot_force_const_mem): ...this new function.
26797         * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
26798         (rs6000_cannot_force_const_mem): ...this new function.
26799         * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
26800         argument.
26801         * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
26802         * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
26803         to...
26804         (xtensa_cannot_force_const_mem): ...this new function.
26806 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
26808         * config/mips/mips.c (mips16_build_function_stub): Call
26809         build_function_type_list instead of build_function_type.
26810         (mips16_build_call_stub): Likewise.
26812 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
26814         * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
26815         instead of build_function_type.
26817 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
26819         * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
26820         instead of build_function_type.
26822 2011-04-20  Uros Bizjak  <ubizjak@gmail.com>
26824         PR target/48678
26825         * config/i386/i386.md (insv): Change operand 0 constraint to
26826         "register_operand".  Change operand 1 and 2 constraint to
26827         "const_int_operand".  Expand to pinsr{b,w,d,q} * when appropriate.
26828         * config/i386/sse.md (sse4_1_pinsrb): Export.
26829         (sse2_pinsrw): Ditto.
26830         (sse4_1_pinsrd): Ditto.
26831         (sse4_1_pinsrq): Ditto.
26832         * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
26833         * config/i386/i386.c (ix86_expand_pinsr): New.
26835 2011-04-20  Easwaran Raman  <eraman@google.com>
26837         * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
26838         containing union type only with -fstrict-aliasing.
26840 2011-04-20  Jim Meyering  <meyering@redhat.com>
26842         Remove useless if-before-free tests.
26843         * calls.c (expand_call, save_area): Likewise.
26844         * cfgcleanup.c (try_forward_edges): Likewise.
26845         * collect2.c (collect_execute): Likewise.
26846         * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
26847         * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
26848         * coverage.c (coverage_checksum_string): Likewise.
26849         * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
26850         * cselib.c (cselib_init): Likewise.
26851         * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
26852         (df_set_clean_cfg): Likewise.
26853         * function.c (free_after_compilation): Likewise.
26854         * gcc.c (do_spec_1, main): Likewise.
26855         * gcov.c (create_file_names): Likewise.
26856         * gensupport.c (identify_predicable_attribute): Likewise.
26857         * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
26858         * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
26859         * haifa-sched.c (haifa_finish_h_i_d): Likewise.
26860         * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
26861         * ipa-pure-const.c (local_pure_const): Likewise.
26862         * ipa-reference.c (propagate): Likewise.
26863         * ira-costs.c (free_ira_costs): Likewise.
26864         * ira.c (free_register_move_costs, build_insn_chain): Likewise.
26865         * matrix-reorg.c (mat_free): Likewise.
26866         * prefix.c (get_key_value): Likewise.
26867         * profile.c (compute_value_histograms): Likewise.
26868         * reload1.c (free_reg_equiv): Likewise.
26869         * sched-deps.c (free_deps): Likewise.
26870         * sel-sched-ir.c (fence_clear): Likewise.
26871         * sese.c (set_rename, if_region_set_false_region): Likewise.
26872         * tree-data-ref.c (free_rdg): Likewise.
26873         * tree-eh.c (lower_try_finally): Likewise.
26874         * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
26875         * tree-ssa-live.c (delete_var_map): Likewise.
26876         * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
26877         * tree-ssa-pre.c (phi_trans_add): Likewise.
26879 2011-04-20  Jakub Jelinek  <jakub@redhat.com>
26881         PR tree-optimization/48611
26882         * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
26883         beyond ERT_MUST_NOT_THROW region.
26885 2011-04-20  Catherine Moore  <clm@codesourcery.com>
26887         * config/mips/mips.opt (mfix-24k): New.
26888         * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
26889         * config/mips/mips.md (length): Increase by 4 for stores if
26890         fixing 24K errata.
26891         * config/mips/mips.c (mips_reorg_process_insns): Do not allow
26892         all noreorder if fixing 24K errata.
26893         * doc/invoke.texi: Document mfix-24k.
26895 2011-04-20  Chung-Lin Tang  <cltang@codesourcery.com>
26897         * config/arm/arm.c (arm_legitimize_reload_address): For NEON
26898         quad-word modes, reduce to 9-bit index range when above 1016 limit.
26900 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
26902         * config/arm/arm.c (arm_gen_constant): Move movw support ....
26903         (const_ok_for_op): ... to here.
26905 2011-04-20  Kai Tietz  <ktietz@redhat.com>
26907         * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
26908         and (X && !Y) | (!X && Y) optimization to (X ^ Y).
26910 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
26912         * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
26914 2011-04-20  Richard Guenther  <rguenther@suse.de>
26916         PR tree-optimization/47892
26917         * tree-if-conv.c (if_convertible_stmt_p): Const builtins
26918         are if-convertible.
26920 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
26922         * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
26924 2011-04-20  Tristan Gingold  <gingold@adacore.com>
26926         * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
26928 2011-04-20  Georg-Johann Lay  <avr@gjlay.de>
26930         PR target/18145
26932         * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
26933         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
26934         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
26935         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
26936         (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
26938         * config/avr/avr-protos.h (avr_asm_output_aligned_common):
26939         New prototype.
26941         * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
26942         (avr_asm_named_section, avr_asm_output_aligned_common,
26943         avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
26944         New functions to update...
26945         (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
26946         (avr_asm_init_sections): Overwrite section callbacks for
26947         data_section, bss_section.
26948         (avr_file_start): Move output of __do_copy_data, __do_clear_bss
26949         from here to...
26950         (avr_file_end): ...here.
26952 2011-04-20  Richard Guenther  <rguenther@suse.de>
26954         PR middle-end/48695
26955         * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
26956         objects and types here.  Adjust for their offset before comparing.
26958 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
26960         * tree-vect-stmts.c (vectorizable_store): Only chain one related
26961         statement per copy.
26963 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
26965         * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
26966         (GIMPLE_H): Include $(INTERNAL_FN_H).
26967         (OBJS-common): Add internal-fn.o.
26968         (internal-fn.o): New rule.
26969         * internal-fn.def: New file.
26970         * internal-fn.h: Likewise.
26971         * internal-fn.c: Likewise.
26972         * gimple.h: Include internal-fn.h.
26973         (GF_CALL_INTERNAL): New gf_mask.
26974         (gimple_statement_call): Put fntype into a union with a new
26975         internal_fn field.
26976         (gimple_build_call_internal): Declare.
26977         (gimple_build_call_internal_vec): Likewise.
26978         (gimple_call_same_target_p): Likewise.
26979         (gimple_call_internal_p): New function.
26980         (gimple_call_internal_fn): Likewise.
26981         (gimple_call_fntype): Return null for internal calls.
26982         (gimple_call_set_fntype): Assert that the function is not internal.
26983         (gimple_call_set_fn): Likewise.
26984         (gimple_call_set_fndecl): Likewise.
26985         (gimple_call_set_internal_fn): New function.
26986         (gimple_call_addr_fndecl): Handle null functions.
26987         (gimple_call_return_type): Likewise null types.
26988         * gimple.c (gimple_build_call_internal_1): New function.
26989         (gimple_build_call_internal): Likewise.
26990         (gimple_build_call_internal_vec): Likewise.
26991         (gimple_call_same_target_p): Likewise.
26992         (gimple_call_flags): Handle calls to internal functions.
26993         (gimple_call_fnspec): New function.
26994         (gimple_call_arg_flags, gimple_call_return_flags): Use it.
26995         (gimple_has_side_effects): Handle null functions.
26996         (gimple_rhs_has_side_effects): Likewise.
26997         (gimple_call_copy_skip_args): Handle calls to internal functions.
26998         * cfgexpand.c (expand_call_stmt): Likewise.
26999         * expr.c (expand_expr_real_1): Assert that the call isn't internal.
27000         * gimple-fold.c (gimple_fold_call): Handle null functions.
27001         (gimple_fold_stmt_to_constant_1): Don't fold
27002         calls to internal functions.
27003         * gimple-low.c (gimple_check_call_args): Handle calls to internal
27004         functions.
27005         * gimple-pretty-print.c (dump_gimple_call): Likewise.
27006         * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
27007         * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
27008         (do_warn_unused_result): Likewise.
27009         * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
27010         * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
27011         * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
27012         the target of a call.
27013         (initialize_hash_element): Update accordingly.
27014         (hashable_expr_equal_p): Use gimple_call_same_target_p.
27015         (iterative_hash_hashable_expr): Handle calls to internal functions.
27016         (print_expr_hash_elt): Likewise.
27017         * tree-ssa-pre.c (can_value_number_call): Likewise.
27018         (eliminate): Handle null functions.
27019         * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
27020         * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
27021         (find_func_aliases): Likewise.
27022         * value-prof.c (gimple_ic_transform): Likewise.
27023         (gimple_indirect_call_to_profile): Likewise.
27024         * lto-streamer-in.c (input_gimple_stmt): Likewise.
27025         * lto-streamer-out.c (output_gimple_stmt): Likewise.
27027 2011-04-19  Jan Hubicka  <jh@suse.cz>
27029         * ipa-inline-transform.c (save_inline_function_body): Add comments.
27030         * ipa-inline.c (inline_small_functions): Compute summaries first,
27031         populate heap later.
27033 2011-04-19  Jan Hubicka  <jh@suse.cz>
27035         * cgraph.h (save_inline_function_body): Remove.
27036         * ipa-inline-transform.c: New file, broke out of...
27037         * ipa-inline.c: ... this one; Update toplevel comment.
27038         (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
27039         make global.
27040         (update_noncloned_frequencies): Move to ipa-inline-transform.c
27041         (cgraph_mark_inline_edge): Rename to inline_call; move to
27042         ipa-inline-transform.c.
27043         (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
27044         move to ipa-inline-transform.c
27045         (recursive_inlining, inline_small_functions, flatten_function,
27046         ipa_inline, inline_always_inline_functions,
27047         early_inline_small_functions): Update.
27048         (inline_transform): Move to ipa-inline-transform.c.
27049         * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
27050         Declare.
27051         * Makefile.in (ipa-inline-transform.o): New file.
27052         * cgraphunit.c (save_inline_function_body): Move to
27053         ipa-inline-transform.c
27055 2011-04-19  DJ Delorie  <dj@redhat.com>
27057         * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
27058         registers if we already know there aren't any.
27059         (m32c_emit_epilogue): Don't emit a barrier here.
27060         (m32c_emit_eh_epilogue): Likewise.
27061         * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
27062         operands at expand time.
27063         * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
27064         int" wchar type.
27065         (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
27066         duplicates.  Provide aliases instead.
27067         * config/m32c/prologue.md (eh_return): Emit a barrier here.
27068         (eh_epilogue): Add a "(return)" here as a hint to other parts of
27069         the compiler.
27071 2011-04-19  Anatoly Sokolov  <aesok@post.ru>
27073         * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
27074         * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
27075         (general_or_i64_p, sparc_register_move_cost): New function.
27077 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27079         * doc/install.texi (Configuration, --enable-threads): Remove mach.
27080         Add lynx, mipssde.  Sort table.
27082 2011-04-19  Xinliang David Li  <davidxl@google.com>
27084         * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
27085         not negative.
27087 2011-04-19  Jakub Jelinek  <jakub@redhat.com>
27089         PR target/48678
27090         * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
27091         is a SUBREG with non-MODE_INT mode inside of it.
27093 2011-04-19  Martin Jambor  <mjambor@suse.cz>
27095         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
27096         also according to actual contants.
27097         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
27098         (gimple_fold_call): Use it.
27099         * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
27101 2011-04-19  Martin Jambor  <mjambor@suse.cz>
27103         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
27104         non-pointer assignments.
27106 2011-04-19  Martin Jambor  <mjambor@suse.cz>
27108         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
27109         account anc_offset and otr_type from the indirect edge info.
27110         * ipa-prop.c (get_ancestor_addr_info): New function.
27111         (compute_complex_ancestor_jump_func): Assignment analysis moved to
27112         get_ancestor_addr_info, call it.
27113         (ipa_note_param_call): Do not initialize information about polymorphic
27114         calls, return the indirect call graph edge.  Remove the last
27115         parameter, adjust all callers.
27116         (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
27117         parameters.  Initialize polymorphic information in the indirect edge.
27119 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
27121         PR lto/48148
27122         * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
27123         the types if they have different enumeration identifiers.
27125 2011-04-19  Jan Hubicka  <jh@suse.cz>
27127         * cgraph.h (cgraph_optimize_for_size_p): Declare.
27128         * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
27129         * predict.c (cgraph_optimize_for_size_p): Break out from ...
27130         (optimize_function_for_size_p) ... here.
27132 2011-04-19  Richard Guenther  <rguenther@suse.de>
27134         PR lto/48207
27135         * tree.c (free_lang_data): Do not reset the decl-assembler-name
27136         langhook.
27138 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
27140         * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
27141         if DECL_NO_INLINE_WARNING_P is set on the function.
27143 2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
27145         PR fortran/47976
27146         * reload1.c (inc_for_reload): Return void. All callers changed.
27147         (emit_input_reload_insns): Don't try to delete previous output
27148         reloads to a register, or record spill_reg_store for autoincs.
27150 2011-04-19  Basile Starynkevitch  <basile@starynkevitch.net>
27152         * gengtype.h: Updated copyright year.
27153         (struct input_file_st): Add inpisplugin field.
27154         (type_fileloc): New function.
27155         * gengtype.c
27156         (write_typed_struct_alloc_def): Add gcc_assert.
27157         (write_typed_alloc_defns): Ditto. Don't output for plugin files.
27158         (write_typed_alloc_defns): Don't output for plugin files.
27159         (input_file_by_name): Clear inpisplugin field.
27160         (main): Set inpisplugin field for plugin files.
27162 2011-04-19  Nicola Pero  <nicola.pero@meta-innovation.com>
27164         * gengtype-state.c (string_eq): New.
27165         (read_state): Use string_eq instead of strcmp when creating the
27166         state_ident_tab.
27168 2011-04-19  Wei Guozhi  <carrot@google.com>
27170         PR target/47855
27171         * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
27172         * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
27173         linkage.
27174         * config/arm/constraints.md (Uu): New constraint.
27175         * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
27177 2011-04-19  Tristan Gingold  <gingold@adacore.com>
27179         * config.gcc (-*-*-*vms): Added.
27180         (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
27181         definitions moved.
27182         * config/vms/vms-ld.c: New file.
27183         * config/vms/vms-ar.c: New file.
27184         * config/vms/t-vmsnative: New file.
27186 2011-04-18  Xinliang David Li  <davidxl@google.com>
27188         * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
27190 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
27192         PR middle-end/48661
27193         * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
27194         if TREE_TYPE (v) is non-NULL.
27196         * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
27197         gimple_get_virt_mehtod_for_binfo.
27198         * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
27199         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
27200         callers.
27201         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
27203 2011-04-18  Michael Matz  <matz@suse.de>
27204             Steve Ellcey  <sje@cup.hp.com>
27206         * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
27207         use its mode as source mode if it isn't VOIDmode.
27209 2011-04-18  Dennis, CHENG Renquan  <crquan@fedoraproject.org>
27211         * doc/passes.texi: Fill crossref nodes.
27213 2011-04-18  Jim Meyering  <meyering@redhat.com>
27215         Fix doubled-word typos in comments and strings
27216         * config/alpha/vms-unwind.h: s/for for/for/
27217         * config/arm/unwind-arm.h: Likewise.
27218         * config/microblaze/microblaze.c: Likewise.
27219         * config/sh/constraints.md: s/in in/in/
27220         * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
27222 2011-04-18  Uros Bizjak  <ubizjak@gmail.com>
27224         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
27225         (AVX_FLOAT_MODE_P): Ditto.
27226         (AVX128_VEC_FLOAT_MODE_P): Ditto.
27227         (AVX256_VEC_FLOAT_MODE_P): Ditto.
27228         (AVX_VEC_FLOAT_MODE_P): Ditto.
27229         * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
27230         (UNSPEC_MASKSTORE): Ditto.
27231         * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
27232         Merge from <sse>_movmsk<ssemodesuffix> and
27233         avx_movmsk<ssemodesuffix>256.  Use VF mode iterator.
27234         (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64.  Use P mode
27235         iterator.
27236         (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
27237         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
27238         (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
27240 2011-04-18  Jan Hubicka  <jh@suse.cz>
27242         * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
27244         * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
27245         (want_inline_function_called_once_p): Break out the logic from
27246         ipa_inline.
27247         (edge_badness): Ensure that profile is not misupdated.
27248         (lookup_recursive_calls): Prioritize by call frequencies.
27249         (inline_small_functions): Move program size estimates here;
27250         actually process whole queue even when unit growth has been
27251         met. (to properly compute inline_failed reasons and for the
27252         case unit size decrease.) Revisit comments on recursive inlining.
27253         (ipa_inline): Remove unit summary code; first inline hot calls
27254         of functions called once, cold calls next.
27255         (order, nnodes): Remove unused variables.
27256         * Makefile.in (ipa-inline.o): No longer depent on ggc files.
27257         (GTFILES): Remove ipa-inline.c
27258         * sel-sched.c (fill_insns): Silence uninitialized var warning.
27260 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
27262         * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
27264 2011-04-18  Jie Zhang  <jie@codesourcery.com>
27265             Richard Earnshaw  <rearnsha@arm.com>
27267         * arm.c (neon_builtin_type_bits): Remove.
27268         (typedef enum neon_builtin_mode): New.
27269         (T_MAX): Don't define.
27270         (typedef enum neon_builtin_datum): Remove bits, codes[],
27271         num_vars and base_fcode.  Add mode, code and fcode.
27272         (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
27273         VAR10): Change accordingly.
27274         (neon_builtin_data[]): Change accordingly
27275         (arm_init_neon_builtins): Change accordingly.
27276         (neon_builtin_compare): Remove.
27277         (locate_neon_builtin_icode): Remove.
27278         (arm_expand_neon_builtin): Change accordingly.
27280         * arm.h (enum arm_builtins): Move to ...
27281         * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
27283         * arm.c (arm_builtin_decl): Declare.
27284         (TARGET_BUILTIN_DECL): Define.
27285         (enum arm_builtins): Correct ARM_BUILTIN_MAX.
27286         (arm_builtin_decls[]): New.
27287         (arm_init_neon_builtins): Store builtin declarations in
27288         arm_builtin_decls[].
27289         (arm_init_tls_builtins): Likewise.
27290         (arm_init_iwmmxt_builtins): Likewise.  Refactor initialization code.
27291         (arm_builtin_decl): New.
27293 2011-04-18  Richard Guenther  <rguenther@suse.de>
27295         * tree.c (upper_bound_in_type): Build properly canonicalized
27296         INTEGER_CSTs.
27297         (lower_bound_in_type): Likewise.
27299 2011-04-18  Richard Guenther  <rguenther@suse.de>
27301         * gimple.h (gimple_call_addr_fndecl): New function.
27302         (gimple_call_fndecl): Use it.
27303         * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
27304         for direct calls.
27305         * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
27306         * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
27308 2011-04-18  Richard Guenther  <rguenther@suse.de>
27310         PR middle-end/48650
27311         * tree.c (build_string): STRING_CST is now derived from tree_typed.
27313 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
27315         PR lto/48492
27316         * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
27317         DECL_IN_CONSTANT_POOL without RTL.
27319 2011-04-18  Ulrich Weigand  <ulrich.weigand@linaro.org>
27320             Ira Rosen  <ira.rosen@linaro.org>
27322         PR target/48252
27323         * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
27324         to match neon_vzip/vuzp/vtrn_internal.
27325         * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
27326         outputs explicitly dependent on both inputs.
27327         (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
27329 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
27331         PR tree-optimization/48616
27332         * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
27333         whether the shift is by scalar or vector based on whether all SLP
27334         scalar stmts have the same rhs.
27336 2011-04-17  Chung-Lin Tang  <cltang@codesourcery.com>
27338         * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
27339         memory operands.
27341 2011-04-17  Richard Sandiford  <rdsandiford@googlemail.com>
27343         PR target/43700
27344         * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
27345         registers.
27347 2011-04-17  Jan Hubicka  <jh@suse.cz>
27349         * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
27350         * cgrpahunit.c (cgraph_finalize_function): Do not set
27351         finalized_by_frontend.
27352         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
27353         finalized_by_frontend.
27355 2011-04-17  Jan Hubicka  <jh@suse.cz>
27357         * cgraph.c (cgraph_clone_node): Do not handle vtable_method
27358         * cgraph.h (struct cgraph_local_info): Drop vtable_method.
27359         * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
27360         * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
27361         method.
27362         * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
27363         gimple-fold.c
27364         * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
27366 2011-04-17  Eric Botcazou  <ebotcazou@adacore.com>
27368         PR lto/48538
27369         * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
27370         is non-null before accessing it.
27371         (input_cgraph): Remove trailing spaces.
27373 2011-04-17  Revital Eres  <revital.eres@linaro.org>
27375         * params.def (sms-min-sc): New param flag.
27376         * modulo-sched.c (sms_schedule): Use it.
27377         * doc/invoke.texi (sms-min-sc): Document it.
27379 2011-04-17  Jan Hubicka  <jh@suse.cz>
27381         * lto-symtab.c (lto_cgraph_replace_node): When call statement is
27382         present, also set gimple_call_set_cannot_inline.
27383         * ipa-inline.c: Update toplevel comment.
27384         (MAX_TIME): Remove.
27385         (cgraph_clone_inlined_nodes): Fix linebreaks.
27386         (cgraph_check_inline_limits): Restructure to ...
27387         (caller_growth_limits): ... this one; be more tolerant
27388         on growth in nested inline chains; add explanatory comment;
27389         fix stack accounting thinko introduced by previous patch.
27390         (cgraph_default_inline_p): Remove.
27391         (report_inline_failed_reason): New function.
27392         (can_inline_edge_p): New function.
27393         (can_early_inline_edge_p): New function.
27394         (leaf_node_p): Move upwards in file.
27395         (want_early_inline_function_p): New function.
27396         (want_inline_small_function_p): New function.
27397         (want_inline_self_recursive_call_p): New function.
27398         (cgraph_edge_badness): Rename to ...
27399         (edge_badness) ... this one; fix linebreaks.
27400         (update_edge_key): Update call of edge_baddness; add
27401         detailed dump about queue updates.
27402         (update_caller_keys): Use can_inline_edge_p and
27403         want_inline_small_function_p.
27404         (cgraph_decide_recursive_inlining): Rename to...
27405         (recursive_inlining): Use can_inline_edge_p and
27406         want_inline_self_recursive_call_p; simplify and remove no longer
27407         valid FIXME.
27408         (cgraph_set_inline_failed): Remove.
27409         (add_new_edges_to_heap): Use can_inline_edge_p and
27410         want_inline_small_function_p.
27411         (cgraph_decide_inlining_of_small_functions): Rename to ...
27412         (inline_small_functions): ... this one; cleanup; use
27413         can/want predicates; cleanup debug ouput; work edges till fibheap
27414         is exhausted and do not stop once unit growth is reached; remove
27415         later loop processing remaining edges.
27416         (cgraph_flatten): Rename to ...
27417         (flatten_function): ... this one; use can_inline_edge_p
27418         and can_early_inline_edge_p predicates.
27419         (cgraph_decide_inlining): Rename to ...
27420         (ipa_inline): ... this one; remove unreachable nodes before
27421         inlining functions called once; simplify the pass.
27422         (cgraph_perform_always_inlining): Rename to ...
27423         (inline_always_inline_functions): ... this one; use
27424         DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
27425         (cgraph_decide_inlining_incrementally): Rename to ...
27426         (early_inline_small_functions): ... this one; simplify
27427         using new predicates; cleanup; make dumps prettier.
27428         (cgraph_early_inlining): Rename to ...
27429         (early_inliner): newer inline regular functions into always-inlines;
27430         fix updating of call stmt summaries.
27431         (pass_early_inline): Update for new names.
27432         (inline_transform): Fix formating.
27433         (gate_cgraph_decide_inlining): Rename to ...
27434         (pass_ipa_inline): ... this one.
27435         * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
27436         * ipa-inline-analysis.c (dump_inline_summary): Update.
27437         (compute_inline_parameters): Do not compute disregard_inline_limits;
27438         look for mismatching arguments.
27439         (estimate_growth): Fix handlig of non-trivial self recursion.
27440         (inline_read_summary): Do not read info->disregard_inline_limits.
27441         (inline_write_summary): Do not write info->disregard_inline_limits.
27442         * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
27443         and move all checks into can_inline_edge_p predicate; re-enable code
27444         comparing optimization levels.
27445         (expand_call_inline): Do not test inline_forbidden_into_p.
27446         * Makefile.in (ipa-inline.o): Update arguments.
27448 2011-04-17  Revital Eres  <revital.eres@linaro.org>
27450         * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
27452 2011-04-17  Revital Eres  <revital.eres@linaro.org>
27454         * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
27456 2011-04-17  Michael Matz  <matz@suse.de>
27458         PR tree-optimization/48622
27459         PR lto/48645
27460         * ipa-inline-analysis.c (inline_read_summary): Read size/time
27461         in same order as they're written.
27463 2011-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27465         * config/pa/predicates.md: Reorganize and simplify predicates.
27466         Eliminate duplicate code checks.
27467         (arith_operand): Rename to arith14_operand
27468         (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
27469         * config/pa/pa.md: Use renamed operands.
27470         * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
27471         (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
27472         arith11_operand, adddi3_operand, indexed_memory_operand,
27473         symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
27474         arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
27475         borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
27476         move_dest_operand, move_src_operand, prefetch_cc_operand,
27477         prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
27478         uint32_operand, reg_before_reload_operand, reg_or_0_operand,
27479         reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
27480         div_operand, int5_operand, movb_comparison_operator,
27481         ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
27482         arith_double_operand, ireg_operand, lhs_lshift_operand,
27483         pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
27484         integer_store_memory_operand): Likewise.
27485         * config/pa/pa.c (adddi3_operand): Move to predicates.md.
27486         (integer_store_memory_operand, read_only_operand,
27487         function_label_operand, borx_reg_operand,
27488         non_hard_reg_operand): Likewise.
27489         (eq_neq_comparison_operator): Delete unused operator.
27490         (legitimize_pic_address): Use VOIDmode for mode argument in calls to
27491         function_label_operand.
27492         (emit_move_sequence): Likewise.
27494 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
27496         * config/i386/sse.md (sseunpackmode): New mode attribute.
27497         (ssepackmode): Ditto.
27498         (vec_pack_trunc_<mode>): Macroize expander from
27499         vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
27500         (vec_unpacks_lo_<mode>): Macroize expander from
27501         vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27502         (vec_unpacks_hi_<mode>): Macroize expander from
27503         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27504         (vec_unpacku_lo_<mode>): Macroize expander from
27505         vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27506         (vec_unpacku_hi_<mode>): Macroize expander from
27507         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27508         * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
27509         ix86_expand_sse4_unpack.
27510         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
27512 2011-04-16  Jan Hubicka  <jh@suse.cz>
27514         * cgraphbuild.c: Include ipa-inline.h.
27515         (reset_inline_failed): Use initialize_inline_failed.
27516         * cgraph.c: Include ipa-inline.h.
27517         (cgraph_create_node_1): Do not initialize estimated_growth.
27518         (initialize_inline_failed): More to ipa-inline-analysis.c
27519         (dump_cgraph_node): Do not dump inline flags.
27520         * cgraph.h (cgraph_local_info): Remove inlineable, versionable
27521         and disregard_inline_limits flags.
27522         (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
27523         time, size, estimated_growth.
27524         * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
27525         Update.
27526         * cgraphunit.c (cgraph_decide_is_function_needed): Use
27527         DECL_DISREGARD_INLINE_LIMITS.
27528         (cgraph_analyze_function): Do not initialize
27529         node->local.disregard_inline_limits.
27530         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
27531         inlinable, versionable and disregard_inline_limits.
27532         * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
27533         cgraph_check_inline_limits, cgraph_default_inline_p,
27534         cgraph_edge_badness, update_caller_keys, update_callee_keys,
27535         add_new_edges_to_heap): Update.
27536         (cgraph_decide_inlining_of_small_function): Update; set
27537         CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
27538         (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
27539         cgraph_decide_inlining_incrementally): Update.
27540         * ipa-inline.h (inline_summary): Add inlinable, versionable,
27541         disregard_inline_limits, estimated_stack_size, stack_frame_offset,
27542         time, size and estimated_growth parameters.
27543         (estimate_edge_growth): Update.
27544         (initialize_inline_failed): Declare.
27545         * ipa-split.c: Include ipa-inline.h
27546         (execute_split_functions): Update.
27547         * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
27548         (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
27549         (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
27550         * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
27551         estimated_growth to INT_MIN.
27552         (inline_node_duplication_hook): Likewise.
27553         (dump_inline_summary): Dump new fields.
27554         (compute_inline_parameters): Update.
27555         (estimate_edge_time, estimate_time_after_inlining,
27556         estimate_size_after_inlining, estimate_growth, inline_read_summary,
27557         inline_write_summary):
27558         (initialize_inline_failed): Move here from cgraph.c.
27559         * tree-sra.c: Include ipa-inline.h.
27560         (ipa_sra_preliminary_function_checks): Update.
27561         * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
27562         ipa-inline.h.
27564 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
27566         * config/i386/sse.md (V16): New mode iterator.
27567         (VI1, VI8): Ditto.
27568         (AVXMODEQI, AVXMODEDI): Remove.
27569         (sse2, sse3): New mode attribute.
27570         (mov<mode>): Use V16 mode iterator.
27571         (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
27572         (push<mode>1): Use V16 mode iterator.
27573         (movmisalign<mode>): Ditto.
27574         (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
27575         <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
27576         (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
27577         *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
27578         (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
27579         avx_movdqu<avxmodesuffix>.
27580         (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
27581         *avx_movdqu<avxmodesuffix>.
27582         (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
27583         avx_lddqu<avxmodesuffix>.
27584         (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
27585         (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
27586         avx_movnt<AVXMODEDI:mode>.
27587         * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
27588         renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
27590 2011-04-16  Bernd Schmidt  <bernds@codesourcery.com>
27592         PR target/48629
27593         * haifa-sched.c (prune_ready_list, schedule_block): Use
27594         sched_pressure_p rather than flag_sched_pressure.
27596 2011-04-15  Pat Haugen  <pthaugen@us.ibm.com>
27598         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
27599         cgraph_get_node instead of cgraph_get_create_node.
27601 2011-04-15  Jakub Jelinek  <jakub@redhat.com>
27603         * cfgexpand.c (expand_debug_expr): Use
27604         simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
27606 2011-04-15  Michael Matz  <matz@suse.de>
27608         * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
27609         * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
27610         * function.c (gimplify_parameters): Ditto.
27611         * gimplify.c (gimplify_vla_decl): Ditto.
27613         * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
27614         (gimple_call_set_alloca_for_var): New inline function.
27615         (gimple_call_alloca_for_var_p): Ditto.
27616         * gimple.c (gimple_build_call_from_tree): Remember
27617         CALL_ALLOCA_FOR_VAR_P state.
27618         * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
27620         * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
27621         calls if they were for VLA objects.
27623 2011-04-15  Martin Jambor  <mjambor@suse.cz>
27625         * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
27626         of ADR_EXPRs.
27628 2011-04-15  Martin Jambor  <mjambor@suse.cz>
27630         PR middle-end/48601
27631         * tree-emutls.c (lower_emutls_function_body): Call
27632         cgraph_get_create_node instead of cgraph_get_node.  Do not assert the
27633         result is non-NULL.
27635 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
27637         * c-decl.c (detect_field_duplicates): Call
27638         objc_detect_field_duplicates instead of objc_get_interface_ivars.
27640 2011-04-15  Nathan Froyd  <froydnj@codesourcery.com>
27642         * gimple.h (gimple_asm_clobbers_memory_p): Declare.
27643         * gimple.c (gimple_asm_clobbers_memory_p): Define.
27644         * ipa-pure-const.c (check_stmt): Call it.
27645         * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
27647 2011-04-15  Richard Guenther  <rguenther@suse.de>
27649         PR tree-optimization/48290
27650         * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
27651         Properly decide inhibiting propagation based on the valueized
27652         operand.  Do loop-closed SSA form preserving here ...
27653         (init_copy_prop): ... not here.
27655 2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>
27657         PR target/48612
27658         * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
27659         (*ieee_smax<mode>3): Likewise.
27661 2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27663         * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
27664         Replace match_operand with match_dup for the third operand in
27665         these expanders.
27667 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
27669         * combine.c (subst, combine_simlify_rtx): Add new argument, use it
27670         to track processing of conditionals.  Update all callers.
27671         (try_combine, simplify_if_then_else): Update.
27673 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
27675         * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
27676         -fsched-pressure.
27678 2011-04-15  Georg-Johann Lay  <avr@gjlay.de>
27680         * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
27681         instead of match_operand for operand 3.
27683 2011-04-15  Richard Sandiford  <richard.sandiford@linaro.org>
27685         * recog.h (insn_operand_data): Add an "allows_mem" field.
27686         * genoutput.c (output_operand_data): Initialize it.
27687         * optabs.c (maybe_legitimize_operand_same_code): New function.
27688         (maybe_legitimize_operand): Use it when matching the original
27689         op->value.
27691 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
27693         * gimplify.c: Fix issues in comments throughout.
27694         (voidify_wrapper_expr): Fix long line.
27695         (build_stack_save_restore): Likewise.
27696         (gimplify_loop_expr): Likewise.
27697         (gimplify_compound_lval): Likewise.
27698         (gimplify_init_ctor_eval): Likewise.
27699         (gimplify_modify_expr_rhs): Likewise.
27700         (omp_notice_threadprivate_variable): Likewise.
27702 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
27704         * cfgexpand.c (expand_call_stmt): Convert the function type to the
27705         original one if this is not a builtin function.
27707 2011-04-14  Jakub Jelinek  <jakub@redhat.com>
27709         PR target/48605
27710         * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
27711         offset it as needed based on top 2 bits in operands[3], change
27712         MEM mode to SFmode and mask those 2 bits away from operands[3].
27714 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
27716         * c-parser.c (c_parser_objc_protocol_definition): Updated for
27717         change from objc_declare_protocols() to objc_declare_protocol().
27719 2011-04-14  Uros Bizjak  <ubizjak@gmail.com>
27721         * config/i386/sse.md (sse4_1): New mode attribute.
27722         (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
27723         avx_blend<ssemodesuffix><avxmodesuffix> and
27724         sse4_1_blend<ssemodesuffix> using VF mode iterator.
27725         (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
27726         avx_blendv<ssemodesuffix><avxmodesuffix> and
27727         sse4_1_blendv<ssemodesuffix> using VF mode iterator.
27728         (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
27729         avx_dp<ssemodesuffix><avxmodesuffix> and
27730         sse4_1_dp<ssemodesuffix> using VF mode iterator.
27731         (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
27732         (sse4_1_packusdw): Merge with *avx_packusdw.
27733         (sse4_1_pblendvb): Merge with *avx_pblendvb.
27734         (sse4_1_pblendw): Merge with *avx_pblendw.
27735         (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
27736         (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
27737         avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
27738         VF mode iterator.
27739         (sse4_1_round<ssescalarmodesuffix>): Merge with
27740         *avx_round<ssescalarmodesuffix>.
27741         (aesenc): Merge with *avx_aesenc.
27742         (aesenclast): Merge with *avx_aesenclast.
27743         (aesdec): Merge with *avx_aesdec.
27744         (aesdeclast): Merge with *avx_aesdeclast.
27745         (pclmulqdq): Merge with *pclmulqdq.
27746         * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
27747         New predicate.
27748         (nonimm_not_xmm0_operand_maybe_avx): Ditto.
27750 2011-04-14  H.J. Lu  <hongjiu.lu@intel.com>
27752         PR middle-end/48608
27753         * cfgexpand.c (get_decl_align_unit): Renamed to ...
27754         (align_local_variable): This.  Update DECL_ALIGN.
27755         (add_stack_var): Updated.
27756         (expand_one_stack_var): Likewise.
27758 2011-04-14  Richard Guenther  <rguenther@suse.de>
27760         * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
27761         Remove.
27762         (dse_initialize_block_local_data, dse_leave_block,
27763         record_voperand_set, get_stmt_uid): Likewise.
27764         (dse_possible_dead_store_p): Allow any kind of killing stmt.
27765         (dse_optimize_stmt): Remove voperand set handling code.
27766         Simplify and improve to handle any kind of killing stmt.
27767         (dse_record_phi): Remove.
27768         (dse_enter_block): Simplify.
27769         (tree_ssa_dse): Likewise.
27770         * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
27772 2011-04-14  Jan Hubicka  <jh@suse.cz>
27774         * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
27775         * cgraph.h (struct inline_summary): Move to ipa-inline.h
27776         (cgraph_local_info): Remove inline_summary.
27777         * ipa-cp.c: Include ipa-inline.h.
27778         (ipcp_cloning_candidate_p, ipcp_estimate_growth,
27779         ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
27780         accesor.
27781         * lto-cgraph.c (lto_output_node): Do not stream inline summary.
27782         (input_overwrite_node): Do not set inline summary.
27783         (input_node): Do not stream inline summary.
27784         * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
27785         (cgraph_decide_inlining_incrementally): Do not try to estimate overall
27786         growth; we do not have inline parameters computed for that anyway.
27787         (cgraph_early_inlining): After inlining compute call_stmt_sizes.
27788         * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
27789         (inline_summary_t): New type and VECtor.
27790         (debug_inline_summary, dump_inline_summaries): Declare.
27791         (inline_summary): Use VOCtor.
27792         (estimate_edge_growth): Kill hack computing call stmt size directly.
27793         * lto-section-in.c (lto_section_name): Add inline section.
27794         * ipa-inline-analysis.c: Include lto-streamer.h
27795         (node_removal_hook_holder, node_duplication_hook_holder): New holders
27796         (inline_node_removal_hook, inline_node_duplication_hook): New functions.
27797         (inline_summary_vec): Define.
27798         (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
27799         dump_inline_summaries): New functions.
27800         (estimate_function_body_sizes): Properly compute size/time of outgoing
27801         calls.
27802         (compute_inline_parameters): Alloc inline_summary; do not compute
27803         size/time of incomming calls.
27804         (estimate_edge_time): Avoid missing time summary hack.
27805         (inline_read_summary): Read inline summary info.
27806         (inline_write_summary): Write inline summary info.
27807         (inline_free_summary): Free all hooks and inline summary vector.
27808         * lto-streamer.h: Add LTO_section_inline_summary section.
27809         * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
27810         * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
27812 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27814         * tree-vectorizer.h (vect_strided_store_supported): Add a
27815         HOST_WIDE_INT argument.
27816         (vect_strided_load_supported): Likewise.
27817         (vect_permute_store_chain): Return void.
27818         (vect_transform_strided_load): Likewise.
27819         (vect_permute_load_chain): Delete.
27820         * tree-vect-data-refs.c (vect_strided_store_supported): Take a
27821         count argument.  Check that the count is a power of two.
27822         (vect_strided_load_supported): Likewise.
27823         (vect_permute_store_chain): Return void.  Update after above changes.
27824         Assert that the access is supported.
27825         (vect_permute_load_chain): Likewise.
27826         (vect_transform_strided_load): Return void.
27827         * tree-vect-stmts.c (vectorizable_store): Update calls after
27828         above interface changes.
27829         (vectorizable_load): Likewise.
27830         (vect_analyze_stmt): Don't check for strided powers of two here.
27832 2011-04-14  Richard Guenther  <rguenther@suse.de>
27834         PR tree-optimization/48590
27835         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
27836         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
27837         (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
27838         BUILT_IN_STACK_SAVE.
27839         * tree-ssa-dce.c (propagate_necessity): Handle
27840         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
27842 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
27844         * c-parser.c (c_parser_objc_class_declaration): Updated call to
27845         objc_declare_class.
27847 2011-04-14  Richard Guenther  <rguenther@suse.de>
27849         * tree.h (get_object_alignment_1): Declare.
27850         * builtins.c (get_object_alignment_1): Split out worker from ...
27851         (get_object_alignment): ... here.
27852         * fold-const.c (get_pointer_modulus_and_residue): Use
27853         get_object_alignment_1.
27855 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27857         * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
27858         type parameter.
27859         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
27860         parameter.  Generalise code to handle arrays as well as vectors.
27861         (vect_setup_realignment): Update accordingly.
27862         * tree-vect-stmts.c (vectorizable_store): Likewise.
27863         (vectorizable_load): Likewise.
27865 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27867         * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
27868         within the per-copy loop.
27870 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27872         * tree-vect-stmts.c (vectorizable_load): Print the number of copies
27873         in the dump file.
27875 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27877         * doc/options.texi (Negative): Explicitly mention that the
27878         Negative chain must be circular.
27880 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
27882         * function.h (block_chainon): Declare.
27883         * function.c (block_chainon): Define.
27885 2011-04-14  Anatoly Sokolov  <aesok@post.ru>
27886             Eric Weddington  <eric.weddington@atmel.com>
27887             Georg-Johann Lay  <avr@gjlay.de>
27889         * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
27890         New Includes
27891         (avr_init_builtins, avr_expand_builtin,
27892         avr_expand_delay_cycles, avr_expand_unop_builtin,
27893         avr_expand_binop_builtin ): New functions.
27894         (avr_builtin_id): New enum
27895         (struct avr_builtin_description): New struct
27896         (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
27897         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
27899         * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
27900         UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
27901         UNSPECV_DELAY_CYCLES): new enumeration values
27902         (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
27903         ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
27904         ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
27905         ("*rotlqi3_4"): rename insn to "rotlqi3_4"
27906         ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
27907         "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
27908         "fmulsu"): New insns
27910         * config/avr/avr-c.c: fix line endings
27911         (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
27912         __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
27913         __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
27914         __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
27915         __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
27917         * doc/extend.texi (AVR Built-in Functions): New node
27918         (Target Builtins): Add documentation of AVR
27919         built-in functions.
27921 2011-04-14  Georg-Johann Lay  <avr@gjlay.de>
27923         PR target/44643
27924         * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
27925         alone. Error if non-const data has attribute progmem.
27927 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27929         * tree.h (struct tree_constructor): Include tree_typed instead of
27930         tree_common.
27931         * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
27932         TS_TYPED instead of TS_COMMON.
27934 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
27936         * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
27937         (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
27938         (sse2_psadbw): Merge with *avx_psadbw.
27939         (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
27940         (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
27941         (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
27942         (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
27943         (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
27944         (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
27945         (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
27946         (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
27947         (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
27948         (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
27949         (ssse3_palignrti): Merge with *avx_palignrti.
27951 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27953         * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
27954         * tree-ssanames.c (fini_ssanames): VEC_free it.
27955         (make_ssa_name_fn): Update for VECness of free_ssanames.
27956         (release_ssa_name, release_dead_ssa_names): Likewise.
27957         * tree.h (struct tree_ssa_name): Include tree_typed instead of
27958         tree_common.
27959         * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
27960         TS_TYPED instead of TS_COMMON.
27962 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27964         * postreload-gcse.c (gcse_after_reload_main): Add calls to
27965         statistics_counter_event.
27966         * tree-ssa-copyrename.c (stats): Define.
27967         (rename_ssa_copies): Count coalesced SSA_NAMEs.  Add call to
27968         statistics_counter_event.
27969         * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
27970         (bswap_stats, widen_mul_stats): Define.
27971         (insert_reciprocals): Increment rdivs_inserted.
27972         (execute_cse_reciprocals): Zeroize reciprocal_stats.  Increment
27973         rfuncs_inserted.  Add calls to statistics_counter_event.
27974         (execute_cse_sincos_1): Increment inserted.
27975         (execute_cse_sincos): Zeroize sincos_stats.  Add call to
27976         statistics_counter_event.
27977         (execute_optimize_bswap): Zeroize bswap_stats.  Increment fields
27978         of bswap_stats.  Add calls to statistics_counter_event.
27979         (convert_mult_to_widen): Increment widen_mults_inserted.
27980         (convert_plusminus_to_widen): Increment maccs_inserted.
27981         (convert_mult_to_fma): Increment fmas_inserted.
27982         (execute_optimize_widening_mul): Zeroize widen_mul_stats.  Add
27983         calls to statistics_counter_event.
27985 2011-04-13  Vladimir Makarov  <vmakarov@redhat.com>
27987         PR rtl-optimization/48455
27988         * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
27989         `temp_costs->mem_cost'.
27991 2011-04-13  Jan Hubicka  <jh@suse.cz>
27993         * ipa-inline.h: New file.
27994         * ipa-inline-analysis.c: New file. Broken out of ...
27995         * ipa-inline.c: ... this file; update toplevel comment;
27996         include ipa-inline.h
27997         (inline_summary): Move to ipa-inline.h
27998         (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
27999         ipa-inline-analysis.c.
28000         (cgraph_estimate_time_after_inlining): Rename to
28001         estiamte_time_after_inlining; move to ipa-inline-analysis.c
28002         (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
28003         to estimate_edge_growth.
28004         (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
28005         rename to estimate_size_after_inlining.
28006         (cgraph_mark_inline_edge): Update for new naming convention.
28007         (cgraph_check_inline_limits): Likewise.
28008         (cgraph_edge_badness): Likewise.
28009         (cgraph_decide_recursive_inlining): Likewise.
28010         (cgraph_decide_inlining_of_small_functions): Likewise.
28011         (cgraph_decide_inlining_incrementally): Likewise.
28012         (cgraph_estimate_growth): Rename to estimate_growth; move to
28013         ipa-inline-analysis.c.
28014         (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
28015         (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
28016         (compute_inline_parameters): Likewise.
28017         (compute_inline_parameters_for_current): Likewise.
28018         (pass_inline_parameters): Likewise.
28019         (inline_indirect_intraprocedural_analysis): Likewise.
28020         (analyze_function): Rename to inline_analyze_function; likewise.
28021         (add_new_function): Move to ipa-inline-analysis.c.
28022         (inline_generate_summary): Likewise.
28023         (inline_read_summary): Likewise.
28024         (inline_write_summary): Likewise.
28025         * Makefile.in (ipa-inline-analysis.c): New file.
28027 2011-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28029         * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
28030         * configure: Regenerate.
28032 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
28034         * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
28035         instead of tree_common.
28036         (struct tree_fixed_cst, struct tree_string, struct tree_complex):
28037         Likewise.
28038         * tree.c (initialize_tree_contains_struct): Mark such nodes as being
28039         TS_TYPED rather than TS_COMMON.
28040         * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
28042 2011-04-01  Georg-Johann Lay  <avr@gjlay.de>
28044         PR target/45263
28045         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
28046         r20 around calls of __tablejump_elpm__
28048 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
28050         PR middle-end/48591
28051         * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
28052         NULL.
28053         (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
28055 2011-04-13  Bernd Schmidt  <bernds@codesourcery.com>
28057         * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
28058         (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
28059         (cfi_vec): New typedef.
28060         (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
28061         dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
28062         (cie_cfi_vec): New static variable.
28063         (cie_cfi_head): Delete.
28064         (add_cfi): Accept a cfi_vec * as first argument. All callers and
28065         declaration changed. Use vector rather than list operations.
28066         (new_cfi): Don't initialize the dw_cfi_next field.
28067         (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
28068         rather than list operations.
28069         (lookup_cfa): Use vector rather than list operations.
28070         (output_cfis): New argument upto. Accept a cfi_vec rather than
28071         a dw_cfi_ref list head as argument. All callers changed.
28072         Iterate over the vector using upto as a maximum index.
28073         (output_all_cfis): New static function.
28074         (output_fde): Use vector rather than list operations. Use the
28075         new upto argument for output_cfis rather than manipulating a
28076         list.
28077         (dwarf2out_begin_prologue): Change initializations to match
28078         new struct members.
28079         (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
28080         from the vector length rather than searching for the end of a list.
28081         Use output_all_cfis.
28082         (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
28084 2011-04-13  Nick Clifton  <nickc@redhat.com>
28086         * config/rx/rx.md (movmemsi): Do not use this pattern when
28087         volatile pointers are involved.
28089 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
28091         * config/i386/sse.md (pinsrbits): Remove.
28092         (sse2_packsswb): Merge with *avx_packsswb.
28093         (sse2_packssdw): Merge with *avx_packssdw.
28094         (sse2_packuswb): Merge with *avx_packuswb.
28095         (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
28096         (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
28097         (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
28098         (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
28099         (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
28100         (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
28101         (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
28102         (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
28103         (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
28104         (*sse4_1_pinsrq): Merge with *avx_pinsrq.
28105         (sse2_loadld): Merge with *avx_loadld.
28106         (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
28107         (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
28108         (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
28109         (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
28110         (vec_concatv2di): Merge with *vec_concatv2di_avx.
28112 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
28114         * c-decl.c (union lang_tree_node): Check for TS_COMMON before
28115         calling TREE_CHAIN.
28116         * print-tree.c (print_node): Likewise.
28117         * tree-inline.c (copy_tree_r): Likewise.
28118         * c-lang.c (LANG_HOOKS_INIT_TS): Define.
28119         * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
28120         instead of TS_COMMON.
28121         * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
28122         * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
28123         (copy_node_stat): Zero TREE_CHAIN only if necessary.
28124         (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
28125         (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
28126         ...and these...
28127         (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
28128         * tree.h: ...here.
28129         (TREE_CHAIN): Check for a TS_COMMON structure.
28130         (TREE_TYPE): Check for a TS_TYPED structure.
28132 2011-04-12  Pat Haugen  <pthaugen@us.ibm.com>
28134         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
28135         cgraph_get_create_node instead of cgraph_node.
28137 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
28139         * c-parser.c (c_parser_initelt): Updated call to
28140         objc_build_message_expr.
28141         (c_parser_postfix_expression): Likewise.
28143 2011-04-12  Kai Tietz  <ktietz@redhat.com>
28145         * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
28146         MASK_MS_BITFIELD_LAYOUT bit.
28148 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
28150         * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
28151         assert it is always true.
28152         (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
28153         moves.
28155 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
28157         * c-parser.c (c_lex_one_token): Rewritten conditional used when
28158         compiling Objective-C to be more efficient.
28160 2011-04-12  Axel Freyn  <axel-freyn@gmx.de>
28162         * opts-common.c (decode_cmdline_options_to_array): Remove variable
28163         argv_copied.
28165 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
28167         * recog.h, genoutput.c, optabs.c: Revert last patch.
28169 2011-04-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
28171         PR target/48090
28172         * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
28174 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
28176         * recog.h (insn_operand_data): Add an "allows_mem" field.
28177         * genoutput.c (output_operand_data): Initialize it.
28178         * optabs.c (maybe_legitimize_operand_same_code): New function.
28179         (maybe_legitimize_operand): Use it when matching the original
28180         op->value.
28182 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
28184         * genpreds.c (process_define_predicate): Move most processing
28185         to gensupport.c.  Continue to validate the expression.
28186         * genrecog.c (did_you_mean_codes, compute_predicate_codes)
28187         (process_define_predicate): Move processing to gensupport.c.
28188         (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
28189         * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
28190         (compute_predicate_codes): Moved from genrecog.c.  Add lineno
28191         argument.
28192         (valid_predicate_name_p): New function, split out from old
28193         genpreds.c:process_define_predicate.
28194         (process_define_predicate): New function, combining code from
28195         old genpreds.c and genrecog.c functions.
28196         (process_rtx): Call it for DEFINE_PREDICATE and
28197         DEFINE_SPECIAL_PREDICATE.
28199 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
28201         * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
28202         size of a '%A' memory reference.
28203         (T_DREG, T_QREG): New neon_builtin_type_bits.
28204         (arm_init_neon_builtins): Assert that the load and store operands
28205         are neon_struct_operands.
28206         (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
28207         (NEON_ARG_MEMORY): New builtin_arg.
28208         (neon_dereference_pointer): New function.
28209         (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
28210         Handle NEON_ARG_MEMORY.
28211         (arm_expand_neon_builtin): Update after above interface changes.
28212         Use NEON_ARG_MEMORY for loads and stores.
28213         * config/arm/predicates.md (neon_struct_operand): New predicate.
28214         * config/arm/iterators.md (V_two_elem): Tweak formatting.
28215         (V_three_elem): Use BLKmode for accesses that have no associated mode.
28216         (V_four_elem): Tweak formatting.
28217         * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
28218         (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
28219         (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
28220         (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
28221         (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
28222         (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
28223         (neon_vst4<mode>): Replace pointer operand with a memory operand.
28224         Use %A in the output template.
28225         (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
28226         (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
28227         (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
28228         the width of the memory access.  Remove post-increment.
28229         * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
28231 2011-04-12  Nick Clifton  <nickc@redhat.com>
28233         * config/v850/v850.c (expand_prologue): Do not use the CALLT
28234         instruction for interrupt handlers if the target is the basic V850
28235         architecture.
28236         (expand_epilogue): Likewise.
28238 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
28240         PR rtl-optimization/48549
28241         * combine.c (propagate_for_debug): Also stop after BB_END of
28242         this_basic_block.  Process LAST and just stop processing after it.
28243         (combine_instructions): If last_combined_insn has been deleted,
28244         set last_combined_insn to its PREV_INSN.
28246 2011-04-12  Richard Guenther  <rguenther@suse.de>
28248         PR tree-optimization/46076
28249         * gimple.h (struct gimple_statement_call): Add fntype field.
28250         (gimple_call_fntype): Adjust.
28251         (gimple_call_set_fntype): New function.
28252         * gimple.c (gimple_build_call_1): Set the call function type.
28253         * gimplify.c (gimplify_call_expr): Preserve the function
28254         type the frontend used for the call.
28255         (gimplify_modify_expr): Likewise.
28256         * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
28257         function type.
28258         * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
28259         function type.
28260         * tree-ssa.c (useless_type_conversion_p): Function pointer
28261         conversions are useless.
28263 2011-04-12  Martin Jambor  <mjambor@suse.cz>
28265         * cgraph.h (cgraph_node): Remove function declaration.
28266         (cgraph_create_node): Declare.
28267         (cgraph_get_create_node): Likewise.
28268         * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
28269         Updated all callers.
28270         (cgraph_node): Renamed to cgraph_create_node, assert that a node for
28271         the decl does not already exist.  Call cgraph_get_create_node instead
28272         of cgraph_node.
28273         (cgraph_get_create_node): New function.
28274         (cgraph_same_body_alias): Update comment.
28275         (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
28276         assert it does not return NULL.
28277         (cgraph_update_edges_for_call_stmt): Likewise.
28278         (cgraph_clone_edge): Likewise.
28279         (cgraph_create_virtual_clone): Likewise.
28280         (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
28281         instead of cgraph_node.
28282         (cgraph_add_new_function): Call cgraph_create_node or
28283         cgraph_get_create_node instead of cgraph_node.
28284         * cgraphbuild.c (record_reference): Call cgraph_get_create_node
28285         instead of cgraph_node.
28286         (record_eh_tables): Likewise.
28287         (mark_address): Likewise.
28288         (mark_load): Likewise.
28289         (build_cgraph_edges): Call cgraph_get_create_node instead
28290         of cgraph_node.
28291         (rebuild_cgraph_edges): Likewise.
28292         * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
28293         instead of cgraph_node.
28294         (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
28295         cgraph_node.
28296         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
28297         cgraph_create_node instead of cgraph_node.
28298         * c-decl.c (finish_function): Call cgraph_get_create_node instead
28299         of cgraph_node.
28300         * lto-cgraph.c (input_node): Likewise.
28301         * lto-streamer-in.c (input_function): Likewise.
28302         * varasm.c (mark_decl_referenced): Likewise.
28303         (assemble_alias): Likewise.
28305 2011-04-12  Martin Jambor  <mjambor@suse.cz>
28307         * tree-inline.c (tree_function_versioning): Call cgraph_get_node
28308         instead of cgraph_node and assert it does not return NULL.
28309         * lto-streamer-in.c (lto_read_body): Likewise.
28310         * omp-low.c (new_omp_context): Likewise.
28311         (create_task_copyfn): Likewise.
28312         * tree-emutls.c (lower_emutls_function_body): Likewise.
28313         * matrix-reorg.c (transform_allocation_sites): Likewise.
28315 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
28317         PR c/48552
28318         * c-typeck.c (build_asm_expr): Error out on attempts to use
28319         void type outputs or inputs for constraints that allow reg or
28320         don't allow memory.
28322 2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
28323             Richard Earnshaw  <rearnsha@arm.com>
28325         PR target/48250
28326         * config/arm/arm.c (arm_legitimize_reload_address): Update cases
28327         to use sign-magnitude offsets. Reject unsupported unaligned
28328         cases. Add detailed description in comments.
28329         * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
28330         condition from TARGET_32BIT to TARGET_ARM.
28332 2011-04-11  Nathan Froyd  <froydnj@codesourcery.com>
28334         * tree.h (struct typed_tree): New.
28335         (struct tree_common): Include it instead of tree_base.
28336         (TREE_TYPE): Update for new location of type field.
28337         (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
28338         (DECL_USER_ALIGN, DECL_PACKED): Likewise.
28339         (union tree_node): Add typed field.
28340         * treestruct.def (TS_TYPED): New.
28341         * lto-streamer.c (check_handled_ts_structures): Handle it.
28342         * tree.c (MARK_TS_TYPED): New macro.
28343         (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
28345 2011-04-11  Eric Botcazou  <ebotcazou@adacore.com>
28347         * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
28348         (force_nonfallthru): Do not alter the loop nest if no basic block
28349         was created.
28351 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
28353         * config/i386/sse.md (VI): New mode iterator.
28354         (SSEMODEI): Remove.
28355         (AVX256MODEI): Ditto.
28356         (AVXMODEF4P): Ditto.
28357         (avxvecpsmode): Ditto.
28358         (one_cmpl<mode>2): Enable for TARGET_SSE.  Use VI mode iterator.
28359         (sse2_andnot<mode>3): New expander.
28360         (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
28361         *avx_andnot<mode>3.  Enable for TARGET_SSE.  Use VI mode iterator.
28362         (<any_logic:code><mode>3): Use VI mode iterator.
28363         (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
28364         and *avx_<any_logic:code><mode>3.  Use VI mode iterator.
28365         (*andnottf3): Handle AVX three-operand constraints.
28366         (*<any_logic:code>tf3): Handle AVX three-operand constraints.
28368 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28369             Robert Millan  <rmh@gnu.org>
28371         * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
28372         * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
28373         GNU_USER_DYNAMIC_LINKER64): Define.
28374         (REG_NAME): Don't undefine.
28375         (MD_UNWIND_SUPPORT): Undefine.
28376         * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
28377         (REG_NAME): Don't undefine.
28378         (MD_UNWIND_SUPPORT): Undefine.
28379         * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
28381 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28383         * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
28384         (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
28386 2011-04-11  Xinliang David Li  <davidxl@google.com>
28388         * value-profile.c (check_ic_target): New function.
28389         (gimple_ic_transform): Sanity check indirect call target.
28390         * gimple-low.c (gimple_check_call_args): Interface change.
28391         (gimple_check_call_matching_types): New function.
28392         * tree-inline.c (tree_can_inline_p): Call new function.
28394 2011-04-11  Basile Starynkevitch  <basile@starynkevitch.net>
28396         * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
28397         tree-pretty-print.h & realmpfr.h.
28399 2011-04-11  Vladimir Makarov  <vmakarov@redhat.com>
28401         PR middle-end/48464
28402         * ira.c (setup_pressure_classes): Fix typo in loop condition.
28403         (setup_allocno_and_important_classes): Ditto.
28405 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28407         * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
28408         GNU_USER_DYNAMIC_LINKER.
28409         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
28410         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28411         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
28412         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
28413         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
28414         GNU_USER_TARGET_OS_CPP_BUILTINS.
28415         * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
28416         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28417         * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
28418         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28419         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
28420         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
28421         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
28422         GNU_USER_TARGET_OS_CPP_BUILTINS.
28423         * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28424         GNU_USER_DYNAMIC_LINKER.
28425         * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
28426         GNU_USER_TARGET_OS_CPP_BUILTINS.
28427         * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
28428         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28429         * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
28430         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28431         * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
28432         * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
28433         GNU_USER_DYNAMIC_LINKER64): Remove.
28434         * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
28435         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28436         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28437         GNU_USER_DYNAMIC_LINKER.
28438         * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
28439         GNU_USER_TARGET_OS_CPP_BUILTINS.
28440         * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
28441         GNU_USER_TARGET_OS_CPP_BUILTINS.
28442         * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
28443         to GNU_USER_TARGET_OS_CPP_BUILTINS.
28444         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
28445         GNU_USER_TARGET_OS_CPP_BUILTINS.
28446         (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
28447         (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
28448         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
28449         * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
28450         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28451         * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28452         GNU_USER_DYNAMIC_LINKER.
28453         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
28454         GNU_USER_TARGET_OS_CPP_BUILTINS.
28455         * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
28456         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28457         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28458         GNU_USER_DYNAMIC_LINKER.
28459         * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
28460         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28461         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
28462         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28463         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28464         GNU_USER_DYNAMIC_LINKER.
28465         * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
28466         GNU_USER_DYNAMIC_LINKERN32.
28467         (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
28468         GNU_USER_DYNAMIC_LINKERN32.  Change LINUX_DYNAMIC_LINKER64 to
28469         GNU_USER_DYNAMIC_LINKER64.  Change LINUX_DYNAMIC_LINKER32 to
28470         GNU_USER_DYNAMIC_LINKER32.
28471         * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
28472         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28473         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28474         GNU_USER_DYNAMIC_LINKER.
28475         * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
28476         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28477         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
28478         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28479         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
28480         * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
28481         GNU_USER_DYNAMIC_LINKER32.
28482         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
28483         * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
28484         GNU_USER_DYNAMIC_LINKER.
28485         * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
28486         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28487         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
28488         GNU_USER_DYNAMIC_LINKER32.  Change LINUX_DYNAMIC_LINKER64 to
28489         GNU_USER_DYNAMIC_LINKER64.
28490         * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
28491         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28492         (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28493         GNU_USER_DYNAMIC_LINKER.
28494         * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
28495         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28496         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28497         GNU_USER_DYNAMIC_LINKER.
28498         * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
28499         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28500         (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
28501         GNU_USER_DYNAMIC_LINKER32.
28502         (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
28503         GNU_USER_DYNAMIC_LINKER64.
28504         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
28505         GNU_USER_DYNAMIC_LINKER64.
28506         * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
28507         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28508         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
28509         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28510         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
28512 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28514         * config/i386/gnu-user.h: Copy from linux.h.  Update comments.
28515         (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
28516         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
28517         GNU_USER_DYNAMIC_LINKER.
28518         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
28519         * config/i386/gnu-user64.h: Copy from linux64.h.  Update comments.
28520         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
28521         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
28522         GNU_USER_DYNAMIC_LINKER64.
28523         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
28524         * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
28525         GNU_USER_LINK_EMULATION.
28526         * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
28527         DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
28528         ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
28529         MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
28530         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
28531         CPP_SPEC, CC1_SPEC): Remove.
28532         (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
28533         (GNU_USER_DYNAMIC_LINKER): Define.
28534         (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
28535         ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
28536         ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
28537         LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
28538         TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
28539         STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
28540         TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
28541         * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
28542         CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
28543         TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
28544         LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
28545         LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
28546         (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
28547         (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
28548         TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
28549         TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
28550         * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28551         GNU_USER_DYNAMIC_LINKER.
28552         * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28553         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
28554         * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28555         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
28556         * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28557         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
28558         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
28559         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
28560         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
28561         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
28563 2011-04-11  Kai Tietz  <ktietz@redhat.com>
28565         PR target/9601
28566         PR target/11772
28567         * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
28568         * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
28569         comment.
28570         (ix86_is_msabi_thiscall): Removed.
28571         (ix86_is_type_thiscall): Likewise.
28572         (ix86_get_callcvt): New function.
28573         (ix86_comp_type_attributes): Simplify check.
28574         (ix86_function_regparm): Use ix86_get_callcvt for calling
28575         convention attribute checks.
28576         (ix86_return_pops_args): Likewise.
28577         (ix86_static_chain): Likewise.
28578         (x86_this_parameter): Likewise.
28579         (x86_output_mi_thunk): Likewise.
28580         (ix86_function_type_abi): Optimize check for types without attributes.
28581         * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
28582         IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
28583         IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
28584         by flag-values.
28585         (IX86_BASE_CALLCVT): Helper macro.
28586         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
28587         Use ix86_get_callcvt for calling convention attribute checks and avoid
28588         symbol-decoration for stdcall in TARGET_RTD case.
28589         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
28590         Likewise.
28591         (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
28592         for declaration.
28594 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
28596         * config/i386/sse.md (VI_128): New mode iterator.
28597         (VI12_128): Rename from SSEMODE12.
28598         (VI14_128): Rename from SSEMODE14.
28599         (VI124_128): New mode iterator.
28600         (VI24_128): Rename from SSEMODE248.
28601         (VI248_128): Rename from SSEMODE248.
28602         (SSEMODE124C8): Remove.
28603         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
28604         (*sse2_<plusminus_insn><mode>3): Merge with
28605         *avx_<plusminus_insn><mode>3.
28606         (*mulv8hi3): Merge with *avx_mulv8hi3.
28607         (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
28608         (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
28609         (*sse2_pmaddwd): Merge with *avx_pmaddwd.
28610         (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
28611         (ashr<mode>3): Merge with *avx_ashr<mode>3.
28612         (lshr<mode>3): Merge with *avx_lshr<mode>3.
28613         (ashl<mode>3): Merge with *avx_ashl<mode>3.
28614         (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
28615         (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
28616         (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
28617         (*<smaxmin:code>v8hi3): Ditto.
28618         (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
28619         (*<smaxmin:code>v16qi3): Ditto.
28620         (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
28621         (*sse2_eq<mode>3): Ditto.
28622         (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
28623         (*sse2_gt<mode>3): Ditto.
28624         (vcondv2di): Split out of vcond<mode>.
28625         (vconduv2di): Split out of vcondu<mode>.
28627 2011-04-11  Richard Guenther  <rguenther@suse.de>
28629         * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
28630         before calling tree_low_cst.
28632 2011-04-11  Richard Guenther  <rguenther@suse.de>
28634         * stor-layout.c (layout_type): Compute all array index size operations
28635         in the original type.
28636         (initialize_sizetypes): Add comment.
28637         (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
28639 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28641         * common.opt (Tbss=, Tdata=, Ttext=): New options.
28643 2011-04-11  Martin Jambor  <mjambor@suse.cz>
28645         * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
28646         of cgraph_node, handle NULL return value.
28647         (cgraph_global_info): Likewise.
28648         (cgraph_rtl_info): Likewise.
28649         * tree-inline.c (estimate_num_insns): Likewise.
28650         * gimplify.c (unshare_body): Likewise.
28651         (unvisit_body): Likewise.
28652         (gimplify_body): Likewise.
28653         * predict.c (optimize_function_for_size_p): Likewise.
28654         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
28655         (call_may_clobber_ref_p_1): Likewise.
28656         * varasm.c (function_section_1): Likewise.
28657         (assemble_start_function): Likewise.
28659 2011-04-11  Martin Jambor  <mjambor@suse.cz>
28661         * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
28662         of cgraph_node.
28663         * final.c (rest_of_clean_state): Likewise.
28664         * gimple-iterator.c (update_call_edge_frequencies): Likewise.
28665         * passes.c (pass_init_dump_file): Likewise.
28666         (execute_all_ipa_transforms): Likewise.
28667         (function_called_by_processed_nodes_p): Likewise.
28668         * predict.c (maybe_hot_frequency_p): Likewise.
28669         (probably_never_executed_bb_p): Likewise.
28670         (compute_function_frequency): Likewise.
28671         * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
28672         (unnest_nesting_tree_1): Likewise.
28673         (lower_nested_functions): Likewise.
28674         * tree-optimize.c (execute_fixup_cfg): Likewise.
28675         (tree_rest_of_compilation): Likewise.
28676         * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
28677         * tree-sra.c (ipa_early_sra): Likewise.
28678         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
28679         * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
28680         * ipa.c (record_cdtor_fn): Likewise.
28681         * ipa-inline.c (cgraph_early_inlining): Likewise.
28682         (compute_inline_parameters_for_current): Likewise.
28683         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
28684         * ipa-pure-const.c (local_pure_const): Likewise.
28685         * ipa-split.c (split_function): Likewise.
28686         (execute_split_functions): Likewise.
28687         * cgraphbuild.c (build_cgraph_edges): Likewise.
28688         (rebuild_cgraph_edges): Likewise.
28689         (cgraph_rebuild_references): Likewise.
28690         (remove_cgraph_callee_edges): Likewise.
28691         * cgraphunit.c (cgraph_mark_if_needed): Likewise.
28692         (verify_cgraph_node): Likewise.
28693         (cgraph_analyze_functions): Likewise.
28694         (cgraph_preserve_function_body_p): Likewise.
28695         (save_inline_function_body): Likewise.
28696         (save_inline_function_body): Likewise.
28697         * tree-inline.c (copy_bb): Likewise.
28698         (optimize_inline_calls): Likewise.
28700 2011-04-11  Martin Jambor  <mjambor@suse.cz>
28702         PR tree-optimization/48195
28703         * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
28704         ipa_check_create_edge_args.
28705         (ipcp_generate_summary): Do not call ipa_check_create_node_params and
28706         ipa_check_create_edge_args.
28707         * ipa-inline.c (inline_generate_summary): Do not call
28708         ipa_check_create_node_params and ipa_check_create_edge_args.
28709         * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
28710         ipa_check_create_edge_args.
28712 2011-04-09  Anatoly Sokolov  <aesok@post.ru>
28714         * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
28715         instead of loop.
28716         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
28717         * function.c (record_hard_reg_sets): Likewise.
28718         * ira.c (compute_regs_asm_clobbered): Likewise.
28719         * sched-deps.c (sched_analyze_1): Likewise.
28720         * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
28722 2011-04-09  Xinliang David Li  <davidxl@google.com>
28724         PR tree-optimization/PR48484
28725         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
28726         has_valid_pred lazily
28728 2011-04-09  Duncan Sands  <baldrick@free.fr>
28730         * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
28732 2011-04-08  Eric Botcazou  <ebotcazou@adacore.com>
28734         * combine.c (combine_validate_cost): Adjust comments.  Set registered
28735         cost of I0 to zero at the end, if any.
28737 2011-04-08  Xinliang David Li  <davidxl@google.com>
28739         * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
28740         to insane profile data.
28742 2011-04-08  Xinliang David Li  <davidxl@google.com>
28744         * ipa-cp.c (ipcp_update_profiling): Correct
28745          negative scale factor due to insane profile data.
28747 2011-04-08  Xinliang David Li  <davidxl@google.com>
28749         * final.c (dump_basic_block_info): New function.
28750         (final): Dump basic block.
28751         (final_scan_insn): Remove old dump.
28753 2011-04-08  Steven G. Kargl  <kargl@gcc.gnu.org>
28755         PR target/47829
28756         * config.gcc (i386-*-freebsd): Disable unwind table generation for
28757         crtbegin/crtend.
28759 2011-04-08  Michael Matz  <matz@suse.de>
28761         PR middle-end/48389
28762         * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
28763         functions.
28764         (rebuild_jump_labels): Call rebuild_jump_labels_1.
28765         * rtl.h (rebuild_jump_labels_chain): Declare.
28766         * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
28767         insns inserted on edges.
28769 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
28771         * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
28772         * config/arm/arm-arches.def: New.
28773         * config/arm/arm-opts.h: New.
28774         * config/arm/genopt.sh: New.
28775         * config/arm/arm-tables.opt: New (generated).
28776         * config/arm/arm.c (arm_handle_option, arm_target_help,
28777         TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
28778         (all_architectures): Get most table contents from arm-arches.def.
28779         (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
28780         arm_selected_tune here.
28781         * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
28782         * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
28783         (march=, mcpu=, mtune=): Use Enum and Var.
28784         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
28785         (arm.o): Update dependencies.
28787 2011-04-08  Basile Starynkevitch  <basile@starynkevitch.net>
28789         * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
28790         of header_file.
28791         (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
28792         (write_typed_alloc_defns): Likewise.
28793         (main): Calls write_typed_alloc_defns with output_header.
28795 2011-04-08  Vladimir Makarov  <vmakarov@redhat.com>
28797         PR inline-asm/48435
28798         * ira-color.c (setup_profitable_hard_regs): Add comments.
28799         Don't take prohibited hard regs into account.
28800         (setup_conflict_profitable_regs): Rename to
28801         get_conflict_profitable_regs.
28802         (check_hard_reg_p): Check prohibited hard regs.
28804 2011-04-08  Nathan Froyd  <froydnj@codesourcery.com>
28806         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
28807         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
28808         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
28810 2011-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28812         PR target/48366
28813         * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
28814         move from floating point to shift amount register.
28815         (emit_move_sequence): Remove secondary reload support for floating
28816         point to shift amount amount register copies.
28817         (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
28818         amount register copies.
28819         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
28820         register, return false if mode isn't a scalar integer mode.
28821         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
28823 2011-04-08  Richard Guenther  <rguenther@suse.de>
28825         * gimple.c (gimple_call_flags): Remove kludge.
28827 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28829         * sel-sched.c (sel_region_init): Move call to
28830         sel_setup_region_sched_flags after setup_current_loop_nest.
28832 2011-04-08  Andrey Belevantsev  <abel@ispras.ru>
28834         PR rtl-optimization/48272
28835         * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
28836         init_insn_reg_pressure_info.  Adjust a caller.
28837         * sched-int.h (init_insn_reg_pressure_info): Declare.
28838         * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
28839         when sched-pressure is enabled.
28841 2011-04-08  Richard Guenther  <rguenther@suse.de>
28843         * gimple.c (gimple_set_modified): Do not queue calls to
28844         MODIFIED_NORETURN_CALLS here ...
28845         * tree-ssa-operands.c (update_stmt_operands): ... but here.
28847 2011-04-08  Richard Guenther  <rguenther@suse.de>
28849         PR lto/48467
28850         * toplev.c (lang_dependent_init): Do not open asm_out_file
28851         in WPA mode, nor perform debug machinery initialization.
28852         (finalize): Do not unlink asm_out_file in WPA mode.
28854 2011-04-08  Richard Guenther  <rguenther@suse.de>
28856         * gimple.h (gimple_call_fntype): New function.
28857         (gimple_call_return_type): Use it.
28858         * expr.c (expand_expr_real_1): Use gimple_call_fntype.
28859         * gimple-low.c (gimple_check_call_args): Likewise.
28860         * gimple.c (gimple_call_flags): Likewise.
28861         (gimple_call_arg_flags): Likewise.
28862         (gimple_call_return_flags): Likewise.
28863         * tree-cfg.c (verify_gimple_call): Likewise.
28864         (do_warn_unused_result): Likewise.
28865         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
28866         * value-prof.c (gimple_ic_transform): Fix fndecl check.
28868 2011-04-08  Dmitry Melnik  <dm@ispras.ru>
28870         PR rtl-optimization/48235
28871         * sel-sched.c (code_motion_process_successors): Recompute the last
28872         insn in basic block if control flow changed.
28873         (code_motion_path_driver): Ditto.  Recompute the first insn as well.
28874         Update condition for ilist_remove.
28876 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28878         PR rtl-optimization/48302
28879         * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
28880         * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument.  Use
28881         it to record added preheader blocks.
28882         * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument.  Pass it
28883         on to sel_add_loop_preheaders.
28884         (sel_region_init): Move call to setup_current_loop_nest after
28885         sel_init_bbs.
28887 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28889         PR target/48273
28890         * cfgloop.h (loop_has_exit_edges): New helper.
28891         * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
28892         non-clonable.
28893         * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
28894         that have no exit edges.
28896 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28898         PR rtl-optimization/48442
28899         * sel-sched.c (init_seqno): Remove number_of_insns argument.  Update
28900         all callers.  Adjust assert.
28902 2011-04-08  Jakub Jelinek  <jakub@redhat.com>
28904         PR tree-optimization/48377
28905         * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
28906         is_packed to true even for types with smaller TYPE_ALIGN than
28907         TYPE_SIZE.
28909 2011-04-08  Richard Guenther  <rguenther@suse.de>
28911         PR bootstrap/48513
28912         * doc/tm.texi: Re-generate.
28914 2011-04-08  Wei Guozhi  <carrot@google.com>
28916         PR target/47855
28917         * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
28918         * config/arm/arm.c (arm_attr_length_push_multi): New function.
28919         * config/arm/arm.md (*push_multi): Change the length computation to
28920         call a C function.
28922 2011-04-08  Anatoly Sokolov  <aesok@post.ru>
28924         * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
28925         (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
28926         * doc/tm.texi: Regenerate.
28927         * system.h (ASM_OUTPUT_BSS): Poison.
28928         * varasm.c (asm_output_bss): Remove function.
28929         (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
28931         * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
28932         * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
28933         * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
28934         * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28935         Likewise.
28936         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28937         Likewise.
28938         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28939         Likewise.
28940         * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
28942 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
28944         * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
28945         EnumValue lines.
28947 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
28949         * config/m68k/m68k.c (m68k_handle_option): Don't handle
28950         OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
28951         OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
28952         OPT_mcpu32.
28953         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
28954         handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
28955         -m68030, -m68040, -m68060, -mcpu32 and -m68332.
28956         * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
28957         m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
28958         * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
28959         (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
28960         (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
28961         options.  Don't map other m68k options manually.  Don't handle
28962         old-style options as canonical.
28963         (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
28964         * doc/install.texi (m68k-*-*): Document binutils version requirement.
28966 2011-04-07  Eric Botcazou  <ebotcazou@adacore.com>
28968         * basic-block.h (force_nonfallthru): Move to...
28969         * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
28970         (force_nonfallthru): ...here.
28971         * cfghooks.c (force_nonfallthru): New function.
28972         * cfgrtl.c (force_nonfallthru): Rename into...
28973         (rtl_force_nonfallthru): ...this.
28974         (commit_one_edge_insertion): Do not set AUX field.
28975         (commit_edge_insertions): Do not discover new basic blocks.
28976         (rtl_cfg_hooks): Add rtl_force_nonfallthru.
28977         (cfg_layout_rtl_cfg_hooks): Likewise.
28978         * function.c (thread_prologue_and_epilogue_insns): Remove bogus
28979         ATTRIBUTE_UNUSED.  Discover new basic blocks in the prologue insns.
28980         * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
28982 2011-04-07  Anatoly Sokolov  <aesok@post.ru>
28984         * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
28985         Remove macros.
28987 2011-04-07  Uros Bizjak  <ubizjak@gmail.com>
28989         * config/i386/sse.md: Update copyright year.
28990         (avxcvtvecmode): Remove.
28991         (sse_movhlps): Merge with *avx_movhlps.
28992         (sse_movlhps): Merge with *avx_movlhps.
28993         (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
28994         (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
28995         (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
28996         (sse_loadhps): Merge with *avx_loadhps.
28997         (sse_storelps): Merge with *avx_storelps.
28998         (sse_loadlps): Merge with *avx_loadlps.
28999         (sse_movss): Merge with *avx_movss.
29000         (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
29001         (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
29002         (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
29003         (*vec_set<mode>_0_sse2): Split multi-unit alternative.
29004         (vec_set<mode>_0): Ditto.
29005         (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
29006         (sse4_1_insertps): Merge with *avx_insertps.
29007         (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
29008         (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
29009         (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
29010         (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
29011         (sse2_storehpd): Merge with *avx_storehpd.
29012         (sse2_loadhpd): Merge with *avx_loadhpd.
29013         (sse2_loadlpd): Merge with *avx_loadlpd.
29014         (sse2_movsd): Merge with *avx_movsd.
29015         (*vec_concatv2df): Merge with *vec_concatv2df.
29017 2011-04-07  Jakub Jelinek  <jakub@redhat.com>
29019         PR debug/48343
29020         * combine.c (combine_instructions): Add last_combined_insn,
29021         update it if insn is after it, pass it to all try_combine calls.
29022         (try_combine): Add last_combined_insn parameter, pass it instead of
29023         i3 to propagate_for_debug.
29025 2011-04-07  Nick Clifton  <nickc@redhat.com>
29027         * config/mn10300/mn10300.md (movqi_internal): Add alternatives
29028         to handle MDR <-> data register transfers.
29029         (movhi_internal): Likewise.
29031 2011-04-07  Alan Modra  <amodra@gmail.com>
29033         * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
29034         previous stack info.
29036 2011-04-07  Tom de Vries  <tom@codesourcery.com>
29038         PR target/43920
29039         * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter.  Pass dir to
29040         flow_find_cross_jump.  Swap variables to implement backward replacement.
29041         (try_crossjump_bb): Add argument to try_crossjump_to_edge.
29043 2011-04-07  Tom de Vries  <tom@codesourcery.com>
29045         PR target/43920
29046         * cfgcleanup.c (walk_to_nondebug_insn): New function.
29047         (flow_find_cross_jump): Use walk_to_nondebug_insn.  Recalculate bb1
29048         and bb2.
29049         (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
29050         src1 or src2.  Redirect edges to the last basic block.  Update
29051         frequency and count on multiple basic blocks in case of fallthru.
29053 2011-04-07  Tom de Vries  <tom@codesourcery.com>
29055         PR target/43920
29056         * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
29057         function.
29058         (old_insns_match_p): Change return type.  Replace return false/true
29059         with return dir_none/dir_both.  Use can_replace_by.
29060         (flow_find_cross_jump): Add dir_p parameter.  Init replacement
29061         direction from dir_p.  Register replacement direction in dir, last_dir
29062         and afterlast_dir.  Handle new return type of old_insns_match_p using
29063         merge_dir.  Return replacement direction in dir_p.
29064         (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
29065         return type of old_insns_match_p.
29066         (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
29067         * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
29068         flow_find_cross_jump.
29069         * basic-block.h (enum replace_direction): New type.
29070         (flow_find_cross_jump): Add parameter to declaration.
29072 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
29074         * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
29075         (AVXMODEDCVTPS2DQ): Ditto.
29076         (VEC_FLOAT_MODE): Ditto.
29077         (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3.  Use VF mode
29078         iterator.  Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
29079         (<any_logic:code><mode>3): Use VF mode iterator.
29080         (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
29081         Use VF mode iterator.
29082         (copysign<mode>3): Use VF mode iterator.
29083         (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3.  Handle
29084         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
29085         (*<any_logic:code><MODEF:mode>3): Merge with
29086         *avx_<any_logic:code><MODEF:mode>3.
29087         (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
29088         (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
29089         (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
29090         (avx_cvtdq2ps<avxmodesuffix>): Remove.
29091         (sse2_cvtdq2ps): Use %v modifier.
29092         (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
29093         (avx_cvtps2dq<avxmodesuffix>): Remove.
29094         (sse2_cvtps2dq): Use %v modifier.
29095         (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
29096         (avx_cvttps2dq<avxmodesuffix>): Remove.
29097         (sse2_cvttps2dq): Use %v modifier.
29098         (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
29099         (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
29100         (sse2_cvtsd2siq): Fix insn template.
29101         (sse2_cvtsd2siq_2): Ditto.
29102         (sse2_cvttsd2siq): Ditto.
29103         (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
29104         (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
29106 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
29108         * gcov-io.c: Use GCC Runtime Library Exception.
29110 2011-04-06  Jakub Jelinek  <jakub@redhat.com>
29112         PR debug/48466
29113         * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
29114         as base_reg whatever register reg has been eliminated to, instead
29115         of hardcoding STACK_POINTER_REGNUM.
29117 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
29119         * doc/tm.texi.in: Document C target hooks as separate from general
29120         target hooks.
29121         * doc/tm.texi: Regenerate.
29122         * genhooks.c (struct hook_desc): Add docname field.
29123         (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC).  Initialize
29124         docname field.
29125         (hook_array): Include c-target.def.
29126         (emit_documentation): Use docname field in output.
29127         (emit_init_macros): Take docname argument.  Only emit definitions
29128         for hooks matching docname.
29129         (main): Expect additional arguments in all cases.  Pass argument
29130         to emit_init_macros.
29131         * target.def: Move initial macro definitions and comments to
29132         target-hooks-macros.h.
29133         (gcc_targetcm): Move to c-family/c-target.def.
29134         * target.h (targetcm): Move declaration to c-family/c-target.h.
29135         * targhooks.c (default_handle_c_option): Move to
29136         c-family/c-opts.c.
29137         * targhooks.h (default_handle_c_option): Move declaration to
29138         c-family/c-common.h.
29139         * target-hooks-macros.h: New file.
29140         * config.gcc (target_has_targetcm): Define and use to add to
29141         c_target_objs and cxx_target_objs.
29142         * config/default-c.c: New file.
29143         * config/darwin-c.c: Include c-target.h and c-target-def.h instead
29144         of target.h and target-def.h.
29145         (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
29146         (darwin_objc_construct_string, darwin_cfstring_ref_p,
29147         darwin_check_cfstring_format_arg): Make static.
29148         (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
29149         TARGET_STRING_OBJECT_REF_TYPE_P,
29150         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
29151         * config/darwin-protos.h (darwin_objc_construct_string,
29152         darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
29153         declare.
29154         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
29155         TARGET_STRING_OBJECT_REF_TYPE_P,
29156         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
29157         * config/t-darwin (darwin-c.o): Update dependencies.
29158         * system.h (TARGET_HAS_TARGETCM): Poison.
29159         * Makefile.in (TARGET_H): Update.
29160         (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
29161         (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
29162         (default-c.o): New target.
29163         (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
29164         (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
29165         (s-tm-texi): Pass -d option to genhooks.  Also test timestamp on
29166         c-target.def.
29167         (build/genhooks.o): Update dependencies.
29169 2011-04-06  Richard Guenther  <rguenther@suse.de>
29171         * ipa-inline.c (enum inlining_mode): Remove.
29172         (cgraph_flatten): Use some other token.
29173         (cgraph_edge_early_inlinable_p): New function, split out from ...
29174         (cgraph_perform_always_inlining): New function, split out from ...
29175         (cgraph_decide_inlining_incrementally): ... here.
29176         (cgraph_mark_inline_edge): Adjust.
29177         (cgraph_early_inlining): Re-structure.
29178         (pass_early_inline): Require SSA form.
29180 2011-04-06  Andrew Stubbs  <ams@codesourcery.com>
29181             Julian Brown  <julian@codesourcery.com>
29182             Mark Shinwell  <shinwell@codesourcery.com>
29184         * config/arm/arm.h (arm_class_likely_spilled_p): Check against
29185         LO_REGS only for Thumb-1.
29186         (MODE_BASE_REG_CLASS): Restrict base registers to those which can
29187         be used in short instructions when optimising for size on Thumb-2.
29189 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
29191         * gimple-low.c (lower_gimple_return): When not optimizing, force labels
29192         associated with user returns to be preserved.
29194 2011-04-06  Tristan Gingold  <gingold@adacore.com>
29196         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
29197         symbol_queue_size, DBXOUT_DECR_NESTING,
29198         (DBXOUT_DECR_NESTING_AND_RETURN): Also define
29199         if XCOFF_DEBUGGING_INFO.
29201 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
29203         * config/i386/i386.md (attribute isa): New.
29204         (attribute enabled): New.
29205         (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
29206         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
29207         (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
29208         (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
29209         (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
29210         (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
29211         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
29212         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
29214         * config/i386/sse.md (VF): New mode iterator.
29215         (VF1): Ditto.
29216         (VF2): Ditto.
29217         (VF_128): Ditto.
29218         (SSEMODEF4): Remove.
29219         (attribute sse): Handle V8SF and V4DF modes.
29220         (<absneg:code><mode>2): Use VF mode iterator.
29221         (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2.  Use VF
29222         mode iterator.
29223         (<plusminus_insn><mode>3): Use VF mode iterator.
29224         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
29225         Use VF mode iterator.
29226         (<sse>_vm<plusminus_insn><mode>3): Merge with
29227         *avx_vm<plusminus_insn><mode>3.  Use VF_128 mode iterator.
29228         (mul<mode>3): Use VF mode iterator.
29229         (*mul<mode>3): Merge with *avx_mul<mode>3.  Use VF mode iterator.
29230         (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3.  Use VF_128
29231         mode iterator.
29232         (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
29233         (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
29234         (<sse>_div<mode>3): Merge with *avx_div<mode>3.  Use VF mode iterator.
29235         (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3.  Use VF_128
29236         mode iterator.
29237         (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
29238         Use VF1 mode iterator.
29239         (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
29240         (sqrt<VF2:mode>2): New expander.
29241         (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
29242         (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
29243         and sqrtv2df2.  Use VF mode iterator.
29244         (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2.  Use VF_128
29245         mode iterator.
29246         (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
29247         (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
29248         Use VF1 mode iterator.
29249         (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
29250         (<smaxmin:code><mode>3): Use VF mode iterator.
29251         (*<smaxmin:code><mode>3_finite): Merge with
29252         *avx_<smaxmin:code><mode>3_finite.  Use VF mode iterator.
29253         (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
29254         (<sse>_vm<smaxmin:code><mode>2): Merge with
29255         *avx_vm<smaxmin:code><mode>2.  Use VF_128 mode iterator.
29256         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.  Use VF
29257         mode iterator.
29258         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.  Use VF
29259         mode iterator.
29260         (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
29261         (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
29262         (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
29263         (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
29264         (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3.  Use
29265         VF mode iterator.
29266         (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
29267         Use VF_128 mode iterator.
29268         (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3.  Use VF
29269         mode iterator.
29270         (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3.  Use
29271         VF_128 mode iterator.
29272         (vcond<mode>): Use VF mode iterator.
29273         * config/i386/predicates.md (sse_comparison_operator): Merge with
29274         avx_comparison_float_operator.  Do not declare as special_predicate.
29275         * config/i386/i386.c (struct builtin_description): Update for renamed
29276         compare patterns.
29277         (ix86_expand_args_builtin): Ditto.
29278         (ix86_expand_sse_compare_mask): Ditto.
29280 2011-04-06  Richard Guenther  <rguenther@suse.de>
29282         * tree-inline.c (estimate_num_insns): For calls simply account
29283         for all passed arguments and a used return value.
29285 2011-04-06  Richard Guenther  <rguenther@suse.de>
29287         PR tree-optimization/47663
29288         * cgraph.h (struct cgraph_edge): Add call_stmt_size and
29289         call_stmt_time fields.
29290         (cgraph_edge_inlinable_p): Declare.
29291         (cgraph_edge_recursive_p): New inline function.
29292         * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
29293         (cgraph_clone_edge): Copy it.
29294         * ipa-inline.c (cgraph_estimate_edge_time): New function.
29295         Account for call stmt time.
29296         (cgraph_estimate_time_after_inlining): Take edge argument.
29297         (cgraph_estimate_edge_growth): Account call stmt size.
29298         (cgraph_estimate_size_after_inlining): Take edge argument.
29299         (cgraph_mark_inline_edge): Adjust.
29300         (cgraph_check_inline_limits): Likewise.
29301         (cgraph_recursive_inlining_p): Remove.
29302         (cgraph_edge_badness): Use cgraph_edge_recursive_p.
29303         (cgraph_decide_recursive_inlining): Take edge argument and
29304         adjust.
29305         (cgraph_decide_inlining_of_small_functions): Do not avoid
29306         diags for recursive inlining here.
29307         (cgraph_flatten): Adjust.
29308         (cgraph_decide_inlining_incrementally): Likewise.
29309         (estimate_function_body_sizes): Remove call cost handling.
29310         (compute_inline_parameters): Initialize caller edge call costs.
29311         (cgraph_estimate_edge_growth): New function.
29312         (cgraph_estimate_growth): Use it.
29313         (cgraph_edge_badness): Likewise.
29314         (cgraph_check_inline_limits): Take an edge argument.
29315         (cgraph_decide_inlining_of_small_functions): Adjust.
29316         (cgraph_decide_inlining): Likewise.
29317         * tree-inline.c (estimate_num_insns): Only account for call
29318         return value if it is used.
29319         (expand_call_inline): Avoid diagnostics on recursive inline
29320         functions here.
29321         * lto-cgraph.c (lto_output_edge): Output edge call costs.
29322         (input_edge): Input edge call costs.
29324 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29326         * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
29328 2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
29330         * doc/invoke.texi (Spec Files): Fix typo.
29332 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
29334         * profile.c (branch_prob): Move declaration of local variable.  Remove
29335         obsolete ??? comment.  Expand the location explicitly instead of using
29336         the LOCATION_FILE and LOCATION_LINE macros.
29338 2011-04-06  Wei Guozhi  <carrot@google.com>
29340         PR target/47855
29341         * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
29342         (arm_cond_branch): Likewise.
29343         (arm_cond_branch_reversed): Likewise.
29344         (arm_jump): Likewise.
29345         (push_multi): Likewise.
29346         * config/arm/constraints.md (Py): New constraint.
29348 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29350         PR bootstrap/48471
29351         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
29352         Move these...
29353         (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
29354         (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
29355         #ifdef DBX_DEBUGGING_INFO.
29357 2011-04-05  Bernd Schmidt  <bernds@codesourcery.com>
29359         PR bootstrap/48403
29360         * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
29361         if old and new states differ.
29363 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
29365         * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
29366         OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
29367         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
29368         handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
29369         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
29370         mcfv4e): Use Alias.
29371         * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
29372         ColdFire options to -mcpu= options.
29374 2011-04-05  Jeff Law  <law@redhat.com>
29376         * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
29377         check if BB is a successor of LOOP->header and return
29378         NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
29380 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
29382         * cprop.c (struct reg_use): Remove.
29383         (reg_use_table): Make an array of RTX.
29384         (find_used_regs, constprop_register, local_cprop_pass,
29385         bypass_block): Simplify users of reg_use_table.
29386         (cprop_insn): Likewise.  Iterate if copy propagation succeeded
29387         on one of the uses found by find_used_regs.
29389 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29391         PR bootstrap/48469
29392         * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
29393         declaration.
29395 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29397         * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
29398         as an rtx.
29399         (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
29401 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
29403         PR middle-end/48441
29404         * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
29406 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29408         * combine.c: Include obstack.h.
29409         (struct insn_link): Define.
29410         (uid_log_links): Adjust type.
29411         (FOR_EACH_LOG_LINK): New macro.
29412         (insn_link_obstack): Declare.
29413         (alloc_insn_link): Define.
29414         (create_log_links): Call it.  Use FOR_EACH_LOG_LINK and adjust
29415         type of link variables.
29416         (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
29417         (try_combine, record_promoted_values, distribute_notes): Likewise.
29418         (distribute_links): Likewise.  Tweak prototype.
29419         (clear_log_links): Delete.
29420         (adjust_for_new_dest): Call alloc_insn_link.
29421         * Makefile.in (combine.o): Depend on $(OBSTACK_H).
29423 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29425         * gcse.c (modify_mem_list): Convert to an array of VECs.
29426         (canon_modify_mem_list, compute_transp): Tweak formatting.
29427         (alloc_gcse_mem): Likewise.  Adjust for modify_mem_list change.
29428         (load_killed_in_block_p): Likewise.
29429         (record_last_mem_set_info): Likewise.
29430         (clear_modify_mem_tables): Likewise.
29432 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29434         PR middle-end/48461
29435         * function.c (emit_use_return_register_into_block): Only define if
29436         HAVE_return.
29438 2011-04-05  Eric Botcazou  <ebotcazou@adacore.com>
29440         * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
29442 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
29444         * config/rx/rx-opts.h: New.
29445         * config/rx/rx.c (rx_cpu_type): Remove.
29446         (rx_handle_option): Don't assert that global structures are in
29447         use.  Access variables via opts pointer.  Defer most handling of
29448         OPT_mint_register_.  Use error_at.
29449         (rx_option_override): Handle deferred OPT_mint_register_ here.
29450         * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
29451         * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
29452         (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
29453         (rx_cpu_types): New Enum and EnumValue entries.
29454         (mint-register=): Use Defer and use Var accordingly.
29456 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29458         * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
29459         (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
29460         * final.c (debug_flush_symbol_queue, debug_queue_symbol):
29461         Move these...
29462         (debug_free_queue, debug_nesting, symbol_queue_index):
29463         ...and these...
29464         * dbxout.c: ...to here.  Make static.
29466 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29468         * gcse.c (modify_pair): Define.  Define a VEC of it.
29469         (canon_modify_mem_list): Convert to an array of VECs.
29470         (free_insn_expr_list_list): Delete.
29471         (clear_modify_mem_tables): Call VEC_free instead.
29472         (record_last_mem_set_info): Don't modify canon_modify_mem_list.
29473         (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
29474         (canon_list_insert, compute_transp): Likewise.
29476 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29478         PR target/43920
29479         * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
29480         for size.
29482 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29484         PR target/43920
29485         * function.c (emit_use_return_register_into_block): New function.
29486         (thread_prologue_and_epilogue_insns): Use
29487         emit_use_return_register_into_block.
29489 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29491         PR target/43920
29492         * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
29493         insn.
29495 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29497         * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
29499 2011-04-05  Yufeng Zhang  <yufeng.zhang@arm.com>
29501         * config/arm/arm.md (define_constants for unspec): Replace with
29502         define_c_enum.
29503         (define_constants for unspecv): Replace with define_c_enum.
29504         * config/arm/neon.md (define_constants for unspec): Replace with
29505         define_c_enum.
29507 2011-04-04  Richard Henderson  <rth@redhat.com>
29509         PR bootstrap/48400
29510         * dwarf2out.c (output_line_info): Always emit line info from
29511         at least one section.
29512         (dwarf2out_init): Create text_section_line_info here ...
29513         (set_cur_line_info_table): ... not here.
29515 2011-04-04  Vladimir Makarov  <vmakarov@redhat.com>
29517         PR target/48380
29518         * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
29519         not called.
29521         * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
29523 2011-04-04  Steven Bosscher  <steven@gcc.gnu.org>
29525         * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
29526         (expr_equiv_p): Remove.
29527         (insert_set_in_table): Look at <dest, src> pair instead of expr.
29528         (hash_scan_set): Update call to insert_set_in_table.
29529         (dump_hash_table): Dump <dest, src> pair.
29530         (lookup_set): Simplify.  Lookup <dest, src> pair.
29531         (compute_transp): Remove, fold heavily simplified code into...
29532         (compute_local_properties): ...here.  Expect COMP and TRANSP
29533         unconditionally.
29534         (find_avail_set): Take set directly from struct expr.
29535         (find_bypass-set): Likewise.
29536         (bypass_block): Likewise.
29537         (cprop_insn): Likewise.  Remove redundant INSN_P test.
29539         * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
29540         checks on form of COND from find_implicit_sets to here.
29541         (find_implicit_sets): Cleanup control flow. Split critical edges
29542         if it exposes implicit sets.  Allocate/resize implicit_sets as
29543         necessary.
29544         (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
29545         changed something.  Run df_analyze after find_implicit_sets if any
29546         edges were split.  Do not allocate implicit_sets here.
29548         * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
29549         (gcse_obstack): Renamed to cprop_obstack.
29550         (GNEW, GNEWVEC, GNEWVAR): Remove.
29551         (gmalloc): Remove.
29552         (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
29553         (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
29554         (gcse_alloc): Likewise, and rename to cprop_alloc.
29555         (alloc_gcse_men, free_gcse_mem): Remove.
29556         (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
29557         (compute_hash_table_work): Allocate and free reg_set_bitmap here.
29558         (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
29560         * cprop.c (oprs_not_set_p): Remove.
29561         (mark_set, mark_clobber): Remove.
29562         (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
29563         (reg_not_set_p): New function.
29564         (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
29565         (cprop_insn): Likewise.
29566         (cprop_jump): Use FOR_EACH_EDGE.
29568 2011-04-04  Bernd Schmidt  <bernds@codesourcery.com>
29570         PR bootstrap/48403
29571         * haifa-sched.c (nonscheduled_insns_begin): New static variable.
29572         (rank_for_schedule): Use scheduled_insns vector instead of
29573         last_scheduled_insn.
29574         (ok_for_early_queue_removal): Likewise.
29575         (queue_to_ready): Search forward in nonscheduled_insns_begin if
29576         we have a dbg_cnt.
29577         (choose_ready): Likewise.
29578         (commit_schedule): Use VEC_iterate.
29579         (schedule_block): Initialize nonscheduled_insns_begin.  If we have
29580         a dbg_cnt, use it and ensure the first insn is in the ready list.
29581         (haifa_sched_init): Allocate scheduled_insns.
29582         (sched_extend_ready_list): Don't allocate it; reserve space.
29583         (haifa_sched_finish): Free it.
29585 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
29587         * optc-gen.awk: Always remove type from Variable entry before
29588         recording in var_seen.
29590 2011-04-04  Eric Botcazou  <ebotcazou@adacore.com>
29592         * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
29593         * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
29594         call to tidy_fallthru_edges.
29596 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
29598         * doc/options.texi (ToLower): Document.
29599         * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
29600         * opts-common.c (decode_cmdline_option): Handle cl_tolower.
29601         * opts.h (cl_option): Add cl_tolower field.
29602         * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
29603         arguments with lowercase strings.
29604         * config/rx/rx.opt (mcpu=): Add ToLower.
29605         * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
29606         argument.
29608 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
29610         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
29612 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
29614         * config/vax/vax.c: Include reload.h.
29616 2011-04-04  Anatoly Sokolov  <aesok@post.ru>
29618         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
29619         * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
29620         (sparc_preferred_reload_class): New function.
29622 2011-04-04  Jakub Jelinek  <jakub@redhat.com>
29624         PR debug/48401
29625         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
29626         Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
29628 2011-04-03  Nathan Froyd  <froydnj@codesourcery.com>
29630         * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
29631         * tree.c (initialize_tree_contains_struct): Adjust accordingly.
29633 2011-04-03  Anatoly Sokolov  <aesok@post.ru>
29635         * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
29636         (ASM_OUTPUT_ALIGNED_BSS): Define.
29638 2011-04-03  Michael Matz  <matz@suse.de>
29640         * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
29641         and next_slot members.
29642         (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
29643         lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
29644         (lto_streamer_cache_append): Declare.
29645         * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
29646         unsigned index, remove offset parameter, ensure that we append
29647         or update existing entries.
29648         (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
29649         parameter, update next_slot for append.
29650         (lto_streamer_cache_insert): Use unsigned index, remove offset_p
29651         parameter.
29652         (lto_streamer_cache_insert_at): Likewise.
29653         (lto_streamer_cache_append): New function.
29654         (lto_streamer_cache_lookup): Use unsigned index.
29655         (lto_streamer_cache_get): Likewise.
29656         (lto_record_common_node): Don't test tree_node_can_be_shared.
29657         (preload_common_node): Adjust call to lto_streamer_cache_insert.
29658         (lto_streamer_cache_delete): Don't free offsets member.
29659         * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
29660         (lto_output_string_with_length): Use lto_output_data_stream.
29661         (lto_output_tree_header): Remove ix parameter, don't write it.
29662         (lto_output_builtin_tree): Likewise.
29663         (lto_write_tree): Adjust callers to above, don't track and write
29664         offset, write unsigned index.
29665         (output_unreferenced_globals): Don't emit all global vars.
29666         (write_global_references): Use unsigned indices.
29667         (lto_output_decl_state_refs): Likewise.
29668         (write_symbol): Likewise.
29669         * lto-streamer-in.c (lto_input_chain): Move earlier.
29670         (input_function): Use unsigned index.
29671         (input_alias_pairs): Don't read and then ignore all global vars.
29672         (lto_materialize_tree): Remove ix_p parameter, don't read index,
29673         don't pass it back, use lto_streamer_cache_append.
29674         (lto_register_var_decl_in_symtab): Use unsigned index.
29675         (lto_register_function_decl_in_symtab): Likewise.
29676         (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
29677         index.
29678         (lto_get_builtin_tree): Don't read index, use
29679         lto_streamer_cache_append.
29680         (lto_read_tree): Adjust call to lto_materialize_tree.
29682         * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
29683         don't use function calls in arguments to MIN.
29685         * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
29686         twice.
29688         * gimple.c (gimple_type_leader_entry): Mark deletable.
29690 2011-04-03  Alan Modra  <amodra@gmail.com>
29692         * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
29694 2011-04-03  Michael Matz  <matz@suse.de>
29696         * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
29697         an integer.
29698         * tree.h (tree_decl_non_common.vindex): Adjust comment.
29700 2011-04-03  Michael Matz  <matz@suse.de>
29702         * cgraphbuild.c (record_reference): Canonicalize constructor values.
29703         * gimple-fold.c (canonicalize_constructor_val): Accept being called
29704         without function context.
29705         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
29706         current_function_decl and cfun.
29708 2011-04-03  Michael Matz  <matz@suse.de>
29710         * tree.c (decl_init_priority_insert): Don't create entry for
29711         default priority.
29712         (decl_fini_priority_insert): Ditto.
29713         (fields_compatible_p, find_compatible_field): Remove.
29714         * tree.h (fields_compatible_p, find_compatible_field): Remove.
29715         * gimple.c (gimple_compare_field_offset): Adjust block comment.
29717 2011-04-03  Eric Botcazou  <ebotcazou@adacore.com>
29719         * combine.c (try_combine): Remove useless local variable.
29721 2011-04-03  Richard Guenther  <rguenther@suse.de>
29722             Ira Rosen  <ira.rosen@linaro.org>
29724         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
29725         non-variable offsets and compare the remaining bases of the two
29726         accesses instead of looking for exact same data-ref.
29728 2011-04-02  Kai Tietz  <ktietz@redhat.com>
29730         PR target/48416
29731         * i386.c (ix86_function_arg_boundary): Fix printf formatter.
29733         * i386.c (ix86_is_msabi_thiscall): New helper function.
29734         (ix86_is_type_thiscall): New helper function.
29735         (ix86_comp_type_attributes): Handle thiscall for method-functions
29736         special.
29737         (init_cumulative_args): Likewise.
29738         (find_drap_reg): Likewise.
29739         (ix86_static_chain): Likewise.
29740         (x86_this_parameter): Likewise.
29741         (x86_output_mi_thunk): Likewise.
29743 2011-04-01  Olivier Hainque  <hainque@adacore.com>
29744             Nicolas Setton  <setton@adacore.com>
29745             Eric Botcazou  <ebotcazou@adacore.com>
29747         * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
29748         (add_gnat_descriptive_type_attribute): New function.
29749         (gen_array_type_die): Call it.
29750         (gen_enumeration_type_die): Likewise.
29751         (gen_struct_or_union_type_die): Likewise.
29752         (modified_type_die): Likewise.
29753         * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
29754         * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
29755         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
29757 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
29759         PR bootstrap/48148
29760         * dwarf2out.c (resolve_addr): Don't call force_decl_die
29761         if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
29763         Revert:
29764         2011-03-17  Richard Guenther  <rguenther@suse.de>
29766         PR bootstrap/48148
29767         * lto-cgraph.c (input_overwrite_node): Clear the abstract
29768         origin for decls in other ltrans units.
29769         (input_varpool_node): Likewise.
29771 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
29773         PR middle-end/48335
29774         * expr.c (expand_assignment): Handle all possibilities
29775         if TO_RTX is CONCAT.
29776         * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
29777         (store_split_bit_field): If SUBREG_REG (op0) or
29778         op0 itself has smaller mode than word, return it
29779         for offset 0 and const0_rtx for out-of-bounds stores.
29780         If word is const0_rtx, skip it.
29782 2011-04-01  Naveen H.S  <naveen.S@kpitcummins.com>
29784         * config/h8300/h8300.c (print_operand_address): Rename to...
29785         (h8300_print_operand_address): ...this. Make static. Adjust comments.
29786         Call h8300_print_operand and h8300_print_operand_address instead of
29787         print_operand and print_operand_address. Declare.
29788         (print_operand): Renake to...
29789         (h8300_print_operand): ...this. Make static. Adjust comments.
29790         Call h8300_print_operand instead of print_operand. Declare.
29791         (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
29792         (h8300_register_move_cost): Likewise.
29793         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
29794         TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
29795         * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
29796         PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
29797         * config/h8300/h8300-protos.h (print_operand): Delete.
29798         (print_operand_address): Delete.
29800 2011-04-01  Richard Henderson  <rth@redhat.com>
29802         PR 48400
29803         * dwarf2out.c (dwarf2out_source_line): Disable discriminators
29804         in strict mode before dwarf4.  Re-order tests to early out
29805         before switching sections.
29807 2011-04-01  Nathan Froyd  <froydnj@codesourcery.com>
29809         * config/h8300/constraints.md: New file.
29810         * config/h8300/h8300.md: Include it.  Use satisfies_constraint_J,
29811         satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
29812         (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
29813         * config/h8300/predicates.md (bit_operand): Likewise.
29814         (incdec_operand): Use satisfies_constraint_M and
29815         satisfies_constraint_O.  Don't use C code block.
29816         * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
29817         * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
29818         (compute_mov_length): Use satisfies_constraint_G.
29819         (fix_bit_operand): Use satisfies_constraint_U.
29820         * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
29821         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
29822         (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
29823         (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
29824         (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
29825         (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
29826         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
29827         (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
29828         (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
29829         (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
29830         (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
29831         (EXTRA_MEMORY_CONSTRAINT): Delete.
29833 2011-04-01  Andrew Pinski  <pinskia@gmail.com>
29834             Michael Meissner  <meissner@linux.vnet.ibm.com>
29836         PR target/48262
29837         * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
29838         operands, as per the specifications.
29840         * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
29841         (vec_extract_evenv4sf): Ditto.
29842         (vec_extract_evenv8hi): Ditto.
29843         (vec_extract_evenv16qi): Ditto.
29844         (vec_extract_oddv4si): Ditto.
29846 2011-03-31  Mark Wielaard  <mjw@redhat.com>
29848         * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
29849         high_pc attribute if the CU has no associated code. Only output
29850         DW_AT_entry_pc for CU if not generating strict dwarf and
29851         dwarf_version < 4.
29853 2011-04-01  Bernd Schmidt  <bernds@codesourcery.com>
29855         * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
29856         * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
29857         out of ...
29858         (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
29859         * final.c (final_start_function): Call the new function rather
29860         than using a NULL argument for dwarf2out_frame_debug.
29862         * ifcvt.c (cond_exec_process_insns): Disallow converting a block
29863         that contains the prologue.
29865         * haifa-sched.c (queue_insn): New arg REASON.  All callers
29866         changed.  Print it in debugging output.
29868         * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
29870         * sched-ebb.c (begin_schedule_ready): Remove second argument.
29871         Split most of the code into...
29872         (begin_move_insn): ... here.  New function.
29873         (ebb_sched_info): Add a pointer to it.
29874         * haifa-sched.c (scheduled_insns): New static variable.
29875         (sched_extend_ready_list): Allocate it.
29876         (schedule_block): Use it to record the order of scheduled insns.
29877         Perform RTL changes to move insns only after all scheduling
29878         decisions have been made.
29879         * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
29880         begin_move_insn field.
29881         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
29882         * sched-int.h (struct haifa_sched_info): Remove second argument
29883         from begin_schedule_ready hook.  Add new member begin_move_insn.
29884         * sched-rgn.c (begin_schedule_ready): Remove second argument.
29885         (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
29887         * haifa-sched.c (prune_ready_list): New function, broken out of
29888         schedule_block.
29889         (schedule_block): Use it.
29891 2011-04-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
29893         * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
29895 2011-04-01  Kai Tietz  <ktietz@redhat.com>
29897         * config.gcc (*-*-mingw*): Allow as option the
29898         posix threading model.
29899         * config/i386/mingw32.h (SPEC_PTHREAD1,  SPEC_PTHREAD2):
29900         New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
29901         definition.
29902         (CPP_SPEC): Add pthread/no-pthread handling.
29903         (LIB_SPEC): Likewise.
29904         * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
29905         (LIB_SPEC): Likewise.
29906         * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
29907         flag to pass -pthread option for shared libgcc build.
29908         (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
29909         for shared libgcc build.
29910         * config/i386/t-mingw-pthread: New file.
29911         * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
29912         New define to enable use of library pthread by default.
29913         * config/i386/mingw.opt (pthread): New driver option.
29914         (no-pthread): New driver option.
29915         * config/i386/cygming.opt: Make sure trailing empty line is retained.
29916         * config/i386/mingw-w64.opt: Likewise.
29918 2011-04-01  Gary Funck  <gary@intrepid.com>
29920         * c-decl.c (grokdeclarator): Fix formatting.
29922 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29924         * expr.c (emit_block_move_via_movmem): Use n_generator_args
29925         instead of n_operands.
29926         (set_storage_via_setmem): Likewise.
29927         * optabs.c (maybe_gen_insn): Likewise.
29928         * config/arm/arm.c (arm_init_neon_builtins): Likewise.
29929         * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
29930         (mips_expand_builtin_direct): Likewise.
29931         * config/spu/spu.c (expand_builtin_args): Likewise.
29933 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29935         * recog.h (insn_data_d): Add n_generator_args.
29936         * genoutput.c (data): Likewise.
29937         (output_insn_data): Print it.
29938         (max_opno, num_dups): Delete.
29939         (scan_operands): Just fill in "d->operand[...]".
29940         (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
29942 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29944         * gensupport.h (pattern_stats): New structure.
29945         * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
29946         * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
29947         (max_operand_1, max_operand_vec): Delete.
29948         (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
29950 2011-03-31  Nathan Froyd  <froydnj@codesourcery.com>
29952         * emit-rtl.c (emit_pattern_after_setloc): New function.
29953         (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
29954         (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
29955         (emit_pattern_after): New function.
29956         (emit_insn_after, emit_jump_insn_after): Call it.
29957         (emit_call_insn_after, emit_debug_insn_after): Likewise.
29958         (emit_pattern_before_setloc): New function.
29959         (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
29960         (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
29961         Likewise.
29962         (emit_pattern_before): New function.
29963         (emit_insn_before, emit_jump_insn_before): Call it.
29964         (emit_call_insn_before, emit_debug_insn_before): Likewise.
29966 2011-03-31  Richard Henderson  <rth@redhat.com>
29968         * dwarf2out.c (dw_separate_line_info_ref): Remove.
29969         (dw_separate_line_info_entry): Remove.
29970         (enum dw_line_info_opcode): New.
29971         (dw_line_info_entry): Use it.
29972         (dw_line_info_table, dw_line_info_table_p): New.
29973         (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
29974         (line_info_table, line_info_label_num): Remove.
29975         (line_info_table_in_use): Remove.
29976         (separate_line_info_table): Remove.
29977         (separate_line_info_table_allocated): Remove.
29978         (separate_line_info_table_in_use): Remove.
29979         (LINE_INFO_TABLE_INCREMENT): Remove.
29980         (line_info_label_num): New.
29981         (cur_line_info_table): New.
29982         (text_section_line_info, cold_text_section_line_info): New.
29983         (separate_line_info): New.
29984         (SEPARATE_LINE_CODE_LABEL): Remove.
29985         (print_dwarf_line_table): Remove.
29986         (debug_dwarf): Don't dump it.
29987         (output_one_line_info_table): New.
29988         (output_line_info): Use it.
29989         (new_line_info_table): New.
29990         (set_cur_line_info_table): New.
29991         (dwarf2out_switch_text_section): Use it.
29992         (dwarf2out_begin_function): Likewise.
29993         (push_dw_line_info_entry): New.
29994         (dwarf2out_source_line): Rewrite for new line info tables.
29995         (dwarf2out_init): Remove dead initailizations.
29997 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
29999         * opts.h (cl_option): Add comments to fields.  Add bit-fields for
30000         various flags.
30001         (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
30002         CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
30003         CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
30004         CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
30005         (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
30006         * opt-functions.awk (flag_init, switch_bit_fields): New.
30007         (switch_flags): Don't handle flags moved to bit-fields.  Don't
30008         generate CL_MISSING_OK or CL_SAVE.
30009         * optc-gen.awk: Update to generate bit-field output as well as
30010         flags field.
30011         * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
30012         bit-field instead of CL_REJECT_DRIVER flag.
30013         * opts-common.c (generate_canonical_option,
30014         decode_cmdline_option): Use bit-fields instead of CL_* flags.
30015         * opts.c (maybe_default_option): Use cl_reject_negative bit-field
30016         instead of CL_REJECT_NEGATIVE flag.
30017         * toplev.c (print_switch_values): Use cl_report bit-field instead
30018         of CL_REPORT flag.
30020 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
30022         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
30023         a zero minimum index only if it is redundant.
30025 2011-03-31  Vladimir Makarov  <vmakarov@redhat.com>
30027         PR rtl-optimization/48381
30028         * ira-color.c (assign_hard_reg): Use hard reg set intersection
30029         instead of ira_class_hard_reg_index for calculating conflicting
30030         hard registers.
30032 2011-03-31  Steven Bosscher  <steven@gcc.gnu.org>
30034         * cprop.c: Clean up hash table building.
30035         (reg_avail_info): Remove.
30036         (oprs_available_p): Remove.
30037         (record_last_reg_set_info): Remove.
30038         (record_last_set_info): Remove.
30039         (reg_available_p): New function.
30040         (gcse_constant_p): Do not treat unfolded conditions as constants.
30041         (make_set_regs_unavailable): New function.
30042         (hash_scan_set): Simplify with new reg_available_p.
30043         (compute_hash_table_work): Traverse insns stream only once.
30044         Do not compute reg_avail_info. Traverse insns in reverse order.
30045         Record implicit sets after recording explicit sets from the block.
30047 2011-03-31  Michael Matz  <matz@suse.de>
30049         * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
30051 2011-03-31  Anatoly Sokolov  <aesok@post.ru>
30053         * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
30054         * config/h8300/h8300-protos.h (h8300_get_index): Remove.
30055         * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
30056         (h8300_mode_dependent_address_p): New function.
30057         (h8300_get_index): Make static.
30059 2011-03-31  Jeff Law  <law@redhat.com>
30061         * reload1.c (elimination_effects): Fix typo in recent change.
30063         * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
30064         typo potentially leading to null pointer dereference.
30066         * caller-save.c (new_saved_hard_reg): Eliminate return value.
30067         (setup_save_areas): Corresponding changes to avoid useless
30068         assignments.
30070         * jump.c (reversed_comparison_code_parts): Avoid successive return
30071         statements when REVERSE_CONDITION is defined.
30073         * expr.c (expand_assignment): Avoid useless assignments.
30074         (expand_expr_real_1): Likewise.
30075         (expand_expr_real_2): Avoid useless statements.
30077         * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
30079         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
30081         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
30082         statements.
30084         * stmt.c (expand_expr_stmt): Avoid useless assignment.
30086 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
30088         PR target/47109
30089         * doc/tm.texi.in (TARGET_VERSION): Remove.
30090         * doc/tm.texi: Regenerate.
30091         * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
30092         * collect2.c (main): Don't use TARGET_VERSION.
30093         * mips-tdump.c (main): Don't use TARGET_VERSION.
30094         * mips-tfile.c (main): Don't use TARGET_VERSION.
30095         * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
30096         * config/rs6000/vxworksae.h: Remove.
30097         * config/alpha/alpha.h (TARGET_VERSION): Remove.
30098         * config/alpha/freebsd.h (TARGET_VERSION): Remove.
30099         * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
30100         * config/alpha/netbsd.h (TARGET_VERSION): Remove.
30101         * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
30102         * config/arm/arm.h (TARGET_VERSION): Remove.
30103         * config/arm/coff.h (TARGET_VERSION): Remove.
30104         * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
30105         * config/arm/elf.h (TARGET_VERSION): Remove.
30106         * config/arm/freebsd.h (TARGET_VERSION): Remove.
30107         * config/arm/linux-elf.h (TARGET_VERSION): Remove.
30108         * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
30109         * config/arm/pe.h (TARGET_VERSION): Remove.
30110         * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
30111         * config/arm/semi.h (TARGET_VERSION): Remove.
30112         * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
30113         * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
30114         * config/arm/vxworks.h (TARGET_VERSION): Remove.
30115         * config/avr/avr.h (TARGET_VERSION): Remove.
30116         * config/bfin/bfin.h (TARGET_VERSION): Remove.
30117         * config/fr30/fr30.h (TARGET_VERSION): Remove.
30118         * config/frv/frv.h (TARGET_VERSION): Remove.
30119         * config/h8300/h8300.h (TARGET_VERSION): Remove.
30120         * config/i386/cygwin.h (TARGET_VERSION): Remove.
30121         * config/i386/darwin.h (TARGET_VERSION): Remove.
30122         * config/i386/darwin64.h (TARGET_VERSION): Remove.
30123         * config/i386/djgpp.h (TARGET_VERSION): Remove.
30124         * config/i386/freebsd.h (TARGET_VERSION): Remove.
30125         * config/i386/freebsd64.h (TARGET_VERSION): Remove.
30126         * config/i386/gnu.h (TARGET_VERSION): Remove.
30127         * config/i386/i386-interix.h (TARGET_VERSION): Remove.
30128         * config/i386/i386elf.h (TARGET_VERSION): Remove.
30129         * config/i386/linux.h (TARGET_VERSION): Remove.
30130         * config/i386/linux64.h (TARGET_VERSION): Remove.
30131         * config/i386/lynx.h (TARGET_VERSION): Remove.
30132         * config/i386/mingw32.h (TARGET_VERSION): Remove.
30133         * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
30134         * config/i386/netbsd64.h (TARGET_VERSION): Remove.
30135         * config/i386/netware.h (TARGET_VERSION): Remove.
30136         * config/i386/nto.h (TARGET_VERSION): Remove.
30137         * config/i386/openbsd.h (TARGET_VERSION): Remove.
30138         * config/i386/vxworks.h (TARGET_VERSION): Remove.
30139         * config/ia64/elf.h (TARGET_VERSION): Remove.
30140         * config/ia64/freebsd.h (TARGET_VERSION): Remove.
30141         * config/ia64/hpux.h (TARGET_VERSION): Remove.
30142         * config/ia64/linux.h (TARGET_VERSION): Remove.
30143         * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
30144         * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
30145         TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
30146         * config/lm32/lm32.h (TARGET_VERSION): Remove.
30147         * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
30148         * config/m32c/m32c.h (TARGET_VERSION): Remove.
30149         * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
30150         * config/m32r/m32r.h (TARGET_VERSION): Remove.
30151         * config/m68k/linux.h (TARGET_VERSION): Remove.
30152         * config/m68k/m68k.h (TARGET_VERSION): Remove.
30153         * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
30154         * config/m68k/uclinux.h (TARGET_VERSION): Remove.
30155         * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
30156         * config/mep/mep.h (TARGET_VERSION): Remove.
30157         * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
30158         MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
30159         * config/mips/iris6.h (MACHINE_TYPE): Remove.
30160         * config/mips/linux.h (TARGET_VERSION): Remove.
30161         * config/mips/netbsd.h (MACHINE_TYPE): Remove.
30162         * config/mips/vxworks.h (TARGET_VERSION): Remove.
30163         * config/mmix/mmix.h (TARGET_VERSION): Remove.
30164         * config/mn10300/linux.h (TARGET_VERSION): Remove.
30165         * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
30166         * config/pa/pa.h (TARGET_VERSION): Remove.
30167         * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
30168         * config/picochip/picochip.h (TARGET_VERSION): Remove.
30169         * config/rs6000/aix.h (TARGET_VERSION): Remove.
30170         * config/rs6000/darwin.h (TARGET_VERSION): Remove.
30171         * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
30172         * config/rs6000/eabi.h (TARGET_VERSION): Remove.
30173         * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
30174         * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
30175         * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
30176         * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
30177         * config/rs6000/linux.h (TARGET_VERSION): Remove.
30178         * config/rs6000/linux64.h (TARGET_VERSION): Remove.
30179         * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
30180         * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
30181         * config/rs6000/lynx.h (TARGET_VERSION): Remove.
30182         * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
30183         * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
30184         * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
30185         * config/s390/linux.h (TARGET_VERSION): Remove.
30186         * config/s390/s390.h (TARGET_VERSION): Remove.
30187         * config/s390/tpf.h (TARGET_VERSION): Remove.
30188         * config/score/score.h (TARGET_VERSION): Remove.
30189         * config/sh/linux.h (TARGET_VERSION): Remove.
30190         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
30191         TARGET_VERSION_CPU, TARGET_VERSION): Remove.
30192         * config/sh/sh.h (TARGET_VERSION): Remove.
30193         * config/sh/sh64.h (TARGET_VERSION): Remove.
30194         * config/sh/superh.h (TARGET_VERSION): Remove.
30195         * config/sh/vxworks.h (TARGET_VERSION): Remove.
30196         * config/sparc/freebsd.h (TARGET_VERSION): Remove.
30197         * config/sparc/linux.h (TARGET_VERSION): Remove.
30198         * config/sparc/linux64.h (TARGET_VERSION): Remove.
30199         * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
30200         TARGET_NAME32, TARGET_NAME): Remove.
30201         * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
30202         * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
30203         * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
30204         * config/sparc/sysv4.h (TARGET_VERSION): Remove.
30205         * config/sparc/vxworks.h (TARGET_VERSION): Remove.
30206         * config/spu/spu.h (TARGET_VERSION): Remove.
30207         * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
30208         * config/v850/v850.h (TARGET_VERSION): Remove.
30209         * config/vax/linux.h (TARGET_VERSION): Remove.
30210         * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
30211         * config/xtensa/elf.h (TARGET_VERSION): Remove.
30212         * config/xtensa/linux.h (TARGET_VERSION): Remove.
30214 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
30216         PR target/48142
30217         * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
30218         frame-related from frame-unrelated adjustments to the stack pointer.
30220 2011-03-31  Jakub Jelinek  <jakub@redhat.com>
30222         * common.opt (fdebug-types-section): Move earlier.
30223         * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
30225 2011-03-31  Andreas Tobler  <andreast@fgznet.ch>
30227         * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
30228         var.
30230 2011-03-30  Nathan Froyd  <froydnj@codesourcery.com>
30232         * tree.h (CASE_CHAIN): Define.
30233         * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
30234         (gimple_redirect_edge_and_branch): Likewise.
30236 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
30238         PR middle-end/48367
30239         * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
30240         calculation.
30242 2011-03-30  Jeff Law  <law@redhat.com>
30244         * PR bootstrap/48371
30245         * reload1.c (reload): Fix botch in last change.
30247         * reload.h (struct reload): Fix typo introduced in last change.
30249 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
30251         * config/arm/arm.opt (mhard-float, msoft-float): Mark
30252         Undocumented.  Remove help text.
30253         * doc/invoke.texi (ARM Options): Don't document -msoft-float and
30254         -mhard-float.
30256 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
30258         * doc/options.texi (NegativeAlias): Document.
30259         (Alias): Mention NegativeAlias.
30260         * opt-functions.awk: Handle NegativeAlias.
30261         * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
30262         * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
30263         * opts.h (CL_NEGATIVE_ALIAS): Define.
30264         * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
30265         (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
30266         OPT_mspe_.
30267         * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
30268         Alias entries.
30269         * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
30270         mno-spe and mno-isel instead of mspe=no and -misel=no.
30272 2011-03-29  Mark Wielaard  <mjw@redhat.com>
30274         * common.opt (fdebug-types-section): New flag.
30275         * doc/invoke.texi: Document new -fno-debug-types-section flag.
30276         * dwarf2out.c (use_debug_types): New define.
30277         (struct die_struct): Mark die_id with GTY desc use_debug_types.
30278         (print_die): Guard output of type unit signatures using
30279         use_debug_types.
30280         (build_abbrev_table): Replace assert of dwarf_version >= 4
30281         with assert on use_debug_types.
30282         (size_of_die): Likewise.
30283         (unmark_dies): Likewise.
30284         (value_format): Decide AT_ref_external form on use_debug_types.
30285         (output_die): Replace dwarf_version version check guard with
30286         use_debug_types where appropriate.
30287         (modified_type_die): Likewise.
30288         (gen_reference_type_die): Likewise.
30289         (dwarf2out_start_source_file): Likewise.
30290         (dwarf2out_end_source_file): Likewise.
30291         (prune_unused_types_walk_attribs): Likewise.
30292         (dwarf2out_finish): Likewise.
30294 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
30296         * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
30298 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
30300         PR rtl-optimization/48332
30301         * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
30302         mode of input operand N and modeN to its actual mode.
30304 2011-03-30  Jeff Law  <law@redhat.com>
30306         * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
30307         define accessor macro.
30308         (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
30309         (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
30310         (reg_equiv_init): Likewise.
30311         (reg_equivs_size): New variable.
30312         (reg_equiv_init_size): Remove.
30313         (allocate_initial_values): Move prototype to here from....
30314         * integrate.h (allocate_initial_values): Remove prototype.
30315         * integrate.c: Include reload.h.
30316         (allocate_initial_values): Corresponding changes.
30317         * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
30318         (fix_reg_equiv_init, no_equiv): Corresponding changes.
30319         (update_equiv_regs): Corresponding changes.
30320         (ira): Corresponding changes.
30321         * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
30322         (push_secondary_reload): Corresponding changes.
30323         (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
30324         (make_memloc, find_reloads_address): Corresponding changes.
30325         (subst_reg_equivs, subst_indexed_address): Corresponding changes.
30326         (find_reloads_address_1): Corresponding changes.
30327         (find_reloads_subreg_address, subst_reloads): Corresponding changes.
30328         (refers_to_regno_for_reload_p): Corresponding changes.
30329         (reg_overlap_mentioned_for_reload_p): Corresponding changes.
30330         (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
30331         * reload1.c: Include ggc.h.
30332         (grow_reg_equivs): New function.
30333         (replace_pseudos_in, reload): Corresponding changes.
30334         (calculate_needs_all_insns, alter_regs): Corresponding changes.
30335         (eliminate_regs_1, elimination_effects): Corresponding changes.
30336         (emit_input_reload_insns, emit_output_reload_insns): Likewise.
30337         (delete_output_reload): Likewise.
30338         * caller-save.c (mark_referenced_regs): Corresponding changes.
30339         * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
30340         * frv/predicates.md (frv_load_operand): Corresponding changes.
30341         * microblaze/microblaze.c (double_memory_operand): Corresponding
30342         changes.
30343         * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
30344         * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
30345         * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
30346         * m68k/m68k.c (emit_move_sequence): Corresponding changes.
30347         * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
30348         changes.
30349         * pa/pa.c (emit_move_sequence): Corresponding changes.
30350         * vax/vax.c (nonindexed_address_p): Corresponding changes.
30352 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
30354         PR target/47551
30355         * config/arm/arm.c (coproc_secondary_reload_class): Handle
30356         structure modes.  Don't check neon_vector_mem_operand for
30357         vector or structure modes.
30359 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
30360             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
30362         PR target/43590
30363         * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
30364         operand 1 and reshuffle the operands to match.
30365         (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
30367 2011-03-30  Christian Schüler  <cschueler@gmx.de>
30369         PR driver/48208
30370         * config/c.opt (F): Added 'Driver' to -F option.
30372         PR driver/48260
30373         * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
30374           handler function.
30375         * config/darwin.opt: Added '-arch' option.
30377 2011-03-30  Nick Clifton  <nickc@redhat.com>
30379         * config/rx/rx.md: Add peepholes and patterns to combine
30380         extending loads and simple arithmetic instructions.
30381         * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
30382         * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
30383         * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
30384         modes to use pre-decrement and post-increment addressing.
30385         (rx_is_restricted_memory_address): Add range checking of REG+INT
30386         addresses.
30387         (rx_print_operand): Add support for %Q.  Fix handling of %Q.
30388         (rx_memory_move_cost): Adjust cost of stores.
30389         (rx_adjust_insn_length): New function.
30391 2011-03-30  Jakub Jelinek  <jakub@redhat.com>
30393         PR c/48305
30394         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
30395         arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
30396         matching arg00/arg01 types.
30398 2011-03-30  Eric Botcazou  <ebotcazou@adacore.com>
30400         * cfglayout.c (insn_locators_alloc): Initialize curr_location and
30401         last_location to UNKNOWN_LOCATION.
30403 2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
30405         PR target/48349
30406         * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
30407         FLOAT_SSE_REGS.
30409 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
30410             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30412         PR bootstrap/48337
30413         * config/sparc/sparc.opt (sparc_cpu_and_features): Add
30414         Init(PROCESSOR_V7).
30415         (sparc_cpu): Likewise.
30416         * config/sparc/sparc.c (sparc_option_override): Replace 0 by
30417         PROCESSOR_V7.
30419 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
30421         PR target/48336
30422         PR middle-end/48342
30423         PR rtl-optimization/48345
30424         * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
30425         hard regs for given mode from profitable regs when doing secondary
30426         allocation.
30428 2011-03-29  Jeff Law  <law@redhat.com>
30430         PR bootstrap/48327
30431         * tree-ssa-threadupdate.c (struct redirection_data): Remove
30432         do_not_duplicate field.
30433         (lookup_redirection_data): Corresponding changes.
30434         (create_duplicates): Always create a template block.
30435         (redirect_edges): Remove code which reused the original block
30436         when it was going to become unreachable code.
30437         (thread_block): Don't set do_not_duplicate field.
30439 2011-03-29  Joseph Myers  <joseph@codesourcery.com>
30441         * lto-opts.c (register_user_option_p, lto_register_user_option):
30442         Make type argument unsigned.
30443         * lto-streamer.h (lto_register_user_option): Make type argument
30444         unsigned.
30445         * opth-gen.awk: Make CL_* macros unsigned.
30446         * opts-common.c (find_opt): Make lang_mask argument unsigned.
30447         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
30448         CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
30449         CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
30450         CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
30451         CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
30452         (find_opt): Make lang_mask argument unsigned.
30454 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
30456         PR rtl-optimization/48331
30457         PR rtl-optimization/48334
30458         * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
30459         for any used algorithm.
30461 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
30463         * ira-conflicts.c (build_object_conflicts): Add unused attribute
30464         to parent_max.
30466 2011-03-29  Uros Bizjak  <ubizjak@gmail.com>
30468         * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
30469         (alpha_option_override): Don't set alpha_sr_alias_set.
30470         (emit_frame_store_1): Use gen_frame_mem rather than calling
30471         set_mem_alias_set.
30472         (alpha_expand_epilogue): Ditto.
30474 2011-03-29  Ira Rosen  <ira.rosen@linaro.org>
30476         PR tree-optimization/48290
30477         * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
30478         vectorization, check that relevant phis in the basic block after
30479         the inner loop are really inner loop's exit phis.
30481 2011-03-29  Richard Sandiford  <richard.sandiford@linaro.org>
30483         PR debug/48190
30484         * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
30485         (cached_dw_loc_list_def): New structure.
30486         (cached_dw_loc_list): New typedef.
30487         (cached_dw_loc_list_table): New variable.
30488         (cached_dw_loc_list_table_hash): New function.
30489         (cached_dw_loc_list_table_eq): Likewise.
30490         (add_location_or_const_value_attribute): Take a bool cache_p.
30491         Cache the list when the parameter is true.
30492         (gen_formal_parameter_die): Update caller.
30493         (gen_variable_die): Likewise.
30494         (dwarf2out_finish): Likewise.
30495         (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
30496         while generating debug info for the decl.
30497         (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
30498         (dwarf2out_init): Initialize cached_dw_loc_list_table.
30499         (resolve_addr): Cache the result of resolving a chain of
30500         location lists.
30502 2011-03-28  Vladimir Makarov  <vmakarov@redhat.com>
30504         * ira-color.c (update_left_conflict_sizes_p): Don't assume that
30505         conflict object hard regset nodes have intersecting hard reg sets.
30507         * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
30508         after regstat_init_n_sets_and_refs.
30510         * ira.c: Add more comments at the top.
30511         (setup_stack_reg_pressure_class, setup_pressure_classes):
30512         Add comments how we compute the register pressure classes.
30513         (setup_allocno_and_important_classes): Add more comments.
30514         (setup_class_translate_array, reorder_important_classes)
30515         (setup_reg_class_relations): Add comments.
30517         * ira-emit.c: Add 2011 to the Copyright line.  Add comments at the
30518         start of the file.
30520         * ira-color.c: Add 2011 to the Copyright line.
30521         (assign_hard_reg):  Add more comments.
30522         (improve_allocation): Ditto.
30524         * ira-costs.c: Add 2011 to the Copyright line.
30525         (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
30526         comments.
30527         (setup_regno_cost_classes_by_mode): Ditto.
30529         Initial patches from ira-improv branch:
30531         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
30533         * ira-build.c (ira_create_object): Remove initialization of
30534         OBJECT_PROFITABLE_HARD_REGS.  Initialize OBJECT_ADD_DATA.
30535         (ira_create_allocno): Remove initialization of
30536         ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
30537         ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
30538         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
30539         ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
30540         ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
30541         Initialize ALLOCNO_ADD_DATA.
30542         (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
30543         and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
30544         ALLOCNO_REG.
30545         (ira_flattening): Ditto.  Use ALLOCNO_EMIT_DATA instead of
30546         ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
30548         * ira.c (ira_reallocate): Remove.
30549         (setup_pressure_classes): Call
30550         ira_init_register_move_cost_if_necessary.  Use
30551         ira_register_move_cost instead of ira_get_register_move_cost.
30552         (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
30553         (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
30555         * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
30556         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
30557         ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
30558         ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
30559         instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
30560         OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
30561         Fix formatting.
30562         (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
30563         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
30564         (struct allocno_color_data): New.
30565         (allocno_color_data_t): New typedef.
30566         (allocno_color_data): New definition.
30567         (ALLOCNO_COLOR_DATA): New macro.
30568         (struct object_color_data): New.
30569         (object_color_data_t): New typedef.
30570         (object_color_data): New definition.
30571         (OBJECT_COLOR_DATA): New macro.
30572         (update_copy_costs, calculate_allocno_spill_cost): Call
30573         ira_init_register_move_cost_if_necessary.  Use
30574         ira_register_move_cost instead of ira_get_register_move_cost.
30575         (move_spill_restore, update_curr_costs): Ditto.
30576         (allocno_spill_priority): Make it inline.
30577         (color_pass): Allocate and free allocno_color_dat and object_color_data.
30578         (struct coalesce_data, coalesce_data_t): New.
30579         (allocno_coalesce_data): New definition.
30580         (ALLOCNO_COALESCE_DATA): New macro.
30581         (merge_allocnos, coalesced_allocno_conflict_p): Use
30582         ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
30583         ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
30584         (coalesce_allocnos): Ditto.
30585         (setup_coalesced_allocno_costs_and_nums): Ditto.
30586         (collect_spilled_coalesced_allocnos): Ditto.
30587         (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
30588         (setup_slot_coalesced_allocno_live_ranges): Ditto.
30589         (coalesce_spill_slots): Ditto.
30590         (ira_sort_regnos_for_alter_reg): Ditto.  Allocate, initialize and
30591         free allocno_coalesce_data.
30593         * ira-conflicts.c: Fix formatting.
30594         (process_regs_for_copy): Call
30595         ira_init_register_move_cost_if_necessary.  Use
30596         ira_register_move_cost instead of ira_get_register_move_cost.
30597         (build_object_conflicts): Optimize.
30599         * ira-costs.c (record_reg_classes): Optimize.  Call
30600         ira_init_register_move_cost_if_necessary.  Use
30601         ira_register_move_cost, ira_may_move_in_cost, and
30602         ira_may_move_out_cost instead of ira_get_register_move_cost and
30603         ira_get_may_move_cost.
30604         (record_address_regs): Ditto.
30605         (scan_one_insn): Optimize.
30606         (find_costs_and_classes): Optimize.
30607         (process_bb_node_for_hard_reg_moves): Call
30608         ira_init_register_move_cost_if_necessary.  Use
30609         ira_register_move_cost instead of ira_get_register_move_cost.
30611         * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
30612         ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
30613         ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
30614         (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
30615         definitions.
30616         (ira_initiate_emit_data, ira_finish_emit_data)
30617         (create_new_allocno): New functions.
30618         (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
30619         (emit_move_list): Call ira_init_register_move_cost_if_necessary.
30620         Use ira_register_move_cost instead of ira_get_register_move_cost.
30622         * ira-int.h: Fix some comments.
30623         (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
30624         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
30625         (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
30626         hard_regs_subnodes_start, hard_regs_subnodes_num.  Add new member
30627         add_data.
30628         (struct ira_allocno): Make mode and aclass a bitfield.  Move other
30629         bitfield after mode.  Make hard_regno a short int.  Make
30630         hard_regno short.  Remove first_coalesced_allocno and
30631         next_coalesced_allocno.  Move mem_optimized_dest_p,
30632         somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
30633         into struct ira_emit_data.  Remove in_graph_p, may_be_spilled_p,
30634         available_regs_num, next_bucket_allocno, prev_bucket_allocno,
30635         temp, colorable_p.  Add new member add_data.
30636         (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
30637         (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
30638         (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
30639         (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
30640         (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
30641         (ALLOCNO_ADD_DATA): New macro.
30642         (ira_emit_data_t): New typedef.
30643         (struct ira_emit_data): New.  Move mem_optimized_dest_p,
30644         somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
30645         from struct ira_allocno.
30646         (ALLOCNO_EMIT_DATA): New macro.
30647         (ira_allocno_emit_data, allocno_emit_reg): New.
30648         (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
30649         (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
30650         (OBJECT_ADD_DATA): New macro.
30651         (ira_reallocate): Remove.
30652         (ira_initiate_emit_data, ira_finish_emit_data): New.
30653         (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
30654         (ira_init_register_move_cost_if_necessary): New.
30655         (ira_object_conflict_iter_next): Merge into
30656         ira_object_conflict_iter_cond.
30657         (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
30659         * ira-live.c (process_single_reg_class_operands): Call
30660         ira_init_register_move_cost_if_necessary.  Use
30661         ira_register_move_cost instead of ira_get_register_move_cost.
30663         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
30665         * ira-int.h (struct target_ira_int): Remove x_cost_classes.
30667         * ira-costs.c: Fix formatting.
30668         (cost_classes, cost_classes_num): Remove.
30669         (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
30670         (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
30671         (cost_classes_del, cost_classes_htab): New.
30672         (cost_classes_aclass_cache, cost_classes_mode_cache): New.
30673         (initiate_regno_cost_classes, setup_cost_classes): New.
30674         (setup_regno_cost_classes_by_aclass): New.
30675         (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
30676         (record_reg_classes): Use regno_cost_classes instead of
30677         cost_classes.  Move checking opposite operand up.
30678         (record_address_regs): Use regno_cost_classes
30679         instead of cost_classes.
30680         (scan_one_insn): Ditto.  Use always general register.
30681         (print_allocno_costs): Use regno_cost_classes instead of
30682         cost_classes.
30683         (print_pseudo_costs): Ditto.  Use Reg_N_REFS.
30684         (find_costs_and_classes): Set up cost classes for each registers.
30685         Use also their mode for this.  Use regno_cost_classes instead of
30686         cost_classes.
30687         (setup_allocno_class_and_costs): Use regno_cost_classes instead of
30688         cost_classes.
30689         (free_ira_costs, ira_init_costs): Don't use cost_classes.
30690         (ira_costs, ira_set_pseudo_classes): Call
30691         initiate_regno_cost_classes and finish_regno_cost_classes.
30693         2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
30695         * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
30697         * target.def (ira_cover_classes): Remove.
30699         * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
30701         * doc/tm.texi.in: Ditto.
30703         * ira-conflicts.c: Remove mentioning cover classes from the file.
30704         Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Use
30705         ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST.  Fix formatting.
30707         * targhooks.c (default_ira_cover_classes): Remove.
30709         * targhooks.h (default_ira_cover_classes): Ditto.
30711         * haifa-sched.c: Remove mentioning cover classes from the file.
30712         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
30713         ira_pressure_classes and ira_pressure_classes_num instead of
30714         ira_reg_class_cover_size and ira_reg_class_cover.  Use
30715         sched_regno_pressure_class instead of sched_regno_cover_class.
30716         (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
30717         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30719         * ira-int.h: Add 2010 to Copyright.  Remove mentioning cover
30720         classes from the file.
30721         (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
30722         (struct object_hard_regs, struct object_hard_regs_node): New.
30723         (struct ira_object): New members profitable_hard_regs,
30724         hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
30725         (struct ira_allocno): Rename cover_class to aclass.  Rename
30726         cover_class_cost and updated_cover_class_cost to class_cost and
30727         updated_class_cost.  Remove splay_removed_p and
30728         left_conflict_size.  Add new members colorable_p.
30729         (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
30730         (ALLOCNO_COLORABLE_P): New macro.
30731         (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
30732         (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
30733         Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
30734         (OBJECT_...): Rename parameter C to O.
30735         (OBJECT_PROFITABLE_HARD_REGS): New macro.
30736         (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
30737         (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
30738         (struct target_ira_int): New members x_ira_max_memory_move_cost,
30739         x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
30740         x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
30741         x_ira_reg_pressure_class_p, x_ira_important_class_nums,
30742         x_ira_reg_class_superunion.  Rename x_prohibited_class_mode_reg to
30743         x_ira_prohibited_class_mode_reg.  Rename x_ira_reg_class_union to
30744         x_ira_reg_class_subunion.
30745         (ira_max_memory_move_cost, ira_max_register_move_cost)
30746         (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
30747         (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
30748         (ira_important_class_nums, ira_reg_class_superunion): New macros.
30749         (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
30750         (ira_reg_class_union): Rename to ira_reg_class_subunion.
30751         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
30752         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
30753         (ira_tune_allocno_costs_and_cover_classes): Rename to
30754         ira_tune_allocno_costs.
30755         (ira_debug_hard_regs_forest): New.
30756         (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
30757         (ira_object_conflict_iter_next): Fix comments.
30758         (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
30759         (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
30760         cover_class to aclass.
30761         (ira_allocate_and_accumulate_costs): Ditto.
30762         (ira_allocate_and_set_or_copy_costs): Ditto.
30764         * opts.c (decode_options): Remove ira_cover_class check.
30766         * ira-color.c: Remove mentioning cover classes from the file.  Use
30767         ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
30768         instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
30769         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
30770         (splay-tree.h): Remove include.
30771         (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
30772         before copy_freq_compare_func.
30773         (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
30774         (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
30775         New definitions.
30776         (hard_regs_roots, hard_regs_node_vec): Ditto.
30777         (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
30778         (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
30779         (finish_object_hard_regs, object_hard_regs_compare): Ditto.
30780         (create_new_object_hard_regs_node): Ditto.
30781         (add_new_object_hard_regs_node_to_forest): Ditto.
30782         (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
30783         (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
30784         Ditto.
30785         (print_hard_reg_set, print_hard_regs_subforest): Ditto.
30786         (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
30787         (remove_unused_object_hard_regs_nodes): Ditto.
30788         (enumerate_object_hard_regs_nodes): Ditto.
30789         (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
30790         (object_hard_regs_subnode_t): Ditto.
30791         (struct object_hard_regs_subnode): Ditto.
30792         (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
30793         (setup_object_hard_regs_subnode_index): Ditto.
30794         (get_object_hard_regs_subnodes_num): Ditto.
30795         (form_object_hard_regs_nodes_forest): Ditto.
30796         (finish_object_hard_regs_nodes_tree): Ditto.
30797         (finish_object_hard_regs_nodes_forest): Ditto.
30798         (allocnos_have_intersected_live_ranges_p): Rename to
30799         allocnos_conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
30800         (pseudos_have_intersected_live_ranges_p): Rename to
30801         conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
30802         (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
30803         (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
30804         (update_copy_costs): Remove assert.  Skip cost update if the hard
30805         reg does not belong the class.
30806         (assign_hard_reg): Process only profitable hard regs.
30807         (uncolorable_allocnos_num): Make it scalar.
30808         (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
30809         and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
30810         and ira_reg_class_max_nregs.
30811         (bucket_allocno_compare_func): Check frequency first.
30812         (sort_bucket): Add compare function as a parameter.
30813         (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
30814         (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
30815         (push_allocno_to_stack): Rewrite for checking new allocno
30816         colorability.
30817         (remove_allocno_from_bucket_and_push): Print cost too.  Remove assert.
30818         (push_only_colorable): Pass new parameter to sort_bucket.
30819         (push_allocno_to_spill): Remove.
30820         (allocno_spill_priority_compare): Make it inline and rewrite.
30821         (splay_tree_allocate, splay_tree_free): Remove.
30822         (allocno_spill_sort_compare): New function.
30823         (push_allocnos_to_stack): Sort allocnos for spilling once.  Don't
30824         build and use splay tree.  Choose first allocno in uncolorable
30825         allocno bucket to spill.  Remove setting spill cost.
30826         (all_conflicting_hard_regs): Remove.
30827         (setup_allocno_available_regs_num): Check only profitable hard
30828         regs.  Print info about hard regs nodes.
30829         (setup_allocno_left_conflicts_size): Remove.
30830         (put_allocno_into_bucket): Don't call
30831         setup_allocno_left_conflicts_size.  Use setup_left_conflict_sizes_p.
30832         (improve_allocation): New.
30833         (color_allocnos): Call setup_profitable_hard_regs,
30834         form_object_hard_regs_nodes_forest, improve_allocation,
30835         finish_object_hard_regs_nodes_forest.  Setup spill cost.
30836         (print_loop_title): Use pressure classes.
30837         (color_allocnso): Ditto.
30838         (do_coloring): Remove allocation and freeing splay_tree_node_pool
30839         and allocnos_for_spilling.
30840         (ira_sort_regnos_for_alter_reg): Don't setup members
30841         {first,next}_coalesced_allocno.
30842         (color): Remove allocating and freeing removed_splay_allocno_vec.
30843         (fast_allocation): Use ira_prohibited_class_mode_regs instead of
30844         prohibited_class_mode_regs.
30846         * ira-lives.c: Remove mentioning cover classes from the file.  Fix
30847         formatting.
30848         (update_allocno_pressure_excess_length): Use pressure classes.
30849         (inc_register_pressure, dec_register_pressure): Check for pressure
30850         class.
30851         (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
30852         pressure class.  Use ira_reg_class_nregs instead of
30853         ira_reg_class_max_nregs.
30854         (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
30855         (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
30856         (single_reg_class): Use ira_reg_class_nregs instead of
30857         ira_reg_class_max_nregs.
30858         (process_bb_node_lives): Use pressure classes.
30860         * ira-emit.c: Remove mentioning cover classes from the file.  Use
30861         ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Fix formatting.
30862         (change_loop): Use pressure classes.
30863         (modify_move_list): Call ira_set_allocno_class instead of
30864         ira_set_allocno_cover_class.
30866         * ira-build.c: Remove mentioning cover classes from the file.  Use
30867         ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
30868         ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST.  Use
30869         ALLOCNO_UPDATED_CLASS_COST instead of
30870         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
30871         (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
30872         (ira_create_allocno): Remove initialization of
30873         ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE.  Initialize
30874         ALLOCNO_COLORABLE_P.
30875         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
30876         Update conflict regs for the objects.
30877         (create_cap_allocno): Remove assert.  Don't propagate
30878         ALLOCNO_AVAILABLE_REGS_NUM.
30879         (ira_free_allocno_costs): New function.
30880         (finish_allocno): Change a part of code into call of
30881         ira_free_allocno_costs.
30882         (low_pressure_loop_node_p): Use pressure classes.
30883         (object_range_compare_func): Don't compare classes.
30884         (setup_min_max_conflict_allocno_ids): Ditto.
30886         * loop-invariant.c: Remove mentioning cover classes from the file.
30887         Use ira_pressure_classes and ira_pressure_classes_num instead of
30888         ira_reg_class_cover_size and ira_reg_class_cover.  Fix formatting.
30889         (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
30890         Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30891         Use reg_allocno_class instead of reg_cover_class.
30892         (get_inv_cost): Use instead ira_stack_reg_pressure_class of
30893         STACK_REG_COVER_CLASS.
30894         (get_regno_cover_class): Rename to get_regno_pressure_class.
30895         (move_loop_invariants): Initialize and finalize regstat.
30897         * ira.c: Remove mentioning cover classes from the file.  Add
30898         comments about coloring without cover classes.  Use ALLOCNO_CLASS
30899         instead of ALLOCNO_COVER_CLASS.  Fix formatting.
30900         (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
30901         setup_class_subset_and_memory_move_costs.
30902         (setup_stack_reg_pressure_class, setup_pressure_classes): New.
30903         (setup_cover_and_important_classes): Rename to
30904         setup_allocno_and_important_classes.
30905         (setup_class_translate_array): New.
30906         (setup_class_translate): Call it for allocno and pressure classes.
30907         (cover_class_order): Rename to allocno_class_order.
30908         (comp_reg_classes_func): Use ira_allocno_class_translate instead
30909         of ira_class_translate.
30910         (reorder_important_classes): Set up ira_important_class_nums.
30911         (setup_reg_class_relations): Set up ira_reg_class_superunion.
30912         (print_class_cover): Rename to print_classes.  Add parameter.
30913         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
30914         Print pressure classes too.
30915         (find_reg_class_closure): Rename to find_reg_classes.  Don't call
30916         setup_reg_subclasses.
30917         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
30918         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
30919         (setup_prohibited_class_mode_regs): Use
30920         ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
30921         (clarify_prohibited_class_mode_regs): New function.
30922         (ira_init_register_move_cost): Set up ira_max_register_move_cost,
30923         ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
30924         (ira_init_once): Initialize them.
30925         (free_register_move_costs): Process them.
30926         (ira_init): Move calls of find_reg_classes and
30927         setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
30928         Call clarify_prohibited_class_mode_regs.
30929         (ira_no_alloc_reg): Remove.
30930         (too_high_register_pressure_p): Use pressure classes.
30932         * sched-deps.c: Remove mentioning cover classes from the file.
30933         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
30934         ira_pressure_classes and ira_pressure_classes_num instead of
30935         ira_reg_class_cover_size and ira_reg_class_cover.
30936         (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
30937         sched_regno_pressure_class instead of sched_regno_cover_class.
30938         (mark_insn_pseudo_birth, mark_pseudo_death): Ditto.  Use
30939         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30941         * ira.h: Add 2010 to Copyright.
30942         (ira_no_alloc_reg): Remove external.
30943         (struct target_ira): Rename x_ira_hard_regno_cover_class,
30944         x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
30945         x_ira_class_translate to x_ira_hard_regno_allocno_class,
30946         x_ira_allocno_classes_num, x_ira_allocno_classes, and
30947         x_ira_allocno_class_translate.  Add x_ira_pressure_classes_num,
30948         x_ira_pressure_classes, x_ira_pressure_class_translate, and
30949         x_ira_stack_reg_pressure_class.  Rename x_ira_reg_class_nregs to
30950         x_ira_reg_class_max_nregs.  Add x_ira_reg_class_min_nregs and
30951         x_ira_no_alloc_regs.
30952         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
30953         (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
30954         ira_allocno_classes_num and ira_allocno_classes.
30955         (ira_class_translate): Rename to ira_allocno_class_translate.
30956         (ira_pressure_classes_num, ira_pressure_classes): New definitions.
30957         (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
30958         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
30959         (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
30960         (ira_no_alloc_regs): New.
30962         * ira-costs.c: Add 2010 to Copyright.  Remove mentioning cover
30963         classes from the file.  Use ALLOCNO_CLASS instead of
30964         ALLOCNO_COVER_CLASS.  Use ALLOCNO_CLASS_COST instead of
30965         ALLOCNO_COVER_CLASS_COST.
30966         (regno_cover_class): Rename to regno_aclass.
30967         (record_reg_classes): Use ira_reg_class_subunion instead of
30968         ira_reg_class_union.
30969         (record_address_regs): Check overflow.
30970         (scan_one_insn): Ditto.
30971         (print_allocno_costs): Print total mem cost fore regional allocation.
30972         (print_pseudo_costs): Use REG_N_REFS.
30973         (find_costs_and_classes): Use classes intersected with them on the
30974         1st pass. Check overflow.  Use ira_reg_class_subunion instead of
30975         ira_reg_class_union.  Use ira_allocno_class_translate and
30976         regno_aclass instead of ira_class_translate and regno_cover_class.
30977         Modify code for finding regno_aclass.  Setup preferred classes for
30978         the next pass.
30979         (setup_allocno_cover_class_and_costs): Rename to
30980         setup_allocno_class_and_costs.  Use regno_aclass instead of
30981         regno_cover_class.  Use ira_set_allocno_class instead of
30982         ira_set_allocno_cover_class.
30983         (init_costs, finish_costs): Use regno_aclass instead of
30984         regno_cover_class.
30985         (ira_costs): Use setup_allocno_class_and_costs instead of
30986         setup_allocno_cover_class_and_costs.
30987         (ira_tune_allocno_costs_and_cover_classes): Rename to
30988         ira_tune_allocno_costs.  Check overflow.  Skip conflict hard regs
30989         by processing objects.  Use ira_reg_class_max_nregs instead of
30990         ira_reg_class_nregs.
30992         * rtl.h (reg_cover_class): Rename to reg_allocno_class.
30994         * sched-int.h: Remove mentioning cover classes from the file.
30995         (sched_regno_cover_class): Rename to sched_regno_pressure_class.
30997         * reginfo.c: Add 2010 to Copyright.  Remove mentioning cover
30998         classes from the file.
30999         (struct reg_pref): Rename coverclass into allocnoclass.
31000         (reg_cover_class): Rename to reg_allocno_class.
31002         * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
31004         * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
31006         * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
31008         * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
31010         * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
31012         * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
31014         * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
31016         * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
31018         * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
31020         * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
31022         * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
31023         (i386_ira_cover_classes): Ditto.
31025         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
31027         * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
31029         * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
31031         * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
31033         * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
31035         * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
31037         * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
31038         (mips_ira_cover_classes): Ditto.
31040         * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
31042         * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
31044         * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
31046         * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
31048         * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
31050         * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
31051         (IRA_COVER_CLASSES_VSX): Ditto.
31053         * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
31054         (rs6000_ira_cover_classes): Ditto.
31056         * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
31058         * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
31060         * config/score/score.h (IRA_COVER_CLASSES): Ditto.
31062         * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
31064         * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
31066         * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
31068         * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
31070         * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
31072         * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
31074         * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
31076 2011-03-29  Jakub Jelinek  <jakub@redhat.com>
31078         PR debug/48253
31079         * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
31080         dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
31081         dw_fde_unlikely_section_end_label, cold_in_std_section,
31082         dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
31083         Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
31084         fields.
31085         (output_fde): Use dw_fde_second_{begin,end} if second is
31086         true, otherwise dw_fde_{begin,end}.
31087         (output_call_frame_info): Test dw_fde_second_begin != NULL
31088         instead of dw_fde_switched_sections.
31089         (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
31090         fields, initialize new fields.  Initialize in_std_section
31091         unconditionally from the first partition.
31092         (dwarf2out_end_epilogue): Don't override dw_fde_end when
31093         dw_fde_second_begin is non-NULL.
31094         (dwarf2out_switch_text_section): Stop initializing removed
31095         dw_fde_struct fields, initialize new fields, initialize
31096         also dw_fde_end here.  Set dw_fde_switch_cfi even when
31097         dwarf2out_do_cfi_asm ().  Call var_location_switch_text_section.
31098         (struct var_loc_list_def): Add last_before_switch field.
31099         (arange_table, arange_table_allocated, arange_table_in_use,
31100         ARANGE_TABLE_INCREMENT, add_arange): Removed.
31101         (size_of_aranges): Count !in_std_section and !second_in_std_section
31102         hunks in fdes, instead of looking at arange_table_in_use.
31103         (output_aranges): Add aranges_length argument, don't call
31104         size_of_aranges here.  Instead of using aranges_table*
31105         emit ranges for fdes when !in_std_section resp.
31106         !second_in_std_section.
31107         (dw_loc_list): Break ranges crossing section switch.
31108         (convert_cfa_to_fb_loc_list): Likewise.  If switched sections,
31109         use dw_fde_second_end instead of dw_fde_end as end of last range.
31110         (gen_subprogram_die): Don't call add_arange.  Use
31111         dw_fde_{begin,end} for first partition and if switched
31112         section dw_fde_second_{begin,end} for the second.
31113         (var_location_switch_text_section_1,
31114         var_location_switch_text_section): New functions.
31115         (dwarf2out_begin_function): Initialize cold_text_section even
31116         when function_section () isn't text_section.
31117         (prune_unused_types): Don't walk arange_table.
31118         (dwarf2out_finish): Don't needlessly test
31119         flag_reorder_blocks_and_partition when testing cold_text_section_used.
31120         If info_section_emitted, call size_of_aranges and if it indicates
31121         non-empty .debug_aranges, call output_aranges with the computed
31122         size.  Stop using removed dw_fde_struct fields, use
31123         dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
31124         for second.
31126         PR debug/48203
31127         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
31128         create ENTRY_VALUE if incoming or address of incoming's MEM
31129         is a hard REG.
31130         * dwarf2out.c (mem_loc_descriptor): Don't emit
31131         DW_OP_GNU_entry_value of DW_OP_fbreg.
31132         * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
31133         on ENTRY_VALUE is able to find the canonical parameter VALUE.
31134         * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
31135         rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
31136         ENTRY_VALUE_EXPs.
31137         (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
31138         is a REG_P or MEM_P with REG_P address, compute hash directly
31139         instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
31140         (preserve_only_constants): Don't clear VALUES forwaring
31141         ENTRY_VALUE to some other VALUE.
31143 2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>
31145         * builtins.c (expand_builtin_memset_args): Use gen_int_mode
31146         instead of GEN_INT.
31148 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
31150         * cfgexpand.c (expand_gimple_cond): Always set the source location and
31151         block before expanding the statement.
31152         (expand_gimple_stmt_1): Likewise.  Set them here...
31153         (expand_gimple_stmt): ...and not here.  Tidy.
31154         * cfglayout.c (curr_insn_locator): Return 0 if the current location is
31155         unknown.
31157 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
31159         * Makefile.in: New rule for cprop.o.
31160         * gcse.c: Move constant/copy propagation to cprop.c.
31161         (compute_local_properties): Only handle expression tables.
31162         (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
31163         (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
31164         (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
31165         next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
31166         mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
31167         compute_cprop_data, find_used_regs, try_replace_reg,
31168         find_avail_set, cprop_jump, constprop_register, cprop_insn,
31169         local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
31170         fis_get_condition, implicit_set_cond_p, find_implicit_sets,
31171         find_bypass_set, reg_killed_on_edge, bypass_block,
31172         bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
31173         execute_rtl_cprop, pass_rtl_cprop): Move to...
31174         * cprop.c: ...here.  New file, constant/copy propagation for RTL
31175         moved from gcse.c to here with minor cleanups in duplicated code.
31177 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
31179         * config/i386/i386.c (flag_opts): Fix a typo in
31180         -mavx256-split-unaligned-store.
31182 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
31184         * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
31185         LIBCALL_VALUE): Remove macros.
31186         * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
31187         TARGET_FUNCTION_VALUE_REGNO_P): Define.
31188         (h8300_function_value, h8300_libcall_value,
31189         h8300_function_value_regno_p): New functions.
31191 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
31193         * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
31195 2011-03-28  Jeff Law  <law@redhat.com>
31197         * tree-ssa-threadupdate.c (redirect_edges): Call
31198         create_edge_and_update_destination_phis as needed.
31199         (create_edge_and_update_destination_phis): Accept new BB argument.
31200         All callers updated.
31201         (thread_block): Do not update the profile when threading around
31202         intermediate blocks.
31203         (thread_single_edge): Likewise.
31204         (determine_bb_domination_status): If BB is not a successor of the
31205         loop header, return NONDOMINATING.
31206         (register_jump_thread): Note when we register a jump thread around
31207         an intermediate block.
31208         * tree-ssa-threadedge.c (thread_around_empty_block): New function.
31209         (thread_across_edge): Use it.
31211 2011-03-28  Tristan Gingold  <gingold@adacore.com>
31213         * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
31214         when for_return is 2.
31216 2011-03-28  Jeff Law  <law@redhat.com>
31218         * var-tracking.c (canonicalize_values_mark): Delete unused
31219         lhs assignment.
31220         (canonicalize_values_star, set_variable_part): Likewise.
31221         (clobber_variable_part, delete_variable_part): Likewise.
31223 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
31225         * gcse.c (free_gcse_mem): Free reg_set_bitmap.
31227 2011-03-28  Martin Jambor  <mjambor@suse.cz>
31229         * tree-inline.c (expand_call_inline): Do not check that destination
31230         node is analyzed.
31231         (optimize_inline_calls): Assert that destination node is analyzed.
31232         * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
31233         not call tree_lowering_passes.
31234         * cgraph.h (cgraph_analyze_function): Declare.
31235         * cgraphunit.c (cgraph_analyze_function): Make public.
31237 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
31239         * config/sparc/sparc-opts.h: New.
31240         * config/sparc/sparc.c (sparc_handle_option, sparc_select,
31241         sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
31242         (sparc_option_override): Store processor_type enumeration rather
31243         than string in cpu_default.  Remove name and enumeration from
31244         cpu_table.  Directly default -mcpu then default -mtune from -mcpu
31245         without using sparc_select.  Use target_flags_explicit instead of
31246         fpu_option_set.
31247         * config/sparc/sparc.h (enum processor_type): Move to
31248         sparc-opts.h.
31249         (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
31250         * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
31251         HeaderInclude entry.
31252         (mcpu=, mtune=): Use Var and Enum.
31253         (sparc_processor_type): New Enum and EnumValue entries.
31255 2011-03-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31256             Iain Sandoe  <iains@gcc.gnu.org>
31258         PR target/48245
31259         * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
31261 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
31263         * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
31264         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
31265         Insert new statements at it in lieu of STMT.
31266         (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
31267         * tree-vect-stmts.c (vectorizable_store): Likewise.
31268         (vectorizable_load): Likewise.
31270 2011-03-28  Uros Bizjak  <ubizjak@gmail.com>
31272         * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
31273         (divtf3): Ditto.
31274         (multf3): Ditto.
31275         (subtf3): Ditto.
31277 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
31279         * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
31280         unaligned 256bit load/store.
31281         (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
31282         (*avx_movdqu<avxmodesuffix>): Likewise.
31284 2011-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
31286         PR target/48288
31287         * config/pa/predicates.md (reg_or_ior_operand): New predicate.
31288         * config/pa/pa.md (iordi3): Use new predicate in expander.
31289         (iorsi3): Likewise.
31291 2011-03-27  Anatoly Sokolov  <aesok@post.ru>
31293         * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
31294         FUNCTION_VALUE_REGNO_P): Remove macros.
31295         * config/mips/mips-protos.h (mips_function_value): Remove.
31296         * config/mips/mips.c (mips_function_value): Rename to...
31297         (mips_function_value_1): ... this. Make static.  Handle receiving
31298         the function type in 'fn_decl_or_type' argument.
31299         (mips_function_value, mips_libcall_value,
31300         mips_function_value_regno_p): New function.
31301         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
31302         TARGET_FUNCTION_VALUE_REGNO_P): Define.
31304 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
31306         * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
31307         and -mavx256-split-unaligned-store.
31308         (ix86_option_override_internal): Split 32-byte AVX unaligned
31309         load/store by default.
31310         (ix86_avx256_split_vector_move_misalign): New.
31311         (ix86_expand_vector_move_misalign): Use it.
31313         * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
31314         -mavx256-split-unaligned-store.
31316         * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
31317         256bit load/store.  Generate unaligned store on misaligned memory
31318         operand.
31319         (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
31320         256bit load/store.
31321         (*avx_movdqu<avxmodesuffix>): Likewise.
31323         * doc/invoke.texi: Document -mavx256-split-unaligned-load and
31324         -mavx256-split-unaligned-store.
31326 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
31328         PR target/38598
31329         * config/mips/mips.md (extendsidi2): Add an "l" alternative.
31330         Update commentary.
31332 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
31334         * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
31335         opno arguments with an expand_operand.  Use create_input_operand.
31336         (mips_prepare_builtin_target): Delete.
31337         (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
31338         functions.
31339         (mips_expand_builtin_direct): Use create_output_operand and
31340         mips_expand_builtin_insn.  Update call to mips_prepare_builtin_arg.
31341         (mips_expand_builtin_movtf): Likewise.  Use mips_expand_fp_comparison.
31342         (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
31344 2011-03-27  Ira Rosen  <ira.rosen@linaro.org>
31346         * config/arm/arm.c (arm_autovectorize_vector_sizes): New
31347         function.
31348         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
31350 2011-03-26  Eric Botcazou  <ebotcazou@adacore.com>
31352         * basic-block.h (fixup_abnormal_edges): Adjust prototype.
31353         * reload1.c (reload): Adjust call to fixup_abnormal_edges.  Rediscover
31354         basic blocks and call commit_edge_insertions directly.
31355         (fixup_abnormal_edges): Move from here to...
31356         * cfgrtl.c (fixup_abnormal_edges): ...here.  Only insert instructions
31357         on the edges and return whether some have actually been inserted.
31358         * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
31359         compensation code.
31361 2011-03-26  Andrey Belevantsev  <abel@ispras.ru>
31363         PR rtl-optimization/48144
31364         * sel-sched-ir.c (merge_history_vect): Factor out from ...
31365         (merge_expr_data): ... here.
31366         (av_set_intersect): Rename to av_set_code_motion_filter.
31367         Update all callers.  Call merge_history_vect when an expression
31368         is found in both sets.
31369         * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
31371 2011-03-26  Alan Modra  <amodra@gmail.com>
31373         * config/rs6000/predicates.md (word_offset_memref_op): Handle
31374         cmodel medium addresses.
31375         * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
31376         64-bit gpr loads and stores.
31377         (rs6000_secondary_reload_ppc64): New function.
31378         * config/rs6000/rs6000-protos.h: Declare it.
31379         * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
31381 2011-03-26  Alan Modra  <amodra@gmail.com>
31383         PR target/47487
31384         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
31385         GNU Go in traceback table.
31387 2011-03-25  Richard Henderson  <rth@redhat.com>
31389         * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
31390         if there are exactly 6 operands.
31391         (set_storage_via_setmem): Similarly.
31393 2011-03-25  Kai Tietz  <ktietz@redhat.com>
31395         * collect2.c (write_c_file_stat): Handle backslash
31396         as right-hand directory separator.
31397         (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
31398         checking just for slash.
31399         * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
31400         instead of checking for trailing slash.
31401         * gcc.c (record_temp_file): Use filename_cmp instead
31402         of strcmp.
31403         (do_spec_1): Likewise.
31404         (replace_outfile_spec_function): Likewise.
31405         (is_directory): Use filename_ncmp instead of strncmp.
31406         (print_multilib_info): Likewise.
31407         * gcov.c (find_source): Use filename_cmp instead
31408         instead of strcmp.
31409         (make_gcov_file_name): Fix order of slash/backslash
31410         checks.
31411         * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
31412         (add_standard_paths): Likewise.
31413         * mips-tfile.c (saber_stop): Handle backslash.
31414         * prefix.c (update_path): Use filename_ncmp instead of
31415         strncmp.
31416         * profile.c (output_location): Use filename_cmp instead
31417         of strcmp.
31418         * read-md.c (handle_toplevel_file): Handle backslash.
31419         * tlink.c (frob_extension):  Likewise.
31420         * tree-cfg.c (same_line_p): Use filename_cmp instead of
31421         strcmp.
31422         * tree-dump.c (dequeue_and_dump): Handle backslash.
31423         * tree.c (get_file_function_name): Likewise.
31424         * gengtype.c (read_input_list): Likewise.
31425         (get_file_realbasename): Likewise.
31426         (get_output_file_with_visibility): Use filename_cmp
31427         instead of strcmp.
31429 2011-03-25  Richard Sandiford  <richard.sandiford@linaro.org>
31431         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
31432         case to VFPv1.
31434 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
31436         * fold-const.c (expr_location_or): New function.
31437         (fold_truth_not_expr): Call it.
31439 2011-03-25  Jeff Law  <law@redhat.com>
31441         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
31442         va_end.
31443         * c-family/c-common.c (def_fn_type): Likewise.
31444         * emit-rtl.c (gen_rtvec): Likewise.
31445         * lto/lto-lang.c (def_fn_type): Likewise.
31447 2011-03-25  Richard Guenther  <rguenther@suse.de>
31449         * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
31450         also generate copies.
31451         (fini_copy_prop): Handle constant values properly.
31453 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
31455         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
31456         mode size instead of bitsize with DWARF2_ADDR_SIZE.
31457         (hash_loc_operands, compare_loc_operands): Handle
31458         DW_OP_GNU_entry_value.
31460 2011-03-25  Kai Tietz  <ktietz@redhat.com>
31462         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
31463         (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
31464         * config/i386/i386.c (ix86_conditional_register_usage): Adjust
31465         comment and use macro TARGET_64BIT_MS_ABI instead.
31466         (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
31467         and change default behavior for 32-bit MS_ABI.
31468         (ix86_reg_parm_stack_space): Check additionally for bit-ness.
31469         (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
31470         32-bit, too.
31471         (ix86_cfun_abi): Likewise.
31472         (ix86_maybe_switch_abi): Adjust comment.
31473         (init_cumulative_args): Check for bit-ness in MS_ABI case.
31474         (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
31475         instead of checking for SYSV_ABI.
31476         (ix86_nsaved_sseregs): Likewise.
31477         (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
31478         to 16 bytes.
31479         (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
31480         * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
31481         (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
31482         (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
31483         * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
31485 2011-03-25  Richard Guenther  <rguenther@suse.de>
31487         * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
31488         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
31489         (verify_gimple): Remove.
31490         * tree-cfg.c (verify_gimple_call): Merge verification
31491         from verify_stmts.
31492         (verify_gimple_phi): Merge verification from verify_stmts.
31493         (verify_gimple_label): New function.
31494         (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
31495         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
31496         (verify_stmt): Merge into verify_gimple_in_cfg and callees.
31497         (verify_stmts): Rename to verify_gimple_in_cfg.
31498         (verify_gimple_in_cfg): New function.
31499         * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
31500         * tree-ssa.c (verify_ssa): Likewise.
31501         * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
31503 2011-03-25  Richard Guenther  <rguenther@suse.de>
31505         * passes.c (init_optimization_passes): Add FRE pass after
31506         early SRA.
31508 2011-03-25  Bernd Schmidt  <bernds@codesourcery.com>
31509             Andrew Stubbs  <ams@codesourcery.com>
31511         * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
31512         for Cortex-A8.
31513         (arm_movdi_vfp_cortexa8): New pattern.
31514         * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
31515         iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
31516         instructions when tuning for Cortex-A8.  Set attribute "arch".
31517         * config/arm/arm.md: Move include arm-tune.md up a bit.
31518         (define_attr "arch"): Add "onlya8" and "nota8" values.
31519         (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
31521 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
31523         PR bootstrap/48282
31524         Revert:
31525         2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31527         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
31528         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
31529         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
31530         * passes.c (init_optimization_passes): Move
31531         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
31533 2011-03-25  Kai Tietz  <ktietz@redhat.com>
31535         * c-typeck.c (comptypes_internal): Replace target
31536         hook call of comp_type_attributes by version in tree.c file.
31537         * gimple.c (gimple_types_compatible_p_1): Likewise.
31538         * tree-ssa.c (useless_type_conversion_p): Likewise.
31539         * tree.c (build_type_attribute_qual_variant): Likewise.
31540         (attribute_value_equal): New static helper function.
31541         (comp_type_attributes): New function.
31542         (merge_attributes): Use attribute_value_equal for comparison.
31543         (attribute_list_contained): Likewise.
31544         * tree.h (comp_type_attributes): New prototype.
31546 2011-03-25  Richard Guenther  <rguenther@suse.de>
31548         * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
31549         of complex types at -O0.
31550         (verify_gimple_assign_binary): Likewise.
31551         (verify_gimple_assign_ternary): Likewise.
31553 2011-03-24  Mark Wielaard  <mjw@redhat.com>
31555         * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
31556         (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
31558 2011-03-24  Mark Wielaard  <mjw@redhat.com>
31560         PR debug/48041
31561         * dwarf2out.c (output_abbrev_section): Only write table when
31562         abbrev_die_table_in_use > 1.
31564 2011-02-24  Richard Henderson  <rth@redhat.com>
31566         * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
31567         (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
31568         (alpha_expand_unaligned_load_words): Use extql.
31569         (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
31570         (emit_insxl): Handle all modes for consistency.
31572 2011-02-24  Richard Henderson  <rth@redhat.com>
31574         * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
31575         (alpha_expand_unaligned_load): Likewise.
31576         (alpha_expand_unaligned_store): Likewise.
31577         (alpha_expand_unaligned_load_words): Likewise.
31578         (alpha_expand_unaligned_store_words): Likewise.
31579         (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
31580         (alpha_split_lock_test_and_set_12): Likewise.
31581         (print_operand, alpha_fold_builtin_extxx): Likewise.
31582         (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
31583         * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
31584         (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
31585         (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
31586         (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
31587         (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
31588         (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
31589         (unaligned_storeqi_be, unaligned_storehi_be): Remove.
31590         (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
31591         (extwl, extll, extql): Similarly.
31592         (inswh, inslh, insqh): Similarly.
31593         (mskbl, mskwl, mskll, mskql): Similarly.
31594         (mskwh, msklh, mskqh): Similarly.
31596 2011-02-24  Richard Henderson  <rth@redhat.com>
31598         * config/alpha/alpha.md (attribute isa): Add er, ner.
31599         (attribute enabled): Handle them.
31600         (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
31602 2011-02-24  Richard Henderson  <rth@redhat.com>
31604         * config/alpha/alpha.md (attribute isa): Add vms.
31605         (attribute enabled): Handle it.
31606         (*movsf): Merge *movsf_{nofix,fix,nofp}.
31607         (*movdf): Merge *movdf_{nofix,fix,nofp}.
31608         (*movtf): Rename from *movtf_internal for consistency.
31609         (*movsi): Merge with *movsi_nt_vms.
31610         (*movhi): Merge *movhi_nobwx, *movhi_bwx.
31611         (*movqi): Merge *movqi_nobwx, *movqi_bwx.
31612         (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
31613         * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
31615 2011-02-24  Richard Henderson  <rth@redhat.com>
31617         * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
31618         (extendqisi2, extendhisi2): Likewise.
31619         (extendqidi2): Simplify BWX/non-BWX expansions.
31620         (extendhidi2): Similarly.
31622 2011-02-24  Richard Henderson  <rth@redhat.com>
31624         * config/alpha/alpha.md (attribute isa): New.
31625         (attribute enabled): New.
31626         (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
31627         (zero_extendqisi2, zero_extendqidi2): Similarly.
31628         (zero_extendhisi2, zero_extendhidi2): Similarly.
31629         * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
31631 2011-02-24  Richard Henderson  <rth@redhat.com>
31633         * config/alpha/predicates.md (input_operand): Revert last change;
31634         update comment to mention 32-bit VMS rather than Windows.
31636 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31638         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
31639         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
31640         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
31641         * passes.c (init_optimization_passes): Move
31642         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
31644 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
31646         * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
31648 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
31650         * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
31651         correctly.
31653 2011-03-24  Jakub Jelinek  <jakub@redhat.com>
31655         PR debug/48204
31656         * simplify-rtx.c (simplify_const_unary_operation): Call
31657         real_convert when changing mode class with FLOAT_EXTEND.
31659 2011-03-24  Nick Clifton  <nickc@redhat.com>
31661         * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
31662         (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
31663         * config/rx/rx.c (rx_option_override): Set align_jumps,
31664         align_loops and align_labels if not set by the user.
31665         (rx_align_for_label): New function.
31666         (rx_max_skip_for_label): New function.
31667         (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
31668         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
31669         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
31670         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
31671         * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
31673 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
31675         PR rtl-optimization/48263
31676         * optabs.c (expand_binop_directly): Reinstate convert_modes code
31677         and original commutative_p handling.  Use maybe_gen_insn.
31679 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31681         * reload.c (find_reloads_subreg_address): Add address_reloaded
31682         parameter and return true there if the full address has been
31683         reloaded.
31684         (find_reloads_toplev): Pass address_reloaded flag.
31685         (find_reloads_address_1): Don't use address_reloaded parameter.
31687 2011-03-24  Jeff Law  <law@redhat.com>
31689         * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
31690         unused variable "ann".
31691         (remove_unused_locals): Likewise.
31693         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
31694         statement.
31696         * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
31697         after it is freed.
31699 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31701         * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
31702         for invalid symbolic addresses.
31703         (s390_secondary_reload): Don't use s390_check_symref_alignment for
31704         larl operands.
31706 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
31708         * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
31709         the argument in calls to fold_truth_not_expr.
31711 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31713         * tree.c (record_node_allocation_statistics): New function.
31714         (make_node_stat, copy_node_stat, build_string): Call it.
31715         (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
31716         (build1_stat, build_omp_clause): Likewise.
31718 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
31720         * builtins.c (expand_movstr): Fix endp == 1 adjustment after
31721         last commit.
31723 2011-03-24  Richard Guenther  <rguenther@suse.de>
31725         PR tree-optimization/48271
31726         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
31727         blocks that still exist.
31729 2011-03-24  Richard Guenther  <rguenther@suse.de>
31731         PR tree-optimization/48270
31732         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
31733         not free datarefs before ddrs.
31735 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
31737         * tree-sra.c (build_ref_for_offset): Strip useless type conversions
31738         from the address built for a reference with variable offset.
31740 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
31742         PR target/48237
31743         * config/i386/i386.md (*movdf_internal_rex64): Do not split
31744         alternatives that can be handled with movq or movabsq insn.
31745         (*movdf_internal): Disable for !TARGET_64BIT.
31746         (*movdf_internal_nointeger): Ditto.
31747         * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
31749 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31751         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
31752         (FUNCTION_ARG_ADVANCE): Likewise.
31753         * tm.texi.in: Change references to them to hook references.
31754         * tm.texi: Regenerate.
31755         * targhooks.c (default_function_arg): Eliminate check for target macro.
31756         (default_function_incoming_arg): Likewise.
31757         (default_function_arg_advance): Likewise.
31758         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
31759         (function_arg_advance): Likewise.
31760         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
31762 2011-03-24  Richard Guenther  <rguenther@suse.de>
31764         PR middle-end/48269
31765         * tree-object-size.c (addr_object_size): Do not double-account
31766         for MEM_REF offsets.
31768 2011-03-24  Diego Novillo  <dnovillo@google.com>
31770         * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
31771         * lto-streamer-in.c (input_string_internal): Add clarifying comments.
31772         (lto_input_data_block): Move from lto-opts.c.  Make extern.
31773         Update all users.
31774         (lto_input_string): Rename from input_string.  Make extern.
31775         Update all users.
31776         * lto-streamer-out.c (lto_output_string_with_length): Rename from
31777         output_string_with_length.
31778         Output 0 to indicate a non-NULL string.  Update all callers to
31779         not emit 0.
31780         (lto_output_string): Rename from output_string.  Make extern.
31781         Update all users.
31782         (lto_output_decl_state_streams): Make extern.
31783         (lto_output_decl_state_refs): Make extern.
31784         * lto-streamer.h (lto_input_string): Declare.
31785         (lto_input_data_block): Declare.
31786         (lto_output_string): Declare.
31787         (lto_output_string_with_length): Declare.
31788         (lto_output_decl_state_streams): Declare.
31789         (lto_output_decl_state_refs): Declare.
31791 2011-03-24  Richard Guenther  <rguenther@suse.de>
31793         PR tree-optimization/46562
31794         * tree.c (build_invariant_address): New function.
31795         * tree.h (build_invariant_address): Declare.
31796         * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
31797         a renamed function moved ...
31798         * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
31799         Take valueization callback parameter.
31800         * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
31801         * gimple-fold.h: New file.
31802         * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
31803         (ccp_fold, fold_const_aggregate_ref,
31804         fold_ctor_reference, fold_nonarray_ctor_reference,
31805         fold_array_ctor_reference, fold_string_cst_ctor_reference,
31806         get_base_constructor): Move ...
31807         * gimple-fold.c: ... here.
31808         (gimple_fold_stmt_to_constant_1): New function
31809         split out from ccp_fold.  Take a valueization callback parameter.
31810         Valueize all operands.
31811         (gimple_fold_stmt_to_constant): New wrapper function.
31812         (fold_const_aggregate_ref_1): New function split out from
31813         fold_const_aggregate_ref.  Take a valueization callback parameter.
31814         (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
31815         * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
31816         invariant POINTER_PLUS_EXPRs to invariant form.
31817         (vn_valueize): New function.
31818         (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
31819         * tree-vrp.c (vrp_valueize): New function.
31820         (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
31821         to fold statements to constants.
31822         * tree-ssa-pre.c (eliminate): Properly guard propagation of
31823         function declarations.
31824         * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
31825         tree-ssa-ccp.o): Add gimple-fold.h dependencies.
31827 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
31829         * config/h8300/predicates.md (jump_address_operand): Fix register
31830         mode check.
31832 2011-03-24  Ira Rosen  <ira.rosen@linaro.org>
31834         * doc/invoke.texi (max-stores-to-sink): Document.
31835         * params.h (MAX_STORES_TO_SINK): Define.
31836         * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
31837         if either vectorization or if-conversion is disabled.
31838         * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
31839         tree-vect-data-refs.c vect_equal_offsets.
31840         (dr_equal_offsets_p): New function.
31841         (find_data_references_in_bb): Remove static.
31842         * tree-data-ref.h (find_data_references_in_bb): Declare.
31843         (dr_equal_offsets_p): Likewise.
31844         * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
31845         (vect_drs_dependent_in_basic_block): Update calls to
31846         vect_equal_offsets.
31847         (vect_check_interleaving): Likewise.
31848         * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
31849         (cond_if_else_store_replacement): Rename to...
31850         (cond_if_else_store_replacement_1): ... this.  Change arguments and
31851         documentation.
31852         (cond_if_else_store_replacement): New function.
31853         * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
31854         * params.def (PARAM_MAX_STORES_TO_SINK): Define.
31856 2011-03-23  Chung-Lin Tang  <cltang@codesourcery.com>
31858         PR target/46934
31859         * config/arm/arm.md (casesi): Use the gen_int_mode() function
31860         to subtract lower bound instead of GEN_INT().
31862 2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
31864         PR other/48179
31865         PR other/48221
31866         PR other/48234
31867         * doc/extend.texi (Alignment): Move section to match order in TOC.
31868         * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
31869         (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
31871 2011-03-23  Jeff Law  <law@redhat.com>
31873         * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
31874         before removing the edge.
31876         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
31877         it may have been freed by redirect_branch_edge or
31878         redirect_edge_succ_nodup.
31880 2011-03-23  Richard Guenther  <rguenther@suse.de>
31882         * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
31883         (check_va_list_escapes): Likewise.
31884         (check_all_va_list_escapes): Likewise.
31886 2011-03-23  Richard Guenther  <rguenther@suse.de>
31888         * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
31889         (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
31890         (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
31891         (alias.o): Likewise.
31892         (ipa-type-escape.o): Remove.
31893         (ipa-struct-reorg.o): Likewise.
31894         (GTFILES): Remove ipa-struct-reorg.c.
31895         * alias.c: Do not include ipa-type-escape.h.
31896         * tree-ssa-alias.c: Likewise.
31897         * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
31898         * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
31899         * passes.c (init_optimization_passes): Remove ipa-struct-reorg
31900         and ipa-type-escape passes.
31901         * tree-pass.h (pass_ipa_type_escape): Remove.
31902         (pass_ipa_struct_reorg): Likewise.
31903         * ipa-struct-reorg.h: Remove.
31904         * ipa-struct-reorg.c: Likewise.
31905         * ipa-type-escape.h: Likewise.
31906         * ipa-type-escape.c: Likewise.
31907         * doc/invoke.texi (-fipa-struct-reorg): Remove.
31908         (--param struct-reorg-cold-struct-ratio): Likewise.
31909         * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
31910         * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
31911         * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
31913 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31915         * config/s390/2084.md: Enable all insn reservations also for z9_ec
31916         cpu attribute value.
31917         * config/s390/s390-opts.h (enum s390_arch_option): Remove.
31918         (enum processor_type): Add PROCESSOR_2094_Z9_EC.
31919         * config/s390/s390.c (processor_flags_table): New constant array.
31920         (s390_handle_arch_option): Remove.
31921         (s390_handle_option): Remove s390_handle_arch_option invocations
31922         and OPT_mwarn_framesize_ handling.
31923         (s390_option_override): Remove s390_handle_arch_option invocation.
31924         (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
31925         warnings.
31926         * config/s390/s390.md (cpu attribute): Add z9_ec value.
31927         * config/s390/s390.opt (s390_tune, s390_arch)
31928         (march=): Replace s390_arch_option enum and values with
31929         processor_type.  Set variable name to s390_arch.  Set
31930         initialization value.
31931         (mtune=): Replace s390_arch_option with processor_type.  Set
31932         variable name to s390_tune.  Set initialization value.
31934 2011-03-23  Julian Brown  <julian@codesourcery.com>
31936         * expr.c (expand_expr_real_1): Only use BLKmode for volatile
31937         accesses which are not naturally aligned.
31939 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
31941         PR target/47553
31942         * config/arm/predicates.md (neon_lane_number): Accept 0..15.
31944 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
31946         * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
31947         parameter from "int" to "enum insn_code".
31948         (expand_operand_type): New enum.
31949         (expand_operand): New structure.
31950         (create_expand_operand): New function.
31951         (create_fixed_operand, create_output_operand): Likewise
31952         (create_input_operand, create_convert_operand_to): Likewise.
31953         (create_convert_operand_from, create_address_operand): Likewise.
31954         (create_integer_operand): Likewise.
31955         (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
31956         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
31957         (expand_insn, expand_jump_insn): Likewise.
31958         * builtins.c (expand_builtin_prefetch): Use the new interfaces.
31959         (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
31960         (expand_movstr, expand_builtin___clear_cache): Likewise.
31961         (expand_builtin_lock_release): Likewise.
31962         * explow.c (allocate_dynamic_stack_space): Likewise.
31963         (probe_stack_range): Likewise.  Allow check_stack to FAIL,
31964         and use the default handling in that case.
31965         * expmed.c (check_predicate_volatile_ok): Delete.
31966         (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
31967         (emit_cstore): Likewise.
31968         * expr.c (emit_block_move_via_movmem): Likewise.
31969         (set_storage_via_setmem, expand_assignment): Likewise.
31970         (emit_storent_insn, try_casesi): Likewise.
31971         (emit_single_push_insn): Likewise.  Allow the expansion to fail.
31972         * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
31973         (expand_vec_shift_expr, expand_binop_directly): Likewise.
31974         (expand_twoval_unop, expand_twoval_binop): Likewise.
31975         (expand_unop_direct, emit_indirect_jump): Likewise.
31976         (emit_conditional_move, vector_compare_rtx): Likewise.
31977         (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
31978         (expand_sync_operation, expand_sync_fetch_operation): Likewise.
31979         (expand_sync_lock_test_and_set): Likewise.
31980         (maybe_emit_unop_insn): Likewise.  Change icode to an insn_code.
31981         (emit_unop_insn): Likewise.
31982         (expand_copysign_absneg): Change icode to an insn_code.
31983         (create_convert_operand_from_type): New function.
31984         (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
31985         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
31986         (expand_insn, expand_jump_insn): Likewise.
31987         * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
31988         than const_int_operand for operand 2.
31990 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31992         * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
31993         if possible.
31995 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31997         * emit-rtl.c (emit_pattern_before_noloc): New function.
31998         (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
31999         (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
32000         (emit_pattern_after_noloc): New function.
32001         (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
32002         (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
32004 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
32006         * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
32007         (__ffsDI2): Likewise.
32009 2011-03-22  Richard Henderson  <rth@redhat.com>
32011         * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
32012         of !TARGET_ABI_OPEN_VMS.
32013         (alpha_trampoline_init, alpha_start_function): Likewise.
32014         (alpha_expand_epilogue, alpha_file_start): Likewise.
32015         * config/alpha/alpha.md (divsi3, modsi3): Likewise.
32016         (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
32017         (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
32018         (*divmodsi_internal, *divmoddi_internal_er): Likewise.
32019         (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
32021 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32023         * config/s390/s390-opts.h: New.
32024         * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
32025         s390_arch_flags, s390_warn_framesize, s390_stack_size,
32026         s390_stack_guard): Remove.
32027         (s390_handle_arch_option): Return void.  Take enum
32028         s390_arch_option value instead of string and searching array.
32029         (s390_handle_option): Don't assert that global structures are in
32030         use.  Access variables via opts pointer.  Use error_at.  Don't use
32031         sscanf for -mstack-guard= or -mstack-size=.  Update call to
32032         s390_handle_arch_option.
32033         (s390_option_override): Update call to s390_handle_arch_option.
32034         (s390_emit_prologue): Use %d format for s390_stack_size in
32035         diagnostic.  Use %wd for HOST_WIDE_INT.
32036         * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
32037         (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
32038         * config/s390/s390.opt (config/s390/s390-opts.h): New
32039         HeaderInclude entry.
32040         (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
32041         s390_arch_flags, s390_warn_framesize): New Variable entries.
32042         (s390_arch_option): New Enum and EnumValue entries.
32043         (march=): Use Enum instead of Var.
32044         (mstack-guard=, mstack-size=): Use UInteger and Var.
32045         (mtune=): Use Enum.
32047 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32049         * config/score/score.c (score_handle_option): Don't assert that
32050         global structures are in use.  Access target_flags via opts
32051         pointer.  Use value of -march= option to determine target_flags
32052         settings.
32053         * config/score/score.opt (march=): Use Enum.
32054         (score_arch): New Enum and EnumValue entries.
32056 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32058         * config/mep/mep.c (option_mtiny_specified): Remove.
32059         (mep_option_override): Move register handling for -mivc2 from
32060         mep_handle_option.  Use global_options_set.x_mep_tiny_cutoff
32061         instead of option_mtiny_specified.
32062         (mep_handle_option): Access target_flags via opts pointer.  Don't
32063         assert that global structures are in use.  Defer part of -mivc2
32064         handling and move it to mep_option_override.
32065         * config/mep/mep.opt (IVC2): New Mask entry.
32066         (mivc2): Use Var and Defer instead of Mask.
32068 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32070         * config/v850/v850-opts.h: New.
32071         * config/v850/v850.c (small_memory): Replace with
32072         small_memory_physical_max array.  Make that array static const.
32073         (v850_handle_memory_option): Take integer value of argument.  Take
32074         gcc_options pointer, option text and location.  Return void.
32075         Update for changes to small memory structures.
32076         (v850_handle_option): Access target_flags via opts pointer.  Don't
32077         assert that global structures are in use.  Update calls to
32078         v850_handle_memory_option.
32079         (v850_encode_data_area): Update references to small memory settings.
32080         * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
32081         (enum small_memory_type): Move to v850-opts.h.
32082         * config/v850/v850.opt (config/v850/v850-opts.h): New
32083         HeaderInclude entry.
32084         (small_memory_max): New Variable entry.
32085         (msda): Replace by pair of options msda= and msda-.  Use UInteger.
32086         (mtda, mzda): Likewise.
32088 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32090         * config/sh/sh.c (sh_handle_option): Access target_flags via opts
32091         pointer.  Don't assert that global structures are in use.
32093 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32095         * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
32096         via opts pointer.  Don't assert that global structures are in use.
32098 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32100         * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
32101         (munix=93): Use Var.
32102         * config/pa/pa-hpux1010.opt (munix=95): Use Var.
32103         * config/pa/pa-hpux1111.opt (munix=98): Use Var.
32104         * config/pa/pa-opts.h: New.
32105         * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
32106         (pa_handle_option): Don't assert that global structures are in
32107         use.  Access target_flags via opts pointer.  Don't handle
32108         OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
32109         OPT_munix_98 here.
32110         (pa_option_override): Handle deferred OPT_mfixed_range_.
32112 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32114         * config/mn10300/mn10300-opts.h: New.
32115         * config/mn10300/mn10300.c (mn10300_processor,
32116         mn10300_tune_string): Remove.
32117         (mn10300_handle_option): Don't assert that global structures are
32118         in use.  Access mn10300_processor via opts pointer.  Don't handle
32119         OPT_mtune_ here.
32120         * config/mn10300/mn10300.h (enum processor_type): Move to
32121         mn10300-opts.h.
32122         (mn10300_processor): Remove.
32123         * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
32124         HeaderInclude entry.
32125         (mn10300_processor): New Variable entry.
32126         (mtune=): Use Var.
32128 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32130         * config/microblaze/microblaze.c: Don't include opts.h.
32131         (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
32132         * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
32133         (mno-clearbss): Use Var and Warn.
32135 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32137         * config/m32r/m32r-opts.h: New.
32138         * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
32139         (m32r_handle_option): Don't assert that global structures are in
32140         use.  Access target_flags and m32r_cache_flush_func via opts
32141         pointer.  Don't handle OPT_mmodel_, OPT_msdata_ or
32142         OPT_mno_flush_trap here.
32143         * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
32144         include of m32r-opts.h.
32145         * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
32146         HeaderInclude entry.
32147         (m32r_model_selected, m32r_sdata_selected): New Variable entries.
32148         (mmodel=): Use Enum and Var.
32149         (m32r_model): New Enum and EnumValue entries.
32150         (mno-flush-trap): Use Var.
32151         (msdata=): Use Enum and Var.
32152         (m32r_sdata): New Enum and EnumValue entries.
32154 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32156         * config/m32c/m32c.c: Don't include opts.h.
32157         (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
32158         m32c_handle_option): Remove.
32159         (m32c_option_override): Check global_options_set.x_target_memregs
32160         instead of target_memregs_set.
32161         * config/m32c/m32c.h (target_memregs): Remove.
32162         * config/m32c/m32c.opt (memregs=): Use UInteger with integer
32163         variable.
32165 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32167         * config/iq2000/iq2000-opts.h: New.
32168         * config/iq2000/iq2000.c: Don't include opts.h.
32169         (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
32170         * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
32171         * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
32172         HeaderInclude entry.
32173         (iq2000_tune): New Variable entry.
32174         (march=): Add comment.  Use Enum.
32175         (iq2000_arch): New Enum and EnumValue entries.
32176         (mcpu=): Use Enum and Var.
32177         (iq2000_tune): New Enum and EnumValue entries.
32179 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32181         * config/ia64/ia64-opts.h: New.
32182         * config/ia64/ia64.c (ia64_tune): Remove.
32183         (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
32184         here.  Use error_at.
32185         (ia64_option_override): Handle deferred OPT_mfixed_range_.
32186         * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
32187         * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
32188         HeaderInclude entry.
32189         (ia64_tune): New Variable entry.
32190         (mfixed-range=): Use Defer and Var.
32191         (mtune=): Use Enum and Var.
32192         (ia64_tune): New Enum and EnumValue entries.
32194 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32196         * config/frv/frv-opts.h: New.
32197         * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
32198         frv-opts.h.
32199         (frv_cpu_type): Remove.
32200         * config/frv/frv.c: Don't include opts.h.
32201         (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
32202         * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
32203         (frv_cpu_type): New Variable entry.
32204         (frv_cpu): New Enum and EnumValue entries.
32206 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32208         * config/cris/cris.c (cris_handle_option): Access target_flags via
32209         opts pointer.  Don't assert that global structures are in use.
32210         Don't call CRIS_SUBTARGET_HANDLE_OPTION.
32211         * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
32213 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32215         * config/bfin/bfin-opts.h: New.
32216         * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
32217         bfin_si_revision, bfin_workarounds): Remove.
32218         (bfin_cpus): Make static const.
32219         (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
32220         not bfin_lib_id_given.
32221         (bfin_handle_option): Don't set bfin_lib_id_given.  Access
32222         bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
32223         pointer. Use error_at.  Don't assert that global structures are in use.
32224         * config/bfin/bfin.h: Include bfin-opts.h.
32225         (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
32226         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
32227         * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
32228         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
32229         entries.
32231 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32233         * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
32234         * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
32235         or -msoft-float here.
32236         * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
32237         -msoft-float and -mhard-float.
32238         (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
32239         * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
32240         msoft-float.
32241         * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
32242         -msoft-float.
32243         (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
32244         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
32245         not mhard-float.
32246         (LIBGCC_SPEC): Don't handle -msoft-float.
32247         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
32248         -mhard-float.
32249         * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
32250         msoft-float.
32251         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
32252         -mfloat-abi=*, not -msoft-float and -mhard-float.
32253         * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
32254         -msoft-float.
32255         * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
32256         Use mfloat-abi=hard and mfloat-abi=soft in comments, not
32257         mhard-float and msoft-float.
32258         * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
32259         mfloat-abi=soft in comments, not mhard-float and msoft-float.
32260         * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
32261         mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
32262         mhard-float.
32263         * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
32264         mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
32265         msoft-float.
32266         * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
32267         not mhard-float.
32268         * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
32269         not msoft-float.
32271 2011-03-22  Richard Henderson  <rth@redhat.com>
32273         * config/alpha/alpha.c (alpha_expand_prologue): Don't test
32274         TARGET_ABI_WINDOWS_NT.
32275         (alpha_output_function_end_prologue): Likewise.
32276         * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
32277         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
32278         * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
32279         (trap, *movsi_nt_vms): Likewise.
32280         (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
32281         (*tablejump_osf_nt_internal): Remove.
32282         * config/alpha/predicates.md (input_operand): Only test Pmode.
32284 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32286         * config/alpha/alpha.c (alpha_handle_option): Access target_flags
32287         via opts pointer.  Use error_at.  Don't assert that global
32288         structures are in use.
32290 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32292         * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
32293         (ix86_handle_option): Access ix86_isa_flags and
32294         ix86_isa_flags_explicit via opts pointer.  Don't assert that
32295         global structures are in use.
32296         (ix86_function_specific_save, ix86_function_specific_restore):
32297         Update ix86_isa_flags_explicit field name.
32298         * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
32299         (ix86_isa_flags_explicit): Rename TargetSave entry to
32300         x_ix86_isa_flags_explicit.
32302 2011-03-22  Richard Henderson  <rth@redhat.com>
32304         * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
32305         (alpha_option_override, direct_return): Likewise.
32306         (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
32307         (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
32308         (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
32309         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
32310         (alpha_expand_epilogue, alpha_end_function): Likewise.
32311         (alpha_init_libfuncs): Likewise.
32312         (struct machine_function): Remove unicosmk members.
32313         (print_operand) ['t']: Remove.
32314         (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
32315         unicosmk_output_module_name, unicosmk_output_common,
32316         current_section_align, unicosmk_output_text_section_asm_op,
32317         unicosmk_output_data_section_asm_op, unicosmk_init_sections,
32318         unicosmk_section_type_flags, unicosmk_unique_section,
32319         unicosmk_asm_named_section, unicosmk_insert_attributes,
32320         unicosmk_output_align, unicosmk_defer_case_vector,
32321         unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
32322         SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
32323         unicosmk_output_ssib, unicosmk_add_call_info_word,
32324         unicosmk_extern_head, unicosmk_output_default_externs,
32325         unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
32326         unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
32327         unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
32328         * config/alpha/alpha-protos.h: Update.
32329         * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
32330         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
32331         (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
32332         (mulsi3): Don't test TARGET_ABI_UNICOSMK.
32333         (*mulsi_se, mulvsi3): Likewise.
32334         (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
32335         (*divmodsi_internal, call, call_value, realign): Likewise.
32336         (moddi3, umoddi3): Likewise; remove duplicate expander.
32337         (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
32338         (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
32339         (*movdi_nofix): Remove r/U alternative.
32340         (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
32341         * config/alpha/constraints.md ("U"): Remove.
32342         * config/alpha/predicates.md (call_operand"): Don't test
32343         TARGET_ABI_UNICOSMK.
32345 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32347         * target.def (handle_option): Take gcc_options and
32348         cl_decoded_option pointers and location_t.
32349         * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
32350         * doc/tm.texi: Regenerate.
32351         * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
32352         * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
32353         * lto-opts.c (lto_reissue_options): Generate option structure for
32354         targetm.handle_option call.
32355         * opts.c (target_handle_option): Update call to
32356         targetm.handle_option.  Remove assertions about values now passed
32357         down to hook.
32358         * targhooks.c (default_target_handle_option): New.
32359         * targhooks.h (default_target_handle_option): Declare.
32360         * config/alpha/alpha.c: Include opts.h.
32361         (alpha_handle_option): Update to new hook interface.
32362         * config/arm/arm.c: Include opts.h.
32363         (arm_handle_option): Update to new hook interface.
32364         * config/arm/t-arm (arm.o): Update dependencies.
32365         * config/bfin/bfin.c: Include opts.h.
32366         (bfin_handle_option): Update to new hook interface.
32367         * config/cris/cris.c: Include opts.h.
32368         (cris_handle_option): Update to new hook interface.
32369         * config/frv/frv.c: Include opts.h.
32370         (frv_handle_option): Update to new hook interface.
32371         * config/i386/i386.c: Include opts.h.
32372         (ix86_handle_option): Update to new hook interface.
32373         (ix86_valid_target_attribute_inner_p): Generate option structure
32374         for call to ix86_handle_option.
32375         * config/i386/t-i386 (i386.o): Update dependencies.
32376         * config/ia64/ia64.c: Include opts.h.
32377         (ia64_handle_option): Update to new hook interface.
32378         * config/ia64/t-ia64 (ia64.o): Update dependencies.
32379         * config/iq2000/iq2000.c: Include opts.h.
32380         (iq2000_handle_option): Update to new hook interface.
32381         * config/m32c/m32c.c: Include opts.h.
32382         (m32c_handle_option): Update to new hook interface.
32383         * config/m32r/m32r.c: Include opts.h.
32384         (m32r_handle_option): Update to new hook interface.
32385         * config/m68k/m68k.c: Include opts.h.
32386         (m68k_handle_option): Update to new hook interface.
32387         * config/mep/mep.c: Include opts.h.
32388         (mep_handle_option): Update to new hook interface.
32389         * config/microblaze/microblaze.c: Include opts.h.
32390         (microblaze_handle_option): Update to new hook interface.
32391         * config/mips/mips.c: Include opts.h.
32392         (mips_handle_option): Update to new hook interface.
32393         * config/mn10300/mn10300.c: Include opts.h.
32394         (mn10300_handle_option): Update to new hook interface.
32395         * config/pa/pa.c: Include opts.h.
32396         (pa_handle_option): Update to new hook interface.
32397         * config/pdp11/pdp11.c: Include opts.h.
32398         (pdp11_handle_option): Update to new hook interface.
32399         * config/rs6000/rs6000.c: Include opts.h.
32400         (rs6000_handle_option): Update to new hook interface.
32401         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
32402         * config/rx/rx.c: Include opts.h.
32403         (rx_handle_option): Update to new hook interface.
32404         * config/s390/s390.c: Include opts.h.
32405         (s390_handle_option): Update to new hook interface.
32406         * config/score/score.c: Include opts.h.
32407         (score_handle_option): Update to new hook interface.
32408         * config/sh/sh.c: Include opts.h.
32409         (sh_handle_option): Update to new hook interface.
32410         * config/sparc/sparc.c: Include opts.h.
32411         (sparc_handle_option): Update to new hook interface.
32412         * config/v850/v850.c: Include opts.h.
32413         (v850_handle_option): Update to new hook interface.
32415 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32417         * gcc.c (driver_unknown_option_callback): Only permit and save
32418         unknown -Wno- options.
32419         (driver_wrong_lang_callback): Save options directly instead of via
32420         driver_unknown_option_callback.
32422 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
32424         * combine.c (simplify_set): Try harder to find the best CC mode when
32425         simplifying a nested COMPARE on the RHS.
32427 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
32429         * config/alpha/gnu.h: Remove.
32430         * config/arc: Remove directory.
32431         * config/arm/netbsd.h: Remove.
32432         * config/arm/t-pe: Remove.
32433         * config/crx: Remove directory.
32434         * config/i386/netbsd.h: Remove.
32435         * config/m68hc11: Remove directory.
32436         * config/m68k/uclinux-oldabi.h: Remove.
32437         * config/mcore/mcore-pe.h: Remove.
32438         * config/mcore/t-mcore-pe: Remove.
32439         * config/netbsd-aout.h: Remove.
32440         * config/rs6000/gnu.h: Remove.
32441         * config/sh/sh-symbian.h: Remove.
32442         * config/sh/symbian-base.c: Remove.
32443         * config/sh/symbian-c.c: Remove.
32444         * config/sh/symbian-cxx.c: Remove.
32445         * config/sh/symbian-post.h: Remove.
32446         * config/sh/symbian-pre.h: Remove.
32447         * config/sh/t-symbian: Remove.
32448         * config/svr3.h: Remove.
32449         * config/vax/netbsd.h: Remove.
32450         * config.build: Don't handle i[34567]86-*-pe.
32451         * config.gcc: Remove handling of deprecations for most deprecated
32452         targets.
32453         (m68k-*-uclinuxoldabi*): Add to second deprecated list.
32454         (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
32455         i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
32456         m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
32457         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
32458         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
32459         Remove cases.
32460         * config.host: Don't handle i[34567]86-*-pe.
32461         * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
32462         (ASM_SPEC32): Don't handle -mcall-gnu.
32463         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
32464         -mcall-gnu.
32465         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
32466         STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
32467         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
32468         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
32469         (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
32470         * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
32471         conditional on SYMBIAN.
32472         * configure.ac: Don't handle powerpc*-*-gnu*.
32473         * configure: Regenerate.
32474         * doc/extend.texi (interrupt attribute): Don't mention CRX.
32475         * doc/install-old.texi (m6811, m6812): Don't mention.
32476         * doc/install.texi (arc-*-elf*): Don't document multilib option.
32477         (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
32478         (m68k-uclinuxoldabi): Don't mention.
32479         * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
32480         Remove.
32481         (-mcall-gnu): Remove.
32482         * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
32483         families): Remove constraint documentation.
32485 2011-03-22  Marius Strobl  <marius@FreeBSD.org>
32487         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
32488         (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
32489         (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
32491 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
32493         PR target/48226
32494         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
32495         vector when peeking at the next token for vector, don't expand the
32496         keywords.
32498 2011-03-21  Georg-Johann Lay  <avr@gjlay.de>
32500         * config/avr/avr-protos.h (expand_epilogue): Change prototype
32501         * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
32502         * config/avr/avr.c (init_cumulative_args)
32503         (avr_function_arg_advance): Use it.
32504         * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
32505         sibcall epilogues.
32506         (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
32507         (avr_function_ok_for_sibcall): ...this new function.
32508         (avr_lookup_function_attribute1): New static Function.
32509         (avr_naked_function_p, interrupt_function_p)
32510         (signal_function_p, avr_OS_task_function_p)
32511         (avr_OS_main_function_p): Use it.
32512         * config/avr/avr.md ("sibcall", "sibcall_value")
32513         ("sibcall_epilogue"): New expander.
32514         ("*call_insn", "*call_value_insn"): New insn.
32515         ("call_insn", "call_value_insn"): Remove
32516         ("call", "call_value", "epilogue"): Change expander to handle
32517         sibling calls.
32519 2011-03-21  Nick Clifton  <nickc@redhat.com>
32521         * doc/invoke.texi (Overall Options): Move closing brace to end of
32522         options list.
32523         (Optimization Options): Add missing @gol.
32524         (Directory Options): Likewise.
32525         (i386 and x86-64 Options): Likewise.
32526         (RS6000 and PowerPC Options): Likewise.
32527         (i386 and x86-64 Windows Options): Likewise.
32528         (V850 Options): Add text missing from descriptions.
32530 2011-03-22  Richard Henderson  <rth@redhat.com>
32532         * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
32533         (avr_incoming_return_addr_rtx): New.
32534         (emit_push_byte): New.
32535         (expand_prologue): Use it.  Remove incorrect dwarf annotation for
32536         SREG, RAMPZ, zero register.  Push frame pointer by bytes.  Add dwarf
32537         annotation for __prologue_saves__.  Fixup dwarf annotation for CFA.
32538         (emit_pop_byte): New.
32539         (expand_epilogue): Use it.  Pop frame pointer by bytes.
32540         * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
32541         (INCOMING_RETURN_ADDR_RTX): New.
32542         (INCOMING_FRAME_SP_OFFSET): New.
32543         (ARG_POINTER_CFA_OFFSET): New.
32544         * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
32545         (*pushhi, *pushsi, *pushsf, popqi): Likewise.
32546         (pophi): Remove.
32548         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
32550 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
32552         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
32553         (FUNCTION_ARG_ADVANCE): Likewise.
32554         * tm.texi.in: Change references to them to hook references.
32555         * tm.texi: Regenerate.
32556         * targhooks.c (default_function_arg): Eliminate check for target
32557         macro.
32558         (default_function_incoming_arg): Likewise.
32559         (default_function_arg_advance): Likewise.
32560         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
32561         (function_arg_advance): Likewise.
32562         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
32564 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
32566         * tree.c (build_call_1): New function.
32567         (build_call_valist, build_call_array_loc, build_call_vec): Call it.
32569 2011-03-22  Richard Guenther  <rguenther@suse.de>
32571         PR tree-optimization/48228
32572         * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
32573         for single-arg PHIs.
32575 2011-03-22  Andrey Belevantsev  <abel@ispras.ru>
32577         PR rtl-optimization/48143
32578         * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
32579         (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
32580         sse2_cvtps2pd): Likewise.
32582 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32584         * recog.c (canonicalize_change_group): Use validate_unshare_change.
32586 2011-03-22  Richard Guenther  <rguenther@suse.de>
32588         * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
32589         a valid RHS.  Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
32590         * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
32591         and REALIGN_LOAD_EXPR.
32592         (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
32593         DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
32594         * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
32595         DOT_PROD_EXPR case ...
32596         (expand_expr_real_2): ... here.
32597         * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
32598         and REALIGN_LOAD_EXPR.
32599         * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
32600         * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
32601         (vect_create_epilog_for_reduction): Likewise.
32602         (vectorizable_reduction): Likewise.
32603         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
32604         * tree-vect-stmts.c (vectorizable_load): Likewise.
32606 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
32608         * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
32610 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32612         * config/s390/s390.c (s390_delegitimize_address): Fix offset
32613         handling for PLTOFF/GOTOFF.
32615 2011-03-22  Nick Clifton  <nickc@redhat.com>
32617         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
32618         trailing backslash from the end of the macro definition.
32620 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32622         * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
32623         and PLT unspecs.
32625 2011-03-21  Richard Sandiford  <richard.sandiford@linaro.org>
32627         * expr.h (prepare_operand): Move to...
32628         * optabs.h (prepare_operand): ...here and change the insn code
32629         parameter from "int" to "enum insn_code".
32630         (insn_operand_matches): Declare.
32631         * expr.c (init_expr_target): Use insn_operand_matches.
32632         (compress_float_constant): Likewise.
32633         * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
32634         * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
32635         (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
32636         (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
32637         Likewise.
32638         (gen_cond_trap): Likewise.
32639         (prepare_operand): Likewise.  Change icode to an insn_code.
32640         (insn_operand_matches): New function.
32641         * reload.c (find_reloads_address_1): Use insn_operand_matches.
32642         * reload1.c (gen_reload): Likewise.
32643         * targhooks.c (default_secondary_reload): Likewise.
32645 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
32647         * config/alpha/alpha.md (unspec): New define_c_enum.
32648         (unspecv): Ditto.
32650 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
32652         PR debug/48214
32653         * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
32654         between a call and its CALL_ARG_LOCATION note.
32656 2011-03-21  Eric Botcazou  <ebotcazou@adacore.com>
32658         * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
32660 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
32662         PR c/42544
32663         PR c/48197
32664         * c-common.c (shorten_compare): If primopN is first sign-extended
32665         to opN and then zero-extended to result type, set primopN to opN.
32667 2011-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
32669         * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
32670         for barrier handlers.
32672 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
32674         * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
32675         UNSPEC constants to be in the unspec enumeration, and redefine
32676         all UNSPECV constants to be in the unspecv enumeration, so that
32677         dumps print which unspec/unspec_volatile this is.
32678         * config/rs6000/vector.md (UNSPEC_*): Ditto.
32679         * config/rs6000/paired.md (UNSPEC_*): Ditto.
32680         * config/rs6000/vsx.md (UNSPEC_*): Ditto.
32681         * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
32682         * config/rs6000/dfp.md (UNSPEC_*): Ditto.
32684         * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
32685         UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
32686         UNSPECV_LWSYNC, since these are used as unspec_volatile.
32687         * config/rs6000/sync.md (isync, lwsync): Ditto.
32689 2011-03-21  Richard Guenther  <rguenther@suse.de>
32691         * params.def (lto-min-partition): Fix typo.
32693 2011-03-21  Richard Guenther  <rguenther@suse.de>
32695         PR c/47939
32696         * c-decl.c (grokdeclarator): Drop to the main variant only
32697         for array types.  Drop flag_gen_aux_info check.
32699 2011-03-21  Richard Guenther  <rguenther@suse.de>
32701         PR translation/47911
32702         * params.def (lto-partitions): Fix typo.
32703         (lto-min-partition): Fix wording.
32705 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
32707         * config/rs6000/t-freebsd: Remove duplication from file.
32709 2011-03-21  Richard Guenther  <rguenther@suse.de>
32711         PR middle-end/47661
32712         * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
32714 2011-03-21  Richard Guenther  <rguenther@suse.de>
32716         PR lto/48210
32717         * params.def (lto-partitions): Require at least 1 partition.
32719 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32721         * gthr-solaris.h: Remove.
32722         * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
32723         * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
32724         (LIB_SPEC): Likewise.
32725         * config/sol2.opt (threads): Remove.
32726         * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
32727         (sparc*-*-solaris2*): Likewise.
32728         * configure.ac (enable_threads): Enable solaris support.
32729         * configure: Regenerate.
32730         * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
32731         * doc/install.texi (Configuration, --enable-threads=lib): Remove
32732         solaris.
32734 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32736         * config.gcc: Obsolete *-*-solaris2.8*.
32737         * doc/install.texi (Specific, *-*-solaris2*): Document it.
32739 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32741         PR bootstrap/48135
32742         * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
32743         reference.  Solaris 8 perl works.
32745 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32747         PR bootstrap/48135
32748         * doc/install.texi (Prerequisites): Move jar etc. up.
32749         Explain support library version requirements.
32751 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32753         PR bootstrap/48135
32754         * doc/install.texi (Prerequisites): Move Perl to build
32755         requirements.  Always necessary on Solaris 2 with Sun ld.
32757 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32759         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
32760         binutils 2.21.
32761         (Specific, i?86-*-solaris2.[89]): Likewise.
32762         (Specific, i?86-*-solaris2.10): Likewise.
32763         (Specific, mips-sgi-irix6): Likewise.
32764         (Specific, *-*-solaris2*): Remove Sun Studio download URL.
32765         Update for binutils 2.21.
32767 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32769         * configure.ac (gcc_cv_lto_plugin): Fix typo.
32770         Allow -fuse-linker-plugin for non-default plugin linker.
32771         * configure: Regenerate.
32773 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
32775         PR bootstrap/48167
32776         * gengtype.c (files_rules): Added rule for cp/parser.h.
32778 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
32780         PR target/48213
32781         * config/s390/s390.c (s390_delegitimize_address): Don't call
32782         lowpart_subreg if orig_x has BLKmode.
32784 2011-03-21  Kai Tietz  <ktietz@redhat.com>
32786         PR target/12171
32787         * doc/plugins.texi: Adjust documentation for plugin register_callback.
32788         * tree.h (attribute_spec): Add new member affects_type_identity.
32789         * attribs.c (empty_attribute_table): Adjust attribute_spec
32790         initializers.
32791         * config/alpha/alpha.c: Likewise.
32792         * config/arc/arc.c: Likewise.
32793         * config/arm/arm.c: Likewise.
32794         * config/avr/avr.c: Likewise.
32795         * config/bfin/bfin.c: Likewise.
32796         * config/crx/crx.c: Likewise.
32797         * config/darwin.h: Likewise.
32798         * config/h8300/h8300.c: Likewise.
32799         * config/i386/cygming.h: Likewise.
32800         * config/i386/i386.c: Likewise.
32801         * config/ia64/ia64.c: Likewise.
32802         * config/m32c/m32c.c: Likewise.
32803         * config/m32r/m32r.c: Likewise.
32804         * config/m68hc11/m68hc11.c: Likewise.
32805         * config/m68k/m68k.c: Likewise.
32806         * config/mcore/mcore.c: Likewise.
32807         * config/mep/mep.c: Likewise.
32808         * config/microblaze/microblaze.c: Likewise.
32809         * config/mips/mips.c: Likewise.
32810         * config/rs6000/rs6000.c: Likewise.
32811         * config/rx/rx.c: Likewise.
32812         * config/sh/sh.c: Likewise.
32813         * config/sol2.h: Likewise.
32814         * config/sparc/sparc.c: Likewise.
32815         * config/spu/spu.c: Likewise.
32816         * config/stormy16/stormy16.c: Likewise.
32817         * config/v850/v850.c: Likewise.
32819 2011-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
32821         * simplify-rtx.c (simplify_binary_operation_1): Handle
32822         (xor (and A B) C) case when B and C are both constants.
32824 2011-03-21  Mingjie Xing  <mingjie.xing@gmail.com>
32826         * tree-dfa.c (add_referenced_var): Fix typo in comment.
32828 2011-03-20  Eric Botcazou  <ebotcazou@adacore.com>
32830         PR bootstrap/48168
32831         * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
32833 2011-03-20  Jakub Jelinek  <jakub@redhat.com>
32835         PR rtl-optimization/48156
32836         * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
32837         assume df and df_lr are not NULL.
32839 2011-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
32841         PR debug/48023
32842         * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
32843         between a call and its CALL_ARG_LOCATION note.
32845 2011-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
32847         PR debug/48178
32848         * config/sh/sh.c (find_barrier): Don't emit a constant pool
32849         between a call and its corresponding CALL_ARG_LOCATION note.
32851 2011-03-19  Anatoly Sokolov  <aesok@post.ru>
32853         * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
32854         instead of loop. Use HARD_REGISTER_NUM_P predicate.
32855         * haifa-sched.c (setup_ref_regs): Ditto.
32856         * caller-save.c (add_used_regs_1): Ditto.
32857         * dse.c (look_for_hardregs): Ditto.
32858         * df-problems.c (df_simulate_one_insn_forwards): Ditto.
32859         * sched-rgn.c (check_live_1): Ditto.
32861 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
32863         * c-decl.c (diagnose_mismatched_decls): Give an error for
32864         redefining a typedef with variably modified type.
32866 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
32868         * c-decl.c (grokfield): Don't allow typedefs for structures or
32869         unions with no tag by default.
32870         * doc/extend.texi (Unnamed Fields): Update.
32872 2011-03-18  Uros Bizjak  <ubizjak@gmail.com>
32874         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
32875         Rewrite using indirect functions.
32876         (lwp_slwpcb): Ditto.
32877         * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
32878         (avx_vinsertf128<mode>): Ditto.
32880 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32882         * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
32883         unspecs.
32885 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32887         * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
32888         splitting between a call and its corresponding CALL_ARG_LOCATION note.
32890 2011-03-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
32892         PR rtl-optimization/48170
32893         * gcse.c (hoist_code): Remove bogus asserts.
32895 2011-03-18  Georg-Johann Lay  <avr@gjlay.de>
32897         * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
32898         computation for prologue/epilogue.
32900 2011-03-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32902         * Makefile.in (check-consistency): Remove.
32904 2011-03-18  Jakub Jelinek  <jakub@redhat.com>
32906         PR debug/48176
32907         * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
32908         arange_table_in_use is 0, but either text_section_used or
32909         cold_text_section_used is true.  Don't call it if
32910         !info_section_emitted.
32912 2011-03-18  Anatoly Sokolov  <aesok@post.ru>
32914         * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
32915         FUNCTION_VALUE_REGNO_P): Remove.
32916         * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
32917         Remove.
32918         * config/avr/avr.c (avr_ret_register): Make static inline.
32919         (avr_function_value_regno_p): New function.
32920         (avr_libcall_value): Make static. Add 'func' argument.
32921         (avr_function_value): Make static. Rename 'func' argument to
32922         'fn_decl_or_type', forward it to avr_libcall_value. Call
32923         avr_ret_register function instead of RET_REGISTER macro.
32924         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
32926 2011-03-18  Jason Merrill  <jason@redhat.com>
32928         PR c++/23372
32929         * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
32931 2011-03-18  Richard Guenther  <rguenther@suse.de>
32933         * doc/install.texi (--enable-gold): Remove.
32934         (--with-plugin-ld): Document.
32935         * doc/invoke.texi (-fuse-linker-plugin): Clarify.
32937 2011-03-18  Andrew Pinski  <pinskia@gmail.com>
32939         PR middle-end/47790
32940         * expr.c (optimize_bitfield_assignment_op): Revamp to work
32941         again after expansion changes.
32943 2011-03-18  Chung-Lin Tang  <cltang@codesourcery.com>
32945         * combine.c (try_combine): Do simplification only call of
32946         subst() on i2 even when i1 is present. Update comments.
32948 2011-03-18  Kaz Kojima  <kkojima@gcc.gnu.org>
32950         * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
32951         and UNSPEC_PCREL_SYMOFF.
32953 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32955         * config/s390/s390.md: Use define_c_enum for the unspec constant
32956         definitions.
32958 2011-03-18  Richard Henderson  <rth@redhat.com>
32959             Jakub Jelinek  <jakub@redhat.com>
32961         PR bootstrap/48161
32962         * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
32963         instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
32965 2011-03-17  Anatoly Sokolov  <aesok@post.ru>
32967         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
32968         * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
32969         * config/v850/v850.c (v850_output_addr_const_extra): Make static.
32970         Change return type to bool.
32971         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
32973 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32975         PR debug/48163
32976         * var-tracking.c (prepare_call_arguments): If CALL target
32977         is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
32978         pc instead of looking it up using cselib_lookup and use
32979         Pmode for it if x has VOIDmode.
32980         * dwarf2out.c (gen_subprogram_die): If also both first and
32981         second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
32983         PR debug/48163
32984         * function.c (assign_parms): For data.passed_pointer parms
32985         use MEM of data.entry_parm instead of data.entry_parm itself
32986         as DECL_INCOMING_RTL.
32987         * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
32988         also when passed and declared mode is the same, DECL_RTL
32989         is a MEM with pseudo as address and DECL_INCOMING_RTL is
32990         a MEM too.
32992 2011-03-16  Jeff Law  <law@redhat.com>
32994         PR rtl-optimization/37273
32995         * ira-costs.c (scan_one_insn): Detect constants living in memory and
32996         handle them like argument loads from stack slots.  Do not double
32997         count memory for memory constants and argument loads from stack slots.
32999 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
33001         PR debug/48160
33002         * var-tracking.c (prepare_call_arguments): Check SUBREG.
33004 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
33006         PR target/48171
33007         * config/i386/i386.opt: Add Save to -mavx and -mfma.
33009 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
33011         PR bootstrap/48153
33012         * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
33013         if dwarf_strict.
33014         (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
33015         Clear call_arg_locations and call_arg_loc_last always.
33017         PR middle-end/48152
33018         * var-tracking.c (prepare_call_arguments): If argument needs to be
33019         passed by reference, adjust argtype and mode.
33021 2011-03-17  Richard Guenther  <rguenther@suse.de>
33023         PR middle-end/48134
33024         * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
33025         a value make sure to fold the statement.
33027 2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>
33029         PR target/43872
33030         * config/arm/arm.c (arm_get_frame_offsets): Adjust early
33031         return condition with !cfun->calls_alloca.
33033 2011-03-17  Richard Guenther  <rguenther@suse.de>
33035         PR bootstrap/48148
33036         * lto-cgraph.c (input_overwrite_node): Clear the abstract
33037         origin for decls in other ltrans units.
33038         (input_varpool_node): Likewise.
33040 2011-03-17  Richard Guenther  <rguenther@suse.de>
33042         PR middle-end/48165
33043         * tree-object-size.c (compute_object_offset): Properly return
33044         the offset operand of MEM_REFs as sizetype.
33046 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
33048         PR rtl-optimization/48141
33049         * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
33050         * dse.c: Include params.h.
33051         (active_local_stores_len): New variable.
33052         (add_wild_read, dse_step1): Clear it when setting active_local_stores
33053         to NULL.
33054         (record_store, check_mem_read_rtx): Decrease it when removing
33055         from the chain.
33056         (scan_insn): Likewise.  Increase it when adding to chain, if it
33057         reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
33058         set active_local_stores to NULL before the addition.
33059         * Makefile.in (dse.o): Depend on $(PARAMS_H).
33061         PR rtl-optimization/48141
33062         * dse.c (record_store): If no positions are needed in an insn
33063         that cannot be deleted, at least unchain it from active_local_stores.
33065 2011-03-16  Dodji Seketeli  <dodji@redhat.com>
33067         PR debug/47510
33068         * dwarf2out.c (strip_naming_typedef): Factorize out of ...
33069         (lookup_type_die_strip_naming_typedef): ... here.
33070         (get_context_die): Use it.
33071         (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
33072         the anonymous struct named by the naming typedef.
33074 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
33076         PR target/48154
33077         * config/i386/i386.c (ix86_builtin_vectorized_function): Check
33078         TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
33080 2011-03-16  Jeff Law  <law@redhat.com>
33082         * tree-vrp.c (identify_jump_threads): Slightly simplify type
33083         check for operands of conditional.  Allow type to be a pointer.
33085 2011-03-16  Richard Guenther  <rguenther@suse.de>
33087         PR tree-optimization/48149
33088         * fold-const.c (fold_binary_loc): Fold
33089         COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
33091 2011-03-16  Richard Guenther  <rguenther@suse.de>
33093         PR tree-optimization/26134
33094         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
33095         complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
33096         (non_rewritable_mem_ref_base): Handle complex type component
33097         accesses, constrain offsets for vector and complex extracts
33098         more properly.
33100 2011-03-16  Richard Guenther  <rguenther@suse.de>
33102         PR tree-optimization/48146
33103         * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
33104         operands avoiding the need for renaming.
33106 2011-03-16  Richard Guenther  <rguenther@suse.de>
33108         * gimple-fold.c (maybe_fold_reference): Open-code relevant
33109         constant folding.  Move MEM_REF canonicalization first.
33110         Rely on fold_const_aggregate_ref for initializer folding.
33111         * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
33113 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
33115         PR middle-end/48136
33116         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
33117         arg0/arg1 or their arguments are always fold converted to matching
33118         types.
33120         * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
33121         to nargs.
33123 2011-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33125         PR lto/46944
33126         * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
33127         Handle in-tree gold.
33128         (ld_vers): Extract binutils version for gold.
33129         (gcc_cv_ld_hidden): Handle gold here.
33130         (gcc_cv_lto_plugin): Determine level of linker plugin support.
33131         * configure: Regenerate.
33132         * config.in: Regenerate.
33133         * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
33134         -fuse-linker-plugin otherwise.
33135         (LINK_PLUGIN_SPEC): Define.  Extract from LINK_COMMAND_SPEC.
33136         (LINK_COMMAND_SPEC): Use it.
33137         (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
33139 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
33141         * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
33142         * calls.c: Remove debug.h include.
33143         (emit_call_1): Don't call virtual_call_token debug hook.
33144         * dwarf2out.c (debug_dcall_section, debug_vcall_section,
33145         dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
33146         vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
33147         size_of_dcall_table, output_dcall_table, size_of_vcall_table,
33148         output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
33149         vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
33150         dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
33151         dwarf2out_virtual_call): Remove.
33152         (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
33153         copy_call_info and virtual_call hooks.
33154         (dwarf2out_init): Don't initialize vcall_insn_table,
33155         debug_dcall_section and debug_vcall_section.
33156         (prune_unused_types): Don't mark nodes from dcall_table.
33157         (dwarf2out_finish): Don't output dcall or vcall tables.
33158         * final.c (final_scan_insn): Don't call direct_call or
33159         virtual_call debug hooks.
33160         * debug.h (struct gcc_debug_hooks): Remove direct_call,
33161         virtual_call_token, copy_call_info and virtual_call hooks.
33162         (debug_nothing_uid): Remove prototype.
33163         * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
33164         copy_call_info and virtual_call hooks.
33165         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
33166         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
33167         * debug.c (do_nothing_debug_hooks): Likewise.
33168         (debug_nothing_uid): Remove.
33169         * doc/invoke.texi (-fenable-icf-debug): Remove.
33170         * common.opt (-fenable-icf-debug): Likewise.
33172         * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
33173         * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
33174         call's MEM.  Handle functions returning aggregate through a hidden
33175         first pointer.  For virtual calls add clobbered pc to call arguments
33176         chain.
33177         * dwarf2out.c (gen_subprogram_die): Emit
33178         DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
33179         can't be emitted.
33181         PR debug/45882
33182         * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
33183         * rtl.h (ENTRY_VALUE_EXP): Define.
33184         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
33185         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
33186         * print-rtl.c (print_rtx): Likewise.
33187         * gengtype.c (adjust_field_rtx_def): Likewise.
33188         * var-tracking.c (vt_add_function_parameter): Adjust
33189         gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
33190         * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
33191         * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
33192         partition is a default definition of a PARM_DECL, use ENTRY_VALUE
33193         of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
33195         * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
33196         Call var_location debug hook even on CALL_INSNs.
33197         (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
33198         * rtl.def (ENTRY_VALUE): New.
33199         * dwarf2out.c: Include cfglayout.h.
33200         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
33201         output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
33202         (struct call_arg_loc_node): New type.
33203         (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
33204         tail_call_site_count): New variables.
33205         (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
33206         DW_TAG_GNU_call_site_parameter.
33207         (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
33208         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
33209         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
33210         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
33211         and DW_AT_GNU_all_source_call_sites.
33212         (mem_loc_descriptor): Handle ENTRY_VALUE.
33213         (add_src_coords_attributes): Don't add enything if
33214         DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
33215         (dwarf2out_abstract_function): Save and clear call_arg_location,
33216         call_site_count and tail_call_site_count around dwarf2out_decl call.
33217         (gen_call_site_die): New function.
33218         (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
33219         (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
33220         (dwarf2out_function_decl): Clear call_arg_locations,
33221         call_arg_loc_last, set call_site_count and tail_call_site_count
33222         to -1 and free block_map.
33223         (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
33224         CALL_INSNs.  Add NOTE_DURING_CALL_P var location notes even when not
33225         followed by any real instructions.
33226         (dwarf2out_begin_function): Set call_site_count and
33227         tail_call_site_count to 0.
33228         (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
33229         is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
33230         attempt to force a DIE for it and worst case remove the attribute.
33231         (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
33232         check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
33233         the decl itself.
33234         * var-tracking.c: Include tm_p.h.
33235         (vt_stack_adjustments): For calls call note_register_arguments.
33236         (argument_reg_set): New variable.
33237         (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
33238         ensure the VALUE is resolved.
33239         (call_arguments): New variable.
33240         (prepare_call_arguments): New function.
33241         (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
33242         (struct expand_loc_callback_data): Add ignore_cur_loc field.
33243         (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
33244         always use the best expression.
33245         (vt_expand_loc): Add ignore_cur_loc argument.
33246         (vt_expand_loc_dummy): Clear ignore_cur_loc field.
33247         (emit_note_insn_var_location): Adjust vt_expand_loc callers.
33248         (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
33249         note for all calls.
33250         (vt_add_function_parameter): Use cselib_lookup_from_insn.
33251         If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
33252         argument.  Don't call cselib_preserve_only_values and
33253         cselib_reset_table.
33254         (note_register_arguments): New function.
33255         (vt_initialize): Compute argument_reg_set.  Call
33256         vt_add_function_parameters before processing basic blocks instead of
33257         afterwards.  For calls call prepare_call_arguments before calling
33258         cselib_process_insn.
33259         * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
33260         * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
33261         (var-tracking.o): Depend on $(TM_P_H).
33262         * cfglayout.h (insn_scope): New prototype.
33263         * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
33264         * cfglayout.c (insn_scope): No longer static.
33265         * insn-notes.def (CALL_ARG_LOCATION): New.
33266         * calls.c (expand_call, emit_library_call_value_1): Put USEs for
33267         MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
33268         * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
33269         nothing for DECL_EXTERNAL BLOCK_VARS.
33271 2011-03-16  Alan Modra  <amodra@gmail.com>
33273         PR target/45844
33274         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
33275         create invalid offset address for vsx splat insn.
33276         * config/rs6000/predicates.md (splat_input_operand): New.
33277         * config/rs6000/vsx.md (vsx_splat_*): Use it.
33279 2011-03-15  Xinliang David Li  <davidxl@google.com>
33281         PR c/47837
33282         * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
33283         (normalize_preds): New function.
33284         (is_use_properly_guarded): Normalize def predicates.
33286 2011-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
33288         PR target/46788
33289         * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
33290         in the output template.
33292 2011-03-15  Richard Guenther  <rguenther@suse.de>
33294         PR middle-end/47650
33295         * tree-pretty-print.c (dump_function_declaration): Properly
33296         dump unprototyped and varargs function types.
33298 2011-03-15  Richard Guenther  <rguenther@suse.de>
33300         PR tree-optimization/13954
33301         * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
33302         and friends.
33304 2011-03-15  Richard Guenther  <rguenther@suse.de>
33306         PR tree-optimization/48037
33307         * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
33308         selects into BIT_FIELD_REFs.
33309         (non_rewritable_mem_ref_base): Check if a MEM_REF is a
33310         vector select.
33312 2011-03-15  Jakub Jelinek  <jakub@redhat.com>
33314         PR tree-optimization/48129
33315         * builtins.c (fold_builtin_snprintf): Convert to type of
33316         built_in_decls[BUILT_IN_SNPRINTF] retval instead of
33317         implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
33319 2011-03-15  Richard Guenther  <rguenther@suse.de>
33321         PR tree-optimization/41490
33322         * tree-ssa-dce.c (propagate_necessity): Handle returns without
33323         value but with VUSE.
33324         * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
33325         return statements.
33326         * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
33327         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
33328         * tree-tailcall.c (find_tail_calls): Ignore returns.
33330 2011-03-15  Richard Guenther  <rguenther@suse.de>
33332         PR middle-end/48031
33333         * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
33334         or variable-indexed array accesses when in gimple form.
33336 2011-03-15  Richard Guenther  <rguenther@suse.de>
33338         * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
33340 2011-03-15  Alan Modra  <amodra@gmail.com>
33342         PR target/48032
33343         * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
33344         presume symbol_refs without a symbol_ref_decl are suitably
33345         aligned, nor other trees we may see here.  Handle anchor symbols.
33346         (legitimate_constant_pool_address_p): Comment.  Add mode param.
33347         Check cmodel=medium addresses.  Adjust all calls.
33348         (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
33349         creating cmodel=medium optimized access to locals.
33350         * config/rs6000/constraints.md (R): Pass QImode to
33351         legitimate_constant_pool_address_p.
33352         * config/rs6000/predicates.md (input_operand): Pass mode to
33353         legitimate_constant_pool_address_p.
33354         * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
33355         Update prototype.
33357 2011-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
33359         PR target/48053
33360         * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
33361         64-bit constants being loaded into registers other than GPRs such
33362         as loading 0 into a VSX register.
33364 2011-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33366         * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
33368 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
33370         PR middle-end/47917
33371         * builtins.c (fold_builtin_snprintf): New function.
33372         (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
33373         (fold_builtin_4): Likewise.
33375         PR middle-end/38878
33376         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
33377         STRIP_NOPS on arg0 and arg1.  When optimizing X +- C == X
33378         and C - X == X also strip nops from +/-/p+ operand.
33379         When optimizing -X == C, fold C to arg0's type.
33381         PR debug/47946
33382         * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
33383         emit it as add_AT_int instead of add_AT_unsigned.
33385 2011-03-14  Tom Tromey  <tromey@redhat.com>
33387         * unwind-dw2.c: Include sys/sdt.h if it exists.
33388         (_Unwind_DebugHook): Use STAP_PROBE2.
33389         * config.in, configure: Rebuild.
33390         * configure.ac: Check for sys/sdt.h.
33392 2011-03-14  Uros Bizjak  <ubizjak@gmail.com>
33394         * config/i386/i386.md (ROUND_FLOOR): New constant.
33395         (ROUND_CEIL): Ditto.
33396         (ROUND_TRUNC): Ditto.
33397         (ROUND_MXCSR): Ditto.
33398         (ROUND_NO_EXC): Ditto.
33399         (rint<mode>2): Use new defines instead of numerical constants.
33400         (floor<mode>2): Ditto.
33401         (ceil<mode>2): Ditto.
33402         (btrunc<mode>2): Ditto.
33403         * config/i386/i386-builtin-types.def: Define ROUND function type
33404         aliases.
33405         * config/i386/i386.c (enum ix86_builtins): Add
33406         IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
33407         (struct builtin_description): Add
33408         __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
33409         (ix86_expand_sse_round): New static function.
33410         (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
33411         function types.
33412         (ix86_builtin_vectorized_function): Handle
33413         BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
33415 2011-03-14  Tom Tromey  <tromey@redhat.com>
33417         * c-parser.c (c_parser_asm_string_literal): Clear
33418         warn_overlength_strings.
33420 2011-03-14  Tom Tromey  <tromey@redhat.com>
33422         * c-parser.c (disable_extension_diagnostics): Save
33423         warn_overlength_strings.
33424         (restore_extension_diagnostics): Restore warn_overlength_strings.
33426 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
33428         * BASE-VER: Change to 4.7.0.
33430 2011-03-14  Richard Guenther  <rguenther@suse.de>
33432         PR middle-end/48098
33433         * tree.c (build_vector_from_val): Adjust assert to requirements
33434         and reality.
33436 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
33438         PR bootstrap/48102
33439         * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
33441 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
33443         * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
33444         terms of target_flags_explicit. Adjust copyright year.
33446         * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
33447         * config/rs6000/t-freebsd: New file. Add override for
33448         LIB2FUNCS_EXTRA.
33450 2011-03-13  Chris Demetriou  <cgd@google.com>
33452         * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
33453         (-fno-diagnostics-show-option): this, to reflect current default.
33454         (-Werror=): Update text about -fno-diagnostics-show-option.
33456 2011-03-12  Peter Bergner  <bergner@vnet.ibm.com>
33458         PR target/48053
33459         * config/rs6000/predicates.md (easy_vector_constant_add_self,
33460         easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
33461         * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
33462         mode is not V2DImode or V2DFmode.
33463         (vspltis_constant): Do not handle V2DImode and V2DFmode.
33464         (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
33465         * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
33466         registers to 0.
33467         (movdi_internal64): Likewise.
33469 2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>
33471         PR tree-optimization/47127
33472         * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
33473         parameter.
33474         (set_cloog_options): Same.
33475         (scop_to_clast): Same.
33476         (print_clast_stmt): Do not call cloog_state_malloc and
33477         cloog_state_free.
33478         (print_generated_program): Same.
33479         (gloog): Same.
33480         * graphite-clast-to-gimple.h (cloog_state): Declared.
33481         (scop_to_clast): Adjust declaration.
33482         * graphite.c (cloog_state): Defined here.
33483         (graphite_initialize): Call cloog_state_malloc.
33484         (graphite_finalize): Call cloog_state_free.
33486 2011-03-11  Jason Merrill  <jason@redhat.com>
33488         * attribs.c (lookup_attribute_spec): Take const_tree.
33489         * tree.h: Adjust.
33491 2011-03-11  Joseph Myers  <joseph@codesourcery.com>
33493         * config/sparc/sparc.c (sparc_option_override): Use
33494         PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
33496 2011-03-11  Richard Guenther  <rguenther@suse.de>
33498         PR tree-optimization/48067
33499         * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
33500         multiplication result will be only used once on the target
33501         stmt.
33503 2011-03-11  Richard Guenther  <rguenther@suse.de>
33505         * doc/invoke.texi (max-inline-insns-single): Adjust default value.
33507 2011-03-11  Richard Guenther  <rguenther@suse.de>
33509         PR lto/48073
33510         * tree.c (find_decls_types_r): Do not walk types only reachable
33511         from IDENTIFIER_NODEs.
33513 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
33515         PR middle-end/48044
33516         * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
33517         all vnode->force_output nodes as needed.
33519 2011-03-11  Jason Merrill  <jason@redhat.com>
33521         PR c++/48069
33522         * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
33523         COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
33525 2011-03-11  Martin Jambor  <mjambor@suse.cz>
33527         * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
33528         cgraph_node.
33530 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
33532         PR tree-optimization/48063
33533         * ipa-inline.c (cgraph_decide_inlining): Don't try to
33534         inline functions called once if !tree_can_inline_p (node->callers).
33536 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
33538         * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
33539         extra_objs.
33540         * config/score/score3.c: Delete.
33541         * config/score/score3.h: Delete.
33542         * config/score/mul-div.S: Delete.
33543         * config/score/sfp-machine.h: Add new file.
33544         * config/score/constraints.md: Add new file.
33545         * config/score/t-score-softfp: Add new file.
33546         * config/score/t-score-elf: Remove score3.o, do not generate multilib.
33547         * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
33548         (score7_extra_constraint): Delete.
33549         (score7_option_override): Remove unused code.
33550         * config/score/score.c: Remove score3 and score5 define and code.
33551         * config/score/score.h: Remove score3 and score5 define and code.
33552         * config/score/score.md: Remove score3 template and unusual insn.
33553         * config/score/score.opt: Remove score3 and score5 options.
33555 2011-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
33557         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
33558         when _HPUX_SOURCE is defined.
33559         (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
33561 2011-03-10  Jason Merrill  <jason@redhat.com>
33563         PR c++/48029
33564         * stor-layout.c (layout_type): Don't set structural equality
33565         on arrays of incomplete type.
33566         * tree.c (type_hash_eq): Handle comparing them properly.
33568 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
33570         PR debug/48043
33571         * config/s390/s390.c (s390_delegitimize_address): Make sure the
33572         result mode matches original rtl mode.
33574 2011-03-10  Nick Clifton  <nickc@redhat.com>
33576         * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
33577         (andsi3, andsi3_flags): Fix timings for three operand alternative.
33579 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
33581         PR rtl-optimization/47866
33582         * expr.c (store_field): If MEM_SCALAR_P (target), don't use
33583         MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
33584         if target wasn't scalar.
33585         * function.c (assign_stack_temp_for_type): Assert that neither
33586         MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
33587         MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
33588         macro.
33589         * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
33591 2011-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33593         * config/s390/s390-protos.h (s390_label_align): New prototype.
33594         * config/s390/s390.c (s390_label_align): New function.
33595         * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
33597 2011-03-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
33599         PR target/47755
33600         * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
33601         V2DI/V2DF constants.  Only all 0's or all 1's are easy.
33602         (output_vec_const_move): Ditto.
33604 2011-03-08  Anatoly Sokolov  <aesok@post.ru>
33606         * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
33607         * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
33608         * config/mips/mips.c (mips_preferred_reload_class): Make static.
33609         Change 'rclass' argument and result type to reg_class_t.
33610         (TARGET_PREFERRED_RELOAD_CLASS): Define.
33612 2011-03-08  Georg-Johann Lay  <avr@gjlay.de>
33614         * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
33615         * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
33616         (TARGET_MEMORY_MOVE_COST): Define.
33617         (avr_register_move_cost, avr_memory_move_cost): New Functions.
33619 2011-03-08  Jakub Jelinek  <jakub@redhat.com>
33621         PR debug/47881
33622         * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
33623         removed anything.
33625         PR tree-optimization/48022
33626         * fold-const.c (fold_comparison): Don't call fold_overflow_warning
33627         for EQ/NE_EXPR.
33629 2011-03-07  Jakub Jelinek  <jakub@redhat.com>
33631         PR debug/47991
33632         * var-tracking.c (find_use_val): Return NULL for
33633         cui->sets && cui->store_p BLKmode MEMs.
33635 2011-03-07  Anatoly Sokolov  <aesok@post.ru>
33637         * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
33638         Remove.
33639         * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
33640         xstormy16_print_operand_address): Remove.
33641         * config/stormy16/stormy16.c (xstormy16_print_operand,
33642         xstormy16_print_operand_address): Make static.
33643         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
33645 2011-03-07  Pat Haugen  <pthaugen@us.ibm.com>
33647         PR target/47862
33648         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
33649         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
33650         before definition.
33652 2011-03-07  Zdenek Dvorak  <ook@ucw.cz>
33654         PR bootstrap/48000
33655         * cfgloopmanip.c (fix_bb_placements): Return immediately
33656         if FROM is BASE_LOOP's header.
33658 2011-03-07  Paul Wögerer  <paul_woegerer@mentor.com>
33660         * gimplify.c (gimplify_function_tree): Fix building calls
33661         to __builtin_return_address.
33663 2011-03-07  Alan Modra  <amodra@gmail.com>
33665         * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
33666         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
33667         * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
33668         * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
33669         return_mode args.
33670         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
33671         (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
33672         (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
33673         (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
33674         * config/rs6000/rs6000.c
33675         (rs6000_elf_end_indicate_exec_stack): Rename to..
33676         (rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
33677         for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
33678         (rs6000_file_start): ..here.
33679         (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
33680         file scope variables.
33681         (call_ABI_of_interest): New function.
33682         (init_cumulative_args): Set above vars when function return value
33683         is a float, vector, or small struct.
33684         (rs6000_function_arg_advance_1): Likewise for function args.
33685         (rs6000_va_start): Set rs6000_passes_float if variable arg function
33686         references float args.
33688 2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
33690         * doc/cfg.texi: Remove "See" before @ref.
33691         * doc/invoke.texi: Likewise.
33693 2011-03-05  Jason Merrill  <jason@redhat.com>
33695         * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
33697 2011-03-05  Anthony Green  <green@moxielogic.com>
33699         * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
33701 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
33703         PR rtl-optimization/47899
33704         * cfgloopmanip.c (fix_bb_placements): Fix first argument
33705         to flow_loop_nested_p when moving the loop upward.
33707 2011-03-05  Richard Earnshaw  <rearnsha@arm.com>
33709         PR target/47719
33710         * arm.md (movhi_insn_arch4):  Accept any immediate constant.
33712 2011-03-05  Jakub Jelinek  <jakub@redhat.com>
33714         PR tree-optimization/47967
33715         * ipa-cp.c (build_const_val): Return NULL instead of creating
33716         VIEW_CONVERT_EXPR for mismatching sizes.
33717         (ipcp_create_replace_map): Return NULL if build_const_val failed.
33718         (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
33719         give up on versioning.
33721 2011-03-05  Alan Modra  <amodra@gmail.com>
33723         PR target/47986
33724         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
33725         full cmodel medium/large lo_sum + high addresses.
33727 2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33729         * config/s390/s390.c (s390_decompose_address): Reject non-literal
33730         pool references in UNSPEC_LTREL_OFFSET.
33732 2011-03-04  Jan Hubicka  <jh@suse.cz>
33734         PR lto/47497
33735         * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
33736         (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
33737         * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
33738         Add node pointers.
33739         * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
33740         cgraph_add_thunk): Add node pointers.
33741         * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
33742         associated to right node.
33743         (input_node): Update use of cgraph_same_body_alias
33744         and cgraph_add_thunk.
33746 2011-03-04  Changpeng Fang  <changpeng.fang@amd.com>
33748         * config/i386/i386.opt (mprefer-avx128): New flag.
33749         * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
33750         modes when the flag -mprefer-avx128 is on.
33752 2011-03-04  Richard Sandiford  <richard.sandiford@linaro.org>
33754         * dwarf2out.c (compare_loc_operands): Fix address handling.
33756 2011-03-04  Alan Modra  <amodra@gmail.com>
33758         * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
33760 2011-03-04  Richard Guenther  <rguenther@suse.de>
33762         PR middle-end/47968
33763         * expmed.c (extract_bit_field_1): Prefer vector modes that
33764         vec_extract patterns can handle.
33766 2011-03-04  Richard Guenther  <rguenther@suse.de>
33768         PR middle-end/47975
33769         * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
33771 2011-03-04  Richard Henderson  <rth@redhat.com>
33773         * explow.c (emit_stack_save): Remove 'after' parameter.
33774         (emit_stack_restore): Likewise.
33775         * expr.h: Update to match.
33776         * builtins.c, calls.c, stmt.c: Likewise.
33777         * config/alpha/alpha.md, config/avr/avr.md: Likewise.
33778         * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
33779         * function.c (expand_function_end): Insert the emit_stack_save
33780         sequence before parm_birth_insn instead of after.
33782 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
33784         * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
33785         (ssse3_pmaddubsw128): Ditto.
33786         (ssse3_pmaddubsw): Ditto.
33788 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
33790         * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
33792 2011-03-03  Jakub Jelinek  <jakub@redhat.com>
33794         PR c/47963
33795         * gimplify.c (omp_add_variable): Only call omp_notice_variable
33796         on TYPE_SIZE_UNIT if it is a DECL.
33798         PR debug/47283
33799         * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
33800         first operand is not is_gimple_mem_ref_addr, try to fold it.
33801         If the operand still isn't is_gimple_mem_ref_addr, clear
33802         MEM_EXPR on op0.
33804 2011-03-03  Richard Guenther  <rguenther@suse.de>
33806         PR middle-end/47283
33807         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
33808         match comment.
33809         (refs_may_alias_p_1): For release branches return true if
33810         we are confused by our input.
33812 2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33814         * config/s390/s390.c (s390_function_value): Rename to ...
33815         (s390_function_and_libcall_value): ... this.
33816         (s390_function_value): New function.
33817         (s390_libcall_value): New function.
33818         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
33819         * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
33820         target macro definitions.
33821         * config/s390/s390-protos.h (s390_function_value): Remove prototype.
33823 2011-03-02  Joseph Myers  <joseph@codesourcery.com>
33825         * config/i386/freebsd64.h (CC1_SPEC): Define.
33826         * config/i386/linux64.h (CC1_SPEC): Define.
33827         * config/i386/x86-64.h (CC1_SPEC): Don't define.
33829 2011-03-02  Anatoly Sokolov  <aesok@post.ru>
33831         * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
33832         Remove.
33833         * config/stormy16/stormy16.c: Include reload.h.
33834         (xstormy16_memory_move_cost): New function.
33835         (TARGET_MEMORY_MOVE_COST): Define.
33837 2011-03-02  Richard Sandiford  <richard.sandiford@linaro.org>
33839         PR rtl-optimization/47925
33840         * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
33841         with side effects.  Remove the more-specific check for volatile asms.
33843 2011-03-02  Alan Modra  <amodra@gmail.com>
33845         PR target/47935
33846         * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
33847         toc relative addresses for valid offsets.
33849 2011-03-01  Richard Guenther  <rguenther@suse.de>
33851         PR tree-optimization/47890
33852         * tree-vect-loop.c (get_initial_def_for_induction): Set
33853         related stmt properly.
33855 2011-03-01  Richard Guenther  <rguenther@suse.de>
33857         PR lto/47924
33858         * lto-streamer.c (lto_record_common_node): Also register
33859         the canonical type.
33861 2011-03-01  Richard Guenther  <rguenther@suse.de>
33863         PR lto/46911
33864         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
33865         Do not stream DECL_ABSTRACT_ORIGIN.
33866         (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
33867         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
33868         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
33869         Do not stream DECL_ABSTRACT_ORIGIN.
33870         (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
33871         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
33873 2011-02-28  Anatoly Sokolov  <aesok@post.ru>
33875         * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
33876         FUNCTION_VALUE_REGNO_P): Remove.
33877         * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
33878         * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
33879         Add 'outgoing' argument.
33880         (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
33881         function.
33882         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
33883         TARGET_FUNCTION_VALUE_REGNO_P): Define.
33885 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
33887         PR debug/28047
33888         * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
33889         (lookup_filename): Likewise.
33890         * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
33892 2011-02-28  Bernd Schmidt  <bernds@codesourcery.com>
33893             Jakub Jelinek  <jakub@redhat.com>
33895         PR middle-end/47893
33896         * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
33897         (assign_stack_local_1): Change last argument type to int.
33898         * function.c (assign_stack_local_1): Replace reduce_alignment_ok
33899         argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
33900         don't record padding space into frame_space_list nor use those areas.
33901         (assign_stack_local): Adjust caller.
33902         (assign_stack_temp_for_type): Call assign_stack_local_1 instead
33903         of assign_stack_local, pass 0 as last argument.
33904         * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
33905         callers.
33907 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
33909         PR debug/47283
33910         * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
33911         Use target address_mode and pointer_mode hooks instead of hardcoded
33912         Pmode and ptr_mode.  Handle some simple cases of extending if
33913         POINTERS_EXTEND_UNSIGNED < 0.
33914         (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
33915         Call convert_debug_memory_address.
33916         (expand_debug_expr) <case ADDR_EXPR>: Pass as to
33917         convert_debug_memory_address.
33919         PR middle-end/46790
33920         * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
33921         * configure: Regenerated.
33922         * config.in: Regenerated.
33923         * varasm.c (default_function_section): Return NULL
33924         if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
33926 2011-02-28  Martin Jambor  <mjambor@suse.cz>
33928         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
33929         the description to match the printed values.
33931 2011-02-28  Richard Guenther  <rguenther@suse.de>
33933         * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
33934         of the copied scope tree.
33936 2011-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33938         * doc/extend.texi (Function Attributes): Avoid deeply (and
33939         wrongly) nested tables.
33941 2011-02-27  Jakub Jelinek  <jakub@redhat.com>
33943         PR middle-end/47903
33944         * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
33945         MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
33946         r isn't op0 nor op1.
33948 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
33950         * config/avr/avr.md: Remove magic comment for emacs.
33952 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
33954         PR target/45261
33955         * config/avr/avr.c (avr_option_override): Use error on bad options.
33956         (avr_help): New function.
33957         (TARGET_HELP): Define.
33959 2011-02-22  Georg-Johann Lay  <avr@gjlay.de>
33961         PR target/42240
33962         * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
33963         (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
33965 2011-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
33967         * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
33968         (ARM Options): Ditto.
33969         (i386 and x86-64 Options): Ditto.
33970         (RX Options): Ditto.
33971         (SPARC Options): Ditto.
33973 2011-02-26  Tijl Coosemans  <tijl@coosemans.org>
33975         * config.gcc (i386-*-freebsd*): Make i486 the default arch on
33976         FreeBSD 6 and later.  Generally use cpu generic.
33978 2011-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
33980         * doc/cpp.texi: Update copyright years.
33982 2011-02-25  Sebastien Bourdeauducq  <sebastien@milkymist.org>
33984         PR target/46898
33985         * config/lm32/lm32.md (ashrsi3): Added needed variable.
33987 2011-02-25  Jon Beniston  <jon@beniston.com>
33989         PR target/46898
33990         * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
33991         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
33992         * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
33993         (lm32_block_move_inline): Add type cast to remove warning.
33994         (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
33995         (gen_int_relational): Move declarations to start of function.
33997 2011-02-25  Eric Botcazou  <ebotcazou@adacore.com>
33999         PR tree-optimization/45470
34000         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
34001         can throw internally only.
34002         * tree-vect-stmts.c (vectorizable_call): Likewise.
34004 2011-02-24  Anatoly Sokolov  <aesok@post.ru>
34006         * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
34007         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
34008         * config/stormy16/stormy16-protos.h
34009         (xstormy16_preferred_reload_class): Remove.
34010         * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
34011         static. Change 'rclass' argument and return type to reg_class_t.
34012         (TARGET_PREFERRED_RELOAD_CLASS,
34013         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
34015 2011-02-24  Richard Guenther  <rguenther@suse.de>
34017         * lto-streamer-in.c (input_bb): Do not find referenced vars
34018         in debug statements.
34020 2011-02-23  Jason Merrill  <jason@redhat.com>
34022         * common.opt (fabi-version): Document v5 and v6.
34024 2011-02-23  Richard Guenther  <rguenther@suse.de>
34026         PR tree-optimization/47849
34027         * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
34029 2011-02-23  Jie Zhang  <jie@codesourcery.com>
34031         * opts-common.c (decode_cmdline_option): Print empty string
34032         argument as "" in decoded->orig_option_with_args_text.
34033         * gcc.c (execute): Print empty string argument as ""
34034         in the verbose output.
34035         (do_spec_1): Keep empty string argument.
34037 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
34039         * config.gcc: Declare score-* and crx-* obsolete.
34041 2011-02-23  Jie Zhang  <jie@codesourcery.com>
34043         PR rtl-optimization/47763
34044         * web.c (web_main): Ignore naked clobber when replacing register.
34046 2011-02-22  Anatoly Sokolov  <aesok@post.ru>
34048         * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
34049         Remove.
34051 2011-02-22  Sebastian Pop  <sebastian.pop@amd.com>
34053         PR doc/47848
34054         * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
34056 2011-02-22  Mike Stump  <mikestump@comcast.net>
34058         * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
34059         assembler.
34060         * configure: Regenerate.
34062 2011-02-21  Chung-Lin Tang  <cltang@codesourcery.com>
34064         PR rtl-optimization/46002
34065         * ira-color.c (update_copy_costs): Change class intersection
34066         test to reg_class_contents[] test of 'hard_regno'.
34068 2011-02-21  Joseph Myers  <joseph@codesourcery.com>
34070         * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
34071         than Driver option.
34072         * config/hpux11.opt (mt): Likewise.
34073         * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
34074         * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
34075         * config/vax/elf.opt (mno-asm-pic): Likewise.
34076         * config/vms/vms.opt (map, mvms-return-codes): Likewise.
34078 2011-02-21  Mike Stump  <mikestump@comcast.net>
34080         PR target/47822
34081         * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
34082         tree so we can get save the type.
34083         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
34084         for CFString instead of trying to use past the end of the builtins.
34085         * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
34086         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
34087         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
34088         * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
34089         Rename to darwin_builtin_cfstring.
34090         (darwin_init_cfstring_builtins): Return the built type.
34092 2011-02-21  Uros Bizjak  <ubizjak@gmail.com>
34094         PR target/47840
34095         * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
34096         (_mm256_insert_epi64): Use _mm_insert_epi64.
34098 2011-02-21  Anatoly Sokolov  <aesok@post.ru>
34100         * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
34101         * config/stormy16/stormy16-protos.h
34102         (xstormy16_mode_dependent_address_p): Remove.
34103         * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
34104         Make static. Change return type to bool. Change argument type to
34105         const_rtx. Remove dead code.
34106         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
34108 2011-02-21  Richard Guenther  <rguenther@suse.de>
34110         PR lto/47820
34111         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
34112         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
34113         (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
34114         TUs context.
34115         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
34116         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
34118 2011-02-20  Richard Guenther  <rguenther@suse.de>
34120         PR lto/47822
34121         * tree.c (free_lang_data_in_decl): Clean builtins from
34122         the TU decl BLOCK_VARS.
34124 2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
34126         PR debug/47620
34127         PR debug/47630
34128         * haifa-sched.c (fix_tick_ready): Skip tick computation
34129         for debug insns.
34131 2011-02-19  Richard Guenther  <rguenther@suse.de>
34133         PR lto/47647
34134         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
34135         Remove lazy BLOCK_VARS streaming.
34136         (lto_input_ts_block_tree_pointers): Likewise.
34137         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
34139 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
34141         * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
34143 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
34145         * config/i386/biarch32.h, config/i386/mach.h,
34146         config/rs6000/aix.opt, config/sh/superh64.h: Remove.
34148 2011-02-19  Jakub Jelinek  <jakub@redhat.com>
34150         PR target/47800
34151         * config/i386/i386.md (peephole2 for shift and plus): Use
34152         operands[1] original mode in the first insn.
34154 2011-02-18  Mike Stump  <mikestump@comcast.net>
34156         * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
34158 2011-02-18  Jan Hubicka  <jh@suse.cz>
34160         PR middle-end/47788
34161         * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
34162         to zero when the function is not inlinable at all.
34164 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34166         * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
34167         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
34168         pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
34169         * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
34170         * config/pa/t-pa64: Likewise.
34171         * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
34173 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
34175         PR driver/47787
34176         * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
34178 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34180         PR target/47792
34181         * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
34183 2011-02-18  Anatoly Sokolov  <aesok@post.ru>
34185         * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
34186         RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
34187         LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
34188         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
34189         * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
34190         (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
34191         m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
34192         m32r_load_postinc_p, m32r_store_preinc_predec_p,
34193         m32r_legitimate_address_p): New functions.
34194         * config/m32r/constraints.md (constraint "S"): Don't use
34195         STORE_PREINC_PREDEC_P.
34196         (constraint "U"): Don't use LOAD_POSTINC_P.
34198 2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>
34200         PR rtl-optimization/46178
34201         * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
34202         compute ira_hard_regno_cover_class[].
34204 2011-02-18  Richard Guenther  <rguenther@suse.de>
34206         PR lto/47798
34207         * lto-streamer.h (lto_global_var_decls): Declare.
34208         * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
34209         statics for global var processing.
34211 2011-02-18  Richard Guenther  <rguenther@suse.de>
34213         PR tree-optimization/47737
34214         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
34215         edge dominance check.
34217 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
34219         PR debug/47780
34220         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
34221         avoid invalid rtx sharing.
34223 2011-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
34225         * doc/cpp.texi (Obsolete Features): Add background on the
34226         origin of assertions.
34228 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
34230         * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
34231         objc_abi == 2.
34232         * config/darwin.c (output_objc_section_asm_op): Added support for
34233         ABI v1 and v2.
34234         (is_objc_metadata): New.
34235         (darwin_objc2_section): New.
34236         (darwin_objc1_section): New.
34237         (machopic_select_section): Added support for ABI v1 and v2.
34238         (darwin_emit_objc_zeroed): New.
34239         (darwin_output_aligned_bss): Detect objc metadata and treat it
34240         appropriately.
34241         (darwin_asm_output_aligned_decl_common): Same.
34242         (darwin_asm_output_aligned_decl_local): Same.
34243         * config/darwin-sections.def: Updated for ABI v1 and v2.
34244         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
34245         compiling Objective-C code for the NeXT runtime, default to using
34246         ABI version 0 for 32-bit, and version 2 for 64-bit.
34248 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
34250         * common.opt (optimize_fast): New Variable.
34251         * opts.c (default_options_optimization): Use opts->x_optimize_fast
34252         instead of local variable ofast.
34254 2011-02-17  Nicola Pero  <nicola.pero@meta-innovation.com>
34256         * doc/invoke.texi (fobjc-abi-version): Documented.
34257         (fobjc-nilcheck): Documented.
34258         (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
34259         version.
34261 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
34263         PR driver/47390
34264         * common.opt (export-dynamic): New Driver option.
34265         * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
34267 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
34269         * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
34271 2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
34272             Jan Hubicka  <jh@suse.cz>
34274         PR debug/47106
34275         PR debug/47402
34276         * cfgexpand.c (account_used_vars_for_block): Remove.
34277         (estimated_stack_frame_size): Use referenced vars.
34278         * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
34279         that were referenced in the original function.  Test src_fn
34280         rather than cfun.  Drop redundant get_var_ann.
34281         (setup_one_parameter): Drop redundant get_var_ann.
34282         (declare_return_variable): Likewise.
34283         (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
34284         (copy_arguments_for_versioning): Drop redundant get_var_ann.
34285         * ipa-inline.c (compute_inline_parameters): Do not compute
34286         disregard_inline_limits here.
34287         (compute_inlinable_for_current, pass_inlinable): New.
34288         (pass_inline_parameters): Require PROP_referenced_vars.
34289         * cgraphunit.c (cgraph_process_new_functions): Don't run
34290         compute_inline_parameters explicitly unless function is in SSA form.
34291         (cgraph_analyze_function): Set .disregard_inline_limits.
34292         * tree-sra.c (convert_callers): Compute inliner parameters
34293         only for functions already in SSA form.
34295 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
34297         * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
34298         -mlittle-endian-data.
34300 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
34302         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
34303         -mno-fpu, not -fpu and -no-fpu.
34304         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
34305         * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
34307 2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
34309         PR target/43653
34310         * config/i386/i386.c (ix86_secondary_reload): Handle SSE
34311         input reload with PLUS RTX.
34313 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
34315         * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
34316         of InverseVar(MDMX).
34318 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
34320         * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
34321         --m4-340.
34323 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
34325         * config/mn10300/mn10300.opt (mno-crt0): New.
34327 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
34329         * config/m68k/uclinux.opt (static-libc): New Driver option.
34331 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
34333         * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
34335 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
34337         * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
34338         %{muser-extend-enabled}.
34340 2011-02-16  Richard Guenther  <rguenther@suse.de>
34342         PR tree-optimization/47738
34343         * tree-ssa-loop.c (run_tree_predictive_commoning): Return
34344         the TODO from tree_predictive_commoning.
34346 2011-02-15  Jeff Law  <law@redhat.com>
34348         Revert
34349         2011-01-25  Jeff Law  <law@redhat.com>
34351         PR rtl-optimization/37273
34352         * ira-costs.c (scan_one_insn): Detect constants living in memory and
34353         handle them like argument loads from stack slots.  Do not double
34354         count memory for memory constants and argument loads from stack slots.
34356 2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
34358         PR target/47755
34359         * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
34360         mode for vector constants.  Remove code that checks for TImode.
34362 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
34364         PR debug/47106
34365         PR debug/47402
34366         * cgraph.h (compute_inline_parameters): Return void.
34367         * ipa-inline.c (compute_inline_parameters): Adjust.
34369 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
34371         PR debug/47106
34372         PR debug/47402
34373         * tree-inline.h (estimated_stack_frame_size): Take cgraph node
34374         rather than decl.
34375         * cfgexpand.c (estimated_stack_frame_size): Likewise.
34376         * ipa-inline.c (compute_inline_parameters): Adjust.
34378 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
34380         PR debug/47106
34381         PR debug/47402
34382         * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
34383         Adjust all users.  Pass FN to...
34384         * tree-flow-inline.h (first_referenced_var): ... this.  Add
34385         fn argument.
34386         * ipa-struct-reorg.c: Adjust.
34387         * tree-dfa.c: Adjust.
34388         * tree-into-ssa.c: Adjust.
34389         * tree-sra.c: Adjust.
34390         * tree-ssa-alias.c: Adjust.
34391         * tree-ssa-live.c: Adjust.
34392         * tree-ssa.c: Adjust.
34393         * tree-ssanames.c: Adjust.
34394         * tree-tailcall.c: Adjust.
34396 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
34398         PR debug/47106
34399         PR debug/47402
34400         * tree-flow.h (referenced_var_lookup): Add fn parameter.
34401         Adjust all callers.
34402         * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
34403         * tree-flow-inline.h: Adjust.
34404         * gimple-pretty-print.c: Adjust.
34405         * tree-into-ssa.c: Adjust.
34406         * tree-ssa.c: Adjust.
34407         * cfgexpand.c: Adjust.
34409 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
34411         * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
34412         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34413         (EXTRA_CONSTRAINT): Delete.
34414         * config/iq2000/constraints.md: New file.
34415         * config/iq2000/iq2000.md: Include it.
34416         (define_insn ""): Delete.
34417         (movsi_internal2, movhi_internal2, movqi_internal2): Delete
34418         unsupported constraint letters from patterns.
34419         (call_value, call_value_internal1): Likewise.
34420         (call_value_multiple_internal1): Likewise.
34422 2011-02-15  Nick Clifton  <nickc@redhat.com>
34424         * config/mn10300/mn10300.c: Include tm-constrs.h.
34425         (struct liw_data): New data structure describing an LIW candidate
34426         instruction.
34427         (extract_bundle): Use struct liw_data.  Allow small integer
34428         operands for some instructions.
34429         (check_liw_constraints): Use struct liw_data.  Remove swapped
34430         parameter.  Add comments describing the checks.  Fix bug when
34431         assigning the source of liw1 to the source of liw2.
34432         (liw_candidate): Delete.  Code moved into extract_bundle.
34433         (mn10300_bundle_liw): Use struct liw_data.  Check constraints
34434         before swapping.
34435         * config/mn10300/predicates.md (liw_operand): New predicate.
34436         Allows registers and small integer constants.
34437         * config/mn10300/constraints.md (O): New constraint.  Accetps
34438         integers in the range -8 to +7 inclusive.
34439         * config/mn10300/mn10300.md (movesi_internal): Add an alternative
34440         for moving a small integer into a register.  Give this alternative
34441         LIW attributes.
34442         (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
34443         (ashlsi3): Likewise, plus give LIW attributes to the alternatives
34444         using the J,K,L and M constraints,
34445         (liw): Remove SI mode on second operands to allow for HI and QI
34446         mode values.
34447         (cmp_liw, liw_cmp): Likewise.  Plus fix order of operands in the
34448         instruction.
34450 2011-02-15  Richard Guenther  <rguenther@suse.de>
34452         PR tree-optimization/47743
34453         * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
34454         for a non-type-compatible VN lookup bail out.
34456 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
34458         * config/fr30/constraints.md: New file.
34459         * config/fr30/fr30.md: Include it.
34460         * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
34461         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34462         (EXTRA_CONSTRAINT): Delete.
34464 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
34466         * config/frv/constraints.md: New file.
34467         * config/frv/predicates.md: Include it.
34468         * config/frv/frv.c (reg_class_from_letter): Delete.
34469         (frv_option_override): Don't initialize it.
34470         * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
34471         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
34472         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
34473         (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
34474         (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
34475         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34476         (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
34477         (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
34478         (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
34479         (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
34480         (REG_CLASS_FROM_CONSTRAINT): Delete.
34482 2011-02-15  Jakub Jelinek  <jakub@redhat.com>
34484         PR middle-end/47581
34485         * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
34486         if frame size is 0 in a leaf function.
34488 2011-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34490         PR pch/14940
34491         * config/alpha/host-osf.c: New file.
34492         * config/alpha/x-osf: New file.
34493         * config.host (alpha*-dec-osf*): Use it.
34495 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
34497         * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
34498         * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
34499         * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
34500         (rx_mode_dependent_address_p): ...this. Make static. Change argument
34501         type to const_rtx.
34502         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
34504 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
34506         * config/stormy16/constraints.md: New file.
34507         * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
34508         Use satisfies_constraint_Q and satisfies_constraint_R.
34509         * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
34510         Delete.
34511         (xstormy16_legitiamte_address_p): Declare.
34512         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
34513         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34514         (EXTRA_CONSTRAINT): Delete.
34515         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
34516         Un-staticize.
34517         (xstormy16_extra_constraint_p): Delete.
34519 2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
34521         PR tree-optimization/46494
34522         * loop-unroll.c (split_edge_and_insert): Adjust comment.
34523         * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
34524         (pass_rtl_loop_done): Add TODO_verify_flow.
34525         * fwprop.c (pass_rtl_fwprop): Likewise.
34526         * modulo-sched.c (pass_sms): Likewise.
34527         * tree-ssa-dom.c (pass_dominator): Likewise.
34528         * tree-ssa-loop-ch.c (pass_ch): Likewise.
34529         * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
34530         (pass_tree_loop_done): Likewise.
34531         * tree-ssa-pre.c (execute_pre): Likewise.
34532         * tree-ssa-reassoc.c (pass_reassoc): Likewise.
34533         * tree-ssa-sink.c (pass_sink_code): Likewise.
34534         * tree-vrp.c (pass_vrp): Likewise.
34536 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
34538         * config/v850/constraints.md: New file.
34539         * config/v850/v850.md: Include it.
34540         * config/v850/predicates.md (reg_or_0_operand): Use
34541         satisfies_constraint_G.
34542         (special_symbolref_operand): Use satisfies_constraint_K.
34543         * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
34544         (GO_IF_LEGITIMATE_ADDRESS): Likewise.
34545         (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
34546         (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
34547         (EXTRA_CONSTRAINT): Delete.
34548         (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
34549         (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
34550         (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
34552 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
34554         PR target/47696
34555         * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
34556         description.
34558 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
34560         * config/mcore/constraints.md: New file.
34561         * config/mcore/mcore.md: Include it.
34562         * config/mcore/mcore.c (reg_class_from_letter): Delete.
34563         * config/mcore/mcore.h (reg_class_from_letter): Delete.
34564         (REG_CLASS_FROM_LETTER): Delete.
34565         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
34566         insn_const_int_ok_for_constraint.
34567         (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
34568         (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
34569         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34570         (EXTRA_CONSTRAINT): Delete.
34572 2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34574         PR ada/41929
34575         * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
34576         (IS_SIGHANDLER): Define.
34577         (sparc64_is_sighandler): New function, split off from
34578         sparc64_fallback_frame_state.
34579         (sparc_is_sighandler): New function, split off from
34580         sparc_fallback_frame_state.
34581         (sparc64_fallback_frame_state): Merge with ...
34582         (sparc_fallback_frame_state): ... this into ...
34583         (MD_FALLBACK_FRAME_STATE_FOR): ... this.
34584         Change new_cfa to long.  Remove regs_off, fpu_save_off, fpu_save.
34585         Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
34586         stack instead of hardcoded offsets.
34588 2011-02-14  Andriy Gapon  <avg@freebsd.org>
34590         PR target/45808
34591         * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
34593 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34595         * configure: Regenerate.
34597 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
34599         PR driver/45731
34600         * gcc.c (asm_options): Correct spec matching --target-help.
34602 2011-02-12  Martin Jambor  <mjambor@suse.cz>
34604         * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
34605         to gimple call error.
34607 2011-02-12  Mike Stump  <mikestump@comcast.net>
34609         * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
34610         comments in backslash regions.
34612 2011-02-12  Mike Stump  <mikestump@comcast.net>
34613             Jakub Jelinek  <jakub@redhat.com>
34614             Iain Sandoe  <iains@gcc.gnu.org>
34616         PR target/47324
34617         * dwarf2out.c (output_cfa_loc): When required, apply the
34618         DWARF2_FRAME_REG_OUT macro to adjust register numbers.
34619         (output_loc_sequence): Likewise.
34620         (output_loc_operands_raw): Likewise.
34621         (output_loc_sequence_raw): Likewise.
34622         (output_cfa_loc): Likewise.
34623         (output_loc_list): Suppress register number adjustment when
34624         calling output_loc_sequence()
34625         (output_die): Likewise.
34627 2011-02-12  Anatoly Sokolov  <aesok@post.ru>
34629         * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
34630         Remove macros.
34631         * config/xtensa/xtensa.c (xtensa_register_move_cost,
34632         xtensa_memory_move_cost): New functions.
34633         (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
34635 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
34637         PR lto/47225
34638         * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
34639         in the current directory.
34640         * configure: Rebuilt.
34642 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
34644         * config/darwin.c (darwin_override_options): Add a hunk missed
34645         from the commit of r168571.  Trim comment line lengths and
34646         correct indents of the preceding block.
34648 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
34650         * gcc.c (driver_handle_option): Concatenate the argument to -F with
34651         the switch.
34653 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
34655         * common.opt (nostartfiles): New Driver option.
34657 2011-02-11  Xinliang David Li  <davidxl@google.com>
34659         PR tree-optimization/47707
34660         * tree-chrec.c (convert_affine_scev): Keep type precision.
34662 2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
34664         PR tree-optimization/47420
34665         * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
34667 2011-02-11  Pat Haugen  <pthaugen@us.ibm.com>
34669         PR rtl-optimization/47614
34670         * rtl.h (check_for_inc_dec): Declare.
34671         * dse.c (check_for_inc_dec): Externalize...
34672         * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
34673         (reload_cse_simplify_operands): Don't simplify opnds with side effects.
34675 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
34677         PR driver/47678
34678         * gcc.c (main): Do not compile inputs if there were errors in
34679         option handling.
34680         * opts-common.c (read_cmdline_option): Check for wrong language
34681         after other error checks.
34683 2011-02-11  Nathan Froyd  <froydnj@codesourcery.com>
34685         * cgraph.c: Fix comment typos.
34686         * cgraph.h: Likewise.
34687         * cgraphunit.c: Likewise.
34688         * ipa-cp.c: Likewise.
34689         * ipa-inline.c: Likewise.
34690         * ipa-prop.c: Likewise.
34691         * ipa-pure-const.c: Likewise.
34692         * ipa-ref.c: Likewise.
34693         * ipa-reference.c: Likewise.
34695 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
34697         PR debug/47684
34698         * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
34700 2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34702         PR testsuite/47400
34703         * doc/sourcebuild.texi (Require Support): Document
34704         dg-require-ascii-locale.
34706 2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>
34708         * doc/lto.texi (Write summary): Fix missing parentheses.
34710 2011-02-10  DJ Delorie  <dj@redhat.com>
34712         * config/m32c/m32c.c (m32c_option_override): Disable
34713         -fcombine-stack-adjustments until flag value tracking and compare
34714         optimization can be rewritten.
34716 2011-02-10  Peter Bergner  <bergner@vnet.ibm.com>
34718         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
34719         PROCESSOR_POWER7.
34720         (PROCESSOR_DEFAULT64): Likewise.
34722 2011-02-10  Richard Henderson  <rth@redhat.com>
34724         * config/rx/predicates.md (rx_zs_comparison_operator): Revert
34725         change from 2011-02-03.
34726         * config/rx/rx.c (flags_from_code): Likewise.
34727         (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
34728         is valid, n/pz otherwise.
34729         (rx_select_cc_mode): Return CCmode if Y is not zero.
34731 2011-02-10  Richard Guenther  <rguenther@suse.de>
34733         * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
34735 2011-02-10  Richard Guenther  <rguenther@suse.de>
34737         PR tree-optimization/47677
34738         * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
34740 2011-02-10  Jakub Jelinek  <jakub@redhat.com>
34742         PR target/47665
34743         * combine.c (make_compound_operation): Only change shifts into
34744         multiplication for SCALAR_INT_MODE_P.
34746 2011-02-10  Jie Zhang  <jie@codesourcery.com>
34748         PR testsuite/47622
34749         Revert
34750         2011-02-05  Jie Zhang  <jie@codesourcery.com>
34751         PR debug/42631
34752         * web.c (entry_register): Don't clobber the number of the
34753         first uninitialized reference in used[].
34755 2011-02-09  Richard Guenther  <rguenther@suse.de>
34757         PR tree-optimization/47664
34758         * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
34759         all edges again.
34761 2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
34763         PR target/46481
34764         PR target/47032
34765         * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
34766         PROCESSOR_POWER7.
34767         (PROCESSOR_DEFAULT64): Same.
34768         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
34770 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34772         * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
34774 2011-02-09  Martin Jambor  <mjambor@suse.cz>
34776         PR middle-end/45505
34777         * tree-sra.c (struct access): New flags grp_scalar_read and
34778         grp_scalar_write.  Changed description of assignment read and write
34779         flags.
34780         (dump_access): Dump new flags, reorder all of them.
34781         (sort_and_splice_var_accesses): Set the new flag accordingly, use them
34782         to detect multiple scalar reads.
34783         (analyze_access_subtree): Use the new scalar read write flags instead
34784         of the old flags.  Adjusted comments.
34786 2011-02-08  DJ Delorie  <dj@redhat.com>
34788         PR target/47548
34789         * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
34790         patterns.
34792 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34794         * config/m68k/uclinux.opt: New.
34795         * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
34797 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34799         * config/cris/elf.opt (sim): New Driver option.
34801 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34803         * config/xtensa/elf.opt: New.
34804         * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
34806 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34808         * config/vax/elf.opt: New.
34809         * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
34811 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34813         * config/rs6000/aix64.opt (posix, pthread): New Driver options.
34815 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34817         * config/gnu-user.opt: New.
34818         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
34819         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
34820         *-*-uclinux*): Use gnu-user.opt.
34822 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
34824         * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
34825         * config/i386/gnu.h (CPP_SPEC): Likewise.
34827 2011-02-08  Ian Lance Taylor  <iant@google.com>
34829         * common.opt (fcx-limited-range): Add SetByCombined flag.
34830         (ffinite-math-only, fmath-errno, frounding-math): Likewise.
34831         (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
34832         (fassociative-math, freciprocal-math): Likewise.
34833         (funsafe-math-optimizations): Likewise.
34834         * opth-gen.awk: Handle SetByCombined.
34835         * optc-gen.awk: Likewise.
34836         * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
34837         (set_unsafe_math_optimizations_flags): Likewise.
34838         * doc/options.texi (Option properties): Document SetByCombined.
34840 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34842         * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
34843         i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
34844         m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
34845         m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
34846         sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
34848 2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
34850         PR tree-optimization/46834
34851         PR tree-optimization/46994
34852         PR tree-optimization/46995
34853         * graphite-sese-to-poly.c (used_outside_reduction): New.
34854         (detect_commutative_reduction): Call used_outside_reduction.
34855         (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
34856         translate_scalar_reduction_to_array only when at least one
34857         loop-phi/close-phi tuple has been detected.
34859 2011-02-08  Richard Guenther  <rguenther@suse.de>
34861         PR middle-end/47639
34862         * tree-vect-generic.c (expand_vector_operations_1): Update
34863         stmts here ...
34864         (expand_vector_operations): ... not here.  Cleanup EH info
34865         and the CFG if required.
34867 2011-02-08  Richard Guenther  <rguenther@suse.de>
34869         PR tree-optimization/47641
34870         * tree-ssa.c (execute_update_addresses_taken): For asm outputs
34871         require type compatibility.
34873 2011-02-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34875         * gimple-low.c (lower_function_body): Don't remove the location of
34876         the return statement here.
34877         (lower_gimple_return): Do it here instead but only if the return
34878         statement is actually used twice.
34880 2011-02-08  Richard Guenther  <rguenther@suse.de>
34882         PR tree-optimization/47632
34883         * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
34884         unused up_to_stmt parameter, return whether cfg-cleanup is
34885         necessary, remove EH info properly.
34886         (forward_propagate_into_gimple_cond): Adjust caller.
34887         (forward_propagate_into_cond): Likewise.
34888         (forward_propagate_comparison): Likewise.
34889         (tree_ssa_forward_propagate_single_use_vars): Make
34890         forward_propagate_comparison case similar to the two others.
34892 2011-02-08  Nick Clifton  <nickc@redhat.com>
34894         * config/mn10300/mn10300.opt (mliw): New command line option.
34895         * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
34896         (liw_bundling): New automaton.
34897         (liw): New attribute.
34898         (liw_op): New attribute.
34899         (liw_op1, liw_op2, liw_both, liw_either): New reservations.
34900         (movsi_internal): Add LIW attributes.
34901         (andsi3): Likewise.
34902         (iorsi3): Likewise.
34903         (xorsi3): Likewise.
34904         (addsi3): Separate register and immediate alternatives.
34905         Add LIW attributes.
34906         (subsi3): Likewise.
34907         (cmpsi): Likewise.
34908         (aslsi3): Likewise.
34909         (lshrsi3): Likewise.
34910         (ashrsi3): Likewise.
34911         (liw): New pattern.
34912         * config/mn10300/mn10300.c (liw_op_names): New
34913         (mn10300_print_operand): Handle 'W' operand descriptor.
34914         (extract_bundle): New function.
34915         (check_liw_constraints): New function.
34916         (liw_candidate): New function.
34917         (mn10300_bundle_liw): New function.
34918         (mn10300_reorg): New function.
34919         (TARGET_MACHINE_DEPENDENT_REORG): Define.
34920         (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
34921         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
34922         __LIW__ or __NO_LIW__.
34923         * doc/invoke.texi: Describe the -mliw command line option.
34925 2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34927         * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
34928         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
34929         pthread_mutex_unlock): Remove.
34930         * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
34931         * config/pa/t-pa64: Likewise.
34932         * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
34933         shared libc if not linking against libpthread.
34934         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
34936 2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
34938         PR target/47558
34939         * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
34940         on 10.6 and later to ensure that we always use the unwinder from
34941         the system.  Only add -no_compact_unwind when tarteting darwin
34942         10.6 or later.
34944 2011-02-07  Steve Ellcey  <sje@cup.hp.com>
34946         PR target/46997
34947         * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
34948         (vec_interleave_lowv2sf): Ditto.
34949         (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
34950         (vec_extract_oddv2sf): Ditto.
34952 2011-02-07  Mike Stump  <mikestump@comcast.net>
34954         PR target/42333
34955         Add __ieee_divdc3 entry point.
34956         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
34957         entry point.
34958         (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
34959         * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
34960         * config/darwin.c (darwin_rename_builtins): Add.
34961         * config/darwin-protos.h (darwin_rename_builtins): Add.
34963 2011-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
34965         PR target/47636
34966         * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
34967         for the condition.
34969 2011-02-07  Mike Stump  <mikestump@comcast.net>
34971         * config/darwin.opt (mmacosx-version-min): Update default OS version.
34973 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
34975         PR target/47534
34976         * config/avr/libgcc.S (exit): Move .endfunc
34978 2011-02-07  Richard Guenther  <rguenther@suse.de>
34980         PR tree-optimization/47615
34981         * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
34982         * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
34983         (run_scc_vn): Initialize it.
34984         (visit_reference_op_load): Use it.
34985         * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
34987 2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34989         * config/spu/spu.c (spu_init_libfuncs): Install SImode and
34990         DImode trapping arithmetic libfuncs.
34992 2011-02-07  Richard Guenther  <rguenther@suse.de>
34994         PR tree-optimization/47621
34995         * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
34996         two duplicates ...
34997         (execute_update_addresses_taken): ... here.  Make it more
34998         conservative in what we accept.
35000 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
35002         * config/sparc/freebsd.h (ASM_SPEC): Define.
35003         * config/sparc/vxworks.h (ASM_SPEC): Define.
35005 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
35007         * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
35009 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
35011         * doc/invoke.texi: Remove reference to compiler internals from
35012         user documentation.
35014         * reg-notes.def: Remove REG_VALUE_PROFILE.
35015         * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
35017 2011-02-05  Jakub Jelinek  <jakub@redhat.com>
35019         PR middle-end/47610
35020         * varasm.c (default_section_type_flags): If decl is NULL,
35021         and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
35023 2011-02-05  Jie Zhang  <jie@codesourcery.com>
35025         PR debug/42631
35026         * web.c (entry_register): Don't clobber the number of the
35027         first uninitialized reference in used[].
35029 2011-02-04  Sebastian Pop  <sebastian.pop@amd.com>
35031         PR tree-optimization/46194
35032         * tree-data-ref.c (analyze_miv_subscript): Remove comment.
35033         (build_classic_dist_vector_1): Do not represent classic distance
35034         vectors when the access functions are variating in different loops.
35036 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
35038         * config/mips/iris6.opt: New.
35039         * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
35041 2011-02-04  Richard Henderson  <rth@redhat.com>
35042             Steve Ellcey  <sje@cup.hp.com>
35044         PR target/46997
35045         * config/ia64/predicates.md (mux1_brcst_element): New.
35046         * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
35047         * config/ia64/ia64.c (ia64_unpack_assemble): New.
35048         (ia64_unpack_sign): New.
35049         (ia64_expand_unpack): Rewrite using new routines.
35050         (ia64_expand_widen_sum): Ditto.
35051         (ia64_expand_dot_prod_v8qi): Ditto.
35052         * config/ia64/vect.md (mulv8qi3): Rewrite to use new
35053         routines, add endian check.
35054         (pmpy2_even): Rename from pmpy2_r, add endian check.
35055         (pmpy2_odd): Rename from pmpy2_l, add endian check.
35056         (vec_widen_smult_lo_v4hi): Rewrite using new routines.
35057         (vec_widen_smult_hi_v4hi): Ditto.
35058         (vec_widen_umult_lo_v4hi): Ditto.
35059         (vec_widen_umult_hi_v4hi): Ditto.
35060         (mulv2si3): Change endian checks.
35061         (sdot_prodv4hi): Rewrite with new calls.
35062         (udot_prodv4hi): New.
35063         (vec_pack_ssat_v4hi): Add endian check.
35064         (vec_pack_usat_v4hi): Ditto.
35065         (vec_pack_ssat_v2si): Ditto.
35066         (max1_even): Rename from max1_r, add endian check.
35067         (max1_odd): Rename from max1_l, add endian check.
35068         (*mux1_rev): Format change.
35069         (*mux1_mix): Ditto.
35070         (*mux1_shuf): Ditto.
35071         (*mux1_alt): Ditto.
35072         (*mux1_brcst_v8qi): Use new predicate.
35073         (vec_extract_evenv8qi): Remove endian check.
35074         (vec_extract_oddv8qi): Ditto.
35075         (vec_interleave_lowv4hi): Format change.
35076         (vec_interleave_highv4hi): Ditto.
35077         (mix2_even): Rename from mix2_r, add endian check.
35078         (mix2_odd): Rename from mux2_l, add endian check.
35079         (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
35080         (vec_extract_evenodd_helper): Format change.
35081         (vec_extract_evenv4hi): Remove endian check.
35082         (vec_extract_oddv4hi): Remove endian check.
35083         (vec_interleave_lowv2si): Format change.
35084         (vec_interleave_highv2si): Format change.
35085         (vec_initv2si): Remove endian check.
35086         (vecinit_v2si): Add endian check.
35087         (reduc_splus_v2sf): Add endian check.
35088         (reduc_smax_v2sf): Ditto.
35089         (reduc_smin_v2sf): Ditto.
35090         (vec_initv2sf): Remove endian check.
35091         (fpack): Add endian check.
35092         (fswap): Add endian check.
35093         (vec_interleave_highv2sf): Add endian check.
35094         (vec_interleave_lowv2sf): Add endian check.
35095         (fmix_lr): Add endian check.
35096         (vec_setv2sf): Format change.
35097         (*vec_extractv2sf_0_be): Use shift to extract operand.
35098         (*vec_extractv2sf_1_be): New.
35099         (vec_pack_trunc_v4hi): Add endian check.
35100         (vec_pack_trunc_v2si): Format change.
35102 2011-02-04  Jakub Jelinek  <jakub@redhat.com>
35104         PR inline-asm/23200
35105         * tree-ssa-ter.c (is_replaceable_p): Add TER argument.  Don't
35106         do bb, locus and block comparison and disallow loads if it is not set.
35107         (stmt_is_replaceable_p): New function.
35108         (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
35109         callers.
35110         * expr.c (expand_expr_real_1) <case SSA_NAME>: If
35111         get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
35112         SSA_NAME_DEF_STMT.
35113         * tree-flow.h (stmt_is_replaceable_p): New prototype.
35115 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
35117         * config/rs6000/xilinx.opt: New.
35118         * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
35120 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
35122         * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
35124 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
35126         * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
35127         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
35128         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
35129         secondary_reload_info, xtensa_secondary_reload): Remove.
35130         * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
35131         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
35132         (xtensa_preferred_reload_class): Make static. Change return and
35133         'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
35134         Use CONST_DOUBLE_P predicate.
35135         (xtensa_preferred_output_reload_class): New function.
35136         (xtensa_secondary_reload): Make static.
35138 2011-02-03  Joseph Myers  <joseph@codesourcery.com>
35140         * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
35141         Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
35142         Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
35144 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
35146         PR middle-end/31490
35147         * output.h (SECTION_RELRO): Define.
35148         (SECTION_MACH_DEP): Adjust.
35149         (get_variable_section): New prototype.
35150         * varpool.c (varpool_finalize_named_section_flags): New function.
35151         (varpool_assemble_pending_decls): Call it.
35152         * cgraph.h (varpool_finalize_named_section_flags): New prototype.
35153         * cgraphunit.c (cgraph_output_in_order): Call
35154         varpool_finalize_named_section_flags.
35155         * varasm.c (get_section): Allow section flags conflicts between
35156         relro and read-only sections if the section hasn't been declared yet.
35157         Set SECTION_OVERRIDE after diagnosing section type conflict.
35158         (get_variable_section): No longer static.
35159         (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
35160         readonly sections that need relocations.
35161         (decl_readonly_section_1): New function.
35162         (decl_readonly_section): Use it.
35164         Revert:
35165         2010-11-17  Dinar Temirbulatov  <dtemirbulatov@gmail.com>
35166                     Steve Ellcey  <sje@cup.hp.com>
35168         PR middle-end/31490
35169         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
35170         if section attribute used.
35172 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
35174         * config/darwin.h (SECTION_NO_ANCHOR): Remove.
35175         * config/darwin.c (SECTION_NO_ANCHOR): Define.
35176         (darwin_init_sections): Remove assertion.
35178 2011-02-03  Nick Clifton  <nickc@redhat.com>
35180         * config/rx/predicates.md (rx_zs_comparison_operator): Remove
35181         lt and ge.
35182         * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
35183         * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
35184         instead of "n" and "pz".
35185         (flags_from_code): LT and GE tests need CC_FLAG_O as well as
35186         CC_FLAG_S.
35188 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
35190         PR target/47312
35191         * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
35192         fma, expand FMA_EXPR as fma{,f,l} call.
35194         PR lto/47274
35195         * lto-streamer-out.c (write_symbol): When writing kind and visibility,
35196         copy them into a unsigned char variable and pass address of it to
35197         lto_output_data_stream.
35199         PR target/47564
35200         * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
35201         around backend_init_target and lang_dependent_init_target calls.
35202         * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
35203         (verify_cgraph_node): Don't call set_cfun here.  Use
35204         cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
35205         Set error_found for incorrectly represented calls to thunks.
35207 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
35209         PR debug/43092
35210         PR rtl-optimization/43494
35211         * rtl.h (for_each_inc_dec_fn): New type.
35212         (for_each_inc_dec): Declare.
35213         * rtlanal.c (struct for_each_inc_dec_ops): New type.
35214         (for_each_inc_dec_find_inc_dec): New fn.
35215         (for_each_inc_dec_find_mem): New fn.
35216         (for_each_inc_dec): New fn.
35217         * dse.c (struct insn_size): Remove.
35218         (replace_inc_dec, replace_inc_dec_mem): Remove.
35219         (emit_inc_dec_insn_before): New fn.
35220         (check_for_inc_dec): Use it, along with for_each_inc_dec.
35221         (canon_address): Pass mem modes to cselib_lookup.
35222         * cselib.h (cselib_lookup): Add memmode argument.  Adjust callers.
35223         (cselib_lookup_from_insn): Likewise.
35224         (cselib_subst_to_values): Likewise.
35225         * cselib.c (find_slot_memmode): New var.
35226         (cselib_find_slot): New fn.  Use it instead of
35227         htab_find_slot_with_hash everywhere.
35228         (entry_and_rtx_equal_p): Use find_slot_memmode.
35229         (autoinc_split): New fn.
35230         (rtx_equal_for_cselib_p): Rename and implement in terms of...
35231         (rtx_equal_for_cselib_1): ... this.  Take memmode, pass it on.
35232         Deal with autoinc.  Special-case recursion into MEMs.
35233         (cselib_hash_rtx): Likewise.
35234         (cselib_lookup_mem): Infer pmode from address mode.  Distinguish
35235         address and MEM modes.
35236         (cselib_subst_to_values): Add memmode, pass it on.
35237         Deal with autoinc.
35238         (cselib_lookup): Add memmode argument, pass it on.
35239         (cselib_lookup_from_insn): Add memmode.
35240         (cselib_invalidate_rtx): Discard obsolete push_operand handling.
35241         (struct cselib_record_autoinc_data): New.
35242         (cselib_record_autoinc_cb): New fn.
35243         (cselib_record_sets): Use it, along with for_each_inc_dec.  Pass MEM
35244         mode to cselib_lookup.  Reset autoinced REGs here instead of...
35245         (cselib_process_insn): ... here.
35246         * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
35247         to cselib_lookup.
35248         (add_uses): Likewise, also to cselib_subst_to_values.
35249         (add_stores): Likewise.
35250         * sched-deps.c (add_insn_mem_dependence): Pass mode to
35251         cselib_subst_to_values.
35252         (sched_analyze_1, sched_analyze_2): Likewise.  Adjusted.
35253         * gcse.c (do_local_cprop): Adjusted.
35254         * postreload.c (reload_cse_simplify_set): Adjusted.
35255         (reload_cse_simplify_operands): Adjusted.
35256         * sel-sched-dump (debug_mem_addr_value): Pass mode.
35258 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
35260         PR tree-optimization/45122
35261         * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
35262         unsafe assumptions when there's more than one loop exit.
35264 2011-02-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
35266         PR target/47272
35267         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
35268         Document using vector double with the load/store builtins, and
35269         that the load/store builtins always use Altivec instructions.
35271         * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
35272         to use altivec memory instructions, even on VSX.
35273         (vector_altivec_store_<mode>): Ditto.
35275         * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
35276         function.
35278         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
35279         V2DF, V2DI support to load/store overloaded builtins.
35281         * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
35282         altivec load/store builtins for V2DF/V2DI types.
35284         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
35285         set avoid indexed addresses on power6 if -maltivec.
35286         (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
35287         vector_altivec_load/vector_altivec_store builtins.
35288         (altivec_expand_st_builtin): Ditto.
35289         (altivec_expand_builtin): Add VSX memory builtins.
35290         (rs6000_init_builtins): Add V2DI types to internal types.
35291         (altivec_init_builtins): Add support for V2DF/V2DI altivec
35292         load/store builtins.
35293         (rs6000_address_for_altivec): Insure memory address is appropriate
35294         for Altivec.
35296         * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
35297         vec_vsx_ld and vec_vsx_st.
35298         (vsx_store_<mode>): Ditto.
35300         * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
35301         variables to hold long long types for VSX vector memory builtins.
35302         (RS6000_BTI_unsigned_long_long): Ditto.
35303         (long_long_integer_type_internal_node): Ditti.
35304         (long_long_unsigned_type_internal_node): Ditti.
35306         * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
35307         (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
35308         (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
35310         * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
35311         short cuts.
35312         (vec_vsx_st): Ditto.
35314 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
35316         * config/pa/pa-hpux10.opt: New.
35317         * config/hpux11.opt (pthread): New Driver option.
35318         * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
35319         * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
35321 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
35323         * config/ia64/vms.opt: New.
35324         * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
35326 2011-02-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
35328         PR target/47580
35329         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
35330         gpc_reg_operand instead of vsx_register_operand to match rs6000.md
35331         generator functions.
35332         (vsx_floatuns<VSi><mode>2): Ditto.
35333         (vsx_fix_trunc<mode><VSi>2): Ditto.
35334         (vsx_fixuns_trunc<mode><VSi>2): Ditto.
35336 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
35338         * config/i386/djgpp.opt (posix): New Driver option.
35340 2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
35342         * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
35343         Move to the unsupported targets list.
35345 2011-02-02  Peter Bergner  <bergner@vnet.ibm.com>
35347         PR rtl-optimization/47525
35348         * df-scan.c: Update copyright years.
35349         (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
35350         and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
35352 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35354         * config/i386/sysv4.h (TARGET_VERSION): Remove.
35355         (SUBTARGET_RETURN_IN_MEMORY): Remove.
35356         (ASM_OUTPUT_ASCII): Remove.
35357         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
35359 2011-02-02  Jeff Law  <law@redhat.com>
35361         PR middle-end/47543
35362         * reload.c (find_reloads_address): Handle reg+d address where both
35363         components are invalid by reloading the entire address.
35365 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
35366             Richard Guenther  <rguenther@suse.de>
35368         PR tree-optimization/40979
35369         PR bootstrap/47044
35370         * passes.c (init_optimization_passes): After LIM call copy_prop
35371         and DCE to clean up.
35372         * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
35374 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
35376         PR tree-optimization/47576
35377         PR tree-optimization/47555
35378         * doc/invoke.texi (scev-max-expr-complexity): Documented.
35379         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
35380         (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
35381         * tree-scalar-evolution.c (follow_ssa_edge): Use
35382         PARAM_SCEV_MAX_EXPR_COMPLEXITY.
35384 2011-02-02  Richard Guenther  <rguenther@suse.de>
35386         PR tree-optimization/47566
35387         * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
35389 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
35391         PR debug/47106
35392         PR debug/47402
35393         * tree-inline.c (declare_return_variable): Remove unused caller
35394         variable.
35396         PR debug/47106
35397         PR debug/47402
35398         * tree-flow-inline.h (clear_is_used, is_used_p): New.
35399         * cfgexpand.c (account_used_vars_for_block): Use them.
35400         * tree-nrv.c (tree_nrv): Likewise.
35401         * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
35402         (dump_scope_block): Likewise.
35403         (remove_unused_locals): Likewise.
35405         PR debug/47106
35406         PR debug/47402
35407         * tree-inline.c (declare_return_variable): Add result decl to
35408         local decls only once.
35409         * gimple-low.c (record_vars_into): Mark newly-created variables
35410         as referenced.
35412 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
35414         PR debug/47498
35415         PR debug/47501
35416         PR debug/45136
35417         PR debug/45130
35418         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
35419         debug insns.
35420         (no_real_insns_p, schedule_block, set_priorities): Drop special
35421         treatment of boundary debug insns.
35422         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
35423         * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
35424         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
35425         (BOUNDARY_DEBUG_INSN_P): Likewise.
35426         (SCHEDULE_DEBUG_INSN_P): Likewise.
35427         * sched-rgn.c (init_ready_list): Drop special treatment of
35428         boundary debug insns.
35429         * final.c (rest_of_clean_state): Clear notes' BB.
35431 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35433         * config/openbsd.opt (assert=): New Driver option.
35435 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35437         * config/i386/nto.opt: New.
35438         * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
35440 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35442         * config/i386/netware.opt: New.
35443         * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
35445 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35447         * config/interix.opt (posix): New Driver option.
35449 2011-02-01  DJ Delorie  <dj@redhat.com>
35451         * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
35453         * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
35454         class for A0/A1.
35456 2011-02-01  Sebastian Pop  <sebastian.pop@amd.com>
35458         PR tree-optimization/47561
35459         * toplev.c (process_options): Print the Graphite flags.  Add
35460         flag_loop_flatten to the list of options requiring Graphite.
35462 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35464         * config/i386/cygming.opt (posix): New Driver option.
35466 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35468         * config/arm/vxworks.opt: New.
35469         * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
35471 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35473         * config/alpha/elf.opt: New.
35474         * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
35475         alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
35477 2011-02-01  Richard Guenther  <rguenther@suse.de>
35479         PR tree-optimization/47559
35480         * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
35481         store-motion on references that can throw.
35483 2011-02-01  Bernd Schmidt  <bernds@codesourcery.com>
35485         * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
35486         * tree-pass.h (TDF_CSELIB): New macro.
35487         * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
35488         cselib_lookup): Check for it rather than for TDF_DETAILS.
35490 2011-02-01  H.J. Lu  <hongjiu.lu@intel.com>
35492         PR driver/47547
35493         * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
35494         is HOST_BIT_BUCKET.
35496         * opts.c (finish_options): Don't add x_aux_base_name if it is
35497         HOST_BIT_BUCKET.
35499 2011-02-01  Richard Guenther  <rguenther@suse.de>
35501         PR tree-optimization/47555
35502         Revert
35503         2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
35505         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
35507 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
35509         PR gcc/46692
35510         * config/lm32/t-lm32: Add multilib for all CPU options.
35512 2011-02-01  Richard Guenther  <rguenther@suse.de>
35514         PR tree-optimization/47541
35515         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
35516         sure to have a field at offset zero.
35518 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
35520         * config/arc/arc.opt (EB, EL): New Driver options.
35522 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
35524         * config/alpha/osf5.opt: New.
35525         * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
35527 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
35529         * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
35531 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
35533         * common.opt (ftree-loop-linear): Use Alias to make it an alias of
35534         -floop-interchange.
35535         * invoke.texi (-ftree-loop-linear): Make it clear that this flag
35536         is an alias of -floop-interchange and that it requires the
35537         Graphite infrastructure.
35538         * tree-ssa-loop.c (gate_graphite_transforms): Do not set
35539         flag_loop_interchange based on the value of flag_tree_loop_linear.
35541 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
35542             Richard Guenther  <rguenther@suse.de>
35544         PR tree-optimization/47538
35545         * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
35546         type instead of r1type, except for comparisons.  For right
35547         shifts and comparisons punt if there are mismatches in
35548         sizetype vs. non-sizetype types.
35550 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35552         * doc/sourcebuild.texi (Effective-Target Keywords): Document
35553         avx_runtime.
35555 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35557         * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
35558         version number.
35559         * configure: Regenerate.
35561 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35563         * configure.ac (gcc_cv_ld_static_option): Define.
35564         (gcc_cv_ld_dynamic_option): Define.
35565         (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
35566         instead.
35567         (HAVE_LD_STATIC_DYNAMIC): Update message.
35568         (LD_STATIC_OPTION): Define.
35569         (LD_DYNAMIC_OPTION): Define.
35570         * configure: Regenerate.
35571         * config.in: Regenerate.
35572         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
35573         HAVE_LD_STATIC_DYNAMIC]: Use them.
35575 2011-01-31  Nick Clifton  <nickc@redhat.com>
35577         * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
35578         registers inside interrupt handlers if the handler is not a leaf
35579         function.
35581 2011-01-31  Nick Clifton  <nickc@redhat.com>
35583         * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
35584         reg_renumber returning an INVALID_REGNUM.
35586 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
35588         PR libgcj/44341
35589         * doc/install.texi: Document host options discarded when cross
35590         configuring target libraries.
35592 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
35594         Reverted:
35595         2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
35596         PR debug/45136
35597         PR debug/45130
35598         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
35599         debug insns.
35600         (no_real_insns_p, schedule_block, set_priorities): Drop special
35601         treatment of boundary debug insns.
35602         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
35603         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
35604         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
35605         (BOUNDARY_DEBUG_INSN_P): Likewise.
35606         (SCHEDULE_DEBUG_INSN_P): Likewise.
35607         * sched-rgn.c (init_ready_list): Drop special treatment of
35608         boundary debug insns.
35609         * final.c (rest_of_clean-state): Clear notes' BB.
35611 2011-01-31  Alan Modra  <amodra@gmail.com>
35613         * config/rs6000/rs6000.c (print_operand): Rearrange addends in
35614         toc relative expressions as we do in print_operand_address.
35616 2011-01-30  Kazu Hirata  <kazu@codesourcery.com>
35618         * doc/extend.texi: Follow spelling conventions.
35619         * doc/invoke.texi: Fix a typo.
35621 2011-01-30  Joseph Myers  <joseph@codesourcery.com>
35623         * config/hpux11.opt: New.
35624         * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
35625         ia64*-*-hpux*): Use hpux11.opt.
35627 2011-01-30  Jonathan Yong  <jon_y@users.sourceforge.net>
35629         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
35630         to tmake_file.
35632 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
35634         * doc/install.texi (hppa-hp-hpux10): Remove references to HP
35635         support sites.
35637 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
35639         * doc/install.texi (Binaries): Remove outdated reference for
35640         Motorola 68HC11/68HC12 downloads.
35642 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
35644         * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
35645         Drepper's paper.
35647 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
35649         PR bootstrap/47147
35650         * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
35651         used by NetBSD.
35653 2011-01-28  Ahmad Sharif  <asharif@google.com>
35655         * value-prof.c (check_counter): Corrected error message.
35657 2011-01-29  Jie Zhang  <jie@codesourcery.com>
35659         * config/arm/arm.c (arm_legitimize_reload_address): New.
35660         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
35661         arm_legitimize_reload_address.
35662         * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
35664 2011-01-28  Ian Lance Taylor  <iant@google.com>
35666         * godump.c (go_define): Ignore macros whose definitions include
35667         two adjacent operands.
35669 2011-01-28  Jakub Jelinek  <jakub@redhat.com>
35671         PR target/42894
35672         * varasm.c (force_const_mem): Store copy of x in desc->constant
35673         instead of x itself.
35674         * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
35675         itself into REG_EQUAL note.
35677 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
35679         * config/freebsd.opt (posix, rdynamic): New Driver options.
35681 2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35683         * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
35684         -Bstatic/-Bdynamic.
35685         * configure: Regenerate.
35687 2011-01-27  Joseph Myers  <joseph@codesourcery.com>
35689         * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
35690         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
35692 2011-01-27  Anatoly Sokolov  <aesok@post.ru>
35694         * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
35695         * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
35696         * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
35697         (s390_preferred_reload_class): Make static. Change return and
35698         'rclass' argument type to reg_class_t.
35700 2011-01-27  Jan Hubicka  <jh@suse.cz>
35702         PR middle-end/46949
35703         * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
35704         (process_function_and_variable_attributes): Check defined weakrefs.
35706 2011-01-27  Martin Jambor  <mjambor@suse.cz>
35708         PR tree-optimization/47228
35709         * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
35710         build_ref_for_offset.
35712 2011-01-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35714         * config/spu/spu-elf.h (ASM_SPEC): Remove.
35716 2011-01-26  Mikael Pettersson  <mikpe@it.uu.se>
35718         PR rtl-optimization/46856
35719         * postreload.c (reload_combine_recognize_const_pattern): Do not
35720         separate cc0 setter and user on cc0 targets.
35722 2011-01-26  Nicola Pero  <nicola.pero@meta-innovation.com>
35724         PR c/43082
35725         * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
35726         passed a VOID_TYPE expression, immediately emit an error and
35727         return error_mark_node.
35729 2011-01-26  Jeff Law  <law@redhat.com>
35731         PR rtl-optimization/47464
35732         * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
35733         rather than may_trap_p as needed.
35735 2011-01-26  DJ Delorie  <dj@redhat.com>
35737         PR rtl-optimization/46878
35738         * combine.c (insn_a_feeds_b): Check for the implicit cc0
35739         setter/user dependency as well.
35741 2011-01-26  Eric Botcazou  <ebotcazou@adacore.com>
35743         PR rtl-optimization/44469
35744         * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
35745         after removing trivially dead basic blocks.
35747 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35749         * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
35750         * config/frv/frv.h (LINK_SPEC): Likewise.
35751         * config/i386/netware.h (LINK_SPEC): Likewise.
35752         * config/m68k/linux.h (ASM_SPEC): Likewise.
35753         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
35754         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
35755         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
35756         * config/sparc/linux.h (ASM_SPEC): Likewise.
35757         * config/sparc/linux64.h (ASM_SPEC): Likewise.
35758         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
35760 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35762         * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
35763         * config/frv/frv.h (ASM_SPEC): Likewise.
35764         * config/m68k/linux.h (ASM_SPEC): Likewise.
35765         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
35766         * config/rs6000/linux64.h (ASM_SPEC): Likewise.
35767         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
35768         * config/sparc/linux.h (ASM_SPEC): Likewise.
35769         * config/sparc/linux64.h (ASM_SPEC): Likewise.
35770         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
35772 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35774         * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
35775         * config/frv/frv.h (LINK_SPEC): Likewise.
35776         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
35778 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35780         * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
35781         * config/frv/frv.h (ASM_SPEC): Likewise.
35782         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
35783         * config/m68k/linux.h (ASM_SPEC): Likewise.
35784         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
35785         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
35786         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
35787         * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
35788         * config/sparc/linux.h (ASM_SPEC): Likewise.
35789         * config/sparc/linux64.h (ASM_SPEC): Likewise.
35790         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
35791         * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
35793 2011-01-26  Steve Ellcey  <sje@cup.hp.com>
35795         PR target/46997
35796         * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
35797         (*mux2): Ditto.
35798         (vec_extract_evenodd_help): Ditto.
35799         (vec_extract_evenv4hi): Ditto.
35800         (vec_extract_oddv4hi): Ditto.
35801         (vec_interleave_lowv2si): Ditto.
35802         (vec_interleave_highv2si): Ditto.
35803         (vec_extract_evenv2si): Ditto.
35804         (vec_extract_oddv2si: Ditto.
35805         (vec_pack_trunc_v2si): Ditto.
35807 2011-01-22  Jan Hubicka  <jh@suse.cz>
35809         PR target/47237
35810         * cgraph.h (cgraph_local_info): New field can_change_signature.
35811         * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
35812         signature can change.
35813         (ipcp_estimate_growth): Call sequence simplify only if calle signature
35814         can change.
35815         (ipcp_insert_stage): Only compute args_to_skip if signature can change.
35816         (cgraph_function_versioning): We can not change signature of functions
35817         that don't allow that.
35818         * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
35819         (lto_input_node): Likewise.
35820         * ipa-inline.c (compute_inline_parameters): Compute
35821         local.can_change_signature.
35822         * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
35823         * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
35824         functions that can not change signature.
35825         * i386.c (ix86_function_regparm, ix86_function_sseregparm,
35826         init_cumulative_args): Do not use local calling conventions
35827         for functions that can not change signature.
35829 2011-01-22  Jan Hubicka  <jh@suse.cz>
35831         * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
35833 2011-01-26  Richard Guenther  <rguenther@suse.de>
35835         PR tree-optimization/47190
35836         * cgraphunit.c (process_common_attributes): New function.
35837         (process_function_and_variable_attributes): Use it.
35839 2011-01-26  Richard Guenther  <rguenther@suse.de>
35841         PR lto/47423
35842         * cgraphbuild.c (record_eh_tables): Record reference to personality
35843         function.
35845 2011-01-26  Alexandre Oliva  <aoliva@redhat.com>
35847         PR debug/45454
35848         * sel-sched.c (moveup_expr): Don't let debug insns prevent
35849         non-debug insns from moving up.
35851 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
35853         PR target/40125
35854         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
35855         t-dlldir{,-x} fragment for build and add it to tmake_file.
35856         (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
35857         * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
35858         * config/i386/t-dlldir: New file.
35859         (SHLIB_DLLDIR): Define.
35860         * config/i386/t-dlldir-x: New file.
35861         (SHLIB_DLLDIR): Define.
35862         * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
35863         (SHLIB_INSTALL): Use it.
35865 2011-01-26  Chung-Lin Tang  <cltang@codesourcery.com>
35867         PR target/47246
35868         * config/arm/arm.c (thumb2_legitimate_index_p): Change the
35869         lower bound of the allowed Thumb-2 coprocessor load/store
35870         index range to -256. Add explaining comment.
35872 2011-01-25  Ian Lance Taylor  <iant@google.com>
35874         * godump.c (go_define): Improve lexing of macro expansion to only
35875         accept expressions which match Go spec.
35877 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
35879         PR c++/43601
35880         * tree.c (handle_dll_attribute): Handle it.
35881         * doc/extend.texi (@item dllexport): Mention it.
35882         * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
35884 2011-01-25  Ian Lance Taylor  <iant@google.com>
35886         PR tree-optimization/26854
35887         * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
35888         (decl_jump_unsafe): Move higher in file, with no other change.
35889         (bind): Set has_jump_unsafe_decl if appropriate.
35890         (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
35891         (check_earlier_gotos): Likewise.
35892         (c_check_switch_jump_warnings): Likewise.
35894 2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
35896         * doc/invoke.texi (Warning Options): Add missing hyphen.
35897         (-fprofile-dir): Minor grammatical fixes.
35898         (-fbranch-probabilities): Likewise.
35900 2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
35902         PR debug/45136
35903         PR debug/45130
35904         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
35905         debug insns.
35906         (no_real_insns_p, schedule_block, set_priorities): Drop special
35907         treatment of boundary debug insns.
35908         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
35909         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
35910         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
35911         (BOUNDARY_DEBUG_INSN_P): Likewise.
35912         (SCHEDULE_DEBUG_INSN_P): Likewise.
35913         * sched-rgn.c (init_ready_list): Drop special treatment of
35914         boundary debug insns.
35915         * final.c (rest_of_clean-state): Clear notes' BB.
35917 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35919         * Makefile.in (LAMBDA_H): Removed.
35920         (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
35921         (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
35922         lambda-trans.o, and tree-loop-linear.o.
35923         (lto-symtab.o): Remove dependence on LAMBDA_H.
35924         (tree-loop-linear.o): Remove rule.
35925         (lambda-mat.o): Same.
35926         (lambda-trans.o): Same.
35927         (lambda-code.o): Same.
35928         (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
35929         (tree-vect-slp.o): Same.
35930         * hwint.h (gcd): Moved here.
35931         (least_common_multiple): Same.
35932         * lambda-code.c: Removed.
35933         * lambda-mat.c: Removed.
35934         * lambda-trans.c: Removed.
35935         * lambda.h: Removed.
35936         * tree-loop-linear.c: Removed.
35937         * lto-symtab.c: Do not include lambda.h.
35938         * omega.c (gcd): Removed.
35939         * passes.c (init_optimization_passes): Remove pass_linear_transform.
35940         * tree-data-ref.c (print_lambda_vector): Moved here.
35941         (lambda_vector_copy): Same.
35942         (lambda_matrix_copy): Same.
35943         (lambda_matrix_id): Same.
35944         (lambda_vector_first_nz): Same.
35945         (lambda_matrix_row_add): Same.
35946         (lambda_matrix_row_exchange): Same.
35947         (lambda_vector_mult_const): Same.
35948         (lambda_vector_negate): Same.
35949         (lambda_matrix_row_negate): Same.
35950         (lambda_vector_equal): Same.
35951         (lambda_matrix_right_hermite): Same.
35952         * tree-data-ref.h: Do not include lambda.h.
35953         (lambda_vector): Moved here.
35954         (lambda_matrix): Same.
35955         (dependence_level): Same.
35956         (lambda_transform_legal_p): Removed declaration.
35957         (lambda_collect_parameters): Same.
35958         (lambda_compute_access_matrices): Same.
35959         (lambda_vector_gcd): Same.
35960         (lambda_vector_new): Same.
35961         (lambda_vector_clear): Same.
35962         (lambda_vector_lexico_pos): Same.
35963         (lambda_vector_zerop): Same.
35964         (lambda_matrix_new): Same.
35965         * tree-flow.h (least_common_multiple): Removed declaration.
35966         * tree-parloops.c (lambda_trans_matrix): Moved here.
35967         (LTM_MATRIX): Same.
35968         (LTM_ROWSIZE): Same.
35969         (LTM_COLSIZE): Same.
35970         (LTM_DENOMINATOR): Same.
35971         (lambda_trans_matrix_new): Same.
35972         (lambda_matrix_vector_mult): Same.
35973         (lambda_transform_legal_p): Same.
35974         * tree-pass.h (pass_linear_transform): Removed declaration.
35975         * tree-ssa-loop.c (tree_linear_transform): Removed.
35976         (gate_tree_linear_transform): Removed.
35977         (pass_linear_transform): Removed.
35978         (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
35979         flag_loop_interchange.
35981 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35983         PR tree-optimization/47265
35984         PR tree-optimization/47443
35985         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
35986         if name still has some uses.
35988 2011-01-25  Martin Jambor  <mjambor@suse.cz>
35990         PR tree-optimization/47382
35991         * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
35992         (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
35994 2011-01-25  Joel Sherrill  <joel.sherrill@oarcorp.com>
35996         * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
35997         sjlj_except_unwind_info.
35999 2011-01-25  Richard Guenther  <rguenther@suse.de>
36001         PR tree-optimization/47426
36002         * tree-ssa-structalias.c (ipa_pta_execute): Make externally
36003         visible functions results escape.
36005 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
36007         PR target/45701
36008         * config/arm/arm.c (any_sibcall_uses_r3): New function.
36009         (arm_get_frame_offsets): Use it.
36011 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36012             Jakub Jelinek  <jakub@redhat.com>
36014         PR tree-optimization/47271
36015         * tree-if-conv.c (bb_postdominates_preds): New.
36016         (if_convertible_bb_p): Call bb_postdominates_preds.
36017         (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
36018         (predicate_scalar_phi): Call bb_postdominates_preds.
36020 2011-01-25  Nick Clifton  <nickc@redhat.com>
36022         * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
36023         * config/rx/rx.c (rx_function_value): Likewise.
36024         (rx_promote_function_mode): Likewise.
36025         (gen_safe_add): Place an outsized immediate value inside an UNSPEC
36026         in order to make it legitimate.
36027         * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
36028         make sure that the first operand is the same as the result register.
36029         (addsi3_unspec): Delete.
36030         (subdi3): Do not accept immediate operands.
36031         (subdi3_internal): Likewise.
36033 2011-01-25  Jeff Law  <law@redhat.com>
36035         PR rtl-optimization/37273
36036         * ira-costs.c (scan_one_insn): Detect constants living in memory and
36037         handle them like argument loads from stack slots.  Do not double
36038         count memory for memory constants and argument loads from stack slots.
36040 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
36042         PR tree-optimization/47427
36043         PR tree-optimization/47428
36044         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
36045         coalesce if the new root var would be TREE_READONLY.
36047 2011-01-25  Richard Guenther  <rguenther@suse.de>
36049         PR middle-end/47414
36050         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
36051         correct type for TBAA.
36053 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36055         * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
36056         (close_phi_written_to_memory): Call for_each_index with
36057         dr_indices_valid_in_loop.
36059 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36061         * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
36062         when it is initialized.
36064 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36066         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
36067         call to graphite_find_data_references_in_stmt.
36068         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
36069         (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
36070         call to graphite_find_data_references_in_stmt.
36071         (analyze_drs_in_stmts): Same.
36072         * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
36073         in which the scalar analysis of indices is performed.
36074         (create_data_ref): Same.  Update call to dr_analyze_indices.
36075         (find_data_references_in_stmt): Update call to create_data_ref.
36076         (graphite_find_data_references_in_stmt): Same.
36077         * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
36078         declaration.
36079         (create_data_ref): Same.
36080         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
36081         call to create_data_ref.
36083 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36085         * graphite-sese-to-poly.c (build_poly_scop): Move
36086         rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
36088 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36090         * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
36091         VAR_DECL, PARM_DECL, and RESULT_DECL.
36093 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36095         * graphite-dependences.c (reduction_dr_1): Allow several reductions
36096         in a reduction PBB.
36097         * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
36098         that have already been marked as PBB_IS_REDUCTION.
36100 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36102         * graphite-scop-detection.c (same_close_phi_node): New.
36103         (remove_duplicate_close_phi): New.
36104         (make_close_phi_nodes_unique): New.
36105         (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
36107 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36109         * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
36110         * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
36111         of both data references to be the same.
36113 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36115         * graphite-dependences.c (build_lexicographical_constraint): Remove
36116         the gdim parameter.
36117         (build_lexicographical_constraint): Adjust call to
36118         ppl_powerset_is_empty.
36119         (dependence_polyhedron): Same.
36120         (graphite_legal_transform_dr): Same.
36121         (graphite_carried_dependence_level_k): Same.
36122         * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
36123         parameter.
36124         * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
36126 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36128         * graphite-sese-to-poly.c
36129         (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
36130         (close_phi_written_to_memory): New.
36131         (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
36132         and unshare_expr.
36134 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36136         * doc/install.texi: Update the expected version number of PPL to 0.11.
36137         * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
36138         #if PPL_VERSION_MINOR < 11.
36140 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36142         * graphite-dependences.c: Include graphite-cloog-util.h.
36143         (new_poly_ddr): Inlined into dependence_polyhedron.
36144         (free_poly_ddr): Moved close by new_poly_ddr.
36145         (dependence_polyhedron_1): Renamed dependence_polyhedron.
36146         Early return NULL when ppl_powerset_is_empty returns true.
36147         (dependence_polyhedron): Renamed new_poly_ddr.  Call only once
36148         poly_drs_may_alias_p.  Avoid one call to ppl_powerset_is_empty.
36149         (graphite_legal_transform_dr): Call new_poly_ddr.
36150         (graphite_carried_dependence_level_k): Same.
36151         (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2.  Use new_poly_ddr.
36152         (dot_transformed_deps_stmt_1): Removed.
36153         (dot_deps_stmt_1): Call dot_deps_stmt_2.
36154         (dot_original_deps): Renamed dot_deps_2.  Call new_poly_ddr.
36155         (dot_deps_1): Call dot_deps_2.
36156         * Makefile.in (graphite-dependences.o): Add missing dependence on
36157         graphite-cloog-util.h.
36159 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36161         * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
36162         (build_lexicographical_constraint): Same.
36163         (dependence_polyhedron_1): Same.
36164         (graphite_legal_transform_dr): Same.
36165         (graphite_carried_dependence_level_k): Same.
36166         * graphite-ppl.c (ppl_powerset_is_empty): New.
36167         * graphite-ppl.h (ppl_powerset_is_empty): Declared.
36168         * tree-data-ref.c (dump_data_reference): Print the basic block index.
36170 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36172         * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
36173         the "a followed by b" relation and document it.
36175 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36177         * graphite-dependences.c (build_lexicographical_constraint): Stop the
36178         iteration when the bag of constraints is empty.
36180 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36182         * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
36184 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36186         * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
36187         nest and two loop depths as parameters.
36188         (lst_try_interchange_loops): Call lst_interchange_profitable_p after
36189         lst_perfect_nestify.
36191 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36193         * graphite-dependences.c (print_pddr): Call
36194         ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
36196 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
36198         * graphite-ppl.c (debug_gmp_value): New.
36199         * graphite-ppl.h (debug_gmp_value): Declared.
36201 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
36203         * doc/install.texi: Document availability of cloog-0.16.
36205 2011-01-25  Vladimir Kargov  <kargov@gmail.com>
36207         * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
36208         invalid postdominance info.
36210 2011-01-24  Jan Hubicka  <jh@suse.cz>
36212         PR c/21659
36213         * doc/extend.texi (weak pragma): Drop claim that it must
36214         appear before definition.
36215         * varasm.c (merge_weak, declare_weak): Only sanity check
36216         that DECL is not output at a time it is declared weak.
36218 2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
36220         * machmode.def: Fixed comments.
36222 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
36224         * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
36226 2011-01-24  Paul Koning  <ni1d@arrl.net>
36228         * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
36229         WORDS_BIG_ENDIAN.
36231 2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>
36233         PR target/46519
36234         * config/i386/i386.c: Include sbitmap.h and fibheap.h.
36235         (block_info): Add scanned and prev.
36236         (move_or_delete_vzeroupper_2): Return if the basic block
36237         has been scanned and the upper 128bit state is unchanged
36238         from the last scan.
36239         (move_or_delete_vzeroupper_1): Return true if the exit
36240         state is changed.
36241         (move_or_delete_vzeroupper): Visit basic blocks using the
36242         work-list based algorithm based on vt_find_locations in
36243         var-tracking.c.
36245         * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
36247 2011-01-24  Nick Clifton  <nickc@redhat.com>
36249         * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
36250         * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
36251         -mv850e1 to the assembler.  If -mv850e1 or -mv850es is specified
36252         then define __v850e1__.
36253         * doc/invoke.texi: Document -mv850es.
36255 2011-01-24  Richard Henderson  <rth@redhat.com>
36257         * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
36258         compound unordered comparisons.
36259         * config/rx/rx.c (rx_split_fp_compare): Remove.
36260         * config/rx/rx-protos.h: Update.
36261         * config/rx/rx.md (gcc_conds, rx_conds): Remove.
36262         (cbranchsf4): Don't call rx_split_fp_compare.
36263         (*cbranchsf4): Use rx_split_cbranch.
36264         (*cmpsf): Don't accept "i" constraint.
36265         (*conditional_branch): Only valid after reload.
36266         (cstoresf4): Merge expander with insn.  Don't call rx_split_fp_compare.
36268 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
36270         PR target/47385
36271         * config/rs6000/altivec.md (vector constant splitters): Add
36272         support for creating vector single precision constants if -mvsx is
36273         used and we would create the constant using Altivec primitives.
36275 2011-01-23  Bernd Schmidt  <bernds@codesourcery.com>
36276             Richard Sandiford  <rdsandiford@googlemail.com>
36278         PR rtl-optimization/47166
36279         * reload1.c (emit_reload_insns): Disable the spill_reg_store
36280         mechanism for PRE_MODIFY and POST_MODIFY.
36281         (inc_for_reload): For PRE_MODIFY, return the insn that sets the
36282         reloadreg.
36284 2011-01-23  Andreas Schwab  <schwab@linux-m68k.org>
36286         * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
36288 2011-01-22  Jan Hubicka  <jh@suse.cz>
36290         PR lto/47333
36291         * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
36293 2011-01-22  Jan Hubicka  <jh@suse.cz>
36295         PR tree-optimization/43884
36296         PR lto/44334
36297         * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
36298         * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
36300 2011-01-22  Anatoly Sokolov  <aesok@post.ru>
36302         * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
36303         * config/s390/s390.c (s390_register_move_cost,
36304         s390_memory_move_cost): New.
36305         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
36307 2011-01-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36309         PR middle-end/47401
36310         * except.c (sjlj_assign_call_site_values): Move setting the
36311         crtl->uses_eh_lsda flag to ...
36312         (sjlj_mark_call_sites): ... here.
36313         (sjlj_emit_function_enter): Support NULL dispatch label.
36314         (sjlj_build_landing_pads): In a function with no landing pads
36315         that still has must-not-throw regions, generate code to register
36316         a personality function with empty LSDA.
36318 2011-01-21  Richard Henderson  <rth@redhat.com>
36320         * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
36322         * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
36324         * compare-elim.c: New file.
36325         * Makefile.in (OBJS-common): Add it.
36326         (compare-elim.o): New.
36327         * common.opt (fcompare-elim): New.
36328         * opts.c (default_options_table): Add OPT_fcompare_elim.
36329         * tree-pass.h (pass_compare_elim_after_reload): New.
36330         * passes.c (init_optimization_passes): Add it.
36331         * recog.h: Protect against re-inclusion.
36332         * target.def (TARGET_FLAGS_REGNUM): New POD hook.
36333         * doc/invoke.texi (-fcompare-elim): Document it.
36334         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
36335         * doc/tm.texi: Rebuild.
36337 2011-01-22  Nick Clifton  <nickc@redhat.com>
36339         * config/rx/rx.md (cstoresf4): Pass comparison operator to
36340         rx_split_fp_compare.
36342 2011-01-22  Nick Clifton  <nickc@redhat.com>
36344         * config/rx/rx.md (UNSPEC_CONST): New.
36345         (deallocate_and_return): Wrap the amount popped off the stack in
36346         an UNSPEC_CONST in order to stop it being rejected by
36347         -mmax-constant-size.
36348         (pop_and_return): Add a "(return)" rtx.
36349         (call): Drop the immediate operand.
36350         (call_internal): Likewise.
36351         (call_value): Likewise.
36352         (call_value_internal): Likewise.
36353         (sibcall_internal): Likewise.
36354         (sibcall_value_internal): Likewise.
36355         (sibcall): Likewise.  Generate an explicit call using
36356         sibcall_internal.
36357         (sibcall_value): Likewise.
36358         (mov<>): FAIL if a constant operand is not legitimate.
36359         (addsi3_unpsec): New pattern.
36361         * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
36362         (ok_for_max_constant): New function.
36363         (gen_safe_add): New function.
36364         (rx_expand_prologue): Use gen_safe_add.
36365         (rx_expand_epilogue): Likewise.
36366         (rx_is_legitimate_constant): Use ok_for_max_constant.  Handle
36367         UNSPEC CONSTs.
36369 2011-01-21  Jeff Law  <law@redhat.com>
36371         PR tree-optimization/47053
36372         * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
36373         (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
36374         statements are deleted.
36375         (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP.  If NEED_EH_CLEANUP
36376         is nonempty, then purge dead edges and cleanup the CFG.
36378 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
36380         PR debug/47402
36381         Temporarily revert:
36382         2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
36383         PR debug/47106
36384         * tree-dfa.c (create_var_ann): Mark variable as used.
36386 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
36388         PR middle-end/45566
36389         * except.c (convert_to_eh_region_ranges): Emit queued no-region
36390         notes from other section in hot/cold partitioning even if
36391         last_action is -3.  Increment call_site_base.
36393         PR rtl-optimization/47366
36394         * fwprop.c (forward_propagate_into): Return bool.  If
36395         any changes are made, -fnon-call-exceptions is used and
36396         REG_EH_REGION note is present, call purge_dead_edges
36397         and return true if it purged anything.
36398         (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
36399         any EH edges were purged.
36401 2011-01-21  Jeff Law  <law@redhat.com>
36403         PR rtl-optimization/41619
36404         * caller-save.c (setup_save_areas): Break out code to determine
36405         which hard regs are live across calls by examining the reload chains
36406         so that it is always used.
36407         Eliminate code which checked REG_N_CALLS_CROSSED.
36409 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
36411         PR tree-optimization/47355
36412         * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
36413         NOP has non-debug uses beyond PHIs in new_bb.
36415 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
36417         PR debug/47106
36418         * cfgexpand.c (account_used_vars_for_block): Only account vars
36419         that are annotated as used.
36420         (estimated_stack_frame_size): Don't set TREE_USED.
36421         * tree-dfa.c (create_var_ann): Mark variable as used.
36423 2011-01-21  Richard Guenther  <rguenther@suse.de>
36425         PR middle-end/47395
36426         * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
36428 2011-01-21  Richard Guenther  <rguenther@suse.de>
36430         PR tree-optimization/47365
36431         * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
36432         (vn_reference_lookup_pieces): Adjust.
36433         (vn_reference_lookup): Likewise.
36434         * tree-ssa-sccvn.c (vn_walk_kind): New static global.
36435         (vn_reference_lookup_3): Only look through kills if in
36436         VN_WALKREWRITE mode.
36437         (vn_reference_lookup_pieces): Adjust.
36438         (vn_reference_lookup): Likewise.
36439         (visit_reference_op_load): Likewise.
36440         (visit_reference_op_store): Likewise.
36441         * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
36442         (compute_avail): Likewise.
36443         (eliminate): Likewise.
36445 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
36447         * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
36448         DECL_IGNORED_P non-reg vars if they are used.
36450         PR tree-optimization/47391
36451         * varpool.c (const_value_known_p): Return false if
36452         decl is volatile.
36454 2011-01-21  Kai Tietz  <kai.tietz@onevision.com>
36456         PR bootstrap/47215
36457         * config/i386/i386.c (ix86_local_alignment): Handle
36458         case for va_list_type_node is nil.
36459         (ix86_canonical_va_list_type): Likewise.
36461 2011-01-21  Alan Modra  <amodra@gmail.com>
36463         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
36464         builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
36466 2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36468         * config/arm/arm.md (define_attr type): Rename f_load
36469         and f_store to f_fpa_load and f_fpa_store. Update.
36470         (write_conflict): Deal with rename fallout.
36471         (*push_fp_multi): Likewise.
36472         * config/arm/fpa.md (f_load): Use f_fpa_load.
36473         (f_store): Use f_fpa_store.
36474         (*movsf_fpa): Likewise.
36475         (*movdf_fpa): Likewise.
36476         (*movxf_fpa): Likewise.
36477         (*thumb2_movsf_fpa): Likewise.
36478         (*thumb2_movdf_fpa): Likewise.
36479         (*thumb2_movxf_fpa): Likewise.
36480         * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
36481         f_loadd and f_stored.
36482         (*thumb2_movdi_vfp): Likewise.
36483         (*thumb2_movsf_vfp): Fix attribute to f_loads.
36484         (*thumb2_movsi_vfp): Likewise.
36485         * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
36486         Use f_loads instead of f_load.
36487         * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
36489 2011-01-20  Anatoly Sokolov  <aesok@post.ru>
36491         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
36492         * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
36493         * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
36494         (xtensa_mode_dependent_address_p): New function.
36495         (constantpool_address_p): Make static. Change return type to bool.
36496         Change argument type to const_rtx. Use CONST_INT_P predicate.
36498 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
36500         PR debug/46583
36501         * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
36503 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
36505         PR debug/47283
36506         * cfgexpand.c (expand_debug_expr): Instead of generating
36507         (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
36508         etc. handling.
36510 2011-01-20  Richard Guenther  <rguenther@suse.de>
36512         PR middle-end/47370
36513         * tree-inline.c (remap_gimple_op_r): Recurse manually for
36514         the pointer operand of MEM_REFs.
36516 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
36518         PR tree-optimization/46130
36519         * ipa-split.c (consider_split): If return_bb contains non-virtual
36520         PHIs other than for retval or if split_function would not adjust it,
36521         refuse to split.
36523 2011-01-20  Richard Guenther  <rguenther@suse.de>
36525         PR tree-optimization/47167
36526         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
36527         Revert previous change, only avoid enumeral type changes.
36529 2011-01-19  Mike Stump  <mikestump@comcast.net>
36531         * doc/tm.texi.in (BRANCH_COST): Englishify.
36532         * doc/tm.texi (BRANCH_COST): Likewise.
36534 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
36536         PR c++/47291
36537         * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
36538         (gen_scheduled_generic_parms_dies): New functions.
36539         (gen_struct_or_union_type_die): Schedule template parameters DIEs
36540         generation for the end of CU compilation.
36541         (dwarf2out_finish): Generate template parameters DIEs here.
36543 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
36545         PR debug/46240
36546         * tree-into-ssa.c (maybe_register_def): Do not attempt to add
36547         debug bind stmt on merge edges.
36549 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
36551         PR debug/47079
36552         PR debug/46724
36553         * function.c (instantiate_expr): Instantiate incoming rtl of
36554         implicit arguments, and recurse on VALUE_EXPRs.
36555         (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
36556         * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
36558 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
36560         * c-parser.c (c_parser_for_statement): Initialize
36561         collection_expression.
36563 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36565         * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
36567 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36569         * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
36570         (LINK_SHLIB_SPEC): Don't use %(link_path).
36571         (SUBTARGET_EXTRA_SPECS): Remove link_path.
36573 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36575         * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
36576         (NO_SHARED_LIB_SUPPORT): Remove.
36577         (LINK_SHLIB_SPEC): Remove one conditional definition.
36579 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36581         * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
36582         %{call_shared}.
36583         * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
36584         * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
36585         * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
36586         %{call_shared} and conditionals on these options not being passed.
36587         * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
36588         %{call_shared}.
36590 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
36592         * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
36593         simplify.
36595         * ipa-split.c: Spelling fixes.
36597 2011-01-19  Richard Henderson  <rth@redhat.com>
36599         * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
36600         (*mulsi3): Likewise.
36602         * longlong.h [__mn10300__] (count_leading_zeros): New.
36603         [__mn10300__] (umul_ppmm, smul_ppmm): New.
36604         [__mn10300__] (add_ssaaaa, subddmmss): New.
36605         [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
36606         [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
36608 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36610         * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
36612 2011-01-19  Richard Henderson  <rth@redhat.com>
36614         * config/mn10300/mn10300.md (addsi3_flags): New.
36615         (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
36616         (subsi3_flags, subc_internal, subdi3): New.
36617         (subdi3_internal, *subdi3_degenerate): New.
36618         * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
36620         * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
36621         (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
36622         (mn10300_expand_epilogue): Use it.  Compute REG_SAVE_BYTES once.
36623         * config/mn10300/mn10300-protos.h: Update.
36624         * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
36625         (return_ret): Likewise.  Rename from return_internal_regs.
36626         (return_internal): Remove.
36628         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
36629         (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
36630         (mn10300_legitimate_constant_p): Likewise.
36631         (mn10300_can_use_return_insn): Use mn10300_initial_offset.
36632         (mn10300_frame_size): New.
36633         (mn10300_expand_prologue): Use it.
36634         (mn10300_expand_epilogue): Likewise.
36635         (mn10300_initial_offset): Likewise.
36636         * config/mn10300/mn10300-protos.h: Update.
36637         * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
36638         * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
36639         (prologue, epilogue, return_internal): Tidy output code.
36640         (mn10300_store_multiple_operation, return): Likewise.
36641         (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
36642         (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
36643         (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
36644         (load_pic, am33_load_pic): New.
36645         (mn10300_load_pic0, mn10300_load_pic1): New.
36647         * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
36648         * config/mn10300/mn10300.c (CC_FLAG_Z): New.
36649         (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
36650         (cc_flags_for_mode, cc_flags_for_code): New.
36651         (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
36652         overflow flag is not valid.  Validate that the flags we need
36653         for the comparison are valid.
36654         (mn10300_output_cmp): Remove.
36655         (mn10300_output_add): New.
36656         (mn10300_select_cc_mode): Use cc_flags_for_code.
36657         (mn10300_split_cbranch): New.
36658         (mn10300_match_ccmode): New.
36659         (mn10300_split_and_operand_count): New.
36660         * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
36661         to the function.
36662         * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
36663         (addsi3): ... here.  Use mn10300_output_add.
36664         (*addsi3_flags): New.
36665         (*am33_subsi3, *mn10300_subsi3): Merge...
36666         (subsi3): ... here.  Use attribute isa.
36667         (*subsi3_flags): New.
36668         (negsi2): Rewrite from expander to insn_and_split.  Use NOT+INC
36669         when possible.
36670         (*am33_andsi3, *mn10300_andsi3): Merge...
36671         (andsi3): ... here.
36672         (*andsi3_flags): New.
36673         (andsi3 splitters): New.
36674         (*am33_iorsi3, *mn10300_iorsi3): Merge...
36675         (iorsi3): ... here.
36676         (*iorsi3_flags): New.
36677         (*am33_xorsi3, *mn10300_xorsi3): Merge...
36678         (xorsi3): ... here.
36679         (*xorsi3_flags): New.
36680         (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
36681         (one_cmplsi2): ... here.
36682         (*one_cmplsi2_flags): New.
36683         (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload.  Use "r"
36684         instead of "dax" in constraints.  Use mn10300_split_cbranch.
36685         (*cmpsi): Rename from cmpsi.  Do not use mn10300_output_cmp.  Do not
36686         use matching constraints to eliminate a self-comparison.
36687         (*integer_conditional_branch): Rename from integer_conditional_branch.
36688         Use int_mode_flags to match CC_REG.
36689         (*cbranchsi4_btst, *btstsi): New.
36690         (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload.  Use
36691         mn10300_split_cbranch.
36692         (*am33_cmpsf): Rename from am33_cmpsf.
36693         (*float_conditional_branch): Rename from float_conditional_branch.
36694         (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
36695         (zero_extendqisi2): ... here.
36696         (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
36697         (zero_extendhisi2): ... here.
36698         (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
36699         (extendqisi2): ... here.
36700         (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
36701         (extendhisi2): ... here.
36702         (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
36703         (ashlsi3): ... here.
36704         (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
36705         (lshrsi3): ... here.
36706         (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
36707         (ashrsi3): ... here.
36708         (consecutive add peephole): Remove.
36709         * config/mn10300/predicates.md (label_ref_operand): New.
36710         (int_mode_flags): New.
36711         (CCZN_comparison_operator): New.
36713         * config/mn10300/mn10300.md (UNSPEC_EXT): New.
36714         (throughput_42_latency_43): New reservation.
36715         (mulsidi3, umulsidi3): New expanders.
36716         (mulsidi3_internal): Rewrite from old mulsidi3 pattern.  Expose
36717         the MDR register to allocation; separately allocate the low and
36718         high parts of the DImode result.
36719         (umulsidi3_internal): Similarly.
36720         (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
36721         (*mulsi3): ... here.  Clobber MDR as a scratch as necessary.
36722         (udivsi3, umodsi3): Remove.
36723         (udivmodsi4, divmodsi4): New expanders.
36724         (*udivmodsi4): Rename from udivmodsi4.  Expose MDR properly.
36725         (*divmodsi4): Simiarly.
36726         (ext_internal): New.
36728         * config/mn10300/constraints.md ("z"): New constraint.
36729         * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
36730         (FIXED_REGISTERS): Don't fix MDR.
36731         (CALL_USED_REGSITERS): Reformat nicely.
36732         (REG_ALLOC_ORDER): Add MDR.
36733         (enum regclass): Add MDR_REGS.
36734         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
36735         (IRA_COVER_CLASSES): Add MDR_REGS.
36736         (REGNO_REG_CLASS): Handle MDR_REG.
36737         * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
36738         (mn10300_register_move_cost): Likewise.
36739         * config/mn10300/mn10300.md (MDR_REG): New.
36740         (*movsi_internal): Handle moves to/from MDR_REGS.
36742         * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
36743         POST_MODIFY.
36744         (mn10300_secondary_reload): Tidy combination reload classes.
36745         (mn10300_legitimate_address_p): Allow post-modify and reg+reg
36746         addresses for AM33.  Allow symbolic offsets for reg+imm.
36747         (mn10300_regno_in_class_p): New.
36748         (mn10300_legitimize_reload_address): New.
36749         * config/mn10300/mn10300.h (enum reg_class): Remove
36750         DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
36751         SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS.  Add
36752         SP_OR_GENERAL_REGS.
36753         (REG_CLASS_NAMES): Update to match.
36754         (REG_CLASS_CONTENTS): Likewise.
36755         (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
36756         (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
36757         (REGNO_IN_RANGE_P): Remove.
36758         (REGNO_DATA_P): Use mn10300_regno_in_class_p.
36759         (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
36760         (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
36761         (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
36762         (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
36763         (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
36764         (REGNO_GENERAL_P): New.
36765         (HAVE_POST_MODIFY_DISP): New.
36766         (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
36767         (LEGITIMIZE_RELOAD_ADDRESS): New.
36768         * config/mn10300/mn10300-protos.h: Update.
36770         * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
36771         DATA_REGS for AM33 stack-pointer destination.
36772         (mn10300_preferred_output_reload_class): Likewise.
36773         (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
36774         into a form appropriate for ...
36775         (TARGET_SECONDARY_RELOAD): New.
36776         * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
36777         * config/mn10300/mn10300-protos.h: Update.
36778         * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
36779         reload_insi; use the "A" constraint for the scratch; handle AM33
36780         moves of sp to non-address registers.
36782         * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
36783         (*movqi_internal): ... here.
36784         (*am33_movhi, *mn10300_movhi): Merge into...
36785         (*movhi_internal): ... here.
36786         (*movsi_internal): Use "r" instead of "dax" in constraints.  Use "A"
36787         as the source/destination of moves from/to SP.
36788         (movsf): Only allow for AM33-2.
36789         (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
36790         any integer constant constraint.  Only allow for AM33-2.  Tidy
36791         all of the alternative outputs.
36792         (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
36793         (udivmodsi4): Delete expander and promote *udivmodsi4.  Disallow
36794         for MN103.
36795         (udivsi3, umodsi3): New patterns for MN103 only.
36797 2011-01-19  Joern Rennecke  <amylaar@spamcop.net>
36799         * doc/tm.texi.in: Spell out that a lack of register class unions
36800         can lead to ICEs.
36801         * doc/tm.texi: Regenerate.
36803 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
36805         PR rtl-optimization/47337
36806         * dce.c (check_argument_store): New function.
36807         (find_call_stack_args): Ignore debug insns.  Use check_argument_store.
36809         PR tree-optimization/47290
36810         * tree-eh.c (infinite_empty_loop_p): New function.
36811         (cleanup_empty_eh): Use it.
36813 2011-01-18  Steve Ellcey  <sje@cup.hp.com>
36815         PR target/46997
36816         * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
36817         (a64_expand_widen_sum): Ditto.
36818         * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
36819         (vec_extract_evenodd_help): Ditto.
36820         (vec_extract_evenv4hi): Ditto.
36821         (vec_extract_oddv4hi): Ditto.
36822         (vec_extract_evenv2si): Ditto.
36823         (vec_extract_oddv2si): Ditto.
36824         (vec_extract_evenv2sf): Ditto.
36825         (vec_extract_oddv2sf): Ditto.
36826         (vec_pack_trunc_v4hi: Ditto.
36827         (vec_pack_trunc_v2si): Ditto.
36828         (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
36829         (vec_interleave_highv8qi): Ditto.
36830         (mix1_r): Ditto.
36831         (vec_extract_oddv8qi): Ditto.
36832         (vec_interleave_lowv4hi): Ditto.
36833         (vec_interleave_highv4hi): Ditto.
36834         (vec_interleave_lowv2si): Ditto.
36835         (vec_interleave_highv2si): Ditto.
36837 2011-01-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36839         * doc/extend.texi: Mention __float128 support on hppa HP-UX.
36840         * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
36841         * config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
36842         (pa_c_mode_for_suffix): New.
36843         (TARGET_EXPAND_BUILTIN): Define.
36844         (TARGET_C_MODE_FOR_SUFFIX): Define.
36845         (pa_builtins): Define.
36846         (pa_init_builtins): Register __float128 type and init new support
36847         builtins.
36848         * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
36849         * config/pa/quadlib.c (_U_Qfcopysign): New.
36851 2011-01-18  Eric Botcazou  <ebotcazou@adacore.com>
36853         PR middle-end/46894
36854         * explow.c (allocate_dynamic_stack_space): Do not assume more than
36855         BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
36856         are defined.
36858 2011-01-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36860         PR tree-optimization/47179
36861         * config/spu/spu.c (spu_ref_may_alias_errno): New function.
36862         (TARGET_REF_MAY_ALIAS_ERRNO): Define.
36864 2011-01-18  Richard Guenther  <rguenther@suse.de>
36866         PR rtl-optimization/47216
36867         * emit-rtl.c: Include tree-flow.h.
36868         (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
36869         of replicating it with different semantics.
36870         * Makefile.in (emit-rtl.o): Adjust.
36872 2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36874         * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
36875         (cortex_a9_dp): Handle neon types correctly.
36877 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
36879         PR rtl-optimization/47299
36880         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
36881         subtarget.  Use normal multiplication if both operands are constants.
36882         * expmed.c (expand_widening_mult): Don't try to optimize constant
36883         multiplication if op0 has VOIDmode.  Convert op1 constant to mode
36884         before using it.
36886 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36888         * doc/lto.texi (LTO): Ensure two spaces after period.  Fix
36889         spacing after 'e.g.', typos, comma, hyphenation.
36891 2011-01-17  Richard Henderson  <rth@redhat.com>
36893         * config/rx/predicates.md (rx_constshift_operand): Use match_test.
36894         (rx_restricted_mem_operand): New.
36895         (rx_shift_operand): Use register_operand.
36896         (rx_source_operand, rx_compare_operand): Likewise.
36897         * config/rx/rx.md (addsi3_flags): New expander.
36898         (adddi3): Rewrite as expander.
36899         (adc_internal, *adc_flags, adddi3_internal): New patterns.
36900         (subsi3_flags): New expander.
36901         (subdi3): Rewrite as expander.
36902         (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
36904         * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
36905         (rx_init_builtins): Remove sat builtin.
36906         (rx_expand_builtin): Likewise.
36907         * config/rx/rx.md (ssaddsi3): New.
36908         (*sat): Rename from sat.  Represent the CC_REG input.
36910         * config/rx/predicates.md (rshift_operator): New.
36911         * config/rx/rx.c (rx_expand_insv): Remove.
36912         * config/rx/rx-protos.h: Update.
36913         * config/rx/rx.md (*bitset): Rename from bitset.  Swap the ashift
36914         operand to the canonical position.
36915         (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
36916         (*bitclr, *bitclr_in_memory): Similarly.
36917         (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
36918         (insv): Retain the zero_extract in the expansion.
36920         * config/rx/rx.md (bswapsi2): Use = not + for output reload.
36921         (bswaphi2, bitinvert, revw): Likewise.
36923         * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
36924         (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
36925         * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
36926         (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
36927         (bitset, bitset_in_memory): Likewise.
36928         (bitinvert, bitinvert_in_memory): Likewise.
36929         (bitclr, bitclr_in_memory): Likewise.
36930         (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
36931         (rx_strend, rx_cmpstrn): Likewise.
36932         (rx_setmem): Likewise.  Make the source BLKmode to match the dest.
36933         (bitop peep2 patterns): Remove.
36935         * config/rx/rx.c (rx_match_ccmode): New.
36936         * config/rx/rx-protos.h: Update.
36937         * config/rx/rx.md (abssi2): Clobber, don't set flags.
36938         (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
36939         (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
36940         (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
36941         (fix_truncsfsi2, floatsisf2): Likewise.
36942         (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
36943         (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
36944         (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
36945         (*subsi3_flags, *xorsi3_flags): New.
36947         * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
36949         * config/rx/rx.c (rx_print_operand): Remove workaround for
36950         unsplit comparison operations.
36952         * config/rx/rx.md (movsicc): Split after reload.
36953         (*movsicc): Merge *movsieq and *movsine via match_operator.
36954         (*stcc): New pattern.
36956         * config/rx/rx.c (rx_float_compare_mode): Remove.
36957         * config/rx/rx.h (rx_float_compare_mode): Remove.
36958         * config/rx/rx.md (cstoresi4): Split after reload.
36959         (*sccc): New pattern.
36961         * config/rx/predicates.md (label_ref_operand): New.
36962         (rx_z_comparison_operator): New.
36963         (rx_zs_comparison_operator): New.
36964         (rx_fp_comparison_operator): New.
36965         * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
36966         Validate that the flags are set properly for the comparison.
36967         (rx_gen_cond_branch_template): Remove.
36968         (rx_cc_modes_compatible): Remove.
36969         (mode_from_flags): New.
36970         (flags_from_code): Rename from flags_needed_for_conditional.
36971         (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
36972         (rx_select_cc_mode): Likewise.
36973         (rx_split_fp_compare): New.
36974         (rx_split_cbranch): New.
36975         * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
36976         (*cbranchsi4): Use match_operator and rx_split_cbranch.
36977         (*cbranchsf4): Similarly.
36978         (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>.  Use
36979         match_operator and rx_split_cbranch.
36980         (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
36981         tstbranchsi4m_ne.  Use match_operator and rx_split_cbranch.
36982         (*cmpsi): Rename from cmpsi.
36983         (*tstsi): Rename from tstsi.
36984         (*cmpsf): Rename from cmpsf; use CC_Fmode.
36985         (*conditional_branch): Rename from conditional_branch.
36986         (*reveresed_conditional_branch): Remove.
36987         (b<code>): Remove expander.
36988         * config/rx/rx-protos.h: Update.
36990         * config/rx/rx.c (rx_compare_redundant): Remove.
36991         * config/rx/rx.md (cmpsi): Don't use it.
36992         * config/rx/rx-protos.h: Update.
36994         * config/rx/rx-modes.def (CC_F): New mode.
36995         * config/rx/rx.c (rx_select_cc_mode): New.
36996         * config/rx/rx.h (SELECT_CC_MODE): Use it.
36997         * config/rx/rx-protos.h: Update.
36999 2011-01-17  Richard Henderson  <rth@redhat.com>
37001         * except.c (dump_eh_tree): Fix stray ; after for statement.
37003 2011-01-17  Richard Guenther  <rguenther@suse.de>
37005         PR tree-optimization/47313
37006         * tree-inline.c (tree_function_versioning): Move DECL_RESULT
37007         handling before copying the body.  Properly deal with
37008         by-reference result in SSA form.
37010 2011-01-17  Ian Lance Taylor  <iant@google.com>
37012         PR target/47219
37013         * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
37014         (struct_value_alias_set): Don't define.
37015         (sparc_option_override): Don't set sparc_sr_alias_set and
37016         struct_value_alias_set.
37017         (save_or_restore_regs): Use gen_frame_mem rather than calling
37018         set_mem_alias_set.
37019         (sparc_struct_value_rtx): Likewise.
37021 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
37023         PR target/47318
37024         * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
37025         (_mm_maskstore_pd): Likewise.
37026         (_mm_maskload_ps): Likewise.
37027         (_mm_maskstore_ps): Likewise.
37028         (_mm256_maskload_pd): Change mask to __m256i.
37029         (_mm256_maskstore_pd): Likewise.
37030         (_mm256_maskload_ps): Likewise.
37031         (_mm256_maskstore_ps): Likewise.
37033         * config/i386/i386-builtin-types.def: Updated.
37034         (ix86_expand_special_args_builtin): Likewise.
37036         * config/i386/i386.c (bdesc_special_args): Update
37037         __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
37038         __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
37039         __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
37040         __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
37042         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
37043         Use <avxpermvecmode> on mask register.
37044         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
37046 2011-01-17  Olivier Hainque  <hainque@adacore.com>
37047             Michael Haubenwallner  <michael.haubenwallner@salomon.at>
37048             Eric Botcazou  <ebotcazou@adacore.com>
37050         PR target/46655
37051         * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
37052         if <= USHRT_MAX in 32-bit mode.
37054 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37056         * doc/install.texi (Configuration, Specific): Wrap long
37057         lines in examples.  Allow line wrapping in long options
37058         and URLs where beneficial for PDF output.
37060 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
37062         * config/mips/mips.c (mips_classify_symbol): Don't return
37063         SYMBOL_PC_RELATIVE for nonlocal labels.
37065 2011-01-15  Eric Botcazou  <ebotcazou@adacore.com>
37067         * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
37069 2011-01-15  Jan Hubicka  <jh@suse.cz>
37071         PR tree-optimization/47276
37072         * ipa.c (function_and_variable_visibility): Do not try to mark alias
37073         declarations as needed.
37075 2011-01-15  Martin Jambor  <mjambor@suse.cz>
37077         * common.opt (fdevirtualize): New flag.
37078         * doc/invoke.texi (Option Summary): Document it.
37079         * opts.c (default_options_table): Add devirtualize flag.
37080         * ipa-prop.c (detect_type_change): Return immediately if
37081         devirtualize flag is not set.
37082         (detect_type_change_ssa): Likewise.
37083         (compute_known_type_jump_func): Likewise.
37084         (ipa_analyze_virtual_call_uses): Likewise.
37086 2011-01-14  Martin Jambor  <mjambor@suse.cz>
37088         PR tree-optimization/45934
37089         PR tree-optimization/46302
37090         * ipa-prop.c (type_change_info): New type.
37091         (stmt_may_be_vtbl_ptr_store): New function.
37092         (check_stmt_for_type_change): Likewise.
37093         (detect_type_change): Likewise.
37094         (detect_type_change_ssa): Likewise.
37095         (compute_complex_assign_jump_func): Check for dynamic type change.
37096         (compute_complex_ancestor_jump_func): Likewise.
37097         (compute_known_type_jump_func): Likewise.
37098         (compute_scalar_jump_functions): Likewise.
37099         (ipa_analyze_virtual_call_uses): Likewise.
37100         (ipa_analyze_node): Push and pop cfun, set current_function_decl.
37102 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37104         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
37105         * config/i386/i386.opt (msse5): New Alias.
37107 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37109         * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
37110         * config/sparc/linux64.h (CC1_SPEC): Likewise.
37111         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
37112         * config/sparc/sparc.h (CC1_SPEC): Likewise.
37114 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37116         * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
37117         -mcpu options.
37118         * config/sparc/linux64.h (CC1_SPEC): Likewise.
37119         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
37120         * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
37121         * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
37122         Likewise.
37123         * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
37125 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37127         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
37129 2011-01-14  Mike Stump  <mikestump@comcast.net>
37131         * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
37132         * config/fr30/fr30.md: Likweise
37133         (movsi_push): Likewise.
37134         (movsi_pop): Likewise.
37135         (enter_func): Likewise.
37136         * config/moxie/moxie.md (movsi_push): Likewise.
37137         (movsi_pop): Likewise.
37139 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37141         * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
37142         %{no_archive} %{exact_version}.
37143         * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
37144         * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
37145         %{no_archive} %{exact_version}.
37146         * config/mips/openbsd.h (LINK_SPEC): Likewise.
37147         * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
37148         * config/mips/vxworks.h: Likewise.
37150 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37152         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
37154 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37156         * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
37157         ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
37159 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37161         * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
37162         -nodefaultlib.
37164 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37166         * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
37167         for mcpu not cpu.
37168         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
37169         CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
37170         not cpu.
37171         (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
37172         Don't handle -shlib.
37174 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37176         * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
37177         (CC1_SPEC): Don't handle -profile.
37179 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37181         * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
37182         * config/mips/mips.h (CC1_SPEC): Likewise.
37184 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37186         * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
37187         * config/mips/mips.h (CC1_SPEC): Likewise.
37189 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37191         * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
37192         * config/m32r/linux.h (LINK_SPEC): Likewise.
37193         * config/mips/linux.h (LINK_SPEC): Likewise.
37194         * config/mips/linux64.h (LINK_SPEC): Likewise.
37195         * config/sparc/linux.h (LINK_SPEC): Likewise.
37196         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
37197         LINK_SPEC): Likewise.
37198         * config/xtensa/linux.h (LINK_SPEC): Likewise.
37200 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37202         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
37203         %{version:-v}.
37204         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
37206 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37208         * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
37209         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
37211 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
37213         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
37215 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37217         * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
37218         supports -Bstatic/-Bdynamic.
37219         * configure: Regenerate.
37221 2011-01-14  Jan Hubicka  <jh@suse.cz>
37222             Jack Howarth  <howarth@bromo.med.uc.edu>
37224         PR target/46037
37225         * config/darwin.c (darwin_override_options): Honor flag_gtoggle
37226         when checking debug_info_level. Test write_symbols instead of
37227         debug_hooks->var_location when setting flag_var_tracking_uninit.
37229 2011-01-14  Richard Guenther  <rguenther@suse.de>
37231         PR tree-optimization/47179
37232         * target.def (ref_may_alias_errno): New target hook.
37233         * targhooks.h (default_ref_may_alias_errno): Declare.
37234         * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
37235         (default_ref_may_alias_errno): New function.
37236         * target.h (struct ao_ref_s): Declare.
37237         * tree-ssa-alias.c: Include target.h.
37238         (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
37239         * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
37240         (targhooks.o): Likewise.
37241         * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
37242         * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
37244 2011-01-14  Richard Guenther  <rguenther@suse.de>
37246         * tree-ssa-structalias.c  (new_var_info): Use DECL_HARD_REGISTER.
37248 2011-01-14  Richard Guenther  <rguenther@suse.de>
37250         PR tree-optimization/47280
37251         * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
37252         return CFG changes.
37253         (tree_ssa_forward_propagate_single_use_vars): Deal with
37254         CFG changes from associate_plusminus.
37256 2011-01-14  Richard Guenther  <rguenther@suse.de>
37258         PR middle-end/47281
37259         Revert
37260         2011-01-11  Richard Guenther  <rguenther@suse.de>
37262         PR tree-optimization/46076
37263         * tree-ssa.c (useless_type_conversion_p): Conversions from
37264         unprototyped to empty argument list function types are useless.
37266 2011-01-14  Richard Guenther  <rguenther@suse.de>
37268         PR tree-optimization/47286
37269         * tree-ssa-structalias.c (new_var_info): Register variables are global.
37271 2011-01-14  Martin Jambor  <mjambor@suse.cz>
37273         PR middle-end/46823
37274         * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
37276 2011-01-13  Anatoly Sokolov  <aesok@post.ru>
37278         * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
37279         LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
37280         * config/xtensa/xtensa.c (xtensa_libcall_value,
37281         xtensa_function_value_regno_p): New functions.
37282         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
37284 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
37286         PR c++/47213
37287         * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
37288         PE specific hook.
37289         * config/i386/i386-protos.h (i386_pe_assemble_visibility):
37290         New function prototype.
37291         * config/i386/winnt.c (i386_pe_assemble_visibility):
37292         Warn only if attribute was specified by user.
37294 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
37296         PR target/47251
37297         * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
37298         floating point.
37299         (floatunsdidf2_fcfidu): Ditto.
37301 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37303         * config/s390/s390.c (print_operand_address): Replace 'error' with
37304         'output_operand_lossage'.
37305         (print_operand): Likewise.
37307 2011-01-13  Jeff Law  <law@redhat.com>
37309         PR rtl-optimization/39077
37310         * doc/invoke.texi (max-gcse-insertion-ratio): Document.
37311         * params.h (MAX_GCSE_INSERTION_RATIO): Define.
37312         * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
37313         * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
37314         * gcse.c (prune_insertions_deletions): New function.
37315         (compute_pre_data): Use it.
37317 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
37319         PR debug/PR46973
37320         * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
37321         static function.
37322         (prune_unused_types_mark): Use it.
37324 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
37326         PR rtl-optimization/45352
37327         * sel-sched.c: Update copyright years.
37328         (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
37329         in the advancing loop when we have issued issue_rate insns.
37331 2011-01-12  Richard Henderson  <rth@redhat.com>
37333         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
37334         (TARGET_MD_ASM_CLOBBERS): New.
37336         * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
37337         (TARGET_DELEGITIMIZE_ADDRESS): New.
37339         * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
37340         (clzsi2, *bsch): New patterns.
37342         * config/mn10300/mn10300.md (INT): New mode iterator.
37343         (*mov<INT>_clr): New pattern, and peep2 to generate it.
37345         * config/mn10300/mn10300.c (mn10300_option_override): Force enable
37346         flag_split_wide_types.
37348         * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
37349         (mn10300_trampoline_init): Rewrite without a template, an immediate
37350         load and a direct branch.
37351         * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
37353 2011-01-12  Anatoly Sokolov  <aesok@post.ru>
37355         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
37356         * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
37357         * config/s390/s390.c (s390_output_addr_const_extra): Make static.
37358         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
37360 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
37362         PR debug/47209
37363         * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
37364         of type.
37366 2011-01-12  Jan Hubicka  <jh@suse.cz>
37368         PR driver/47244
37369         * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
37370         (PLUGIN_COND_CLOSE): New macro.
37371         (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
37373 2011-01-12  Richard Guenther  <rguenther@suse.de>
37375         PR lto/47259
37376         * lto-streamer-out.c (output_gimple_stmt): Do not wrap
37377         register variables in a MEM_REF.
37379 2011-01-12  Joseph Myers  <joseph@codesourcery.com>
37381         * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
37382         crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
37383         hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
37384         i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
37385         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
37386         x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
37387         ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
37388         m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
37389         mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
37390         s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
37391         sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
37392         am33_2.0-*-linux*): Use gnu-user.h before linux.h.
37393         * config/gnu-user.h: New.  Copied from linux.h.
37394         (LINUX_TARGET_STARTFILE_SPEC): Rename to
37395         GNU_USER_TARGET_STARTFILE_SPEC.
37396         (LINUX_TARGET_ENDFILE_SPEC): Rename to
37397         GNU_USER_TARGET_ENDFILE_SPEC.
37398         (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
37399         (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
37400         (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
37401         LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
37402         CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
37403         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
37404         BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
37405         BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
37406         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
37407         TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
37408         * config/arm/linux-eabi.h (CC1_SPEC): Use
37409         GNU_USER_TARGET_CC1_SPEC.
37410         (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
37411         (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
37412         (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
37413         * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
37414         LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
37415         LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
37416         CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
37417         LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
37419 2011-01-12  Richard Guenther  <rguenther@suse.de>
37421         PR other/46946
37422         * doc/invoke.texi (ffast-math): Document it is turned on
37423         with -Ofast.
37425 2011-01-12  Jan Hubicka  <jh@suse.cz>
37427         PR tree-optimization/47233
37428         * opts.c (common_handle_option): Disable ipa-reference with profile
37429         feedback.
37431 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
37433         * c-parser.c (c_parser_objc_at_property_declaration): Improved
37434         error message.
37436 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
37438         * c-parser.c (c_lex_one_token): Updated and reindented some
37439         comments.  No changes in code.
37441 2011-01-11  Ian Lance Taylor  <iant@google.com>
37443         * godump.c (go_output_var): Don't output the variable if there is
37444         already a type with the same name.
37446 2011-01-11  Ian Lance Taylor  <iant@google.com>
37448         * godump.c (go_format_type): Don't generate float80.
37450 2011-01-11  Richard Henderson  <rth@redhat.com>
37452         * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
37453         declaration.  Rewrite for both speed and size.
37454         (mn10300_address_cost_1): Remove.
37455         (mn10300_register_move_cost): New.
37456         (mn10300_memory_move_cost): New.
37457         (mn10300_rtx_costs): Rewrite for both speed and size.  Don't handle
37458         ZERO_EXTRACT.  Do handle UNSPEC, arithmetic, logicals, compare,
37459         extensions, shifts, BSWAP, CLZ.
37460         (mn10300_wide_const_load_uses_clr): Remove.
37461         (TARGET_REGISTER_MOVE_COST): New.
37462         (TARGET_MEMORY_MOVE_COST): New.
37463         * config/mn10300/mn10300-protos.h: Update.
37464         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
37466         * config/mn10300/constraints.md ("R", "T"): Remove constraints.
37467         * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
37468         * config/mn10300/mn10300-protos.h: Update.
37469         * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
37470         (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
37471         (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
37472         (*test_int_bitfield, *test_byte_bitfield): Remove.
37473         (*bit_test, *subreg_bit_test): Remove.
37474         * config/mn10300/predicates.md (const_8bit_operand): Remove.
37476         * config/mn10300/constraints.md ("c"): Rename from "A".
37477         ("A", "D"): New constraint letters.
37478         * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
37479         (fmssf4, fnmasf4, fnmssf4): Likewise.
37481         * config/mn10300/mn10300.md (isa): New attribute.
37482         (enabled): New attribute.
37484         * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
37485         (abssf2, negsf2): Define only for hardware fp.
37486         (sqrtsf2): Reformat.
37487         (addsf3, subsf3, mulsf3): Merge expander and insn.
37489         * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
37490         (DEBUGGER_AUTO_OFFSET): Remove.
37491         (DEBUGGER_ARG_OFFSET): Remove.
37493         * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
37494         Emit register stores with the same offsets as the hardware.
37495         (mn10300_store_multiple_operation): Don't check that the register
37496         save offsets are monotonic.
37497         * config/mn10300/mn10300-protos.h: Update.
37499         * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
37501         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
37502         in terms of the value on the stack, not the MDR register.
37504 2011-01-11  Jan Hubicka  <jh@suse.cz>
37506         PR lto/45721
37507         PR lto/45375
37508         * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
37509         (symbol_alias_set_destroy, symbol_alias_set_contains,
37510         propagate_aliases_backward): Declare.
37511         * lto-streamer-out.c (struct sets): New sturcture.
37512         (trivally_defined_alias): New function.
37513         (output_alias_pair_p): Rewrite.
37514         (output_unreferenced_globals): Fix output of alias pairs.
37515         (produce_symtab): Likewise.
37516         * ipa.c (function_and_variable_visibility): Set weak alias destination
37517         as needed in lto.
37518         * varasm.c (symbol_alias_set_t): Remove.
37519         (symbol_alias_set_destroy): Export.
37520         (propagate_aliases_forward, propagate_aliases_backward): New functions
37521         based on ...
37522         (compute_visible_aliases): ... this one; remove.
37523         (trivially_visible_alias): New
37524         (trivially_defined_alias): New.
37525         (remove_unreachable_alias_pairs): Rewrite.
37526         (finish_aliases_1): Reorganize code checking if alias is defined.
37527         * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
37528         in LTO mode.
37530 2011-01-11  Richard Guenther  <rguenther@suse.de>
37532         PR tree-optimization/46076
37533         * tree-ssa.c (useless_type_conversion_p): Conversions from
37534         unprototyped to empty argument list function types are useless.
37536 2011-01-11  Richard Guenther  <rguenther@suse.de>
37538         PR middle-end/45235
37539         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
37540         volatile MEMs as MEM_READONLY_P.
37542 2011-01-11  Richard Guenther  <rguenther@suse.de>
37544         PR tree-optimization/47239
37545         * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
37547 2011-01-11  Jeff Law  <law@redhat.com>
37549         PR tree-optimization/47086
37550         * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
37551         IVs from statements that might throw.
37553 2011-01-10  Jan Hubicka  <jh@suse.cz>
37555         PR lto/45375
37556         * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
37558 2011-01-10  Jan Hubicka  <jh@suse.cz>
37560         PR lto/45375
37561         * profile.c (read_profile_edge_counts): Ignore profile inconistency
37562         when correcting profile.
37564 2011-01-10  Jan Hubicka  <jh@suse.cz>
37566         PR lto/46083
37567         * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
37568         DECL_FINI_PRIORITY.
37569         * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
37570         Restore DECL_FINI_PRIORITY.
37572 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37574         * doc/gimple.texi: Fix quoting of multi-word return values in
37575         @deftypefn statements.  Ensure presence of return value.  Wrap
37576         overlong @deftypefn lines.
37577         (is_gimple_operand, is_gimple_min_invariant_address): Remove
37578         descriptions of removed functions.
37579         * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
37580         of multi-word return value in @deftypefn statement.
37582 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37584         * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
37585         (Conditional Expressions, Logical Operators)
37586         (Statement and operand traversals): Do not indent smallexample
37587         code.  Fix duplicate function argument in example.
37589 2011-01-10  Jeff Law  <law@redhat.com>
37591         PR tree-optimization/47141
37592         * ipa-split.c (split_function): Handle case where we are
37593         returning a value and the return block has a virtual operand phi.
37595 2011-01-10  Jan Hubicka  <jh@suse.cz>
37597         PR tree-optimization/47234
37598         * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
37599         (pass_feedback_split_functions): Declare.
37600         * passes.c (init_optimization_passes): Add ipa-split as subpass of
37601         tree-profile.
37602         * ipa-split.c (gate_split_functions): Update comments; disable
37603         split-functions for profile_arc_flag and branch_probabilities.
37604         (gate_feedback_split_functions): New function.
37605         (execute_feedback_split_functions): New function.
37606         (pass_feedback_split_functions): New global var.
37608 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
37610         PR lto/46760
37611         * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
37612         calling gimple_call_set_cannot_inline.
37614 2011-01-10  Iain Sandoe  <iains@gcc.gnu.org>
37616         * config/darwin-sections.def: Remove unused section.
37618 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
37620         PR c++/47218
37621         * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
37623 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
37625         PR objc/47232
37626         * c-parser.c (c_parser_declaration_or_fndef): Improved
37627         error message.
37629 2011-01-09  Kai Tietz  <kai.tietz@onevision.com>
37631         * config/i386/winnt.c (i386_pe_start_function): Make sure
37632         to switch back to function's section.
37634 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
37636         PR gcc/46902
37637         PR testsuite/46912
37638         * plugin.c: Move include of dlfcn.h from here...
37639         * system.h: ... to here.
37641 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37643         * doc/cpp.texi (C++ Named Operators): Fix markup for header
37644         file name.
37645         * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
37646         two extra empty pages in PDF output.
37648 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
37650         PR objc/47078
37651         * c-parser.c (c_parser_objc_type_name): If the type is unknown,
37652         for error recovery purposes behave as if it was not specified so
37653         that the default type is usd.
37655 2011-01-07  Jan Hubicka  <jh@suse.cz>
37657         PR tree-optmization/46469
37658         * ipa.c (function_and_variable_visibility): Clear needed flags on
37659         nodes with external decls; handle weakrefs merging correctly.
37661 2011-01-07  Joseph Myers  <joseph@codesourcery.com>
37663         * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
37664         not false.
37666 2011-01-07  Jan Hubicka  <jh@suse.cz>
37668         * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
37669         and no longer claim that gold is required for linker plugin.
37670         * configure: Regenerate.
37671         * gcc.c (PLUGIN_COND): New macro.
37672         (LINK_COMMAND_SPEC): Use it.
37673         (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
37674         * config.in (HAVE_LTO_PLUGIN): New.
37675         * configure.ac (--with-lto-plugin): New parameter; autodetect
37676         HAVE_LTO_PLUGIN.
37678 2011-01-07  Jan Hubicka  <jh@suse.cz>
37680         PR tree-optimization/46367
37681         * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
37682         when we can update original.
37683         (cgraph_mark_inline_edge): Sanity check.
37684         * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
37686 2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37688         * config/spu/spu.h (ASM_COMMENT_START): Define.
37690 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
37692         PR driver/42445
37693         * gcc.c (%>S): New.
37694         (SWITCH_KEEP_FOR_GCC): Likewise.
37695         (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
37696         (do_spec_1): Handle "%>".
37698         * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
37700 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
37702         PR target/47201
37703         * config/i386/i386.c (ix86_delegitimize_address): If
37704         simplify_gen_subreg fails, return orig_x.
37706         PR bootstrap/47187
37707         * value-prof.c (gimple_stringop_fixed_value): Handle
37708         lhs of the call properly.
37710 2011-01-07  Jan Hubicka  <jh@suse.cz>
37712         PR lto/45375
37713         * lto-opt.c (lto_reissue_options): Set flag_shlib.
37715 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
37717         * target.def (function_switched_text_sections): New hook.
37718         * doc/tm.texi: Regenerated.
37719         * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
37720         * final.c (default_function_switched_text_sections): New.
37721         (final_scan_insn): Call function_switched_text_sections when a
37722         mid-function section change occurs.
37723         * output.h (default_function_switched_text_sections): Declare.
37724         * config/darwin-protos.h (darwin_function_switched_text_sections):
37725         Likewise.
37726         * config/darwin.c (darwin_function_switched_text_sections): New.
37727         * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
37729 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
37731         * dwarf2out.c (gen_subprogram_die):  Add pubnames with code ranges for
37732         DWARF >= 3.  Add pubnames for the primary section and a reduced DIE for
37733         the secondary code fragment when outputting for DWARF == 2.
37735 2011-01-07  Anatoly Sokolov  <aesok@post.ru>
37737         * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
37738         * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
37739         Remove.
37740         * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
37741         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
37743 2011-01-06  Eric Botcazou  <ebotcazou@adacore.com>
37745         PR debug/46704
37746         * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
37747         when it is not empty.
37749 2011-01-06  Changpeng Fang  <changpeng.fang@amd.com>
37751         Bobcat Enablement
37752         * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
37753         (case ${target}): Add btver1.
37754         * config/i386/driver-i386.c (host_detect_local_cpu): Let
37755         -march=native recognize btver1 processors.
37756         * config/i386/i386-c.c (ix86_target_macros_internal): Add
37757         btver1 def_and_undef
37758         * config/i386/i386.c (struct processor_costs btver1_cost): New
37759         btver1 cost table.
37760         (m_BTVER1): New definition.
37761         (m_AMD_MULTIPLE): Includes m_BTVER1.
37762         (initial_ix86_tune_features): Add btver1 tune.
37763         (processor_target_table): Add btver1 entry.
37764         (static const char *const cpu_names): Add btver1 entry.
37765         (software_prefetching_beneficial_p): Add btver1.
37766         (ix86_option_override_internal): Add btver1 instruction sets.
37767         (ix86_issue_rate): Add btver1.
37768         (ix86_adjust_cost): Add btver1.
37769         * config/i386/i386.h (TARGET_BTVER1): New definition.
37770         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
37771         (enum processor_type): Add PROCESSOR_BTVER1.
37772         * config/i386/i386.md (define_attr "cpu"): Add btver1.
37774 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37776         PR target/43309
37777         * config/i386/i386.c (legitimize_tls_address)
37778         <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
37779         * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
37780         (tls_initial_exec_64_sun): New pattern.
37782 2011-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
37784         * doc/invoke.texi (Overall Options): Improve wording and markup
37785         of the description of -wrapper.
37787 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
37789         * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
37790         rdynamic, threads): New Driver options.
37792 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37794         PR target/38118
37795         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
37796         if coming from .tdata.
37797         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
37799 2011-01-06  Jan Hubicka  <jh@suse.cz>
37801         PR lto/47188
37802         * collect2.c (main): Do not enable LTOmode when plugin is active.
37804 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37806         PR other/45915
37807         * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
37808         --version output if supported.
37809         * configure: Regenerate.
37811 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
37813         * config/linux-android.opt (tno-android-cc, tno-android-ld): New
37814         Driver options.
37816 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
37818         PR c/47150
37819         * c-convert.c (convert): When converting a complex expression
37820         other than COMPLEX_EXPR to a different complex type, ensure
37821         c_save_expr is called instead of save_expr, unless in_late_binary_op.
37822         * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
37823         when converting COMPLEX_TYPE.
37825 2011-01-06  Ira Rosen  <irar@il.ibm.com>
37827         PR tree-optimization/47139
37828         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
37829         only the last reduction value is used outside the loop.  Update
37830         documentation.
37832 2011-01-05  Joseph Myers  <joseph@codesourcery.com>
37834         * config/rtems.opt: New.
37835         * config.gcc (*-*-rtems*): Use rtems.opt.
37837 2011-01-05  Changpeng Fang  <changpeng.fang@amd.com>
37839         * config/i386/i386.c (ix86_option_override_internal): Bulldozer
37840         processors do not support 3DNow instructions.
37842 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37844         * config/spu/spu.c (spu_option_override): Set parameter
37845         PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
37847 2011-01-05  Jan Hubicka  <jh@suse.cz>
37849         * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
37850         at the command line.
37852 2011-01-05  Martin Jambor  <mjambor@suse.cz>
37854         PR lto/47162
37855         * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
37856         deltas on streamed outgoing edges.
37857         (output_node_opt_summary): Output info for outgoing edges only when
37858         the node is in new parameter set.
37859         (output_cgraph_opt_summary): New parameter set, passed to the two
37860         aforementioned functions.  Update its forward declaration and its
37861         callee too.
37863 2011-01-05  Tom Tromey  <tromey@redhat.com>
37865         * c-parser.c (c_parser_omp_atomic): Pass location of assignment
37866         operator to c_finish_omp_atomic.
37867         * c-typeck.c (lvalue_or_else): Add 'loc' argument.
37868         (build_unary_op): Update.
37869         (build_modify_expr): Update.
37870         (build_asm_expr): Update.
37872 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37874         * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
37875         newly inserted insns.
37876         (pad_bb): Likewise.
37877         (spu_emit_branch_hint): Likewise.
37878         (insert_hbrp_for_ilb_runout): Likewise.
37879         (spu_machine_dependent_reorg): Call df_finish_pass after
37880         schedule_insns returns.
37882 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37884         * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
37886 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
37888         PR tree-optimization/47005
37889         * tree-sra.c (struct access): Add 'non_addressable' bit.
37890         (create_access): Set it for a DECL_NONADDRESSABLE_P field.
37891         (decide_one_param_reduction): Return 0 if the parameter is passed by
37892         reference and one of the accesses in the group is non_addressable.
37894 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
37896         PR tree-optimization/47056
37897         * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
37898         (mark_load): Likewise.  Handle FUNCTION_DECL specially.
37899         (mark_store): Likewise.  Pass STMT to ipa_record_reference.
37901 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
37903         * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
37904         initializer.  Skip view conversions from aggregate types.
37906 2011-01-04  Kai Tietz  <kai.tietz@onevision.com>
37908         PR bootstrap/47055
37909         * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
37911 2011-01-04  Philipp Thomas  <pth@suse.de>
37913         * config/microblaze/microbalse.opt (mxl-float-convert): Fix
37914         obvious typo.
37916 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37918         * function.c (thread_prologue_and_epilogue_insns): Do not crash
37919         on empty epilogue sequences.
37921 2011-01-04  Joseph Myers  <joseph@codesourcery.com>
37923         * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
37924         non-static): New Driver options.
37926 2011-01-04  Jie Zhang  <jie@codesourcery.com>
37928         PR driver/47137
37929         * gcc.c (default_compilers[]): Set combinable field to 0
37930         for all assembly languages.
37932 2011-01-04  Mingjie Xing  <mingjie.xing@gmail.com>
37934         * config/mips/loongson3a.md: New file.
37935         * config/mips/mips.md: Include loongson3a.md.
37936         * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
37937         TUNE_LOONGSON_3A.
37939 2011-01-03  Eric Botcazou  <ebotcazou@adacore.com>
37941         PR middle-end/47017
37942         * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
37943         instead of convert_memory_address_addr_space on the base expression.
37945 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37947         * config/spu/spu.c (spu_option_override): Update error text
37948         for bad -march= / -mtune= values.
37950 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37952         * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
37953         if branch-hint optimization will be performed.
37955 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
37957         PR tree-optimization/47148
37958         * ipa-split.c (split_function): Convert arguments to
37959         DECL_ARG_TYPE if possible.
37961         PR tree-optimization/47155
37962         * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
37963         when computing uns.
37965         PR rtl-optimization/47157
37966         * combine.c (try_combine): If undobuf.other_insn becomes
37967         (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
37968         and set *new_direct_jump_p too.
37970 2011-01-03  Sebastian Pop  <sebastian.pop@amd.com>
37972         PR tree-optimization/47021
37973         * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
37975 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
37977         * gcc.c (process_command): Update copyright notice dates.
37978         * gcov.c (print_version): Likewise.
37979         * gcov-dump.c (print_version): Likewise.
37980         * mips-tfile.c (main): Likewise.
37981         * mips-tdump.c (main): Likewise.
37983 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37985         PR tree-optimization/46801
37986         * tree-sra.c (type_internals_preclude_sra_p): Check whether
37987         aggregate fields start at byte boundary instead of the bit-field flag.
37989 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
37991         PR driver/47137
37992         * gcc.c (main): Revert revision 168407.
37994 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37996         * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
37998 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
38000         * tree-vect-generic.c (expand_vector_operations_1): When using vector/
38001         vector optab to expand vector/scalar shift, update gimple to vector.
38003 2011-01-03  Martin Jambor  <mjambor@suse.cz>
38005         * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
38006         a thunk.
38008 2011-01-03  Martin Jambor  <mjambor@suse.cz>
38010         PR tree-optimization/46984
38011         * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
38012         HOST_WIDE_INT.
38013         (cgraph_create_indirect_edge): Fixed line length.
38014         (cgraph_indirect_call_info): Declare.
38015         (cgraph_make_edge_direct) Update declaration.
38016         * cgraph.c (cgraph_allocate_init_indirect_info): New function.
38017         (cgraph_create_indirect_edge): Use it.
38018         (cgraph_make_edge_direct): Made delta HOST_WIDE_INT.  Updated all
38019         callees.
38020         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
38021         the new thunk_delta representation.
38022         * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
38023         HOST_WIDE_INT.
38024         (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
38025         (ipa_read_indirect_edge_info): Likewise.
38026         * lto-cgraph.c (output_edge_opt_summary): New function.
38027         (output_node_opt_summary): Call it on all outgoing edges.
38028         (input_edge_opt_summary): New function.
38029         (input_node_opt_summary): Call it on all outgoing edges.
38031 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
38033         PR driver/47137
38034         * gcc.c (main): Don't check have_o when settting combine_inputs.
38036 2011-01-02  Eric Botcazou  <ebotcazou@adacore.com>
38038         * regrename.c: Add general comment describing the pass.
38039         (struct du_head): Remove 'length' field.
38040         (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
38041         (regrename_optimize): Do not sort chains.  Rework comments, add others.
38042         Force renaming to the preferred class (if any) in the first pass and do
38043         not consider registers that belong to it in the second pass.
38044         (create_new_chain): Do not set 'length' field.
38045         (scan_rtx_reg): Likewise.
38047 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
38049         PR tree-optimization/47140
38050         * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
38051         TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
38052         to bit_value_binop.
38054         PR rtl-optimization/47028
38055         * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
38056         parm_birth_insn instead of at the beginning of first bb.
38058 2011-01-02  Mingjie Xing  <mingjie.xing@gmail.com>
38060         * doc/generic.texi: Remove duplicated "@subsubsection Statements".
38061         Remove the word "see" before "@pxref".
38062         * doc/rtl.texi: Remove the word "see" before "@pxref".
38064 2011-01-01  Jan Hubicka  <jh@suse.cz>
38066         * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
38067         memory.
38069 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
38071         PR target/38662
38072         * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
38075 Copyright (C) 2011 Free Software Foundation, Inc.
38077 Copying and distribution of this file, with or without modification,
38078 are permitted in any medium without royalty provided the copyright
38079 notice and this notice are preserved.