summaryrefslogtreecommitdiff
path: root/gcc/config/rx
Commit message (Expand)AuthorAgeFilesLines
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers2014-09-231-6/+0
* The various TARGET_ASM_..._MAX_SKIP hooks take an insnDavid Malcolm2014-09-151-3/+3
* Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers2014-09-121-2/+0
* rx.h (HARD_REGNO_MODE_OK): Add braces.Jan-Benedict Glaw2014-09-041-2/+2
* config/rx: Use rtx_insnDavid Malcolm2014-08-252-2/+2
* rx.md (stack_push): Adjust RTL to account for the fact that operations are ta...Nick Clifton2014-07-243-3/+2
* rx.c (rx_option_override): Fix alignment values.DJ Delorie2014-07-161-5/+7
* rx.h (JUMP_ALIGN): Return the log value if user requested alignment is active.Nick Clifton2014-06-131-3/+3
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-121-6/+2
* rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte cache lines.DJ Delorie2014-06-112-5/+9
* * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.DJ Delorie2014-06-111-0/+3
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* rx.c (add_vector_labels): New.DJ Delorie2014-05-271-2/+87
* rl78-real.md (cbranchsi4_real_signed): Add anti-cacnonical alternatives.Nick Clifton2014-03-031-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-0210-10/+10
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* rx.c (rx_mode_dependent_address_p): Allow offsets up to 16 bits.DJ Delorie2013-11-141-2/+2
* rx.c (ADD_RX_BUILTIN0): New macro, used for builtins that take no arguments.DJ Delorie2013-10-301-5/+13
* config/rx/rx.h: Add option -mcpu for target variants RX100 and RX200.Sandeep Kumar Singh2013-09-041-0/+1
* Remove experimental LRA testNick Clifton2013-08-271-3/+3
* Fix typos.Mike Stump2013-07-211-1/+1
* rx.h (TARGET_CPU_CPP_BUILTINS): Add macros for RX100, RX200, and RX600.Sandeep Kumar Singh2013-05-296-11/+87
* Update copyright years in gcc/Richard Sandiford2013-01-1010-13/+10
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-043-3/+3
* rx.c (rx_function_arg_boundary): When using the RX ABI align stack arguments ...Nick Clifton2012-11-205-15/+80
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-35/+35
* rx.c (struct decl_chain): New local structure.Nick Clifton2012-10-032-0/+59
* re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay2012-09-261-1/+1
* hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo2012-09-051-1/+2
* re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore2012-07-251-0/+11
* rx.md (comparesi3_extend): Remove = modifier from input operand.Nick Clifton2012-06-271-1/+1
* * config/rx/rx.md (simple_return): Use the simple_return rtx.Nick Clifton2012-06-271-1/+1
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* target.def (output_ident): New hook.Steven Bosscher2012-06-192-4/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-292-2/+2
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-4/+4
* rx.c (rx_expand_prologue): Set stack use information, if requested.Nick Clifton2012-04-111-0/+3
* system.h: Poison SMALL_REGISTER_CLASSESSteven Bosscher2012-02-161-1/+0
* rx.c (rx_can_use_simple_return): New function.Nick Clifton2012-01-173-6/+34
* * config/rx/rx.md (return): Define pattern.Nick Clifton2012-01-111-0/+6
* expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt2011-12-201-1/+1
* Move libgcc2 to toplevel libgccRainer Orth2011-11-021-3/+0
* Move crtstuff support to toplevel libgccRainer Orth2011-11-021-2/+0
* [multiple changes]Roland Stigge2011-10-191-1/+1
* * config/rx/rx.md (smin3): Revert previous delta.Nick Clifton2011-10-061-5/+5
* rx.opt (mpid): Define.DJ Delorie2011-10-057-34/+329
* rx.md (tablejump): Add missing label.Nick Clifton2011-10-051-9/+9
* predicates.md (rx_minmax_operand): New predicate.Nick Clifton2011-09-282-10/+104
* rx.md (movsicc): Allow register to register transfers.Kazuhiro Inaoka2011-08-111-22/+42