summaryrefslogtreecommitdiff
path: root/gcc/config/m32c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR target/32418 (ICE in global_alloc, at global.c:514)Rask Ingemann Lambertsen2007-06-271-1/+1
* re PR target/32335 (libgcc build failure, ICE in cselib_record_set, at cselib...Rask Ingemann Lambertsen2007-06-202-8/+37
* re PR target/32335 (libgcc build failure, ICE in cselib_record_set, at cselib...Rask Ingemann Lambertsen2007-06-192-12/+21
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-2/+2
* muldiv.md (mulhisi3_c): Limit the mode of the 2nd operand to HI mode.Naveen.H.S2007-05-071-2/+29
* m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.Jayant Sonar2007-05-073-2/+143
* re PR target/31794 (Problem while compiling gcc for m32c-elf)DJ Delorie2007-05-071-5/+5
* * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to m32c-pragma.oDJ Delorie2007-03-091-1/+1
* m32c.c (m32c_unpend_compare): Add default to silence warnings.DJ Delorie2007-02-081-19/+20
* m32c-protos.h (m32c_illegal_subreg_p): New.DJ Delorie2007-02-083-1/+81
* bitops.md, [...]: Follow spelling conventions.Kazu Hirata2007-02-044-19/+19
* m32c.c (m32c_cannot_change_mode_class): We don't allow changes to modes which...DJ Delorie2007-01-251-0/+8
* recog.c (mode_dependent_address_p): Identify pre-increment...Mark Shinwell2006-12-083-13/+1
* m32c.c (m32c_prepare_shift): Use a separate temporary for intermediates.DJ Delorie2006-11-131-5/+7
* cond.md (cbranch<mode>4): Defer splitting until after reload.DJ Delorie2006-09-014-22/+208
* * config/m32c/m32c_lib1.S (__mulsi3): Use only registers for dest.Naveen.H.S2006-08-161-4/+5
* muldiv.md (umulhisi3_c): Use only registers for dest.Naveen.H.S2006-07-121-6/+6
* [multiple changes]DJ Delorie2006-06-265-6/+297
* muldiv.md (mulhisi3_i): Only use registers for dest (TN-16C-A156A/E).DJ Delorie2006-06-221-6/+6
* * config/m32c/muldiv.md (mulpsi3): Expect arbitrary constants.DJ Delorie2006-06-131-1/+1
* m32c.c (m32c_expand_insv): Check that the value we're inserting is a singlt-b...Naveen.H.S2006-05-301-0/+8
* * config/m32c/m32c.h (PTRDIFF_TYPE): Define.DJ Delorie2006-04-181-0/+3
* m32c.c (m32c_function_arg): Structures are always passed on the stack.DJ Delorie2006-04-071-12/+19
* m32c.h (INCOMING_FRAME_SP_OFFSET): Adjust for m16c vs m32c.DJ Delorie2006-04-051-1/+1
* cond.md: Set condition flags properly throughout.DJ Delorie2006-03-3112-35/+344
* m32c.c (m32c_const_ok_for_constraint_p): Bit numbers start at zero.DJ Delorie2006-03-101-5/+9
* addsub.md (addqi3): Disparage a0/a1.DJ Delorie2006-03-0812-172/+1370
* * config/m32c/m32c.h (REG_ALLOC_ORDER): Define.DJ Delorie2006-01-191-0/+7
* m32c.c (m32c_prepare_shift): Add code to deal with the 16 bit shift limit of ...DJ Delorie2006-01-191-4/+64
* shift.md: Rewrite...DJ Delorie2006-01-123-59/+146
* addsub.md (addhi3): Add two more alternatives, for mova with fb, and for fb+0...DJ Delorie2006-01-124-11/+87
* predicates.md (m32c_psi_scale): New.DJ Delorie2005-12-153-3/+45
* c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson2005-11-261-2/+2
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2005-11-051-1/+1
* m32c.c (m32c_pushm_popm): Don't mark epilogue insns as frame related.DJ Delorie2005-10-171-5/+2
* * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.DJ Delorie2005-09-151-1/+1
* m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro.DJ Delorie2005-09-051-1/+1
* m32c.c (m32c_valid_pointer_mode): Remove stray debug fprintf.DJ Delorie2005-09-011-1/+0
* m32c.c (m32c_valid_pointer_mode): New.DJ Delorie2005-08-311-0/+26
* mov.md (movqi_op): Immediates can't be moved to the stack.DJ Delorie2005-08-152-4/+11
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-262-2/+2
* config.gcc: Add m32c-elf support.DJ Delorie2005-07-2021-0/+6295