aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-9/+1
2018-02-12re PR target/83760 ([SH] ICE in maybe_record_trace_start building glibc tst-c...Jeff Law1-0/+12
2018-01-21re PR target/80870 (ICE building 7.1.0 sh-elf crosscompiler on macOS)Oleg Endo1-3/+2
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-6/+8
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-1/+3
2018-01-03Update copyright years.Jakub Jelinek33-33/+33
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford5-0/+10
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-19/+19
2017-12-14[SFN] next/prev_nonnote_insn_bb are no more, even for portsAlexandre Oliva5-31/+34
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-10/+10
2017-11-23[sh] Wrap ASM_OUTPUT_ADDR_VEC_ELT in do {} while (0)Tom de Vries1-6/+7
2017-11-23re PR target/83111 ([sh] stack smashing detected in gen_udivsi3)Oleg Endo1-26/+25
2017-11-15Use proper probability (PR target/82927)Martin Liska1-2/+6
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-4/+0
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