aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford10-10/+10
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-14rx.c (rx_mode_dependent_address_p): Allow offsets up to 16 bits.DJ Delorie1-2/+2
2013-10-30rx.c (ADD_RX_BUILTIN0): New macro, used for builtins that take no arguments.DJ Delorie1-5/+13
2013-09-04config/rx/rx.h: Add option -mcpu for target variants RX100 and RX200.Sandeep Kumar Singh1-0/+1
2013-08-27Remove experimental LRA testNick Clifton1-3/+3
2013-07-21Fix typos.Mike Stump1-1/+1
2013-05-29rx.h (TARGET_CPU_CPP_BUILTINS): Add macros for RX100, RX200, and RX600.Sandeep Kumar Singh6-11/+87
2013-01-10Update copyright years in gcc/Richard Sandiford10-13/+10
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek3-3/+3
2012-11-20rx.c (rx_function_arg_boundary): When using the RX ABI align stack arguments ...Nick Clifton5-15/+80
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-35/+35
2012-10-03rx.c (struct decl_chain): New local structure.Nick Clifton2-0/+59
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+1
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+2
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-0/+11
2012-06-27rx.md (comparesi3_extend): Remove = modifier from input operand.Nick Clifton1-1/+1
2012-06-27* config/rx/rx.md (simple_return): Use the simple_return rtx.Nick Clifton1-1/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-06-19target.def (output_ident): New hook.Steven Bosscher2-4/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers2-2/+2
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+4
2012-04-11rx.c (rx_expand_prologue): Set stack use information, if requested.Nick Clifton1-0/+3
2012-02-16system.h: Poison SMALL_REGISTER_CLASSESSteven Bosscher1-1/+0
2012-01-17rx.c (rx_can_use_simple_return): New function.Nick Clifton3-6/+34
2012-01-11* config/rx/rx.md (return): Define pattern.Nick Clifton1-0/+6
2011-12-20expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt1-1/+1
2011-11-02Move libgcc2 to toplevel libgccRainer Orth1-3/+0
2011-11-02Move crtstuff support to toplevel libgccRainer Orth1-2/+0
2011-10-19[multiple changes]Roland Stigge1-1/+1
2011-10-06* config/rx/rx.md (smin3): Revert previous delta.Nick Clifton1-5/+5
2011-10-05rx.opt (mpid): Define.DJ Delorie7-34/+329
2011-10-05rx.md (tablejump): Add missing label.Nick Clifton1-9/+9
2011-09-28predicates.md (rx_minmax_operand): New predicate.Nick Clifton2-10/+104
2011-08-11rx.md (movsicc): Allow register to register transfers.Kazuhiro Inaoka1-22/+42
2011-08-09* config/rx/rx.md: Disable extender peepholes at -O3.Nick Clifton1-10/+10
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-4/+4
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-56/+0
2011-05-21re PR target/49098 (unused parameters in rx.c:rx_memory_move_cost)Nick Clifton1-1/+3
2011-05-17rx.c (rx_memory_move_cost): Include cost of register moves.Nick Clifton1-1/+1
2011-05-17rx.md (bitset_in_memory): Use rx_restricted_mem_operand.Nick Clifton1-3/+3
2011-05-17rx.md: Add peephole to remove redundant extensions after loads.Nick Clifton1-0/+29
2011-05-17rx.md: Add peepholes to match a register move followed by a comparison of the...Kazuhio Inaoka1-0/+33
2011-05-13rx.md (mov expander): Fix use of rx_legitimate_constant_p.Nick Clifton2-2/+2
2011-05-12(rx_builtins): New arrays - holds builtin functions.DJ Delorie1-1/+20
2011-05-12rx.h (HAVE_PRE_DECREMENT): Fix typo.DJ Delorie2-13/+15
2011-05-10rx.h (JUMP_ALIGN, [...]): Define.DJ Delorie3-4/+17
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2011-05-02fr30-protos.h (Mmode): Don't define.Joseph Myers2-15/+14
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford4-6/+7