summaryrefslogtreecommitdiff
path: root/gcc/config/alpha
Commit message (Expand)AuthorAgeFilesLines
* elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.Uros Bizjak2011-11-111-4/+5
* vms.h (TARGET_OBJECT_SUFFIX, [...]): Move to config/vms/vms.hTristan Gingold2011-11-072-76/+17
* alpha-common.c (alpha_option_init_struct): New function.Tristan Gingold2011-11-071-0/+8
* vms.h (ASM_OUTPUT_DEF): Do not switch section.Tristan Gingold2011-11-041-9/+10
* alpha.c (alpha_write_linkage): Remove fundecl argument.Tristan Gingold2011-11-043-203/+58
* Move libgcc2 to toplevel libgccRainer Orth2011-11-025-295/+0
* Move crtstuff support to toplevel libgccRainer Orth2011-11-023-118/+0
* Move shlib support to toplevel libgccRainer Orth2011-11-023-80/+1
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-3/+3
* re PR rtl-optimization/50001 ([alpha]: ICE in reload_combine_note_use, at pos...Uros Bizjak2011-08-061-0/+10
* driver-alpha.c (IMPLVER_EV4_FAMILY, [...]): Define.Rainer Orth2011-07-292-41/+56
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-282-56/+0
* target.def (class_max_nregs): New hook.Anatoly Sokolov2011-07-201-6/+0
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-6/+3
* crtfastmath.c: Move to ../libgcc/config/alpha.Rainer Orth2011-07-132-41/+0
* alpha-elf: Disable stabs debugging, and the mips sdb extensions.Richard Henderson2011-07-071-1/+2
* common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG...Joseph Myers2011-07-071-0/+2
* Fix alpha and ia64 non-vms build.Richard Henderson2011-06-271-0/+2
* re PR target/44241 (vms-crtl.h, vms-crtl-64.h need many more symbols)Tristan Gingold2011-06-273-66/+2
* alpha.c (alpha_end_function): Always generate .end directive on VMS.Tristan Gingold2011-06-271-1/+2
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-7/+11
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-49/+1
* netbsd.h (ENABLE_EXECUTE_STACK): Remove.Rainer Orth2011-06-093-21/+3
* linux.h (MD_UNWIND_SUPPORT): Remove.Rainer Orth2011-06-036-713/+1
* t-osf5: Remove.Rainer Orth2011-06-032-53/+0
* common.opt (flag_stack_usage_info): New variable.Eric Botcazou2011-05-251-1/+1
* elf.h (ENDFILE_SPEC): Add Ofast.Michael Matz2011-05-053-3/+3
* * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)Rainer Orth2011-05-041-20/+0
* alpha.c (alpha_init_builtins): Call build_function_type_list instead of build...Nathan Froyd2011-05-031-2/+2
* alpha.c (struct machine_function): Use rtx, not struct rtx_def *.Joseph Myers2011-04-211-1/+1
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-214-12/+8
* target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford2011-04-211-1/+1
* vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.Eric Botcazou2011-04-201-1/+0
* vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.Tristan Gingold2011-04-201-1/+6
* fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering2011-04-181-2/+2
* linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.Joseph Myers2011-04-111-2/+2
* alpha.c (alpha_emit_xfloating_libcall): Call use_reg.Nathan Froyd2011-04-081-1/+1
* * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.Rainer Orth2011-04-061-1/+5
* re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers2011-03-315-23/+5
* reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law2011-03-301-1/+1
* alpha.c (alpha_sr_alias_set): Don't define.Uros Bizjak2011-03-291-18/+6
* [multiple changes]Vladimir Makarov2011-03-291-13/+0
* alpha.md (addtf3): Change mode of operands to TFmode.Uros Bizjak2011-03-281-12/+12
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-0/+13
* [multiple changes]Vladimir Makarov2011-03-271-13/+0
* alpha: Use byte-manipulation helper expanders more often.Richard Henderson2011-03-241-22/+26
* alpha: Remove all big-endian code.Richard Henderson2011-03-242-812/+160
* alpha: Unify movdi patterns with enabled attribute.Richard Henderson2011-03-241-71/+13
* alpha: Unify SF, DF, QI, HI, SI mode moves with enabled attribute.Richard Henderson2011-03-242-196/+93
* alpha: Cleanup sign extension patterns.Richard Henderson2011-03-241-154/+63