aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.md
AgeCommit message (Expand)AuthorFilesLines
2005-09-07re PR target/23747 (ICE with -O2, -O3 execute/builtins/memcpy-chk.c)Kazuhiro Inaoka1-2/+2
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-05-24m32r.c (m32r_expand_block_move): Return 0 if nothing was done.Kazuhiro Inaoka1-3/+5
2005-05-06m32r.c (m32r_encode_section_info): Use gcc_assert and gcc_unreachable, as app...Nathan Sidwell1-3/+3
2005-03-18config/m32r/m32r-protos.h...Kazu Hirata1-0/+2
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-10(load_sda_base_32): New pattern. Loads sda base address on medium model.Kazuhiro Inaoka1-0/+8
2004-12-15config/m32r.c (m32r_legitimize_pic_address): Changed to support GOTOFF reloca...Kazuhiro Inaoka1-1/+11
2004-09-14m32r.md, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-24re PR target/17093 ([m32r-*-gcc] ICE with -msdata=use -O0)Nick Clifton1-1/+1
2004-07-27m32r.c: Include integrate.h in order to get the prototype for get_hard_reg_in...Nick Clifton1-8/+8
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-2/+2
2004-06-28m32r.c (m32r_sched_odd_word_p, [...]): Remove.Steven Bosscher1-193/+110
2004-03-09* config/m32r/m32r.md: Remove all define_peephole's.Kazu Hirata1-58/+0
2004-02-03alpha.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-4/+4
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+2
2004-01-15* config/m32r/m32r.md: Remove useless calls to gen_lowpart.Kazu Hirata1-6/+4
2004-01-14m32r.md: Use GEN_INT instead of gen_rtx (CONST_INT, VOIDmode, ...).Kazu Hirata1-3/+3
2004-01-10m32r.md: Use define_constants for unspec and unspec_volatile.Kazu Hirata1-18/+25
2004-01-10m32r.md (flush_icache): Use 1 for unspec_volatile.Kazu Hirata1-1/+1
2004-01-09re PR target/13380 (An unrecognized insn.)Kazu Hirata1-96/+96
2004-01-09m32r.c (m32r_expand_block_move): Call gen_movestrsi_internal with two more ar...Kazu Hirata1-6/+10
2003-12-31Add support for m32r-linux target.Kazuhiro Inaoka1-7/+153
2003-12-25* config/m32r/m32r.md: Remove a constraint from a splitter.Kazu Hirata1-1/+1
2003-12-17re PR target/11012 ([m32r-elf] wrong code with -O at branch of conditional)Kazu Hirata1-17/+0
2003-12-11m32r.c: Convert to ISO-CNick Clifton1-10/+10
2003-12-09m32r.h: Add support for m32r2 processor.Kazuhiro Inaoka1-5/+9
2003-09-27GNU CC -> GCCKelley Cook1-4/+4
2003-07-06h8300.c: Fix comment typos.Kazu Hirata1-2/+2
2003-06-17ChangeLog.3: Fix comment typos.Kazu Hirata1-1/+1
2003-06-15alpha.md: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-13* config/m32r/m32r.md: Fix a comment typo.Kazu Hirata1-1/+1
2002-09-20m32r.c: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-17Replace gen_sequence with get_insns.Nick Clifton1-2/+2
2002-01-09m32r.c (move_src_operand): Fix 32-bit int test.Richard Henderson1-3/+3
2001-11-19unix.h (ASM_FILE_START): Const-ify.Kaveh R. Ghazi1-2/+2
2001-11-09m32r.c: Add support for m32rx processor.Ben Elliston1-8/+101
2001-11-041750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.Kaveh R. Ghazi1-2/+2
2001-06-11Fix compile time warningsNick Clifton1-2/+2
1999-11-09Add prototype header fileNick Clifton1-135/+844
1999-10-141750a.md (movstrqi): Add missing output reload constraint.Richard Henderson1-3/+3
1999-09-16m32r.c: Include toplev.h.Richard Henderson1-1/+5
1999-09-06Merge in gcc2-ss-010999Jeff Law1-8/+6
1999-02-10Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.Jim Wilson1-7/+1
1998-12-10Fix alpha-x-m32r-elf bugs.Jim Wilson1-2/+3
1998-11-24Describe changes made to source and destination registers.Nick Clifton1-3/+3
1998-09-18Fix for PR1654 - implement "movstrsi" pattern to copy simple blocks of memory.Nick Clifton1-0/+36
1998-09-03Change (reg:CC 17) to (reg:SI 17)Nick Clifton1-16/+23
1998-05-08Hunk of m32r changesMichael Meissner1-311/+359
1998-04-28update m32r portMichael Meissner1-34/+271