aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-6/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-7/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford3-18/+12
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-12/+15
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford1-5/+6
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-12/+20
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-10/+10
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+0
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford3-27/+27
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-1/+2
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-3/+2
2017-08-16Limit SH strncmp inline expansion (PR target/78460).Joseph Myers1-2/+2
2017-08-07Add missing header file attribs.h to couple of targets.Martin Liska1-0/+1
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber2-24/+34
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka3-31/+39
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-02-24sh: Fixes for RTL checkingSegher Boessenkool1-2/+10
2017-02-14re PR target/79462 (sh: Stack smashing detected when building __ashrdi3 in li...Jakub Jelinek1-1/+0
2017-01-17re PR target/78633 ([SH] libgcc/fp-bit.c:944:1: error: invalid rtl sharing fo...Kaz Kojima1-1/+2
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek33-33/+33
2016-11-19re PR target/78426 (wrong code with strncmp on SH)Kaz Kojima1-3/+3
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders2-13/+13
2016-10-26sh.c (output_branch): Add missing fallthru comments.Jeff Law2-2/+7
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme4-0/+4
2016-09-27c6x.h: Adjust fall through comment.Marek Polacek1-1/+1
2016-09-27re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo1-4/+6
2016-09-25This fixes a fallout that actually goes back to 5.0 but went unnoticed.Oleg Endo3-15/+43
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders1-4/+4
2016-09-22make prev_real_insn take rtx_insn *Trevor Saunders1-1/+2
2016-09-22use rtx_insn * moreTrevor Saunders1-1/+1
2016-09-07[SH] Move definitions for atomic models to sh.h from sh-protos.h.Kaz Kojima2-53/+57
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-5/+5
2016-06-04re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Oleg Endo1-2/+2
2016-06-04Avoid potential slient wrong-code with reg+reg addr. modes on SH.Oleg Endo1-2/+10
2016-05-31sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the default implementation.Oleg Endo1-9/+0
2016-05-31Remove SH5 target regs.Oleg Endo7-99/+1
2016-05-31Simplify SH DImode add, sub, neg patterns.Oleg Endo1-39/+5
2016-05-08config/sh/sh.h: Remove extra colon from subtarget specs.Kaz Kojima1-2/+2
2016-05-08sh.h (GET_SH_ARG_CLASS): Convert macro into ...Oleg Endo2-11/+18
2016-05-08sh-protos.h (sh_media_register_for_return): Remove.Oleg Endo3-398/+208
2016-05-07sh-protos.h (sh_cbranch_distance): Declare new function.Oleg Endo3-11/+64
2016-05-06sh.opt (madjust-unroll, [...]): Remove deprecated options.Oleg Endo1-16/+0
2016-05-06sh.md (ic_invalidate_line_sh4a): Fix insn length.Oleg Endo1-1/+1
2016-05-06sh.md (*cmpeqsi_t): Remove combine insn pattern and similar corresponding com...Oleg Endo1-39/+0
2016-05-06re PR target/58219 ([SH] mov.l insn length is wrong on SH2A)Oleg Endo2-80/+159
2016-05-06re PR target/52933 (SH Target: Use div0s for integer sign comparisons)Oleg Endo2-0/+100
2016-05-06re PR target/54089 ([SH] Refactor shift patterns)Oleg Endo1-0/+16
2016-05-04predicates (post_inc_mem, [...]): New predicates.Oleg Endo4-8/+47