public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* ColdFire submission
@ 2007-01-10 10:30 Richard Sandiford
  2007-01-10 10:31 ` [ColdFire 1/63] Retabulate TARGET_CPU_CPP_BUILTINS Richard Sandiford
  2007-01-10 22:58 ` ColdFire submission Steven Bosscher
  0 siblings, 2 replies; 280+ messages in thread
From: Richard Sandiford @ 2007-01-10 10:30 UTC (permalink / raw)
  To: gcc-patches

I'm about to submit the ColdFire 4.3 project:

    http://gcc.gnu.org/wiki/Coldfire_changes

As usual with this sort of thing, a single patch would be too big
to review as a unit.  I've therefore tried to split it into smaller,
more managable, pieces.  There ended up being 63 in all.

It isn't really feasible to run regression tests for each individual
patch, as it would take an order of months, and mainline would have
changed a great deal by the time I'd finished.  I therefore ran some
simple compile-only tests for the individual patches and did the
main testing on the series as a whole.

Specifically, to test the patches individually, I compiled a
baseline xgcc and cc1 for the following targets:

    m68k-aout m68k-coff m68020-unknown-elf m68k-elf
    m68010-unknown-netbsdelf m68k-netbsdelf m68k-openbsd
    m68k-uclinux m68k-linux m68k-rtems

and saved the make logs.  Then, for each patch in the series,
I built the tools again and compared the new make logs with the
last ones.  I checked these diffs to make sure there were no
unexpected changes.

To test the series as a whole, I ran tests for these configuration
and option combinations:

    m68k-linux-gnu -mcpu=5485
    m68k-uclinux -mcpu=5329{,-msep-data,-mid-shared-library}
    m68k-elf -mcpu=5208

These tests weren't regression tests because the support is new.
However, the results were as expected, and tie in with those for
the original 4.1 sources.

There are some target-independent changes, so I bootstrapped and
regression-tested the series on x86_64-linux-gnu.  One of the
patches also steals code from MIPS; I'll describe the MIPS testing
when I get to that patch.

CodeSourcery don't have access to 680x0 hardware, so I didn't do
normal regression tests on 680x0 systems.  However, as a sanity check,
I compiled gcc.c-torture, gcc.dg and g++.dg for the above targets
using the options:

      -O0 -O2 -msep-data -mid-shared-library -mpcrel -fpic -fPIC
      -O/-m68000 -O/-m68020 -O/-m68020-40 -O/-m68020-60
      -O/-m68040 -O/-m68060 -O/-mcpu32 -O/-m68881

Not all these options make sense for all targets, but it was easier to
automate the test this way.  I then compared the logs for the unpatched
compiler with those for the patched compiler, and there seemed to be no
new build failures.  I also spot-checked some of the assembly code
differences.  Those that I saw seemed benign.

Sorry for the upcoming deluge...

Richard

^ permalink raw reply	[flat|nested] 280+ messages in thread

end of thread, other threads:[~2007-04-20 17:34 UTC | newest]

