aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
AgeCommit message (Expand)AuthorFilesLines
1999-08-04t-a29kbare: Fix some comments.Jeffrey A Law1-3/+0
1999-07-28mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set and tag the s...Richard Henderson2-8/+70
1999-07-25m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.Richard Henderson2-3/+2
1999-05-03mn10200.md (btst insns): btst does not leave cc0 in a useable state for redun...Jeffrey A Law1-4/+4
1999-03-21i860.h (TARGET_SWITCHES): Add documentation for default case.Jeff Law1-1/+1
1999-03-18* mn10300.h (TARGET_SWITCHES): Add documentation.Jeffrey A Law1-2/+2
1999-03-08openbsd.h (HANDLE_SYSV_PRAGMA): Define.Jeff Law1-5/+0
1999-02-06* mn10300.md (reload_insi): Do not earlyclobber the output operand.Jeffrey A Law1-2/+2
1998-12-15Fix dumb thinkos in last change.Jeff Law1-8/+8
1998-12-15* mn10300.md (bset, bclr): Operand 0 is a read/write operand.Jeffrey A Law1-2/+2
1998-12-15mn10200.md (abssf2, negsf2): New expanders.Jeffrey A Law1-0/+121
1998-09-15mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.Jeffrey A Law1-0/+4
1998-08-26* mn10300.h (RTX_COSTS): Handle UDIV and UMOD too.Jeffrey A Law1-0/+2
1998-08-12mn10300.c (REG_SAVE_BYTES): Only reserve space for registers which will be sa...Jeffrey A Law2-3/+70
1998-08-12mn10300.c, [...]: Remove "global zero register" optimizations.Jeffrey A Law3-305/+9
1998-07-27mn10300.h (DEBUGGER_AUTO_OFFSET): Define.Jeff Law2-8/+23
1998-07-24mn10300.md (movqi, [...]): Correctly handle CONST_DOUBLE source.Jeffrey A Law1-0/+33
1998-07-17* mn10300.c (MODES_TIEABLE_P): Fix typo.Jeffrey A Law1-1/+1
1998-07-16mn10300.c (count_tst_insns): New arg oreg_countp.Jeffrey A Law1-9/+10
1998-07-16mn10300.md (movXX patterns): Make sure the destination is an ADDRESS_REG when...Jeffrey A Law1-15/+102
1998-07-14* mn10300.md (mulsi): Turn into expander + pattern.Jeffrey A Law1-1/+8
1998-07-14mn10300.md (movsi, [...]): Remove "x" from I -> a alternative.Jeff Law1-4/+4
1998-07-13mn10300.h (REG_CLASS_FROM_LETTER): Map 'y' to SP_REGS.Jeff Law3-87/+146
1998-06-17mn10300.md (andsi3): Fix typo.Jeff Law1-1/+1
1998-03-06rtl.h (addr_diff_vec_flags): New typedef.Joern Rennecke1-1/+1
1998-01-28rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after reload completes.Mike Stump1-8/+0
1998-01-27m32r.md, [...]: Add some comments regarding use of dead_or_set_p.Mike Stump1-0/+8
1997-12-21Makefile.in (FPBIT_FUNCS, [...]): Define.Jeff Law1-1/+4
1997-12-06Merge from gcc-2.8Jeff Law3-7/+6
1997-11-04mn10200.h (ASM_OUTPUT_BSS): Delete.Jeffrey A Law1-2/+2
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+1
1997-10-30mn10300.c (const_8bit_operand): New function.Jeffrey A Law2-2/+53
1997-10-27* mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Disable reg+reg.Jeffrey A Law1-5/+12
1997-10-25mn10300.h (TARGET_SWITCHES): Add -mmult-bug and -mno-mult-bug.Jeffrey A Law2-3/+13
1997-10-24Another goof in last change.Jeff Law1-5/+9
1997-10-24Fxi typo in last change.Jeff Law1-0/+1
1997-10-24mn10300.c (symbolic_operand, [...]): New functions.Jeffrey A Law2-2/+77
1997-10-21mn10300.md (movqi, movhi): Avoid using address registers as destinations unle...Jeffrey A Law1-2/+2
1997-10-21mn10300.c (print_operand): Handle 'S'.Jeffrey A Law2-3/+15
1997-10-21mn10300.c (expand_epilogue): Rework to handle register restores in "ret" and ...Jeffrey A Law1-3/+17
1997-06-11mn10300.md (call, call_value): Use "call" instead of "calls" for calls to nam...Jeff Law1-2/+14
1997-05-21* mn10300.md (reload_insi): Handle SUBREG properly.Jeff Law1-2/+16
1997-05-14* mn10300.md (adddi3, subdi3): Remove expanders and patterns.Jeff Law1-56/+0
1997-05-09mn10300.md (udivmodhi4, divmodhi4): Remove expander, give corresponding patte...Jeff Law1-32/+8
1997-05-05mn10300.c (notice_update_cc): Use CC_SET_ZN and CC_SET_ZNV.Jeff Law3-32/+32
1997-04-23mn10300.c (secondary_reload_class): Handle more cases where we need secondary...Jeff Law4-20/+26
1997-04-22mn10300.c (expand_prologue): End the current sequence before counting the tst...Jeff Law3-1/+29
1997-04-14mn10300.c (can_use_return_insn): Include outgoing argument area in size compu...Jeff Law3-53/+73
1997-04-08mn10300.h (RETURN_ADDR_RTX): Define.Jeff Law3-86/+491
1997-04-03mn10300.c (can_use_return_insn): Add size of fixed stack space for function c...Jeff Law3-17/+42