aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek10-10/+10
2014-11-04rx.c (rx_handle_func_attribute): Mark unused argument.Jan-Benedict Glaw1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-30/+30
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers1-6/+0
2014-09-15The various TARGET_ASM_..._MAX_SKIP hooks take an insnDavid Malcolm1-3/+3
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers1-2/+0
2014-09-04rx.h (HARD_REGNO_MODE_OK): Add braces.Jan-Benedict Glaw1-2/+2