aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-13rx.md (movmemsi): Do not use this pattern when volatile pointers are involved.Nick Clifton1-0/+8
2011-04-07rx.opt (rx610, [...]): Use Enum not Name on EnumValue lines.Joseph Myers1-3/+3
2011-04-05rx-opts.h: New.Joseph Myers4-49/+95
2011-04-04options.texi (ToLower): Document.Joseph Myers3-7/+7
2011-03-30rx.md: Add peepholes and patterns to combine extending loads and simple arith...Nick Clifton4-29/+284
2011-03-29[multiple changes]Vladimir Makarov1-5/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+5
2011-03-27[multiple changes]Vladimir Makarov1-5/+0
2011-03-24rx.h (LABEL_ALIGN_FOR_BARRIER): Define.Nick Clifton3-0/+66
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-1/+11
2011-03-21ChangeLog gcc/Kai Tietz1-5/+9
2011-03-10rx.md (andsi3, [...]): Fix timings for three operand alternative.Nick Clifton1-2/+2
2011-03-10* config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.Nick Clifton1-2/+11
2011-02-17* config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.Joseph Myers1-2/+2
2011-02-15rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.Anatoly Sokolov3-13/+9
2011-02-10predicates.md (rx_zs_comparison_operator): Revert change from 2011-02-03.Richard Henderson2-7/+10
2011-02-03predicates.md (rx_zs_comparison_operator): Remove lt and ge.Nick Clifton3-5/+8
2011-01-31rx.c (rx_get_stack_layout): Only save call clobbered registers inside interru...Nick Clifton1-4/+6
2011-01-25rx.h (LIBCALL_VALUE): Do not promote complex types.Nick Clifton3-25/+27
2011-01-24rx: Uncomplicate fp comparisons.Richard Henderson4-221/+15
2011-01-22rx: Enable the compare-elim pass.Richard Henderson1-0/+3
2011-01-22rx.md (cstoresf4): Pass comparison operator to rx_split_fp_compare.Nick Clifton1-1/+1
2011-01-22rx.md (UNSPEC_CONST): New.Nick Clifton2-54/+119
2011-01-17rx: Split adddi3 and subdi3 after reload.Richard Henderson2-51/+214
2011-01-17rx: Replace sat builtin with ssaddsi3 pattern.Richard Henderson2-14/+31
2011-01-17rx: Rewrite the bit manipulation patterns.Richard Henderson4-88/+166
2011-01-17rx: Fix incorrect usage of + in output operands.Richard Henderson1-5/+5
2011-01-17rx: Cleanup non-VOIDmode SETs.Richard Henderson2-194/+76
2011-01-17rx: Cleanup flags generation.Richard Henderson3-69/+266
2011-01-17rx: Implement cstoresf4.Richard Henderson1-0/+92
2011-01-17rx: Remove %B workaround.Richard Henderson1-2/+0
2011-01-17rx: Split movsicc post-reload.Richard Henderson1-38/+69
2011-01-17rx: Split cstoresi4 post-reload.Richard Henderson3-16/+29
2011-01-17rx: Cleanup conditional branches.Richard Henderson4-318/+436
2011-01-17rx: Remove rx_compare_redundant.Richard Henderson3-156/+1
2011-01-17rx: Move SELECT_CC_MODE to function.Richard Henderson4-9/+34