aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2017-10-31re PR target/82772 (GCC crashes as compiling ags_thread.c source file on alph...Uros Bizjak1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-7/+0
2017-10-12alpha.c (alpha_split_conditional_move): Use std::swap instead of manually swa...Uros Bizjak1-8/+4
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-1/+0
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law1-4/+5
2017-09-19explow.c: Include "params.h".Jeff Law1-1/+1
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2-6/+13
2017-09-14elf.h (LINK_EH_SPEC): Add -static-pie support.Jakub Jelinek2-2/+3
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford2-7/+16
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford2-10/+17
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-8/+0
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-6/+0
2017-09-08alpha.c (alpha_print_operand): Remove.Uros Bizjak1-11/+0
2017-09-05Make mode_for_size return an opt_modeRichard Sandiford1-1/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-11/+14
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-12/+21
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-05-02alpha.md (*add<mode>3_ieee): Merge to add<mode>3 using enabled attribute.Uros Bizjak1-157/+93
2017-01-01Update copyright years.Jakub Jelinek24-24/+24
2016-12-02alpha.md (exception_receiver): Copy alpha_gp_ave_rtx return value.Uros Bizjak1-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-31alpha-passes.def: Swap pass_convert_to_eh_region_ranges and pass_shorten_bran...Uros Bizjak1-1/+1
2016-10-11alpha-passes.def: New file.Uros Bizjak4-15/+46
2016-09-30* config/alpha/predicates.md: Adjust fall through comment.Marek Polacek1-1/+1
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-18re PR target/71145 (Alpha: Error: No lda !gpdisp!278 was found)Uros Bizjak1-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 Jelinek22-22/+22
2015-11-12alpha.h (FUNCTION_VALUE, [...]): Remove.Uros Bizjak3-48/+72
2015-11-11alpha-protos.h (print_operand): Remove.Uros Bizjak3-40/+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-21Improve --help output to generate references to option aliases.Martin Sebor1-26/+26
2015-10-20alpha.h (HARD_REGNO_NREGS): Use CEIL macro.Uros Bizjak2-9/+11
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-25/+9
2015-10-11alpha.h (ALPHA_ROUND): Implement using ROUND_UP macro.Uros Bizjak1-1/+1
2015-10-06re PR c/65345 (ICE with _Generic selection on _Atomic int)Uros Bizjak1-2/+2