aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2006-06-21re PR target/26347 (hidden weak extern functions fail regardless of existence...Richard Henderson1-2/+4
2006-05-26re PR target/27571 (alpha: ICE in get_attr_usegp, at config/alpha/alpha.md:171)Falk Hueffner1-0/+1
2006-03-23alpha.c (alpha_legitimate_constant_p): Reject tls symbols.Richard Henderson1-1/+4
2006-03-23re PR target/26347 (hidden weak extern functions fail regardless of existence...Richard Henderson1-1/+3
2006-02-23[multiple changes]Jakub Jelinek1-0/+5
2006-02-18re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D...Joseph Myers2-4/+15
2006-02-08config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.Jakub Jelinek2-0/+33
2006-02-06s390.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define.Aldy Hernandez2-0/+23
2006-01-18alpha.c (alpha_split_tfmode_pair): Rename into alpha_split_tmode_pair.Eric Botcazou3-15/+96
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford5-141/+58
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther1-28/+28
2005-11-22Preparatory work for PR target/21623:J"orn Rennecke3-5/+6
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi2-21/+3
2005-11-16alpha.c (alpha_init_builtins): Use type_for_mode langhook to get a DImode int...Eric Botcazou1-6/+9
2005-11-16alpha.c (alpha_expand_prologue): Fix off-by-one bug in the stack probing loop.Eric Botcazou1-4/+3
2005-11-02re PR target/24178 (generates code that produces unaligned access exceptions)Richard Henderson1-8/+19
2005-09-25alpha.c (tls_symbolic_operand_1): Trust SYMBOL_REF_TLS_MODEL to be correct.Richard Henderson1-13/+2
2005-09-19alpha.c (alpha_rtx_costs): Cost 0 for a memory source.Richard Henderson1-1/+7
2005-08-31emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like ref...Richard Henderson1-0/+2
2005-08-11re PR target/22225 (Tru64 UNIX testsuite failure: gcc.dg/vect/pr18536.c: ICE ...Richard Henderson1-0/+12
2005-08-10Fix problem reported by Mike Stump on the gcc list, useless default defintion.James E Wilson2-6/+1
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata3-3/+3
2005-08-01* config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.Richard Henderson1-1/+2
2005-07-13linux.h (TARGET_HAS_F_SETLKW): Renamed to ...H.J. Lu1-1/+1
2005-07-11alpha.c (alpha_gimplify_va_arg_1): Use build_va_arg_indirect_ref.Richard Henderson1-2/+2
2005-07-09alpha.c (emit_insxl, [...]): New functions.Richard Henderson4-26/+265
2005-07-02alpha.c (alpha_legitimize_address): Check for TLS_MODEL_NONE.Richard Henderson1-1/+7
2005-06-29* config/alpha/alpha.md (vec_shl_<VEC>, vec_shr_<VEC>): New.Richard Henderson1-0/+20
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling2-10/+18
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek2-3/+3
2005-06-25Update FSF address.R. Kelley Cook37-74/+74
2005-06-04re PR target/21888 (bootstrap failure with linker relaxation enabled)Richard Henderson1-1/+7
2005-06-01configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New.Richard Henderson2-4/+18
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford3-52/+8
2005-05-19alpha.c (emit_unlikely_jump, [...]): Split out from ...Richard Henderson3-92/+111
2005-05-19re PR target/21390 (alphaev68-dec-osf5.1b long double optimization bug with g...Richard Henderson1-56/+42
2005-05-09crtstuff.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-05-08* config/alpha/alpha.c (adjust_address): Fix typo last change.Richard Henderson1-1/+1
2005-05-08alpha.c (tls_symbolic_operand_1): Use gcc_assert and gcc_unreachable as appro...Nathan Sidwell6-181/+188
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-3/+0
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-10/+10
2005-04-21sync.md (sync_new_nand<I48MODE>): Fix constraints on non-memory operand for p...Richard Henderson1-1/+1
2005-04-19builtins.c (expand_builtin_sync_operation): Revert last change.Richard Henderson2-24/+17
2005-04-18alpha.c (alpha_split_atomic_op): New.Richard Henderson7-11/+493
2005-04-17alpha.c (va_list_skip_additions): Only define if TARGET_ABI_OSF.Richard Henderson1-23/+45
2005-04-16re PR target/20375 (C++ ICE in assign_parm_find_entry_rtl)Richard Henderson1-18/+17
2005-04-09tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+152
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-03-30final.c (final): Remove prescan parameter.Ian Lance Taylor1-1/+1
2005-03-20builtins.c (fold_builtin_1): Update a call to targetm.fold_builtin.Kazu Hirata1-3/+2