summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config/m88k/m88k.c
AgeCommit message (Expand)Author
2013-08-06Remove gcc 2.95 from the tree. One of the least bogus compiler we had (althoughMiod Vallat
2006-11-22Definitions for the fast block move routines were missing registers in theirMiod Vallat
2006-07-20Introduce a new compiler warning, -Wstack-larger-than-N, to reportMiod Vallat
2004-07-28In the never-ending saga of getting gcc to work reliably on m88k, today'sMiod Vallat
2004-07-25Always build a stack frame when profiling. Otherwise profiling would onlyMiod Vallat
2004-07-21In builtin_saveregs(), try to save registers with double store instructions,Miod Vallat
2004-07-19In builtin_saveregs(), do not systematically allocate 8 words on the stackMiod Vallat
2004-07-17Minor cleanups (remove duplicated extern lines, useMiod Vallat
2004-07-12Oops, adjust for __va_list size increase.Miod Vallat
2004-06-15Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..).Miod Vallat
2004-06-12Revert 1.10 - there are still bad interactions between block_move_no_loop()Miod Vallat
2004-06-09The GO_IF_LEGITIMATE_ADDRESS fix in m88k.h, as well as all the FUNCTION_ARGMiod Vallat
2004-06-09In FUNCTION_ARG_ADVANCE(), do not pad the register position counter if theMiod Vallat
2004-06-09More meaningful formulation of the __va_stk initialization inMiod Vallat
2004-05-19When passing a variable of 32 bytes or larger, as argument to a function,Miod Vallat
2004-05-19In __builtin_saveregs(), initialize __va_stk to a correct value.Miod Vallat
2004-05-17Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage.Miod Vallat
2003-10-01Introduce a new target switch, -mmemcpy (and -mno-memcpy).Miod Vallat
2003-08-07Disable the so-called optimized memcpy functions for small (less than a fewMiod Vallat
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.Miod Vallat
1999-05-26egcs projects compiler systemMarc Espie