aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2011-11-07vms.h (TARGET_OBJECT_SUFFIX, [...]): Move to config/vms/vms.hTristan Gingold2-76/+17
2011-11-07alpha-common.c (alpha_option_init_struct): New function.Tristan Gingold1-0/+8
2011-11-04vms.h (ASM_OUTPUT_DEF): Do not switch section.Tristan Gingold1-9/+10
2011-11-04alpha.c (alpha_write_linkage): Remove fundecl argument.Tristan Gingold3-203/+58
2011-11-02Move libgcc2 to toplevel libgccRainer Orth5-295/+0
2011-11-02Move crtstuff support to toplevel libgccRainer Orth3-118/+0
2011-11-02Move shlib support to toplevel libgccRainer Orth3-80/+1
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-3/+3
2011-08-06re PR rtl-optimization/50001 ([alpha]: ICE in reload_combine_note_use, at pos...Uros Bizjak1-0/+10
2011-07-29driver-alpha.c (IMPLVER_EV4_FAMILY, [...]): Define.Rainer Orth2-41/+56
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2-56/+0
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-6/+0
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-6/+3
2011-07-13crtfastmath.c: Move to ../libgcc/config/alpha.Rainer Orth2-41/+0
2011-07-07alpha-elf: Disable stabs debugging, and the mips sdb extensions.Richard Henderson1-1/+2
2011-07-07common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG...Joseph Myers1-0/+2
2011-06-27Fix alpha and ia64 non-vms build.Richard Henderson1-0/+2
2011-06-27re PR target/44241 (vms-crtl.h, vms-crtl-64.h need many more symbols)Tristan Gingold3-66/+2
2011-06-27alpha.c (alpha_end_function): Always generate .end directive on VMS.Tristan Gingold1-1/+2
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-7/+11
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-49/+1
2011-06-09netbsd.h (ENABLE_EXECUTE_STACK): Remove.Rainer Orth3-21/+3
2011-06-03linux.h (MD_UNWIND_SUPPORT): Remove.Rainer Orth6-713/+1
2011-06-03t-osf5: Remove.Rainer Orth2-53/+0
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
2011-05-05elf.h (ENDFILE_SPEC): Add Ofast.Michael Matz3-3/+3
2011-05-04* config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)Rainer Orth1-20/+0
2011-05-03alpha.c (alpha_init_builtins): Call build_function_type_list instead of build...Nathan Froyd1-2/+2
2011-04-21alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers1-1/+1
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford4-12/+8
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-1/+1
2011-04-20vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.Eric Botcazou1-1/+0
2011-04-20vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.Tristan Gingold1-1/+6
2011-04-18fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering1-2/+2
2011-04-11linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.Joseph Myers1-2/+2
2011-04-08alpha.c (alpha_emit_xfloating_libcall): Call use_reg.Nathan Froyd1-1/+1
2011-04-06* config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.Rainer Orth1-1/+5
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers5-23/+5
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-1/+1
2011-03-29alpha.c (alpha_sr_alias_set): Don't define.Uros Bizjak1-18/+6
2011-03-29[multiple changes]Vladimir Makarov1-13/+0
2011-03-28alpha.md (addtf3): Change mode of operands to TFmode.Uros Bizjak1-12/+12
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+13
2011-03-27[multiple changes]Vladimir Makarov1-13/+0
2011-03-24alpha: Use byte-manipulation helper expanders more often.Richard Henderson1-22/+26
2011-03-24alpha: Remove all big-endian code.Richard Henderson2-812/+160
2011-03-24alpha: Unify movdi patterns with enabled attribute.Richard Henderson1-71/+13
2011-03-24alpha: Unify SF, DF, QI, HI, SI mode moves with enabled attribute.Richard Henderson2-196/+93
2011-03-24alpha: Cleanup sign extension patterns.Richard Henderson1-154/+63
2011-03-24alpha: Unify zero_extend patterns with attribute enabled.Richard Henderson2-100/+48