summaryrefslogtreecommitdiff
path: root/gcc/config/rx
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2017-01-0110-10/+10
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* Fix wrong-code issues of RX atomic operations.olegendo2016-05-311-9/+29
* Add rudimentary support for atomics on RX. It is implemented by flippingolegendo2016-05-103-12/+197
* PR target/70162nickc2016-03-171-1/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-112-2/+2
* Update copyright years.jakub2016-01-0410-10/+10
* * config/rx/rx.opt (-mjsr): Add.dj2015-12-093-1/+12
* Machine modes for address printing.jules2015-11-091-6/+6
* 2015-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-161-26/+7
* Remove REAL_VALUE_FROM_CONST_DOUBLErsandifo2015-10-051-3/+1
* [PATCH] Fix undefined behaviour in rx portlaw2015-09-292-6/+6
* gcc/rsandifo2015-08-241-1/+1
* * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.dj2015-08-081-2/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-11/+4
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-0/+1
* gcc/rsandifo2015-06-251-1/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* * config/rx/rx.c (rx_function_value): Do not promote vector types.nickc2015-06-082-5/+16
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * config/rx/rx.c (push_regs): New function. Extracts code from...nickc2015-05-281-21/+52
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-4/+4
* gcc/rsandifo2015-05-081-19/+19
* gcc/rsandifo2015-05-072-21/+17
* * config/rx/rx.opt (mallow-string-insns): New option.nickc2015-04-155-11/+35
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+9
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+9
* Update copyright years.jakub2015-01-0510-10/+10
* 2014-11-03 Jan-Benedict Glaw <jbglaw@lug-owl.de>jbglaw2014-11-041-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* gcc/ada/rsandifo2014-10-292-30/+30
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+9
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.jsm282014-09-231-6/+0
* The various TARGET_ASM_..._MAX_SKIP hooks take an insndmalcolm2014-09-151-3/+3
* Remove LIBGCC2_HAS_?F_MODE target macros.jsm282014-09-121-2/+0
* 2014-09-04 Jan-Benedict Glaw <jbglaw@lug-owl.de>jbglaw2014-09-041-2/+2
* config/rx: Use rtx_insndmalcolm2014-08-252-2/+2
* * config/rx/rx.md (stack_push): Adjust RTL to account for the factnickc2014-07-243-3/+2
* * config/rx/rx.c (rx_option_override): Fix alignment values.dj2014-07-171-5/+7
* * config/rx/rx.h (JUMP_ALIGN): Return the log value if usernickc2014-06-131-3/+3
* * symtab.c (section_hash): New hash.hubicka2014-06-121-6/+2
* * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-bytedj2014-06-112-5/+9
* * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.dj2014-06-111-0/+3
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* * config/rx/rx.c (add_vector_labels): New.dj2014-05-281-2/+87