From: frief Date: Sun, 17 Aug 2003 10:16:30 +0000 (+0000) Subject: The first rules relate to bitfields, the last speed up X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f71b8ca91d49e96b8e4cb80746a9d2cef4ef82dd;p=fw%2Fsdcc The first rules relate to bitfields, the last speed up access to xdata mapped I/O devices. * src/mcs51/peeph.def: added 24 peepholes 246.x - 248.x git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2833 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 142f467e..9db0d4c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-17 Frieder Ferlemann + + The first rules relate to bitfields, the last speed up + access to xdata mapped I/O devices. + + * src/mcs51/peeph.def: added 24 peepholes 246.x - 248.x + 2003-08-16 Erik Petrich Cleaned up genPackBits and genUnpackBits and added two helper @@ -218,7 +225,7 @@ * link\z80\lkdata.c * link\z80\lklibr.c * link\z80\lkmain.c - * src\SDCCglue.c + * src\SDCCglue.c 2003-07-28 Jesus Calvino-Fraga