This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[m68k 00/13] m68k patches
- From: zippel at linux-m68k dot org
- To: gcc-patches at gcc dot gnu dot org
- Cc: Richard Sandiford <richard at codesourcery dot com>
- Date: Tue, 30 Jan 2007 12:26:15 +0100
- Subject: [m68k 00/13] m68k patches
Hi,
Here is series of patches, which are also currently part of m68k Debian
gcc (all but one). They have been updated to the latest gcc and
bootstrapped and tested.
Only the second patch (the branch cleanup) wasn't part of Debian and in
this series I only included patches, which are m68k specific, so more's
to come. :)
Richard, there was of course some overlap, so I omitted already some
patches. I hope there aren't too many conflicts, the one that does will
be the peephole patch. Mine does a bit more (but doesn't add the
predicates), it converts more of them, it doesn't need the unspec and it
splits some peepholes to handle special cases separately (like
(const_int 4) and other consts). I changed some peepholes to match m68k
sequences (e.g. single byte push and I added the two byte push), these
might look different for ColdFire.
bye, Roman
--