aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek10-10/+10
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+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 Endo3-12/+197
2016-03-17re PR target/70162 ([RX] const_int printing causes wrong code on 32 bit host)Nick Clifton1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek2-2/+2
2016-01-04Update copyright years.Jakub Jelinek10-10/+10
2015-12-08rx.opt (-mjsr): Add.DJ Delorie3-1/+12
2015-11-09Machine modes for address printing.Julian Brown1-6/+6
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-26/+7
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
2015-09-29[PATCH] Fix undefined behaviour in rx portJeff Law2-6/+6
2015-08-24builtins.c (expand_cmpstr, [...]): New functions.Richard Sandiford1-1/+1
2015-08-07* config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.DJ Delorie1-2/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-08rx.c (rx_function_value): Do not promote vector types.Nick Clifton2-5/+16
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-28rx.c (push_regs): New function.Nick Clifton1-21/+52
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-4/+4
2015-05-08Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Richard Sandiford1-19/+19
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford2-21/+17
2015-04-15rx.opt (mallow-string-insns): New option.Nick Clifton5-11/+35