aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx/rx.md
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-06Add PC as control registerDarius Galis1-0/+1
2020-03-12Support for the CPEN control register was removed in rev .50 of the RXv1 Inst...Jeff Law1-1/+0
2020-01-26Avoid creating string insns unless string support is enabledDarius Galis1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-6/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-02-14re PR target/83831 ([RX] Unused bclr,bnot,bset insns)Oleg Endo1-23/+89
2018-02-09rx.md: updated "movsicc" expand to be matched by GCCSebastian Perta1-1/+6
2018-02-09constraints.md: added new constraint CALL_OP_SYMBOL_REF to allow or block "sy...Sebastian Perta1-2/+2
2018-01-11re PR target/81821 ([RX] xchg_mem<mode> uses wrong memory operand size)Oleg Endo1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-13mn10300.c (mn10300_match_ccmode): Fix where we look for cc setter after the c...Jeff Law1-120/+122
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-31Fix wrong-code issues of RX atomic operations.Oleg Endo1-9/+29
2016-05-10Add rudimentary support for atomics on RX.Oleg Endo1-1/+141
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-24builtins.c (expand_cmpstr, [...]): New functions.Richard Sandiford1-1/+1
2015-05-08Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Richard Sandiford1-19/+19
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-8/+8
2015-04-15rx.opt (mallow-string-insns): New option.Nick Clifton1-9/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-24rx.md (stack_push): Adjust RTL to account for the fact that operations are ta...Nick Clifton1-1/+1
2014-03-03rl78-real.md (cbranchsi4_real_signed): Add anti-cacnonical alternatives.Nick Clifton1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-05-29rx.h (TARGET_CPU_CPP_BUILTINS): Add macros for RX100, RX200, and RX600.Sandeep Kumar Singh1-1/+19
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20rx.c (rx_function_arg_boundary): When using the RX ABI align stack arguments ...Nick Clifton1-1/+1
2012-06-27rx.md (comparesi3_extend): Remove = modifier from input operand.Nick Clifton1-1/+1
2012-06-27* config/rx/rx.md (simple_return): Use the simple_return rtx.Nick Clifton1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-01-17rx.c (rx_can_use_simple_return): New function.Nick Clifton1-2/+3
2012-01-11* config/rx/rx.md (return): Define pattern.Nick Clifton1-0/+6
2011-10-06* config/rx/rx.md (smin3): Revert previous delta.Nick Clifton1-5/+5
2011-10-05rx.opt (mpid): Define.DJ Delorie1-10/+42
2011-10-05rx.md (tablejump): Add missing label.Nick Clifton1-9/+9
2011-09-28predicates.md (rx_minmax_operand): New predicate.Nick Clifton1-10/+94
2011-08-11rx.md (movsicc): Allow register to register transfers.Kazuhiro Inaoka1-22/+42
2011-08-09* config/rx/rx.md: Disable extender peepholes at -O3.Nick Clifton1-10/+10
2011-05-17rx.md (bitset_in_memory): Use rx_restricted_mem_operand.Nick Clifton1-3/+3
2011-05-17rx.md: Add peephole to remove redundant extensions after loads.Nick Clifton1-0/+29
2011-05-17rx.md: Add peepholes to match a register move followed by a comparison of the...Kazuhio Inaoka1-0/+33
2011-05-13rx.md (mov expander): Fix use of rx_legitimate_constant_p.Nick Clifton1-1/+1
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-1/+1
2011-04-13rx.md (movmemsi): Do not use this pattern when volatile pointers are involved.Nick Clifton1-0/+8
2011-03-30rx.md: Add peepholes and patterns to combine extending loads and simple arith...Nick Clifton1-8/+133
2011-03-10rx.md (andsi3, [...]): Fix timings for three operand alternative.Nick Clifton1-2/+2
2011-03-10* config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.Nick Clifton1-2/+11