| Age | Commit message (Expand) | Author |
| 2000-07-24 | Pull in a change critical to making the sparc64 compile: | mycroft |
| 2000-07-03 | Pass -m21264 to assembler for -mcpu=21264a or -mcpu=ev67 | sommerfeld |
| 2000-07-03 | incease the biggest alignment to 8 bytes | matt |
| 2000-07-03 | fix serious recog bug. Basically addl2 was never used since the rtx_equal_p | matt |
| 2000-07-02 | Add arm26 support to GCC. This is only very slightly tested at present. | bjh21 |
| 2000-06-19 | Disable "fancy math" the correct way (it's TARGET_DEFAULT that is used | kristerw |
| 2000-06-09 | Backout the previous since it isn't necessary. This version of gcc | kristerw |
| 2000-06-09 | Backout the previous since it isn't necessary. This version of gcc | enami |
| 2000-06-08 | Use sjlj exceptions. | kristerw |
| 2000-05-22 | sync movsi_i* from egcs-current. | msaitoh |
| 2000-05-20 | Sync *{mul,div}*i3 with egcs-current. | msaitoh |
| 2000-05-16 | Add clobber of the condition code register. Patch by Richard Earnshaw. | is |
| 2000-05-03 | use TARGET_DEFAULT to generate PIC code. | shin |
| 2000-05-01 | remove MIPS SOFTFLOAT (forgot to delete these lines). | shin |
| 2000-04-03 | Don't enable CIX on ev6/21264, but add an ev67/21264a switch that does | thorpej |
| 2000-03-27 | set DWARF_LINE_MIN_INSTR_LENGTH to 2 because the length of instruction | msaitoh |
| 2000-03-16 | Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey. | elric |
| 2000-03-05 | remove MIPS SOFTFLOAT. | shin |
| 2000-02-27 | Let "egcs" recognize strftime(3)'s "%F" conversion. Patch supplied by | tron |
| 2000-02-19 | - tm.h is automatically generated by configure in gnu/dist/gcc, | tsutsui |
| 2000-02-16 | Add mipseb support to egcs distfiles. | tsutsui |
| 2000-02-16 | Add support of mipseb target. | tsutsui |
| 2000-02-01 | C++ exceptions doesn't work in i386 shared libs when using sjlj exceptions | kristerw |
| 2000-01-19 | #define POSIX | mycroft |
| 2000-01-06 | apply some patches from egcs-current (to make gcc more reliable) | msaitoh |
| 2000-01-02 | pass arg 4 of the qsort() correctly. | msaitoh |
| 1999-12-03 | Pass in the appropriate machine directive to the assembler if an -mcpu=... | thorpej |
| 1999-11-26 | add "system.h" | msaitoh |
| 1999-10-25 | more radical fix for the last problem, from the egcs/gcc mailing list | drochner |
| 1999-10-07 | gcc for sh3 | msaitoh |
| 1999-09-29 | Hpcmips needs completely FPU instruction free user land. | takemura |
| 1999-09-27 | For ELF, rename the profiling entry from mcount to __mcount to avoid clashing | kleink |
| 1999-09-04 | Fix for a misoptimization, from the egcs/gcc mailing list | drochner |
| 1999-08-23 | Nuke explicit entry symbol specification; crt0 provides _start, which is | kleink |
| 1999-07-29 | From the egcs development tree: | mycroft |
| 1999-07-07 | Do DBX debugging symbols (stabs) the usual ELF way, using relative | fvdl |
| 1999-06-07 | For now make the warning that we are passing a NULL format to printf | christos |
| 1999-06-05 | Sync with <machine/ansi.h>: `size_t' is now a `long'. | pk |
| 1999-05-29 | G/C predefition of `m68k'; update a debugging-related comment. | kleink |
| 1999-05-27 | m68k/ELF target configuration. | kleink |
| 1999-05-27 | XXX Temporarily disable the tablejump switch{} implementation when | pk |
| 1999-05-05 | Patch from Richard Earnshaw to work around the ldrb label-movement problem. | mycroft |
| 1999-04-26 | Fix ASM_OUTPUT_IDENT macro to emit a suitable .ident for gas. | mark |
| 1999-04-25 | Fix evil bitfield bug. | ragge |
| 1999-04-10 | Correct comparison length botch in `deprecated unix' symbol check; | kleink |
| 1999-04-06 | Merge egcs 1.1.2 conflicts. | tv |
| 1999-04-06 | Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. | tv |
| 1999-04-01 | Adapt NetBSD/i386 configuration to egcs changes wrt. TARGET_DEFAULT. This | fvdl |
| 1999-03-27 | if using -Os, don't pad loops and branches to 'nice' boundaries w/nops | cgd |
| 1999-03-16 | Patches for "gcc" optimization bug on "arm32" supplied by Richard Earnshaw. | tron |