Age | Commit message (Expand) | Author |
2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | Kurt Miller |
2008-11-04 | Reintroduce the extendsidi2 optimized sequence, but as a define_split | Miod Vallat |
2008-10-28 | Remove extendsidi2 expansion for now. It works, but since it only fills | Miod Vallat |
2008-02-15 | Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, the | Miod Vallat |
2006-11-22 | Definitions for the fast block move routines were missing registers in their | Miod Vallat |
2006-07-20 | Introduce a new compiler warning, -Wstack-larger-than-N, to report | Miod Vallat |
2006-01-13 | Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now | Todd C. Miller |
2005-04-27 | Working trampolines for m88k, with the help of the kernel; now passes the | Miod Vallat |
2004-07-28 | In the never-ending saga of getting gcc to work reliably on m88k, today's | Miod Vallat |
2004-07-25 | Always build a stack frame when profiling. Otherwise profiling would only | Miod Vallat |
2004-07-21 | In builtin_saveregs(), try to save registers with double store instructions, | Miod Vallat |
2004-07-19 | In builtin_saveregs(), do not systematically allocate 8 words on the stack | Miod Vallat |
2004-07-17 | Minor cleanups (remove duplicated extern lines, use | Miod Vallat |
2004-07-12 | Oops, adjust for __va_list size increase. | Miod Vallat |
2004-06-15 | Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..). | Miod Vallat |
2004-06-12 | Revert 1.10 - there are still bad interactions between block_move_no_loop() | Miod Vallat |
2004-06-09 | The GO_IF_LEGITIMATE_ADDRESS fix in m88k.h, as well as all the FUNCTION_ARG | Miod Vallat |
2004-06-09 | In FUNCTION_ARG_ADVANCE(), do not pad the register position counter if the | Miod Vallat |
2004-06-09 | More meaningful formulation of the __va_stk initialization in | Miod Vallat |
2004-05-19 | When passing a variable of 32 bytes or larger, as argument to a function, | Miod Vallat |
2004-05-19 | In __builtin_saveregs(), initialize __va_stk to a correct value. | Miod Vallat |
2004-05-17 | Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage. | Miod Vallat |
2004-05-04 | Do not disable -fcaller-saves anymore. | Miod Vallat |
2004-04-08 | In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for a | Miod Vallat |
2004-04-06 | When optimizing a logical arithmetic operation, which operands are both | Miod Vallat |
2004-03-19 | Disable caller-save (which is enabled at -O2 or -Os) as it suffers from a | Miod Vallat |
2004-02-27 | Teach gcc the proper "set" syntax for __attribute__ ((alias)) to work | Miod Vallat |
2003-10-01 | Introduce a new target switch, -mmemcpy (and -mno-memcpy). | Miod Vallat |
2003-08-08 | On some architectures, being too optimistic in preserve_subexpressions_p(), | Miod Vallat |
2003-08-07 | Disable the so-called optimized memcpy functions for small (less than a few | Miod Vallat |
2003-08-01 | A working gcc 2.95/m88k compiler, for some low standard value of working. | Miod Vallat |
2001-01-29 | 2.95.3, test release 2 | Marc Espie |
2000-09-24 | Synch with FSF stable tree | Marc Espie |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie |
1999-08-23 | Update to gcc 2.95.1, official release. | Marc Espie |
1999-07-22 | 990718, very close to release. | Marc Espie |
1999-05-26 | Configuration fragments for arches that have not been committed to egcs | Marc Espie |
1999-05-26 | egcs projects compiler system | Marc Espie |