aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx
AgeCommit message (Expand)AuthorFilesLines
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-1/+0
2022-03-07rx: Fix translation string.Martin Liska1-1/+1
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-2/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-03Update copyright years.Jakub Jelinek11-11/+11
2021-09-13Always default to DWARF2 debugging for RX, even with -mas100-syntaxRichard Biener1-7/+1
2021-03-09Fix building the RX port of gcc.Nick Clifton1-0/+3
2021-01-04Update copyright years.Jakub Jelinek11-11/+11
2020-12-16opts: Remove all usages of Report keyword.Martin Liska2-14/+14
2020-11-06Add PC as control registerDarius Galis2-0/+9
2020-03-12Support for the CPEN control register was removed in rev .50 of the RXv1 Inst...Jeff Law2-2/+0
2020-02-17Fix a typo.Martin Liska1-1/+1
2020-01-26Avoid creating string insns unless string support is enabledDarius Galis1-2/+2
2020-01-01Update copyright years.Jakub Jelinek11-11/+11
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek1-1/+1
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-13/+8
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-6/+6
2019-05-29config.gcc (rx-*-linux*): New target.Yoshinori Sato6-12/+315
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-3/+4
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+4
2019-03-09re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek10-10/+10
2018-08-02re PR target/86803 (rx port needs updating for CVE-2017-5753)Nick Clifton1-0/+3
2018-07-17Clean up of new format of -falign-FOO.Martin Liska3-31/+36
2018-07-04[multiple changes]Martin Liska2-9/+15
2018-02-22rx.c (rx_rtx_costs): New function.DJ Delorie1-0/+59
2018-02-16rx.c (add_pop_cfi_notes): New function.;Jeff Law1-3/+20
2018-02-16re PR target/83831 ([RX] Unused bclr,bnot,bset insns)Oleg Endo1-1/+1
2018-02-14re PR target/83831 ([RX] Unused bclr,bnot,bset insns)Oleg Endo3-23/+277
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 Perta2-2/+8
2018-01-12re PR target/81819 ([RX] internal compiler error: in rx_is_restricted_memory_...Oleg Endo1-0/+3
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 Jelinek10-10/+10
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-11/+11
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-6/+6
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-4/+10
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-5/+14
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-3/+10
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-12/+12
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-2/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-13mn10300.c (mn10300_match_ccmode): Fix where we look for cc setter after the c...Jeff Law2-121/+123