* sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in:
[fw/sdcc] / ChangeLog
index abe17e876578908936d5f79f11eeb42fe91a819f..6203bf41ab36a9614b70834837a018a3d9805e85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,217 @@
+2007-06-07 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in:
+         permanent solution to suppress GCC 4.2.0 c++ warning:
+         deprecated conversion from string constant to `char *'
+         use 'const char *' where ever required
+
+2007-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c(decorateType): better optimize '!!' and comparisons
+
+2007-06-04 Borut Razem <borut.razem AT siol.net>
+
+       * configure.in, configure, config_vc.awk: sdcc version number is now
+         stored in configure.in; removed .version
+       * configure.in, configure, sdcc.spec, doc/sdccman.lyx, doc/sdccman.lyx,
+         doc/INSTALL.txt: version bumped to 2.7.2
+       * sim/ucsim/configure.in, sim/ucsim/configure:
+         use "read" to read from .version
+
+2007-06-03 Borut Razem <borut.razem AT siol.net>
+
+       * */Makefile.in: removed annoying warning:
+         Makefile:xx: Makefile.dep: No such file or directory
+
+2007-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (outBitC, genRet): used IS_OP_RUONLY,
+         (genNot, genXor): used toCarry, also fixes a bug for c = bit ^ val
+       * src/mcs51/ralloc.c: removed IS_OP_RUONLY + some cosmetic changes
+       * src/SDCCast.c (resultTypePropagate): propagate for '!',
+         (decorateType): also optimize comparisons with RESULT_TYPE_BIT,
+         bugfix: only use newBoolLink for bit result type
+       * src/SDCCicode.c (geniCodeLogic): added param tree,
+         bugfix: use newBoolLink if tree is bit type, bug appears when ruonly,
+         (geniCodeLogicAndOr): use IS_BIT,
+         (geniCodeJumpTable, geniCodeSwitch): added NULL param to geniCodeLogic,
+         (ast2iCode): added tree param to geniCodeLogic for comparisons
+       * src/SDCCsymt.h: added IS_OP_RUONLY and IS_OP_ACCUSE
+       * support/regression/tests/bug1723128.c: added test NotZero
+
+2007-06-01 Borut Razem <borut.razem AT siol.net>
+
+       * SDCPP synchronized with GCC CPP release version 4.2.0,
+         currently the latest release:
+       * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
+         support/cpp2/c-ppoutput.c, support/cpp2/cppdefault.c,
+         support/cpp2/cppdefault.h, support/cpp2/except.h,
+         support/cpp2/libcpp/directives.c, support/cpp2/libcpp/expr.c,
+         support/cpp2/libcpp/files.c, support/cpp2/libcpp/include/cpplib.h,
+         support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
+         support/cpp2/libcpp/lex.c, support/cpp2/libcpp/macro.c,
+         support/cpp2/libcpp/mkdeps.c, support/cpp2/libiberty/getpwd.c,
+         support/cpp2/libiberty/hashtab.c, support/cpp2/optc-gen.awk,
+         support/cpp2/opth-gen.awk, support/cpp2/opts.c,
+         support/cpp2/opts.h, support/cpp2/output.h,
+         support/cpp2/prefix.c, support/cpp2/sdcpp-opts.c,
+         support/cpp2/sdcpp.dsp, support/cpp2/sdcpp.opt,
+         support/cpp2/system.h, support/cpp2/version.c,
+         support/cpp2/Makefile.in: modified
+       * support/cpp2/opts-common.c: added
+       * device/lib/pic16/libdev/pic18f[24][45]j10.c: fixed svn atrributes
+       * device/lib/pic16/libdev/pic18f[24]5j10.c:
+         search for included source file in local directory
+       * sim/ucsim/configure, sim/ucsim/configure.in:
+         temporary solution to suppress GCC 4.2.0 c++ warning:
+         deprecated conversion from string constant to `char *'
+
+2007-06-01 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic/libdev/pic12f683.c,
+       * device/include/pic/pic12f683.h: added GPIO bits
+
+2007-06-01 Raphael Neider <rneider AT web.de>
+
+       * doc/sdccman.lyx: added --disable-pic16-port, fixed some `--' and
+         quotation marks, clarified role of PIC14 vs. PIC16 ports
+       * src/pic16/devices.inc,
+       * device/include/pic16/pic18fregs.h,
+       * device/include/pic16/pic18f[24][45]j10.h,
+       * device/lib/pic16/pics.all,
+       * device/lib/pic16/libdev/pic18f[24][45]j10.c: added support for
+         18f24j10, 18f25j10, 18f44j10, and 18f45j10
+       * device/lib/pic16/libio/{i2c,adc,usart}.ignore: do not build IO libs
+         for new devices as they are not yet supported by gputils
+
+2007-05-31 Borut Razem <borut.razem AT siol.net>
+
+       * Small Device C Compiler 2.7.0 released
+       * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
+         changed sdcc version to 2.7.1
+       * support/scripts/sdcc.nsi: added How to create WIN32 release
+         setup.exe package
+
+2007-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: documented initialization and allocation of absolute
+         variables, bit parameter passing, the need for function pointers to be
+         reentrant and alpha quality support of inline and retrict
+
+2007-05-26 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/tests/bug1057979.c, support/regression/tests/malloc.c,
+         support/regression/fwk/include/testfwk.h: fixed compilation on Mac OS x
+       * docs/knownbugs.html: updated
+
+2007-05-25 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: inserted footnotes about inline assembler labels,
+         thanks Jan Waclawek
+       * src/mcs51/gen.c (aopPut): fixed part of bug 1723128 when result is
+         AOP_CRY and ruonly
+         (gencjneshort): optimized when left is AOP_DIR
+       * src/SDCCglue.c (printIvalStruct): fixed other part of bug 1723128 for
+         initializing unions in a struct/array
+       * support/regression/fwk/include/testfwk.h: added defines for data, near
+         and far for host and z80
+       * support/regression/tests/bug1723128.c: new, added
+
+2007-05-22 Borut Razem <borut.razem AT siol.net>
+
+       * doc/knownbugs.html: updated
+
+2007-05-21 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/glue.c (pic16_initPointer): avoid assertion, emit better
+         error message instead
+       * src/pic/pcoderegs.c (pCodeOptime2pCodes): keep register state intact
+
+2007-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/peeph.def (257.b): disabled to fix bug 1721024
+
+2007-05-21 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcoderegs.c (pCodeOptime2pCodes): fixed bogus optimization,
+         closes #1722392
+       * src/regression/gpsim_assert.h,
+       * src/regression/Makefile,
+       * src/regression/pcodeopt.c: regression test for the above fix
+
+2007-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCpeeph.c (labelIsUncondJump): ignore identical labels for
+         jumps to self, fixed bug 1717281
+
+2007-05-10 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/gen_known_bugs.pl: cosmetic fix
+       * doc/knownbugs.html: generated by gen_known_bugs.pl
+
+2007-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/SDCCast.c (createFunction): also generate non-inlined version of
+         function for functions declared as "static inline"
+       * src/SDCCast.c (fixupInline, inlineAddDecl): reset symbol state so
+         function can be inlined after non-inlined version generated.
+
+2007-05-10 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/gen_known_bugs.pl: added script
+         which generates knownbugs.html
+
+2007-05-09 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/knownbugs.html: updated for release 2.7.0
+
+2007-05-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/uPSD33xx.h: Added patch by Jan Waclawek.
+
+2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/ds390/gen.c (emitcode): don't change properties of previous lines,
+         (throughout): updated generating comments
+       * src/mcs51/gen.c (emitcode): don't change properties of previous lines,
+         (throughout): updated generating comments
+       * src/SDCCpeeph.c (peepHole): continue searching at the first replaced
+         rule instead of at the second, or it might skip lines when removing the
+         complete match
+       * support/regression/tests/bug1714204.c: changed test to foo
+
+2007-05-08 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: changed sdcc version to 2.7.0,
+         thanks to SDCC Distributed Compile Farm members,
+         added Z80 and GBZ80 command line options
+       * .version, doc/INSTALL.txt, sdcc.spec: changed sdcc version to 2.7.0
+
+2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/mcs51/crtxinit.asm: added disabled version for dual dptr
+       * device/include/mcs51/uPSD33xx.h: added sfr DPS as alias for DPTC
+       * support/regression/tests/longlit.c: modified to be tested at all and
+         to pass the actual test
+
+2007-05-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/uPSD33xx.h: Added.
+
+2007-05-07 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/_gptrput.c,
+       * device/lib/_gptrget.c: removed old code,
+        (_gptrgetWord),
+       * src/ds390/gen.c (genGenPointerGet): fixed bug 1714204
+       * support/regression/tests/bug1714204.c: new, added
+
+2007-05-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * support/regression/tests/regtrack.c: test was never executed
+         because of the regression test being picky about white spaces.
+       * device/lib/mcs51/crtclear.asm: added comment
+
 2007-05-06 Raphael Neider <rneider AT web.de>
 
        * device/lib/pic/Makefile.rules,
          clarified sone points, added sections on how to add devices to the
          PIC14/PIC16 ports
 
-2007-05-05 Maarten Brock <sourceforge.brock AT dse.nl>
+2007-05-06 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/z80/peeph.def: fixed bug in rule 2
 
        * device/lib/pic/libdev/pic16f887.c: svn mv'ed to disabled_* to
          prevent building them, gputils do not really support them yet
 
-2007-03-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+2007-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
        * device/lib/_ltoa.c: 36 bytes less __data mem. This really
          helps printf_small. 32 bytes more __idata mem.