New target "hc08" for the Motorola 68hc08 family of micros
[fw/sdcc] / ChangeLog
index 1dd4cf0861b8dc462097df56d4ab471541555cd3..819c12ee0ca4b40d482fa208211335055e3ad376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,240 @@
+2003-10-15 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       New target "hc08" for the Motorola 68hc08 family of micros
+        
+       * configure
+       * configure.in
+       * Makefile
+       * src/hc08/*
+       * src/SDCCmain.c
+       * src/port.h
+       * sim/ucsim/hc08.src/*
+       * sim/ucsim/configure.in
+       * src/ucsim/configure
+       * sim/ucsim/packages_in.mk
+       * as/hc08/*
+       * as/Makefile
+       * device/include/mc68hc908qy.h
+       * device/lib/hc08/*
+       * device/lib/Makefile.in
+       * support/regression/ports/hc08/*
+       * support/regression/Makefile
+
+2003-10-14 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+       
+       * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
+       regression test
+       * src/ds390/gen.c (genCast): fixed bug #821957
+
+2003-10-13 Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/lib/logf.c: "fixed" overlay bug
+       * support/regression/ports/host/spec.mk: added m library
+       * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
+       * support/regression/tests/float_trans: added (for Eric)
+
+2003-10-12 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/mcs51/gen.c (genCpl): fixed bug
+       http://sf.net/mailarchive/message.php?msg_id=6263915
+
+2003-10-10 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCast.c (decorateType): added extended constant folding
+       * src/SDCCsymt.c (computeType): cleanup
+       * src/SDCCval.c (valShift): minor optimization
+       * support/regression/tests/ast_constant_folding.c: added
+
+2003-10-09  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCmain.c: removed some unintended changes
+
+2003-10-09  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCmain.c (setParseWithComma): fixed bug #816685
+       * src/z80/gen.c: fixed part of bug #817589
+       * src/SDCCsymt.c (checkFunction): fixed bug #817895
+
+2003-10-08 Bernhard Held <bernhard@bernhardheld.de>
+
+       Replaced cast (void **) with (void *) to avoid gcc 3 warning:
+       * src/SDCCcflow.c
+       * src/SDCCcse.c
+       * src/SDCCdflow.c
+       * src/SDCClabel.c
+       * src/SDCClrange.c
+       * src/SDCCmem.c
+       * src/SDCCopt.c
+       * src/SDCCpeeph.c
+       * src/SDCCset.c
+       * src/avr/ralloc.c
+       * src/ds390/ralloc.c
+       * src/izt/ralloc.c
+       * src/mcs51/ralloc.c
+       * src/pic/ralloc.c
+       * src/pic16/ralloc.c
+       * src/xa51/ralloc.c
+       * src/z80/ralloc.c
+       * src/z80/gen.c: removed unused label "release:"
+
+2003-10-06  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex: removed definition of unused variables
+         save_optimize and save_options
+
+2003-10-06 Bernhard Held <bernhard@bernhardheld.de>
+
+       * clean.mk: removed '=' in "-maxdepth=1"
+       * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
+       * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
+
+2003-10-06  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
+         my_unput() replaced by unput()
+
+2003-10-05 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
+       setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
+       type-punned pointer will break strict-aliasing rules"
+       Old LR behaviour is again default; Klaus' LR can be choosen by
+       defining the environment variable LRKLAUS
+       * src/SDCCBBlock.h
+       * src/SDCCloop.c
+       * src/SDCClrange.c
+       * src/ds390/ralloc.c (spillThis): applied Klaus' patch
+       * clean.mk: fixed removal of files in bin/CVS/
+       * device/lib/clean.mk: fixed removal of directories small and large
+       * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
+       * src/SDCCicode.c,
+       * src/SDCCval.c: removed superflous test for pedantic
+
+2003-10-05  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
+         Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
+         message "unmatched #pragma SAVE and #pragma RESTORE"
+
+2003-10-04  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: various additions and updates (interrupts, inline
+         assembly, critical functions, atomic, nojtbound)
+
+2003-10-04 Bernhard Held <bernhard@bernhardheld.de>
+
+       Applied liferange patch from Klaus Flittner <klaus_flittner@gmx.de>
+       * src/SDCCBBlock.h
+       * src/SDCCloop.c
+       * src/SDCCloop.h
+       * src/SDCClrange.c
+
+2003-10-03  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/z80/gen.h,
+       * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
+       * src/mcs51/gen.h
+       * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
+       * src/ds390/gen.h
+       * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
+       * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
+       * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
+
+2003-10-02  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/z80/gen.c (genRet): fixed bug #524753
+       * src/z80/gen.c (genCast): fixed internal error on cast from
+       pointer to long
+       * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
+       fix for bug #477835 to the z80
+       * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
+       for tracking iCodes in the peephole optimizer for z80
+
+2003-10-01  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
+       the other part of bug #814548
+       * src/SDCCpeeph.c (labelInRange): fixed bug #814558
+
+2003-09-30  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCcse.c: fixed part of bug #814548
+
+2003-09-28  Borut Razem <borut.razem@siol.net>
+
+       * src/asm.c: rewrite of printILine() to use temporary file instead
+         a pipe
+       * src/xa51/main.c: commented out declaration of int rewinds
+
+2003-09-27  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
+
+2003-09-26  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
+       * src/asm.c (printILine): Fixed bug #811015
+
+2003-09-22  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
+       freeing.
+
+2003-09-21  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
+       * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
+       to correctly handle general case of AOP_PAIRPTR
+       * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
+
+2003-09-21  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/mcs51/ralloc.c (fillGaps),
+       * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
+       register positioning bug)
+
+2003-09-21  Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
+
+2003-09-19  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
+       genCodePointerGet, genGenPointerGet, genFarPointerSet,
+       genGenPointerSet): handle AOP_DPTR correctly when loading dptr
+       (ralloc doesn't intentionally do this now, but perhaps later)
+       * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
+       * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
+       register positioning bugs (Fixed bug #762602 and #795325)
+       * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
+       (Fixed bug #808779)
+       * src/z80/gen.c: increased _vemit2's buffer[] to handle long
+       lines that --i-code-in-asm generates
+
+2003-09-18  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
+       trying to fclose a FILE* that was already closed.
+
+2003-09-18  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
+       of const struct should be treated as if const themselves)
+
+2003-09-18  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
+
+2003-07-06  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * support/librarian/sdcclib.c: Generate correct offsets for libraries with
+       Unix (/n) and DOS (/r/n) line terminations.
+
+2003-09-17  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
+       bug #613775
+
 2003-09-16  Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/mcs51/gen.c (genFunction, genEndFunction),