* src/SDCCval.c (valNot): fix for regression test failure
[fw/sdcc] / ChangeLog
1 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2
3         * src/SDCCval.c (valNot): fix for regression test failure
4           of not.c on big endian hosts
5
6 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
9
10 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11
12         * device/lib/mcs51/Makefile.in: changed string comparison operator
13           to = for POSIX compliance; == is bash extension
14
15 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
16
17         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
18           kosmonaut_pirx
19
20 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
21
22         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
23         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
24         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
25         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
26         bug report #1478657,
27
28 2006-05-05 Borut Razem <borut.razem AT siol.net>
29
30         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
31           making the html
32
33 2006-05-02 Borut Razem <borut.razem AT siol.net>
34
35         * doc/Makefile.in: removed *.ind dependency since there is no rule to
36           create *.ind, which made make to fail if invoked with -j 2
37
38 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
39
40         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
41           Hubert Sack for patch 1479782
42
43 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
44
45         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
46
47 2006-05-01 Raphael Neider <rneider AT web.de>
48
49         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
50           (create_pic): store only prefix-free device name,
51           (init_pic): check for device names with "16" prefix,
52           (list_valid_pics),
53         * src/pic/device.h (struct PIC_device),
54         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
55             stored device name,
56         * device/include/pic/pic12f{635,675,629,683}.h,
57         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
58         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
59         * device/include/pic/pic16f505.h,
60         * device/lib/pic/libdev/pic16f505.c: removed
61         * device/include/pic/pic14devices.txt: added support for pic12f
62             devices, removed unsupported non 16-bit devices
63             [above changes provided by patch from Zik Saleeba]
64         * src/pic/*, src/pic16/*, device/include/pic16/*,
65           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
66
67 2006-05-01 Borut Razem <borut.razem AT siol.net>
68
69         * configure.in, configure, doc/Makefile.in:
70           sync with nightly build makefile - latex, dvipdf and dvips
71           not needed any more
72
73 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
74
75         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
76         in the library source
77
78 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
81
82 2006-04-28 Raphael Neider <rneider AT web.de>
83
84         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
85         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
86           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
87         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
88
89 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
90
91         * device/lib/pic/libdev/Makefile.in,
92         * device/lib/hc08/Makefile.in,
93         * device/lib/gbz80/Makefile.in,
94         * device/lib/z80/Makefile.in,
95         * device/lib/ds390/Makefile.in,
96         * device/lib/ds400/Makefile.in: added srcdir to include search path,
97         thanks to Borut for the bug report
98         * configure.in,
99         * configure: always create doc/Makefile independent from --enable-doc
100         * Makefile.in: always install from directory doc independent from
101         --enable-doc
102         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
103         removed
104         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
105         * doc/Makefile.in: install *.txt if present
106         * device/include/Makefile.in (install): added installation of pic/*.inc
107         and pic/*.txt files again, they were erroneously removed
108
109 2006-04-28 Raphael Neider <rneider AT web.de>
110
111         * src/pic/{gen.c,main.h,pcode.c},
112         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
113             concerning signedness with casts
114
115 2006-04-28 Raphael Neider <rneider AT web.de>
116
117         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
118             definition of an interrupt handler,
119         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
120             interrupt handler stuff from picglue() to separate routine,
121           (picglue): enabled definition of intr handlers in files w/o main()
122
123 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
124
125         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
126           compilation with MSVC 2005 Express Edition (VC8)
127
128 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
129
130         * device/lib/Makefile: fixed build of gbz80 lib
131
132 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
133
134         * support/regression/tests/bug-460010.c,
135         * support/regression/tests/bug-524691.c,
136         * support/regression/tests/bug-716242.c: removed conditional defines
137           that are already in testfwk.h
138
139 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
140
141         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
142           (AccAXRsh1): added, shift right by 1,
143           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
144            AccAXLrl1
145         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
146
147 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
148
149         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
150         remove cast to same type
151         * src/SDCCast.c (decorateType): fix for RFE 1475742,
152         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
153         * as/z80/Makefile,
154         * link/z80/Makefile: removed, they have moved to
155         Makefile.in files
156         * configure,
157         * configure.in: replaced duplicate message about ucsim by missing sdcpp
158         * install-sh: fix bug #1204398 by setting umask 0022
159         * device/lib/Makefile: separate build of z80 and gbz80 lib
160
161 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
162
163         Enabled VPATH feature: changed nearly all Makefiles (149 files).
164         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
165
166         One basic decision: e.g. src/clean.mk includes further files. In order
167         to make this work there are two solutions:
168         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
169           run configure on them. This way they can use
170           'include $(srcdir)/port-clean.mk'
171         - always include clean.mk by the Makefile at the same level. To avoid
172           that `make clean` tries to include and build Makefile.dep the
173           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
174           implemented, because now even `make uninstall` doesn't create
175           Makefile.in. clean.mk could be eliminated by pasting it in
176           Makefile.in.
177
178         * debugger/mcs51/Makefile.in: build own objects from library sources
179         (SLIB, SDCC) in current directory
180
181         * configure, configure.in: renamed --disable-device-lib-build in
182         --disable-device-lib; added --enable-doc, the required tools are
183         searched by configure; added result message; the toolchain for the
184         belonging ports are now only built, if the port is enabled.
185
186         * support/regression/*: all output is written in directory gen, because
187         the fwk and ports directories don't livet in the build tree using vpath
188
189         * doc/sdccman.lyx: renamed --disable-device-lib-build to
190         --disable-device-lib, added --enable-doc, added section VPATH
191
192         * sim/ucsim/configure.in,
193         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
194         z80 are enabled by default
195
196 2006-04-24 Raphael Neider <rneider AT web.de>
197
198         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
199             to config word, "pic14_"-prefixed some extern functions
200           (pic14_emitConfigWord): emit __config directive(s) if assignment to
201             config word has been found
202         * src/pic/device.h: added prototypes
203         * src/pic/pcode.c: added "pic14_"-prefix where needed
204         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
205             fixup
206         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
207             words,
208           (pic14emitRegularMap): ignore config words,
209           (pic14createInterruptVect): moved generating __config directives away
210           (picglue): have __config directives emitted
211
212 2006-04-24 Borut Razem <borut.razem AT siol.net>
213
214         * doc/Makefile: sync with nightly build makefile
215
216 2006-04-24 Raphael Neider <rneider AT web.de>
217
218         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
219             registers that have not been assigned proper liveranges,
220             fixes #1469504 and #1474602,
221           (pCodeRegOptimizeRegUsage): fixed typo in comment
222
223 2006-04-24 Borut Razem <borut.razem AT siol.net>
224
225         * device/examples/main8051.c: deleted - it was removed from CVS
226           24.mar.2000 and after that modified 18.feb.2001, so it reappered
227           after the transition to Subversion
228         * src/SDCCalloc.h: deleted - it was removed  from CVS
229           3.feb.2001 and after that modified 18.feb.2001, so it reappered
230           after the transition to Subversion
231         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
232           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
233           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
234           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
235
236 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
237
238         * as/asx8051.dsp: added mcs51/strcmpi.h
239         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
240         * as/hc08/aslink.h: updated lnksect prototype
241         * as/hc08/asm.h,
242         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
243         * as/hc08/asmain.c,
244         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
245           (newdot): handle A_ABS
246         * as/hc08/asout.c,
247         * as/mcs51/asout.c (outarea): output address
248         * as/hc08/lkaomf51.c,
249         * as/mcs51/lkaomf51.c: disabled unused array UsageType
250         * as/hc08/m08pst.c,
251         * as/mcs51/i51pst.c,
252         * as/z80/z80pst.c: "ABS" is not A_OVR
253         * as/hc08/lkarea.c (newarea): read a_addr,
254           (lnkarea): added codemap array, sort absolute areas to the front,
255            combine all GSINITx/GSFINAL,
256           (find_empty_space, allocate_space): new functions,
257           (lnksect): return next address, handle absolute sections
258         * as/mcs51/lkarea.c (newarea): read a_addr,
259           lnksect2 prototype changed,
260           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
261           (find_empty_space, allocate_space): new, factored out of lnksect2,
262           (lnksect2): return next address, handle absolute sections
263         * as/hc08/lkhead.c,
264         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
265         * as/hc08/lklibr.c (addfile, fndsym),
266         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
267           index out of range and detect both '\' and '/'
268         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
269         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
270           regression tests (ds390 cannot return bool yet)
271         * doc/sdccman.lyx: changed version number, document changed --no-peep,
272           document critical interrupts on z80, document changed SDCC define
273         * src/asm.c (_asxxxx_mapping): fixed .org directive,
274           (_a390_mapping): added .org directive
275         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
276           (genMultOneByte): fixed warnings
277         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
278           ones
279         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
280         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
281           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
282         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
283         * src/pic16/main.c: removed newReg prototype
284         * src/pic16/pcode.c,
285         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
286           warnings
287         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
288           ones
289         * src/pic16/ralloc.c
290         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
291           to fix warnings
292         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
293           from short to PIC_OPTYPE
294         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
295         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
296           optype from short to PIC_OPTYPE
297         * src/port.h: made int_size unsigned to fix warnings
298         * src/SDCC.y: fixed warning on MSVC
299         * src/SDCCicode.c (getArraySizePtr): return unsigned int
300         * src/SDCCopt.c (convertToFcall): fixed warnings
301         * src/SDCCsymt.h: removed double prototype for genSymName
302         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
303           offset int to fix warnings
304
305 2006-04-22 Borut Razem <borut.razem AT siol.net>
306
307         * doc/sdccman.lyx, */Makefile, */Makefile.in:
308           references to CVS replaced with Subversion
309
310 2006-04-21 Borut Razem <borut.razem AT siol.net>
311
312         * doc/sdccman.lyx, */Makefile, */Makefile.in:
313           references to CVS replaced with Subversion
314
315 2006-04-19 Borut Razem <borut.razem AT siol.net>
316
317         * src/version.awk: adapted for svn
318         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
319           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
320           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
321           /binutils-avr/etc/*.vi, *.jin: removed all properties
322           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
323
324 2006-04-19 Borut Razem <borut.razem AT siol.net>
325
326         * CVS to Subversion migration completed
327
328 2006-04-18 Borut Razem <borut.razem AT siol.net>
329
330         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
331           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
332
333 2006-04-17 Borut Razem <borut.razem AT siol.net>
334
335         * device/include/Makefile.in: added pic/*.inc to the installation
336
337 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
338
339         * support/regression/collate-results.py: fixed output in case of
340         a valdiag error
341         * support/regression/generate-cases.py: fixed splitting of pathnames
342         with dots
343         * as/hc08/lklibr.c (addfile),
344         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
345
346 2006-04-11 Raphael Neider <rneider AT web.de>
347
348         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
349         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
350         * src/pic16/pcode.c (assignValnums): fixed #1460578
351
352 2006-04-11 Raphael Neider <rneider AT web.de>
353
354         * device/lib/pic/libdev/*.c,
355         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
356           fixes #1468739, enables compilation in --std-c99 mode
357         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
358
359 2006-04-11 Raphael Neider <rneider AT web.de>
360
361         * src/pic/device.c (find_device): removed debug output
362           (list_valid_pics): enabled verbose listing of supported devices
363         * device/include/stdbool.h: define bool as char for pic14/16 as well
364
365 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
366
367         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
368
369 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
370
371         * .version: bumped version to 2.5.6
372         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
373
374 2006-04-06 Raphael Neider <rneider AT web.de>
375
376         * .version: bumped version to 2.5.6 (pic14 ABI changed)
377         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
378         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
379           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
380             pic14_constructAbsMap
381           (pic14printPublics): declare absolute global symbols as global
382           (pic14createInterruptVect),
383         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
384           (newReg): assume new registers unused, use correct name in
385             hashtable (reg->name instead of name), more debugLog output
386         * src/pic/device.h (PIC_device): added fields for verbose output
387         * src/pic/device.c: moved device definition to pic14devices.txt,
388             added routines for runtime parsing of pic14devices.txt,
389             added support for second config word
390         * src/pic/main.c (_process_pragma): removed #pragma maxram,
391           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
392           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
393           (_pic14_parseOptions): moved pCodeInitRegisters here
394           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
395         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
396           (pCodeInitRegisters): rewrapped comments, perpared new approach to
397             handling the pseudo stack
398         * device/lib/Makefile.in: ignore failures in objects-pic16,
399         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
400         * device/lib/pic/NEWS: document new dependency on picXXX.lib
401         * device/lib/pic/Makefile.subdir,
402         * device/lib/pic16/Makefile.subdir: improved clean rules
403         * device/lib/pic/libdev/: NEW, pic14 device libraries
404         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
405         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
406         * device/include/Makefile.in: create subdir and install pic14 headers
407         * device/include/pic/p16f_common.inc: removed unused declarations
408         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
409             PICs from inc2h.pl v1.6,
410             replaced BIT_AT macros with struct declarations
411         * device/include/pic/pic14devices.txt: definition of supported devices,
412             all above improvements contributed by Zik Saleeba, thanks
413         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
414         * support/scripts/sdcc.nsi: also install pic14 device libraries and
415             headers
416
417 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * device/include/mcs51/c8051f410.h: added interrupt numbers,
420         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
421           thanks to Charles Olds
422
423 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
424
425         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
426
427 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
430         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
431         * support/regression/bug1464657.c: added, new test
432
433 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
434
435         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
436           version number
437
438 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
439
440         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
441           --no-peep and --peep-file <file> are used don't use default rules but
442           do use the <file>
443
444 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * src/mcs51/gen.c (genCall): fixed bug 1457608
447
448 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
449
450         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
451         changes seem to cause (trigger?) problems with the build system.
452
453 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * src/SDCCpeeph.c (operandsLiteral): new, added,
456           (callFuncByName): inserted operandsLiteral
457         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
458
459 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
460
461         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
462         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
463
464 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
465
466         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
467           implemented patch 1120823 Thanks to Willy De la Court (normal
468           interrupts need an interrupt number now if they are made critical),
469           and enabled nesting of critical functions though not for gbz80
470           (genCritical, genEndCritical): added functions
471           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
472         * src/z80/mappings.i: added "ei" to all mappings
473
474 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
475
476         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
477         submitted by the Debian SDCC maintainer Aurelien Jarno:
478         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
479         archive with gcc 4.1 on mips and wrote the patch"
480
481 2006-03-16 Raphael Neider <rneider AT web.de>
482
483         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
484           the left operand is shorter than the result (c* = lit-c* + int),
485           fixes bug #1450796
486         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
487           OP_SYMBOL
488
489 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
490
491         * src/.version: increased version number to 2.5.5
492         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
493         linking is done manually in pic16 port's _linkEdit,
494         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
495         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
496         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
497         allocate asmop as AOP_ACC,
498         (aopForRemat): added parameter 'bool result' in function declaration,
499         (pic16_aopGet): return AOP_ACC when accessing WREG,
500         (pic16_popGetTempReg): minor modification,
501         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
502         'pic16_allocWithIdx',
503         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
504         calling function in absolute addresses,
505         (genAssign): take into account AOP_ACC asmop,
506         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
507         * src/pic16/pcoderegs.c: some debug functions and lines added,
508         * src/pic16/ralloc.c (decodeRegType): added but commented out,
509         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
510         register too,
511         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
512         call to allocReg, not by manually allocating a new one,
513         (pic16_assignRegisters): now before going through the register
514         allocating functions mark all registers as free. This eliminates some
515         side effects resulting from peephole parser done earlier in the backbone
516
517 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
518
519         * src/SDCCicode.c (geniCodeLogic),
520         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
521
522 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
525           (genSend): bugfix, do not allocate and free twice,
526           (shiftRLong): handle partially overlapping aops
527         * support/regression/tests/bitopcse.c: fixed warning redefined idata
528
529 2006-03-08 Borut Razem <borut.razem AT siol.net>
530
531         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
532           for pic16
533
534 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * support/regression/tests/bug1409955.c: new, added
537         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
538         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
539           (aopForSym, aopOp): increment asmop.allocated if reused,
540           (freeAsmop): decrement asmop.allocated and check for zero instead of
541           using asmop.freed,
542           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
543           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
544            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
545            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
546            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
547            genSignedRightShift, genRightShift, genDataPointerGet,
548            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
549            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
550             in reverse order from allocation,
551           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
552             added swappedLR to keep track
553         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
554           pdata & code for GCC, z80, gbz80 & hc08
555         * support/regression/tests/zeropad.c: moved defines to testfwk.h
556
557 2006-03-08 Raphael Neider <rneider AT web.de>
558
559         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
560
561 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
562
563         * device/include/mcs51/c8051f410.h: new SiLabs mcu
564         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
565         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
566
567 2006-03-06 Borut Razem <borut.razem AT siol.net>
568
569         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
570           made the linker quiet
571
572 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
573
574         * src/pic16/gen.c (genPcall): fixed bug #1443644
575         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
576         which dumps before the function entry point a data byte which represents
577         the number of the local variables used by the specified function, added
578         'xinst' for initial support for Extended Instruction Support,
579         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
580         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
581         port->fun_prefix anymore (may change later),
582         (genFunction, genEndFunction): do not store/restore local registers for
583         _main (this should take care the --main-return command line option in
584         the future),
585         (genOr): removed some legacy pic-port instructions,
586         * src/pic16/genarith.c (genAddLit): re-enabled old code because
587         performing operations with SFR's causes data to be written more than
588         once to each SFR. Perhaps SFRs should be handled in special cases...
589         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
590         pcode.h
591         * src/pic16/main.c (_process_pragma): stack bound checking did not take
592         into account for stack starting position,
593         (struct OPTIONS pic16_optionsTable): added command line argument
594         --extended or -y for Extended Instruction Support,
595         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
596         (deassignLRs): *** perhaps the most important change, old 'for' code
597         (commented out for reference), didn't account for some registers which
598         were left marked 'not free' after a pointer operation. The change
599         reduces register usage a lot in some cases
600
601 2006-03-04 Borut Razem <borut.razem AT siol.net>
602
603         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
604           _clean
605         * support/regression/tests/bug-524697.c: decreased array size for
606           mcs51 to fit into the internal RAM
607         * support/regression/Makefile.in: a little bit more verbose
608
609 2006-03-03 Borut Razem <borut.razem AT siol.net>
610
611         * support/regression/fwk/lib/testfwk.c,
612           support/regression/fwk/include/testfwk.h: introduced function
613           _prints(), nonrecursive _printn(), call _initEmu() from main()
614         * support/regression/ports/gbz80/support.asm,
615           support/regression/ports/ucz80/support.asm,
616           support/regression/ports/z80/support.asm,
617           support/regression/ports/ds390/support.c,
618           support/regression/ports/hc08/support.c,
619           support/regression/ports/host/support.c,
620           support/regression/ports/mcs51/support.c,
621           support/regression/ports/xa51/support.c: added empty _initEmu()
622           function
623         * support/regression/ports/pic16/gpsim.cmd,
624           support/regression/ports/pic16/spec.mk,
625           support/regression/ports/pic16/support.c,
626           support/regression/Makefile.in: added pic16 regression test
627
628 2006-03-01 Raphael Neider <rneider AT web.de>
629
630         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
631           genConstPointerGet): use safe way of generating MOVFF to cover
632             literals as well as registers, fixes bug #1440527
633         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
634             dereference
635           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
636             more correctly, fixes bug #1232186
637           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
638         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
639             gplink guess the correct processor in more cases, applied patch
640             from Till Riedel attached to and fixing bug #1436552
641
642 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
643
644         * support/regression/tests/array.c: added, contains check for #1434401
645         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
646
647 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
648
649         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
650         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
651         * device/include/mcs51/c8051f326.h,
652         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
653         * device/include/mcs51/c8051f000.h,
654         * device/include/mcs51/c8051f018.h,
655         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
656           PCON_IDLE,PCON_STOP and added sfr16 definitions
657
658 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
659
660         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
661           genGetWord): fixed bug 1409955
662
663 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
664
665         * device/include/hc08/mc68hc908gp32.h,
666         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
667
668 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
669
670         * src/SDCCast.c (constExprValue): return NULL if not a value
671         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
672         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
673         * support/regression/tests/bitfields.c: enabled signed bitfield for all
674
675 2006-02-13 Borut Razem <borut.razem AT siol.net>
676
677         * src/regression/ptrarg.c: added, fails due to bug #1430967
678         * src/regression/Makefile: ptrarg.c added, ...
679
680 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
681
682         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
683         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
684
685 2006-02-11 Borut Razem <borut.razem AT siol.net>
686
687         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
688           print "Processor: xxx" message to stdout only if --verbose
689
690 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
691
692         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
693         * support/regression/tests/bug1426356.c: added
694         * support/regression/tests/bitfields.c: removed 2 tests
695
696 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
697
698         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
699         * device/include/mcs51/c8051f330.h,
700         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
701           PCON_IDLE,PCON_STOP and added sfr16 definitions
702         * device/lib/_divsint.c,
703         * device/lib/_divuint.c,
704         * device/lib/_divulong.c,
705         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
706           register bank bug for small stackauto
707
708 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
709
710         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
711
712 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
713
714         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
715         * all.dsp: corrected several bin paths
716         * device/include/mcs51/c8051f120.h,
717         * device/include/mcs51/c8051f300.h,
718         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
719           to PCON_IDLE,PCON_STOP
720         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
721         * device/lib/printf_large.c (output_float): fixed bug 1388703
722         * support/regression/tests/bug1057979.c: added test for bug 1388703
723
724 2006-02-08 Raphael Neider <rneider AT web.de>
725
726         * src/pic/pcode.c (pciTRIS): fixed typo,
727           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
728           (LinkFlow): fixed handling of flows that end in a call,
729           (ReuseReg): perform safety check earlier
730         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
731             to work with flows at the beginning of a pBlock,
732             fixes #1426557 (Symbol not previously defined),
733           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
734             usage information
735           (RemoveUnusedRegisters): update register usage info
736         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
737             created, reuse existing ones instead
738         * src/pic/gen.c (genPcall): fixed #1424719
739
740 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
741
742         * link/z80/lkmain.c,
743         * link/z80/lklex.c,
744         * link/z80/lkdata.c,
745         * link/z80/aslink.h: fixed build on current cygwin:
746         replaced getline() by lk_getline()
747
748 2006-02-01 Borut Razem <borut.razem AT siol.net>
749
750         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
751           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
752           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
753           src/regression/bool1.c, src/regression/bool2.c,
754           src/regression/bool3.c, src/regression/call1.c,
755           src/regression/compare.c, src/regression/compare10.c,
756           src/regression/compare2.c, src/regression/compare3.c,
757           src/regression/compare4.c, src/regression/compare5.c,
758           src/regression/compare6.c, src/regression/compare7.c,
759           src/regression/compare8.c, src/regression/compare9.c,
760           src/regression/configword.c, src/regression/for.c,
761           src/regression/inline.c, src/regression/mult1.c,
762           src/regression/nestfor.c, src/regression/or1.c,
763           src/regression/pointer1.c, src/regression/ptrfunc.c,
764           src/regression/rotate1.c, src/regression/rotate2.c,
765           src/regression/rotate3.c, src/regression/rotate4.c,
766           src/regression/rotate5.c, src/regression/rotate6.c,
767           src/regression/rotate7.c, src/regression/string1.c,
768           src/regression/struct1.c, src/regression/sub.c,
769           src/regression/sub2.c, src/regression/switch1.c,
770           src/regression/while.c, src/regression/xor.c,
771           src/regression/create_stc, src/regression/simulate,
772           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
773           regression tests
774         * src/regression/gpsim_assert.h: added
775
776 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
777
778         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
779         ((void (code *) (void)) 0) ();
780         * as/hc08/aslex.c,
781         * as/hc08/aslink.h,
782         * as/hc08/asm.h,
783         * as/hc08/asmain.c,
784         * as/hc08/lkdata.c,
785         * as/hc08/lklex.c,
786         * as/hc08/lkmain.c,
787         * as/mcs51/aslex.c,
788         * as/mcs51/aslink.h,
789         * as/mcs51/asm.h,
790         * as/mcs51/asmain.c,
791         * as/mcs51/lkdata.c,
792         * as/mcs51/lklex.c,
793         * as/mcs51/lkmain.c,
794         * as/z80/aslex.c,
795         * as/z80/asm.h,
796         * as/z80/asmain.c: fixed build on current cygwin:
797         replaced getline() by as_getline()
798
799 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
800
801         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
802         declarator in the symbol chain
803         * src/SDCCsymt.h,
804         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
805         parameter list for function pointers
806         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
807         * support/regression/tests/bug-716242.c: added
808
809 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
810
811         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
812         offset if possible
813         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
814
815 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
816
817         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
818         inifinitely recurseable, added static
819         * support/regression/tests/bug-1408066.c: added
820
821 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
822
823         * src/SDCCicode.h,
824         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
825         renamed, added possibility to create "postLoopLbl"-labels
826         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
827         newiTempLoopHeaderLabel
828         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
829         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
830         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
831         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
832         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
833         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
834         (basicInduction): fixed bug #136564, made static,
835         (loopInduction): changed parameter of basicInduction, made static,
836         (addPostLoopBlock): added
837         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
838         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
839         findLoopEndSeq
840         * support/regression/tests/bug-136564.c: added
841         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
842         --std-sdcc99 to LIBSDCCFLAGS
843
844 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
845
846         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
847         while loop
848         * support/regression/tests/bug-1406131.c: added
849
850 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
851
852         * src/SDCCast.c (decorateType): fix promotion of unary minus
853         * src/SDCCsymt.c (computeType): beautified
854         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
855         (valUnaryPM, valComplement): fix sign and promotion,
856         (valNot): ANSI: result type is int (SDCC: unsigned char)
857         * support/regression/tests/uminus.c: speedup by removing superflous
858         test case 'int'
859         * support/regression/tests/onebyte.c: added promotion and signedness
860         tests for unary minus
861         * support/regressions/tests/bug-477927.c: disable warning about
862         uninitialized variables
863         * support/regression/tests/not.c: added
864
865 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
866
867         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
868         * src/mcs51/gen.c (gen51Code): show final register usage after
869         fillGaps in asm with --i-code-in-asm
870         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
871         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
872         incUsed, rliveClear, adjustIChain): made static,
873         (setFromRange): excluded because it's unused,
874         (findPrevUseSym, markWholeLoop): added,
875         (findPrevUse): rewritten; fixes bug 895992; now a complete search
876         through all branches of predecessors enables sdcc to emit the warning
877         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
878         (rlivePoint): made static, added parameter emitWarnings which is only
879         true during the first run out of two,
880         (findRecursiveSucc, findRecursivePred): removed,
881         (computeLiveRanges): made static, added parameter emitWarnings,
882         (dumpIcRlive): added for debugging only
883         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
884         removed prototype of setFromRange()
885         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
886         in call of computeLiveRanges()
887         * support/regression/tests/bug-895992.c: added
888         * support/regression/tests/bug-971834.c: added
889         * support/valdiag/tests/bug-895992.c: added
890         * support/valdiag/tests/bug-971834.c: added
891
892 2005-12-18 Raphael Neider <rneider AT web.de>
893
894         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
895           (genUnpackBits): improved code for direct operands,
896           (genPackBits): improved code for literal assignment to bitfields
897             and for direct destination operands (no FSR indirection),
898             prevented redundant AND, fixes #1362800,
899           (AccLsh): added parameter to disable masking of the result
900         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
901           skip instructions with side-effects (like incfsz),
902           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
903         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
904         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
905           fixes #1375263
906
907 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
908
909         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
910         volatile variables as spill location
911
912 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
913
914         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
915         replacing literals
916         * support/regression/tests/bug-1376320.c: added
917
918 2005-12-08 Raphael Neider <rneider AT web.de>
919
920         * src/pic/device.c: renamed is_shared to pic14_is_shared
921         * src/pic/gen.c (genIfx): re-enabled handling of sbits
922         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
923           (is_valid_identifier): added for above workaround
924
925 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
926
927         * device/lib/Makefile.in: fixed to enable port-specific-objects
928         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
929           char, thanks Hubert Sack
930         * doc/sdccman.lyx: documented --xstack-loc,
931           elaborated a bit more on interrupts and pitfalls,
932           removed "setjmp/longjmp unsupported",
933           documented some unsupported C99 features
934         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
935         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
936           if, thanks Hubert Sack
937         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
938         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
939           make make_library
940         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
941           regression tests can report resource usage (rfe 700441)
942         * support/regression/collate-results.py: report resource usage
943         * support/regression/ports/ds390/spec.mk,
944         * support/regression/ports/hc08/spec.mk,
945         * support/regression/ports/mcs51/spec.mk,
946         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
947         * support/regression/ports/ds390/uCsim.cmd,
948         * support/regression/ports/hc08/uCsim.cmd,
949         * support/regression/ports/mcs51/uCsim.cmd,
950         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
951         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
952           library, use the default one
953         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
954           building the library
955
956 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
957
958         * config.dsp: added dependency on .version and configure_vc.awk
959         * device/include/setjmp.h: updated for --stack-auto and --xstack
960         * device/include/mcs51/at89c51snd1c.h: corrected line endings
961         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
962         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
963         * device/lib/libsdcc.lib: added _setjmp
964         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
965           (decorateType): fixed bug 1372851,
966           (optimizeGetHbit): fixed warning
967         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
968           array initialisation
969         * support/regression/tests/bug1057979.c: added test for bug 1358192
970         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
971
972 2005-12-03 Borut Razem <borut.razem AT siol.net>
973
974         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
975           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
976
977 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
978
979         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
980         createIval): implement symbol independant "flexible array member",
981         (createIvalCharPtr): implemented flexible array initialisation with a
982         string
983         * src/SDCCsymt.c (copyStruct): removed,
984         (getSize): fixed misleading comment,
985         (getAllocSize): removed, the additional allocation size is now in
986         sym->flexArrayLength,
987         (checkStructFlexArray): new, syntax checks for flexible array members,
988         (compStructSize): added syntax checks for "flexible array members"
989         (copyStruct): removed,
990         (copyLinkChain): removed inefficient fix for bug 770487
991         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
992         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
993         symbol->flexArrayLength
994         * src/SDCCerr.c,
995         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
996         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
997         * support/regression/tests/structflexarray.c: added
998         * support/valdiag/tests/structflexiblearray.c: added
999
1000 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1001
1002         * src/SDCCast.c (decorateType): fixed bug 1368489
1003         * support/Util/SDCCerr.c,
1004         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1005
1006 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1007
1008         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1009           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1010
1011 2005-11-27 Borut Razem <borut.razem AT siol.net>
1012
1013         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1014           support/cpp2/mkdeps.h: added command line option
1015           -obj-ext=<extension> to SDCPP to define object file externion, used
1016           for generation of make dependencies (-M)
1017         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1018
1019 2005-11-26 Borut Razem <borut.razem AT siol.net>
1020
1021         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1022           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1023           added pic and pic16 libraries
1024
1025 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1026
1027         * device/include/float.h: Corrected typo in prototype of __fsgt
1028
1029 2005-11-25 Borut Razem <borut.razem AT siol.net>
1030
1031         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1032           added creation of model-mcs51-stack-auto libraries
1033
1034 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1035
1036         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1037         and fields-list too
1038         * src/SDCCast.c (createIvalArray): removed obsolete comment
1039
1040 2005-11-24 Borut Razem <borut.razem AT siol.net>
1041
1042         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1043           added missing device/lib/mcs51/crt*.asm sources
1044
1045 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1046
1047         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1048
1049 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1050
1051         * device/lib/_fs2schar.c,
1052         * device/lib/_fs2sint.c,
1053         * device/lib/_fs2slong.c: optimized inline asm
1054
1055 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1056
1057         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1058           Better handling of floats between -1.0 and 0.0.
1059
1060 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1061
1062         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1063           (the missing "if"s prohibited removal of redundant labels)
1064
1065 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1066
1067         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1068           Properly convert floats between -1.0 and 0.0 to long, int, and char
1069           types (max integer value of negative floats tends to zero).
1070         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1071           Removed changes made so to work properly with floats between
1072           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1073           and _fs2char.c
1074
1075 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1076
1077         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1078         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1079         (genCast) cosmetic change
1080         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1081         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1082         from mcs51
1083         * support/regression/tests/bitfields (testSignedBitfields): added
1084
1085 2005-11-18 Borut Razem <borut.razem AT siol.net>
1086
1087         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1088         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1089           introduced SILENT option to make building of pic16 libraries less
1090
1091 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1092
1093         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1094           Now they work properly with floats between -1.0 and 0.0
1095         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1096
1097 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1098
1099         * src/SDCCicode.c (printOperand): added missing else
1100
1101 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1102
1103         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1104         reformatted for better readability
1105         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1106         signed bitfields
1107
1108 2005-11-17 Borut Razem <borut.razem AT siol.net>
1109
1110         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1111           introduced SILENT option to make building of pic16 libraries less
1112           verbose - used for nightly snapshot build
1113         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1114           available on Win32 platforms.
1115         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1116           medium, large, pic and pic16
1117
1118 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1119
1120         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1121           printf("%f"...) sets fraction to zero.
1122
1123 2005-11-16 Raphael Neider <rneider AT web.de>
1124
1125         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1126           fixes #1357221
1127         * src/pic/gen.c (genIfx): implemented for CARRY bit
1128         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1129           to generic pointers, fixes #1357332,
1130           (pic16_movLit2f): NEW,
1131           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1132
1133 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1134
1135         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1136
1137 2005-11-11 Raphael Neider <rneider AT web.de>
1138
1139         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1140         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1141           compute pointer's type from operand,
1142           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1143           improved single bit reads, fixes bug #1353379
1144
1145 2005-11-09 Borut Razem <borut.razem AT siol.net>
1146
1147         * support/scripts/sdcc.nsi: added lib/pic to the package
1148
1149 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1150
1151         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1152
1153 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1154
1155         * support/regression/tests/bug1348008.c: added
1156         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1157         * support/regression/tests/bug1337835.c: updated comment
1158
1159 2005-11-06 Borut Razem <borut.razem AT siol.net>
1160
1161         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1162           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1163           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1164           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1165           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1166           dynamic construction of cl_error_class and derivates - 2.nd try
1167
1168 2005-11-05 Borut Razem <borut.razem AT siol.net>
1169
1170         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1171           bug, which caused Bus Errors on sparc solaris
1172
1173 2005-11-04 Borut Razem <borut.razem AT siol.net>
1174
1175         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1176           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1177           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1178           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1179           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1180           and derivates to resolve the initialization problem on OSX
1181
1182 2005-11-02 Borut Razem <borut.razem AT siol.net>
1183
1184         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1185           corrected typo - #include <winsock2.h>
1186
1187 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1188
1189         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1190           (_asxxxx_mapping): added org directive for future enhancements
1191
1192 2005-11-01 Borut Razem <borut.razem AT siol.net>
1193
1194         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1195           enabled sockets on WIN32
1196         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1197
1198 2005-10-31 Borut Razem <borut.razem AT siol.net>
1199
1200         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1201           WIN32 backslash path delimiters should be escaped when used in C strings
1202         * support/regression/tests/bitfields.c: exclude failing assertions for
1203           __CYGWIN32__ and __MINGW32__ hosts
1204
1205 2005-10-30 Borut Razem <borut.razem AT siol.net>
1206
1207         * src/SDCCutil.c: corrected double comparison typo
1208
1209 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * device/lib/medium/Makefile: added for new memory model medium
1212         * device/include/asm/mcs51/features.h: updated for medium/pdata
1213         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1214           added Multiply & Accumulate sbit's and MAC0_PAGE define
1215         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1216         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1217         * device/lib/_mullong.c: update for medium model
1218         * device/lib/incl.mk: added medium model
1219         * doc/sdccman.lyx: documented medium model
1220         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1221         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1222         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1223         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1224           (allocParms): set SCLS and OCLS to pdata for medium model
1225         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1226           for pdata,
1227           (powof2): return <0 if not power of 2
1228         * src/avr/gen.c (genBitWise): use updated powof2
1229         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1230           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1231           (shiftLLeftOrResult): use B if necessary
1232         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1233         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1234         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1235         * support/regression/Makefile.in: added test-mcs51-medium
1236         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1237
1238 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1239
1240         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1241         specifier unsigned
1242         * device/lib/time.c (mktime): fixed bug 1334315
1243
1244 2005-10-28 Raphael Neider <rneider AT web.de>
1245
1246         * device/include/pic/p16f_common.inc: added common declarations
1247         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1248
1249 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1250
1251         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1252           (aopPutUsesAcc): added to predict accumulator use,
1253           (assignResultValue): save acc if necessary,
1254           (genMinusDec): store result if indirectly addressed,
1255           (genDivOneByte):  save acc if necessary,
1256           (movLeft2Result): bugfix if left already in acc,
1257           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1258             attention to accumulator use (esp. pdata),
1259           (genReceive): receive pdata correctly
1260         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1261         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1262
1263 2005-10-27 Raphael Neider <rneider AT web.de>
1264
1265         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1266
1267 2005-10-27 Raphael Neider <rneider AT web.de>
1268
1269         * .version: changed version to 2.5.4
1270         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1271         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1272           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1273             arithmetics support routines
1274         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1275         * device/lib/Makefile.in: also create installdir for pic
1276
1277         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1278           pic14 port as well
1279         * src/pic/device.c (dump_sfr): rewritten to delegate register
1280           placement to the linker (use `extern sym' rather than sym EQU addr),
1281           (validAddress): fixed to check last specified address
1282         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1283           (popGetLit): truncate literal value to 8 bit,
1284           (popGet): moved assert to more appropriate place
1285           (popGetExternal): create pCode operand from and mark the according
1286             symbol as being `extern'
1287           (popGetAddr): added sanity check on immediate's offset, provide
1288             GPOINTER tag on demand
1289           (aopPut): fixed for immediates,
1290           (mov2w_op): move operand's address or contents to WREG (depending on
1291             operand type), safer variant of mov2w,
1292           (movwf,call_libraryfunc): NEW, handy abbreviations,
1293           (get_argument_pcop,get_return_val_pcop,pass_argument,
1294           get_returnvalue): interface for accessing function parameters and
1295             return values,
1296           (assignResultValuei,genRet): use new parameter/return value interface
1297           (pic14_getDataSize): back to old version handling generic pointers,
1298           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1299             provided implementation and/or fixed old one,
1300           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1301             calls, removed legacy 8051 reference code
1302           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1303           (loadSignToC): NEW, move the operands sign bit to CARRY,
1304           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1305             genRightShiftSigned, accepts negative shift counts,
1306           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1307           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1308             generic pointers, __data pointers and __code pointers,
1309           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1310             and signed bitfields, limit bitfields to 8 bit,
1311           (genDataPointerGet): fixed number of bytes read,
1312           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1313           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1314             pointers to constant data are no longer assumed to point to __code
1315             space, removed invalid pointer types,
1316           (bitpatternFromVal): retrieve the PICs representation of an integer
1317             or float literal,
1318           (genDataPointerSet): fixed assigning to po_immediate operands,
1319           (genGenPointerSet): implemented as library call,
1320           (genIfx): fixed incorrect condition,
1321           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1322             provide GPOINTER tag according to destination's storage class,
1323           (genCast): added code to handle casting to generic pointers, added
1324             sign-/zero extension of the result
1325           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1326         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1327         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1328           extend the result
1329         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1330           address/register resides in the shared banks
1331           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1332             put all variables into separate sections (have the linker arrange
1333             them)
1334           (picglue): put init code and interrupt handlers in separate sections
1335         * src/pic/main.c: added port specific options table, modified to PORT
1336           structure to make GPOINTERs 3 byte, added pic14_options
1337           (_pic14_do_link): private linking routine (update paths to libraries,
1338             add libsdcc.lib by default)
1339         * src/pic/main.h: declare pic14_options
1340         * src/pic/pcode.c: fixed instructions i/o relations,
1341           (RegCond): reverted to correct version,
1342           (newpCodeOpLit): truncate literals to 8 bit,
1343           (genericPrint): added debug output,
1344           (getRegFromInstruction): fixed for various operand types, simplified
1345           (BuildFlow): fixed broken handling of isntructions with labels
1346           (LinkFlow): start at last instruction in flow (skip trailing comments),
1347             pass the flow on to the next instruction after CALL
1348           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1349           (insertPCodeInstruction): fixed inserting after a skip instruction,
1350           (DoBankSelect): fixed for labeled instructions
1351           (OptimizepBlock): honor --nopeep switch
1352           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1353         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1354         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1355           (pCodeOptime2pCodes): allow disabling this optimization via
1356             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1357             but is still buggy), started implementation of a dataflow based
1358             pCode optimization (CSE + dead code elimination)
1359           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1360         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1361           names are independant of the stack location and therefore portable across
1362           devices
1363
1364 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1367           (selectSpil): fixed bug 1337835 by not spilling bit variables
1368         * support/regression/tests/bug1337835.c: added test for this bug
1369         * src/mcs51/peeph.def: restart after rule 3.c,
1370           addded rules 263.x to optimize loading constants
1371
1372 2005-10-26 Raphael Neider <rneider AT web.de>
1373
1374         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1375         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1376           (genAssign): emit warning when casting literals to generic pointer
1377             type, also applies when taking the address of a fixed variable,
1378           (genCast): improved casting to generic pointers
1379         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1380           extern variables, added verbose error message
1381         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1382
1383 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1384
1385         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1386         carry must be complemented too
1387         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1388         could be emitted by genMinus
1389         * src/SDCCval.c (constVal): fixed bug 1305065
1390
1391 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1392
1393         * src/SDCCast.c (addCast): added promotion for bit variables
1394         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1395         promotion casts + optimisation
1396         (optimizeGetWord): fix warning 'i' might be used uninitialized
1397         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1398         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1399
1400 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1401
1402         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1403         all chars are promoted to int; promotion should be handled in SDCCast.c
1404
1405 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1406
1407         * device/lib/_strcmp.c: Fixed bug 1326457
1408
1409 2005-10-11 Raphael Neider <rneider AT web.de>
1410
1411         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1412         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1413
1414 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1415
1416         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1417         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1418
1419 2005-10-04 Raphael Neider <rneider AT web.de>
1420
1421         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1422           device/lib/pic16/pics.all: added pic18f1320
1423         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1424
1425 2005-09-30 Raphael Neider <rneider AT web.de>
1426
1427         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1428         * src/pic16/devices.inc: NEW, provides device descriptions
1429         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1430
1431 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1432
1433         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1434           GETHBIT
1435
1436 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1437
1438         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1439           documented Any Order Bit, Higher Order Byte and Higher Order Word
1440         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1441         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1442           (optimizeGetAbit): new, to get any bit, not only the high bit,
1443           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1444           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1445           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1446           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1447             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1448             GETABIT, GETBYTE, GETWORD: decorate them,
1449           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1450           (ast_print): added GETABIT, GETBYTE, GETWORD
1451         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1452         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1453           (geniCodeBinary): new generic binary icode,
1454           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1455         * src/port.h: updated comment for PORT.hasExtBitOp
1456         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1457           (genGetByte): new, to get a single byte,
1458           (genGetWord): new, to get a word from a long,
1459           (gen51Code): added GETABIT, GETBYTE, GETWORD
1460         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1461
1462 2005-09-23 Raphael Neider <rneider AT web.de>
1463
1464         * configure.in, configure: have device/lib/pic configured
1465         * device/lib/Makefile.in: added model-pic14
1466         * device/lib/clean.mk: added pic/ to clean rule
1467         * device/lib/pic: added rudimentary pic14 library providing support
1468           functions for multiplication/division/generic pointer access
1469         * src/SDCCopt.c (convilong): mark support functions as extern
1470           for pic14 port as well
1471         * src/pic/gen.c (genMult): added assertions,
1472           (genpic14Code): emit warning on unhandled iCodes
1473         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1474         * src/pic/pcode.c (pCodeOpCopy),
1475         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1476           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1477           SFR_REGISTER}), made safe for future extensions
1478         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1479           instructions even if preceeded by SKIP instructions (also remove
1480           them); removed unused code
1481         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1482           prevents leaving parts of the structure uninitialized after copying
1483
1484 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1487           ago by me
1488         * support/regression/tests/addsub.c: added test for the bug
1489
1490 2005-09-21 Raphael Neider <rneider AT web.de>
1491
1492         * device/include/pic16/pic18f1220.h,
1493           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1494         * device/lib/pic16/Makefile.rules: added missing opening paren
1495         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1496           are provided in genutils.c,
1497           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1498           operand/result sizes,
1499           (genCmp): assert on NULL pointers first, then check deref'ed values
1500         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1501           result size
1502
1503 2005-09-18 Raphael Neider <rneider AT web.de>
1504
1505         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1506           as these are now unused,
1507           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1508         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1509           local, avoids uninitialized pointer dereference on r->name
1510         * src/pic16/ralloc.c (newReg): fixed indentation
1511
1512 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1513
1514         * src/SDCCval.c (constVal): fixed bug 730366
1515         * support/Util/SDCCerr.c,
1516         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1517
1518 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1519
1520         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1521
1522 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1523
1524         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1525
1526 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1527
1528         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1529           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1530         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1531           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1532         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1533         * packihx/packihx.c (hexDigit): made c unsigned char
1534         * as/mcs51/lklibr.c (fndsym),
1535         * link/z80/lkgb.c (gb),
1536         * link/z80/lklibr.c (fndsym),
1537         * link/z80/lkrloc.c (relr),
1538         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1539         * src/SDCC.lex (checkCurrFile, process_pragma),
1540         * src/SDCCglue.c (spacesToUnderscores),
1541         * src/SDCCmain.c (setParseWithComma, processFile),
1542         * src/asm.c (tvsprintf, printCLine),
1543         * src/avr/gen.c (emitcode, aopPut),
1544         * src/ds390/gen.c (emitcode),
1545         * src/hc08/gen.c (emitcode, emitinline),
1546         * src/mcs51/gen.c (emitcode, genInline),
1547         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1548           tokenizeLineNode),
1549         * src/pic/ralloc.c (debugLog),
1550         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1551           tokenizeLineNode),
1552         * src/pic16/ralloc.c (debugLog),
1553         * src/z80/main.c (_process_pragma):
1554            made all ctype.h function calls safe
1555         * src/SDCCopt.c: include math.h for fabs
1556         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1557           and used them throughout the code to make ctype.h function calls safe
1558         * src/ds390/main.c (asmLineNodeFromLineNode),
1559         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1560         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1561            unsigned char*
1562         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1563           (newpCodeAsmDir): made ctype.h function calls safe
1564         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1565           pic16_emitcode):  made lbp unsigned char*
1566         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1567           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1568         * src/xa51/gen.c (emitcode),
1569         * src/z80/gen.c (_emit2): made lbp unsigned char*
1570         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1571            char*
1572
1573 2005-09-05 Raphael Neider <rneider AT web.de>
1574
1575         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1576           access bank splitpoint
1577
1578 2005-09-05 Raphael Neider <rneider AT web.de>
1579
1580         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1581
1582 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1583
1584         * .version: changed to version 2.5.3
1585         * doc/sdccman.lyx: changed version to 2.5.3,
1586           documented --codeseg and --constseg and pragma codeseg and constseg,
1587           documented bit parameters (reentrant) and bit returning
1588         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1589            currFunc->recvSize, but is this ok for all ports?
1590           (ast2iCode): result of ~ on unsigned char must be cast to int for
1591            bool to work
1592         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1593           function pointers in bit space
1594         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1595           (processFuncArgs): call port.reg_parm() with reentrancy info
1596         * src/port.h,
1597         * src/avr/main.c,
1598         * src/ds390/main.c,
1599         * src/hc08/main.c,
1600         * src/pic/main.c,
1601         * src/pic16/main.c,
1602         * src/xa51/main.c,
1603         * src/z80/main.c: port.reg_parm prototype extended with
1604           "bool reentrant" parameter
1605         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1606           options.stackAuto for allocating bit register parameters
1607         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1608           (genSend): set BitBankUsed if it is,
1609           (selectRegBank): factored out of genCall for use in genPcall,
1610           (genCall): removed redundant dtype assignmen, use selectRegBank,
1611           (genPcall): handle returning in Carry properly, save in F0 if needed,
1612           (genReceive): handle bit register parameters
1613         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1614           (mcs51_assignRegisters): enable bit registers for all reentrant
1615            functions and don't set BitBankUsed unconditionally
1616         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1617         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1618         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1619
1620 2005-08-27 Borut Razem <borut.razem AT siol.net>
1621
1622         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1623         ppc-osx (Darwin) does not support -u option. It seems that it is
1624         supported only on Linux - GNU cp
1625
1626 2005-08-25 Borut Razem <borut.razem AT siol.net>
1627
1628         * sim/ucsim/gui.src/serio.src/Makefile.in,
1629           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1630           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1631           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1632           install and strip, since the strip at /usr/ccs/bin should be used
1633           on solaris
1634
1635 2005-08-24 Borut Razem <borut.razem AT siol.net>
1636
1637         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1638
1639 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1640
1641         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1642         ffffffffu
1643
1644 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1645
1646         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1647         * as/mcs51/lkmain.c (link_main): fixed warning
1648         * device/include/stdbool.h: ds390 has no advanced bit support yet
1649         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1650         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1651         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1652           and updated their macros
1653         * src/SDCCval.c (constVal): updated comment for renamed b_long
1654
1655 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1656
1657         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1658         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1659           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1660           (oprio): set priority for '['
1661         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1662            and adb_24_bit
1663         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1664         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1665         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1666         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1667           added overlayable BIT_BANK area
1668         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1669           (summary2): explain 'T' in legenda
1670         * as/mcs51/lkrloc.c: replaced old K&R style,
1671           (relr): added R_BIT processing,
1672           (errmsg): added "Bit-addressable relocation error",
1673           (adb_bit): added for converting from byte- to bit-addressable space,
1674           (adb_24_bit): added for converting from byte- to bit-addressable space
1675         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1676            used in reentrant functions now even as return value
1677         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1678         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1679           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1680         * src/SDCCglobl.h: added indicator BitBankUsed
1681         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1682            the bit registers b0-b7
1683         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1684           (geniCodeCast): fixed bug 1263853,
1685           (geniCodeLogicAndOr): put result in bool or char,
1686           (geniCodeReceive): added parameter func for accessing the return type,
1687           (geniCodeFunctionBody): pass func to geniCodeReceive
1688         * src/SDCCmain.c: added indicator BitBankUsed
1689         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1690         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1691           (checkSClass): don't put automatic bool/bit on stack,
1692           (checkFunction): removed check on function cannot return bit
1693         * src/SDCCsymt.h: added newBoolLink prototype
1694         * src/mcs51/gen.c (rb1regs): added bit registers,
1695           (movc): created for assigning to carry,
1696           (pushReg, popReg): created for pushing registers,
1697           (sameRegs): check both AOP_REG and AOP_CRY types,
1698           (aopOp): handle bit registers,
1699           (aopPut): optimization no self-assign,
1700           (saveRegisters): push reg->base (bits) only once for bit registers,
1701            and use pushReg,
1702           (unsaveRegisters): pop reg->base only once and use popReg,
1703           (assignResultValue): added parameter func and return in carry for bits,
1704           (genIpush): optimization no reload in A if not changed,
1705           (genSend): bit parameters in reentrant functions are passed in bit
1706            registers by first assigning to bits in B, then save registers and
1707            copy B to bits,
1708           (genCall): handle returning in Carry properly, save it in F0 if needed,
1709           (genPcall): updated assignResultValue call, this is not safe yet for bit
1710            returning function !!!
1711           (genFunction): don't generate equ's for bit registers and use pushReg,
1712           (genEndFunction): take care of bit returning functions and use popReg,
1713           (genRet): return bit in Carry,
1714           (genIfx): optimize bit registers and other directly addressable bits,
1715           (genReceive): updated assignResultValue call
1716         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1717           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1718            registers when using stack-auto
1719         * src/mcs51/ralloc.c (_G): added allBitregs,
1720           (regs8051): added the bit registers,
1721           (createStackSpil): use macro IS_BIT,
1722           (getRegBit): added to allocate a bit register, else spill,
1723           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1724           (updateRegUsage): factored out to ease stepping while debugging,
1725           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1726            also allocate bit registers,
1727           (fillGaps): handle bit registers,
1728           (findAllBitregs): added to create bit vector with all bit registers,
1729           (mcs51_allBitregs): returns this bit vector,
1730           (mcs51_assignRegisters): when using stack-auto use bit registers for
1731            passing parameters and creating local variables
1732         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1733
1734 2005-08-22 Borut Razem <borut.razem AT siol.net>
1735
1736         * device/lib/Makefile.in: replaced find option -or with -o
1737           to make it run on solaris
1738
1739 2005-08-22 Raphael Neider <rneider AT web.de>
1740
1741         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1742           fixes #1265442 (crash on Solaris)
1743
1744 2005-08-20 Borut Razem <borut.razem AT siol.net>
1745
1746         * configure, configure.in: added tests for libsocket and libnsl libraries,
1747           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1748           from support/regression/Makefile.in
1749         * support/regression/Makefile.in: added
1750         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1751         * sim/ucsim/libtool: regenerated on sparc-solaris
1752         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1753           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1754           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1755           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1756           sparc-solaris, which doesn't use GNU ld linker
1757         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1758         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1759
1760 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1761
1762         * src/mcs51/peeph.def: updated comments
1763
1764 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1765
1766         * device/lib/_gptrget.c,
1767         * device/lib/_gptrput.c: slightly shorter
1768         * doc/sdccman.lyx: incremented version
1769         * src/mcs51/peeph.def: moved peephole comments to the line of first
1770           change to better keep line correlation, reanimated 186.e
1771         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1772
1773 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1774
1775         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1776           David Saxton with quotes around file name.
1777
1778 2005-08-15 Borut Razem <borut.razem AT siol.net>
1779
1780         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1781           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1782           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1783           make tests run on x86_64 platform
1784
1785 2005-08-13 Raphael Neider <rneider AT web.de>
1786
1787         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1788           as it might be executed DURING a build (parallel make is wonderful)
1789
1790 2005-08-13 Raphael Neider <rneider AT web.de>
1791
1792         * device/lib/Makefile.in (port-specific-objects-pic16):
1793           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1794         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1795           dependency
1796         * device/lib/pic16/Makefile.rules: build subdirs before creating
1797           the library, removed builddir rule, create $(builddir) early in
1798           recurse rule, use empty recurse rule for leaf directories
1799         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1800           mkdir errors (race condition), removed duplicate suffix "hex"
1801           from clean rules
1802         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1803         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1804           prevents mkdir -p from aborting on Alpha
1805
1806 2005-08-12 Raphael Neider <rneider AT web.de>
1807
1808         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1809           db-statements in order to allow for arrays of pointers in code
1810           sections to be placed without interspersed 0-padding, fixes
1811           bug #1256215
1812         * (emitStatistics): fixed division by zero for pic18f1220
1813         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1814           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1815         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1816         * (pic16_pCodeConstString): keep track of already emitted string
1817           literals to prevent "duplicate definitions of symbol _str_NR"
1818         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1819           debug message
1820         * device/lib/Makefile.in: ignore failing PIC16 library builds
1821         * device/lib/pic16/Makefile: do not build if gputils are missing
1822         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1823
1824 2005-08-10 Raphael Neider <rneider AT web.de>
1825
1826         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1827           my last commit)
1828
1829 2005-08-10 Raphael Neider <rneider AT web.de>
1830
1831         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1832           Rokas' patch to add the new fixed point type "__fixed16x16"
1833         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1834           functions for __fixed16x16 arithmetics
1835         * device/lib/pic16: reimplemented the build system to support
1836           a separate build directory, better handling of libio (create
1837           the library in a separate subdir for each architecture) and
1838           easier configuration (centralized in Makefile.common)
1839
1840 2005-08-07 Raphael Neider <rneider AT web.de>
1841
1842         * src/pic16/gen.c (genrshTwo): fixed sign extension
1843         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1844         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1845           added T0CONbits
1846         * device/include/pic16/pic18f4220.h: NEW, header for
1847           pic18f4220 and pic18f4320
1848         * device/include/pic16/pic18fregs.h: added new devices,
1849           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1850         * device/include/pic16/signal.h: resolved name clashes
1851           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1852           to also allow testing for interrupt enable bits, added
1853           comments on how to use the macros
1854         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1855         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1856           register definitions for the devices
1857         * device/lib/pic16/pics.all: added new devices
1858         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1859           allocated memory
1860         * device/lib/pic16/libc/stdlib/memfree: do not count
1861           the block header as free memory
1862         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1863           simplified and added missing end-of-blocklist-marker
1864           (reported by Peter Onion, fixes #1252814)
1865         * (_mergeHeapBlock): fixed loop condition
1866         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1867           len==0, restructured code
1868         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1869           up a bit, reduced bitfield accesses, prevent endless loops
1870           in case of heap corruption
1871         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1872           "unreferenced arguments/must return a value" warnings
1873         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1874           replaced BAUDREG with SPBRG
1875         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1876           device/lib/pic16/debug/gstack/gstack.c: replaced
1877           _naked, _asm, _endasm with __naked, __asm, __endasm
1878
1879 2005-08-05 Raphael Neider <rneider AT web.de>
1880
1881         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1882           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1883
1884 2005-08-05 Borut Razem <borut.razem AT siol.net>
1885
1886         * device/lib/Makefile.in: added missing ';'
1887         * configure: removed ^M characters
1888
1889 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1890
1891         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1892           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1893           License
1894
1895 2005-08-04 Borut Razem <borut.razem AT siol.net>
1896
1897         * configure.in: pic16 libraries build 2nd try - enable running
1898           configure in device/lib/pic16
1899         * configure: regenerated from configure.in
1900         * device/lib/Makefile.in: create $(PORT)/bin directory
1901
1902 2005-08-03 Raphael Neider <rneider AT web.de>
1903
1904         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1905           to get/set values via pointers
1906         * (genUnpackBits,genPackBits): changed detection of
1907           ptr->bitfield vs. sym.bitfield, fixed access via generic
1908           pointers, removed dead (wrong) code for multibyte bitfields
1909         * (genNearPointerGet, genGenPointerGet): removed useless code,
1910           fixed bitfield detection, fixes #1250594
1911         * (genNearPointerSet): removed useless code
1912         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1913           and introduced macro pic16_emitpcode that conditionally emits
1914           the origin of the following pCode (useful for debugging SDCC)
1915         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1916         * (createDefmap): fixed handling of LFSR for --optimize-df
1917
1918 2005-08-02 Borut Razem <borut.razem AT siol.net>
1919
1920         * device/lib/Makefile.in: pic16 libraries build enabled since
1921           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1922
1923 2005-08-02 Raphael Neider <rneider AT web.de>
1924
1925         * src/pic16/gen.c (genPackBits): removed deprecated warning
1926         * (genGenPointerSet): fixed bitfield detection
1927
1928 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1929
1930         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1931
1932 2005-07-31 Raphael Neider <rneider AT web.de>
1933
1934         * device/lib/pic16/libdev/pic18f458.c,
1935           device/include/pic16/pic18f458.h: added missing T0CONbits
1936
1937 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1938
1939         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1940
1941 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1944
1945 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1946
1947         * device/include/mcs51/at89c51ed2.h: added.
1948
1949 2005-07-23 Raphael Neider <rneider AT web.de>
1950
1951         * src/pic/gen.h: added emitpcode macro for debugging
1952         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1953           and replace by macro adding debug information on demand
1954         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1955         * (gencjne): tried to fix; replaced with correct (slower) code
1956         * (gen{Unp,P}ackBits): fixed single bit access
1957         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1958         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1959           previous instruction
1960         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1961           register has to be handled with care (forbidding movement
1962           of assignments/uses, removing assignments completely, ...)
1963         * (pCodeOptime2pCodes): make use of regIsSpecial
1964         * added lots of debugging output (commented out)
1965         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1966           from being reused as result UNLESS it is known to work
1967
1968 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1969
1970         * support/Util/dbuf.h: include <stddef.h> for size_t
1971         * .version: changed to version 2.5.2
1972
1973 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1974
1975         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1976
1977 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1978
1979         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1980           (genModOneByte): removed needless psha/pula
1981
1982 2005-07-22 Raphael Neider <rneider AT web.de>
1983
1984         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1985           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1986         * src/pic/gen.c (resolveIfx): do not "invent" labels
1987         * (genSkipc): changed to positive logic
1988         * (genSkipCond): removed as no longer needed
1989         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1990           backport from PIC16
1991         * (genLeftShift): check operands are in different registers
1992         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1993           INCF does not update CARRY...
1994         * src/pic/main.c: fixed _linkCmd
1995         * src/pic/pcode.c (unlinkpCode): added inactive code
1996         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1997           alive (do not assign result and operand overlapping registers)
1998
1999 2005-07-22 Raphael Neider <rneider AT web.de>
2000
2001         * src/pic/device.c (dump_sfr): replaced register declaration with
2002           call to emitSymbolToFile() to avoid duplicate symbols
2003         * (assignRelocatableRegisters): do not declare external symbols
2004         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2005           right (take size of type, not etype)
2006         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2007         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2008         * (packRegsForAccUse): disabled assignment of WREG as
2009           the result reg to prevent occurence of just fixed #1235003,
2010           fixes #1242954
2011         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2012           symbols (avoids duplicate symbols in .asm file)
2013         * (pic14emitRegularMap): use emitSymbolToFile()
2014         * src/pic/gen.c (aopOp): fixed spillLocation handling
2015         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2016         * (genDataPointerSet): removed unneccessary variables/output
2017
2018 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2019
2020         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2021         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2022
2023 2005-07-21 Raphael Neider <rneider AT web.de>
2024
2025         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2026           architecture cannot handle them efficiently, fixes bug #1235003
2027         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2028           check for empty sets before using them (fixes bug #1232190)
2029
2030 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2031
2032         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2033           (lnksect2): generate warnings for memory overlap
2034         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2035           constseg to set the name of these segments so you can instruct the linker
2036           to place them in banks
2037         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2038         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2039           added code_seg and const_seg to options
2040         * src/SDCCglue.c (emitMaps): use options.const_seg,
2041           (createInterruptVect): put interrupt vectors in segment HOME,
2042           (glue): put HOME before static segment and put the main glue in HOME,
2043           (glue): use options.code_seg
2044         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2045         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2046           these segments so you can instruct the linker to place them in banks
2047           (linkEdit): use code_loc for HOME segment which should be the first
2048           segment in code memory now
2049         * src/SDCCmem.c: fixed more stuff like bug 1238386
2050         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2051           (changePointer): don't change function pointers to code pointers for
2052           banked functions,
2053           (compareType): added exceptional check for banked function pointers
2054         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2055         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2056           after static in code memory
2057         * src/mcs51/gen.c: added aopLiteralLong prototype,
2058           (aopForSym): use getSize for functions,
2059           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2060           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2061           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2062           the segment,
2063           (genPcall): use call for literal function pointers and generate banked
2064           calls over the one trampoline so there's only one place for the user to
2065           modify according to his/hers hardware,
2066           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2067           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2068         * src/mcs51/main.c: added keyword banked,
2069           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2070         * support/Util/SDCCerr.c,
2071         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2072           needed for passing the bank and address to the trampoline
2073         * device/lib/mcs51/crtbank.asm: added for bankswitching
2074         * device/lib/mcs51/Makefile: added crtbank
2075
2076 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2077
2078         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2079           for fields at offset 0 of a struct or union as reported
2080           on 2005-07-07 in the developer mailing list.
2081
2082 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2083
2084         * src/SDCCmem.c: fixed bug 1238386
2085
2086 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2087
2088         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2089           (patch #1144962), added peephole 300, enabled 259.x
2090         * doc/sdccman.lyx: removed screenshot and provided link instead
2091
2092 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2093
2094         * doc/sdccman.lyx: added section about debugging with ddd
2095         * doc/figures/ddd_example.eps: screenshot of debugging session
2096
2097 2005-07-04 Raphael Neider <rneider AT web.de>
2098
2099         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2100           like CODE pointers, fixes #1115683
2101         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2102           call, fixes bugs #1232211, #1228110,
2103           fixed wrong casts to pCodeFlow from pCodeInstructions
2104
2105 2005-07-04 Raphael Neider <rneider AT web.de>
2106
2107         * src/pic/gen.c (popGet): changed assert to allow for
2108           bit operands
2109         * (popGetAddr): changed signature to provide
2110           an additional index, patched all call sites
2111         * (genCmpEq): handle literal-like operands correctly
2112         * (genAddrOf): added sanity checks on __code/__data pointers
2113         * (genAssign): added handling of symbols from __code section
2114         * (gencjne): do not generate code for comparisons whose result
2115           is neither stored nor used, fixes bug #1171114
2116         * (AccLsh, AccRsh): operate on operand instead of WREG
2117         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2118           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2119           by known count
2120         * rewrote complete shift-by-literal logic, commented unused
2121           functions out
2122         * (genConstPointerGet): get multiple bytes (if result size > 1),
2123           fixed handling of non-immediate addresses
2124         * (genPointerGet): handle CODE pointers like CONST pointers
2125         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2126         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2127           operand is to be treated as a literal or not
2128         * (mov2w,genPcall,genCmpEq),
2129           src/pic/genarith.c: use aop_isLitLike() to decide between
2130           literal/register contents
2131         * (addSign): added missing offset
2132         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2133           only emit comment in debug-mode,
2134           use {aop,op}_isLitLike throughout the file
2135         * src/pic/glue.c: fix initializers for pointers (work in progress)
2136         * src/pic/pcode.c (get_op): honor index on _const symbols
2137         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2138         * (dumppBlock): added pCode size estimation
2139         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2140           check for IS_SYMOP before OP_SYMBOL'ing
2141         * fixed indentation, compacted switch-statements
2142         * (allocReg): find free register and allocate it instead of
2143           allocating new registers all the time
2144         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2145           registers as its operands (necessary only for multibyte GETs)
2146
2147 2005-07-01 Raphael Neider <rneider AT web.de>
2148
2149         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2150           debugging .asm-output macros FENTRY + FEXIT
2151         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2152           way... I wonder...
2153         * (emitpComment): NEW, printf to pCode
2154         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2155           offset handling
2156         * (popGetAddr): NEW, variant of popGet to access an immediates
2157           high(er) bytes instead of the n'th byte of memory they reference,
2158           replaced popGet with popGetAddr where neccessary
2159         * (genDataPointerGet): reactivated and fixed implementation
2160         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2161           accesses
2162         * (genDataPointerSet): fixed multibyte assignments
2163         * (genpic14Code): fixed --i-code-in-asm handling
2164         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2165         * (genPlus): fixed index-out-of-bounds error
2166         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2167         * src/pic/ralloc.c: added debugging output macro FENTRY2
2168         * (spillThis): fixed indentation, enbraced for-body for clarity
2169         * (rematStr): commented out as now unused
2170         * (regTypeNum): commented out special spill case (overwrites
2171           arbitrary values)
2172         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2173
2174 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2175
2176         * doc/sdccman.lyx: documented sfr16/sfr32,
2177           added example for using storage class with function pointers
2178         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2179
2180 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2181
2182         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2183         * device/lib/_itoa.c,
2184         * device/lib/_ltoa.c: optimized codesize
2185         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2186           but don't know how to suppress the double warning.
2187         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2188         * support/Util/SDCCerr.c,
2189         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2190
2191 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2192
2193         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2194           fixed old K&R prototypes
2195         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2196         * device/lib/_gptrget.c,
2197         * device/lib/_gptrgetc.c,
2198         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2199           also new versions for small generic pointers and banked generic pointers
2200         * src/port.h: added const_name
2201         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2202         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2203         * src/SDCCcse.c (findPrevIc): check all associative operators
2204         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2205         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2206         * src/SDCCmem.c: updated comments,
2207           set far-space to 0 for pdata, results in optimized code
2208         * src/SDCCmem.h: added macro CONST_NAME
2209         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2210           moving the info into the highest bits, see also gptrget/gptrput
2211         * src/src.dsp: added sdcc.ico to project files
2212         * src/avr/gen.c (genCast): fixed bug 0x%d
2213         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2214         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2215           relation between ptr_type and DCL_TYPE,
2216           (genCast): fixed bug 0x%d
2217         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2218           (CODE)" for const_name
2219         * src/hc08/gen.c (genCast): fixed bug 0x%d
2220         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2221           (hc08_port): added "CONST (CODE)" for const_name
2222         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2223           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2224           between ptr_type and DCL_TYPE,
2225           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2226           operand* and took AOP() inside function so sfr-ness can be checked,
2227           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2228           new prototype,
2229           (genFunction, genEndFunction): optimized stack setup,
2230           (genMinus): optimized for literals with ending zeroes (in bytes),
2231           (genCast): fixed bug 0x%d
2232         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2233           (mcs51_port): added "CONST (CODE)" for const_name
2234         * src/mcs51/peeph.def: made rule 226 more generic
2235         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2236         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2237         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2238         * src/z80/main.c (z80_port): added NULL for const_name,
2239           (gbz80_port): added NULL for const_name
2240         * support/regression/tests/bug663539.c,
2241         * support/regression/tests/sfr16.c: new tests
2242
2243 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2244
2245         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2246
2247 2005-06-24 Raphael Neider <rneider AT web.de>
2248
2249         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2250           corrected typos...
2251         * device/include/pic16/signal.h: added USBIF
2252           and SIG_USB
2253
2254 2005-06-24 Raphael Neider <rneider AT web.de>
2255
2256         * device/lib/pic16/libdev/pic18f2455.c,
2257           device/include/pic16/pic18f2455.h: NEW
2258         * device/include/pic16/pic18fregs.h,
2259           device/lib/pic16/pics.all,
2260           src/pic16/device.c: added 18f2455
2261         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2262           device/include/pic16/{pic18f[68][567].h,usart.h}:
2263           replaced MULTIPLE_USARTS define with more relaible
2264           compatibility sfrs (for USART access)
2265
2266 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2267
2268         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2269           and the output asm file line is printed on two lines.
2270
2271 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2272
2273         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2274           BGT, BLE, BHI, and BLS instructions
2275         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2276           genCmpEq): removed
2277         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2278           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2279           fixes bug #1216342
2280         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2281
2282 2005-06-15 Raphael Neider <rneider AT web.de>
2283
2284         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2285         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2286         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2287           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2288           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2289
2290 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2291
2292         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2293           Marcel Telka in bug #1215704
2294
2295 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2296
2297         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2298           located in shared memory bank.
2299
2300 2005-05-31 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2303           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2304           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2305
2306 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2307
2308         * device/lib/_strncpy.c: fixed the fix
2309
2310 2005-05-26 Raphael Neider <rneider AT web.de>
2311
2312         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2313           initializers with \0, bug #1208187
2314         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2315           intializers with \0, bug #1208187
2316
2317 2005-05-26 Raphael Neider <rneider AT web.de>
2318
2319         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2320           initializers with \0, bug #1208187
2321         * src/pic16/main.c (_process_pragma): added sanity checks
2322           for stack position and size, emit warnings when appropriate
2323
2324 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2325
2326         * device/lib/_strncpy.c: fixed not filling with \0
2327
2328 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2329
2330         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2331           createFunction),
2332         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2333           compound_statement),
2334         * src/SDCCsymt.h,
2335         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2336
2337 2005-05-24 Raphael Neider <rneider AT web.de>
2338
2339         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2340
2341 2005-05-24 Raphael Neider <rneider AT web.de>
2342
2343         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2344           TRISE definitions, closes bug #1162453
2345
2346 2005-05-22 Raphael Neider <rneider AT web.de>
2347
2348         * src/pic16/main.c (_process_pragma): check for missing
2349           arguments to pragmas code and udata
2350         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2351           consistency fixes to match other headers (thanks to Jim Paris)
2352         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2353
2354 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2355
2356         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2357
2358 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2359
2360         * support/regression/tests/bug1198642.c: new test
2361         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2362         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2363         * support/scripts/resource.h,
2364         * support/scripts/resource.rc,
2365         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2366         * support/scripts/sdcc.ico: added 32x32 icon
2367
2368 2005-05-18 Raphael Neider <rneider AT web.de>
2369
2370         * device/lib/pic16/libdev/pic18f*.c,
2371         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2372           keywords to "__sfr" and "__at (X)"
2373         * device/include/pic16/pic18fregs.h: added pic18f4520
2374         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2375           #1203088 (MPLAB compatibility)
2376
2377 2005-05-17 Raphael Neider <rneider AT web.de>
2378
2379         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2380         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2381         * device/lib/pic16/pics.all: added new devices
2382         * src/pic16/device.c: added support for pic18f4520
2383
2384 2005-05-16 Raphael Neider <rneider AT web.de>
2385         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2386         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2387         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2388           convenience function for bit access
2389
2390 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2391
2392         * device/lib/printf_large.c: fixed bug 1193299
2393         * support/regression/tests/bug1057979.c: added test %3.3s
2394
2395 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2396
2397         * device/include/mcs51/8051.h,
2398         * device/include/mcs51/8052.h: made parseable with lint
2399         * device/include/mcs51/lint.h: added include file for (sp)lint
2400         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2401         * doc/cdbfileformat.lyx,
2402         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2403
2404 2005-05-14 Raphael Neider <rneider AT web.de>
2405
2406         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2407         * device/lib/pic16/libc/stdlib/itoa.c (new)
2408         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2409         * device/lib/pic16/libio/Makefile: exclude subdir according to
2410           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2411         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2412         * src/pic16/gen.c (genFunction): prevent annoying warning
2413         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2414           nameclashes on BeOS
2415         * support/cpp2/cppmain.c (cpp_output_string): new
2416         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2417           fixes bug 1116802
2418
2419 2005-05-13 Borut Razem <borut.razem AT siol.net>
2420
2421         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2422
2423 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2424
2425         * .version: changed to version 2.5.1; back to bleeding edge development
2426
2427 2005-05-11 Borut Razem <borut.razem AT siol.net>
2428
2429         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2430           generate PDF version 1.3 documents
2431
2432 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2433
2434         * .version: changed to version 2.5.0
2435
2436 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2437
2438         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2439
2440 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2441
2442         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2443         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2444         well as many smaller updates.
2445         * .version: changed to version 2.5.0-pre1
2446
2447 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2448
2449         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2450
2451 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2452
2453         * support/regression/tests/bug1185672.c: added
2454         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2455           bug 1185672
2456         * src/mcs51/gen.c (genCall): added comments, made it look safer
2457         * src/mcs51/gen.c (genEndFunction): simplified
2458
2459 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2460
2461         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2462
2463 2005-04-14 Borut Razem <borut.razem AT siol.net>
2464
2465         * fixed bug 1045046 - SIGSEGV with really simple code?:
2466           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2467           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2468
2469 2005-04-14 Borut Razem <borut.razem AT siol.net>
2470
2471         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2472           src/pic16/device.h: temporarily disabled experimental #inline pragma
2473           for 2.5.0 release
2474
2475 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2476
2477         * device/include/z80/stdio.h,
2478         * device/include/z80/string.h: removed these highly incomplete files so
2479           SDCC can use the default ones in device/include/
2480
2481 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2482
2483         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2484         gcc warning.
2485         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2486         fix sdcpp warnings.
2487
2488 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * device/include/malloc.h: removed redundant __reentrant prototypes
2491         * device/lib/_mullong.c: added working xstack variant in asm (C version
2492           doesn't pass regression tests)
2493         * device/lib/bpx.c: used __data and made bpx char for mcs51
2494         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2495           (createFunction): fixed bug with xstackPtr
2496         * src/SDCCcse.c: corrected comments
2497         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2498           (killDeadCode, eBBlockFromiCode): removed unused code
2499         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2500           corrected comments
2501         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2502           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2503           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2504           (genModOneByte): fixed warning in MSVC
2505         * src/mcs51/main.c (): added comments
2506         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2507
2508 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2509
2510         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2511
2512 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2513
2514         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2515
2516 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2517
2518         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2519         characters arrays of larger size than the declared one.
2520
2521 2005-04-10 Borut Razem <borut.razem AT siol.net>
2522
2523         * src/pic/gen.c (genInline),
2524           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2525           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2526           (findNextInstruction), (findPrevInstruction),
2527           (findInstructionUsingLabel),
2528           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2529         * src/pic/pcode.c (findLabel): added missing '\n'
2530         * src/src.dsp: added SDCCdwarf2.c to the project
2531
2532 2005-04-09 Borut Razem <borut.razem AT siol.net>
2533
2534         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2535
2536 2005-04-08 Raphael Neider <rneider AT web.de>
2537
2538         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2539           into the chain after a given one) and mergeDefmapSymbols (combine
2540           defmap entries for each symbol per pcode)
2541         * (createDefmap): have defmap entries merged in the end
2542         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2543           a symbol before replacing one access type's symbol, merge symbols in
2544           the end (replacement symbol might already have an entry)
2545         * (assignValnums): keep reference to written WREG intact
2546
2547 2005-04-08 Raphael Neider <rneider AT web.de>
2548
2549         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2550           Alpha)
2551
2552 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2553
2554         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2555         bytes
2556
2557 2005-04-07 Raphael Neider <rneider AT web.de>
2558
2559         * device/include/pic16/usart.h: added compatibility defines for
2560           devices with more than one USART
2561         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2562
2563 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2564
2565         * device/lib/Makefile.in: updated for port specific include
2566
2567 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2568
2569         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2570
2571 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2572
2573         * device/include/8051.h,
2574         * device/include/8052.h,
2575         * device/include/at89S8252.h,
2576         * device/include/at89c55.h,
2577         * device/include/at89x051.h,
2578         * device/include/at89x51.h,
2579         * device/include/at89x52.h,
2580         * device/include/mcs51reg.h,
2581         * device/include/reg51.h,
2582         * device/include/reg764.h,
2583         * device/include/regc515c.h,
2584         * device/include/sab80515.h: (re)moved these 12 files
2585         * device/include/mcs51/8051.h,
2586         * device/include/mcs51/8052.h,
2587         * device/include/mcs51/at89S8252.h,
2588         * device/include/mcs51/at89c55.h,
2589         * device/include/mcs51/at89x051.h,
2590         * device/include/mcs51/at89x51.h,
2591         * device/include/mcs51/at89x52.h,
2592         * device/include/mcs51/mcs51reg.h,
2593         * device/include/mcs51/reg51.h,
2594         * device/include/mcs51/reg764.h,
2595         * device/include/mcs51/regc515c.h,
2596         * device/include/mcs51/sab80515.h: and added them here
2597
2598 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2599
2600         * device/include/stdarg.h: changed SDCC specific keywords to double
2601           underlined form.
2602         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2603           mcs51 and ds390.
2604         * device/include/hc08/mc68hc908gp32.h,
2605         * device/include/hc08/mc68hc908jb8.h,
2606         * device/include/hc08/mc68hc908jkjl.h,
2607         * device/include/hc08/mc68hc908qy.h: fixed comments
2608         * device/include/mcs51/README: updated
2609         * device/include/mcs51/c8051f120.h: added PINRSF
2610         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2611         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2612           amidst code. Also inline is not supported.
2613
2614 2005-04-06 Raphael Neider <rneider AT web.de>
2615
2616         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2617         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2618           callers stack/frame pointers
2619
2620 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2621
2622         * device/include/pic16/usart.h: added, missing in previous commit,
2623         * device/include/pic16/adc.h: fixed typo,
2624         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2625         commit,
2626         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2627         <p18fxxx.inc>
2628         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2629         uninitialized because a bug appears with gplink
2630         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2631         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2632         complains for unrecognised option
2633
2634 2005-04-05 Raphael Neider <rneider AT web.de>
2635
2636         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2637           structs as well (using memcpy)
2638         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2639           on ISRs (GOTO has no label)
2640         * src/pic16/device.h: added OF_OPTIMIZE_DF
2641         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2642           new data flow analysis/optimization
2643         * src/pic16/pcode.c: added (prototypes for and implementation of)
2644           dataflow analysis functions, fixed pCodeInstructions' inCond and
2645           outCond values, made RCALL a branch instruction
2646         * (pic16_unlinkpCode): keep C line if possible
2647         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2648           C line moved if possible
2649         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2650         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2651           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2652         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2653           new flow)
2654         * (pic16_getJumptabpCode): NEW, needed in...
2655         * (LinkFlow): fixed handling of jumptables, calls and conditional
2656           branches
2657         * (pic16_InsertCommentAfter): NEW
2658         * (pic16_pCodeReplace): made verbose and flow preserving
2659         * (AnalyzeFlow): added call to data flow analysis
2660         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2661         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2662         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2663
2664 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2665
2666         * src/SDCCast.c (decorateType): fixed bug #1105626
2667
2668 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2669
2670         * device/include/asm/pic16/features.h,
2671         * pic18f*.h headers,
2672         * device/include/pic16/adc.h,
2673         * device/include/pic16/delay.h,
2674         * device/include/pic16/i2c.h,
2675         * device/include/pic16/malloc.h,
2676         * device/include/pic16/stdio.h,
2677         * device/include/pic16/stdlib.h,
2678         * device/include/pic16/string.h,
2679         * device/lib/pic16/libc/stdio/printf_tiny.c,
2680         * device/lib/pic16/libc/stdio/printf_small.c,
2681         * device/lib/pic16/libc/stdio/strmgpsim.c,
2682         * device/lib/pic16/libc/stdio/strmmssp.c,
2683         * device/lib/pic16/libc/stdio/strmusart.c,
2684         * device/lib/pic16/libc/stdio/vfprintf.c,
2685         * device/lib/pic16/libc/stdlib/ltoa.c,
2686         * device/lib/pic16/libc/stdlib/putchar.c,
2687         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2688         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2689         * device/lib/pic16/libc/stdlib/memchrram.c,
2690         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2691         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2692         * device/lib/pic16/libio/adc/adcbusy.c,
2693         * device/lib/pic16/libio/adc/adcread.c,
2694         * device/lib/pic16/libio/adc/adcsetch.c,
2695         * device/lib/pic16/libio/usart/ubaud.c,
2696         * device/lib/pic16/libio/usart/ubusy.c,
2697         * device/lib/pic16/libio/usart/udrdy.c,
2698         * device/lib/pic16/libio/usart/uopen.c,
2699         * device/lib/pic16/libio/usart/uputc.c,
2700         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2701         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2702         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2703         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2704         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2705         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2706         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2707         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2708         specific keywords to double underlined form,
2709         * device/lib/pic16/libc/Makefile.rules,
2710         * device/lib/pic16/libsdcc/Makefile.rules,
2711         * device/lib/pic16/libm/Makefile,
2712         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2713         to compile with C standard set in Makefile.common
2714         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2715         rand.c and crc.c in compilation process,
2716         * device/lib/pic16/libsdcc/int/divuint.c,
2717         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2718         `c' from signed to unsigned,
2719         * device/lib/pic16/startup/crt0.c,
2720         * device/lib/pic16/startup/crt0i.c,
2721         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2722         keywords to double underlined form, bug fixes in _do_cinit function
2723         which prevented the correct initialization of the .idata segment,
2724         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2725         core to enter a infinite loop
2726         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2727
2728 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2729
2730         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2731
2732 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2733
2734         * device/include/Makefile.in: add support for hc08 subdirectory
2735         * device/include/hc08/: new subdirectory
2736         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2737         Lucas Loizaga, thanks!
2738         * device/include/hc08/mc68hc908qy.h,
2739         * device/include/hc08/mc68hc908gp32.h,
2740         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2741         their own directory. Changed internal macro names to use the compiler
2742         reserved namespace. Changed SDCC specific keywords to double
2743         underlined form.
2744         * device/include/math.h,
2745         * device/include/malloc.h,
2746         * device/include/stdarg.h,
2747         * device/include/stdbool.h
2748         * device/include/string.h,
2749         * device/include/tinibios.h,
2750         * device/include/ds400rom.h,
2751         * device/include/8051.h,
2752         * device/include/8052.h,
2753         * device/include/80c51xa.h,
2754         * device/include/at89c55.h,
2755         * device/include/at89S8252.h,
2756         * device/include/at89x51.h,
2757         * device/include/at89x52.h,
2758         * device/include/ds80c390.h,
2759         * device/include/reg764.h,
2760         * device/include/regc515c.h,
2761         * device/include/sab80515.h,
2762         * device/include/mcs51/c8051f000.h,
2763         * device/include/mcs51/c8051f018.h,
2764         * device/include/mcs51/c8051f020.h,
2765         * device/include/mcs51/c8051f040.h,
2766         * device/include/mcs51/c8051f060.h,
2767         * device/include/mcs51/c8051f120.h,
2768         * device/include/mcs51/c8051f300.h,
2769         * device/include/mcs51/c8051f310.h,
2770         * device/include/mcs51/c8051f320.h,
2771         * device/include/mcs51/c8051f330.h,
2772         * device/include/mcs51/c8051f350.h,
2773         * device/include/z180.h: Changed SDCC specific keywords to double
2774         underlined form.
2775
2776 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2777
2778         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2779         18F4455,
2780         * (pic16_assignConfigWordValue): disable testing of configuration
2781         register value with config mask,
2782         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2783         function with port->fun_prefix,
2784         * (genFunction): when generating a naked interrupt function never
2785         create an absolute segment placed in interrupt vector address, place
2786         the actual interrupt function at IVA instead, when an interrupt
2787         function is generated with unspecified interrupt then do not create
2788         the absolute section,
2789         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2790         code for generating a call to generic pointer get/put function with
2791         a call to function pic16_callGenericPointer(),
2792         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2793         the call to the generic pointer get/put functions with prefixing the
2794         function name with port->fun_prefix,
2795         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2796         * src/pic16/main.c (_process_pragma): prefix function with
2797         port->fun_prefix,
2798         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2799         calling assembler, old 18Fxxxx macro is deprecated,
2800         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2801         PC_ASMDIR in while condition,
2802         * (findInstruction): add PC_ASMDIR in while condition,
2803         * (buildCallTree): prefix main with port->fun_prefix,
2804         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2805         identifier for variable with banked access in instructions BTFSS,
2806         BTFSC, BCF, BSF, BTG
2807         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2808         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2809         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2810         perform optimization when enviroment variable NO_REG_OPT is set,
2811         * (insideLRBlock): NEW, return 1 if register is inside an
2812         INF_LOCALREGS block,
2813         * (RemoveRegFromLRBlock): remove a register that is completely
2814         eliminated by register optimization, but it is still left in local
2815         register store/restore in/from stack block,
2816         * (Remove2pcodes): after removing register, check to see if it
2817         should be removed from local register store/restore in/from stack
2818         block,
2819         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2820         DUMMY_READ_VOLATILE,
2821
2822         * device/include/pic16/adc.h: minor prototype modifications and
2823         update,
2824         * device/include/pic16/malloc.h: added GPL notice various
2825         modifications,
2826         * device/include/pic16/stdint.h: NEW, standard header for ints
2827         * device/include/pic16/delay.h: NEW, header for delay functions,
2828         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2829         delay1mtcy,
2830         * device/include/pic16/signal.h: NEW, header providing helper macros
2831         for implementing signal handlers,
2832         * device/include/pic16/stdio.h: added prototypes for functions,
2833         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2834         prototypes for stdin and stdout, added macro PUTCHAR to
2835         automatically implement putchar function prototype,
2836         * device/include/pic16/usart.h: modified and updated USART library,
2837         * device/lib/pic16/libio/adc/,
2838         * device/lib/pic16/libio/i2c: some modifications to improve library
2839         performance,
2840         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2841         family of functions,
2842         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2843         family of functions and other sources,
2844         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2845         of the PIC18Fxx[28] devices,
2846         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2847         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2848         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2849         _do_cinit function, because the previous failed when local variables
2850         where not placed in the same memory bank,
2851         * device/lib/pic16/libsdcc/char/: various modifications to improve
2852         library performance,
2853         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2854         information on the new functions of the c library and more...
2855
2856 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2857
2858         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2859
2860 2005-03-26 Raphael Neider <rneider AT web.de>
2861
2862         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2863           if condition == CARRY)
2864         * (genCmp): adapted to new genSkipc semantics
2865         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2866           on rIfx (genCmp was broken)
2867
2868 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2869
2870         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2871         * src/z80/main.c (_keywords[]),
2872         * src/SDCCglobal.h (struct options),
2873         * src/SDCC.y,
2874         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2875         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2876         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2877         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2878         always available in leading double underscore form. The C99 support is
2879         mostly missing, but it's a start.
2880         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2881         reserved identifier "__data".
2882
2883 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2884
2885         * src/mcs51/peeph.def: fixed bug 1170013
2886
2887 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2888
2889         * device/include/mcs51reg.h: fixed bug 842007
2890
2891 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2892
2893         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2894         last time.
2895
2896 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2897
2898         * src/port.h (struct PORT),
2899         * src/avr/ralloc.c (avr_assignRegisters),
2900         * src/avr/main.c,
2901         * src/ds390/ralloc.c (ds390_assignRegisters),
2902         * src/ds390/main.c,
2903         * src/hc08/ralloc.c (hc08_assignRegisters),
2904         * src/hc08/main.c,
2905         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2906         * src/mcs51/main.c,
2907         * src/pic/ralloc.c (pic14_assignRegisters),
2908         * src/pic/main.c,
2909         * src/pic16/ralloc.c (pic16_assignRegisters),
2910         * src/pic16/main.c,
2911         * src/xa51/ralloc.c (xa51_assignRegisters),
2912         * src/xa51/main.c,
2913         * src/z80/ralloc.c (z80_assignRegisters),
2914         * src/z80/ralloc.h,
2915         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2916         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2917         * src/SDCCcse.h,
2918         * src/SDCCdflow.c (computeDataFlow),
2919         * src/SDCCdflow.h,
2920         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2921         * src/SDCCloop.h,
2922         * src/SDCCcflow.c (*),
2923         * src/SDCCcflow.h,
2924         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2925         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2926         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2927         immedDom() returning wrong block; probably fixes bug #1160833)
2928
2929 2005-03-20 Borut Razem <borut.razem AT siol.net>
2930
2931         * support/scripts/inc2h.pl: WIN32 port
2932
2933 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2934
2935         * device/lib/makefile.in: added abs.c and labs.c
2936
2937 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2938
2939         * device/include/stdint.h: added
2940         * device/lib/abs.c: added
2941         * device/lib/labs.c: added
2942         * device/include/stdlib.h: added abs() and labs() prototypes
2943         * device/lib/libsdcc.lib: added abs and labs
2944         * device/include/float.h,
2945         * device/lib/_fsmul.c,
2946         * device/lib/printf_fast.c,
2947         * device/lib/printf_tiny.c: updated comments
2948
2949 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2950
2951         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2952         bug #1164313
2953
2954 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2955
2956         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2957         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2958
2959 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2960
2961         * device/lib/printf_large.c: removed inline assembly for portability and
2962           readability. Use printf_fast if speed or size are more important.
2963         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2964         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2965
2966 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2967
2968         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2969         prevent compiler warning
2970
2971 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2972
2973         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2974         moved to level 0 and declared as static. Also they are explicit
2975         placed in access bank. This was necessery because some times they
2976         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2977         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2978         optimizations. Currently only compare to unsigned char is implemented,
2979         * src/pic16/gen.c: added fReturnIdx array,
2980         * (struct resolvedIfx) is moved to gen.h and made public,
2981         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2982         * (aopForSym): added an optimization to directly store in stack of
2983         the operand of a SEND iCode,
2984         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2985         but as registers instead (AOP_REG) using the fReturnIdx array,
2986         * (pic16_freeAsmop): remove the freed register from the
2987         _G.sregsAlloc field,
2988         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2989         a compare of 'WREG',
2990         * (pic16_popGetTempRegCond): changed function prototype, now
2991         function takes also a bitVector argument v which holds the current
2992         set of registers that are allocated for stack access by aopForSym,
2993         registers allocated in aopForSym for accessing stack symbols are not
2994         any more part of the functions usedRegs field,
2995         * (genCall): some times aopOp is called for a stack variable to be
2996         send, aopForSym might perform the push, if this is true make sure
2997         that genCall doesn't push the variable twice by testing _G.resDirect,
2998         * (genFunction): changed testing for unspecified interrupt number
2999         from 256 to INTNO_UNSPEC,
3000         * modified selection scheme of frame pointer generation. Previously
3001         if function did use local registers a frame pointer was generated,
3002         now a frame pointer is generated only if function has arguments
3003         (that need PLUSW2 register access), or has stack arguments, or the
3004         compiler is not instructed to omit the frame pointer,
3005         * (genEndFunction): before restoring local registers that were saved
3006         in the function preamble, also restore the registers that *might*
3007         have been allocated for stack access,
3008         * (genRet): removed some old comments,
3009         * (genCmp, the active (RN's) version): added a call to the
3010         pic16_genCmp_special function to perform the compare with a more
3011         robust and optimized way,
3012         * (genInline): a feature has been added in inline code generation,
3013         which allows a wildcard variable substitution when writing inline
3014         assembly. Code is incomplete and experimental therefore undocumented,
3015         * (genCast): changed order of aopOp for result and right to allow
3016         aopForSym to directly load the result if possible,
3017         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3018         perform an optimized compare on some selected special occasions,
3019         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3020         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3021         generate an IVT any more,
3022         * src/pic16/main.c (pic16_optionsTable): added command line option
3023         --optimize-cmp,
3024         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3025         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3026         macros,
3027         * src/pic16/NOTES: Raphael Neider added in list of active developers
3028         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3029         jumptable_end to prevent bug #,
3030         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3031         inCond and outCond fields,
3032         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3033         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3034         turn off register spilling,
3035         * (packRegsForOneUse): synced with other ports' versions although it
3036         is not used currently,
3037         * (pic16_packRegisters): added an optimization while reading
3038         structure bitfields, some registers may be saved (malloc code is
3039         decreased by 80 bytes)
3040
3041 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3042
3043         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3044         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3045         this can be optimized more?
3046
3047 2005-03-10 Raphael Neider <rneider AT web.de>
3048
3049         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3050           genNearPointerGet): (hopefully) fixed access to bitfields via
3051           pointers (p->bitN = x; and x = p->bitN; failed)
3052
3053 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3054
3055         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3056
3057 2005-03-09 Raphael Neider <rneider AT web.de>
3058
3059         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3060
3061 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3062
3063         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3064         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3065           (regTypeNum): set REG_BIT type if necessary
3066         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3067         * support/regression/tests/critical.c: check bug 1144613
3068
3069 2005-03-02 Raphael Neider <rneider AT web.de>
3070
3071         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3072
3073 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3074
3075         * src/avr/ralloc.c (serialRegAssign),
3076         * src/ds390/ralloc.c (serialRegAssign),
3077         * src/hc08/ralloc.c (serialRegAssign),
3078         * src/mcs51/ralloc.c (serialRegAssign),
3079         * src/pic/ralloc.c (serialRegAssign),
3080         * src/pic16/ralloc.c (serialRegAssign),
3081         * src/xa51/ralloc.c (serialRegAssign),
3082         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3083
3084 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3085
3086         * src/SDCCast.c (decorateType): fixed bug 1124787
3087
3088 2005-02-20 Hubert Sack <sack AT digiplan.de>
3089         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3090
3091         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3092         patch #1121755
3093
3094 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3095
3096         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3097         to keep the correct label reference count when adding/removing references
3098         to labels. A peephole file using this is appended to patch #1144962.
3099
3100 2005-02-14 Raphael Neider <rneider AT web.de>
3101
3102         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3103         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3104         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3105           retrievals of result operand's value on assignment
3106
3107 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3108
3109         * device/include/pic16/string.h: modified prototype for memccpy()
3110         to memccpy(void *, void *, char, size_t)
3111         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3112         check whether to omit frame pointer or not,
3113         * (genInline): convert all occurences of "\n" to LF in inline
3114         assembler blocks, this helps formatting the inline text,
3115         * (pic16_loadFSR0): modified prototype,
3116         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3117         removed some 8051 legacy code,
3118         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3119         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3120         before allocating temporary registers in functions,
3121
3122 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3123
3124         * support/regression/tests/bitvars.c: corrected the "fix"
3125
3126 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3127
3128         * support/regression/tests/bitvars.c,
3129         * support/regression/tests/bitwise.c,
3130         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3131
3132 2005-02-10 Raphael Neider <rneider AT web.de>
3133
3134         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3135           different size for Alpha
3136         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3137
3138 2005-02-09 Raphael Neider <rneider AT web.de>
3139
3140         * src/SDCC.lex(doPragma) : save and restore warning options as well
3141           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3142         * have #pragma less_pedantic set the errorlevel to WARNING
3143           (fixes #1117001)
3144         * (cloneOptimize) : fixed wrong malloc's size
3145         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3146           facilitate correct handling of #pragma (save|restore)
3147
3148 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3149
3150         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3151
3152 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3153
3154         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3155
3156 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3157
3158         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3159
3160 2005-02-02 Raphael Neider <rneider AT web.de>
3161
3162         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3163         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3164         * (pic16_storeForReturn): fixed to allow returning function pointers
3165         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3166         * device/include/pic16/{stddef.h,stdbool.h}: added
3167
3168 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3169
3170         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3171
3172 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3173
3174         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3175         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3176          appeared to be required
3177
3178 2005-01-31 Borut Razem <borut.razem AT siol.net>
3179
3180         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3181           include/mcs51 and include/z80 directories to the package
3182
3183 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3184
3185         * src/hc08/gen.c (genFunction): fixed bug #1112752
3186
3187 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3188
3189         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3190
3191 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3192
3193         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3194
3195 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3196
3197         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3198
3199 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3200
3201         * device/include/c8051fxxx.h: removed these 6 files
3202         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3203
3204 2005-01-26 Raphael Neider <rneider AT web.de>
3205
3206         * src/pic16/gen.c (genAssign): fixed assignment from longs
3207           in codespace (were cut to three bytes)
3208         * (genDummyRead): implemented (except for CODESPACE...),
3209           fixed bug #1108575
3210         * src/pic16/glue.c (emitStatistics): beautified
3211         * device/lib/pic16/libm/Makefile: added include path
3212
3213 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3214
3215         * src/z80/gen.c (aopPut): fixed bug #1103902
3216
3217 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3218
3219         * device/lib/expf.c: fixed bug #1095792
3220
3221 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * device/lib/pic16/libm: added Math library sources
3224
3225 2005-01-24 Raphael Neider <rneider AT web.de>
3226
3227         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3228           to enable upcast to pCodeOpReg2 (there is no type tag to
3229           differenciate the two and pic16_popGet2p cast into PCOR2)
3230         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3231           (sizeof(sectNames) changed to sizeof(sectName))
3232           Both patches fix segfaults under MinGW.
3233
3234 2005-01-23 Raphael Neider <rneider AT web.de>
3235
3236         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3237           Safe_[mc]?alloc()'ed variables
3238         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3239           of (byte sized) temporaries (assign them to WREG for now)
3240         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3241           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3242           this might fix SIGSEGVs on MinGW...
3243         * src/SDCCopt.c (killDeadCode): restored original behaviour
3244           (volatile operands might get thrown away though)
3245
3246 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3247
3248         * src/pic16/gen.c: fixed bug #1106975,
3249         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3250         pointer update, INTCON is saved, global interrupts are disabled and
3251         restored after updateing TOS.
3252         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3253         * added function attribute 'shadowregs' to take advantage of shadow
3254         registers,
3255         * added function attribute 'wparam' as an alternative to the wparam
3256         pragma,
3257         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3258         user declares a non-ISR function as 'shadowregs',
3259         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3260
3261 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3262
3263         * .version: bumped version number to 2.4.8
3264         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3265         pic16 port,
3266         * device/lib/pic16/libio/i2c/: I2C module support library,
3267         * device/include/pic16/i2c.h: I2C support library header,
3268         * device/lib/pic16/libc/stdio/: standard IO support sources,
3269         * (printf_small.c): printf_small() source, supports float print,
3270         * (printf_tiny.c): printf_tiny() source, does not support floats,
3271         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3272         enable global optimizations for entire library source, other
3273         Makefiles in the source tree are also modified to reflect this,
3274         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3275         function,
3276         * doc/sdccman.lyx: updated to reflect new changes,
3277         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3278         sym->onStack if-case,
3279         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3280         sbit, idata, _idata, xdata, _xdata,
3281         * added pragma library, to link an external library, (see doc),
3282         * removed command line options, --pomit-config-words, --pomit-ivt,
3283         --pleave-reset-vector,
3284         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3285         when calling assembler to reflect memory model used, also define
3286         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3287         reflect stack model used,
3288         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3289         on stack return NULL,
3290
3291 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3292
3293         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3294           of the operands is volatile. Fixes #1020220
3295
3296 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3297
3298         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3299         * (OptimizeRegUsage): make sure that there is really no other flow where
3300           the first pCode is used
3301
3302 2005-01-22 Raphael Neider <rneider AT web.de>
3303
3304         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3305           to fix #1106967 (pCode->seq are not set up correctly)
3306
3307 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3308
3309         * src/SDCCglue.c (glue): make sure code area is declared before the
3310         static initialization area.
3311
3312 2005-01-21 Raphael Neider <rneider AT web.de>
3313
3314         * device/lib/Makefile.in: fixed test for pic16 install dir
3315         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3316           optimizations
3317         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3318           added --optimize-goto compiler switch and pragma wparam documentation
3319         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3320         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3321           and PRODH closing bug #1071770 (peephole optimizer)
3322
3323 2005-01-19 Raphael Neider <rneider AT web.de>
3324
3325         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3326           cmdLine buffers (used when calling sdcpp...) are large enough
3327           (MAX_PATH=256 truncates arguments leading to system halts when
3328           used in MinGW...)
3329         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3330         * (genUminus): rewritten to for efficiency
3331         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3332           used uninitialized in some cases)
3333         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3334           copy the third byte from the int -- now assumes 0x80 (data memory)
3335         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3336           operands (genAddLit expects the iCode's operands to swapped as
3337           well), fixed leftover bytes (crashed for short left operands)
3338         * (pic16_genMinusDec): performance improvements, removed false
3339           PIC14 emitSKPNCs
3340         * (pic16_genMinus): fixed to cope with differently sized operands
3341         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3342           for --obanksel > 1
3343         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3344         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3345           new banksel optimization
3346         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3347           analysis for temporary registers (segfaults...)
3348         * src/pic16/peeph.def: added rule
3349
3350 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3351
3352         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3353         which converts a float number to its ASCII representation
3354         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3355         functions to convert the fractional and integer part of a float to ASCII,
3356         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3357         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3358         ram
3359         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3360         _STATMEM macros,
3361         * device/include/pic16/adc.h: added GPL info,
3362         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3363         a pCodeOp as tested operand,
3364         * (genNearPointerGet): optimized bit testing, does not use
3365         intermediate register for bit value, test directly instead with
3366         BTFSS, BTFSC, works only for single bits,
3367         * (genpic16Code): dump the name of the iCode in the asm,
3368         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3369         renamed to pic16_decodeOp,
3370         * (serialRegAssign): do not allocate a temporary register for iCode
3371         sequences that test a single bit for 1/0
3372
3373 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3374
3375         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3376         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3377         access stack and frame pointers. They are initially assigned to
3378         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3379         accessing SFRs. Updated all occurences of modification of stack or
3380         frame pointer in gen.c and pcode.c,
3381         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3382         assigning of a literal value to pointers,
3383         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3384         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3385         selected
3386
3387 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3388
3389         * doc/sdccman.lyx: update documentation about stack pragma, added
3390         some info for stack memory models
3391
3392 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3393
3394         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3395
3396 2005-01-08 Raphael Neider <rneider AT web.de>
3397
3398         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3399           udata sections to fix bug #1097823
3400
3401 2005-01-05 Raphael Neider <rneider AT web.de>
3402
3403         * src/pic16/gen.c (genGenericShift): added handling of differently
3404           sized left operand and result
3405
3406 2005-01-04 Raphael Neider <rneider AT web.de>
3407
3408         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3409         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3410           to hold the condition bit)
3411         * added new version of genCmp (old code available via #define)
3412         * added new version of genShiftLeft/genShiftRight in a generic
3413           way, now supports shifting by negative values
3414         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3415           shiftCount (expected by genGenericShift)
3416         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3417         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3418           dump
3419         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3420           is an invalid literal too...)
3421
3422 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3423
3424         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3425         from Raphael Neider,
3426         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3427         for 8-bit literals. This fixes some literal operands which are sign
3428         extended to 16-bits ints when instruction needs only 8-bits.
3429
3430 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3431
3432         * device/lib/logf.c: added mcs51 assembly version
3433         * device/lib/expf.c: added mcs51 assembly version
3434         * device/lib/_logexpf.c: new shared asm code for expf and logf
3435         * device/include/math.h: add defines for assembly math library
3436         * device/lib/Makefile.in: build new _logexpf.c
3437         * device/lib/libfloat.lib: use new _logexpf.c
3438
3439 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3440
3441         * src/pic/device.c
3442         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3443           device types which have less than 0x7f registers.
3444
3445 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3446
3447         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3448
3449 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3450
3451         * device/lib/printf_fast.c: only build on supported arch.
3452         * device/lib/printf_tiny.c: only build on supported arch.
3453         * device/lib/printf_fast_f.c: only build if asm float lib
3454         * device/lib/_fsget1arg.c: only build if asm float lib
3455         * device/lib/_fsget2args.c: only build if asm float lib
3456         * device/lib/_fsnormalize.c: only build if asm float lib
3457         * device/lib/_fsreturnval.c: only build if asm float lib
3458         * device/lib/_fsrshift.c: only build if asm float lib
3459         * device/lib/_fsswapargs.c: only build if asm float lib
3460         * device/include/stdio.h: don't provide print_fast,
3461           print_fast_f, print_tiny prototypes if --xstack used
3462
3463 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3466         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3467           to the SOURCES
3468
3469 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3470
3471         * device/lib/printf_fast_f.c: same as printf_fast, but
3472           with floating point enabled
3473         * device/lib/printf_fast.c: minor tweaks
3474         * device/include/stdio.h: add printf_fast_f
3475
3476 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3477
3478         * src/SDCCmain.c: make --float-reent default for mcs51
3479         * device/lib/_fsadd.c: added mcs51 assembly version
3480         * device/lib/_fssub.c: added mcs51 assembly version
3481         * device/lib/_fsmul.c: added mcs51 assembly version
3482         * device/lib/_fsdiv.c: added mcs51 assembly version
3483         * device/lib/_fseq.c: added mcs51 assembly version
3484         * device/lib/_fsneq.c: added mcs51 assembly version
3485         * device/lib/_fsgt.c: added mcs51 assembly version
3486         * device/lib/_fslt.c: added mcs51 assembly version
3487         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3488         * device/lib/Makefile.in: add _fscmp to build
3489         * device/lib/libfloat.lib: add _fscmp to build
3490
3491 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3492
3493         * device/lib/_fs2slong.c: added mcs51 assembly version
3494         * device/lib/_fs2sint.c: added mcs51 assembly version
3495         * device/lib/_fs2schar.c: added mcs51 assembly version
3496         * device/lib/_fs2ulong.c: added mcs51 assembly version
3497         * device/lib/_fs2uint.c: added mcs51 assembly version
3498         * device/lib/_fs2uchar.c: added mcs51 assembly version
3499         * device/lib/_slong2fs.c: added mcs51 assembly version
3500         * device/lib/_sint2fs.c: added mcs51 assembly version
3501         * device/lib/_schar2fs.c: added mcs51 assembly version
3502         * device/lib/_ulong2fs.c: added mcs51 assembly version
3503         * device/lib/_uint2fs.c: added mcs51 assembly version
3504         * device/lib/_uchar2fs.c: added mcs51 assembly version
3505         * device/include/float.h: added #define to select asm vs c
3506
3507 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3508
3509         * device/lib/printf_fast.c: improvements to float output
3510         * device/include/float.h: add defines for assembly float library
3511         * device/lib/_fsget1arg.c: receive 1 float arg
3512         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3513         * device/lib/_fsnormalize.c: normalize a float
3514         * device/lib/_fsreturnval.c: return float, various helper routines
3515         * device/lib/_fsrshift.c: right shift a float's mantissa
3516         * device/lib/_fsswapargs.c: swap 2 floats
3517         * device/lib/Makefile.in: build these 6 new files for mcs51
3518         * device/lib/libfloat.lib: add these 6 files to the library
3519
3520 2004-12-26 Borut Razem <borut.razem AT siol.net>
3521
3522         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3523           built by gcc 3.4.2
3524
3525 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3526
3527         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3528           and fully reentrant and register bank neutral.
3529         * device/lib/printf_fast.c: added float (not enabled by default),
3530           added compact/slower integer (also not enabled by default),
3531           improved size/speed of fast integer code, other minor changes
3532         * device/include/stdio.h, device/lib/Makefile.in,
3533           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3534
3535 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3536
3537         * src/pic16/pcode.c: declaring variables other than at the start of a
3538           block is not supported in C by VC6.
3539
3540 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3541
3542         * applied a previous patch from Raphael Neider that wasn't included
3543         in the previous commits, which fixes infinite loops within jumptable
3544         improvements,
3545         * made some fixes that previous patches introduced
3546
3547 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3548
3549         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3550         that fixes an issue with AOP_PCODE asmop's offset,
3551         * (pic16_popCopyReg): update instance field too,
3552         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3553         function of pic port,
3554         * (genCmp, genAnd, genAssign),
3555         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3556
3557 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3558
3559         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3560         variables initial values to idata section,
3561         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3562         variables in some functions. This utilizes parmBytes field of iCode
3563         structure to hold the offset of the variable in stack. (might be
3564         able to use the stack field too?)
3565         * applied patch from Raphael Neider # ### , # ###
3566         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3567         variable initial values in idata section,
3568         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3569         for static variables with initial value
3570         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3571         applied fix in while loop from Raphael Neider.
3572
3573 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3574
3575         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3576         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3577         * src/ds390/ralloc.c (serialRegAssign): spill bits
3578         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3579         * support/Util/SDCCerr.c,
3580         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3581         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3582         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3583
3584 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3585
3586         * device/include/sdcc-lib.h: inserted LGPL, added includes
3587           asm/ds390/features.h and asm/mcs51/features.h
3588         * device/include/asm/default/features.h,
3589         * device/include/asm/gbz80/features.h,
3590         * device/include/asm/z80/features.h: added empty _AUTOMEM
3591           and _STATMEM
3592         * device/include/asm/ds390/features.h,
3593         * device/include/asm/mcs51/features.h: added files with defines for
3594           _AUTOMEM and _STATMEM indicating automatic and static storage class
3595         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3596         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3597         * src/SDCCicode.c (geniCodeCast),
3598         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3599         * src/SDCCloop.c (loopInduction): removed unused variable lr
3600         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3601           to convertToFcall to include char modulo (RFE 1065037), added check
3602           if left operand is unsigned and use abs of literal value
3603         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3604           as it doesn't work after conversion from peephole.def to peephole.rul
3605         * src/mcs51/gen.c (toBoolean): added check for size,
3606           (genModOneByte): optimized code for signed char modulo a literal
3607           power of 2 (thanks to Hubert Sack),
3608           (genRRC): removed unnecessary "clr c",
3609           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3610         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3611           jump optimization,
3612           swapped rules 256.c and 256.d,
3613           extended 256.d by using new multiple checks (thanks Erik),
3614           added rules 256.e and 256.f,
3615           updated rule 261.a and 261.b to new generated code
3616         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3617
3618 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3621           induction related bugs, including first part of bug #1074377
3622
3623 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3624
3625         * applied patch from bug-report #1076292,
3626         * applied patches for genAnd and Goto-optimizations for Raphael
3627         Neider,
3628         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3629         dump a less iCode information,
3630         * src/pic16/device.h (pic16_options_t): added field debgen,
3631         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3632         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3633         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3634         puclic,
3635         * (various functions): added macros FENTRY and FENTRY2 to functions,
3636         to emit function prologue,
3637         * (various functions): fixed indentation,
3638         * (genNearPointerGet): fixed loading of FSR0,
3639         * (genPackBits): applied patch from Raphael Neider to fix updating
3640         of FSR0 and touching only the modified bits,
3641         * src/pic16/genarith.c (various functions): added macros FENTRY to
3642         emit function prologue in comments,
3643         * src/pic16/pcode.h: added functions debugf2, debugf3,
3644         * src/pic16/ralloc.c: partial fix for packForPush caused
3645         segmentation fault,
3646
3647 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3648
3649         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3650           <stsp AT users.sourceforge.net> with reversed byte order
3651         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3652
3653 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3654
3655         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3656           bug #1074377
3657         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3658         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3659
3660 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3661
3662         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3663
3664 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3665
3666         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3667           conditions,
3668           (setFromConditionArgs): friendly operand parser for peephole rules,
3669           (operandBaseName, operandsNotRelated): new peephole condition
3670           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3671           architecture specific register naming into account, handles n-way
3672           comparisons, and supports quoted literals
3673         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3674
3675 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3676
3677         * src/mcs51/peeph.def: fixed bug #1076940
3678
3679 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3680
3681         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3682
3683 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3684
3685         Adding support for replacing ljmps with sjmps in jumptables
3686         generated for switch statements. For now you need to set the
3687         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3688         Now 4 algorithms for mcs51 jumptable generation are used:
3689         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3690         addresses loaded pc-relative for up to 112 cases and stack-pushing
3691         target addresses loaded with offset from dptr for up to 256 cases.
3692
3693         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3694         * src/mcs51/main.c: adapted constants for switch table generation
3695         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3696
3697 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3698
3699         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3700         * support/regression/tests/bug1057979.c: added test for bug 1073386
3701
3702 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3703
3704         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3705         compilers
3706
3707 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3708
3709         * src/pic16/device.h,
3710         * src/pic16/genarith.c,
3711         * src/pic16/glue.c,
3712         * src/pic16/main.c,
3713         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3714
3715 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3716
3717         Large cummulative patch for pic16 port.
3718         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3719         to call when a stack overflow occurs,
3720         * (malloc.h): added CVS Id tag,
3721         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3722         variable,
3723         * added libc directory. The current version of LibC contains string
3724         functions, ctype functions and macros and some functions of the
3725         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3726         be extensively tested in the future. Standard disclaimer here.
3727         Library is not automatically build yet. But one can build it by
3728         invoking 'make' inside the libc directory.
3729         * added ADC library under libio. Preliminary version yet.
3730
3731         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3732         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3733         aopForRemat() now and not by pic16_aopOp(),
3734         * (pic16_popGetTempReg): removed warning messgae when allocating
3735         temporary registers, its a buggy feature and will be removed,
3736         * (pic16_popGet): set register instance field in AOP_CRY,
3737         * (pic16_outBitC): fixed for results in size greater than 1,
3738         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3739         * (pic16_storeForReturn): optimized return of 0,
3740         * (genCmp): experimental code for new genCmp which uses PIC18's
3741         special compare&skip instructions. Initial tests fail some times
3742         with variables grater than 1 byte in size, so new code is disabled,
3743         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3744         a single bit,
3745         * (genCast): began a fix to optimize the casting of a bit to another
3746         bit, now assigning a bitfield to another bitfield will fail, sorry,
3747         * src/pic16/main.c: disabled the use of lr-support feature,
3748         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3749         * added some function prototypes, added function _debugf prototype,
3750         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3751         bits with offset (case PO_GPR_BIT),
3752         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3753         command line,
3754         * (isBankInstruction): modified to return 0 for no banking instruction,
3755         and 1 for banking instruction,
3756         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3757         caused stop processing pCodes after a inline assembly block,
3758         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3759         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3760         registers when it shouldn't,
3761         * src/pic16/ralloc.c (allocReg): add preliminary support for
3762         supporting a limited set of temporary registers,
3763
3764 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3765
3766         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3767           genDataPointerSet): ensure assignments always copy in MSB to LSB
3768           order,
3769           (loadRegFromAop): recognize CLRH optimization,
3770           (genFunction): optimize RECEIVE iCodes in reentrant functions
3771
3772 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3773
3774         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3775           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3776           selected.
3777         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3778         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3779           contiguous with data
3780
3781 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3782
3783         * device/lib/_gptrget.c (_gptrget),
3784         * device/lib/_gptrgetc.c (_gptrgetc),
3785         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3786           instead of sjmp to ret
3787         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3788           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3789
3790 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3791
3792         * .version: bumped version to 2.4.7
3793         * device/lib/_gptrget.c (_gptrget): is now _naked
3794         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3795         * device/lib/_gptrput.c (_gptrput): is now _naked
3796         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3797           (createFunction): fixed xstack
3798         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3799         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3800           or bit either,
3801           (geniCodeCritical): store original interrupt state in an iTemp bit
3802           var unless stack-auto
3803         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3804         * src/SDCCmain.c (setIncludePath): added include/target to search path
3805         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3806         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3807           prototype,
3808           (processFuncArgs): put bit vars in bit area
3809         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3810           unsaveRBank): fixed xstack,
3811           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3812           (genFunction, genEndFunction): fixed xstack,
3813           (genAssign): optimization don't walk backwards through mem
3814         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3815         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3816         * support/regression/Makefile: also make library (for stack-auto) when
3817           making "all" and added "test-mcs51-xstack-auto"
3818         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3819         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3820         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3821         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3822         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3823           make-library by MAKE_LIBRARY
3824         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3825           regression tests for xstack
3826         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3827         * support/regression/tests/critical.c: test for critical on mcs51
3828
3829 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3830
3831         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3832           built version of sdcc instead of installed version
3833
3834 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3835
3836         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3837         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3838           vprintf.c now
3839         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3840         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3841           WARNING: remove device/lib/build/z80/printf.o by hand when
3842           updating from previous build!
3843         * device/lib/z80/printf.c: updated comment
3844         * support/regression/tests/bug1057979.c: test all ports now
3845         * support/regression/tests/bug1065458.c: file added
3846
3847 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3848
3849         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3850           *_start and *_end symbols for static functions
3851
3852 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3853
3854         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3855           and search crt0.o in all library paths,
3856           (setIncludePath): proper handling of --nostdinc,
3857           (setLibPath): proper handling of --nostdlib
3858         * support/regression/Makefile,
3859         * support/regression/ports/ds390/spec.mk,
3860         * support/regression/ports/gbz80/spec.mk,
3861         * support/regression/ports/hc08/spec.mk,
3862         * support/regression/ports/mcs51/spec.mk,
3863         * support/regression/ports/mcs51-large/spec.mk,
3864         * support/regression/ports/mcs51-stack-auto/spec.mk,
3865         * support/regression/ports/z80/spec.mk: use include and lib files from
3866           built version of sdcc instead of installed version
3867         * doc/sdccman.lyx: fixed typo in --nostdinc
3868
3869 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3870
3871         * src/pic/pcode.c,
3872         * src/pic/device.c,
3873         * src/pic/ralloc.c,
3874         * src/pic/gen.c : added support to generate code for struct bit fields.
3875
3876 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3877
3878         * as/xa51/xa_version.h,
3879         * device/include/errno.h,
3880         * device/include/regc515c.h,
3881         * device/lib/_itoa.c,
3882         * device/lib/_ltoa.c,
3883         * device/lib/ser_ir_cts_rts.c,
3884         * sim/ucsim/xa.src/glob.cc,
3885         * sim/ucsim/xa.src/inst_gen.cc,
3886         * sim/ucsim/xa.src/xa_bit.cc,
3887         * sim/ucsim/xa.src/xa_sfr.cc,
3888         * sim/ucsim/z80.src/inst_dd.cc,
3889         * sim/ucsim/z80.src/inst_fdcb.cc,
3890         * support/scripts/keil2sdcc.pl,
3891         * src/pic16/pic16.dsp,
3892         * src/pic16/pic16a.dsp: corrected cvs line endings
3893         * device/lib/printf_large.c: fixed bug 1057979
3894         * src/pic16/gen.c: fixed non-C standard code
3895         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3896         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3897         * support/regression/ports/mcs51/support.c: reload T1 asap
3898         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3899           pdata use and clear idata startup behaviour
3900         * support/regression/tests/bug1057979.c: added
3901
3902 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3903
3904         * device/examples/ds390/ow390/ad26.h,
3905         * device/examples/ds390/ow390/cnt1d.h,
3906         * device/examples/ds390/ow390/crcutil.c,
3907         * device/examples/ds390/ow390/ownet.h,
3908         * device/examples/ds390/ow390/owsesu.c,
3909         * device/examples/ds390/ow390/swt12.h,
3910         * device/examples/ds390/ow390/swtoper.c,
3911         * device/examples/ds390/ow390/temp10.h,
3912         * device/examples/ds390/ow390/thermodl.c,
3913         * device/examples/ds390/tinitalk/tinitalk.dsp,
3914         * device/examples/ds390/tinitalk/tinitalk.dsw,
3915         * device/examples/mcs51/clock/hw.h,
3916         * device/examples/mcs51/simple2/go.bat,
3917         * device/examples/serialcomm/windows/serial.h,
3918         * device/examples/xa51/dummy.c,
3919         * device/examples/xa51/hello.c,
3920         * device/include/80c51xa.h,
3921         * device/include/at89x051.h: corrected cvs line endings
3922
3923 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3924
3925         * src/pic16/main.c (options): added command line --gstack, to trace
3926         stack over/under flows,
3927         * added pragma 'wparam' to allow passing first byte of function
3928         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3929         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3930         call to __gstack_test function and sets up the symbol as extern,
3931         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3932         * popaop): added call to pic16_testStackOverflow,
3933         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3934         wparamList list,
3935         * (genCall, genPcall): now all parameters are passed via stack
3936         except in functions that are pass to wparam pragma in which WREG is
3937         used too,
3938         * (genPcall): REENTRANT flag is checked to see if variable prototype
3939         contains reentrant keyword, don't call a non-reentrant function, via
3940         a reentrant function pointer or vice versa, functions are never
3941         passed via WREG,
3942         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3943         D.Winkler,
3944         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3945         SIGSEGV when accessing a NULL register stucture,
3946         * (pic16_printGPointerType): modified to handle UPPER modifier for
3947         function initializers, changed prototype of function to simpler one,
3948         * (pic16_printIvalFuncPtr): check to see if function is already
3949         added in externs list,
3950         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3951         optimized a move from W to SFR with a move to the same register
3952         later after a CALL,
3953         * device/lib/pic16/debug: NEW directory, contains debug features
3954         which are enabled when linking with libdebug.lib, currently command
3955         line option --gstack enables stack pointer tracing for over/under
3956         flow, corresponding sources are in debug/gstack
3957
3958 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3959
3960         * doc/sdccman.lyx: updated SDCC version,
3961         * (PIC16 port): update list of command line options,
3962         * src/pic16/device.h (structure pic16_options_t): added field gstack
3963         to enable stack overflow tracing on push/pops,
3964         * src/pic16/device.c (statistics structure): added statistics
3965         structure,
3966         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3967         pic16_dump_int_registers): increase statistics counters for each
3968         * variable which is encountered
3969         * (pic16_dump_usection): emit each .udata variable to its own udata
3970         section,
3971         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3972         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3973         parameters via stack, otherwise use old scheme,
3974         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3975         assembler output file,
3976         * src/pic16/main.c: added command line options --gstack to enable
3977         push/pop tracing for stack overflow,
3978         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3979         instructions): added size of each instruction,
3980         * (pic16_countInstruction): estimate size of instructions in
3981         the_pFile list, inline assembly blocks are not counted,
3982         * (pic16_FixRegisterBanking): trace previous register usage, when
3983         banksel optimizations is greater than 0, don't emit a redudant
3984         banksel directive,
3985
3986 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3987
3988         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3989         * src/pic16/ralloc.c : applied same fix for pic16.
3990         * src/pic/gen.c : tidied it up a little.
3991
3992 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3993
3994         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3995         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3996
3997 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3998
3999         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4000
4001 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4002
4003         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4004         non-reentrant function __modsint in the interrupt function (thus
4005         corrupting math operations during serial I/O)
4006         * device/lib/ser_ir.c: as above, changed buffersize
4007         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4008         256.c,d for zeroing
4009         * doc/Makefile: added option -t for rsync
4010
4011 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4012
4013         * src/SDCCast.h (struct ast),
4014         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4015
4016 2004-10-20 Borut Razem <borut.razem AT siol.net>
4017
4018         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4019         package
4020
4021 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4024         makefile targets,
4025         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4026         support functions to replace long sequences of MOVFF's from access
4027         bank registers to stack and vice versa,
4028         * src/pic16/device.h: added new field opt_flags, where optimization
4029         flags can be set to enable certain features,
4030         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4031         * pBlock, (genFunction, genEndFunction): surroung loop for
4032         saving/loading used registers in stack with PC_INFO pCodes,
4033         INF_LREGS. Code in between can then be optimized by pCode optimizer
4034         to support function calls,
4035         * (genDataPointerSet): fixed bug which loaded float fields in
4036         structures with corrupt data,
4037         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4038         in a standard way debug info on stderr. Feature used for developing
4039         and debugging only,
4040         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4041         obsolete chunks of code,
4042         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4043         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4044         * pic16/src/pcode.c (pic16_newpCodeInfo,
4045         * (pic16_newpCodeOpLocalRegs),
4046         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4047         feature,
4048         * (pic16_pCodeConstString): printing of the initial value of a
4049         symbol as a comment is inhibited since parsing was already done by
4050         copyStr and output is corrupt,
4051         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4052
4053 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4054
4055         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4056
4057 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4058
4059         * as/mcs51/lkarea.c: removed old K&R style,
4060           (lnksect): changed check on boundary error,
4061           (lnksect2): changed check on boundary error,
4062           (lnksect2): extend XSTK to end of page if size = 1
4063         * as/mcs51/lkmain.c: removed old K&R style,
4064           (Areas51): create l_IRAM symbol
4065         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4066         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4067           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4068         * device/lib/_mullong.c: added version to be compiled with xstack
4069         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4070         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4071         * device/lib/mcs51/crtxstack.asm: fixed comment
4072         * src/SDCCglue.c: maxInterrupts defaults to 0,
4073           (emitMaps): added pdata,
4074           (createInterruptVect): (re)moved default,
4075           (glue): added pdata,
4076           (glue): moved __start__xstack to XSTK with default size 1
4077         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4078           and options.float_rent when options.stackAuto is set,
4079           (linkEdit): only write XDATA_NAME if provided on command line
4080         * src/SDCCmem.h,
4081         * src/SDCCmem.c: added pdata
4082         * src/port.h: added pdata_name to PORT
4083         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4084           (saveRegisters, unsaveRegisters): removed usage of B,
4085           (genMinus): fixed accumulator clash,
4086           (genJumpTab): added comment, this needs another look
4087         * src/mcs51/gen.c: added check for "B in use" paranoia,
4088           added pushB() and popB()
4089         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4090           chance
4091         * src/avr/main.c,
4092         * src/ds390/main.c,
4093         * src/hc08/main.c,
4094         * src/mcs51/main.c,
4095         * src/pic/main.c,
4096         * src/pic16/main.c,
4097         * src/xa51/main.c,
4098         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4099           added PSEG (PAG,XDATA) or NULL to port specifier
4100         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4101         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4102           (_mcs51_genInitStartup): removed __start__xstack equ,
4103           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4104         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4105         * src/z80/gen.c (_rleAppend): fixed warnings
4106         * support/regression/tests/zeropad.c: added pdata test
4107         * .version: bumped to 2.4.6
4108
4109 2004-10-17 Borut Razem <borut.razem AT siol.net>
4110
4111         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4112         as a part of nightly build
4113
4114 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4115
4116         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4117         WREG holds the first byte function parameters,
4118         * (aopForSym): take special case for symbols which are in FARSPACE
4119         but in CODESPACE too,
4120         * (assignResultValue): modified to take into account _G.useWreg,
4121         * (genCall): don't use wreg for parameter passing when function is
4122         declared as reentrant, too, added optimization INCF to stack
4123         pointer when stack parameter count is 1,
4124         * (genFunction, genEndFunction): refurnished and fixed to not using
4125         wreg for passing parameters when function has varargs or is
4126         reentrant, fixed bug with symbol name compare for generating
4127         functions in absolute address,
4128         * (pic16_storeForReturn): refurnished,
4129         * (genCmp): began writing a new version of the function, not ready
4130         yet, therefore it is disabled,
4131         * (genAssign): do not read code memory when assigning a function to
4132         a pointer function,
4133         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4134         array of characters, not pointer,
4135         * (pic16initialComments): in debug mode emit an .ident directive for
4136         the assembler,
4137         * (_process_pragma): emit a new warning type (internal to pic16)
4138         when setting stack to default length, emit a similar warning when
4139         placing a function at absolute address and address is not word aligned
4140         * (_pic16_parseOptions): added 'return TRUE' statement,
4141         * (_pic16_linkEdit): if compiling a source, then add the source's
4142         file object, first in the list of objects to link,
4143
4144 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4145
4146         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4147         * src/pic/main.c : removed VC warning.
4148         * src/pic/gen.c : changed comment.
4149
4150 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4151
4152         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4153         reference to a deprecated symbol _GPTRREG was causing failure to
4154         link. Thanks G. M. Gallant for the info.
4155
4156 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4157
4158         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4159         comments for Bugs item #954788.
4160
4161 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4162
4163         * src/pic16/device.c (pic16_dump_gsection,
4164         * pic16_groupRegistersInSection): handle symbols declared to be in
4165         access bank differently,
4166         * src/pic16/gen.c (struct _G): added field resDirect,
4167         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4168         send values read from stack directly to result and don't allocate
4169         temporary values,
4170         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4171         same registers,
4172         * (pic16_sameRegsOfs): NEW,
4173         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4174         free because they were not allocated from temporary pool,
4175         * pic16_popRegFromString): workaround to fix a problem with
4176         allocating variables twice or never,
4177         * (genGenPointerGet): using PRODL instead of FSR0H,
4178         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4179         instead of FSR0H,
4180         * (genAssign): take advantage of the _G.resDirect flag,
4181         * (genCast): around line 11844, use mov2f instead of directly
4182         MOVFF'ing between operands to account for literal values,
4183         * src/pic16/genutils.c: some new debug functions for gpsim have been
4184         added,
4185         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4186         float with integer part only,
4187         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4188         place variables in access bank
4189         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4190         updated sources to reflect recent changes in gen.c
4191
4192 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4193
4194         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4195         sources that searched for headers in installation path, now the
4196         device/include/pic16 is used,
4197         * src/pic16/glue.c (pic16glue),
4198         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4199         .line directives if not in debug mode, this suppresses assembler's
4200         warnings for ignored directives
4201
4202 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4203
4204         * src/port.h: made reset_regparms prototype void parameter explicit.
4205         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4206         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4207         * doc/sdccman.lyx: documented warning disabling and how to use
4208           printf_large to make it print floats.
4209         * device/include/stdbool.h: NEW
4210         * device/lib/_atof.c,
4211         * device/lib/_divuint.c,
4212         * device/lib/_divulong.c,
4213         * device/lib/expf.c,
4214         * device/lib/printf_large.c,
4215         * device/lib/sincosf.c,
4216         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4217         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4218           a completely reentrant lib.
4219
4220 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4221
4222         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4223         * device/include/pic16/stdio.h: fixed bug with colon
4224
4225 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4226
4227         * device/include/pic16/stdio.h,
4228         * device/include/pic16/stdlib.h,
4229         * device/include/pic16/math.h: NEW
4230         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4231         declared as _naked to reduce overhead
4232         * device/lib/Makefile.in (target port-specific-objects-pic16):
4233         changed * to *.* so to ignore the CVS directory,
4234         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4235         stacked variables back in stack,
4236         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4237         corruption
4238
4239 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4240
4241         * .version: bumped version number to 2.4.5
4242         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4243         * support/Util/SDCCerr.c (messages structure): added entry for
4244         W_POSSBUG2
4245
4246         Large cumulative patch for pic16 port and libraries.
4247         * device/include/pic16/sdcc-lib.h,
4248         * device/include/pic16/stdarg.h,
4249         * device/include/asm/pic16/features.h,
4250         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4251         * device/include/pic16/float.h: changes reentrant keyword with
4252         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4253         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4254         updated target build-libraries to include objects from gptr,
4255         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4256         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4257         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4258         all function headings,
4259         * src/SDCCmain.c: added global parameter userIncDirsSet,
4260         * (parseCmdLine): when option -I is encountered add directory to
4261         userIncDirsSet too,
4262         * src/version.awk: added space between control and long,
4263         * src/pic16/NOTES: added some notes for the port,
4264         * src/pic16/gen.c: added prototype for mov2fp function,
4265         * (fReturnpic16[]): properly named return value registers,
4266         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4267         * (aopForSym): added code to handle symbols with onStack flag set,
4268         symbols onStack are allocated PTRSIZE bytes,
4269         * (aopFreeAsmop): handles special case where asmops are stack objects,
4270         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4271         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4272         added argument lock to trace flaws in allocating temporary registers
4273         when developing port,
4274         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4275         * (pic16_popRegFromString): reenabled allocating a direct register
4276         from string,
4277         * (assignResultValue): various beautifications,
4278         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4279         referenced function argument,
4280         * (genIpush): reenabled to allow stacked arguments, handles only
4281         ic->parmPush iCodes,
4282         * (genCall, genPcall): major changes to allow for variable argument
4283         functions, fixed a bug with falsely restoring stack pointer after
4284         returning from call,
4285         * (genFunction): pending code for critical function,
4286         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4287         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4288         * (genNearPointerGet): fixed bug with indirect reading, was always
4289         reading from INDF0
4290         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4291         pointers,
4292         * (genAddrOf): rewrote code to take address of a stacked function parameter
4293         * (genCast): fixed casting to generic pointer type,
4294         * src/pic16/gen.h: added AOP_STA,
4295         * (struct asmop): added field stk,
4296         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4297         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4298         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4299         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4300         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4301         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4302         generic pointers,
4303         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4304         and library paths,
4305         * (pic16_port structure): generic pointer size is set to 3,
4306         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4307         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4308         compiler warning,
4309         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4310         operand is an iTemp,
4311
4312 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4313
4314         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4315         * debugger/mcs51/simi.c: addapt new syntax of s51
4316
4317 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4318
4319         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4320         * src/pic16/pcode.c: commented out some calls to free() in order to
4321         fix bug #989576,
4322
4323 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4324
4325         * src/SDCCicode.h,
4326         * src/SDCCicode.c (isiCodeInFunctionCall),
4327         * src/avr/ralloc.c (selectSpil),
4328         * src/pic/ralloc.c (selectSpil),
4329         * src/pic16/ralloc.c (selectSpil),
4330         * src/ds390/ralloc.c (selectSpil),
4331         * src/hc08/ralloc.c (selectSpil),
4332         * src/xa51/ralloc.c (selectSpil),
4333         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4334         stack in the middle of a function call sequence (fixes bug #1020268)
4335         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4336         costs associated with the minimum switch case.
4337
4338 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4339
4340         * src/SDCC.lex: fixed bug #1030549
4341
4342 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4343
4344         * src/SDCCcse.h (struct cseDef),
4345         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4346         over a function call if the CSE is derived from a symbol whose
4347         address has been taken (fixes bug #1029883)
4348         * support/regression/tests/bug-1029883: a new regression test for
4349         this bug
4350
4351 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4352
4353         * src/hc08/gen.c (emitinline): fixed bug #1029778
4354         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4355         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4356         and starts toward RFE #905167)
4357
4358 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4359
4360         * src/pic16/gen.c (mov2f): New function to move an operand to
4361         another without considering if it is a literal or a register,
4362         * (pic16_sameRegs): don't check if they are both AOP_REG,
4363         * (AccRsh): removed andmask=0 lines,
4364         * (genLeftShift): duplicated to be improved in future versions,
4365         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4366         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4367         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4368         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4369         * (insertBankSwitch): fixed inserting banksel directives algorithm
4370         for instructions that follow a skip instruction, this fixes a report
4371         for broken subtraction code generation,
4372         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4373         iCode is a left op, just in case result and right share the same
4374         registers
4375
4376 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4377
4378         * src/hc08/main.c,
4379         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4380         preservation of HX
4381         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4382         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4383         on 2004-09-12; it was buggy
4384
4385 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4386
4387         * src/SDCCsymt.h: removed RESULT_CHECK
4388         * src/SDCCast.c,
4389         * src/SDCCglue.c,
4390         * src/SDCCval.c,
4391         * src/pic/glue.c,
4392         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4393
4394 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4395
4396         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4397         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4398         configuration values no more rejected by compiler, they are assigned
4399         to configuration registers with a warning message instead,
4400         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4401         the for-loop so last conf register is emitted too,
4402         * (_pic16_initPaths): link library libsdcc.lib by default,
4403         * (_hasNativeMulFor): modified test for multiplication according to
4404         Raphael Neider's remarks. Integer multiplication is also done with
4405         support functions,
4406         * device/include/pic16/pic18fregs.h: corrected type error in while
4407         testing and including 18f6720 header file
4408
4409 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4410
4411         * src/pic16/device.h (pic16_options): removed field use_crt,
4412         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4413         until an optimization to handle single bits is added,
4414         * (pic16_loadFSR0): moved before genUnpackBits,
4415         * (genAnd): some white lines removed,
4416         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4417         leave_reset flags in pic16_options when using crt modules,
4418
4419 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4420
4421         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4422           for bugs 898889 & 979599. Also used some safer print instructions.
4423
4424 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4425
4426         * src/pic16/device.h (pic16_options_t): added field use_crt,
4427         crt_name, no_crt,
4428         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4429         catch a probable future bug,
4430         * src/pic16/gen.c: aopIdx function commented out,
4431         * (genAssign): commented out old code which used aopIdx,
4432         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4433         code, added if conditionals to take into account the --use-crt
4434         command line options,
4435         * src/pic16/main.c (pic16_optionsTable): added new command line
4436         options, --use-crt= and --no-crt,
4437         * (_pic16_linkEdit): now the proper crt object is added in the
4438         linker command line except than when --no-crt is specified,
4439         * src/pic16/pcode.c,
4440         * src/pic16/pcode.h: added some structures and functions for a new
4441         optimization scheme to compansate for instruction overhead between
4442         same iCodes, this scheme is currently under development and is not
4443         working in any way,
4444         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4445         to && operator,
4446         * device/lib/pic16/startup/crt0i.c,
4447         * device/lib/pic16/startup/crt0iz.c: added global char variable
4448         __uflags to force the generation of an idata section
4449
4450 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4451
4452         * doc/Makefile,
4453         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4454         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4455
4456 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4457
4458         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4459         Frieder) and clarified the default code optimization mode
4460
4461 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * src/SDCC.lex (doPragma, process_pragma),
4464         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4465         "opt_code_size", and "opt_code_balanced"
4466         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4467         regrouped options by category, added support for category headers
4468         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4469         and "--opt-code-size"
4470         * doc/sdccman.lyx: documented these new options and pragmas
4471         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4472         preference into account
4473
4474 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4475
4476         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4477           geniCodePreDec): Fixed bug 904237 by generating a warning
4478         * src/SDCCerr.h,
4479         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4480
4481 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4482
4483         * src/pic/device.c : When no max ram set validate full memory range.
4484         * src/pic/pcode.c,
4485         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4486
4487 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4488
4489         * device/lib/_gptrget.c,
4490         * device/lib/_gptrput.c: updated comment
4491         * device/lib/calloc.c,
4492         * device/lib/free.c,
4493         * device/lib/malloc.c,
4494         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4495         * src/SDCCcse.c (cseBBlock),
4496         * src/SDCCicode.c (printOperand, geniCodeArray),
4497         * src/SDCCicode.h (struct operand): fixed bug 868103
4498         * support/regression/tests/bug-868103.c: added
4499         * src/SDCCast.c (searchLitOp),
4500         * src/SDCCcse.h (struct cseDef),
4501         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4502         * src/SDCCicode.h (struct operand),
4503         * src/SDCCsymt.h (struct sym_link),
4504         * src/avr/gen.c (hasInc),
4505         * src/ds390/gen.c (hasInc),
4506         * src/hc08/gen.c (genPlusIncr, hasInc),
4507         * src/mcs51/gen.c (hasInc),
4508         * src/pic16/glue.c (pic16_printIvalChar),
4509         * src/pic16/ralloc.c (regWithIdx),
4510         * src/xa51/gen.c (hasInc) : removed warnings
4511         * src/SDCCast.c (createBlock): added comment ???
4512         * src/hc08/ralloc.c: updated comments
4513
4514 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4515
4516         * doc/sdccman.lyx: updated section on switch statements, added
4517         section about semaphore locking
4518         * doc/Makefile: added option -info for latex2html
4519         * device/lib/_gptrget.c,
4520         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4521
4522 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4523
4524         * src/pic/device.h,
4525         * src/pic/device.c,
4526         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4527          maxram is less than 0x100.
4528
4529 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4530
4531         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4532
4533 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4534
4535         * src/port.h,
4536         * src/mcs51/main.c,
4537         * src/ds390/main.c,
4538         * src/z80/main.c,
4539         * src/hc08/main.c,
4540         * src/pic/main.c,
4541         * src/pic16/main.c,
4542         * src/avr/main.c,
4543         * src/xa51/main.c
4544         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4545         a jump table is the best form for a switch statement, including
4546         automatic insertion of missing cases to make the case range
4547         continuous. Developed in collaboration with Frieder Ferlemann.
4548
4549 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4550
4551         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4552         accumulator result if it needs sign extension
4553
4554 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4555
4556         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4557
4558 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4559
4560         * device/lib/gbz80/printf.c,
4561         * device/lib/z80/printf.c: removed define for NULL
4562
4563 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4564
4565         * as/xa51/xa_link.c,
4566         * device/examples/ds390/ow390/ad26.c,
4567         * device/examples/ds390/ow390/cnt1d.c,
4568         * device/examples/ds390/ow390/counter.c,
4569         * device/examples/ds390/ow390/ds2480.h,
4570         * device/examples/ds390/ow390/ds2480ut.c,
4571         * device/examples/ds390/ow390/findtype.c,
4572         * device/examples/ds390/ow390/gethumd.c,
4573         * device/examples/ds390/ow390/owllu.c,
4574         * device/examples/ds390/ow390/ownetu.c,
4575         * device/examples/ds390/ow390/swt12.c,
4576         * device/examples/ds390/ow390/swtloop.c,
4577         * device/examples/ds390/ow390/temp.c,
4578         * device/examples/ds390/ow390/temp10.c,
4579         * device/examples/ds390/ow390/thermo21.c,
4580         * device/examples/ds390/ow390/tinilnk.c,
4581         * device/examples/ds390/ow390/tstfind.c,
4582         * device/examples/serialcomm/windows/serial.cpp,
4583         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4584         * device/include/reg51.h: fixed line endings for cvs
4585
4586 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4587
4588         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4589         packRegsForAccUse, packRegisters): new accumulator register
4590         packing algorithm
4591         * support/regression/ports/hc08/support.c (_putchar): suppress
4592         warning of unused variable
4593         * src/SDCCicode.c: added SWAP entry to codeTable
4594
4595 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4596
4597         * device/lib/sprintf.c: forgot to add this file before previous commit
4598
4599 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4600
4601         * src/pic16/gen.c (genPackBits): added operand right in function
4602         parameters, load result directly if p_type is POINTER (that is
4603         called by genNearPointerSet)
4604         * (genUnPackBits): added operand left in function parameters,
4605         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4606         FSR0 if accessing bitfields,
4607
4608 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4609
4610         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4611           _print_format; updated printf, sprintf, vsprintf
4612         * device/include/asm/default/features.h: corrected comment/define
4613         * device/lib/Makefile.in: added sprintf.c
4614         * device/lib/libsdcc.lib: added sprintf module
4615         * device/lib/printf_large.c,
4616         * device/lib/vprintf.c,
4617         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4618           into these 3 files
4619         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4620         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4621         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4622           hc08 test
4623         * support/regression/tests/zeropad.c: define idata as data for hc08
4624
4625 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4626
4627         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4628         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4629         labels are referenced at least once (even if a reference is not found)
4630         * src/hc08/gen.c (emitcode): set isComment flag for comments
4631         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4632         loads), rules 6a..6b (optimize jumps to return)
4633
4634 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * device/lib/acosf.c (acosf),
4637         * device/lib/asinf.c (asinf),
4638         * device/lib/atanf.c (atanf),
4639         * device/lib/ceilf.c (ceilf),
4640         * device/lib/cosf.c (cosf),
4641         * device/lib/coshf.c (coshf),
4642         * device/lib/cotf.c (cotf),
4643         * device/lib/fabsf.c (fabsf),
4644         * device/lib/floorf.c (floorf),
4645         * device/lib/log10f.c (log10f),
4646         * device/lib/logf.c (logf),
4647         * device/lib/sinf.c (sinf),
4648         * device/lib/sinhf.c (sinhf),
4649         * device/lib/sqrtf.c (sqrtf),
4650         * device/lib/tanf.c (tanf),
4651         * device/lib/tanhf.c (tanhf),
4652         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4653         replaced all instances of "reentrant" in the library functions
4654         defined in math.h with this macro.
4655         * support/regression/tests/float_trans.c: reenabled test for hc08
4656
4657 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4658
4659         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4660         erroneously deleted
4661
4662 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4663
4664         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4665         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4666         multi-byte volatile operands are used
4667         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4668         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4669         initialization to area GSINIT0 so that it would always precede
4670         any static initializers in GSINIT
4671         * support/regression/tests/zeropad.c: fixed idata define for hc08
4672         * support/regression/tests/bug-927659.c,
4673         * support/regression/tests/float_trans.c: disabled tests for hc08
4674         pending missing library routines
4675         * .version: increased version number to 2.4.4 - hc08 port now passes
4676         regression tests
4677
4678
4679 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4680
4681         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4682         * Makefile.common.in,
4683         * as/Makefile,
4684         * as/hc08/Makefile.in,
4685         * as/mcs51/Makefile.in,
4686         * as/z80/Makefile.in,
4687         * debugger/mcs51/Makefile.in,
4688         * device/include/Makefile.in,
4689         * device/lib/Makefile.in,
4690         * doc/Makefile,
4691         * link/Makefile,
4692         * link/z80/Makefile.in,
4693         * packihx/Makefile.in,
4694         * sim/ucsim/main_in.mk,
4695         * sim/ucsim/avr.src/Makefile.in,
4696         * sim/ucsim/doc/Makefile.in,
4697         * sim/ucsim/gui.src/serio.src/Makefile.in,
4698         * sim/ucsim/hc08.src/Makefile.in,
4699         * sim/ucsim/s51.src/Makefile.in,
4700         * sim/ucsim/xa.src/Makefile.in,
4701         * sim/ucsim/z80.src/Makefile.in,
4702         * src/Makefile.in,
4703         * support/cpp2/Makefile.in,
4704         * support/librarian/Makefile,
4705         * support/makebin/Makefile: added DESTDIR to the install path proposed
4706         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4707         * doc/sdccman.lyx: added DESTDIR documentation
4708
4709 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4710
4711         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4712         instruction for interrupt handlers, use fast returns when returning
4713         from high priority interrupts
4714
4715 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4718         code generation
4719         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4720         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4721         bugs, ported much of Bernhard's code from mcs51
4722         * src/mcs51/gen.c (genSend),
4723         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4724         than one when calling a reentrant function
4725         * device/lib/_mullong.c: defined an alternate struct layout for big
4726         endian ports (hc08)
4727
4728 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4731         test
4732
4733 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4734
4735         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4736         are sane and complete before asking the port its prefered parameter
4737         passing method (fixes bug #1017633)
4738         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4739         and _ret3
4740
4741 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4742
4743         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4744         problem in bitfields >= 8 bits.
4745
4746 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4747
4748         * src/SDCCsymt.c: undid changes that were not meant to be committed
4749
4750 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4751
4752         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4753
4754 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4755
4756         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4757           copied and wrong bit got inverted
4758
4759 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4760
4761         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4762         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4763         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4764         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4765         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4766         assignments to bitfields at known addresses
4767         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4768         reads from bitfields at known addresses
4769         * src/hc08/ralloc.c (packRegisters),
4770         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4771         genhc08Code): optimize pointer get values used as conditionals
4772         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4773         and branch
4774
4775 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4776
4777         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4778         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4779         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4780         as conditionals
4781
4782 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4783
4784         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4785
4786 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4789         related problems
4790
4791 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4792
4793         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4794
4795 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4796
4797         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4798         mcs51 port
4799
4800 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4801
4802         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4803
4804 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4805
4806         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4807         cases use more compact code.
4808
4809 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4810
4811         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4812
4813 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4816
4817 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4818
4819         * src/SDCCsymt.h,
4820         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4821         parameter of changePointer() from symbol* to sym_link*
4822         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4823         * src/SDCCsymt.c (compareType): void* type is castable to other
4824         pointers, but not necesarily an exact match.
4825         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4826         is no longer blindly treated as an exact match.
4827         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4828
4829 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4830
4831         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4832
4833 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4834
4835         * src/pic/gen.c,
4836         * src/pic/pcode.c,
4837         * src/pic/ralloc.h,
4838         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4839
4840 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4841
4842         * src/pic/device.c,
4843         * src/pic/device.h,
4844         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4845
4846 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4847
4848         * src/mcs51/gen.c (emitcode): fixed bug #992819
4849
4850 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4851
4852         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4853           there's no need to make it worse
4854
4855 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4856
4857         * src/mcs51/ralloc.c (deassignLR),
4858         * src/ds390/ralloc.c (deassignLR),
4859         * src/hc08/ralloc.c (deassignLR),
4860         * src/z80/ralloc.c (deassignLR),
4861         * src/pic/ralloc.c (deassignLR),
4862         * src/pic16/ralloc.c (deassignLR),
4863         * src/avr/ralloc.c (deassignLR),
4864         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4865         rlivePoint): fixed another part of bug #971834
4866
4867 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4868
4869         * src/z80/main.c: enabled "critical" keyword
4870         * src/z80/mappings.i,
4871         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4872         functions (fixes bug #979646)
4873         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4874
4875 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4876
4877         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4878           such as c:\mydir.
4879
4880 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4881
4882         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4883           doesn't disable too much optimizations
4884
4885 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4886
4887         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4888
4889 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4890
4891         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4892
4893 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4894
4895         * src/pic/gen.c tidied up tabs
4896         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4897         * src/pic/main.c tidied up tabs
4898         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4899         * src/pic/pcoderegs.c tidied up tabs
4900         * src/pic/ralloc.c tidied up tabs
4901
4902 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4903
4904         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4905         to S_FIXED for pic16 port and when symbol is not in level 0,
4906         allocate for S_REGISTER storage class and pic16 port, too,
4907         * src/pic16/device.h: prototype for checkSym,
4908         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4909         * (pic16_assignConfigWordValue): test the value and the mask to
4910         validate that the value is suitable for the configuration word,
4911         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4912         collect extern declared symbols, don't emit symbol twice, check
4913         first if symbol is in publics set first,
4914         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4915         * added command line '--fstack' which enables an experimental
4916         feature for stack access, too buggy to be used yet...
4917         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4918         * (pic16_allocDirReg): when register has storage class S_REGISTER
4919         allocate in pic16_dynAccessRegs,
4920         * device/include/pic16/pic18f????.h: modified configuration word
4921         naming convention, words started as CONFIG0H but should be CONFIG1H
4922
4923 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4924
4925         * device/include/mcs51reg.h: fixed bug 970993
4926
4927 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4928
4929         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4930         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4931         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4932         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4933         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4934         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4935           error/warning numbers,
4936           added function setWarningDisabled()
4937         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4938         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4939           _memcmp.c _memmove.c calloc.c realloc.c free.c
4940         * support/regression/tests/malloc.c: added tests for new functionality
4941         * support/regression/tests/zeropad.c: added tests for truncated initializers
4942           and initialized char arrays starting with '\x0'
4943         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4944
4945 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4946
4947         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4948
4949 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4950
4951         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4952         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4953         peephole 177.e. Thanks to anonymous
4954
4955 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4956
4957         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4958         function isn't used in the source but referenced as a
4959         variable initializer then declare it as extern in .asm file
4960
4961 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4962
4963         * .version: increased version number to 2.4.3
4964
4965         Adding version extension according to ChangeLog CVS revision
4966         * src/Makefile.in (target all): added dependency 'version.h'
4967         * (rule version.h): added rule to create version.h from ChangeLog,
4968         * (rule dep): added dependency version.h,
4969         * src/version.awk: AWK script to create version.h
4970         * src/SDCCdwarf2.c (dwWriteModule),
4971         * src/SDCCglue.c (initialComments),
4972         * src/SDCCmain.c (printVersionInfo): modified to write after
4973         version string the version extension number,
4974         * src/SDCCutil.c: included "version.h"
4975         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4976         number,
4977         * src/SDCCutil.h: added prototype for getBuildNumber
4978
4979         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4980         includeDirsSet, too,
4981         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4982         const char [] is found in function prototype...
4983
4984         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4985         moving to WREG with source is already in WREG,
4986         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4987         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4988         * (aopForSym): stack'ed symbols are partially supported, added
4989         if-clause to support symbols in FARSPACE,
4990         * (sameRegs): added test for AOP_ACC to see if registers are same,
4991         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4992         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4993         * (pic16_popRegFromString): will not allocate a new register if it
4994         doesn't find one by name, bug may have introduced...
4995         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4996         * (genIpush): revived to use pic16 port's stack,
4997         * (genAddrOf): added incomplete case for stack'ed operand,
4998         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4999         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5000         can handle multibyte operands,
5001         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5002         * (pic16initialComments): added message for MPLAB compatibility
5003         mode enabled,
5004         * src/pic16/main.h: prototype for pic16_mplab_comp,
5005         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5006         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5007         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5008         because of increased complexity of procedure,
5009         * (_process_pragma): stack pragma changed to format 'stack pos len',
5010         emit symbol '_stack_end' to conform with gplink,
5011         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5012         to search for register,
5013         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5014         PO_GPR_REGISTER,
5015         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5016         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5017         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5018         case for PO_GPR_REGISTER,
5019         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5020         dies, the new era is ahead !...
5021         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5022         pic16_dynInternalRegs,
5023         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5024         * (pic16_allocDirReg): minor optimizations and bug fixes,
5025         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5026
5027         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5028         load stack and frame pointer with address of 'stack_end' symbol
5029
5030 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5031
5032         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5033         without source code but only variable initializers
5034
5035 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5036
5037         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5038         external are not declared as extern to reduce overhead while linking
5039
5040 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5041
5042         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5043
5044 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5045
5046         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5047           Yee Keat for the patch
5048         * src/SDCCast.c (decorateType): fixed bug #979599
5049         * src/ds390/gen.h: removed local fReturnSizeDS390
5050         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5051         * src/ds390/gen.c (genAnd, genOr, genXor),
5052         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5053
5054 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5055
5056         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5057         add relFilesSet to $3, manipulate $2 to handle linking of object
5058         files without source files in command line,
5059         * device/include/pic16 (all headers): added ID location macros,
5060         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5061         entries for ID location bytes,
5062         * (pic16_assignIdByteValue): NEW,
5063         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5064         added field dumpcalltree to pic16_options_t,
5065         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5066         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5067         emitting rFalseIfx label after check_carry label,
5068         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5069         pic16_emitDIRegs), NEW
5070         * (pic16glue): dump .calltree file when option --calltree found,
5071         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5072         * (_pic16_genAssemblerPreamble): emit ID locations after
5073         configuration registers,
5074         * (pic16_linkCmd): modifications of the link command,
5075         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5076         * (pic16_pCodeInitRegisters): don't init stack registers,
5077         * (pic16_findPrevInstruction): fixed bug,
5078         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5079         bug with immediate registers,
5080         * (buildCallTree): traces stack push and pop,
5081         * (pct2): dump also stack usage for each function,
5082         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5083         * (pic16_allocDirReg): various modifications,
5084         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5085         fixed to 1,
5086
5087 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5088
5089         * src/pic16/pcode.c: removed buggy double colon
5090
5091 2004-07-01 Borut Razem <borut.razem AT siol.net>
5092
5093         * support/scripts/sdcc.nsi: added include/pic16 to setup
5094
5095 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5096
5097         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5098         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5099         target 'clean',
5100         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5101         specific command line arguments. Also added sample lkr script
5102         for placing a variable at a specific memory bank.
5103         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5104         at a specific memory bank,
5105         * (pic16_dump_isection): fixed bug which caused string literals to
5106         be omitted when dumping idata section,
5107         * (pic16_groupRegistersInSection): added code to handle registers
5108         in specific memory banks,
5109         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5110         public, all references are renamed too,
5111         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5112         AOP_DPTR2,
5113         * (pic16_storeForReturn): added case to handle when dest is WREG,
5114         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5115         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5116         pic16_rel_udata, check to see if that register is marked as being
5117         a member of a specific memory bank,
5118         * (pic16_printIvalCharPtr): added code to add string literals either
5119         to code or the idata sections,
5120         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5121         also accept the 'udata' pragma,
5122         * src/pic16/main.h: new structure types sectName and sectSym
5123         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5124         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5125         * (pic16_findPrevInstruction): fixed, it returned nothing,
5126         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5127         instruction combinations,
5128         * (pic16_FixRegisterBanking): heavily reorganised,
5129         * (pic16_AnalyzeBanking): if generating banksel directives is
5130         disabled, then don't call FixRegisterBanking at all,
5131         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5132         completely removed,
5133         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5134
5135 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5136
5137         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5138         Phuah Yee Keat <yk.phuah AT nestac.com>
5139
5140 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5141
5142         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5143         correctly the IVT even if it is relocated to some other location
5144
5145 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5146
5147         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5148         * device/include/pic16/pic18f2220.h: NEW,
5149         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5150         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5151         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5152         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5153         nodefaultlibs, ivt_loc is the location of the interrupt vector
5154         table, and nodefaultlibs signs that default libraries should not be
5155         linked in link stage,
5156         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5157         according to --ivt-loc argument,
5158         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5159         when pragma stack is found,
5160
5161 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5162
5163         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5164         256 (range check), 257 (do while), 258.a-f (bit banging
5165         f.e. on 3-wire SPI bus)
5166
5167 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5168
5169         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5170         variables used exclusively within a loop
5171
5172 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5173
5174         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5175
5176 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5177
5178         * src/SDCClrange.c (computeClash): fixed bug #971834
5179
5180 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5181
5182         * src/mcs51/gen.c (genCmp): fixed bug #975903
5183         * src/hc08/gen.c (operandsEqu),
5184         * src/ds390/gen.c (operandsEqu),
5185         * src/z80/gen.c (operandsEqu),
5186         * src/pic/gen.c (operandsEqu),
5187         * src/pic16/gen.c (operandsEqu),
5188         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5189         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5190
5191 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5192
5193         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5194
5195 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5196
5197         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5198         default case in switch statement,
5199         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5200         to eliminate problem with initialisation of pointers, but problem
5201         still exists,
5202         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5203         * (emitStaticSegment): removed various lines emitting debug info,
5204         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5205         added processor registers for utilizing EEPROM,
5206         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5207         configurable and set 8
5208
5209 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5210
5211         * .version: increased version number to 2.4.2,
5212
5213         Cumulative patch for pic16 port
5214         * src/pic16/device.c: changed scheme to dump initial values for
5215         variables in idata segment, all print_idata* functions were removed,
5216         now the pic16_printIval* will be called,
5217         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5218         * _pic16_printPointerType, pic16_printPointerType,
5219         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5220         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5221         NEW, similar to the respective functions in SDCCglue.c,
5222         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5223         way, emitting hex bytes,
5224         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5225
5226 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5227
5228         * src/avr/ralloc.c (serialRegAssign),
5229         * src/xa51/ralloc.c (serialRegAssign),
5230         * src/pic/ralloc.c (serialRegAssign),
5231         * src/pic16/ralloc.c (serialRegAssign),
5232         * src/hc08/ralloc.c (serialRegAssign),
5233         * src/z80/ralloc.c (serialRegAssign),
5234         * src/ds390/ralloc.c (serialRegAssign),
5235         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5236
5237 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5238
5239         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5240         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5241
5242 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5243
5244         Cumulative patch for pic16 port:
5245         * src/pic16/device.h (typedef PIC16_device) modified fields for
5246         defining microcontrollers,
5247         * src/pic16/device.c: added new info for all devices in Pics16 array,
5248         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5249         to be optimised out by the pCode optimiser,
5250         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5251         specially, bug reported by G.M. Gallant,
5252         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5253         as force'd so that cannot be optimised out by pCode optimiser,
5254         * src/pic16/pcode.c,
5255         * src/pic16/pcodepeeph.c,
5256         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5257         they are disabled by default, but can be enabled explicit with
5258         command argument --denable-peeps, for testing,
5259         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5260         --pomit-ivt in COMPILE_FLAGS
5261
5262 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5263
5264         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5265           compilation on MSVC
5266
5267 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5268
5269         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5270
5271 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5272
5273         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5274         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5275
5276 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5277
5278         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5279         would only assign 0x300001 register.
5280
5281 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5282
5283         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5284         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5285
5286 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5287
5288         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5289         for ds80c400
5290         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5291         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5292         added peephole 254 (left shift), 255 (jump table)
5293
5294 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5295
5296         * device/lib/Makefile.in: removed comment line with model-pic16,
5297         * (target port-specific-objects-pic16): the libraries and objects
5298         are copied to the build directory form the device/lib/pic16/bin
5299         directory
5300
5301         Cumulative patch concerning pic16 port:
5302         * library directory has been re-organized,
5303         * added support for PIC18F1220,
5304         * added headers and library sources for chips 18f1220,18f6520,
5305         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5306
5307         * configuration registers setting has changed, now each supported
5308         device has a complete description of the registers it uses,
5309         * all initialisations are moved to idata sections, these section
5310         can be absolute or relocatable,
5311         * fixed initialisation of codespace variables,
5312         * fixed warning about PCLATU and gpsim,
5313         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5314         * (genAssign): use table reads when assigning from variables in codespace,
5315         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5316         char/int variables placed in codespace,
5317         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5318         registers set in .asm file, no need for --pomit-config-words anymore,
5319         * (pic16glue): some 8051 legacy segments are commented out
5320         (to be removed completely),
5321         * added support for alternative assembler and linker with --asm=
5322         and --link= command line arguments,
5323         * peepholes are disabled automatically in the port, no need to
5324         specify on command line,
5325         * port supports natively char/int/long multiplication, but converts
5326         all divisions to support functions,
5327         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5328         to the file set in variable $2,
5329         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5330         strings in ASCII format and not in hex,
5331         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5332         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5333         allocate proper register if iCodes aren't temporary,
5334
5335 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5336
5337         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5338
5339 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5340
5341         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5342         is commented out
5343
5344 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5347         computed address is reused
5348         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5349         multi-byte bitfields
5350
5351 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5352
5353         * src/z80/gen.c: (genArrayInit): must check for pointers too
5354
5355 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5356
5357         * support/regression/tests/zeropad.c: never meant to commit the
5358           nestedstruct test: removed, added check for GCC version
5359
5360 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5361
5362         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5363         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5364         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5365           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5366           bugs 928906 and 954082 half-empty initializers
5367         * src/SDCCsymt.h,
5368         * src/SDCCsymt.c (getAllocSize): added for above fix
5369         * src/z80/gen.c (genArrayInit): fixed bug 741044
5370         * support/regression/tests/zeropad.c: added tests
5371
5372 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5373
5374         * src/pic16/device.c (pic16_dump_section): corrected bug which
5375         caused some symbols of the libraries to be misplaced
5376
5377 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5378
5379         * src/pic16/glue.c,
5380         * src/pic16/ralloc.h,
5381         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5382         to fix conflict with pic port
5383
5384 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5385
5386         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5387         externs configuration variables,
5388         * src/pic16/ralloc.h,
5389         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5390         prototype in header, commented out some debug messages
5391
5392 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5393
5394         * src/pic16/glue.c,
5395         * src/pic16/main.c,
5396         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5397         for gpasm COFF object generation. Thanks to D. Hawkins for
5398         his patch info
5399
5400 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * src/ds390/main.c,
5403         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5404         Brock for spotting this)
5405         * src/ds390/gen.c (genEndFunction),
5406         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5407         interrupt handler and critical. Disable push/pop optimizations when
5408         peephole optimizations disabled.
5409
5410 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5411
5412         Updated pic16 library sources and headers.
5413         * device/lib/pic16/pic18f*/ ,
5414         * device/include/pic16/*.h: modified to handle structured SFR
5415         definitions
5416
5417 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5418
5419         * src/port.h (PORT structure): added hook initPaths, now each
5420         port can declare its own default search paths,
5421         which can been seen with the --print-search-dirs option,
5422         see pic16 port for example,
5423         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5424         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5425         * (doPrintSearchDirs): NEW, replaces in a central manner the
5426         printing of search dirs which was split in set*Paths functions,
5427         * (main): added call to port->initPaths and doPrintSearchDirs,
5428         * src/avr/main.c,
5429         * src/ds390/main.c,
5430         * src/hc08/main.c,
5431         * src/izt/i186.c,
5432         * src/izt/tlcs900h.c,
5433         * src/mcs51/main.c,
5434         * src/pic/main.c,
5435         * src/pic16/main.c: modified port structures to reflect addition of
5436         initPaths hook,
5437
5438         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5439         * (pic16_dump_section): for registers in same address reserve memory once,
5440         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5441         to no_banksel,
5442         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5443         result is greater in size than right or left,
5444         * (pic16_genUMult8X8_8): there are some cases where the result can
5445         be 16 bits size, so handle these,
5446         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5447         * (pic16_outBitC): modified to emit pcodes,
5448         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5449         or not,
5450         * (genDivOneByte): implemented algorithm to divide 8-bits,
5451         * (genCmp): uncommented goto, but issues still exist,
5452         * (genAnd): fixed a bug with variables >8bits,
5453         * (genPackBits): optimization added that uses BCF/BSF to change a
5454         single bit,
5455         * (genAssign): fixed bug when assigning floating point literals,
5456         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5457         __sdcc_gsinit_startup label,
5458         * src/pic16/main.c (_pic16_init): removed search directory
5459         initialisations,
5460         * (_pic16_initPaths): NEW, used to initialise search directories,
5461         * (_hasNativeMulFor): support functions for all except char/int
5462         multiplication, and char division,
5463         * (PIC16_port struct): modified entry for native mul support,
5464         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5465         no_banksel option,
5466         * (buildCallTree): call to register_usage is ifdef'ed out,
5467
5468 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5469
5470         * device/include/string.h: applied Stas Sergeev's patch to make this
5471         header file compatible with the preprocessor -Wundef option
5472         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5473         failure (fixes bug #941458)
5474
5475 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5476
5477         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5478         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5479         that the variable, not the function, should be static
5480         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5481         to be consistent with non-literal case
5482
5483 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5484
5485         * src/SDCCast.c (isConformingBody): fixed bug #949967
5486         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5487         convilong): fixed bug #952086
5488
5489 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5490
5491         * src/SDCCmem.c (allocVariables): fixed bug #955321
5492
5493 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5494
5495         * src/hc08/main.c (_hc08_genAssemblerEnd),
5496         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5497         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5498         completely eliminated the use of a temporary file
5499         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5500         when more than one file linked
5501         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5502
5503 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5504
5505         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5506         which fixes bug #543481
5507         * support/regression/tests/bug-751703.c: fixed comments left from a
5508         cut and paste error
5509         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5510         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5511         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5512         scopes
5513         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5514         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5515         are now changed to underscores in moduleName
5516
5517 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5518
5519         * as/mcs51/lkmem.c: better fix for bug #954173
5520
5521 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5522         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5523
5524         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5525         * device/include/c8051f000.h,
5526         * device/include/c8051f120.h,
5527         * device/include/c8051f300.h,
5528         * device/include/c8051f310.h,
5529         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5530         PWM16) and detab'ed
5531
5532 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5533
5534         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5535         and mailing lists, doc'ed --no-peep-comments, removed reference
5536         to knoppix (newest version has no LyX/LaTeX), other minor changes
5537         * src/SDCCglue.c (glue): save 2 bytes stack space with
5538         option --main-return. The ljmp could probably be avoided too
5539
5540 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5541
5542         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5543
5544 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5547         * src/SDCCopt.c (isLocalWithoutDef),
5548         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5549         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5550         (credit to Maarten Brock for patch #949363, on which this is based)
5551         * support/regression/tests/bug-751703.c: some test cases of extern used
5552         within inner scopes.
5553
5554 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5555
5556         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5557         SPEC_STRUCT
5558         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5559         struct definitions
5560         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5561         dwWriteLabel): fix to create valid debugger symbols even when
5562         the module name has non-alphanumeric symbols in it
5563         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5564         when a variable's allocation has been optimized away
5565
5566
5567 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5570         * src/hc08/main.c,
5571         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5572         * src/mcs51/main.c,
5573         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5574         * src/ds390/main.c,
5575         * src/z80/gen.c (z80_emitDebuggerSymbol),
5576         * src/z80/main.c,
5577         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5578         * src/pic/main.c,
5579         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5580         * src/pic16/main.c,
5581         * src/avr/gen.c (avr_emitDebuggerSymbol),
5582         * src/avr/main.c,
5583         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5584         * src/xa51/main.c,
5585         * src/SDCCdebug.c (emitDebuggerSymbol),
5586         * src/SDCCdebug.h,
5587         * src/port.h: added a debugger struct to the port struct. Added a
5588         callback for defining debugger symbols
5589
5590         * src/SDCCast.c (createLabel),
5591         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5592         with isitmp = 1
5593         * src/SDCCicode.h,
5594         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5595         iCode back to the ast for the function
5596
5597         * src/hc08/ralloc.c (hc08_assignRegisters),
5598         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5599         unneeded fields from the regs struct.
5600         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5601         pushReg() & pullReg() functions instead of emitcode()
5602
5603         * src/hc08/gen.c (genLabel, genhc08Code),
5604         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5605
5606         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5607         debugger hooks
5608
5609         * src/hc08/gen.c (genEndFunction, genhc08Code),
5610         * src/hc08/gen.h,
5611         * src/mcs51/gen.c (genEndFunction, gen51Code),
5612         * src/mcs51/gen.h,
5613         * src/ds390/gen.c (genEndFunction, gen390Code),
5614         * src/ds390/gen.h,
5615         * src/z80/gen.c (genEndFunction, genZ80Code),
5616         * src/z80/gen.h,
5617         * src/z80/z80.h,
5618         * src/pic/gen.c (genEndFunction, genpic14Code),
5619         * src/pic/gen.h,
5620         * src/pic16/gen.c (genEndFunction, genpic16Code),
5621         * src/pic16/gen.h,
5622         * src/avr/gen.c (genEndFunction, genAVRCode),
5623         * src/avr/gen.h,
5624         * src/xa51/gen.c (genEndFunction, genXA51Code),
5625         * src/xa51/gen.h,
5626         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5627         specific code to cdbFile.c and out of the backend code generators
5628
5629         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5630         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5631         starting address is now 0
5632
5633         * as/hc08/asm.h,
5634         * as/hc08/m08pst.c,
5635         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5636         assembler directive for DWARF support
5637         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5638
5639         * src/src.dsp,
5640         * src/Makefile.in,
5641         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5642
5643 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5644
5645         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5646         and inappropriate peephole optimization in jump tables
5647
5648 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5649
5650         * as/hc08/m08pst.c,
5651         * src/SDCCglue.c: sdccopt works for the hc08 port now
5652
5653 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5654
5655         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5656
5657 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5658
5659         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5660
5661 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5662
5663         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5664         rules
5665         * src/SDCCmain.c,
5666         * src/SDCCglobl.h,
5667         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5668         comments from the peephole optimizer replacement rules
5669         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5670         symbols
5671         * src/SDCCcse.c (updateSpillLocation),
5672         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5673         equivalents
5674         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5675         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5676         objects far pointers
5677
5678 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5679
5680         * src/SDCCsymt.h: a missing part of my last change
5681         * src/pic/ralloc.c (regTypeNum),
5682         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5683
5684 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5685
5686         * src/SDCCicode.h,
5687         * src/SDCCicode.c (aggrToPtrDclType),
5688         * src/SDCCptropt.h,
5689         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5690         ptrPseudoSymConvert),
5691         * src/pic/ralloc.c (regTypeNum),
5692         * src/pic16/ralloc.c (regTypeNum),
5693         * src/hc08/ralloc.c (regTypeNum),
5694         * src/ds390/ralloc.c (regTypeNum),
5695         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5696         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5697
5698 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * link/z80/lkmain.c (afile),
5701         * as/hc08/lkmain.c (afile),
5702         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5703         prevent a pointer problem when a filename has no directory and
5704         no extension specified.
5705
5706 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * link/z80/lkmain.c (afile): allow periods in directory names
5709         * link/z80/lkmain.c (afile),
5710         * as/mcs51/lkmain.c (afile),
5711         * as/hc08/lkmain.c (afile): allow linker script file to have an
5712         extension other than ".lnk"
5713         * link/z80/lklex.c (getfid),
5714         * link/z80/lkmain.c (parse),
5715         * as/mcs51/lklex.c (getfid),
5716         * as/mcs51/lkmain.c (parse),
5717         * as/hc08/lklex.c (getfid),
5718         * as/hc08/lkmain.c (parse): Support comments in the linker script
5719         file on lines by themselves and after filenames
5720
5721 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5722
5723         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5724
5725 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5726
5727         * src/z80/peeph-z80.def: removed some peephole rules that don't
5728         work with multibyte arithmetic (fixed bug #937126)
5729         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5730         to registers and not global variables
5731         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5732         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5733         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5734         checking for assignments not internally generated (fixed bug #931895)
5735         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5736         structure member (fixed bug #930072)
5737
5738 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5739
5740         * src/SDCCmain.c (linkEdit),
5741         * src/hc08/main.c (_hc08_parseOptions),
5742         * as/hc08/Makefile.in,
5743         * as/hc08/aslink.h,
5744         * as/hc08/asm.h,
5745         * as/hc08/m08pst.c,
5746         * as/hc08/lkrloc.c (relr, rele),
5747         * as/hc08/lkarea.c (lnkarea)
5748         * as/hc08/lkmain.c (afile, parse),
5749         * as/hc08/lkelf.c: support for ELF output
5750         * as/hc08/lks19.c (s19),
5751         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5752
5753 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5754
5755         * as/mcs51/lkihx.c: Fixed bug #899105.
5756
5757 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5758
5759         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5760         .dsp files from Unix to DOS.
5761
5762 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5763
5764         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5765         function pointers; we have been compliant for several months now.
5766         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5767         change that was accidently commented out
5768         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5769         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5770         bug #922319
5771
5772 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5773
5774         * src/hc08/gen.c: output of all of the internal debugging information
5775         is now controlled by the D() macro; it is disabled by default
5776
5777 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5778
5779         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5780         harder to keep the same registers during a CAST iCode
5781         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5782         long via int can be done in a single cast, if the signedness is
5783         correct.
5784         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5785         putchar() in tinibios.c in ds390's library
5786
5787 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5788
5789         * src/SDCCast.c (decorateType): fixed bug #898889,
5790         cast result of a literal complement too
5791         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5792         fixed check for bitfields
5793
5794 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5795
5796         * src/SDCCicode.c (geniCodeLogic): made it static,
5797         (geniCodeLogicAndOr): added in order to fix bug #905492,
5798         (ast2iCode): fixed bug #905492
5799         * support/regression/tests/bug-905492.c: added
5800         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5801         (processParms): fixed bug #927659: don't copy parms, this will clear
5802         decorated flag
5803         * support/regression/tests/bug-927659.c: added
5804
5805 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5806
5807         * src/SDCCast.c (addCast): don't cast float to char
5808         * device/lib/libsdcc.lib: added _memmove
5809
5810 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5811
5812         * device/lib/large/Makefile: fixed parallel execution by
5813         replacing `make` by `$(MAKE)`
5814
5815 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5816
5817         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5818         offsets (fixes bug #923936)
5819
5820 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5821
5822         * device/lib/small/Makefile: fixed parallel execution by
5823         replacing `make` by `$(MAKE)`
5824
5825 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5826
5827         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5828
5829 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5830
5831         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5832         * src/regression/Makefile: Regression test was not running.
5833
5834 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5835
5836         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5837         complement if possible
5838         * src/SDCCval.c (valComplement),
5839         * src/SDCCicode.c (operandOperation): fixed complement of literal
5840         * support/regression/tests/onebyte.c (testComplement): added
5841
5842 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5843
5844         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5845         return an optimized tree; actually replace actParm with the new tree
5846         * src/SDCCast.h: added some parantheses to remove side effects
5847         * support/regression/tests/bug-920866.c
5848
5849 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5850         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5851         Bit operands were not being handled properly in the pic14 port.
5852         (now src/regression/add.c passes again).
5853
5854 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5855
5856         * src/SDCC.y (labeled_statement): case and default no longer require
5857         a following statement (RFE #893037)
5858
5859 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860
5861         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5862         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5863         disabled (fixes bug #916294)
5864         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5865         "mov a,acc"; patch provided by Lenny Story
5866         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5867
5868 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5869
5870         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5871         functions
5872         * src/ds390/gen.c (genFunction, genEndFunction),
5873         * src/ds390/ralloc.c (ds390_assignRegisters),
5874         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5875         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5876         pushed if there are parameters passed on the stack. Also, a cleaner
5877         way to decide if r0/r1 should be pushed/popped. (Together they fix
5878         bug #918693)
5879
5880 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5881
5882         * doc/sdccman.lyx,
5883         * device/lib/mcs51/crtpagesfr.asm,
5884         * device/lib/mcs51/crtxinit.asm,
5885         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5886         to avoid confusion with Si Lab's SFRPAGE register.
5887
5888 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         * src/SDCCglue.c (emitMaps): allow public sfr variables
5891         * src/SDCCglue.c (initialComments): include compiler build date
5892         with compiler version and put the timestamp of the generated
5893         assembly file on a serperate line to be less confusing.
5894         * src/port.h: added genInitStartup hook
5895         * src/avr/main.c,
5896         * src/ds390/main.c,
5897         * src/hc08/main.c,
5898         * src/pic/main.c,
5899         * src/pic16/main.c,
5900         * src/xa51/main.c,
5901         * src/z80/main.c: genInitStartup initialize as NULL (default to
5902         historical behaviour)
5903         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5904         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5905         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5906         library instead of hard coding it into the compiler.
5907         * support/regression/ports/mcs51-stack-auto/spec.mk,
5908         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5909         * device/lib/mcs51/Makefile,
5910         * device/lib/small/Makefile,
5911         * device/lib/large/Makefile,
5912         * device/lib/mcs51/crtpagesfr.asm,
5913         * device/lib/mcs51/crtstart.asm,
5914         * device/lib/mcs51/crtxclear.asm,
5915         * device/lib/mcs51/crtxinit.asm,
5916         * device/lib/mcs51/crtclear.asm,
5917         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5918         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5919         and into user configurable files.
5920         * device/lib/clean.mk: clean mcs51 directory too
5921         * support/regression/tests/longlit.c: added static to T1 declaration
5922         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5923         accesses in the initialization code
5924
5925 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5928         OSCTRIMVAL as noted in bug #916008
5929
5930 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5931
5932         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5933         in loops with multiple exits (reported as incorrect registers
5934         used by Martin Helmling in Sdcc-user list)
5935
5936 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5937
5938         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5939         made ds390 register extensions look less like error messages
5940
5941 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5942
5943         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5944         reported by Adam Wozniak in Sdcc-user list
5945
5946 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5947
5948         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5949         arithmetic optimizations, added debug output
5950
5951 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5952
5953         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5954         * sdcc.spec: updated and split sdcc into 3 rpms
5955         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5956         needed for literals of LEFT_OP and '+'
5957         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5958         introduced RESULT_TYPE_NOPROM
5959         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5960         left shift
5961         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5962         limited promotion to int only for '*'
5963         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5964
5965 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5966
5967         * src/pic16/gen.c (genSkip),
5968         (genc16bit2lit), (gencjneshort): commented out
5969         (is_LitOp): new helper function, checks operand type
5970         (genCmpEq): rewritten
5971
5972 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5973
5974         * support/regression/tests/bug-908454.c: added
5975
5976 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5977
5978         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5979         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5980         (geniCodeCast): cosmetic, don't preserve bit storage class
5981         (geniCodeLeftShift): added promotion
5982         (geniCodeLogic): fixed regression
5983         * src/SDCCsymt.c (computeTypeOr): accept bits too
5984         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5985
5986 2004-03-07  Borut Razem <borut.razem AT siol.net>
5987
5988         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5989
5990 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5991
5992         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5993         version of pic16_genPackRegisters which does not check if ic is a
5994         CAST operator,
5995         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5996         function cause string1.c regression test fails
5997
5998 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5999
6000         * sim/ucsim/configure.in,
6001         * sim/ucsim/configure,
6002         * sim/ucsim/doc/Makefile.in: use docdir
6003         * src/SDCC.y: fixed sbit atrributes
6004         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6005         * src/SDCCast.c (decorateType): |^& need special promotion handling
6006         * src/SDCCast.h,
6007         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6008         * src/SDCCsymt.h (computeType),
6009         * src/SDCCicode.c: computeType() needs op
6010         * src/SDCCsymt.c (checkTypeSanity),
6011         * doc/sddman.lyx: "plain" bitfields are unsigned
6012         * src/SDCCsymt.c (computeTypeOr): added
6013         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6014         |^& ops
6015         * src/SDCCval.c (val*): computeType() needs op
6016         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6017         * support/regression/tests/onebyte.c: added tests for |^&
6018
6019 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6020
6021         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6022         for writing icode into asm output.
6023
6024 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6025
6026         * src/pic16/device.c: added some debug lines enabled
6027         with macro DEBUG_CHECK,
6028         * src/pic16/genarith.c: more debug in genPlus,
6029         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6030         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6031         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6032         * (aopForSym): onStack symbols are re-placed in data memspace,
6033         and onStack flag is cleared,
6034         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6035         copy temporary pcodeop,
6036         * (genPcall): added warning for not updating PCLATU,
6037         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6038         always true for pic16 port,
6039         * (genMultOneWord): NEW, supports integer multiplication,
6040         * (genMult): modified to call genMultOneWord,
6041         * (ifxForOp): added warning when return NULL,
6042         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6043         flag is set before call to operandFromSymbol for implicit
6044         added structures,
6045         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6046         options.intlong_rent are set by default,
6047         * (_hasNativeMulFor): modified to allow port generation of integer
6048         multiplication,
6049         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6050         set regtype to REG_SFR for all registers, restricting seting the
6051         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6052
6053 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6054
6055         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6056         more than 500 times in the regression tests
6057
6058 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6059
6060         * support/Util/SDCCerr.h,
6061         * support/Util/SDCCerr.c,
6062         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6063         enumerator_list),
6064         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6065         for symbol conflicts.
6066         * support/valdiags/tests/enum.c,
6067         * support/valdiags/tests/tentdecl.c,
6068         * support/valdiags/tests/struct.c: expect possible error messages
6069         referring to original symbol definitions.
6070         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6071         * src/SDCCsymt.h,
6072         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6073
6074 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6075
6076         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6077
6078 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         * src/pic16/ralloc.c (newReg): fixed bug #908929
6081
6082 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * src/ds390/gen.c: added missing #include "main.h"
6085
6086 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6087
6088         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6089         checking if symbol is already in set,
6090         * src/pic16/device.h: prototype for checkAddSym,
6091         * src/pic16/gen.c: (_G): added entry interruptvector,
6092         * (assignResultValue): removed some commented out lines,
6093         * (genFunction): check for ISR via sym->type, absolute section for
6094         interrupt code is created via a new pBlock, the goto instruction is
6095         placed now correctly at the interrupt vector position, changed all
6096         references from ivec to _G.interruptvector,
6097         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6098         is the interrupt is a high priority one, same for return from ISR,
6099         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6100         externs to calls of checkAddSym,
6101         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6102         pic16_pcode_verbose flag is set,
6103         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6104         * src/pic16/pcoderegs.c: message about how many registers are saved
6105         will only be emitted if pic16_pcode_verbose flag is set,
6106
6107 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6108
6109         * src/ds390/ralloc.h,
6110         * src/ds390/ralloc.c (ds390_regWithIdx),
6111         * src/ds390/gen.c (emitcode),
6112         * src/ds390/main.h,
6113         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6114         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6115         ds390operandCompare, getRegsRead, getRegsWritten,
6116         initializeAsmLineNode): customized instruction size calculation for
6117         ds390, started basis for some register optimizations
6118         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6119         corresponding assembly output
6120         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6121         missing push/pop of r0/r1. Optimized push/pops
6122
6123 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6124
6125         * src/mcs51/main.c (instructionSize): fixed ACALL size
6126         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6127
6128 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6129
6130         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6131         the sorting of rlist with NULL elements
6132         * (print_idataType, print_idata): NEW to create idata sections
6133         * src/pic16/device.h: idataSymSet new variable
6134         * src/pic16/gen.c (genFunction): fixed some bugs in string
6135         comparing, improved the absolute section creation for ISRs,
6136         added FSR0L/FSR0H in registers that are saved in an ISR,
6137         * (genInline): fixed the processing of inline snippets,
6138         now they undergo no process by the peephole optimizer
6139         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6140         are placed in idataSymSet,
6141         * (pic16emitStaticSeg): extern symbols are added in externs,
6142         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6143         switching when aboslute variables are placed in access bank memory
6144         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6145         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6146         commented out with #if,
6147         * (pic16_packRegisters): reintroduce the check for CAST because some
6148         symbols are not correctly handled,
6149         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6150         pCodeInstruction instead of pCode,
6151         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6152         pCodeAsmDir definition,
6153         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6154         directive, then the argument directive is emitted without the leading
6155         tab, hack for inline labels which must be in the first column,
6156         * (compareLabel,pic16_findNextInstruction),
6157         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6158         * (insertBankSwitch): modified for the new pCodeAsmDir,
6159
6160 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6161         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6162
6163         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6164         instance,
6165         * (pushSide): commented out with #if,
6166         * (assignResultValue): fixed some typos in saving
6167         registers,
6168         * (genPcall): FIXED and sync'ed with genCall,
6169         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6170         * (genNearPointerGet): fixed to handle some more cases,
6171         implementation scheme via table reads,
6172         * (genConstPointerGet): modified to access code memory correct,
6173         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6174         and improved to handle some cases
6175         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6176         instead of "RETLW" for init data
6177         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6178         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6179         variables are placed in access bank memory (<0x80 and >=0xf80),
6180         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6181         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6182         TBLWT_POSTDEC,TBLWT_PREINC
6183         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6184         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6185         directives
6186         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6187         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6188         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6189         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6190
6191 2004-02-29  Borut Razem <borut.razem AT siol.net>
6192
6193         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6194         support/Util/findme.h, support/Util/system.h: enhance binary relative
6195         search for lib and include by using findProgramPath()
6196
6197 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * src/SDCCpeeph.h,
6200         * src/SDCCpeeph.c (pcDistance),
6201         * src/port.h,
6202         * src/mcs51/ralloc.h,
6203         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6204         * src/mcs51/main.h,
6205         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6206         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6207         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6208         size calculation port specific, started basis for some register
6209         optimizations
6210         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6211         missing push/pop of r0/r1. Optimized push/pops
6212         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6213         * device/lib/_modsint.c (_modsint),
6214         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6215         and stack version so regression tests pass
6216
6217 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6218
6219         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6220         * src/SDCCast.c (decorateType): catch another small optimization
6221         with '?' operator
6222         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6223         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6224         modified to finally use computeType() all over SDCC,
6225         see Feature Request #877103
6226         * src/SDCCval.h: cosmetic
6227         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6228         valCompare(); regression tested in muldiv.c
6229         * support/regression/tests/muldiv.c (testMod): mod sign follows
6230         dividend only
6231
6232 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6233
6234         * src/SDCCast.c (decorateType): fixed bug #902362
6235         * doc/INSTALL.txt: fixed install instructions for win32
6236
6237 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6238
6239         * device/include/Makefile.in (install): fixed by replacing spaces
6240         by tabs
6241         * doc/README.txt,
6242         * doc/INSTALL.txt: updated for release
6243         * doc/sdccman.lyx: added warning for --xstack being buggy
6244
6245 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6246
6247         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6248         to eliminate build warnings.
6249         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6250
6251 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6252            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6253
6254         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6255         removed -penable-stack, added comment for stack pragma, added
6256         warning for not initializing the stack/frame registers, removed
6257         comment at interrupts section
6258
6259         Stack is made permanent, there is no ability to disable stack usage.
6260         * src/pic16/device.h,
6261         * src/pic16/device.c: removed all references to USE_STACK macro,
6262         * src/pic16/device.c (pic16_dump_section): when no elements in
6263         rlist, free rlist before return,
6264         * (pic16_dump_int_registers): NEW, internal registers are a new set
6265         of general purpose registers reused by each function,
6266         * (checkAddReg): returns 1 if registers is added to set,
6267         * (pic16_groupRegistersInSection): when a registers is of type
6268         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6269         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6270         SRCASECMP macro is moved here from device.c
6271         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6272         PO_PCLATU, PO_PRODL, PO_PRODH,
6273         * (pic16_pCodeOpType, genMinus,
6274         changed compares to "a" register, with AOP_ACC,
6275         * (pic16_genPlus): fixed some bugs and indented properly,
6276         * (pic16_addSign): changed size to size+offset in the MOVWF
6277         instruction,
6278         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6279         multiply 8-bit operand by literal, result is 8-bit,
6280         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6281         multiply 2 8-bit operand, result is 8-bit,
6282         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6283         genUMult8X*_16,
6284         * src/pic16/gen.c: changed accUse to contain WREG only,
6285         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6286         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6287         true, do not use immediate addressing any more unless sym is a
6288         pointer in codespace,
6289         * (aopForRemat): do not use immediate addressing when symbol not in
6290         codespace and when symbol's address is requested,
6291         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6292         accUse size (= 1),
6293         * (aopGet): added case for AOP_ACC and don't return "accumulator
6294         bug" but WREG instead,
6295         * (popGetTempReg): pushes contents of temporary register in stack,
6296         * (popReleaseTempReg): pops contents of temporary register from
6297         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6298         * (pic16_popGet): separated case AOP_ACC to return register WREG
6299         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6300         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6301         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6302         the use of immediate pointers to certain cases only.
6303
6304         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6305         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6306         * (assignResultValue, genCall, genRet): modified to use the new
6307         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6308         genPcall is still broken,
6309         * (genFunction): added code to create 'A' type pBlocks when
6310         interrupt functions are generated, code not extensively tested yet,
6311         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6312         * (genEndFunction): modified so ISRs pop stored registers from stack,
6313         * (genMultOneByte): cleanup,
6314         * (AccRsh): added flag andmask, to and result with appropriate mask,
6315         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6316         * (genDataPointerGet): fixed and reenabled its use,
6317         * (genNearDataPointerGet): bugs fixed,
6318         * (genDataPointerSet): bugs fixed,
6319         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6320         pic16_DumpSymbol, pic16_DumpOp,
6321         * src/pic16/genutils.h: function prototypes for the above functions,
6322         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6323         pointers,
6324         * (pic16emitRegularMap): many many many improvements, but needs a
6325         major cleanup,
6326         * src/pic16/main.c: enable_stack in pic16_options is removed,
6327         * (_pic16_parseOptions): removed command line options -penable-stack,
6328         * (_process_pragma): emit stack symbol only when stack pragma is
6329         processed,
6330         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6331         redirected to FSR0L/FSR0H pair,
6332         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6333         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6334         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6335         for immediates,
6336         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6337         * (dumpPicOptype): NEW,
6338         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6339         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6340         with movff instruction,
6341         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6342         added pic16_int_regs, some packRegsFor* functions are commented out,
6343         because produce errors,
6344         * src/pic16/NOTES: minor modifications
6345
6346 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6347
6348         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6349         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6350         --pack-iram.
6351         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6352         * as/mcs51/lkaomf51.c: fixed bug #895763
6353
6354 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6355
6356         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6357
6358 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * doc/sdccman.lyx: added details about the HC08 storage classes and
6361         interrupts, fixed the register usage info for z80 & gbz80
6362
6363 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6364
6365         * doc/sdccman.lyx: added more pic16 port documentation
6366         * device/include/pic16/: added header pic18fregs.h
6367
6368 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6369
6370         * doc/sdccman.lyx: added Vangelis' contribution
6371
6372 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6375         extend to the next CALL or PCALL, not just to the next CALL.
6376
6377 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6378
6379         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6380
6381 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6384         bug #895752 and a better fix for bug #716790
6385
6386 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6389
6390 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6391
6392         * doc/sdccman.lyx: minor changes, minor changed
6393
6394 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6395
6396         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6397         which can't handle SDCC_NEWONEBYTEOPS,
6398         (geniCodeMultiply): removed conversion from mult to shift for pic14
6399         and pic16
6400
6401 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         * src/hc08/gen.h,
6404         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6405         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6406         thus fixing bug #895406
6407
6408 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6409
6410         * device/lib/_modsint.c,
6411         * device/lib/_modslong.c: sign follows divisor only
6412         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6413         signs or signedness can be ignored
6414         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6415         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6416         added optimization for IFX,
6417         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6418         arguments;
6419         reenabled optimization for IFX, which was removed on 2004-01-11
6420         * src/SDCCast.h: added return type IFX
6421         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6422         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6423         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6424         SDCC_OLDONEBYTEOPS selects the old behaviour
6425         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6426         changed again and commented promotion rule
6427         * src/SDCCval.c (valDiv): promotion no longer necessary
6428         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6429         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6430         rewritten
6431         * support/regression/tests/onebyte.c: added
6432
6433 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6434
6435         * gen.c (genInline): reverted to old code for assemnling inline
6436         code because of bug reported James Chadd
6437
6438 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6439
6440         * ralloc.h: missing declarations from previous patch,
6441         seems that patch for ralloc.h was never applied, fixed
6442
6443 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6444            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6445
6446         * pcode.c,
6447         * pcode.h,
6448         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6449         indirect addressing. Marked FSR0 as deprecated
6450         * gen.c (pointerCode): commented out, not needed now
6451         (pic16_popGet2p): new MOVFF helper function
6452         (genGenPointerGet),
6453         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6454         (shiftRLong): removed duplicate debugging info
6455
6456 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6457
6458         * src/ds390/gen.c (genNearPointerGet),
6459         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6460         optimization with bits, but not bitfields.
6461         * src/ds390/ralloc.c (packRegisters),
6462         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6463
6464 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6465
6466         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6467
6468 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6469
6470         * src/SDCCsymt.h,
6471         * src/SDCCicode.c (operandFromSymbol),
6472         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6473         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6474         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6475         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6476         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6477         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6478         bug #892038
6479         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6480         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6481         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6482         * src/SDCCsymt.c (newSymbol),
6483         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6484         enumerator_list),
6485         * src/SDCCval.h,
6486         * src/SDCCval.c (newiList): fixed bug #885705
6487
6488 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6489
6490         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6491         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6492
6493 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6494
6495         * device/include/c8051f120.h,
6496         * device/include/c8051f300.h,
6497         * device/include/c8051f310.h: added/updated header files for Silicon
6498         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6499         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6500         in new section Submitting patches
6501
6502 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6505         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6506         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6507         genGenPointerSet),
6508         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6509         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6510         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6511         genGenPointerSet),
6512         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6513         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6514         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6515         genGenPointerSet),
6516         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6517         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6518         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6519         genGenPointerSet): fixed bug #892400
6520         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6521         to eliminate build warnings.
6522         * src/SDCCast.c (processParms),
6523         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6524         fixed bug 751859
6525         * support/valdiag/valdiag.py: added GCC to the list of defines active
6526         when compiling with gcc
6527
6528 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6529
6530         * support/Util/SDCCerr.h,
6531         * support/Util/SDCCerr.c,
6532         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6533         with an incomplete type (fixed bug #883734)
6534         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6535
6536 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6537
6538         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6539
6540 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * src/SDCCast.c (decorateType),
6543         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6544         function pointer implementation
6545         * support/regression/tests/funptrs.c: added tests to verify both forms
6546         of function pointers work correctly. Added tests to verify parameters
6547         are passed in the correct order.
6548
6549 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6550
6551         * device.c (regCompare): registers are sorted by ascending
6552         address and increasing size,
6553         * main.c (_pic16_finaliseOptions): removed the declaration
6554         of compiler macro MCU. Now a macro of the format pic18fxxxx
6555         will be defined from the command line
6556
6557 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6558             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6559
6560         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6561         PCOP_RLCF was overwritten!
6562         * gen.c (genSkip): commented out calls to pic16_emitcode,
6563         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6564         * (genlshTwo),
6565         * (genRRC): added debugging info,
6566         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6567         overwritten while shifting,
6568         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6569         overwritten while shifting,
6570         * (AccLsh),
6571         * (AccRsh),
6572         * (shiftLLeftOrResult),
6573         * (shiftRLeftOrResult),
6574         * (shiftRLong),
6575         * (shiftLLong): Implemented with pic16_emitpcode
6576         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6577         * (genLeftShift): Fixed bug, operand for shift by variable always
6578         was "and"ed with 0x0f,
6579         * (genLeftShiftLiteral),
6580         * (genrshTwo),
6581         * (genRightShiftLiteral): added debugging info,
6582         * (genrshFour): added comment,
6583         * (genRightShift): determined signedness from operand "left"
6584         instead of "result"
6585
6586 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * src/SDCCicode.c (geniCodeParms),
6589         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6590         function pointers, fixed function pointer bugs #861242 and #861896
6591
6592 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6593
6594         * device/include/c8051f000.h,
6595         * device/include/c8051f120.h,
6596         * device/include/c8051f300.h: added header files for Silicon
6597         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6598
6599 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6600
6601         * src/SDCCast.c (processParams): added new type flow and restructured
6602         (gatherAutoInit): added new type flow
6603         (addCast): cosmetic changes
6604         (getLeftResultType): added new type flow for array indices, patch
6605         provided by Stas, see FR #877103
6606         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6607         array index patch by Stas
6608         * src/SDCCast.h: added prototype getResultTypeFromType()
6609         * src/SDCCval.h,
6610         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6611         * src/pic/glue.c (pic14emitStaticSeg),
6612         * src/pic16/glue.c (pic16emitStaticSeg),
6613         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6614         for initialization of symbols
6615         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6616         * support/Util/SDCCerr.h:
6617         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6618         * .version: bumped version number to 2.3.8
6619         * device/include/Makefile.in (install),
6620         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6621         avoid warnings
6622
6623 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6624
6625         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6626         Slade Rich fixed an optimization bug
6627         * src/pic/pcodepeep.c,
6628         * src/pic/pcoderegs.c
6629         * doc/Makefile (install): added test for directory
6630
6631 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6634         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6635         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6636         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6637         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6638         * as/mcs51/asexpr.c (term),
6639         * as/hc08/asexpr.c (term): fixed bug #887146
6640
6641 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6642
6643         * src/z80/gen.c (genMult): handle single byte result product
6644         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6645         DUMMY_READ_VOLATILE (fixed bug #886367)
6646
6647 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6648
6649         * support/regression/tests/libmullong.c: fixed logic, on little endian
6650         hosts we ended without a mullong_wrapper()
6651
6652 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6655         virus/worm forged address usage.
6656
6657 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6658
6659         Fixed promotion, it should be done on AST level:
6660         * src/SDCCast.c (addCast): added promotion to int
6661         (decorateType): updated call to upCast()
6662         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6663         usualUnaryConversions()
6664
6665 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6666
6667         * support/regression/tests/literalop.c (mulWrapper): Added a
6668         wrapper to remove integer overflow warnings.
6669
6670         * support/regression/tests/float_trans.c: Made work on host.
6671
6672         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6673         location of sz80.
6674
6675         * support/regression/generate-cases.py (main): Changed from inline
6676         to a main method.
6677
6678         * doc/Makefile (install): Changed to depth first to get rid of
6679         missing directory install warning.
6680
6681         * as/Makefile (install-doc): Made work on Mac.
6682
6683 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6684
6685         * src/SDCCast.c: added an additional type flow in decorateType() of
6686         opposite direction, see feature request #860006; it's enabled at runtime
6687         by setting the environment variable SDCC_NEWTYPEFLOW
6688         * src/SDCCast.h: changed prototype of decorateType()
6689         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6690         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6691         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6692         see feature request #877103
6693         * src/SDCCval.c: updated call of decorateType()
6694         (valBitwise): fixed bug #882876
6695         (valMinus): added promotion
6696         (valLogicAndOr): result is unsigned
6697         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6698         * src/SDCCsymt.c (computeType),
6699         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6700         must not cause an unsigned operation
6701         * src/pic/glue (pic14emitRegularMap),
6702         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6703
6704 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6705
6706         * src/pic/pcode.c (PCodeID): commented out left over debug code
6707
6708 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6709
6710         * support/valdiag/tests/overflow.c: added shift tests
6711         * src/pic/device.c,
6712         * src/pic/gen.c,
6713         * src/pic/gen.h,
6714         * src/pic/glue.c,
6715         * src/pic/main.c,
6716         * src/pic/pcode.c,
6717         * src/pic/pcode.h,
6718         * src/pic/pcodepeep.c,
6719         * src/pic/pcoderegs.c,
6720         * src/pic/ralloc.c,
6721         * src/pic/ralloc.h: applied patch from Slade Rich;
6722         added support for multiple code pages and multiple RAM banks on the
6723         PIC 14 port. The ASM files now no longer simply assume all the
6724         code / RAM are in the same page / bank. This means the linker can
6725         safely allocate code/RAM of separate ASM files to different pages/banks.
6726         * doc/sdccman.lyx: added Slade's tips
6727         * src/mcs51/peeph.def: fixed bug #880768
6728
6729 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6730
6731         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6732         * src/SDCCast.c (decorateType): fixed bug #880197
6733
6734 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6735
6736         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6737         getopt.h.
6738
6739         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6740         strtof is not part of C89 and isn't included with Mac OS X.
6741
6742 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6745         shiftL2Left2Result): fixed bug #879326
6746         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6747         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6748         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6749         address fetch for clr instruction
6750         * device/lib/hc08/_mulint.c: created optimized assembly version
6751         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6752
6753 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6754
6755         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6756         proposed in FR #877103
6757
6758 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6759
6760         * src/SDCCval.c (cheapestVal): added missing checks
6761         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6762         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6763
6764 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6765
6766         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6767         equal operands
6768
6769 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6770
6771         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6772         loaded with the linker search paths (-L arguments) and the libraries
6773         to be linked with the current source (-l arguments). Changes
6774         currently will affect only the pic16 port.
6775         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6776         include path the port specific paths and port specific libraries,
6777         * gplink command now contains the $3 argument,
6778         * src/pic16/device.h,
6779         * src/pic16/device.c,: structure PIC_device is made public and
6780         renamed to PIC16_device, the same for variable Pics which is renamed
6781         to Pics16. Updated all references to them.
6782         * src/pic16/glue.c (pic16glue): corrected bug with code
6783         initialization which bypassed the variable initializations block.
6784
6785         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6786         COMPILE_FLAGS and added the --nostdinc option
6787
6788 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6789
6790         * device/include/mc68hc908jb8.h: Register defs for another member
6791         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6792
6793 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6794
6795         Documenting changes from previous commits.
6796         * configure.in (version 1.56),
6797         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6798         when generating output files to configure the pic16 library,
6799         but now I've commented it out, since gputils aren't installed in the
6800         SF compile farm, so library won't compile
6801
6802         * device/lib/Makefile.in (version 1.56): initially I've added in
6803         target 'all' the prerequestive 'model-pic16' so it compiled the
6804         pic16 library, but now I've commented it out for the same reasons
6805         above,
6806         * added targets 'model-pic16' and 'objects-pic16' to compile the
6807         library
6808         * added target 'port-specific-objects-pic16' to handle the
6809         generated libraries and copy them into the build/ directory
6810         * added target 'clean-intermediate-pic16' to clean intermediate
6811         files into pic16 directory
6812         * in target 'installdirs' added line to create directory pic16 in
6813         the installation path
6814
6815         * device/include/Makefile.in (version 1.11): in target 'install'
6816         added lines to copy all header files to installation path,
6817         * in target 'installdirs' added line create directory for pic16
6818         headers in the installation path
6819
6820 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6821
6822         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6823          a function call
6824
6825 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6826
6827         * configure,
6828         * device/lib/configure.in,
6829         * device/lib/configure: fixed for autoconf 2.57
6830
6831 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6832
6833         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6834         option so that it actually works. Made it specific to the z80, since
6835         the gbz80 doesn't have these kinds of I/O ports.
6836
6837 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6838
6839         * device/include/z180.h,
6840         * device/lib/_memcpy.c,
6841         * device/lib/_memmove.c,
6842         * device/lib/_mulint.c,
6843         * device/lib/ser_ir.c,
6844         * device/lib/ser_ir_cts_rts.c,
6845         * device/lib/_strcmp.c,
6846         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6847         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6848         portmode; added deprecation warning for bank= and protmode= forms.
6849         Also, guard against buffer overflow.
6850         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6851
6852 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6855         changed interrupt vector table generation to only emit declared vectors.
6856         * device/include/Makefile.in: added missing backslash
6857         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6858
6859 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6860
6861         Mainly changes to support compilation of the device libraries
6862         * src/pic16/device.c: stack is allocated via symbol and not
6863         via literal number. The symbol is placed in the corresponding
6864         position of the data ram
6865         * (pic16_dump_section): relocatable and absolute uninitialized
6866         data are now emitted in sorted order to reduce section naming,
6867         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6868         weren't marked as being in the access bank,
6869
6870 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6871
6872         Added portion of GNU PIC Library under the directory
6873         device/include/pic16 and device/lib/pic16. These files
6874         contain the declarations of SFRs for the PIC18Fxx2 devices.
6875         The directory is initialized via configure from toplevel.
6876
6877 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6878
6879         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6880         the spilllocations to be compared correctly
6881
6882 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6883
6884         * src/SDCCast.c (decorateType): fixed bug introduced today
6885
6886 2004-01-12  Borut Razem <borut.razem AT siol.net>
6887
6888         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6889         doc/sdccman.lyx: upper case pragmas are deprecated
6890
6891 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6892
6893         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6894         in simpler and even better code
6895
6896 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6897
6898         * src/SDCCicode.c (operandOperation): fixed bug #874819
6899         * src/SDCCast.c (decorateType): fixed
6900         char foo (unsigned long ul) { return ul > 0; }
6901
6902 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6903
6904         * doc/sdccman.lyx: Moved and added some sections, small changes
6905         all over. Telling LaTeX to be less strict with word spacing
6906         to better keep the right margin. Changed some notes about
6907         maintainance of the ports in section 3.2.1 - is it OK like this?
6908
6909 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6910
6911         SDCC source changes:
6912         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6913         convilong): modified to inform the pic16 port that builtin functions
6914         are external
6915
6916         PIC16 PORT specific changes:
6917         * src/pic16/device.c pic16_dump_equates() added,
6918         processor registers declared internally by the port are emitted in
6919         the translation as equates,
6920         * src/pic16/gen.c: inline code is passed unprocessed to the
6921         translation,
6922         * (pic16_popGetLit2): fnuction modified to take second operand as
6923         pCodeOp pointer and not as literal,
6924         * (popRegFromIdx): prefixed with pic16_,
6925         * (pic16_popCombine2): modified to receive already allocated pCode
6926         operands,
6927         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6928         * (genFunction): initializes local stack frame and pushes on stack
6929         all the registers used by this function,
6930         * (genEndFunction): restores all registers from stack and restores
6931         stack frame,
6932         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6933         improvements,
6934         * (pic16glue): changed the program startup sequence,
6935         * added new dbName code 'A' for functions placed in absolute section
6936         * src/pic16/main.c: added function attribute _naked,
6937         * added pragma 'code' to place a fnuction at an absolute address,
6938         * added command line arguments --debug-ralloc and --pcode-verbose,
6939         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6940         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6941         * (pic16_newpCodeOpLit2): modified to take the second operand as
6942         pCodeOp pointer,
6943         * (pic16_printpBlock): modified to emit each function in a separate
6944         section,
6945         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6946         UPPER for immediate operands,
6947         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6948         instruction,
6949         * src/pic16/peeph.def: all peepholes with movff are commented out,
6950         because there is a problem in the pcode peep optimizer,
6951         * src/pic16/ralloc.c: the register allocator can now reuse local
6952         function symbols for another function. This saves register usage.
6953         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6954
6955         Added file src/pic16/NOTES with information about program writing on
6956         the current port version.
6957
6958 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6959
6960         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6961         and peephole 252 (array access)
6962
6963 2004-01-09  Borut Razem <borut.razem AT siol.net>
6964
6965         * src/SDCCmain.c : fixed #872250: -l command line defined library
6966           files are scanned before standard library files
6967
6968 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/SDCCast.c (decorateType): fixed bug #874046
6971
6972 2004-01-09  Borut Razem <borut.razem AT siol.net>
6973
6974         * support/scripts/sdcc.nsi: remove previous installation
6975
6976 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6977
6978         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6979         bytes for last interrupt vector (mcs51)
6980         * sdcc.spec: fixed typo
6981
6982 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6985         gen51Code): more efficient parameter receive for --model-large
6986         ("bug" #845294)
6987
6988 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/ds390/main.c,
6991         * src/z80/main.c: added missed needLinkerScript flags (more than
6992         one port structure defined in these file)
6993         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6994         bug #795325
6995
6996 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6997
6998         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6999         * src/port.h: added flag needLinkerScript in port->linker
7000         structure to inform whether to create a .lnk file or not,
7001         * src/avr/main.c,
7002         * src/ds390/main.c,
7003         * src/hc08/main.c,
7004         * src/mcs51/main.c,
7005         * src/pic/main.c,
7006         * src/pic16/main.c,
7007         * src/xa51/main.c,
7008         * src/z80/main.c: changed appropriately to configure
7009         needLinkerScript flag
7010         * src/pic/gen.c,
7011         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7012         * src/pic/glue.c: added variable udata_section_name to
7013         override default uninitialized data segment definition for
7014         devices only with SHAREBANK memory (reported from Erik Epetrich)
7015         * (pic14emitOverlay): modified to emit a commented overlay segment
7016         directive when no overlay data exist
7017         * (picglue): modified to emit uninitialized data segment
7018         according to udata_section_name
7019         * src/pic/main.c (_pic14_parseOptions): added command line
7020         options --udata-section-name=[name] to override default
7021         udata definition name
7022         * modified _linkCmd and _asmCmd to include compiler passed
7023         arguments via -W option
7024         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7025         object file from '.rel' to '.o' in port->linker structure,
7026         changed size of fptr from 2 to 3 in port structure
7027
7028 2004-01-07  Borut Razem <borut.razem AT siol.net>
7029
7030         * support/scripts/sdcc.nsi: update PATH
7031         * support/scripts/sdcc.ico: craeted
7032
7033 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7034
7035         * device/include/Makefile.in: fix install
7036         * doc/Makefile: fix install
7037
7038 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7041         in bug #860505
7042         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7043         how the function variable allocation summary is displayed; also
7044         include information about variables allocated to the overlay
7045         segment
7046
7047 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7048
7049         * as/mcs51/lkmain.c: Help about -Y option
7050         * as/mcs51/lkarea.c: Fixed gcc warnings
7051
7052 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7053
7054         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7055         fixed warning
7056         * support/valdiag/tests/overflow.c: added
7057         * src/SDCCast.c (decorateType),
7058         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7059         LEFT_OP (left shift)
7060
7061 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7062
7063         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7064         (default behaviour).
7065
7066 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7067
7068         A python script to validate compiler diagnostic messages. It can be
7069         used to verify that sdcc complains about bad c source code and
7070         gives a good location of the error.
7071         * support/valdiag/Makefile,
7072         * support/valdiag/valdiag.py,
7073         * support/valdiag/tests/*
7074
7075 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7076
7077         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7078         * src/SDCCsymt.c (newEnumType),
7079         * src/SDCCsymt.h
7080         * support/Util/SDCCerr.c,
7081         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7082         enum related bugs.
7083         * support/regression/tests/enum.c: added test for enum values that
7084         require at least 2 bytes of storage.
7085
7086 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7087
7088         * src/common.h: added ifndef/define/endif macros
7089         around the header file.
7090         Bug reported from Jesus Calvino-Fraga
7091
7092 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7093
7094         * sdcc.spec: updated
7095         * device/include/Makefile.in: don't install CVS directories
7096         * device/lib/Makefile.in: added removal of CVS directories after install
7097         * doc/Makefile: fixed install, added local_icons
7098         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7099         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7100         * src/ds390/gen.c (genRightShift): fixed bug #870788
7101         * src/SDCCast.c (decorateType): fixed bug #870781
7102
7103 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7104
7105         PIC16 port related changes:
7106         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7107         added variable stackPos,
7108
7109         * gen.c: genCall, assignResultValue: added support for
7110         pushing/retrieving function parameters to/from stack,
7111         genFunction,genEndFunction: setup stack frame for the
7112         generated function,
7113         genAddrOf: will be changed according to bug 863624
7114
7115         * added files genutils.c and genutils.h which contain gen*
7116         debugged and optimised functions extracted from gen.c
7117
7118         * glue.c: added variable 'externs' which holds extern symbols,
7119         pic16emitRegularMap: is modified to properly handle relocatable
7120          symbols under the new scheme,
7121         pic16createInterruptVect: is modified
7122         pic16printPublics: is modified to emit 'global' assembler directives,
7123         added pic16_printExterns to print extern symbols,
7124         pic16glue: initializes stack/frame pointer in the beginning of
7125         the assembly output. Temporary hack, will be corrected later,
7126         because gplink yet does not support stack and SDCC does not
7127         yet support a type of crt0.o object to create the final binary.
7128
7129         * Removed many lines that contain 8051 legacy code.
7130         * The code is finally placed under a 'code' directive.
7131         * Added port specific options.
7132
7133         * _process_pragma: simplified since now we do not need *special*
7134         include file to define SFR registers. But a separate header
7135         will be needed. This will be developed later.
7136         * _pic16_parseOptions: added, parses port specific options:
7137         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7138         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7139         --preplace-udata-with=
7140
7141         * _pic16_setDefaultOptions: modified to initialize section names,
7142         but hack is temporarly out of order since it needs improvement.
7143         * _pic16_genAssemblerPreamble: configuration words are emitted by
7144         their address instead of their name. This part is incomplete and
7145         supports only the 18Fxx2 devices. Other devices will emit an error
7146         during assembly since they do not contain the same set of config
7147         registers
7148         * _pic16_genIVT: is modified,
7149
7150         * pcode.c: added definitions for some hardware registers that are needed
7151         for stack support
7152         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7153         All PCI entries are updated. Now LFSR is supported.
7154         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7155         * added pic16_newpCodeOpLit2 to support instructions with
7156         two literal arguments
7157         * pic16_pCode2str: corrected code that emits assembler instructions
7158         with two literal operands and those that have an access bit modifier
7159         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7160         this fixes a bug which caused some labels to be lost, when an
7161         assembler directive was added, i.e. banksel,
7162         * pic16_FixRegisterBanking: improved logic that causes the insertion
7163         of bank switching,
7164         * InlineFunction: functions that are called once, are not any more
7165         inlined. This can be a port option in the future,
7166
7167         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7168
7169         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7170         hold the corresponding uninitialized symbols,
7171         * pic16_allocProcessorRegister: registers have explicit marked the
7172         accessBank field,
7173         * pic16_allocInternalRegister: registers are explicit marked as
7174         not used,
7175         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7176         processing list, so bit registers were lost,
7177         *
7178
7179         * ralloc.h: added field 'accessBank' and original symbol operand
7180         in register definition,
7181         * removed the field isMapped from register definition,
7182
7183         ** Several functions have been removed from various sources:
7184         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7185         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7186         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7187         pic16_assignRelocatableRegisters
7188
7189         ** others have been introduced:
7190         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7191         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7192
7193 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7194
7195         * support/scripts/inc2h.pl: changed definition of BIT_AT
7196         to emit 'sbit at' instead of 'bit at'. This was a request.
7197
7198         PIC16 port related preliminary changes:
7199         * gen.c: prefixed function popRegFromString with
7200         pic16_ and all references to it corrected
7201         * pcode.c: all pic16_pc_* hardware registers prefixed
7202         with underscore (_),
7203         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7204         * ralloc.c: newReg(): when register is REG_SFR then
7205         set address to rIdx,
7206         pic16_allocProcessorRegister(): marks register wasUsed=0
7207         pic16_writeUsedRegs(): added a call to assign processor
7208         registers via pic16_assignFixedRegisters
7209
7210 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7211
7212         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7213         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7214         variables in unused register banks.  Also the SSEG is placed
7215         wherever there is enough space for it, and IDATA can be anywhere
7216         in internal RAM.  For now compile using -Wl-Y[stack_size].
7217         The mem file is different for this option as well, since it
7218         makes no sense of talking about DSEG lenght.
7219
7220 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7221
7222         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7223         in certain cases, e.g. when ROM assignment, patch provided
7224         from Albert den Haan.
7225
7226 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7227
7228         Many signedness and type propagation fixes:
7229         * src/SDCCicode.c: made geniCodeCast() static
7230         replaced SPEC_ by IS_ (cosmetic)
7231         (operandOperation): fixed div and mod operation
7232         (usualBinaryConversions): added support for promotion of char
7233         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7234         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7235         (geniCodeAdd): an array index will stay unsigned, even if promoted
7236         from char to int
7237         (geniCodeArray): ditto
7238         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7239         * src/SDCCsymt.c (computeType): added more support for char;
7240         promotion of char is selectable by promoteCharToInt, fixed signedness
7241         for all cases
7242         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7243         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7244         * src/SDCCval (val*): replaced signedness calculation by
7245         computeType()
7246         rearranged if-branches (cosmetic)
7247         (valShift): added warning W_SHIFT_CHANGED
7248         (valCompare): fixed problem with different types
7249         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7250         * support/regression/tests/literalop.c: added many cases
7251         * support/regression/tests/ast_constant_folding.c: changed finally to
7252         'unsigned int'
7253         * .version: new year, new version: 2.3.7
7254         * src/SDCCmain.c (main): applied patch #866468
7255         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7256         provided by Scott Bronson
7257         * doc/sdccman.lyx: updated documentation for sdcdb
7258         updated and added chapter tips
7259
7260 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * src/SDCCsymt.h: missing from yesterday's commits
7263
7264 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7265
7266         * src/SDCC.y (struct_or_union_specifier),
7267         * support/Util/SDCCerr.c,
7268         * support/Util/SDCCerr.h: verify that struct & union tags are used
7269         as declared.
7270
7271 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7272
7273         * src/SDCCglobl.h: missing from yesterday's commits
7274
7275 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7278         sft_attributes, struct_declaration, parameter_declaration,
7279         type_name, start_block, declaration_list),
7280         * src/SDCC.lex (check_type): support redefinition of typedef names
7281
7282 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7283
7284         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7285         aligned xdata arrays. Erik helped me with the if clause.
7286
7287 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7290         warning
7291
7292 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * src/SDCCast.h,
7295         * src/SDCCast.c (newAst_),
7296         * src/SDCCicode.h,
7297         * src/SDCCicode.c (ast2iCode, newiCode),
7298         * src/SDCCglobl.h,
7299         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7300         expr, statement, expression_statement, selection_statement,
7301         iteration_statement, expr_opt, jump_statement): foundation for tracking
7302         sequence points
7303         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7304         point code too)
7305
7306 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7307
7308         * support/Util/SDCCerr.c,
7309         * src/SDCCast.h,
7310         * src/SDCCast.c (createCase, createDefault, decorateType),
7311         * src/SDCClabel.c (labelUnreach),
7312         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7313         to error messages.
7314         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7315         (with thanks to Stas Sergeev)
7316         * device/include/time.h,
7317         * device/lib/time.c (CheckTime): suppress unreachable code warning
7318
7319 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         * src/SDCCast.c (createIvalCharPtr),
7322         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7323         bug #753752)
7324         * support/regression/tests/nullstring.c: tests for these two bugs
7325
7326 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7327
7328         * support/Util/SDCCerr.h,
7329         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7330         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7331         about storage class and 'at' used inside struct or union
7332         * src/SDCCBBlock.c (iCodeFromeBBlock),
7333         * src/SDCCcse.c (ifxOptimize),
7334         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7335         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7336         printIval, emitStaticSeg, emitOverlay),
7337         * src/SDCClabel.c (deleteIfx),
7338         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7339         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7340         gatherAutoInit, processParms),
7341         * support/Util/SDCCerr.h,
7342         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7343         reporting for post-parse errors.
7344
7345 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7348         implicit casts via union; they don't work on big endian systems
7349         (possible fix for bug #861138)
7350
7351 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7352
7353         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7354         * src/mcs51/main.c: fixed the fix for bug #737001
7355
7356 2003-12-15  Borut Razem <borut.razem AT siol.net>
7357
7358         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7359
7360 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7361
7362         * support/makebin/makebin.c: put output in binary mode
7363
7364 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7365
7366         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7367         xdata and data memory on startup. Set the environment variable
7368         SDCC_NOGENRAMCLEAR to disable this.
7369         * src/mcs51/peephole.def,
7370         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7371         (allows non-interrupt and interrupt code to safely compete for a resource
7372         without the non-interrupt code having to disable interrupts)
7373
7374 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         * src/SDCCicode.c (geniCodeAdd),
7377         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7378         with valFromType if type might be a pointer and host is big endian).
7379         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7380         types, not just integer types.
7381         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7382         multiply defined with mismatching "at" address.
7383
7384 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7385
7386         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7387         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7388         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7389         with embedded nulls (fixed bug #753752)
7390
7391 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7392
7393         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7394         Apparently this did not see much testing (endless loop)
7395
7396 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7397
7398         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7399
7400 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7401
7402         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7403         gracefully handle NULL memmap pointers
7404
7405 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7406
7407         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7408         instead of deleting the iCode when an operand is volatile
7409         * src/z80/gen.c (genDummyRead),
7410         * src/mcs51/gen.c (genDummyRead),
7411         * src/ds390/gen.c (genDummyRead),
7412         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7413         not just IC_RIGHT
7414         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7415         * src/SDCC.y: fixed bug #850420
7416
7417 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         Applied z80 i/o port patch from Peter Townson and fixed some operators
7420         to better handle operands in A register.
7421         * device/include/z180.h
7422         * src/SDCC.y
7423         * src/SDCCglue.c
7424         * src/z80/gen.c
7425         * src/z80/gen.h
7426         * src/z80/main.c
7427         * src/z80/peeph-z80.def
7428         * src/z80/peeph.def
7429         * src/z80/z80.h
7430
7431 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7432
7433         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7434
7435 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7436
7437         * device/lib/hc08/_mullong.c: Removed extra #endif
7438
7439 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7440
7441         * sim/ucsim/hc08.src/inst.cc,
7442         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7443         carries from x to h
7444         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7445         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7446         * device/include/stdarg.h: fixed varargs for hc08
7447         * device/lib/Makefile.in,
7448         * device/lib/hc08/Makefile,
7449         * device/lib/hc08/_mulint.c,
7450         * device/lib/hc08/_mullong.c: fixed some endian problems
7451
7452 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7453
7454         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7455         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7456         * device/lib/_gptrget.c,
7457         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7458
7459 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7462         * src/SDCCast.c (astErrors): fixed bug #846007
7463         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7464
7465 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7466
7467         * src/SDCCast.c (decorateType): disabled a transformation I added in
7468         revision 1.188 (access to fields of a structure at an absolute address);
7469         it breaks with bitfields, extern declarations, and gcse analysis.
7470         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7471         could be assigned through a pointer, so don't complain.
7472         * src/SDCCast.c (astErrors),
7473         * src/SDCCast.h,
7474         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7475
7476 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7477
7478         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7479         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7480         output of __config directives, since gpasm now supports them
7481         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7482         pre-processor macro, i.e. -DMCU=p18f452
7483         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7484         and modified to handle 'cast' icode similarly to '=' icode
7485         * src/pic16/device.h (typedef struct PIC_device): added field
7486         'extMIface' to indicate that chip has external memory interface
7487         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7488         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7489         18F8720
7490
7491 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7492
7493         * src/SDCC.y (pointer): fixed bug #846006
7494         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7495         * src/SDCCast.c (decorateType): fixed bug #846009
7496         * src/ds390/peeph.def,
7497         * src/ds390/gen.c (genAnd, genOr),
7498         * src/mcs51/peeph.def,
7499         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7500
7501 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7502
7503         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7504         * src/SDCCdflow.c
7505         * src/SDCCcse.c
7506         * src/SDCCcse.h
7507         * src/SDCCBBlock.h
7508         * src/SDCCBBlock.c
7509
7510 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7511
7512         fixed bug #845089
7513         * src/SDCCbitv.h,
7514         * src/SDCCbitv.c: added function to free a bitvector
7515         * src/SDCClrange.h,
7516         * src/SDCClrange.c: added function to recompute the liveranges
7517         * src/avr/ralloc.c,
7518         * src/ds390/ralloc.c,
7519         * src/hc08/ralloc.c,
7520         * src/mcs51/ralloc.c,
7521         * src/pic/ralloc.c,
7522         * src/pic16/ralloc.c,
7523         * src/xa51/ralloc.c,
7524         * src/z80/ralloc.c: recompute the liveranges after register packing
7525
7526 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7527
7528         * src/SDCCloop.c (newInduction): fixed bug #845630
7529
7530 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7531
7532         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7533         inadvertantly left behind from my 2003-11-12 change
7534
7535 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         Updated headers I neglected to commit yesterday.
7538         * src/SDCClrange.h,
7539         * src/SDCCicode.h
7540
7541 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7542
7543         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7544         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7545         * src/SDCCopt.c (eBBlockFromiCode),
7546         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7547         the creation of the key hash table from the sequencing so it can be used
7548         earlier (for some GCSE bug fixes still pending)
7549
7550 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7551
7552         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7553         * support/regression/tests/addsub.c: testing genPlus shortcut
7554
7555 2003-11-15  Borut Razem <borut.razem AT siol.net>
7556
7557         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7558
7559 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7562         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7563         ordering is immaterial.
7564         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7565
7566 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7567
7568         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7569         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7570         (SIGSEV) of bug #840381
7571         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7572         unlink new file before rename if new and old filenames are the same)
7573
7574 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7575
7576         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7577         uninitialized variables) for the mcs51. Set environment variable
7578         SDCC_GENRAMCLEAR to test.
7579         xdata initialization slightly shorter
7580
7581 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7582
7583         * src/SDCCsymt.h,
7584         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7585         #838241 & 780691 (basicly the same bug)
7586         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7587         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7588
7589 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7590
7591         * src/SDCCmain.c (linkEdit): "fix" #834252
7592
7593 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7594
7595         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7596         * src/SDCCast.h,
7597         * src/SDCC.y: fixed bug #819403
7598
7599 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7600
7601         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7602         the reentrant attribute.
7603         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7604         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7605         simulation
7606         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7607         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7608         erroneously reduced to a literal.
7609         * src/hc08/ralloc.c (packRegisters, rematStr),
7610         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7611         some cases
7612
7613 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7614
7615         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7616         * doc/sdccman.lyx: changed from 'article' to 'book'
7617         * doc/Makefile: readded test_suite_spec and cdbfileformat
7618
7619 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7620
7621         * device/include/stdlib.h: include malloc.h to comply with ANSI
7622         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7623
7624 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7625
7626         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7627         * doc/clean.mk: also remove *.out files
7628         * doc/sdccman.lyx: some additions, larger top/bottom margins
7629
7630 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7631
7632         * src/SDCC.y: fixed bug #837365
7633         * support/regression/tests/bitopcse.c
7634         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7635         a symbol (might be valop instead)
7636         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7637         * device/lib/clean.mk: added hc08 to the cleaning list
7638
7639 2003-11-04  Borut Razem <borut.razem AT siol.net>
7640
7641         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7642           made 2003-11-04
7643         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7644           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7645           malloc is declared in standard stdlib.h
7646
7647 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         * device/lib/hc08/Makefile: need to clean .rel not .o files
7650         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7651
7652 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * src/port.h,
7655         * src/hc08/main.c,
7656         * src/mcs51/main.c,
7657         * src/ds390/main.c,
7658         * src/z80/main.c,
7659         * src/avr/main.c,
7660         * src/pic/main.c,
7661         * src/pic16/main.c,
7662         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7663         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7664         tests (which uses the port's oclsExpense function)
7665         * src/SDCC.y,
7666         * src/SDCCast.c,
7667         * src/SDCCicode.c,
7668         * src/hc08/gen.c,
7669         * src/ds390/gen.c,
7670         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7671
7672 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7673
7674         * src/SDCCcse.c (ifxOptimize),
7675         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7676         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7677         deleting the IFX iCode.
7678         * src/hc08/ralloc.c: reduced unneeded slocs
7679         * src/hc08/gen.c: fixed bug in asmopToBoolean
7680
7681 2003-11-04  Borut Razem <borut.razem AT siol.net>
7682
7683         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7684           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7685           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7686           transferred to configure
7687
7688 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7689
7690         Use headers defined in the C[++] standards:
7691         * sim/ucsim/gui.src/serio.src/fileio.cc
7692         * sim/ucsim/gui.src/serio.src/frontend.cc
7693         * sim/ucsim/gui.src/serio.src/main.cc
7694         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7695         * support/Util/NewAlloc.c
7696         * as/hc08/lklibr.c
7697         * as/mcs51/lklibr.c
7698         * as/z80/aslist.c
7699         * as/z80/assym.c
7700
7701 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7702
7703         * Added MSVC projects for hc08 assembler and linker:
7704         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7705         /as/hc08/link_hc08.dsp
7706
7707 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7708
7709         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7710
7711 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7714
7715 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7716
7717         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7718
7719 2003-10-31  Borut Razem <borut.razem AT siol.net>
7720
7721         * support/cpp2/cpplib.h,
7722           support/cpp2/cpplib.c,
7723           support/cpp2/cpplex.c,
7724           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7725           to switch _asm block preprocessing on / off. Default is
7726           #pragma preproc_asm +
7727
7728 2003-10-31  Borut Razem <borut.razem AT siol.net>
7729
7730         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7731           when outputting comment blocks (when executed with -C option) and
7732           _asm (SDCPP specific) blocks
7733
7734 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7735
7736         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7737
7738 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7739
7740         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7741
7742 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7743
7744         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7745         * src/SDCCast.c (decorateType): fixed bug #832664
7746
7747 2003-10-31  Borut Razem <borut.razem AT siol.net>
7748
7749         * support\cpp2\cpplex.c: fixed for SDCPP:
7750           comments(when executed with -C option) and _asm blocks
7751           were included even if they where in skipped #if block.
7752           Applied solution from GCC cpp 3.3.2
7753
7754 2003-10-31  Borut Razem <borut.razem AT siol.net>
7755
7756         * src/SDCC.lex: sdcc now understands both formats:
7757           '# <line_number> <file_name>' and
7758           '#line <line_number> <file_name>'
7759         * support/cpp2/cppmain.c: sdcpp now generates the standard
7760           '# <line_number> <file_name>' instead of former
7761           '#line <line_number> <file_name>'
7762
7763 2003-10-30  Borut Razem <borut.razem AT siol.net>
7764
7765         * support/cpp2/cpphash.h,
7766         * support/cpp2/cpplib.h
7767         * support/cpp2/cpplex.c,
7768         * support/cpp2/cppmain.c,
7769         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7770
7771 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7772
7773         Fixed a number of problems revealed by bug #827883.
7774         * src/SDCCloop.c (loopInvariants): Spill location of the
7775         result operand should be recomputed if extracted from
7776         a loop. Also, don't extract assignments of an iTemp
7777         from a literal.
7778         * src/SDCCast.c (isConformingBody): loop reversal should
7779         not occur if the control variable is involved with a
7780         relational operator.
7781
7782 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7783
7784         * .version: bumped to 2.3.6 to reflect the big improvements
7785         made by Erik and Klaus. Thanks!
7786
7787 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7788
7789         Replaced the livrange code.
7790         * src/SDCClrange.c: added new LR code
7791         * src/SDCCloop.c,
7792         * src/SDCCBBlock.h: removed remainig parts from old LR code
7793         * src/ds390/ralloc.c,
7794         * src/ds390/gen.c: minor fixes to make it work with new code
7795
7796 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7797
7798         * as/hc08/asm.h,
7799         * as/hc08/lkrloc.c,
7800         * src/hc08/gen.c,
7801         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7802         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7803         (tweaked fix for bug #818696)
7804
7805 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7806
7807         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7808
7809 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7810
7811         * src/SDCCmain.c,
7812         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7813         * src/mcs51/gen.c (gencjneshort),
7814         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7815         more efficient (per Scott Bronson's suggestion)
7816
7817 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7818
7819         Extended the semantics of the critical keyword to include
7820         individual statements. See RFE #827755 and #799831
7821         * src/SDCC.y
7822         * src/SDCCicode.c
7823         * src/SDCCopt.c
7824         * src/SDCCast.c
7825         * support/Util/SDCCerr.c
7826         * support/Util/SDCCerr.h
7827         * src/mcs51/gen.c
7828         * src/ds390/gen.c
7829         * src/hc08/gen.c
7830
7831 2003-10-19  Borut Razem <borut.razem AT siol.net>
7832
7833         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7834
7835 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7836
7837         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7838         Fixed bug #818696
7839         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7840         and predecrement operand is displayed
7841
7842 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7843
7844         * src/SDCCval.c (valMinus): fixed bug #826041
7845
7846 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7847
7848         Some hc08 related updates that I missed earlier
7849         * sim/ucsim/stypes.h
7850         * support/regression/ports/hc08/spec.mk
7851
7852 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7853
7854         New target "hc08" for the Motorola 68hc08 family of micros
7855
7856         * configure
7857         * configure.in
7858         * Makefile
7859         * src/hc08/*
7860         * src/SDCCmain.c
7861         * src/port.h
7862         * sim/ucsim/hc08.src/*
7863         * sim/ucsim/configure.in
7864         * src/ucsim/configure
7865         * sim/ucsim/packages_in.mk
7866         * as/hc08/*
7867         * as/Makefile
7868         * device/include/mc68hc908qy.h
7869         * device/lib/hc08/*
7870         * device/lib/Makefile.in
7871         * support/regression/ports/hc08/*
7872         * support/regression/Makefile
7873
7874 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7875
7876         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7877         regression test
7878         * src/ds390/gen.c (genCast): fixed bug #821957
7879
7880 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7881
7882         * device/lib/logf.c: "fixed" overlay bug
7883         * support/regression/ports/host/spec.mk: added m library
7884         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7885         * support/regression/tests/float_trans: added (for Eric)
7886
7887 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7888
7889         * src/mcs51/gen.c (genCpl): fixed bug
7890         http://sf.net/mailarchive/message.php?msg_id=6263915
7891
7892 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * src/SDCCast.c (decorateType): added extended constant folding
7895         * src/SDCCsymt.c (computeType): cleanup
7896         * src/SDCCval.c (valShift): minor optimization
7897         * support/regression/tests/ast_constant_folding.c: added
7898
7899 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7900
7901         * src/SDCCmain.c: removed some unintended changes
7902
7903 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7904
7905         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7906         * src/z80/gen.c: fixed part of bug #817589
7907         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7908
7909 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7910
7911         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7912         * src/SDCCcflow.c
7913         * src/SDCCcse.c
7914         * src/SDCCdflow.c
7915         * src/SDCClabel.c
7916         * src/SDCClrange.c
7917         * src/SDCCmem.c
7918         * src/SDCCopt.c
7919         * src/SDCCpeeph.c
7920         * src/SDCCset.c
7921         * src/avr/ralloc.c
7922         * src/ds390/ralloc.c
7923         * src/izt/ralloc.c
7924         * src/mcs51/ralloc.c
7925         * src/pic/ralloc.c
7926         * src/pic16/ralloc.c
7927         * src/xa51/ralloc.c
7928         * src/z80/ralloc.c
7929         * src/z80/gen.c: removed unused label "release:"
7930
7931 2003-10-06  Borut Razem <borut.razem AT siol.net>
7932
7933         * src/SDCC.lex: removed definition of unused variables
7934           save_optimize and save_options
7935
7936 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7937
7938         * clean.mk: removed '=' in "-maxdepth=1"
7939         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7940         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7941
7942 2003-10-06  Borut Razem <borut.razem AT siol.net>
7943
7944         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7945           my_unput() replaced by unput()
7946
7947 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7948
7949         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7950         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7951         type-punned pointer will break strict-aliasing rules"
7952         Old LR behaviour is again default; Klaus' LR can be choosen by
7953         defining the environment variable LRKLAUS
7954         * src/SDCCBBlock.h
7955         * src/SDCCloop.c
7956         * src/SDCClrange.c
7957         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7958         * clean.mk: fixed removal of files in bin/CVS/
7959         * device/lib/clean.mk: fixed removal of directories small and large
7960         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7961         * src/SDCCicode.c,
7962         * src/SDCCval.c: removed superflous test for pedantic
7963
7964 2003-10-05  Borut Razem <borut.razem AT siol.net>
7965
7966         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7967           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7968           message "unmatched #pragma SAVE and #pragma RESTORE"
7969
7970 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7971
7972         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7973           assembly, critical functions, atomic, nojtbound)
7974
7975 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7978         * src/SDCCBBlock.h
7979         * src/SDCCloop.c
7980         * src/SDCCloop.h
7981         * src/SDCClrange.c
7982
7983 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7984
7985         * src/z80/gen.h,
7986         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7987         * src/mcs51/gen.h
7988         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7989         * src/ds390/gen.h
7990         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7991         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7992         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7993
7994 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7995
7996         * src/z80/gen.c (genRet): fixed bug #524753
7997         * src/z80/gen.c (genCast): fixed internal error on cast from
7998         pointer to long
7999         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8000         fix for bug #477835 to the z80
8001         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8002         for tracking iCodes in the peephole optimizer for z80
8003
8004 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8005
8006         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8007         the other part of bug #814548
8008         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8009
8010 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * src/SDCCcse.c: fixed part of bug #814548
8013
8014 2003-09-28  Borut Razem <borut.razem AT siol.net>
8015
8016         * src/asm.c: rewrite of printILine() to use temporary file instead
8017           a pipe
8018         * src/xa51/main.c: commented out declaration of int rewinds
8019
8020 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8023
8024 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8027         * src/asm.c (printILine): Fixed bug #811015
8028
8029 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8030
8031         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8032         freeing.
8033
8034 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8035
8036         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8037         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8038         to correctly handle general case of AOP_PAIRPTR
8039         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8040
8041 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8042
8043         * src/mcs51/ralloc.c (fillGaps),
8044         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8045         register positioning bug)
8046
8047 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8048
8049         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8050
8051 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8052
8053         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8054         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8055         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8056         (ralloc doesn't intentionally do this now, but perhaps later)
8057         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8058         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8059         register positioning bugs (Fixed bug #762602 and #795325)
8060         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8061         (Fixed bug #808779)
8062         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8063         lines that --i-code-in-asm generates
8064
8065 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8066
8067         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8068         trying to fclose a FILE* that was already closed.
8069
8070 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8073         of const struct should be treated as if const themselves)
8074
8075 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8076
8077         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8078
8079 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8080
8081         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8082         Unix (/n) and DOS (/r/n) line terminations.
8083
8084 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8085
8086         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8087         bug #613775
8088
8089 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8090
8091         * src/mcs51/gen.c (genFunction, genEndFunction),
8092         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8093         and restore of EA so that stack offsets to parameters are
8094         correct when using both critical and reentrant/stack-auto.
8095         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8096         size (can be triggered in error if sloc is shared between
8097         different sized objects)
8098         * device/include/float.h: fixed macros to explicitly use
8099         unsigned long where needed
8100
8101 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8102
8103         Feature req. 799831: added code to allow nesting of critical functions
8104         * src/mcs51/gen.c (genFunction, genEndFunction)
8105         * src/ds390/gen.c (genFunction, genEndFunction)
8106
8107 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * src/SDCCsymt.c (sclsFromPtr),
8110         * src/SDCCsymt.h,
8111         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8112         support for standard C idiom of memory mapped variables; for
8113         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8114         to xdata int at 0x1234 tempvar = 1.
8115         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8116         provided by Akiya ISHIDA
8117
8118 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8119
8120         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8121         * src/SDCCval.c (constVal): added reduction from int to char
8122         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8123         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8124         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8125         to ignore the sign
8126         * support/regression/tests/shifts.c: fixed
8127
8128 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8129
8130         * src/z80/gen.c (genXor): Fixed bug #805445
8131
8132 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8133
8134         Fixed bug #621531 (const & volatile confusion in the type chain).
8135         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8136         refer to the const or volatile state of the pointer itself.
8137
8138         * src/SDCCast.c
8139         * src/SDCCglue.c
8140         * src/SDCCicode.c
8141         * src/SDCCsymt.c
8142         * src/SDCCval.c
8143         * src/SDCC.y
8144         * src/SDCCsymt.h
8145         * src/pic/gen.c
8146         * src/pic/ralloc.c
8147         * src/pic16/gen.c
8148         * src/pic16/ralloc.c
8149         * support/regression/tests/const.c
8150
8151 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8152
8153         When checking for duplicated modules, use absolute paths
8154         instead of relative paths.  Files changed:
8155
8156         * as/mcs51/lklib.c
8157         * link/z80/lklib.c
8158
8159 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8162
8163 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8164
8165         * device/include/string.h: added size_t typedef, changed
8166         prototypes to use size_t, eliminated separate reentrant and
8167         non-reentrant declarations, added _memmove declaration
8168         * device/lib/_memcpy.c: changed to use size_t instead of int,
8169         changed /4 to >>2 to avoid division library call
8170         * device/lib/_memcmp.c,
8171         * device/lib/_memset.c,
8172         * device/lib/_strncat.c,
8173         * device/lib/_strncpy.c,
8174         * device/lib/_strncmp.c: changed to use size_t instead of int
8175         * device/lib/_memmove.c: new file (fixed bug #772294)
8176         * device/lib/Makefile.in: added _memmove.c
8177         * device/lib/z80/asm_strings.s: fixed bug #772290
8178         * support/regression/tests/bitfields.c: attempt to fix host assertion
8179         failure on amd64-unknown-linux2.2
8180
8181 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8182
8183         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8184         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8185         * as/z80/asmain.c (main): fixed bug #801766
8186
8187 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8188
8189         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8190         compilers
8191
8192 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8193
8194         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8195         reported in bug #800609
8196
8197 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8198
8199         * Top header beautifications in src/pic16 directory:
8200           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8201           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8202           pcoderegs.h, ralloc.c, ralloc.h
8203         * main.c: added top header and GPL license notice
8204         * pcode.c: fixed the if-conditional warning
8205
8206 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8207
8208         * device/lib/_mullong.c: replaced int by short for gcc
8209
8210 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8211
8212         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8213         and JUMPTABLE iCodes properly now (worked by accident before)
8214         * src/mcs51/gen.c (leftRightUseAcc),
8215         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8216         iCode properly now. Use getSize instead of nRegs since a & b
8217         aren't part of the nRegs tally.
8218
8219 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8220
8221         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8222         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8223           before instructions that use the _STATUS register
8224
8225 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8228         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8229         fetching of the pointer
8230         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8231         copied from genNearPointerSet()
8232         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8233         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8234         If they pop r0/r1 they must be called in the opposite order than aopOp().
8235         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8236         (resp. --stack-auto), prepared for --xstack
8237
8238 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8239
8240         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8241
8242 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8243
8244         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8245         these ports have their own __sdcc_external_start()
8246
8247 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8248
8249         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8250         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8251         type for bits was changed. It resulted in bit variables becoming
8252         global, which is not permitted in PIC 14 assembly output.
8253
8254 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8255
8256         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8257
8258 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8259
8260         Z80 and MCS51 linkers complaint if a public symbol is defined
8261         in more than one library module:
8262
8263         * as/mcs51/lklib.c
8264         * link/z80/lklib.c
8265         * as/mcs51/Makefile.in
8266
8267 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         A few small changes that speed up the peephole optimizer.
8270
8271         * src/SDCCpeeph.c
8272
8273 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8274
8275         Try to make the peephole optimizer smarter by maintaining
8276         an association between the assembly source code and the
8277         iCodes that originated them. Put this information to use
8278         with a new peephole rule condition "notVolatile" so that
8279         the rules can be aggressive yet still safe.
8280
8281         * src/SDCCpeeph.c
8282         * src/SDCCpeeph.h
8283         * src/mcs51/gen.c
8284         * src/mcs51/peeph.def
8285
8286 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         Fixed bug #741761
8289
8290         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8291         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8292         if the left or right operand symbols have the accuse flag set.
8293
8294 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         Changed the type of the result of the ! (NOT) operator to char;
8297         previously it returned the same type as the source. This allows
8298         us to eliminate all the genFloatNot functions (all of its target
8299         implementations were very buggy) since !float can use the same
8300         code as !long now.
8301
8302         * src/SDCCicode.c (ast2iCode): ! returns char
8303         * src/mcs51/gen.c (genNot, genNotFloat),
8304         * src/ds390/gen.c (genNot, genNotFloat),
8305         * src/z80/gen.c (genNot, genNotFloat),
8306         * src/pic/gen.c (genNot, genNotFloat),
8307         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8308
8309 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8310
8311         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8312         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8313            during interrupts. Ensure WSAVE is located at a shared bank address.
8314         2. Fixed page selection in some places
8315         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8316            the registers name strings.
8317         4. Fixed "signed / unsigned compare" compiler warnings.
8318         5. The PIC port manages its own allocation of the general purpose
8319            registers, but makes no attempt to reuse them. As a result when
8320            compiling it soon runs out of general purpose registers. Some
8321            additional code was added to the files pcode.c and device.c to walk
8322            through the function call tree and rename the registers so that they
8323            get reused.
8324
8325         * src/pic/device.c
8326         * src/pic/gen.c
8327         * src/pic/glue.c
8328         * src/pic/pcode.c
8329         * src/pic/pcode.h
8330         * src/pic/ralloc.c
8331         * src/pic/ralloc.h
8332         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8333         genPlus() & genMinus() when the result is the same as left or right
8334
8335 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8338
8339 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8340
8341         Made bitfield a distinct type from bit so that bitfields
8342         convert as per ANSI C and bits retain their traditional
8343         boolean style behaviour. Implemented bitfield support in
8344         the z80 port.
8345
8346         * src/SDCCsymt.h,
8347         * src/SDCCsymt.c,
8348         * src/SDCCast.c,
8349         * src/cdbFile.c,
8350         * src/mcs51/gen.c,
8351         * src/ds390/gen.c: bit v bitfield split
8352         * src/z80/gen.c: New support for bitfields
8353         * support/regression/tests/bitfields.c: reenabled z80,
8354         added more tests
8355
8356 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8357
8358         Rules 246.x, 247.x relate to bitfields, the others speed up
8359         access to xdata mapped I/O devices.
8360
8361         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8362
8363 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8364
8365         Cleaned up genPackBits and genUnpackBits and added two helper
8366         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8367         for literal assignments in genPackBits (thanks to Frieder for
8368         reminding me).
8369
8370         * src/mcs51/gen.c
8371         * src/ds390/gen.c
8372
8373 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8374
8375         Fixed bug #748310 (pointer to function type mishandled when the
8376         function name is omitted). Also fixed a SIGSEGV when a function
8377         attribute (reentrant, etc) is used on a non-function or on a
8378         function but misplaced before the parameter list.
8379
8380         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8381         bug #748310
8382         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8383         * support/Util/SDCCerr.h,
8384         * support/Util/SDCCerr.c: Added func attr misuse error msg
8385
8386 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8387
8388         Fixed bug #787649 by anonymous
8389         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8390         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8391
8392 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8393
8394         Fixed numerous bitfield problems.
8395
8396         * src/SDCC.y: More bitfield related error checking
8397         * src/SDCCsymt.h,
8398         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8399         * support/Util/SDCCerr.h,
8400         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8401         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8402         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8403         * support/regression/tests/bitfields.c: tests added
8404
8405 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8406
8407         Made the constant following the "interrupt" keyword optional. If
8408         omitted, the function will not automatically be given an entry
8409         in the interrupt vector table (similar to #pragma NOIV, but
8410         less syntacticly kludgy). The interrupt number is also now
8411         range checked. Also fixed a bug in the high order bit example
8412         in the manual.
8413
8414         * src/SDCC.y
8415         * src/SDCCmem.c
8416         * src/SDCCglue.c
8417         * src/SDCCsymt.h
8418         * support/Util/SDCCerr.c
8419         * support/Util/SDCCerr.h
8420         * doc/sdccman.lyx
8421
8422 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8423
8424         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8425         * src/SDCCicode.c (operandOperation): rewritten some ops
8426         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8427         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8428         other type
8429         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8430         be re-activated by defining REDUCE_LITERALS)
8431         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8432         unsigned, but are signed by default
8433         * src/SDCCval.c (constVal): rearranged
8434         * src/SDCCval.c (valMod): preliminary fix
8435         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8436         * support/regression/literalop.c: added, work in progress
8437
8438 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8439
8440         Generate warnings for useless declarations like "char data;"
8441         that don't do what new users expect.
8442
8443         * src/SDCC.y
8444         * support/Util/SDCCerr.h
8445         * support/Util/SDCCerr.c
8446
8447 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8448
8449         * src/SDCCval.c (valMult): fix overflow detection of negative int
8450
8451 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8452
8453         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8454
8455         Changes to support big endian targets:
8456
8457         * src/ports.h
8458         * src/SDCCglue.c
8459         * src/avr/main.c
8460         * src/ds390/main.c
8461         * src/izt/i186.c
8462         * src/mcs51/main.c
8463         * src/pic/main.c
8464         * src/pic16/main.c
8465         * src/xa51/main.c
8466         * src/z80/main.c
8467
8468 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8469
8470         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8471         * device/lib/time.c: fixed warning "integer overflow in expression"
8472
8473 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8476         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8477         constants are unsigned; added recognition of "u" flag for unsigned
8478         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8479         * src/SDCCval.c (valDiv, valMod): fixed signdness
8480         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8481         signedness of modulo, left and right shift
8482         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8483         * support/Util/SDCCerr.h: added warning W_INT_OVL
8484         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8485         * src/SDCCast.c (ast_print): improved output of constants
8486
8487 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8488
8489         Fixed some warnings when building with MSVC:
8490
8491         * as\mcs51\asdata.c
8492         * as\z80\asdata.c
8493         * as\mcs51\asm.h
8494         * as\z80\asm.h
8495         * link\z80\aslink.h
8496         * link\z80\lkdata.c
8497         * link\z80\lkeval.c
8498         * link\z80\lkgb.c
8499         * link\z80\lkihx.c
8500         * link\z80\lks19.c
8501         * link\z80\lksym.c
8502         * support\cpp2\cpplib.c
8503         * src\ds390\gen.c
8504         * src\mcs51\gen.c
8505
8506 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8507
8508         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8509
8510 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8511
8512         * support\librarian\clean.mk: Do not remove Makefile.
8513         * support\librarian\Makefile: added.
8514
8515 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8516
8517         Added librarian to MSVC build:
8518         * all.dsp
8519         * sdcc.dsw
8520         * support\librarian\librarian.dsp
8521
8522         'configure' not needed for librarian, removed:
8523         * support\librarian\configure
8524         * support\librarian\configure.in
8525         * support\librarian\config_in.h
8526         * support\librarian\Makefile.in
8527
8528         Hopefully these ones built the librarian and the rest of sdcc properly:
8529         * Makefile
8530         * Makefile.common.in
8531
8532         Messed up 'configure', so revert to previous version:
8533         * configure
8534         * configure.in
8535
8536 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8539         there, while the mantissa of a double is "only" 53 bits wide.
8540
8541 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8542
8543         Adding sdcclib to the build.  MSVC project coming soon.
8544         Files added/changed:
8545
8546         * support\librarian\clean.mk
8547         * support\librarian\configure
8548         * support\librarian\configure.in
8549         * support\librarian\config_in.h
8550         * support\librarian\Makefile.bcc
8551         * support\librarian\Makefile.in
8552         * support\librarian\sdcclib.c
8553         * Makefile.bcc
8554         * Makefile
8555         * Makefile.common.in
8556         * configure
8557         * configure.in
8558
8559 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8560
8561         Linker now complaints if linked modules have conflicting options, for
8562         example, one compiled using --model-large and another one compiled with
8563         --model-small.  The following files were modified:
8564
8565         * as\mcs51\asdata.c
8566         * as\mcs51\aslink.h
8567         * as\mcs51\asm.h
8568         * as\mcs51\asmain.c
8569         * as\mcs51\asout.c
8570         * as\mcs51\i51pst.c
8571         * as\mcs51\lkdata.c
8572         * as\mcs51\lklibr.c
8573         * as\mcs51\lkmain.c
8574         * as\z80\asdata.c
8575         * as\z80\asm.h
8576         * as\z80\asmain.c
8577         * as\z80\asout.c
8578         * as\z80\z80pst.c
8579         * link\z80\aslink.h
8580         * link\z80\lkdata.c
8581         * link\z80\lklibr.c
8582         * link\z80\lkmain.c
8583         * src\SDCCglue.c
8584
8585 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8586
8587         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8588         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8589
8590 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * src/z80/mappings.i: fix _mul[us][int,long] entries
8593
8594 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8595
8596         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8597
8598 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8599
8600         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8601         * support/regression/tests/bitopcse.c: added
8602         fixed warning:
8603         * src/avr/gen.c:
8604         * src/pic/gen.c:
8605         * src/pic16/gen.c:
8606         * src/z80/gen.c:
8607         * src/xa51/gen.c:
8608
8609 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8610
8611         added support for new library format to z80, gbz80 linkers:
8612         *link/z80/aslink.h
8613         *link/z80/lklex.c
8614         *link/z80/lklib.c
8615         *link/z80/lklist.c
8616
8617 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8618
8619         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8620         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8621
8622 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8623
8624         added DUMMY_READ_VOLATILE:
8625         * src/SDCC.y:
8626         * src/avr/gen.c:
8627         * src/xa51/gen.c:
8628         * src/z80/gen.c:
8629         * src/pic/gen.c:
8630         * src/pic16/gen.c:
8631         * src/mcs51/gen.c:
8632         * src/ds390/gen.c:
8633         * src/SDCCcse.c (algebraicOpts): many improvements
8634         * src/SDCCcse.h: removed algebraicOpts()
8635         * src/SDCCicode.c (picDummyRead): added
8636
8637 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8638
8639         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8640         "Insufficient space in data memory".
8641
8642 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8643
8644         * src/mcs51/gen.c: fixed bug #771358
8645         * src/z80/gen.c: fixed bug #759087
8646
8647 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8648
8649         * src/pic16/glue.c: minor cleanup by Vangelis
8650
8651 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8652
8653         * device/include/regc515c.h: fixed #758477
8654         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8655         * device/lib/_gptrput.c: saved a few bytes
8656         * my tab spacing is 8, yours too?)
8657         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8658         * device/lib/serial.c: process RX bytes earlier than TX bytes
8659         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8660
8661 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8662
8663         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8664
8665 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8666
8667     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8668
8669 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8670
8671         * device/lib/Makefile.in: bad fix, reverted to 1.43
8672
8673 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8674
8675         * device/lib/Makefile.in: added missing z80 object files
8676
8677 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8678
8679         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8680         pic16 progress by Vangelis:
8681         * src/SDCCglobl.h:
8682         * src/SDCCmain.c:
8683         * src/pic/Makefile:
8684         * src/pic:
8685         * pic/Makefile:
8686         * pic16/device.c:
8687         * pic16/device.h:
8688         * pic16/gen.c:
8689         * pic16/gen.h:
8690         * pic16/genarith.c:
8691         * pic16/glue.c:
8692         * pic16/main.c:
8693         * pic16/pcode.c:
8694         * pic16/pcode.h:
8695         * pic16/pcodepeep.c:
8696         * pic16/peeph.def:
8697
8698 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8699
8700     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8701
8702 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8703
8704     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8705     added gbz80 build to MSVC project.
8706     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8707     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8708     from 8051 stuff and setup so it links using a .lnk file.
8709
8710 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8711
8712     * support/librarian/sdcclib.c: sdcc librarian.
8713     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8714     with sdcclib.
8715
8716 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8717
8718     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8719
8720 2003-07-02  Borut Razem <borut.razem AT siol.net>
8721
8722         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8723         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8724         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8725         src/xa51/main.c, src/z80/main.c:
8726         virtualization of glue() function: each port has it's own glue function,
8727         which is accessed by do_glue function pointer in PORT.general structure
8728
8729 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8730
8731         * DS800C400 fun, improved ROM interface and tinibios.
8732
8733 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8734
8735         * More support for DS80C400. Now includes beginning of interface to ROM.
8736
8737 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8738
8739         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8740
8741 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8742
8743         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8744
8745 2003-06-19  Borut Razem <borut.razem AT siol.net>
8746
8747         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8748
8749 2003-06-19  Borut Razem <borut.razem AT siol.net>
8750
8751         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8752         fixed Z80 port - crt0.o: cannot open.
8753
8754 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8755
8756         * support/Util/MySystem.c (merge_command): revert bad fix
8757
8758 2003-06-18  Borut Razem <borut.razem AT siol.net>
8759
8760         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8761
8762 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8763
8764         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8765         option --use-stdout sends errors to stdout instead of stderr.
8766
8767 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8770
8771 2003-06-15  Borut Razem <borut.razem AT siol.net>
8772
8773         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8774         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8775         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8776         fixed width array of pointers replaced with sets;
8777         multiple include and lib paths ared transferred to preprocessor and linker
8778         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8779         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8780         fixed width array of pointers
8781         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8782         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8783         fixupPath(), getPathDifference()
8784         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8785         fixed width array of pointers
8786
8787 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8788
8789         * src/pic16/ralloc.c: fix warnings
8790         * src/pic16/pcode.c: fix warning
8791
8792 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8793
8794          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8795         know all the details, but essentially this set of changes enable
8796         the pic16 port to generate movff instructions and generate assembler
8797         directives,
8798         * src/SDCCmain.c:
8799         * src/pic16/gen.c:
8800         * src/pic16/glue.c:
8801         * src/pic16/pcode.c:
8802         * src/pic16/device.c:
8803         * src/pic16/main.c:
8804         * src/pic16/pcode.h:
8805         * src/pic16/pcoderegs.c:
8806         * src/pic16/ralloc.c:
8807         * src/pic16/ralloc.h:
8808
8809 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8810
8811         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8812         added option --vc, so sdcc errors and warnings are compatible with
8813         Microsoft Visual Studio.
8814
8815 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8816
8817         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8818           device/lib/libfloat.lib: added atof function.
8819
8820 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8821
8822         * doc/sdccman.lyx: updated to Lyx 1.3
8823         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8824         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8825         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8826
8827 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8828
8829         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8830
8831 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8832
8833         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8834           additions to the "related tools/documentation" section
8835
8836 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8837
8838         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8839
8840 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8841
8842         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8843         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8844
8845 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * doc/sdccman.lyx: fix double dash and other minor things
8848         * doc/Makefile: fix double dash
8849
8850 2003-05-28  Karl Bongers(patches from Martin Helmling)
8851         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8852           condition and ignore commands.
8853
8854 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8855
8856         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8857           is in parts still quite out of date, I did changes as far as I felt makes sense
8858           for a non-native english speaker.
8859           Please feel free to add to the manual or to correct my changes.
8860         * doc/Makefile: undid touching the date of intermediate tex files.
8861
8862 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8863
8864         * doc/sdccman.lyx: Manual has an index now
8865
8866 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8867
8868         Finalize muluint/mulsint and mululong/mulslong merging:
8869         * device/lib/_mulint.c
8870         * device/lib/_mullong.c
8871         * device/lib/gbz80/mul.s
8872         * device/lib/gbz80/stubs.s
8873         * device/lib/z80/mul.s
8874         * device/lib/z80/stubs.s
8875         * src/SDCCsymt.c (initCSupport)
8876
8877 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8878
8879         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8880         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8881           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8882           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8883           instead of /Zm500.
8884
8885 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8886
8887         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8888           the regression tests I'm not brave enough to enable 245.b, 245.c
8889         * doc/sdccman.lyx: added latex preamble for hyperref package.
8890           Using pdflatex this will give you a hyperlinked pdf file with
8891           bookmarks. (prepend '%' before /usepackage if this breaks something)
8892
8893 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8894
8895          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8896
8897 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8900
8901 2003-05-21    <johan AT balder>
8902
8903         * src/SDCCglue.c (printIval): fixed bug #739934
8904
8905 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8906
8907         Applied patch from bug 737905 (renamed yylineo to mylineno):
8908         * src/altlex.c
8909         * src/SDCCast.c
8910         * src/SDCglobl.h
8911         * src/SDCC.lex
8912         * src/SDCCsymt.c
8913         * src/SDCCval.c
8914         * src/pic16/pcode.c: Cleaned warnings
8915         * src/pic16/pcodeflow.c: Cleaned warnings
8916         * src/pic16/pcoderegs.c: Cleaned warnings
8917
8918 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8919
8920         * src/pic16/pcode.c: Cleaned warnings
8921         * src/pic16/pcodepeep.c: Cleaned warnings
8922         * src/pic16/ralloc.c: Cleaned warnings
8923
8924 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * doc/sdccman.lyx: fixed bug 739745
8927         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8928
8929 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8930
8931         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8932         it can be defined with CFLAGS when running configure
8933         * src/SDCCmain.c: fixed compiling + linking with object files
8934
8935 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8936
8937         * configure.in: configure for pic16 port,
8938             added --disable-pic16-port
8939         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8940         * src/SDCCmain.c: linkOptions is changed to set *,
8941             added if/endif conditional macros to remove options help
8942             messages from optionsTable when a port is not configured, added
8943             support for the PIc16 port in the ports table, when executing
8944             the compiler with no port specified on command line, a default
8945             port is selected with the new macro DEFAULT_PORT which is
8946             defined in port.h, in setDefaultOptions() linkOptions is removed
8947             from initialization assignment, since now it is a set,
8948             parseCmdLine uses setParseWithComma for linkOptions, in
8949             linkEdit() linkOptions are accessed with new function indexSet()
8950             which returns the i'th item of a set variable. See SDCCset.c, in
8951             linkEdit() when calling buildCmdLine(), added linkOptions as
8952             last argument. Now users can pass arguments to gplink via the
8953             -Wl option, main() uses pic16glue() to glue up pic16 programs
8954         * src/SDCCpeeph.c: various changes to support pic16
8955         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8956             return the i'th item of the set
8957         * src/SDCCset.h: added function prototype for indexSet()
8958         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8959         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8960         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8961             added macro DEFAULT_PORT
8962         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8963         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8964             generated
8965         * src/pic16/glue.c: commented out some error producing lines
8966         * src/pic16/main.c: __config directives are commented out to stop
8967             gpasm complaining and test the linkage with gplink, _linkCmd and
8968             _asmCmd changed to be more gplink and gpasm friendly
8969         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8970             produced an error when parsed, peep rule 12 is added to utilize
8971             movff, but it is commented out since the pCode does not support
8972             yet a command with 2 address arguments
8973
8974 2003-05-18    <johan AT balder>
8975
8976         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8977         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8978 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8979
8980         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8981   Added feature to script commands from file.
8982
8983 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8984
8985         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8986         * src/SDCCutil.c: include ctype.h for win32
8987
8988 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8989
8990         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8991
8992 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8993
8994         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8995   Fixed so you can set breakpoints prior to run, run does not stop
8996   on entry now.  Add tbreak.  Other enhancements and fixes for use
8997   with ddd.
8998
8999 2003-05-12  Borut Razem <borut.razem AT siol.net>
9000
9001         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9002
9003 2003-05-11  Borut Razem <borut.razem AT siol.net>
9004
9005         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9006         the path of bin directory, so that PATH is the only env. variable, which has to be set
9007         in case of standard installation.
9008         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9009         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9010         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9011
9012 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9013
9014         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9015         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9016         temp files are in the port dir; clean the gen/test directory when
9017         generating new test.c
9018         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9019         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9020         * support/regression/tests/zeropad.c: added
9021
9022 2003-05-09    <johan AT balder>
9023
9024         * src/SDCCglue.c: fixed bug #597940
9025
9026 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9027
9028         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9029   cache sfr, optimize next,step, fix off by one sourceline,
9030   support ddd list function.
9031         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9032
9033 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9034
9035         * support/regression/HTMLgen.py: added compare_s2f()
9036         * support/regression/Makefile: redo 1.27
9037         * support/regression/generate-cases.py: redo 1.5
9038
9039 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9040
9041         * support/regression/tests/float.c: workaround 33 bit hex constant
9042         * support/regression/tests/simplefloat.c: fix division for host
9043
9044 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9045
9046         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9047         that tame's the PIC's over-aggressive optimizer.
9048
9049 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9050
9051          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9052          support for MSVC.
9053
9054 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9055
9056         Initial support for DS80C400. "Hello world" runs on TINIm400
9057         (with polled I/O).
9058
9059 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9060
9061          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9062          * Some notes on ddd usage added in debugger/README
9063          Martin Helmling adding more features and fixes for ddd GUI debugger.
9064          Code added for nexti, stepi, up, down, and other adjustments.
9065
9066 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9067
9068         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9069         * src/pic/peeph.def Added two rules to optimize carry manipulation
9070         * src/pic/* removed debug printfs
9071
9072 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9073
9074         * debugger/mcs51/cmd.c: added header newalloc.h
9075
9076 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9077
9078         * as/Makefile: new EXEEXT
9079         * as/z80/Makefile: remove trailing slash of BUILDIR
9080         * as/z80/clean.mk: new EXEEXT
9081         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9082         * support/cpp2/Makefile.in: new EXEEXT
9083         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9084
9085 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9086
9087         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9088         EXEEXT was introduced to fix all related problems with targets
9089         "clean", "install" and "uninstall"; a couple of further flaws
9090         especially with "clean" have been fixed too
9091         * as/mcs51/Makefile.in
9092         * as/mcs51/clean.mk
9093         * as/z80/Makefile
9094         * Makefile
9095         * clean.mk
9096         * debugger/mcs51/Makefile.in
9097         * debugger/mcs51/clean.mk
9098         * link/z80/Makefile
9099         * link/z80/Makefile.in
9100         * link/z80/clean.mk
9101         * link/Makefile
9102         * packihx/Makefile.in
9103         * packihx/clean.mk
9104         * sim/ucsim/Makefile
9105         * sim/ucsim/clean.mk
9106         * sim/ucsim/avr.src/Makefile.in
9107         * sim/ucsim/avr.src/clean.mk
9108         * sim/ucsim/s51.src/Makefile.in
9109         * sim/ucsim/s51.src/clean.mk
9110         * sim/ucsim/xa.src/Makefile.in
9111         * sim/ucsim/xa.src/clean.mk
9112         * sim/ucsim/z80.src/Makefile.in
9113         * sim/ucsim/z80.src/clean.mk
9114         * sim/ucsim/main_in.mk
9115         * sim/ucsim/packages_in.mk
9116         * sim/ucsim/gui.src/Makefile.in
9117         * sim/ucsim/gui.src/serio.src/Makefile.in
9118         * sim/ucsim/gui.src/serio.src/clean.mk
9119         * src/Makefile.in
9120         * src/clean.mk
9121         * support/cpp2/Makefile.in
9122         * support/cpp2/clean.mk
9123         * support/makebin/Makefile
9124         * support/makebin/clean.mk
9125         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9126         * doc/sdccman.lyx: --program-suffix no longer needed
9127
9128 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9129
9130          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9131          Martin Helmling added support for ddd GUI debugger.
9132          Code added to display assembly, set variables, and other commands
9133          to interface to ddd.
9134
9135 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9136
9137         * as/Makefile: fix target clean
9138         * as/clean.mk: fix target clean
9139         * as/z80/clean.mk: fix target clean
9140
9141 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9142
9143         * Makefile.common.in: added  AT EXEEXT AT
9144         * configure.in: removed all mingw32 stuff
9145         * configure: rebuilt from configure.in
9146         * doc/sdccman.lyx: updated section "installation"
9147         * support/scripts/sdcc_mingw32: adapted to configure
9148         * support/scripts/sdcc_cygwin_mingw32: added
9149
9150 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9151
9152         * src/pic Added object file support for the PIC port
9153         * src/pic Applied patch from Craig Franklin (this started the object file support)
9154         * src/regression Updated the PIC regression tests for object files
9155
9156 2003-04-20  Borut Razem <borut.razem AT siol.net>
9157
9158         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9159           lklex.c: In function `getfid':
9160           lklex.c:203: warning: array subscript has type `char'
9161         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9162           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9163         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9164           stack handling macros
9165
9166 2003-04-19  Borut Razem <borut.razem AT siol.net>
9167
9168         * "handling space characters in file path" task:
9169         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9170         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9171         * support/Util/MySystem.h: make it self-sufficient
9172         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9173           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9174           handling space characters in file path
9175         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9176           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9177         * support/Util/MySystem.c: handling space characters in executable's path
9178
9179 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9180
9181         * as/z80/Makefile: fix permanent rebuild of z80
9182         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9183         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9184
9185 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9186
9187         * src/SDCCopt.c: add special case optimization to replace modulo by
9188           a power of two with a bitwise AND.
9189
9190 2003-04-18    <johan AT balder>
9191
9192         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9193
9194 2003-04-17    <johan AT balder>
9195
9196         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9197         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9198
9199 2003-04-13  Borut Razem <borut.razem AT siol.net>
9200
9201         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9202         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9203           fixed mingw problem in adl_NORMALIZE_PATH
9204
9205 2003-04-12  Borut Razem <borut.razem AT siol.net>
9206
9207         * fixed "#pragma SAVE/RESTORE can not be nested":
9208         * src/SDCC.lex: reworked pragma handling functions
9209         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9210         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9211
9212 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9213
9214         * src/SDCCutil.c (pathEquivalent): defined but not used
9215         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9216         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9217         * configure: rebuilt from configure.in
9218         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9219         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9220         * device/include/Makefile.in: replace sdcc_datadir
9221         * device/lib/Makefile.in: replace sdcc_datadir
9222         * Makefile.common.in: add LDFLAGS from configure
9223         * packihx/Makefile.in: use LDFLAGS
9224         * src/Makefile.in: use LDFLAGS
9225         * support/cpp2/Makefile.in: add LDFLAGS from configure
9226         * support/makebin/Makefile: use LDFLAGS
9227         * .version: bumped version number to 2.3.5
9228
9229 2003-04-12  Borut Razem <borut.razem AT siol.net>
9230
9231         * completed "different paths" task:
9232         * src/SDCCmacro.c: fixed bug in handling quotes
9233         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9234         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9235
9236 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9237
9238         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9239
9240 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9241
9242         * ds390/gen.c ds390/peeph.def: fix bug 706781
9243
9244 2003-04-11  Borut Razem <borut.razem AT siol.net>
9245
9246         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9247
9248 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9249
9250         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9251         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9252          set - this bit used to not be set...).
9253         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9254           bad code in PIC Port
9255         * src/regression/and2.c added to test bug 609268
9256         * src/regression/Makefile added and2.c to regression test
9257
9258
9259 2003-04-08    <johan AT CP255758-A>
9260
9261         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9262         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9263         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9264
9265 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9266
9267         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9268         fix bug #487815
9269         * support/cpp2/Makefile.in: fix bug #487815
9270         * configure: rebuilt from configure.in
9271         * Makefile.common.in: docdir changed, new path suffixes
9272         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9273         * sdcc_vc_in.h: reflect changes from sdccconf.h
9274         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9275         * src/SDCCutil.h: remove BINDIR hack
9276         * doc/sdccman.lyx: update new path hierarchy
9277
9278 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9279
9280         * src/SDCCpeeph.c: added okToRemoveSLOC test
9281
9282 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9283
9284         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9285
9286 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9287
9288         * src/SDCCpeeph.c: added labelIsReturnOnly test
9289         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9290
9291 2003-04-05    <johan AT balder>
9292
9293         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9294         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9295         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9296         * src/SDCCast.c: fixed a warning
9297         * src/SDCCast.h: fixed a warning
9298         * src/SDCCicode.c (operandFromAst): fixed a warning
9299
9300 2003-04-04    <johan AT balder>
9301
9302         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9303         * src/SDCCast.c (decorateType): fixed bug #715076
9304         * src/SDCC.y: fixed bug #702907
9305
9306 2003-04-03    <johan AT balder>
9307
9308         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9309         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9310         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9311         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9312         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9313
9314 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         * _decdptr.c: fix return values
9317         * _gptrget.c: fix return values
9318         * _gptrgetc.c: fix return values
9319         * _gptrput.c: fix return values
9320         * _mulint.c: fix return values
9321         * as/z80/Makefile: fix 'make -j' problem
9322
9323 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9326         * configure.in: big cleanup, updated to autoconf 2.5x
9327         * configure: rebuilt from configure.in
9328         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9329         * sdcc_vc_in.h: reflect changes from sdccconf.h
9330         * doc/Makefile: fixed a flaw in "make install"
9331
9332 2003-04-02    <johan AT balder>
9333
9334         * src/ds390/gen.c (genCmp): no comments
9335         * src/mcs51/gen.c (genCmp): no comments
9336         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9337         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9338
9339 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9340
9341         * support/regression/generate-cases.py: place generated file in given sub directory
9342         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9343         * support/regression/Makefile: improvements for 'make -j';
9344         side effect: it's simpler and faster now
9345
9346 2003-03-31  Borut Razem <borut.razem AT siol.net>
9347
9348         * src/z80/main.c: link-{port} and as-{port} defined without path
9349         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9350
9351 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9352
9353         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9354
9355 2003-03-30  Borut Razem <borut.razem AT siol.net>
9356
9357         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9358           changed type of list parameter to set
9359         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9360         * src/port.h: changed type of do_assemble() parameter to set
9361         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9362           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9363           definition of "cppoutfilename" macro with NULL value in preProcess()
9364         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9365         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9366         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9367           replaced with set *binPathSet
9368         * shash_add() deallocates the item, if allready exsists, before adding the new one
9369         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9370
9371 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9372
9373         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9374           a nested for loop bug in the PIC port
9375         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9376           for loops
9377
9378 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9379
9380         * support/Util/dbuf.h: remove C++ stuff to make it portable
9381
9382 2003-03-28  Borut Razem <borut.razem AT siol.net>
9383
9384         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9385           literal strings in stringLiteral()
9386         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9387         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9388           to the project
9389
9390 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9391
9392         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9393
9394 2003-03-26    <johan AT balder>
9395
9396         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9397         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9398         * src/SDCCast.c (decorateType): fixed " -v < 3"
9399
9400 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9401
9402         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9403         Added Lenny Story's debug infrastructure changes:
9404         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9405         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9406         * src/cdbFile.c: added
9407         * src/SDCCdebug.c: added
9408         * src/SDCCdebug.h: added
9409         * src/SDCCast.c (createFunction)
9410         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9411         * src/SDCCmain.c (parseCmdLine, main)
9412         * src/SDCCmem.c (redoStackOffsets)
9413         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9414         * src/SDCCsymt.h
9415         * src/common.h
9416         * src/avr/gen.c (genAVRCode)
9417         * src/ds390/gen.c (gen390Code)
9418         * src/mcs51/gen.c (gen51Code)
9419         * src/pic/gen.c (genpic14Code)
9420         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9421         * src/xa51/gen.c (genXA51Code)
9422         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9423
9424 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9425
9426         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9427         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9428
9429 2003-03-22    <johan AT balder>
9430
9431         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9432
9433 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9434
9435         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9436         * doc/cdbfileformat.lyx: added, written by Lenny Story
9437         * doc/Makefile: added cdbfileformat.lyx
9438         * doc/clean.mk: added cdbfileformat.lyx
9439
9440 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9441
9442         * src/mcs51/peeph.def: fix bug #705773
9443
9444 2003-03-20    <johan AT balder>
9445
9446         An sfr/sbit can have an "at #" AND an initializer
9447         * src/SDCCsymt.c (checkSClass):
9448         * src/SDCCmem.c (allocGlobal):
9449         * src/SDCCmem.c (allocLocal):
9450         * src/SDCCast.c (createBlock):
9451
9452 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9453
9454         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9455
9456 2003-03-16    <johan AT balder>
9457
9458         Undid the hackup of const and volatile, the problem is much bigger
9459         * src/SDCC.y:1.65
9460         * src/SDCCast.c:1.171
9461         * src/SDCCglue.c:1.138
9462         * src/SDCCicode.c:1.146
9463         * src/SDCCsymt.c:1.150
9464         * src/SDCCval.c:1.65
9465
9466 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9467
9468         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9469         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9470
9471 2003-03-13    <johan AT balder>
9472
9473         Hackup const and volatile modifiers in type chains a bit:
9474         * src/SDCC.y:1.63
9475         * src/SDCCast.c:1.169
9476         * src/SDCCglue.c:1.136
9477         * src/SDCCicode.c:1.143
9478         * src/SDCCsymt.c1.146
9479         * src/SDCCsymt.h1.59
9480         * src/SDCCval.c:1.63
9481
9482 2003-03-12    <johan AT balder>
9483
9484         * src/SDCCBBlock.h: more LRH debugging junk
9485         * src/SDCCcflow.h: more LRH debugging junk
9486         * src/SDCCloop.c: more LRH debugging junk
9487         * src/SDCC.y (struct_declaration): fixed bug #697590
9488         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9489         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9490         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9491
9492 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9493         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9494         test function names must now match exactly).
9495         * src/SDCCcse.c: added special case in findCheaperOp to allow
9496         extending a short integer. Makes less awful code for bug 700121 test case.
9497
9498 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9499
9500         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9501         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9502
9503 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9504
9505         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9506         actually called (operandsNotEqual() was called for all
9507         operandsNotEqualX tests).
9508
9509 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9510
9511         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9512         with shorter literals. Fixes bug 700121.
9513
9514 2003-03-11    <johan AT balder>
9515
9516         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9517
9518 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9521         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9522
9523 2003-03-10  Borut Razem <borut.razem AT siol.net>
9524
9525         * src/SDCCmain.c: pipe preprocessor's output
9526         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9527         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9528         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9529         which closes all pipes in pipeSet set
9530         * src/SDCCset.c: free deleted item in function deleteSetItem()
9531         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9532         moved from z80 to src subproject
9533         * .version: increased version number to 2.3.4
9534
9535 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9536
9537         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9538         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9539         * support/regression/ports/xa51/spec.mk: fix typo
9540
9541 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9544
9545 2003-03-09  Borut Razem <borut.razem AT siol.net>
9546
9547         * src/SDCCmain.c: pipe preprocessor's output
9548         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9549         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9550         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9551         which closes all pipes in pipeSet set
9552         * src/SDCCset.c: free deleted item in function deleteSetItem()
9553         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9554         moved from z80 to src subproject
9555
9556 2003-03-09  Borut Razem <borut.razem AT siol.net>
9557
9558         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9559         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9560         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9561         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9562         * src/SDCCglobl.h: unification of WIN32 native definitions
9563
9564 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9565
9566         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9567
9568 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9569
9570         * src/configure.in:   check for endianess (even while cross-compiling)
9571         * src/configure:      check for endianess (even while cross-compiling)
9572         * src/configure_in.h: check for endianess (even while cross-compiling)
9573         * src/avr/gen.c:        remove old endianess stuff
9574         * src/mcs51/gen.c:      remove old endianess stuff
9575         * src/ds390/gen.c:      remove old endianess stuff
9576         * src/pic/gen.c:        remove old endianess stuff
9577         * src/pic/genarith.c:   remove old endianess stuff
9578         * src/pic/glue.c:       fix endianess check
9579         * src/pic16/gen.c:      remove old endianess stuff
9580         * src/pic16/genarith.c: remove old endianess stuff
9581         * src/pic16/glue.c:     fix endianess check
9582         * src/xa51/gen.c:       remove old endianess stuff
9583         * src/z80/gen.c:        fix endianess check
9584         * src/SDCCglue.c:       fix endianess check
9585         * src/ds390/peeph.def: fix bug 700036
9586
9587 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9590         * src/configure: find appropriate data-types on host for SDCC's int and long
9591         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9592         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9593         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9594
9595 2003-03-07    <johan AT balder>
9596
9597         Just a big NOOP:
9598                 some minor cleanups before the big shot
9599                 OP_DEFS and OP_USES now use Kevin's protection
9600                 new option --nolabelopt
9601
9602         * src/SDCCBBlock.c:
9603         * src/SDCCast.c,:
9604         * src/SDCCcflow.c:
9605         * src/SDCCcse.c:
9606         * src/SDCCicode.c:
9607         * src/SDCCicode.h:
9608         * src/SDCClabel.c:
9609         * src/SDCCloop.c:
9610         * src/SDCCmain.c:
9611         * src/ds390/ralloc.c:
9612         * src/mcs51/ralloc.c:
9613         * src/pic/ralloc.c:
9614         * src/xa51/ralloc.c:
9615         * src/z80/ralloc.c:
9616
9617 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9618
9619         * src/pic/pcode.c (get_op): fix 64 bit warnings
9620         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9621         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9622         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9623         * support/regression/tests/malloc.c: fix 64 bit warnings
9624
9625 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9626
9627         * src/mcs51/gen.c (genMinus): fixed bug 696436
9628
9629 2003-03-02  Borut Razem <borut.razem AT siol.net>
9630
9631         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9632
9633 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9634
9635         * configure.in: test for mkstemp
9636         * sdccconf_in.h: add HAVE_MKSTEMP
9637
9638 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * device/include/ctype.h: removed warning while using --stack-auto
9641         * device/include/malloc.h: removed warning while using --stack-auto
9642         * device/include/string.h: removed warning while using --stack-auto
9643
9644 2003-02-23  Borut Razem <borut.razem AT siol.net>
9645
9646         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9647         because NDEBUG is defined (see man assert)
9648         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9649
9650 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9651
9652         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9653         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9654
9655 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9656
9657         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9658         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9659
9660 2003-02-18    <johan AT balder>
9661
9662         * as/mcs51/asmain.c (asmbl): module can start with a digit
9663         * as/z80/asmain.c (asmbl): module can start with a digit
9664
9665 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9666
9667         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9668         * src/asm.c: fix pipe() for Mingw32
9669
9670 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9671
9672         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9673         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9674         make -V work again; --c1mode reads now from stdin
9675         * doc/sdccman.lyx: added --c1mode
9676         * support/Util/SDCCerr.c: new messages for c1 mode
9677         * support/Util/SDCCerr.h: new messages for c1 mode
9678         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9679
9680 2003-02-15    <johan AT balder>
9681
9682         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9683
9684 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9685
9686         * doc/sdccman.lyx: Environment variables, -o and other minor things
9687
9688 2003-02-14    <johan AT balder>
9689
9690         * src/xa51/main.c: before anyone really tries to use it :)
9691
9692         * Install doc's in share/sdcc/doc
9693         * removed some obsolete files
9694         * Do a proper make distclean and uninstall
9695         M Makefile.common.in
9696         R sdccbuild.sh
9697         M as/Makefile
9698         M device/include/Makefile.in
9699         M device/lib/Makefile.in
9700         M doc/sdccman.lyx
9701         M link/Makefile
9702         M sim/ucsim/doc/Makefile.in
9703         M src/clean.mk
9704         R src/avr/peeph.rul
9705         R src/xa51/peeph.rul
9706         M support/cpp2/Makefile.in
9707         M support/makebin/Makefile
9708
9709
9710 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9711
9712         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9713
9714 2003-02-10  Borut Razem <borut.razem AT siol.net>
9715
9716         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9717         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9718         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9719         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9720         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9721         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9722         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9723         src/z80/Makefile.bcc: Borland Makefile cleanup
9724         * as/z80/Makefile.bcc: Added Borland Makefile
9725         * support/cpp2/borland.h: Removed
9726
9727 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9728
9729         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9730         * src/SDCC.lex: new pragma NOIV
9731         * src/SDCCglobl.h: new pragma NOIV
9732         * src/SDCCmem.c: new pragma NOIV
9733
9734 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9735
9736         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9737
9738 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9739
9740         * src/SDCCmain.c: signal handling is switched off by --debug
9741         * doc/Makefile: small fix for install; use clean.mk again
9742         * doc/clean.mk: clean *.pdf and *.html too
9743
9744 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9745
9746         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9747         * device/lib/printfl.c: fix a ds390 bug by making it portable
9748         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9749         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9750         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9751         * debugger/mcs51/cmd.c: converted multi-line string literals
9752         * sim/ucsim/globals.cc: converted multi-line string literals
9753         * src/SDCCmain.c: introduced signal handler to remove temp files
9754         * doc/Makefile: small tweaks, implement clean
9755         * doc: removed generated files
9756
9757 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9758
9759         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9760         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9761         Address Record is not correctly generated for DS390."
9762
9763 2003-02-02  Borut Razem <borut.razem AT siol.net>
9764
9765         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9766         * as/mcs51/asm.h: fixed compilation with Borland C
9767         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9768         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9769         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9770         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9771         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9772         src/z80/Makefile.bcc: delete $(LIB) only if exist
9773         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9774
9775 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9776
9777         * device/include/malloc.h: introduced NULL
9778         * device/include/string.h: introduced NULL
9779         * device/include/stdlib.h: introduced NULL
9780         * device/lib/_memcpy.c: removed NULL
9781         * device/lib/_strcat.c: removed NULL
9782         * device/lib/_strchr.c: removed NULL
9783         * device/lib/_strcmp.c: removed NULL
9784         * device/lib/_strcpy.c: removed NULL
9785         * device/lib/_strcspn.c: removed NULL
9786         * device/lib/_strlen.c: removed NULL
9787         * device/lib/_strncat.c: removed NULL
9788         * device/lib/_strncmp.c: removed NULL
9789         * device/lib/_strncpy.c: removed NULL
9790         * device/lib/_strpbrk.c: removed NULL
9791         * device/lib/_strrchr.c: removed NULL
9792         * device/lib/_strspn.c: removed NULL
9793         * device/lib/_strstr.c: removed NULL
9794         * device/lib/_strtok.c: removed NULL
9795         * device/lib/malloc.c: removed NULL, include own header
9796
9797 2003-02-02    <johan AT balder>
9798
9799         * src/mcs51/ralloc.c (packForPush): fixed bug #631653, maybe other ports need this too? At least now some new alerts in SDCCBBlock.c and SDCCicode.c gives an early warning
9800         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9801         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9802         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9803         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9804         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9805
9806 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9807
9808         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9809         area 'DATA'"
9810
9811 2003-02-01    <johan AT balder>
9812
9813         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9814
9815 2003-01-31    <johan AT CP255758-A>
9816
9817         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9818
9819 2003-01-30    <johan AT balder>
9820
9821         * src/SDCCBBlock.c: automatic bug detection
9822         * src/SDCCicode.c: automatic bug detection
9823
9824 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9825
9826         * src/SDCCglobl.h:   now --xram-size 0 works
9827         * src/SDCCmain.c:    now --xram-size 0 works
9828
9829 2003-01-29    <johan AT balder>
9830
9831         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9832
9833 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9834
9835         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9836         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9837         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9838         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9839         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9840         * src/SDCCmain.c:    Added options --xram-size and --code-size
9841
9842 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9843
9844         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9845         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9846
9847 2003-01-27    <johan AT balder>
9848
9849         * src/SDCC.y: fixed bug #613764
9850
9851 2003-01-26    <johan AT balder>
9852
9853         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9854         * src/SDCCsymt.h: fixed bug #673374
9855         * src/SDCCglue.c: fixed bug #661910
9856         * src/SDCCast.c: fixed bug #458099 and 673374
9857
9858 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9859
9860         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9861         * as/mcs51/strcmpi.h: added
9862         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9863         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9864         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9865         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9866         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9867         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9868         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9869         * as/mcs51/Makefile.aslink: new module strcmpi
9870         * as/mcs51/Makefile.asx8051: new module strcmpi
9871         * as/mcs51/Makefil.bcc: new module strcmpi
9872         * as/mcs51/Makefile.in: new module strcmpi
9873         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9874
9875 2003-01-26    <johan AT balder>
9876
9877         * src/SDCCglue.c: reverted back to 1.124
9878         * src/SDCCast.c: reverted back to 1.156
9879         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9880
9881 2003-01-25    <johan AT balder>
9882
9883         * src/SDCCglue.c: A better fix for bug #661910
9884         * src/SDCCast.c: A better fix for bug #661910
9885         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9886
9887 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * src/Makefile.in: remove spawn.o
9890         * src/SDCCmain.c: remove spawn.h
9891         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9892         * src/spawn.c: removed
9893         * src/spawn.h: removed
9894         * support/regression/ports/ds390/spec.mk: link with -r
9895
9896 2003-01-24    <johan AT CP255758-A>
9897
9898         * src/ds390/gen.c (aopOp): fixed bug #667458
9899         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9900         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9901         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9902
9903 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * src/mcs51/peeph.def: better assembler identation by Frieder
9906         * src/mcs51/gen.c: better assembler identation by Frieder
9907
9908 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9909
9910         * as/z80/string.h: removed for gcc 3.2
9911         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9912         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9913
9914 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9915
9916         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9917         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9918         * support/regression/Makefile: separate temp files for ports
9919         * support/regression/generate-cases.py: separate temp files for ports
9920         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9921         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9922
9923 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9924
9925         * moved tinitalk to device/examples/ds390
9926
9927 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9928
9929         * as/mcs51/lkmem.c: rflag is for DS390
9930         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9931         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9932                          (linkEdit): move mem- and map-files the same way as ihx-files
9933         * src/z80/main.c (_setDefaultOptions): removed --generic
9934         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9935         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9936         * src/pic/glue.c (picglue): --c1mode works again
9937         * src/pic16/glue.c (pic16glue): --c1mode works again
9938         * src/asm.c (printCLine): fix #660034
9939
9940 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9943         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9944         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9945         * as/mcs51/lkmem (summary): better fix for sp problem
9946         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9947         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9948         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9949                                               remove --stack-after-data
9950
9951 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9952
9953         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9954         * src/SDCCutil.c (join): ugly bug: missing '\0'
9955         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9956
9957 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9958
9959         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9960         * src/port.h: typo
9961         * src/pic/main.c (_asmCmd): gpasm supports -o
9962         * src/z80/main.c: more general macros
9963         * device/lib/Makefile.in: remove intermediate files
9964
9965 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9966
9967         * .version: Bumped version number to 2.3.3
9968         * src/SDCCBBlock.c: new option -o
9969         * src/SDCCglobl.h: new option -o
9970         * src/SDCCglue.c: new option -o
9971         * src/SDCCmain.c: new option -o
9972         * src/asm.c: new option -o
9973         * src/ds390/main.c: new option -o
9974         * src/pic/glue.c: new option -o
9975         * src/pic/pcode.c: new option -o
9976         * src/pic/ralloc.c: new option -o
9977         * src/pic16/glue.c: new option -o
9978         * src/pic16/pcode.c: new option -o
9979         * src/pic16/ralloc.c: new option -o
9980         * src/z80/main.c: new option -o
9981         * device/lib/Makefile.in: use -o
9982         * support/regression/ports/ds390/spec.mk: use -o
9983         * support/regression/ports/gbz80/spec.mk: use -o
9984         * support/regression/ports/mcs51/spec.mk: use -o
9985         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9986         * support/regression/ports/z80/spec.mk: use -o
9987         * support/regression/ports/ucz80/spec.mk: use -o
9988         * support/regression/ports/xa51/spec.mk: use -o
9989         * support/regression/fwk/lib/timeout.c: fix usage string
9990
9991 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9992         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9993
9994 2003-01-07    <johan AT balder>
9995
9996         * src/SDCCast.c (decorateType): fixed bug #600035
9997
9998 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9999         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10000         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10001         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10002         * src/pic/pcode.c: outcommented unused variable to remove warnings
10003         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10004
10005 2003-01-06    <karl AT turbobit.com>
10006         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10007    regression tests.
10008
10009 2003-01-06    <johan AT balder>
10010
10011         * src/SDCCicode.c: fixed array add
10012
10013 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10014         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10015         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10016
10017 2003-01-04    <johan AT balder>
10018
10019         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10020
10021 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10022         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10023
10024 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10025         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10026         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10027
10028 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10029         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10030
10031 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10032         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10033
10034 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10035         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10036
10037 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10038
10039     * in \sdcc\as\mcs51\ changed these files in order to create an
10040     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10041     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10042     following files to include the previous two files: aslink.dsp,
10043     Makefile.aslink, Makefile.bcc, and Makefile.in.
10044
10045     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10046     .adb instead of .cdb
10047
10048 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10049
10050         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10051         value from option --iram-size.
10052
10053 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10054
10055         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10056         dram[] array.
10057
10058 2002-09-18    <wiml AT hhhh.org>
10059
10060         * SDCClrange.h: exposed setFromRange() and setToRange()
10061         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10062           packRegsForAccUse() (bug 542397)
10063         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10064           multiple times and emitting the fetch operations more than once
10065           added aopGetUsesAcc() function to allow binary operators to
10066           fetch their operands in the correct order; made genMinus() emit
10067           compact code for X = LITERAL - Y
10068
10069 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10070         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10071         sprintf() in line 1267.
10072
10073 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10074         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10075         like ports.
10076
10077 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10078         Changes to aslink (All the changes are marked with 'JCF'):
10079
10080         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10081         summary().
10082
10083         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10084         area BSEG.  Also moves, if possible, the DATA area down into the internal
10085         ram so more space is available.
10086
10087         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10088         sflag.
10089
10090         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10091         not bytes.  Function summary() which creates a memory usage summary
10092         file with extension .mem.  Reports of overlaping stack and small stack
10093         size.  If the space for the stack is less than 16 bytes aslink trows a
10094         warning.
10095
10096         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10097         the 8051.  Option 'y' for memory summary output file.
10098
10099         Changes to sdcc (All the changes are marked with 'JCF'):
10100
10101         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10102
10103         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10104         overlaying area for it (uses RegBankUsed[4]).
10105
10106         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10107         bank zero as used by default.  By default aslink locates the stack
10108         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10109         the creation of the .mem file.  Delegates the allocation of data area
10110         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10111         the begining of the stack area to aslink.
10112
10113         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10114         glue() in SDCCglue.c creates an area for it.
10115
10116 2002-09-03  Borut Razem <borut.razem AT siol.net>
10117         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10118         sdcc/src/pic/glue.c:
10119         introduced atexit() handler for teporay files removal in case of
10120         errors, assertions, ...
10121
10122 2002-08-29  Borut Razem <borut.razem AT siol.net>
10123         * sdcc/support/cpp2/auto-host_vc_in.h:
10124         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10125         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10126         Maybe there is a similar problem with BORLANDC? It should be checked!
10127
10128         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10129         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10130         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10131         was not executed, and the compiler (cl) launched a warning:
10132         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10133
10134 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10135         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10136
10137 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10138         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10139
10140         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10141           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10142           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10143           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10144           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10145           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10146           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10147         - added Release configuration in VS projects
10148         - review of compiler an linker options
10149         - VC .exe files are generated in bin_vc directory, not to interfere
10150           with binaries generated from other projects (cygwin, mingw, bcc ...)
10151
10152         * sdcc/src/yacc.dsp: added
10153
10154         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10155         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10156         and insert the version number definitions from .version
10157
10158         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10159
10160         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10161         added - genarate auto-host.h using auto-host_vc_in.h as template
10162
10163         * sdcc/sdcc_vc.h,
10164         removed from CVS, generated automatically
10165
10166 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10167         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10168
10169 2002-08-11  Borut Razem <borut.razem AT siol.net>
10170         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10171
10172 2002-08-10  Borut Razem <borut.razem AT siol.net>
10173         * src/SDCCmain.c (main):
10174         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10175         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10176         The consequence was that some temporary files were not removed.
10177
10178         * src/SDCCglue.c:
10179         unification of code in functions tempfilename() and tempfile():
10180         function tempnam() is defined in Visual Studio 6.0 and .NET
10181
10182         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10183
10184         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10185           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10186         - removed compiler command line option /WX: Treats all warnings as errors
10187         - update a list of source files, included into the project
10188
10189         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10190           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10191         changed project type to Generic Project so that can be correcly converted to VS.NET project
10192
10193         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10194
10195         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10196
10197         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10198
10199         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10200         added return 0 statements after assert() to make compiler happy
10201
10202         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10203         added newline in the def file to keep MSC compiler satisfied
10204
10205         * sdcc/src/z80/gen.c:
10206         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10207           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10208         - solved MSC error in function aopDump()
10209
10210         * sdcc_vc.h: define PREFIX as "\\sdcc"
10211
10212 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10213         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10214
10215 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10216         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10217         - Rewrote the register banking algorithm.
10218         - Added pCode live-range analysis to registers (for now, only non-used and
10219         singly-used registers optimized away)
10220
10221         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10222
10223         * support/scripts/inc2h.pl Kevin L. Pauba <klpauba AT cox.net> submitted this perl script for converting MicroChip include files into SDCC Pic include files.
10224
10225 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10226         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10227
10228 2002-04-22  Michael Hope  <michaelh AT vroom>
10229
10230         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10231
10232         * configure.in (DD_COPT): Added include support required for gbdk.
10233
10234         * .version: Bumped version number just to increase it.
10235
10236         * src/SDCCmain.c: Added -nostdinc to the default options.
10237
10238 2002-04-15  Michael Hope  <michaelh AT vroom>
10239
10240         * device/lib/z80/printf.c (sprintf): Added.
10241
10242         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10243
10244         * src/z80/peeph.def: Added transpose redundent load rule.
10245
10246         * src/z80/main.c: Added force callee saves for jaune.
10247
10248         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10249
10250         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10251
10252 2002-03-28  Johan Knol  <johan AT balder>
10253
10254         * src/SDCCval.c: fixed bug #532436
10255
10256 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10257         * /src/port.h:
10258         Added "char *Processor" field to the port structure.
10259
10260         * /src/SDCCmain.c:
10261         Added -p option. Allows port dependent processor to be specified.
10262
10263         * all ports:
10264         Initialized the new field char *Processor field to NULL in all ports
10265
10266         * /src/pic/*:
10267         Compiler generated registers for interrupt context saving
10268         were not getting allocated.
10269
10270 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10271
10272         * /src/SDCCast.c:
10273         Fixed left shift. Will promote the left side of a left shift
10274         if a) left shifting more than size of operand or b) when assigned
10275         to something size > size of left side
10276
10277 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10278         * src/pic/*
10279         tons of changes. Register allocation has been
10280         rewritten. Added customization for the various PICs. Flow
10281         analysis is restructured. ...
10282
10283         * src/pic/device.h:
10284         Added
10285
10286         * src/pic/device.c:
10287         Added. device.c is a PIC port hack to accomodate variations
10288         in PIC devices.
10289
10290 2002-03-13  Michael Hope  <michaelh AT vroom>
10291
10292         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10293
10294 2002-03-04  johanknol  <johanknol AT manik>
10295
10296         * /src/SDCCval.c: fixed
10297
10298         const unsigned char arr[][2] = { { 0, 1 } };
10299         t18.c:1: error: Initializer element is not constant
10300
10301 2002-03-04  bela  <bela AT manik>
10302
10303         * /device/include/mcs51reg.h:
10304         ds89c420 register definition update
10305
10306 2002-03-03    <johan AT FRIJA>
10307
10308         * support/Util/SDCCerr.c: did something, but don't no why anymore
10309
10310         * support/regression/tests/bug-524691.c: made it a little less shy
10311
10312         * src/SDCCast.c (decorateType): fixed bug #524697
10313
10314         * src/SDCCast.c: made some lineno improvements
10315
10316         * src/SDCCval.c (getNelements): changed warning to error
10317
10318         * src/SDCCglue.c (printIvalArray): changed warning to error
10319
10320         * src/SDCCicode.c: fixed a warning for mingw
10321
10322         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10323
10324         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10325
10326 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10327
10328         * src/ds390/peeph.def:
10329         Added some more peephole rules
10330
10331         * src/ds390/gen.c: Various fixes & enhancements
10332
10333         * src/SDCClrange.c, src/SDCClrange.h:
10334         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10335
10336         * src/ds390/ralloc.c:
10337         various fixes & enhancements (ds390) specific
10338
10339         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10340         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10341         from rallocs.
10342
10343         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10344
10345 2002-03-02    <johan AT FRIJA>
10346
10347         * src/SDCCast.c (decorateType): fixed bug #524708
10348
10349         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10350
10351         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10352
10353 2002-03-01  Michael Hope  <michaelh AT vroom>
10354
10355         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10356
10357         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10358
10359 2002-03-01    <johan AT FRIJA>
10360
10361         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10362
10363         * src/SDCCast.c (decorateType): fixed bug #524209
10364
10365         * src/SDCCval.c (valNot): fixed bug #524195
10366
10367 2002-02-26    <johan AT balder>
10368
10369         * src/xa51/gen.c: fixed a warning
10370
10371         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10372
10373         * src/SDCCast.c (decorateType): fixed bug #522534
10374
10375 2002-02-23    <johan AT balder>
10376
10377         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10378
10379 2002-02-22    <johan AT balder>
10380
10381         * src/SDCCast.c: fixed bug #514865
10382
10383         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10384
10385 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10386
10387         * sdcc/src/SDCCloop.c:
10388         Previous fix was not good. basic blocks that have "break" or "return" are
10389         not really partof a loop , but live ranges used in these blocks should
10390         be live thru the entire loop, so set partOfLoop but don't add them to
10391         loop region
10392
10393 2002-02-21    <johan AT FRIJA>
10394
10395         * src/SDCCcse.c: fixed bug #514308
10396
10397 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10398
10399         * src/SDCCloop.c:
10400         Fixed BUG #519583. If a conditional block ended in a return/break
10401         statement inside a loop, it was not being considered part of the loop.
10402
10403         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10404
10405 2002-02-10  Karl Bongers <karl AT turbobit.com>
10406
10407         * debugger/*:
10408         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10409         with lots of comments and notes.
10410
10411         * device/examples/test2.c:
10412         Fix bug, "red" variable not being initialized(compiler complained).
10413
10414         * device/examples/Makefile, examples/test3.c:
10415         Add Makefile in device/examples folder, compiles test3.c
10416         for use as a multiple module SDCDB test case.
10417
10418         * sim/ucsim/cmd.src/cmdset.cc:
10419         Took out debug printfs in ucsim "next" command.
10420
10421         * sim/ucsim/xa.src:
10422         Karl and Johan start ucsim XA support.  Most dissassembly working,
10423         about 75% emulation done(plenty of work remaining).
10424
10425         * sim/ucsim/z80.src:
10426         Add Z80 support to ucsim, add test-ucz80 regression test,
10427         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10428         Notice z80 compiler fails on examples/test3.c/crc code.
10429
10430 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10431
10432         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10433         Added support for --parms-in-bank1
10434
10435         * src/ds390/peeph.def:
10436         added a few more peephole optimzations
10437
10438         * src/ds390/main.c:
10439         1) added __builtin_inp & __builtin_outp used to read in data of given length
10440            from a memory mapped port
10441         2) added __builtin_memcmp
10442         3) added __builtin_swapw swap bytes of a short
10443
10444         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10445         1) handle multiple send & receives from register bank1
10446         2) ralloc can now allocate DPTR1 to some liveRanges
10447
10448         * src/SDCCsymt.c, src/SDCCsymt.h:
10449         changes to handle multiple sends & receives
10450
10451         * src/SDCCptropt.h:
10452         added some pointer arithmetic optimization
10453
10454         * src/SDCCptropt.c:
10455         added some pointer arithmetic optimizations but not stable yet so not
10456         called from anywhere (will get this working shortly)
10457
10458         * src/SDCCopt.c: fixed for multiple sends & receives
10459
10460         * src/SDCCmain.c:
10461         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10462         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10463            set preprocessor defines (depending on options)
10464
10465         * src/SDCCicode.c, src/SDCCicode.h:
10466         changes made to handle multiple sends & receives
10467
10468         * src/SDCCglobl.h:
10469         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10470
10471         * src/SDCCcse.c, src/SDCCcse.h:
10472         added function findbackward def (to be used in upcoming optimization)
10473
10474         * src/SDCCcflow.c, src/SDCCcflow.h:
10475         added function returnAtEnd - to determine if a basic block terminates with
10476         a RETURN iCode
10477
10478         * src/SDCCast.c, src/SDCCast.h:
10479         added option parms-in-bank1
10480
10481         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10482         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10483         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10484         adjusted for --parms-in-bank1 option
10485
10486         * device/include/string.h:
10487         donot redefine "reentrant" keyword
10488
10489         * device/include/ds80c390.h: Added some more SFRs
10490
10491 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10492
10493         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10494
10495 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10496
10497         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10498
10499 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10500
10501         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10502
10503 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10504
10505         * Added --xram-movc option
10506
10507 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10508
10509         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10510
10511 2002-01-11  Johan Knol
10512
10513         * Added math lib of Jesus Calvino-Fraga
10514
10515 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10516
10517         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10518         * support/regression/Makefile: new target test-mcs51-stack-auto
10519         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10520
10521 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10522
10523         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10524
10525 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10526
10527         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10528
10529 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10530
10531         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10532
10533         * src/SDCCglue.h: add definition for printIvalChar()
10534
10535 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10536
10537         * src/SDCCast.c: fix #498138 by Johan
10538
10539         * src/SDCCglue.c: fix #498138 by Johan
10540
10541 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10542
10543         * support/regression/Makefile: fix clean
10544
10545         * support/regression/ports/ds390/support.c: fix transmission of last character
10546
10547 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10548
10549         * /sdcc/src/ds390/gen.c:
10550         a) improved computing address of stack variable
10551         b) took out some #if 0 code
10552         c) improved parmBytes adjustment
10553         d) improved genPlusIncr & genMinusIncr
10554         e) genCmp could generate bad code (when left assigned to DPTR)
10555         f) Fixed bug in hasInc
10556
10557         * /sdcc/src/ds390/ralloc.c:
10558         a) packRegsForSupport could mess up live information (Fixed)
10559         b) packRegsDPTRuse could be incorrect for left & right shift
10560
10561         * /sdcc/src/mcs51/ralloc.c:
10562         packRegsForSupport could mess up the live information (Fixed)
10563
10564         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10565
10566         * /sdcc/src/SDCCast.c:
10567         can reverse a loop even if function call is present as long
10568         as the loop control variable is local & is not passed as parameter
10569
10570 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10571
10572         * /sdcc/ChangeLog: *** empty log message ***
10573
10574         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10575         More builtin function additions for TININative
10576
10577         * /sdcc/src/ds390/ralloc.c:
10578         Had broken the regression testsuite
10579
10580         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10581
10582         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10583         Added funcattr hasStackParms will be set for reentrant functions when there
10584         are paramteres on the stack, this helps in minimizing frame pointer generation
10585         typeFromStr can handle function pointers now
10586
10587         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10588         *** empty log message ***
10589
10590 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10591
10592         * /src/ds390/gen.c, /src/ds390/main.c:
10593         More builtin function additions for TININative
10594
10595         * /src/ds390/ralloc.c:
10596         Had broken the regression testsuite
10597
10598         * /src/SDCCast.c: Fixed a bug in dumptree
10599
10600         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10601         Added funcattr hasStackParms will be set for reentrant functions when there
10602         are paramteres on the stack, this helps in minimizing frame pointer generation
10603         typeFromStr can handle function pointers now
10604
10605         * /doc/builtins.txt, /doc/TININative.txt:
10606         *** empty log message ***
10607
10608
10609 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10610
10611         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10612         ALPHA version for -mTININative
10613
10614         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10615         updated to reflect changes in the port structure
10616
10617         * /src/port.h:
10618         added function do_assemble (similar to do_link) if non-null this function
10619         will be called to do assembly (-mTININative) requires a multi command
10620         assembly
10621         added function genAssemblerEnd will be called to generate assembler Epilogue
10622
10623         * /src/SDCCsymt.c:
10624         added _JavaNative to debug info printing
10625
10626         * /src/SDCCmain.c: added option --tini-libid
10627         added port->do_assemble function (-mTININative) has a multi command assemble
10628
10629         * /src/SDCCglue.c: Disabled "constExpr" check
10630         added port->genAssemblerEnd function
10631
10632         * /src/SDCCglobl.h: Added option --tini-libid value
10633
10634         * /src/SDCCast.h:
10635         tookout optimizeCompare from the header (has no external references)
10636
10637         * /src/SDCCast.c: made one more function "static"
10638
10639 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10640
10641         * src/z80/mappings.i: Added z80asm support.
10642
10643         * src/z80/main.c: Added z80asm support on --asm=z80asm
10644
10645         * src/z80/gen.c: Fixed asm portability issues.
10646
10647         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10648
10649         * src/SDCCglue.c (printExterns): Added global/extern split.
10650
10651 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10652
10653         * support/regression/Makefile: added test for mcs51 model large
10654
10655         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10656
10657         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10658
10659 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10660
10661         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10662
10663 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10664
10665         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10666
10667         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10668
10669 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10670
10671         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10672
10673         * support/regression/tests/simplefloat.c: Port to mcs51.
10674
10675 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10676         * support/regression/tests/bug-485362.c: Added.
10677
10678         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10679
10680         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10681
10682         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10683
10684         * src/z80/gen.c (aopDump): Added a dump function.
10685
10686 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10687         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10688
10689         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10690
10691         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10692
10693         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10694
10695         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10696
10697         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10698
10699         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10700
10701         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10702
10703         * support/regression/ports/ds390/support.c: Use tinibios.
10704
10705         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10706
10707 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10708
10709         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10710         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10711
10712         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10713
10714         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10715
10716 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10717
10718         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10719
10720         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10721         (packRegsForIYUse): Created and optimised.
10722
10723 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10724
10725         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10726 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10727
10728         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10729
10730         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10731
10732         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10733
10734 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10735
10736         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10737
10738         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10739
10740 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10741
10742         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10743
10744         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10745
10746         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10747
10748 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10749
10750         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10751         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10752         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10753
10754         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10755
10756         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10757         (genNotFloat): Added.
10758         (genUminusFloat): Added.
10759
10760         * device/lib/z80/Makefile: Added floating pt stubs.
10761
10762         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10763
10764         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10765
10766         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10767
10768 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10769
10770         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10771
10772         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10773
10774         * sdcc/support/regression/Makefile: Add port ds390.
10775
10776         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10777
10778         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10779
10780         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10781
10782         * sdcc/support/regression/ports/ds390/support.c: Added.
10783
10784         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10785
10786         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10787
10788         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10789
10790 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10791
10792         * device/include/malloc.h: Added z80 and gbz80 support.
10793
10794         * device/lib/gbz80/heap.s: Added.
10795
10796         * device/lib/z80/heap.s: Added.
10797
10798         * device/lib/malloc.c: Added z80 and gbz80 support.
10799
10800         * support/regression/tests/malloc.c (testMalloc): Added.
10801
10802         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10803
10804         * support/regression/tests/bug-478094.c: Added.
10805
10806         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10807
10808 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10809
10810         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10811
10812         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10813
10814         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10815
10816         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10817
10818         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10819
10820 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10821
10822         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10823
10824 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10825
10826         * support/regression/tests/bug-477927.c: Added.
10827
10828         * src/z80/peeph.def: Added minor rules.
10829
10830         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10831
10832         * src/z80/peeph.def: Added jump optimisation modification.
10833
10834 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10835
10836         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10837
10838 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10839
10840         * support/regression/tests/funptrs.c: Added.
10841
10842 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10843
10844         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10845
10846 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10847
10848         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10849
10850         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10851
10852         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10853         (movLeft2ResultLong): Created.
10854
10855         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10856         (joinPushes): Added.  Joins two char pushes into a word push.
10857
10858 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10859
10860         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10861
10862         * support/makebin/Makefile (install): Added creation of dest dir.
10863
10864 2001-10-24 Karl Bongers <karl AT turbobit.com>
10865
10866         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10867
10868 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10869
10870         * src/z80/ralloc.c: Turned off faulty pack for one use.
10871
10872         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10873
10874         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10875
10876 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10877
10878         * support/regression/Makefile: Improved clean
10879
10880         * support/regression/ports/gbz80/spec.mk: Added clean
10881
10882         * support/regression/ports/host/spec.mk: Added clean
10883
10884         * support/regression/ports/z80/spec.mk: Added clean
10885
10886         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10887
10888         * support/regression/ports/mcs51/timeout.c: little improvements
10889
10890 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10891
10892         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10893
10894         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10895
10896         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10897
10898 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10899
10900         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10901
10902         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10903
10904 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10905         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10906
10907         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10908
10909         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10910
10911         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10912
10913         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10914
10915         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10916
10917         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10918
10919         * support/regression/tests/longor.c: Added.
10920
10921 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10922
10923         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10924
10925         * as/mcs51/aslink.h: define PATH_MAX
10926
10927         * as/mcs51/asm.h: define PATH_MAX
10928
10929         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10930
10931         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10932
10933         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10934
10935         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10936
10937         * src/SDCCglobl.h: define PATH_MAX
10938
10939         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10940
10941         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10942
10943 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10944
10945         * src/z80/gen.c (gencjneshort): Fixed
10946
10947         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10948
10949 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10950
10951         * support/regression/tests/bug-469671.c: Added.
10952
10953         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10954
10955 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10956
10957         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10958
10959         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10960
10961 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10962
10963         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10964
10965         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10966
10967         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10968
10969         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10970
10971         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10972
10973         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10974
10975         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10976
10977 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10978
10979         * src/z80/gen.c (setupPair): Added 'extended stack' support for the z80.  Can now have local variables or parameters of more than 127 bytes in size.  Increadibly slow, but it will work.  Currently anything involving the carry flag.
10980
10981         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10982
10983         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10984
10985 2001-10-07    <johan AT FRIJA>
10986
10987         * device/lib/gets.c (gets): fixed the return value.
10988
10989 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10990         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10991
10992         * src/SDCCpeeph.c (peepHole): Fixed all leaks.  Added trace support for freeing lines.  Optimised restart logic to re-run instead of restart.  Now compiles dscan.c on ~60MB instead of ~200MB.
10993
10994         * support/Util/NewAlloc.c: Added ability to use libgc instead of malloc.  Added Safe_free and Safe_strdup.  Added trace support where you can log allocations and free all at once.
10995
10996         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10997
10998         * src/pic/gen.c: Removed Safe_strdup.
10999
11000         * configure.in: Added option to enable libgc support.
11001
11002         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11003         (bitVectUnion): Optimised.
11004         (bitVectIntersect): Optimised.
11005         (bitVectBitsInCommon): Optimised.
11006         (bitVectCplAnd): Optimised.
11007
11008         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11009
11010 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11011
11012         * src/SDCCmain.c: distinguish between assembler debug and plain options
11013
11014         * src/avr/main.c:   remove standard assembler options
11015
11016         * src/ds390/main.c: remove standard assembler options
11017
11018         * src/mcs51/main.c: remove standard assembler options
11019
11020         * src/port.h: removed "PENDING" comment
11021
11022 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11023
11024         * src/device/lib/_mulint.c  : new, with assember functions
11025
11026         * src/device/lib/_mullong.c : new, with assember functions
11027
11028         * src/device/lib/_divuint.c : with assember functions
11029
11030         * src/device/lib/_divsint.c : with assember functions
11031
11032         * src/device/lib/_divulong.c: with assember functions
11033
11034         * src/device/lib/_divslong.c: with assember functions
11035
11036         * src/device/lib/_moduint.c : with assember functions
11037
11038         * src/device/lib/_modsint.c : with assember functions
11039
11040         * src/device/lib/_modulong.c: with assember functions
11041
11042         * src/device/lib/_modslong.c: with assember functions
11043
11044         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11045
11046         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11047
11048         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11049                                       replaced _mululong.c and _mulslong.c by _mullong.c
11050
11051 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11052
11053         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11054
11055 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11056
11057         * src/SDCCglue.c: test, if win32api is available for MINGW
11058
11059 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11060
11061         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11062         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11063         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11064         * support/regression/ports/host/spec.mk: removed GENERIC
11065         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11066         * support/regression/ports/z80/spec.mk: removed GENERIC
11067
11068 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11069
11070         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11071
11072         * support/regression/tests/bug-467035.c: Created.
11073
11074 2001-10-01    <johan AT FRIJA>
11075
11076         * src/SDCC.y: fixed bug #466586 part 1
11077
11078 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11079
11080         * SDCCicode.c: z80 has no generic pointers
11081         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11082
11083 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11084
11085         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11086
11087 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11088
11089         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11090
11091         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11092
11093 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11094
11095         * configure.in: Fixed up so that ucsim is only configured once.
11096
11097         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11098
11099         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11100         (getPathDifference): As above.
11101
11102         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11103
11104         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11105
11106 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11107         * .version: Updated to 2.3.1
11108
11109         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11110         Added copyright header.
11111
11112         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11113         (assemble): Added support for macro based assembler commands.
11114         (linkEdit): Added support for macro based linker commands.
11115         (preProcess): Changed the pre-processor to use macros.
11116         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11117         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11118
11119         * device/lib/z80/crt0.s: Added module name for debugging.
11120
11121 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11122
11123         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11124
11125         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11126
11127         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11128
11129         * src/Makefile.in: Added SDCCmacro and SDCCutil
11130
11131 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11132
11133         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11134
11135 2001-09-16    <johan AT FRIJA>
11136
11137         * support/Util/SDCCerr.c: fixed up the error/warning/info database. I only changed the E_ W_ I_ prefix to what SDCCerr.c says it is.
11138
11139 2001-09-15    <johan AT FRIJA>
11140
11141         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11142         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11143
11144 2001-09-11    <johan AT FRIJA>
11145
11146         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11147
11148 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11149
11150         * support/regression/tests/bug-460444.c: Added test case.
11151
11152         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11153         (genCast): Added justification for all of the asserts.
11154
11155 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11156
11157         * support/regression/support.c: _xdata replaced by xdata
11158
11159         * support/regression/spec.mk: removed _generic
11160
11161 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11162
11163         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11164
11165         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11166         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11167
11168         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11169
11170         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11171
11172         * support/regression/tests/bug-460010.c: Added test case.
11173
11174         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11175
11176 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11177
11178         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11179
11180         * support/regression/testfwk.c: removed workaround for bug #436344
11181
11182         * support/regression/tests/bp.c: use less memory with mcs51
11183
11184         * support/regression/tests/bug-441448.c: use less memory
11185
11186         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11187
11188         * support/regression/collate-results.py: typo
11189
11190 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11191
11192         * support/regression/tests/fetchoverlap.c: Added new test case.
11193
11194         * support/regression/tests/bp.c: Added new test case.
11195
11196         * support/regression/tests/bug-448984.c: Added new test case.
11197
11198         * support/regression/tests/pow2shifts.c: Added new test case.
11199
11200         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11201         (genlshTwo): Fixed right shift for count > 8.
11202
11203         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11204
11205 2001-09-08    <johan AT FRIJA>
11206
11207         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11208
11209 2001-09-07    <johan AT FRIJA>
11210
11211         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11212
11213         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11214
11215 2001-09-06    <johan AT FRIJA>
11216
11217         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11218         * bernhard noted me at this: "() equals to (void)" (1.38)
11219
11220 2001-09-05    <johan AT FRIJA>
11221
11222         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11223
11224 2001-09-04    <johan AT FRIJA>
11225
11226         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11227
11228
11229 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11230
11231         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11232
11233 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11234
11235         * link/z80/aslink.h: Fixed path for PATH_MAX
11236
11237 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11238
11239         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11240
11241         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11242
11243         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11244
11245         * src/z80/gen.c (genUminus): Fixed add, sub, and uminus on the gbz80 port for longs.  Had to shift some functions about to do it.
11246
11247 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11248
11249         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11250         (genCmp): Fixed up genCmp for the GB with longs.
11251
11252         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11253
11254         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11255
11256         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11257
11258         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11259
11260 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11261
11262         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11263
11264 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11265
11266         * device/lib/gbz80/crt0.s (init): Fixed up support for the gbz80 such that it will at least run (and fail badly) the regression tests.
11267
11268         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11269
11270 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11271
11272         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11273
11274         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11275
11276 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11277
11278   * sim/ucsim/configure:    little improvement of Cygwin-detection
11279   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11280   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11281   * support/regression/tests/bug-221100.c: small changes for mcs51
11282   * support/regression/tests/bug-221168.c: small changes for mcs51
11283   * support/regression/tests/bug-227710.c: small changes for mcs51
11284   * support/regression/tests/staticinit.c: small changes for mcs51
11285   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11286   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11287   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11288
11289 $Revision$