Thread overview: 280+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-10 10:30 ColdFire submission Richard Sandiford
2007-01-10 10:31 ` [ColdFire 1/63] Retabulate TARGET_CPU_CPP_BUILTINS Richard Sandiford
2007-01-10 10:33   ` [ColdFire 2/63] Use TUNE_* macros instead of TARGET_* macros Richard Sandiford
2007-01-10 10:34     ` [ColdFire 3/63] Add TUNE_68040_60 Richard Sandiford
2007-01-10 10:35       ` [ColdFire 4/63] TARGET_COLDFIRE_FPU vs. TARGET_CFV4E Richard Sandiford
2007-01-10 10:37         ` [ColdFire 5/63] Introduce TARGET_ISAB Richard Sandiford
2007-01-10 17:53           ` Jeffrey Law
2007-01-10 10:39         ` [ColdFire 6/63] Make gcc honour -m68010 Richard Sandiford
2007-01-10 10:45           ` [ColdFire 7/63] Default target selection and --with-cpu support Richard Sandiford
2007-01-10 10:46             ` [ColdFire 8/63] Share ASM_SPEC code between targets Richard Sandiford
2007-01-10 10:54               ` [ColdFire 9/63] Add -mcpu, -march, -mtune, and related options Richard Sandiford
2007-01-10 10:55                 ` [ColdFire 10/63] Rename TARGET_68040_ONLY to TARGET_68040 Richard Sandiford
2007-01-10 10:57                   ` [ColdFire 11/63] Treat mc680x0 macros as tuning-dependent macros Richard Sandiford
2007-01-10 10:58                     ` [ColdFire 12/63] Add new predefined macros Richard Sandiford
2007-01-10 11:00                       ` [ColdFire 13/63] Remove some RejectNegatives Richard Sandiford
2007-01-10 11:02                         ` [ColdFire 14/63] Make "long double" the same as "double" on ColdFire Richard Sandiford
2007-01-10 11:05                           ` [RTL, ColdFire 15/63] Avoid out-of-segment constants on uClinux Richard Sandiford
2007-01-10 11:10                             ` [ColdFire 16/63] Bring *-uclinux configurations closer to *-linux-gnu Richard Sandiford
2007-01-10 11:13                               ` [ColdFire 17/63] Assorted uClinux improvements Richard Sandiford
2007-01-10 11:15                                 ` [ColdFire 18/63] Configuration cleanups Richard Sandiford
2007-01-10 11:16                                   ` [ColdFire 19/63] Make MOTOROLA a numeric macro from the outset Richard Sandiford
2007-01-10 11:17                                     ` [ColdFire 20/63] Factor out soft-float library support Richard Sandiford
2007-01-10 11:19                                       ` [ColdFire 21/63] Add *_REGNO_P macros Richard Sandiford
2007-01-10 11:20                                         ` [ColdFire 22/63] Remove redundant PIC handling Richard Sandiford
2007-01-10 11:21                                           ` [ColdFire 23/63] Some assorted cleanups Richard Sandiford
2007-01-10 11:23                                             ` [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro Richard Sandiford
2007-01-10 11:24                                               ` [ColdFire 25/63] Define MODE_INDEX_REG_CLASS for m68k Richard Sandiford
2007-01-10 11:28                                                 ` [ColdFire 26/63] Rework the call and jump handling Richard Sandiford
2007-01-10 11:32                                                   ` [ColdFire 27/63] Addressing mode changes and fixes Richard Sandiford
2007-01-10 11:34                                                     ` [middle-end, ColdFire 28/63] Change the canonical NaN representation Richard Sandiford
2007-01-10 11:35                                                       ` [ColdFire 29/63] Fix a movdf bug Richard Sandiford
2007-01-10 11:38                                                         ` [ColdFire 30/63] Fix rounding for ColdFire FPUs Richard Sandiford
2007-01-10 11:39                                                           ` [ColdFire 31/63] Fix rounding problems in fpgnulib.c Richard Sandiford
2007-01-10 11:41                                                             ` [ColdFire 32/63] Delete USE_RETURN_INSN Richard Sandiford
2007-01-10 11:42                                                               ` [ColdFire 33/63] Force an epilogue when restoring FPU registers Richard Sandiford
2007-01-10 11:44                                                                 ` [ColdFire 34/63] Don't emit a nop after noreturn calls Richard Sandiford
2007-01-10 11:46                                                                   ` [RTL, ColdFire 35/63] Expose dual %d0/%a0 return value in RTL Richard Sandiford
2007-01-10 11:49                                                                     ` [ColdFire 36/63] Use RTL for prologues and epilogues Richard Sandiford
2007-01-10 11:50                                                                       ` [ColdFire 37/63] " Richard Sandiford
2007-01-10 11:51                                                                         ` [ColdFire 38/63] Clean up handling of integer moves Richard Sandiford
2007-01-10 11:53                                                                           ` [ColdFire 39/63] Fix mov3q handling Richard Sandiford
2007-01-10 11:55                                                                             ` [ColdFire 40/63] Add more movsf_cf_soft alternatives Richard Sandiford
2007-01-10 11:55                                                                               ` [ColdFire 41/63] Add support for the ff1 instruction Richard Sandiford
2007-01-10 11:56                                                                                 ` [ColdFire 42/63] Add support for sibling calls Richard Sandiford
2007-01-10 11:57                                                                                   ` [ColdFire 43/63] Use floating-point branches on ColdFire too Richard Sandiford
2007-01-10 11:58                                                                                     ` [ColdFire 44/63] Remove unncessary saves and restores of %a5 Richard Sandiford
2007-01-10 12:00                                                                                       ` [ColdFire 45/63] Set TARGET_ASM_FILE_START_APP_OFF to false for GNU/Linux Richard Sandiford
2007-01-10 12:01                                                                                         ` [ColdFire 46/63] Add support for unwinding through signal handlers Richard Sandiford
2007-01-10 12:03                                                                                           ` [ColdFire 47/63] Fix PR target/28181 Richard Sandiford
2007-01-10 12:04                                                                                             ` [ColdFire 48/63] Fix the 'T' constraint Richard Sandiford
2007-01-10 12:06                                                                                               ` [ColdFire 49/63] Save and restore the PIC register when using a constant pool Richard Sandiford
2007-01-10 12:07                                                                                                 ` [ColdFire 50/63] Save the PIC register for __builtin_eh_return Richard Sandiford
2007-01-10 12:08                                                                                                   ` [ColdFire 51/63] Don't use move.l CCs for SFmode comparisons Richard Sandiford
2007-01-10 12:09                                                                                                     ` [ColdFire 52/63] Don't use neg.l and negx.l on memory for ColdFire Richard Sandiford
2007-01-10 12:10                                                                                                       ` [ColdFire 53/63] Static chain fixes Richard Sandiford
2007-01-10 12:11                                                                                                         ` [ColdFire 54/63] Define PREFERRED_STACK_BOUNDARY Richard Sandiford
2007-01-10 12:13                                                                                                           ` [ColdFire 55/63] Add support for vcall_offset thunks Richard Sandiford
2007-01-10 12:15                                                                                                             ` [ColdFire 56/63] ColdFire multilibs and --with-arch Richard Sandiford
2007-01-10 12:17                                                                                                               ` [ColdFire 57/63] Automatically generate SYSROOT_SUFFIX on uClinux Richard Sandiford
2007-01-10 12:19                                                                                                                 ` [ColdFire 58/63] XFAIL mul-subnormal-single-1 for ColdFire FPUs Richard Sandiford
2007-01-10 12:21                                                                                                                   ` [ColdFire 59/63] compat-related testsuite fixes for uClinux Richard Sandiford
2007-01-10 12:22                                                                                                                     ` [ColdFire 60/63] Tweak the memset() builtin tests Richard Sandiford
2007-01-10 12:24                                                                                                                       ` [ColdFire 61/63] Fix vsnprintf() tests on uClibc Richard Sandiford
2007-01-10 12:25                                                                                                                         ` [ColdFire 62/63] Tighten check in 20030125-1.x Richard Sandiford
2007-01-10 12:27                                                                                                                           ` [ColdFire 63/63] libstdc++ testsuite fixes for uClibc Richard Sandiford
2007-01-10 14:52                                                                                                                             ` Paolo Bonzini
2007-01-10 15:12                                                                                                                               ` Richard Sandiford
2007-01-10 15:18                                                                                                                                 ` Paolo Bonzini
2007-01-10 17:31                                                                                                                             ` Benjamin Kosnik
2007-01-16 18:14                                                                                                             ` [ColdFire 55/63] Add support for vcall_offset thunks Jeffrey Law
2007-01-10 18:00                                                                                                           ` [ColdFire 54/63] Define PREFERRED_STACK_BOUNDARY Jeffrey Law
2007-01-16  2:35                                                                                                           ` Roman Zippel
2007-01-16 17:08                                                                                                             ` Jeffrey Law
2007-01-10 19:19                                                                                                         ` [ColdFire 53/63] Static chain fixes Jeffrey Law
2007-01-10 21:32                                                                                                           ` Paul Brook
2007-01-10 21:48                                                                                                             ` Jeffrey Law
2007-01-10 21:54                                                                                                               ` Andrew Pinski
2007-01-10 22:06                                                                                                                 ` Jeffrey Law
2007-01-10 22:09                                                                                                                   ` Daniel Jacobowitz
2007-01-11 17:17                                                                                                                     ` Jeffrey Law
2007-01-10 22:11                                                                                                                   ` Richard Sandiford
2007-01-10 21:33                                                                                                           ` Richard Sandiford
2007-01-10 21:44                                                                                                             ` Richard Sandiford
2007-01-15  0:19                                                                                                             ` Gerald Pfeifer
2007-01-11 17:54                                                                                                       ` [ColdFire 52/63] Don't use neg.l and negx.l on memory for ColdFire Jeffrey Law
2007-01-10 18:48                                                                                                     ` [ColdFire 51/63] Don't use move.l CCs for SFmode comparisons Jeffrey Law
2007-01-10 19:20                                                                                                   ` [ColdFire 50/63] Save the PIC register for __builtin_eh_return Jeffrey Law
2007-01-22 17:52                                                                                                   ` Roman Zippel
2007-01-22 18:46                                                                                                     ` Richard Sandiford
2007-01-24 19:47                                                                                                       ` Jeffrey Law
2007-01-11 17:52                                                                                                 ` [ColdFire 49/63] Save and restore the PIC register when using a constant pool Jeffrey Law
2007-01-10 18:47                                                                                               ` [ColdFire 48/63] Fix the 'T' constraint Jeffrey Law
2007-01-16 18:16                                                                                             ` [ColdFire 47/63] Fix PR target/28181 Jeffrey Law
2007-01-16  1:38                                                                                           ` [ColdFire 46/63] Add support for unwinding through signal handlers Roman Zippel
2007-01-16  5:20                                                                                             ` Richard Sandiford
2007-01-22 17:16                                                                                               ` Roman Zippel
2007-01-29  9:54                                                                                                 ` Richard Sandiford
2007-01-22 17:46                                                                                               ` [m68k 2/2] unwind support for signal handler Roman Zippel
2007-01-28  9:04                                                                                                 ` Andreas Schwab
2007-01-22 17:49                                                                                               ` [m68k 1/2] define DWARF_FRAME_RETURN_COLUMN Roman Zippel
2007-01-22 19:51                                                                                                 ` Richard Sandiford
2007-01-22 20:15                                                                                                   ` Andreas Schwab
2007-01-22 20:23                                                                                                     ` Richard Sandiford
2007-01-22 21:06                                                                                                       ` Andreas Schwab
2007-01-22 22:08                                                                                                         ` Richard Sandiford
2007-01-22 22:57                                                                                                           ` Andreas Schwab
2007-01-23  7:40                                                                                                             ` Richard Sandiford
2007-01-22 23:03                                                                                                   ` Roman Zippel
2007-01-23  7:55                                                                                                     ` Richard Sandiford
2007-01-23 11:52                                                                                                       ` Roman Zippel
2007-01-29 10:38                                                                                                         ` Richard Sandiford
2007-01-31 22:34                                                                                                           ` Andreas Schwab
2007-01-10 17:59                                                                                         ` [ColdFire 45/63] Set TARGET_ASM_FILE_START_APP_OFF to false for GNU/Linux Jeffrey Law
2007-01-10 18:28                                                                                         ` Andreas Schwab
2007-01-10 18:43                                                                                           ` Jeffrey Law
2007-01-10 18:50                                                                                             ` Andreas Schwab
2007-01-10 19:15                                                                                               ` Jeffrey Law
2007-01-10 19:45                                                                                                 ` Andreas Schwab
2007-01-11 17:50                                                                                       ` [ColdFire 44/63] Remove unncessary saves and restores of %a5 Jeffrey Law
2007-01-10 17:58                                                                                     ` [ColdFire 43/63] Use floating-point branches on ColdFire too Jeffrey Law
2007-01-16 18:04                                                                                   ` [ColdFire 42/63] Add support for sibling calls Jeffrey Law
2007-01-10 19:21                                                                                 ` [ColdFire 41/63] Add support for the ff1 instruction Jeffrey Law
2007-01-10 18:46                                                                               ` [ColdFire 40/63] Add more movsf_cf_soft alternatives Jeffrey Law
2007-01-10 18:46                                                                             ` [ColdFire 39/63] Fix mov3q handling Jeffrey Law
2007-01-16 17:49                                                                           ` [ColdFire 38/63] Clean up handling of integer moves Jeffrey Law
2007-01-16 17:58                                                                         ` [ColdFire 37/63] Use RTL for prologues and epilogues Jeffrey Law
2007-01-10 23:06                                                                       ` [ColdFire 36/63] " Joseph S. Myers
2007-01-11  8:10                                                                         ` Richard Sandiford
2007-01-16 17:53                                                                       ` Jeffrey Law
2007-01-16 17:56                                                                         ` Richard Sandiford
2007-01-22 18:11                                                                       ` Roman Zippel
2007-01-22 20:07                                                                         ` Richard Sandiford
2007-01-23  1:05                                                                           ` Roman Zippel
2007-01-23  7:37                                                                             ` Richard Sandiford
2007-01-23 14:20                                                                               ` Roman Zippel
2007-01-23 16:12                                                                                 ` Richard Sandiford
2007-01-23 16:50                                                                                   ` Roman Zippel
2007-01-24 19:43                                                                                     ` Jeffrey Law
2007-01-24 23:04                                                                                       ` Roman Zippel
2007-01-24 23:26                                                                                         ` Jeffrey Law
2007-01-29 10:23                                                                           ` Improve PARALLEL handling in dwarf2out_frame_debug_expr Richard Sandiford
2007-01-12 16:09                                                                     ` [RTL, ColdFire 35/63] Expose dual %d0/%a0 return value in RTL Ian Lance Taylor
2007-01-10 17:58                                                                   ` [ColdFire 34/63] Don't emit a nop after noreturn calls Jeffrey Law
2007-01-10 17:57                                                                 ` [ColdFire 33/63] Force an epilogue when restoring FPU registers Jeffrey Law
2007-01-10 17:57                                                               ` [ColdFire 32/63] Delete USE_RETURN_INSN Jeffrey Law
2007-01-11 17:40                                                             ` [ColdFire 31/63] Fix rounding problems in fpgnulib.c Jeffrey Law
2007-01-11 17:35                                                           ` [ColdFire 30/63] Fix rounding for ColdFire FPUs Jeffrey Law
2007-01-10 18:44                                                         ` [ColdFire 29/63] Fix a movdf bug Jeffrey Law
2007-01-11  5:32                                                       ` [middle-end, ColdFire 28/63] Change the canonical NaN representation Roger Sayle
2007-01-11 17:30                                                   ` [ColdFire 26/63] Rework the call and jump handling Jeffrey Law
2007-01-10 19:30                                               ` [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro Jeffrey Law
2007-01-10 21:28                                                 ` Richard Sandiford
2007-01-16 21:42                                                   ` Jeffrey Law
2007-01-17  5:36                                                     ` Richard Sandiford
2007-01-17  6:07                                                       ` Ian Lance Taylor
2007-01-17  6:30                                                         ` Jeffrey Law
2007-01-17 13:57                                                           ` Ian Lance Taylor
2007-01-17 16:49                                                             ` Jeffrey Law
2007-01-17 16:57                                                               ` Ian Lance Taylor
2007-01-17 17:27                                                                 ` Jeffrey Law
2007-01-17 18:09                                                                   ` Richard Sandiford
2007-01-17 18:26                                                                     ` Ian Lance Taylor
2007-01-18 19:37                                                       ` Richard Sandiford
2007-02-09 15:16                                                         ` Richard Sandiford
2007-02-12 17:38                                                           ` Jeffrey Law
2007-02-12 23:09                                                             ` Mark Mitchell
2007-02-12 23:27                                                           ` Jeffrey Law
2007-02-13 18:01                                                             ` Roman Zippel
2007-02-14 10:03                                                               ` Richard Sandiford
2007-01-23  1:23                                                       ` Roman Zippel
2007-01-23  8:03                                                         ` Richard Sandiford
2007-01-23 16:47                                                           ` Roman Zippel
2007-02-12 23:17                                                       ` Jeffrey Law
2007-02-14 10:02                                                         ` Richard Sandiford
2007-02-14 17:14                                                           ` Jeffrey Law
2007-02-14 17:31                                                             ` Ian Lance Taylor
2007-02-14 17:37                                                             ` Richard Sandiford
2007-02-14 17:48                                                               ` Ian Lance Taylor
2007-02-15 12:48                                                                 ` Bernd Schmidt
2007-02-23  9:58                                                                   ` Mark Mitchell
2007-02-27  0:30                                                                     ` Jeffrey Law
2007-02-27 18:55                                                                       ` Richard Sandiford
2007-02-27 19:02                                                                         ` Jeffrey Law
2007-02-27 20:44                                                                         ` Jeffrey Law
2007-02-27 21:44                                                                           ` Richard Sandiford
2007-02-27 22:34                                                                             ` Jeffrey Law
2007-02-28  0:57                                                                               ` Richard Sandiford
2007-02-28  3:37                                                                                 ` Jeffrey Law
2007-02-28 16:17                                                                                   ` Richard Sandiford
2007-02-28 19:47                                                                                     ` Bernd Schmidt
2007-02-28 22:17                                                                                       ` Jeffrey Law
2007-02-28 22:39                                                                                     ` Jeffrey Law
2007-02-28 22:44                                                                                       ` Richard Sandiford
2007-02-28 22:50                                                                                         ` Mark Mitchell
2007-03-01  3:07                                                                                           ` Roman Zippel
2007-03-01  5:11                                                                                             ` Mark Mitchell
2007-02-28 22:58                                                                                         ` Jeffrey Law
2007-02-28  0:17                                                                           ` Ian Lance Taylor
2007-02-28  0:21                                                                             ` Jeffrey Law
2007-03-01  3:14                                                                               ` Roman Zippel
2007-03-01  2:43                                                                           ` Roman Zippel
2007-02-27 20:22                                                                 ` Jeffrey Law
2007-02-27 20:25                                                               ` Jeffrey Law
2007-02-14 19:10                                                             ` Roman Zippel
2007-01-12 15:45                                               ` Ian Lance Taylor
2007-01-15 18:05                                                 ` Jeffrey Law
2007-01-10 18:43                                             ` [ColdFire 23/63] Some assorted cleanups Jeffrey Law
2007-01-10 18:41                                           ` [ColdFire 22/63] Remove redundant PIC handling Jeffrey Law
2007-01-10 21:42                                             ` Richard Sandiford
2007-01-10 22:18                                               ` Jeffrey Law
2007-01-10 17:55                                         ` [ColdFire 21/63] Add *_REGNO_P macros Jeffrey Law
2007-01-15 18:51                                         ` Roman Zippel
2007-01-10 21:32                                       ` [ColdFire 20/63] Factor out soft-float library support Jeffrey Law
2007-01-10 21:51                                         ` Richard Sandiford
2007-01-10 22:08                                           ` Jeffrey Law
2007-01-18 19:26                                     ` [ColdFire 19/63] Make MOTOROLA a numeric macro from the outset Richard Sandiford
2007-01-10 18:51                                   ` [ColdFire 18/63] Configuration cleanups Jeffrey Law
2007-01-10 21:29                                 ` [ColdFire 17/63] Assorted uClinux improvements Jeffrey Law
2007-01-10 21:48                                   ` Richard Sandiford
2007-01-10 19:21                               ` [ColdFire 16/63] Bring *-uclinux configurations closer to *-linux-gnu Christoph Hellwig
2007-01-10 22:03                                 ` Richard Sandiford
2007-01-10 22:13                                   ` Jeffrey Law
2007-01-12 12:08                                     ` Richard Sandiford
2007-01-16 17:45                                       ` Jeffrey Law
2007-01-10 21:24                               ` Jeffrey Law
2007-01-11  4:53                             ` [RTL, ColdFire 15/63] Avoid out-of-segment constants on uClinux Roger Sayle
2007-01-11 17:16                               ` Jeffrey Law
2007-01-11 17:15                             ` Jeffrey Law
2007-01-10 18:35                           ` [ColdFire 14/63] Make "long double" the same as "double" on ColdFire Jeffrey Law
2007-01-11 10:51                             ` Nathan Sidwell
2007-01-11 17:20                               ` Jeffrey Law
2007-01-18 18:46                                 ` Richard Sandiford
2007-01-10 18:32                         ` [ColdFire 13/63] Remove some RejectNegatives Jeffrey Law
2007-01-10 18:31                       ` [ColdFire 12/63] Add new predefined macros Jeffrey Law
2007-01-10 18:28                     ` [ColdFire 11/63] Treat mc680x0 macros as tuning-dependent macros Jeffrey Law
2007-01-10 18:27                   ` [ColdFire 10/63] Rename TARGET_68040_ONLY to TARGET_68040 Jeffrey Law
2007-01-10 18:22                 ` [ColdFire 9/63] Add -mcpu, -march, -mtune, and related options Jeffrey Law
2007-01-15 18:08                 ` Roman Zippel
2007-01-15 22:40                   ` Richard Sandiford
2007-01-16  2:43                     ` Roman Zippel
2007-01-16  5:24                       ` Richard Sandiford
2007-01-16  5:38                         ` Richard Sandiford
2007-01-22 17:12                           ` Roman Zippel
2007-04-12  1:53                 ` Roman Zippel
2007-04-18 15:00                   ` Richard Sandiford
2007-04-19  0:29                     ` Roman Zippel
2007-04-19  7:08                       ` Richard Sandiford
2007-04-19  7:13                         ` Nathan Sidwell
2007-04-19  8:37                         ` Andreas Schwab
2007-04-19  9:07                           ` Richard Sandiford
2007-04-19 12:02                         ` Joseph S. Myers
2007-04-19 12:08                           ` Richard Sandiford
2007-04-19 13:22                         ` Roman Zippel
2007-04-20 17:35                           ` Ian Lance Taylor
2007-01-10 18:10               ` [ColdFire 8/63] Share ASM_SPEC code between targets Jeffrey Law
2007-01-10 18:09             ` [ColdFire 7/63] Default target selection and --with-cpu support Jeffrey Law
2007-01-10 18:11               ` Richard Sandiford
2007-01-10 18:07           ` [ColdFire 6/63] Make gcc honour -m68010 Jeffrey Law
2007-01-10 17:52         ` [ColdFire 4/63] TARGET_COLDFIRE_FPU vs. TARGET_CFV4E Jeffrey Law
2007-01-10 17:48       ` [ColdFire 3/63] Add TUNE_68040_60 Jeffrey Law
2007-01-10 17:47     ` [ColdFire 2/63] Use TUNE_* macros instead of TARGET_* macros Jeffrey Law
2007-01-15 17:16     ` Roman Zippel
2007-01-15 17:57       ` Andreas Schwab
2007-01-15 18:06         ` Roman Zippel
2007-01-15 18:32           ` Andreas Schwab
2007-01-10 17:47   ` [ColdFire 1/63] Retabulate TARGET_CPU_CPP_BUILTINS Jeffrey Law
2007-01-10 22:58 ` ColdFire submission Steven Bosscher
2007-01-10 23:13   ` Jeffrey Law
2007-01-10 23:36     ` Mike Stump
2007-01-10 23:41       ` Andrew Pinski
2007-01-10 23:47       ` Ian Lance Taylor
2007-01-10 23:47       ` Eric Christopher
2007-01-11  0:48         ` Mike Stump
2007-01-11  0:53           ` Eric Christopher
2007-01-11  8:09             ` Richard Sandiford
2007-01-11 14:48               ` Eric Christopher
2007-01-11  0:04       ` Jeffrey Law
2007-01-11  0:45         ` Mike Stump
2007-01-11  1:05           ` Jeffrey Law
2007-01-11  7:36         ` Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).