Age | Commit message (Expand) | Author | Files | Lines |
2000-04-12 | sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI. | J"orn Rennecke | 1 | -14/+13 |
2000-04-08 | Fix comment. | Joern Rennecke | 1 | -4/+4 |
2000-04-06 | * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define. | J"orn Rennecke | 1 | -1/+19 |
2000-04-06 | Fix Copyright. | Joern Rennecke | 1 | -1/+1 |
2000-04-06 | lib1funcs.asm (___udivsi3_i4): ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant... | J"orn Rennecke | 1 | -1/+1 |
2000-04-06 | lib1funcs.asm (___udivsi3_i4): When using fmovd, make double constant 8-byte ... | J"orn Rennecke | 1 | -0/+6 |
2000-04-06 | sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned GET_MODE_SIZE. | J"orn Rennecke | 1 | -1/+1 |
2000-04-06 | sh.c (sh_insn_length_adjustment): New function. | J"orn Rennecke | 3 | -12/+81 |
2000-04-05 | sh.c (block_lump_real_i4): Add missing clobber of T_REG | Toshiyasu Morita | 1 | -0/+2 |
2000-03-30 | builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | Richard Kenner | 1 | -1/+1 |
2000-03-06 | sh.c: (barrier_align): Handle a delay slot that is filled with an insn from t... | Clinton Popetz | 1 | -3/+20 |
2000-02-28 | * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define. | J"orn Rennecke | 1 | -0/+2 |
2000-02-28 | Comment typo fix. | Joern Rennecke | 1 | -1/+1 |
2000-02-26 | Fix copyrights. | Jeff Law | 4 | -4/+8 |
2000-02-26 | elfos.h (ASM_OUTPUT_LABELREF): Don't define. | Geoff Keating | 1 | -7/+1 |
2000-02-25 | sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by UNITS_PER_WORD. | J"orn Rennecke | 1 | -5/+6 |
2000-02-24 | Fix bug exposed by reload.c no longer rounding the frame size to BIGGEST_ALIG... | J"orn Rennecke | 1 | -11/+18 |
2000-02-24 | Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change: | J"orn Rennecke | 3 | -6/+28 |
2000-02-23 | final.c (shorten_branches): Make value passed to LABEL_ALIGN conform to docum... | J"orn Rennecke | 3 | -1/+27 |
2000-02-16 | sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode. | J"orn Rennecke | 2 | -5/+0 |
2000-02-16 | * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn. | J"orn Rennecke | 1 | -0/+7 |
2000-02-16 | sh.md (udivsi3_i1, [...]): Name. | J"orn Rennecke | 1 | -62/+151 |
2000-02-15 | sh.md: Guard insn splits against illegal registers. | Andrew Haley | 2 | -5/+5 |
2000-02-15 | Makefile.in (lcm.o): Depend on insn-attr.h. | J"orn Rennecke | 4 | -165/+123 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2000-01-19 | Back out prepare_scc_operands changes from this afternoon. | J"orn Rennecke | 1 | -3/+2 |
2000-01-19 | * sh.c (prepare_scc_operands): Add EQ case. | J"orn Rennecke | 1 | -0/+2 |
2000-01-19 | sh.h (PASS_IN_REG_P): Remove extraneous paranthesis. | J"orn Rennecke | 1 | -2/+2 |
2000-01-19 | sh.c (prepare_scc_operands): Abort if no compare insn is available. | J"orn Rennecke | 1 | -52/+52 |
2000-01-19 | * sh.md (fpu_single, fp_mode): New attributes. | J"orn Rennecke | 1 | -36/+89 |
2000-01-14 | sh-protos.h: New file. | Kaveh R. Ghazi | 5 | -107/+229 |
2000-01-05 | configure.in (m68*-*-rtemscoff*): New target, formal name for old m68*-*-rtems*. | Joel Sherrill | 2 | -3/+7 |
1999-11-24 | sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case where we need to reload fp... | Andrew Haley | 1 | -1/+3 |
1999-10-14 | 1750a.md (movstrqi): Add missing output reload constraint. | Richard Henderson | 1 | -7/+7 |
1999-10-12 | * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE. | J"orn Rennecke | 1 | -1/+3 |
1999-10-12 | * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS. | J"orn Rennecke | 1 | -1/+1 |
1999-10-12 | sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to FPUL_REGS. | J"orn Rennecke | 1 | -1/+2 |
1999-09-15 | gbl-ctors.h: Lose HAVE_ATEXIT. | Jason Merrill | 1 | -3/+0 |
1999-09-14 | sh.c (sh_builtin_saveregs): Use get_varargs_alias_set. | Richard Henderson | 2 | -9/+280 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 3 | -87/+92 |
1999-08-20 | rtl.h (rtx_format): Constify a char*. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-10 | Fix -O0 core dump reported by Fred Fish. | Jim Wilson | 1 | -1/+4 |
1999-08-09 | Include function.h in most files. | Bernd Schmidt | 2 | -2/+1 |
1999-08-05 | lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop. | J"orn Rennecke | 1 | -3/+3 |
1999-08-04 | t-a29kbare: Fix some comments. | Jeffrey A Law | 1 | -4/+4 |
1999-07-25 | m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise. | Richard Henderson | 2 | -5/+3 |
1999-06-21 | sh.c (machine_dependent_reorg): When fixing up fp pcloads... | J"orn Rennecke | 1 | -1/+24 |
1999-06-21 | elf.h (BSS_SECTION_ASM_OP, [...]): Add the macros. | Vladimir Makarov | 1 | -0/+24 |
1999-06-16 | * sh.md (mulsi3): Don't add a no-op move at the end. | J"orn Rennecke | 1 | -9/+1 |
1999-06-10 | sh.h (TARGET_HARWARD, [...]): Changed the former to the latter. | J"orn Rennecke | 2 | -10/+10 |