aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2020-05-07alpha: Implement the PR94780 fix for alpha.Uros Bizjak1-4/+4
2019-10-10re PR target/92022 (ICE in alpha_handle_trap_shadows, at config/alpha/alpha.c...Uros Bizjak1-0/+3
2019-05-03Backport PRs 86984, 89595, 89698, 89710, 89711, 90071Richard Biener1-1/+1
2019-01-17alpha.c (alpha_gimplify_va_arg): Handle split indirect COMPLEX_TYPE arguments.Uros Bizjak1-1/+33
2018-04-11alpha.md (stack_probe_internal): Rename from "probe_stack".Uros Bizjak2-6/+8
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-8/+0
2018-01-12re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak1-7/+73
2018-01-04re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak3-30/+41
2018-01-03Update copyright years.Jakub Jelinek24-24/+24
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford2-0/+4
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-4/+4
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-3/+4
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