Z80 peephole improvements - Implemented RFE #1919415, #1861376, #1880202, #1914434...
[fw/sdcc] / ChangeLog
index ef76487eee73026462d709197cc151edc484cf3c..31cb09aade0267e223d04ce56a234ec998f92596 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
+       * src/z80/mapping.i: Implemented RFE #1919415
+       * src/z80/peeph-z80.def: Implemented RFE #1919415, #1861376,
+          #1880202, #1914434, prepared for RFE #1703943.
+
+2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph.def,
+       * src/z80/peeph-z80.def,
+       * src/z80/peeph-gbz80.def: separate Z80 from GBZ80 peepholes in
+         preparation for Z80 peephole improvements
+
+2008-06-21 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f66j60.h,
+       * device/include/pic16/pic18f66j65.h,
+       * device/include/pic16/pic18f67j60.h,
+       * device/include/pic16/pic18f86j60.h,
+       * device/include/pic16/pic18f86j65.h,
+       * device/include/pic16/pic18f87j60.h,
+       * device/include/pic16/pic18f96j60.h,
+       * device/include/pic16/pic18f96j65.h,
+       * device/include/pic16/pic18f97j60.h,
+       * device/lib/pic16/libdev/pic18f66j60.c,
+       * device/lib/pic16/libdev/pic18f66j65.c,
+       * device/lib/pic16/libdev/pic18f67j60.c,
+       * device/lib/pic16/libdev/pic18f86j60.c,
+       * device/lib/pic16/libdev/pic18f86j65.c,
+       * device/lib/pic16/libdev/pic18f87j60.c,
+       * device/lib/pic16/libdev/pic18f96j60.c,
+       * device/lib/pic16/libdev/pic18f96j65.c,
+       * device/lib/pic16/libdev/pic18f97j60.c,
+       * device/include/pic16/pic16devices.txt,
+       * device/include/pic16/pic18fregs.h,
+       * device/lib/pic16/pics.all: added new devices
+
+       * device/include/pic16/adc.h,
+       * device/lib/pic16/libio/adc/adcbusy.c,
+       * device/lib/pic16/libio/adc/adcopen.c,
+       * device/lib/pic16/libio/adc/adcsetch.c,
+       * device/lib/pic16/libio/i2c/i2copen.c,
+       * device/lib/pic16/libio/usart/uopen.c: adapted to new devices,
+         all changes from a patch by Anton Strobl
+
+2008-06-12 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/bp.cc,
+         sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
+         sim/ucsim/z80.src/z80cl.h, sim/ucsim/z80.src/z80.cc,
+         sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
+         sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
+         sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/uc390.cc,
+         sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/uc390cl.h,
+         sim/ucsim/avr.src/avrcl.h, sim/ucsim/avr.src/avr.cc:
+         fixed bug 1990586: s51 simulator, uc::disass() unimplemented
+         by applying the modified patch from Risto Huotari
+
+2008-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * .version,
+       * doc/sdccman.lyx: bumped sdcc version to 2.8.2
+       * src/ds390/gen.c (aopPutUsesAcc, genAddrOf): fixed bug 1015185
+       * src/mcs51/gen.c (genNearPointerGet, genNearPointerSet): fixed bug 1938300
+       * support/regression/tests/bug1938300.c: new, added
+
+2008-06-03 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/asm/ds390/features.h,
+       * device/include/asm/mcs51/features.h,
+       * device/include/mcs51/regc515c.h: inserted LGPL notice
+
+2008-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/gbz80/div.s,
+       * device/lib/z80/div.s: fixed bug 1904314 by applying a modified part of
+         patch 1597883, Thanks Robert Ramey
+
+2008-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c (createIvalType, createIvalStruct, createIvalArray,
+         createIvalCharPtr, createIvalPtr, createIval),
+       * src/SDCCval.h
+       * src/SDCCval.c (convertIListToConstList, list2expr): handle incomplete
+         initializers for local auto variables
+       * support/regression/tests/zeropad.c: added testcase for auto initializers
+
 2008-05-26 Raphael Neider <rneider AT web.de>
 
        * device/lib/pic16/startup/crt0.c,