aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/alpha.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-08alpha.c (alpha_print_operand): Remove.Uros Bizjak1-11/+0
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-0/+14
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-0/+19
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-2/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-21/+21
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-06alpha.c (alpha_reorg): If trap is the last active insn in the function, emit ...Uros Bizjak1-0/+19
2017-07-17alpha.c: Include predict.h.Uros Bizjak1-0/+1
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-21split up variables to use rtx_insn * moreTrevor Saunders1-5/+3
2016-11-02split up some variables to use rtx_insn * moreTrevor Saunders1-56/+61
2016-10-11alpha-passes.def: New file.Uros Bizjak1-15/+0
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-09-13alpha.c (alpha_pass_by_reference): Pass un-named SFmode and SCmode arguments ...Uros Bizjak1-1/+22
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-2/+3
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-2/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-12alpha.h (FUNCTION_VALUE, [...]): Remove.Uros Bizjak1-4/+72
2015-11-11alpha-protos.h (print_operand): Remove.Uros Bizjak1-7/+30
2015-11-09Machine modes for address printing.Julian Brown1-1/+1
2015-10-29[PATCH 8/9] ENABLE_CHECKING refactoring: target-specific partsMikhail Maltsev1-3/+1
2015-10-20alpha.h (HARD_REGNO_NREGS): Use CEIL macro.Uros Bizjak1-3/+3
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-25/+9
2015-10-06re PR c/65345 (ICE with _Generic selection on _Atomic int)Uros Bizjak1-2/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-9/+9
2015-09-15alpha.c (alpha_expand_block_clear): Use HOST_WIDE_INT_M1U instead of ~(HOST_W...Uros Bizjak1-4/+4
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford1-1/+1
2015-07-26alpha.c: Use SUBREG_P predicate.Uros Bizjak1-4/+4
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-5/+3
2015-06-25hash-traits.h (string_hash, [...]): New classes.Richard Sandiford1-7/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan1-6/+0
2015-05-19* config/alpha/alpha.c (alpha_legitimize_reload_address)Uros Bizjak1-10/+6
2015-05-16re PR target/66140 (ICE at extract_insn, at recog.c:2343 when compiling for a...Uros Bizjak1-5/+2
2015-05-15alpha.c (alpha_extract_integer): Do not handle CONST_WIDE_INT and CONST_DOUBLE.Uros Bizjak1-19/+15
2015-05-13alpha.c (alpha_emit_set_long_const): Remove c1 argument.Uros Bizjak1-27/+22
2015-05-12alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.Uros Bizjak1-44/+21