summaryrefslogtreecommitdiff
path: root/gcc/config/rx
Commit message (Expand)AuthorAgeFilesLines
* * config/rx/rx.md (movsicc): Allow register to registernickc2011-08-111-22/+42
* * config/rx/rx.md: Disable extender peepholes at -O3.nickc2011-08-091-10/+10
* PR middle-end/46500amylaar2011-06-161-4/+4
* * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move tojsm282011-06-141-56/+0
* PR target/49098nickc2011-05-211-1/+3
* * config/rx/rx.c (rx_memory_move_cost): Include cost of registernickc2011-05-171-1/+1
* * config/rx/rx.md (bitset_in_memory): Use rx_restricted_mem_operand.nickc2011-05-171-3/+3
* * config/rx/rx.md: Add peephole to remove redundant extensionsnickc2011-05-171-0/+29
* * config/rx/rx.md: Add peepholes to match a register move followednickc2011-05-171-0/+33
* * config/rx/rx.md (mov expander): Fix use ofnickc2011-05-132-2/+2
* (rx_builtins): New arrays - holds builtin functions.nickc2011-05-121-1/+20
* * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.nickc2011-05-122-13/+15
* * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.nickc2011-05-103-4/+17
* * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.bernds2011-05-031-1/+1
* * config/fr30/fr30-protos.h (Mmode): Don't define.jsm282011-05-022-15/+14
* gcc/rsandifo2011-04-214-6/+7
* * config/rx/rx.md (movmemsi): Do not use this pattern whennickc2011-04-131-0/+8
* * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name onjsm282011-04-071-3/+3
* * config/rx/rx-opts.h: New.jsm282011-04-054-49/+95
* * doc/options.texi (ToLower): Document.jsm282011-04-043-7/+7
* * config/rx/rx.md: Add peepholes and patterns to combinenickc2011-03-304-29/+284
* 2011-03-28 Vladimir Makarov <vmakarov@redhat.com>vmakarov2011-03-291-5/+0
* 2011-03-27 Vladimir Makarov <vmakarov@redhat.com>vmakarov2011-03-281-0/+5
* 2011-03-27 Vladimir Makarov <vmakarov@redhat.com>vmakarov2011-03-271-5/+0
* * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.nickc2011-03-243-0/+66
* * target.def (handle_option): Take gcc_options andjsm282011-03-221-1/+11
* ChangeLog gcc/ktietz2011-03-211-5/+9
* * config/rx/rx.md (andsi3, andsi3_flags): Fix timings for threenickc2011-03-101-2/+2
* * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.nickc2011-03-101-2/+11
* * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.jsm282011-02-171-2/+2
* * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.aesok2011-02-143-13/+9
* * config/rx/predicates.md (rx_zs_comparison_operator): Revertrth2011-02-102-7/+10
* * config/rx/predicates.md (rx_zs_comparison_operator): Removenickc2011-02-033-5/+8
* * config/rx/rx.c (rx_get_stack_layout): Only save call clobberednickc2011-01-311-4/+6
* * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.nickc2011-01-253-25/+27
* rx: Uncomplicate fp comparisons.rth2011-01-244-221/+15
* rx: Enable the compare-elim pass.rth2011-01-221-0/+3
* * config/rx/rx.md (cstoresf4): Pass comparison operator tonickc2011-01-221-1/+1
* * config/rx/rx.md (UNSPEC_CONST): New.nickc2011-01-222-54/+119
* rx: Split adddi3 and subdi3 after reload.rth2011-01-172-51/+214
* rx: Replace sat builtin with ssaddsi3 pattern.rth2011-01-172-14/+31
* rx: Rewrite the bit manipulation patterns.rth2011-01-174-88/+166
* rx: Fix incorrect usage of + in output operands.rth2011-01-171-5/+5
* rx: Cleanup non-VOIDmode SETs.rth2011-01-172-194/+76
* rx: Cleanup flags generation.rth2011-01-173-69/+266
* rx: Implement cstoresf4.rth2011-01-171-0/+92
* rx: Remove %B workaround.rth2011-01-171-2/+0
* rx: Split movsicc post-reload.rth2011-01-171-38/+69
* rx: Split cstoresi4 post-reload.rth2011-01-173-16/+29
* rx: Cleanup conditional branches.rth2011-01-174-318/+436