Age | Commit message (Expand) | Author | Files | Lines |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-02-24 | sh: Fixes for RTL checking | Segher Boessenkool | 1 | -2/+10 |
2017-02-14 | re PR target/79462 (sh: Stack smashing detected when building __ashrdi3 in li... | Jakub Jelinek | 1 | -1/+0 |
2017-01-17 | re PR target/78633 ([SH] libgcc/fp-bit.c:944:1: error: invalid rtl sharing fo... | Kaz Kojima | 1 | -1/+2 |
2017-01-09 | re PR translation/79019 (translatable string typo in cif-code.def:141) | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 33 | -33/+33 |
2016-11-19 | re PR target/78426 (wrong code with strncmp on SH) | Kaz Kojima | 1 | -3/+3 |
2016-11-02 | use rtx_insn * in various places where it is obvious | Trevor Saunders | 2 | -13/+13 |
2016-10-26 | sh.c (output_branch): Add missing fallthru comments. | Jeff Law | 2 | -2/+7 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 4 | -0/+4 |
2016-09-27 | c6x.h: Adjust fall through comment. | Marek Polacek | 1 | -1/+1 |
2016-09-27 | re PR target/51244 ([SH] Inefficient conditional branch and code around T bit) | Oleg Endo | 1 | -4/+6 |
2016-09-25 | This fixes a fallout that actually goes back to 5.0 but went unnoticed. | Oleg Endo | 3 | -15/+43 |
2016-09-22 | make next/prev active_insn and active_insn_p take rtx_insn * | Trevor Saunders | 1 | -4/+4 |
2016-09-22 | make prev_real_insn take rtx_insn * | Trevor Saunders | 1 | -1/+2 |
2016-09-22 | use rtx_insn * more | Trevor Saunders | 1 | -1/+1 |
2016-09-07 | [SH] Move definitions for atomic models to sh.h from sh-protos.h. | Kaz Kojima | 2 | -53/+57 |
2016-07-28 | merge adjust_cost and adjust_cost_2 target hooks | Trevor Saunders | 1 | -5/+5 |
2016-06-04 | re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th... | Oleg Endo | 1 | -2/+2 |
2016-06-04 | Avoid potential slient wrong-code with reg+reg addr. modes on SH. | Oleg Endo | 1 | -2/+10 |
2016-05-31 | sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the default implementation. | Oleg Endo | 1 | -9/+0 |
2016-05-31 | Remove SH5 target regs. | Oleg Endo | 7 | -99/+1 |
2016-05-31 | Simplify SH DImode add, sub, neg patterns. | Oleg Endo | 1 | -39/+5 |
2016-05-08 | config/sh/sh.h: Remove extra colon from subtarget specs. | Kaz Kojima | 1 | -2/+2 |
2016-05-08 | sh.h (GET_SH_ARG_CLASS): Convert macro into ... | Oleg Endo | 2 | -11/+18 |
2016-05-08 | sh-protos.h (sh_media_register_for_return): Remove. | Oleg Endo | 3 | -398/+208 |
2016-05-07 | sh-protos.h (sh_cbranch_distance): Declare new function. | Oleg Endo | 3 | -11/+64 |
2016-05-06 | sh.opt (madjust-unroll, [...]): Remove deprecated options. | Oleg Endo | 1 | -16/+0 |
2016-05-06 | sh.md (ic_invalidate_line_sh4a): Fix insn length. | Oleg Endo | 1 | -1/+1 |
2016-05-06 | sh.md (*cmpeqsi_t): Remove combine insn pattern and similar corresponding com... | Oleg Endo | 1 | -39/+0 |
2016-05-06 | re PR target/58219 ([SH] mov.l insn length is wrong on SH2A) | Oleg Endo | 2 | -80/+159 |
2016-05-06 | re PR target/52933 (SH Target: Use div0s for integer sign comparisons) | Oleg Endo | 2 | -0/+100 |
2016-05-06 | re PR target/54089 ([SH] Refactor shift patterns) | Oleg Endo | 1 | -0/+16 |
2016-05-04 | predicates (post_inc_mem, [...]): New predicates. | Oleg Endo | 4 | -8/+47 |
2016-05-03 | sh.md (udivsi3, [...]): Simplify. | Oleg Endo | 1 | -183/+99 |
2016-05-02 | sh.md (*negnegt, *movtt): Remove. | Oleg Endo | 1 | -19/+0 |
2016-05-02 | re PR target/52898 (SH Target: Inefficient DImode comparisons) | Oleg Endo | 3 | -115/+13 |
2016-05-01 | sh.md (push, [...]): Remove constraints. | Oleg Endo | 1 | -17/+17 |
2016-05-01 | sh.h (TARGET_SH4): Remove and use default implementation. | Oleg Endo | 3 | -69/+59 |
2016-05-01 | linux.h (SH_DIV_STRATEGY_DEFAULT, [...]): Remove. | Yoshinori Sato | 2 | -14/+0 |
2016-05-01 | predicates.md (any_register_operand, [...]): Delete. | Oleg Endo | 3 | -159/+77 |
2016-04-30 | config.guess: Remove SH5 support. | Oleg Endo | 1 | -10/+2 |
2016-04-30 | sh.c (register_sh_passes, [...]): Remove TARGET_SH1 checks. | Oleg Endo | 3 | -84/+60 |
2016-04-29 | longlong.h (umul_ppmm): Remove SHMEDIA checks. | Oleg Endo | 4 | -39/+19 |
2016-04-28 | sh-common.c: Remove SH5 support. | Oleg Endo | 19 | -11063/+361 |
2016-04-22 | [PATCH 2/2] (header usage fix) include c++ headers in system.h | Szabolcs Nagy | 2 | -5/+4 |
2016-04-03 | re PR target/70416 ([SH]: error: 'asm' operand requires impossible reload whe... | Oleg Endo | 1 | -3/+12 |
2016-02-22 | re PR rtl-optimization/69806 ([SH] Combine doesn't see constant) | Oleg Endo | 2 | -10/+20 |
2016-02-13 | re PR target/67260 ([sh] Register spill bug for sibcall+complex+softfloat) | Oleg Endo | 1 | -2/+12 |
2016-02-13 | re PR target/67636 ([SH] gcc.target/sh/pr54236-1.c failures) | Oleg Endo | 1 | -0/+25 |