aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/alpha.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-1/+0
2013-03-17alpha.c (TARGET_LRA_P): New define.Uros Bizjak1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-19target.def: Define canonicalize_comparison hook.Andreas Krebbel1-0/+27
2012-12-13alpha: Consider barriers when placing nops after sibcallsRichard Henderson1-9/+12
2012-10-11builtins.c (expand_builtin_thread_pointer): New.Chung-Lin Tang1-16/+2
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+1
2012-08-11alpha.c (alpha_stdarg_optimize_hook): Shift DECL_UID in the va_list_vars bitm...Uros Bizjak1-1/+1
2012-08-09alpha.c (alpha_pad_noreturn): Rename to ...Uros Bizjak1-7/+28
2012-07-31defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.Nathan Froyd1-0/+12
2012-06-27alpha: Cleaup builtins and foldingRichard Henderson1-68/+31
2012-06-20emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov1-28/+4
2012-06-19Set cache parameters for alphaRichard Henderson1-17/+53
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-06-13Add and use HOST_WIDEST_INT_C, HOST_WIDE_INT_C.Richard Henderson1-7/+4
2012-06-11alpha.c (HWI_HEX2): Add missing shift.Richard Henderson1-1/+1
2012-06-11* config/alpha/alpha.c (alpha_trampoline_init): Split large constants.Richard Henderson1-3/+8
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-11alpha.c (alpha_emit_conditional_branch): Handle ORDERED and UNORDERED conditi...Uros Bizjak1-4/+24
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-31/+42
2012-03-26vms.h (LINK_SPEC): Simplify.Tristan Gingold1-8/+1
2012-03-14Remove non-GAS non-ELF support in alpha backendRainer Orth1-66/+7
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-6/+4
2012-03-12lto-lang.c (builtin_type_for_size): Use lto_type_for_size.Richard Guenther1-1/+1
2012-01-29alpha.c (alpha_option_overrride): Default to full IEEE compliance mode for Go...Uros Bizjak1-0/+5
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-4/+0
2011-12-20alpha.c (alpha_start_function): Adjust condition to create VMS trampoline ent...Tristan Gingold1-1/+2
2011-12-16alpha.c (alpha_use_linkage): Follow transparent alias.Tristan Gingold1-3/+15
2011-11-16Copy ALIAS_SET_MEMORY_BARRIER when creating a new MEM for atomic ops.Richard Henderson1-0/+4
2011-11-15alpha: Convert to atomic optabs.Richard Henderson1-61/+213
2011-11-07alpha-common.c (alpha_option_init_struct): New function.Tristan Gingold1-0/+8
2011-11-04alpha.c (alpha_write_linkage): Remove fundecl argument.Tristan Gingold1-189/+49
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-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-53/+0
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-6/+3
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 Gingold1-15/+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 Orth1-1/+1
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
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 Sandiford1-4/+5
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-1/+1
2011-04-08alpha.c (alpha_emit_xfloating_libcall): Call use_reg.Nathan Froyd1-1/+1