summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address.kcook2005-06-25714-1426/+1428
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101314 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/21760dje2005-06-233-447/+501
| | | | | | | | | | | * config/rs6000/rs6000.h (PPC405_ERRATUM77): New. * config/rs6000/rs6000.md: Move atomic instructions to ... * config/rs6000/sync.md: Here. Change sync_compare_and_swap<mode> to define_expand. All stwcx patterns test PPC405_ERRATUM77. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101268 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/sysv4.h (TARGET_ASM_EXCEPTION_SECTION): Delete.amodra2005-06-231-2/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101260 138bc75d-0d04-0410-961f-82ee72b054a4
* * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs.dorit2005-06-211-126/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reduc_plus_optab): Removed. Replcaed with... (reduc_splus_optab, reduc_uplus_optab): Initialize new optabs. * optabs.c (optab_for_tree_code): Return reduc_splus_optab or reduc_uplus_optab instead of reduc_plus_optab. (expand_vec_shift_expr): New function. (init_optabs): Initialize new optabs. Remove initialization of reduc_plus_optab. (optab_for_tree_code): Return vec_shl_optab/vec_shr_optab for VEC_LSHIFT_EXPR/VEC_RSHIFT_EXPR. * optabs.h (OTI_reduc_plus): Removed. Replaced with... (OTI_reduc_splus, OTI_reduc_uplus): New. (reduc_plus_optab): Removed. Replcaed with... (reduc_splus_optab, reduc_uplus_optab): New optabs. (vec_shl_optab, vec_shr_optab): New optabs. (expand_vec_shift_expr): New function declaration. * tree.def (VEC_LSHIFT_EXPR, VEC_RSHIFT_EXPR): New tree-codes. * tree-inline.c (estimate_num_insns_1): Handle new tree-codes. * expr.c (expand_expr_real_1): Handle new tree-codes. * tree-pretty-print.c (dump_generic_node, op_symbol, op_prio): Likewise. * tree-vect-generic.c (expand_vector_operations_1): Add assert. * tree-vect-transform.c (vect_create_epilog_for_reduction): Add two alternatives for generating reduction epilog code. (vectorizable_reduction): Don't fail of direct reduction support is not available. (vectorizable_target_reduction_pattern): Likewise. * config/rs6000/altivec.md (reduc_smax_v4si, reduc_smax_v4sf, reduc_umax_v4si, reduc_smin_v4si, reduc_smin_v4sf, reduc_umin_v4si, reduc_plus_v4si, reduc_plus_v4sf): Removed. (vec_shl_<mode>, vec_shr_<mode>, altivec_vsumsws_nomode, reduc_splus_<mode>, reduc_uplus_v16qi): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101231 138bc75d-0d04-0410-961f-82ee72b054a4
* config/sh/linux.h (FUNCTION_PROFILER): Constify a char*.kkojima2005-06-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101225 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/jbeulich2005-06-204-105/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-20 Jan Beulich <jbeulich@novell.com> * config/i386/netware-libgcc.def: Update copyright. * config/i386/netware-libgcc.exp (__divdc3, __divsc3, __divxc3, __muldc3, __mulsc3, __mulxc3, __powidf2, __powisf2, __powixf2): Add. * config/i386/netware.c (gen_stdcall_decoration, gen_fastd_decoration): Merge into ... (gen_stdcall_or_fastcall_decoration): ... this. Adjust to match WinNT's changes. (gen_regparm_prefix): Adjust to match i386_nlm_encode_section_info. (i386_nlm_encode_section_info): Adjust to match WinNT's changes. * config/i386/t-nwld (SHLIB_LINK): Also create libgcc.imp alias of libgcc_s.imp. Use 'expr' rather than $(()) shell expressions. * gthr-nks.h (__gthread_objc_mutex_allocate): Kill another dubious use of NX_MUTEX_RECURSIVE. gcc/testsuite/ 2005-06-20 Jan Beulich <jbeulich@novell.com> * g++.old-deja/g++.jason/thunk2.C: On NetWare, also account for unsupportable relocations. * g++.old-deja/g++.other/store-expr1.C: Likewise. * gcc.dg/20050321-2.c: xfail for NetWare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101203 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define.jsm282005-06-192-0/+43
| | | | | | | | | | | | (ix86_mangle_fundamental_type): New. * config/ia64/ia64.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define. (ia64_mangle_fundamental_type): New. testsuite: * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101191 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/vect.md (vec_extractv2sf_1): Fix cut-and-paste error;rth2005-06-191-12/+4
| | | | | | | the shift is always required. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101186 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64-modes.def (V4SF): Add.rth2005-06-195-11/+188
| | | | | | | | | | | | | | | | | * config/ia64/ia64.c (ia64_legitimate_constant_p): Handle CONST_VECTOR. * config/ia64/ia64.h (CANNOT_CHANGE_MODE_CLASS): Allow vector to integer mode changes in fp regs. * config/ia64/ia64.md (UNSPEC_VECT_EXTR): New. * config/ia64/vect.md (smaxv2sf3, sminv2sf3): Fix typos in names. (reduc_plus_v2sf, reduc_smax_v2sf, reduc_smin_v2sf): New. (vcondv2sf): Use gen_fpack (fpack): Remove * from name. (fswap, fmix_l, fmix_r, fmix_lr): New. (vec_setv2sf, vec_extractv2sf_0_le, vec_extractv2sf_0_be): New. (vec_extractv2sf_1, vec_extractv2sf): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101185 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-19 Uros Bizjak <uros@kss-loka.si>rth2005-06-193-33/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/i386/i386.md (*cmpfp_0_sf, *cmpfp_0_df, cmpfp_0_xf): Remove instruction patterns. (*cmpfp_0): New instruction pattern. Set "unit" attribute to "i387". (*cmpfp_sf, *cmpfp_df, *cmpfp_xf, *cmpfp_u, *_cmpfp_<mode>): Set "unit" attribute to "i387". (*pushsf, *pushsf_rex64, *pushdf_nointeger, *pushdf_integer) (*pushxf_nointeger, *pushxf_integer): Set "unit" attribute to "i387" for alternative 0. (*truncdfsf_mixed, *truncdfsf_i387, *truncxfsf2_mixed) (*truncxfsf2_i387, *truncxfdf2_mixed, *truncxfdf2_i387): Set "unit" attribute to "i387" when "type" attribute equals "multi". (*floathisf2_i387, *floatsisf2_mixed, *floatsisf2_i387) (*floatdisf2_mixed, *floatdisf2_i387, *floathidf2_i387) (*floatsidf2_mixed, *floatsidf2_i387, *floatdidf2_mixed) (*floatdidf2_i387, floathixf2, floatsixf2, floatdixf2): Set "unit" attribute to "i387" when "type" attribute equals "multi". * config/i386/mmx.md (*mov<mode>_internal_rex64) (*mov<mode>_internal, *movv2sf_internal_rex64, *movv2sf_internal): Set "unit" attribute to "mmx" when "type" attribute equals "ssecvt". (mmx_pmovmskb): Correct wrong "type" and "mode" attributes. * config/i386/sse.md (sse_cvtps2pi, sse_cvttps2pi, sse_cvtpd2di) (sse_cvttpd2pi): Set "unit" attribute to "mmx". (sse2_cvtpi2pd): Split register constraints. Set "unit" attribute to "mmx" for "y" operand 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101180 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-16 Uros Bizjak <uros@kss-loka.si>rth2005-06-191-12/+17
| | | | | | | | | | | * config/i386/i386.c (ix86_function_arg_regno_p): Add MMX_REGNO_P for TARGET_MMX. Use MMX_REGPARM_MAX and SSE_REGPARM_MAX for MMX and SSE registers to determine if regno is valid. (ix86_function_value_regno_p): Depend FIRST_FLOAT_REG on TARGET_FLOAT_RETURNS_IN_80387 also for TARGET_64BIT. Clean up. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101179 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (store_constructor): Use store of 0 to indicate valuerth2005-06-183-0/+56
| | | | | | | | | | | | death instead of a clobber. * config/i386/i386.c (ix86_expand_reduc_v4sf): New. * config/i386/i386-protos.h (ix86_expand_reduc_v4sf): Declare. * config/i386/sse.md (reduc_plus_v4sf): New. (reduc_smax_v4sf, reduc_smin_v4sf): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101169 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/22083sayle2005-06-181-4/+0
| | | | | | | * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101156 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): Newdorit2005-06-181-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tree-codes. * optabs.h (OTI_reduc_smax, OTI_reduc_umax, OTI_reduc_smin, OTI_reduc_umin, OTI_reduc_plus): New optabs for reduction. (reduc_smax_optab, reduc_umax_optab, reduc_smin_optab, reduc_umin_optab, reduc_plus_optab): New optabs for reduction. * expr.c (expand_expr_real_1): Handle new tree-codes. * tree-inline.c (estimate_num_insns_1): Handle new tree-codes. * tree-pretty-print.c (dump_generic_node, op_prio, op_symbol): Handle new tree-codes. * optabs.c (optab_for_tree_code): Handle new tree-codes. (init_optabs): Initialize new optabs. * genopinit.c (optabs): Define handlers for new optabs. * tree-vect-analyze.c (vect_analyze_operations): Fail vectorization in case of a phi that is marked as relevant. Call vectorizable_reduction. (vect_mark_relevant): Phis may be marked as relevant. (vect_mark_stmts_to_be_vectorized): The use corresponding to the reduction variable in a reduction stmt does not mark its defining phi as relevant. Update documentation accordingly. (vect_can_advance_ivs_p): Skip reduction phis. * tree-vect-transform.c (vect_get_vec_def_for_operand): Takes additional argument. Handle reduction. (vect_create_destination_var): Update call to vect_get_new_vect_var. Handle non-vector argument. (get_initial_def_for_reduction): New function. (vect_create_epilog_for_reduction): New function. (vectorizable_reduction): New function. (vect_get_new_vect_var): Handle new vect_var_kind. (vectorizable_assignment, vectorizable_operation, vectorizable_store, vectorizable_condition): Update call to vect_get_new_vect_var. (vect_transform_stmt): Call vectorizable_reduction. (vect_update_ivs_after_vectorizer): Skip reduction phis. (vect_transform_loop): Skip if stmt is both not relevant and not live. * tree-vectorizer.c (reduction_code_for_scalar_code): New function. (vect_is_simple_reduction): Was empty - added implementation. * tree-vectorizer.h (vect_scalar_var): New enum vect_var_kind value. (reduc_vec_info_type): New enum vect_def_type value. * config/rs6000/altivec.md (reduc_smax_v4si, reduc_smax_v4sf, reduc_umax_v4si, reduc_smin_v4si, reduc_umin_v4sf, reduc_smin_v4sf, reduc_plus_v4si, reduc_plus_v4sf): New define_expands. * tree-vect-analyze.c (vect_determine_vectorization_factor): Remove ENABLE_CHECKING around gcc_assert. * tree-vect-transform.c (vect_do_peeling_for_loop_bound, (vect_do_peeling_for_alignment, vect_transform_loop, vect_get_vec_def_for_operand): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101155 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.c (ia64_function_arg): Set up a PARALLEL for ajsm282005-06-181-0/+13
| | | | | | | | | | big-endian unnamed __float80 value. testsuite: * gcc.target/ia64/float80-varargs-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101153 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/19889sje2005-06-174-0/+62
| | | | | | | | | | | | | | | * config/ia64/hpux.h (FUNCTION_PROFILER): New (dummy). (PROFILE_HOOK): New. (PROFILE_BEFORE_PROLOGUE): Undef. (NO_PROFILE_COUNTERS): New. * config/ia64/ia64-protos.h (ia64_profile_hook): New. * config/ia64/ia64.c (ia64_compute_frame_size): Add ifdef. (gen_mcount_func_rtx): New. (ia64_profile_hook): New. * config/ia64/ia64.md (ip_value): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101134 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/predicates.md (s5bit_cint_operand,dpatel2005-06-173-7/+17
| | | | | | | | | | | u5bit_cint_operand): New. * config/rs6000/altivec.md (altivec_vspltb, altivec_vsplth, altivec_vspltisw_v4sf): Use new 5 bit constant operand predicates. * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Fix signed 5 bit constant check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101133 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/t-slibgcc-darwin (SHLIB_SOVERSION): Rename fromgeoffk2005-06-161-4/+3
| | | | | | | | | | SHLIB_MINOR. (SHLIB_REVISION): Delete. (SHLIB_VERSTRING): Update to compensate. (SHLIB_SONAME): Just use one '.' in the name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101098 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-16 Richard Guenther <rguenth@gcc.gnu.org>rguenth2005-06-162-97/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/extend.texi: Document sseregparm target attribute. Clarify fastcall and regparm documentation. * config/i386/i386.h: Adjust float_in_sse documentation. * config/i386/i386.c: Add new target attribute sseregparm. (ix86_handle_cdecl_attribute, ix86_handle_regparm_attribute): Merge into ... (ix86_handle_cconv_attribute): ... here. Also handle sseregparm attribute. (ix86_comp_type_attributes): Compare sseregparm attributes. (ix86_function_sseregparm): New function, split out from ... (init_cumulative_args): ... here. Use to decide use of SSE registers and error in case of missing support. (ix86_value_regno): Likewise. (function_arg_advance): Do not bail out for DFmode if we need to pass doubles in registers. (function_arg): Likewise. * gcc.target/i386/attributes-error.c: New testcase. * gcc.target/i386/fastcall-sseregparm.c: Likewise. * gcc.target/i386/regparm-stdcall.c: Likewise. * gcc.target/i386/sseregparm-1.c: Likewise. * gcc.target/i386/sseregparm-2.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101085 138bc75d-0d04-0410-961f-82ee72b054a4
* * basic-block.h (rtl_bb_info): Break out head_, end_,hubicka2005-06-163-9/+11
| | | | | | | | | | | | | | | | | | | | global_live_at_start, global_live_at_end from ... (basic_block_def): ... here; update all references (BB_RTL): New flag. (init_rtl_bb_info): Declare. * cfgexpand.c (expand_gimple_basic_block): Init bb info, set BB_RTL flag. * cfgrtl.c: Include ggc.h (create_basic_block_structure): Init bb info. (rtl_verify_flow_info_1): Check BB_RTL flag and rtl_bb_info pointer. (init_rtl_bb_info): New function. (rtl_merge_block, cfglayout_merge_block): Copy global_live_at_end here. * cfghooks.c (merge_block): Do not copy global_live_at_end here. * cfg.c (clear_bb_flags): Skip BB_RTL flag. (dump_flow_info): Gueard global_live_* dumping. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101082 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.c (mips_rtx_cost_data): Add cost for 4kc, 4kp,davidu2005-06-151-4/+36
| | | | | | | 24k and 24kx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100982 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.h (GENERATE_MIPS16E): New definition.davidu2005-06-152-3/+24
| | | | | | | | | | | | | | | | | * config/mips/mips.md (zero_extend<SHORT:mode><GPR:mode>2): Changed expand condition to exclude generating of "and" if GENERATE_MIPS16E is true. (*zero_extend<SHORT:mode><GPR:mode>2_mips16e): New pattern for matching mips16e zeb/zeh. (*extend<SHORT:mode><GPR:mode>2_mips16e): New pattern for matching mips16e seb/seh. (*extend<SHORT:mode><GPR:mode>2): Disable this pattern for GENERATE_MIPS16E. * doc/invoke.texi (MIPS Options): Add comment to -mips16 indicating MIPS16e ASE is used if targetting for MIPS32 or MIPS64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100979 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.c (machine_function): Add varargs_size field.rsandifo2005-06-141-115/+87
| | | | | | | | | | | | | | | | (mips_setup_incoming_varargs): Store the amount of extra stack space there rather than in *pretend_size. When saving registers, always expect virtual_incoming_args_rtx to point to the start of the pretend arguments. (mips_va_start): Remove alignment hack. Handle all !EABI_FLOAT_VARARGS_P cases in the same way. (compute_frame_size): Handle varargs_size. Remove the redundant !TARGET_OLDABI condition in the handling of pretend_args_size. (mips_initial_elimination_offset): Remove the now-redundant check of TARGET_NEWABI. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100956 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/20301ebotcazou2005-06-141-1/+1
| | | | | | | | * config/sparc/sol2.h (ASM_GENERATE_INTERNAL_LABEL): Emit unsigned index numbers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100933 138bc75d-0d04-0410-961f-82ee72b054a4
* Revert hunk accidentally commited.ebotcazou2005-06-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100932 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/x86-64.h (ASM_SPEC): Explicitly pass --64 to themmitchel2005-06-131-1/+1
| | | | | | | assembler in 64-bit mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100905 138bc75d-0d04-0410-961f-82ee72b054a4
* Revert scc_operand patch.dje2005-06-132-17/+6
| | | | | | | | * config/rs6000/predicates.md (scc_operand): Delete. * config/rs6000/rs6000.md (scc_operand): Change to scc_eq_operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100879 138bc75d-0d04-0410-961f-82ee72b054a4
* * cgraphunit.c, tree-ssa-loop-ivopts.c,kazu2005-06-121-1/+1
| | | | | | | | tree-ssa-structalias.c, tree-vectorizer.c, tree-vectorizer.h, config/sparc/sparc.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100856 138bc75d-0d04-0410-961f-82ee72b054a4
* * arm/ieee754-df.s (aeabi_dcmpeq, aeabi_dcmplt, aeabi_dcmple)rearnsha2005-06-122-11/+11
| | | | | | | | | (aeabi_dcmpge, aeabi_dcmpgt): Maintain 8-byte stack alignment. * arm/ieee754-sf.s (aeabi_l2f, aeabi_fcmpeq, aeabi_fcmplt) (aeabi_fcmple, aeabi_fcmpge, aeabi_fcmpgt): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100854 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/predicates.md (reg_or_arith_cint_operand): Delete.geoffk2005-06-124-803/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reg_or_add_cint_operand): Rename from reg_or_add_cint64_operand. Handle SImode. (reg_or_sub_cint_operand): Likewise. (mask_operand): Handle DImode. (mask64_operand): Delete. (and64_operand): Delete. * config/rs6000/rs6000.c (num_insns_constant): Use mask_operand instead of mask64_operand. (print_operand): Likewise. (rs6000_rtx_costs): Use mask_operand and reg_or_add_cint_operand and reg_or_sub_cint_operand instead of *64_* variants. * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Use mask_operand instead of mask64_operand. * config/rs6000/rs6000.md: Use mask_operand and and_operand instead of *64_* variants. (FP): New. (add_op2): Delete. (add<mode>3): Use reg_or_add_cint_operand. (sub_op2): Delete. (sub<mode>3): Use reg_or_sub_cint_operand. (udiv<mode>3, div<mode>3, div<mode>3_no_mq, mod<mode>3, mov<mode>_internal2, mov<mode>, cmp<mode>, cmp<mode>, cmp<mode>_internal1, indirect_jump<mode>, ctr<mode>, ctr<mode>_internal1, ctr<mode>_internal2, ctr<mode>_internal5, ctr<mode>_internal6, save_fpregs_<mode>, return_internal_<mode>, return_and_restore_fpregs_<mode>, eh_set_lr_<mode>, various unnamed patterns): New. (udivsi3, divsi3, divsi3_no_mq, modsi3, movsi_internal2, movsi, cmpsi, cmpsi_internal1, indirect_jumpsi, ctrsi, ctrsi_internal1, ctrsi_internal2, ctrsi_internal5, ctrsi_internal6, save_fpregs_si, return_internal_si, return_and_restore_fpregs_si, eh_set_lr_si, udivdi3, divdi3, divdi3_no_mq, moddi3, movdi_internal2, movdi, cmpdi, cmpdi_internal1, indirect_jumpdi, ctrdi, ctrdi_internal1, ctrdi_internal2, ctrdi_internal5, ctrdi_internal6, save_fpregs_di, return_internal_di, return_and_restore_fpregs_di, eh_set_lr_di, movhi, movqi, cmpsf, cmpdf, cmptf, various unnamed patterns): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100852 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.md (eq<mode>_compare): Restrict to Pmode.dje2005-06-111-9/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100841 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/21981rth2005-06-101-9/+29
| | | | | | | | | | | | * config/i386/i386.c (ix86_function_value_regno_p): Return true for FIRST_MMX_REG if TARGET_MMX. (ix86_return_in_memory): Return 1 for MMX/3dNow vectors. Delete wrong comment. (ix86_struct_value_rtx): Emit warning for MMX ABI violations. (ix86_value_regno): Return FIRST_MMX_REG for MMX vector modes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100832 138bc75d-0d04-0410-961f-82ee72b054a4
* PR 17961aldyh2005-06-102-16/+5
| | | | | | | | | * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Remove. * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Remove vector check. * testsuite/gcc.dg/simd-3.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100820 138bc75d-0d04-0410-961f-82ee72b054a4
* Use scc_operand predicate for eq:SI in powerpc.fjahanian2005-06-102-6/+17
| | | | | | | Oked by David Edelsohn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100818 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/linux.h (NO_PROFILE_COUNTERS): Define.amodra2005-06-103-12/+30
| | | | | | | | | | * config/rs6000/linux64.h (NO_PROFILE_COUNTERS): Define as 1. * config/rs6000/rs6000.c (output_function_profiler): Obey NO_PROFILE_COUNTERS. Handle TARGET_SECURE_PLT. Use "bcl 20,31" for -fPIC. Delete save_lr and substitute its value into strings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100814 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-09 Dale Johannesen <dalej@apple.com>dalej2005-06-102-2/+11
| | | | | | | | | | | | | | | * config/i386/i386.c (optimization_options): Make -fno-math-errno the default on Darwin. * config/rs6000/rs6000.c (optimization_options): Ditto. * doc/invoke.texi (-fno-math-errno): Document. 2005-06-09 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Change to TARGET_INVALID_WITHIN_DOLOOP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100813 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.md (eq): Convert to define_insn_and_split.dje2005-06-102-134/+64
| | | | | | | * config/rs6000/predicates.md (scc_eq_operand): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100812 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/sh.md (mextr_rl): Set buffer size properly.kkojima2005-06-091-2/+2
| | | | | | | (*mextr_lr): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100808 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.c (update_set_flags): Just return for IF_THEN_ELSE.rth2005-06-092-41/+22
| | | | | | | | | | Use SCALAR_FLOAT_MODE_P. * config/ia64/vect.md (vcondv2sf): Remove code check on comparison. (fselect): Rename from fpcmp; use %F. (fpcmp): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100803 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-09 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-091-1/+1
| | | | | | | | * config/rs6000/rs6000.c: (rs6000_insn_valid_within_doloop): Fix prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100801 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/bfin/bfin.c (enum bfin_builtins): Moved here from...bernds2005-06-092-8/+8
| | | | | | | * config/bfin/bfin.h (enum bfin_builtins): ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100798 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-09 Adrian Straetling <straetling@de.ibm.com>uweigand2005-06-092-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop". Change return type to "const char *". Update Comment. * targhooks.h (default_insn_valid_within_doloop): Rename into "default_invalid_within_doloop". * targhooks.c (default_insn_valid_within_doloop): Likewise. Update Comment. * target-def.h (TARGET_INSN_VALID_WITHIN_DOLOOP): Rename target hook into "TARGET_INVALID_WITHIN_DOLOOP". Default it to "default_invalid_within_doloop". * hooks.c (hook_constcharptr_rtx_null): New function. (hook_bool_rtx_true): Remove. * hooks.h (hook_constcharptr_rtx_null): Declare. (hook_bool_rtx_true): Remove. * loop-doloop.c (doloop_valid_p): Temporarily store return value of "invalid_within_doloop" and print error message if non-null. Update Comment. * doc/tm.texi: Update documentation. * config/s390/s390.c: Adjust to new hook name and new default hook. * config/rs6000/rs6000.c: (rs6000_insn_valid_within_doloop): Rename into "rs6000_invalid_within_doloop". (rs6000_invalid_within_doloop): Change return type to "static const char *" and replace return values. Update Comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100797 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/bfin/bfin.opt (mlong-calls): New.bernds2005-06-092-1/+5
| | | | | | | | * config/bfin/predicates.md (call_insn_operand): Disallow SYMBOL_REF if TARGET_LONG_CALLS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100796 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-08 Dale Johannesen <dalej@apple.com>dalej2005-06-094-15/+16
| | | | | | | | | | | * config/darwin.c (darwin_binds_local_p): New. * config/darwin-protos.h (darwin_binds_local_p): Declare it. * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Use it for TARGET_MACHO. * config/rs6000/rs6000.c (rs6000_binds_local_p): Remove. (TARGET_BINDS_LOCAL_P): Change it to darwin_binds_local_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100792 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.h: Remove rs6000_long_double_size_string,aldyh2005-06-081-7/+0
| | | | | | | | | rs6000_isel, rs6000_spe, rs6000_alignment_string, rs6000_sched_restricted_insns_priority_str, rs6000_sched_restricted_insns_priority, rs6000_abi_string. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100784 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.h (NO_PROFILE_COUNTERS): New.rth2005-06-082-13/+23
| | | | | | | | * config/ia64/ia64.c (ia64_output_function_profiler): Honor it. Emit out3 load right after alloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100781 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Usealdyh2005-06-081-5/+5
| | | | | | | rs6000_explicit_options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100775 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.h (FUNCTION_PROFILER): Move implementation ...rth2005-06-083-18/+30
| | | | | | | | | * config/ia64/ia64.c (ia64_output_function_profiler): ... here; add unwind markup. * config/ia64/ia64-protos.h (ia64_output_function_profiler): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100774 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sol2-c.c (cmn_err_char_table): Allow width for %bjsm282005-06-081-1/+1
| | | | | | | | | | formats. testsuite: * gcc.dg/format/cmn_err-1.c: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100763 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-06-08 James A. Morrison <phython@gcc.gnu.org>phython2005-06-081-0/+203
| | | | | | | | | | | PR target/20666 * config/sparc/sparc.c (sparc_fold_builtin): New function (sparc_vis_mul8x16): New function. (sparc_handle_vis_mul8x16): New function. (TARGET_FOLD_BUILTIN): Define to sparc_fold_builtin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100762 138bc75d-0d04-0410-961f-82ee72b054a4