]> git.gag.com Git - fw/sdcc/blob - ChangeLog
cbb4c38fc7945c27f098352df4cddf7647ee68d4
[fw/sdcc] / ChangeLog
1 2006-05-02 Borut Razem <borut.razem AT siol.net>
2
3         * doc/Makefile.in: removed *.ind dependency since there is no rule to
4           create *.ind, which made make to fail if invoked with -j 2
5
6 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
9           Hubert Sack for patch 1479782
10
11 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
12
13         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
14
15 2006-05-01 Raphael Neider <rneider AT web.de>
16
17         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
18           (create_pic): store only prefix-free device name,
19           (init_pic): check for device names with "16" prefix,
20           (list_valid_pics),
21         * src/pic/device.h (struct PIC_device),
22         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
23             stored device name,
24         * device/include/pic/pic12f{635,675,629,683}.h,
25         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
26         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
27         * device/include/pic/pic16f505.h,
28         * device/lib/pic/libdev/pic16f505.c: removed
29         * device/include/pic/pic14devices.txt: added support for pic12f
30             devices, removed unsupported non 16-bit devices
31             [above changes provided by patch from Zik Saleeba]
32         * src/pic/*, src/pic16/*, device/include/pic16/*,
33           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
34
35 2006-05-01 Borut Razem <borut.razem AT siol.net>
36
37         * configure.in, configure, doc/Makefile.in:
38           sync with nightly build makefile - latex, dvipdf and dvips
39           not needed any more
40
41 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
42
43         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
44         in the library source
45
46 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
47
48         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
49
50 2006-04-28 Raphael Neider <rneider AT web.de>
51
52         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
53         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
54           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
55         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
56
57 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
58
59         * device/lib/pic/libdev/Makefile.in,
60         * device/lib/hc08/Makefile.in,
61         * device/lib/gbz80/Makefile.in,
62         * device/lib/z80/Makefile.in,
63         * device/lib/ds390/Makefile.in,
64         * device/lib/ds400/Makefile.in: added srcdir to include search path,
65         thanks to Borut for the bug report
66         * configure.in,
67         * configure: always create doc/Makefile independent from --enable-doc
68         * Makefile.in: always install from directory doc independent from
69         --enable-doc
70         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
71         removed
72         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
73         * doc/Makefile.in: install *.txt if present
74         * device/include/Makefile.in (install): added installation of pic/*.inc
75         and pic/*.txt files again, they were erroneously removed
76
77 2006-04-28 Raphael Neider <rneider AT web.de>
78
79         * src/pic/{gen.c,main.h,pcode.c},
80         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
81             concerning signedness with casts
82
83 2006-04-28 Raphael Neider <rneider AT web.de>
84
85         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
86             definition of an interrupt handler,
87         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
88             interrupt handler stuff from picglue() to separate routine,
89           (picglue): enabled definition of intr handlers in files w/o main()
90
91 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
92
93         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
94           compilation with MSVC 2005 Express Edition (VC8)
95
96 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
97
98         * device/lib/Makefile: fixed build of gbz80 lib
99
100 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
101
102         * support/regression/tests/bug-460010.c,
103         * support/regression/tests/bug-524691.c,
104         * support/regression/tests/bug-716242.c: removed conditional defines
105           that are already in testfwk.h
106
107 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
108
109         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
110           (AccAXRsh1): added, shift right by 1,
111           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
112            AccAXLrl1
113         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
114
115 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
116
117         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
118         remove cast to same type
119         * src/SDCCast.c (decorateType): fix for RFE 1475742,
120         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
121         * as/z80/Makefile,
122         * link/z80/Makefile: removed, they have moved to
123         Makefile.in files
124         * configure,
125         * configure.in: replaced duplicate message about ucsim by missing sdcpp
126         * install-sh: fix bug #1204398 by setting umask 0022
127         * device/lib/Makefile: separate build of z80 and gbz80 lib
128
129 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
130
131         Enabled VPATH feature: changed nearly all Makefiles (149 files).
132         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
133
134         One basic decision: e.g. src/clean.mk includes further files. In order
135         to make this work there are two solutions:
136         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
137           run configure on them. This way they can use
138           'include $(srcdir)/port-clean.mk'
139         - always include clean.mk by the Makefile at the same level. To avoid
140           that `make clean` tries to include and build Makefile.dep the
141           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
142           implemented, because now even `make uninstall` doesn't create
143           Makefile.in. clean.mk could be eliminated by pasting it in
144           Makefile.in.
145
146         * debugger/mcs51/Makefile.in: build own objects from library sources
147         (SLIB, SDCC) in current directory
148
149         * configure, configure.in: renamed --disable-device-lib-build in
150         --disable-device-lib; added --enable-doc, the required tools are
151         searched by configure; added result message; the toolchain for the
152         belonging ports are now only built, if the port is enabled.
153
154         * support/regression/*: all output is written in directory gen, because
155         the fwk and ports directories don't livet in the build tree using vpath
156
157         * doc/sdccman.lyx: renamed --disable-device-lib-build to
158         --disable-device-lib, added --enable-doc, added section VPATH
159
160         * sim/ucsim/configure.in,
161         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
162         z80 are enabled by default
163
164 2006-04-24 Raphael Neider <rneider AT web.de>
165
166         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
167             to config word, "pic14_"-prefixed some extern functions
168           (pic14_emitConfigWord): emit __config directive(s) if assignment to
169             config word has been found
170         * src/pic/device.h: added prototypes
171         * src/pic/pcode.c: added "pic14_"-prefix where needed
172         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
173             fixup
174         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
175             words,
176           (pic14emitRegularMap): ignore config words,
177           (pic14createInterruptVect): moved generating __config directives away
178           (picglue): have __config directives emitted
179
180 2006-04-24 Borut Razem <borut.razem AT siol.net>
181
182         * doc/Makefile: sync with nightly build makefile
183
184 2006-04-24 Raphael Neider <rneider AT web.de>
185
186         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
187             registers that have not been assigned proper liveranges,
188             fixes #1469504 and #1474602,
189           (pCodeRegOptimizeRegUsage): fixed typo in comment
190
191 2006-04-24 Borut Razem <borut.razem AT siol.net>
192
193         * device/examples/main8051.c: deleted - it was removed from CVS
194           24.mar.2000 and after that modified 18.feb.2001, so it reappered
195           after the transition to Subversion
196         * src/SDCCalloc.h: deleted - it was removed  from CVS
197           3.feb.2001 and after that modified 18.feb.2001, so it reappered
198           after the transition to Subversion
199         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
200           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
201           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
202           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
203
204 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
205
206         * as/asx8051.dsp: added mcs51/strcmpi.h
207         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
208         * as/hc08/aslink.h: updated lnksect prototype
209         * as/hc08/asm.h,
210         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
211         * as/hc08/asmain.c,
212         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
213           (newdot): handle A_ABS
214         * as/hc08/asout.c,
215         * as/mcs51/asout.c (outarea): output address
216         * as/hc08/lkaomf51.c,
217         * as/mcs51/lkaomf51.c: disabled unused array UsageType
218         * as/hc08/m08pst.c,
219         * as/mcs51/i51pst.c,
220         * as/z80/z80pst.c: "ABS" is not A_OVR
221         * as/hc08/lkarea.c (newarea): read a_addr,
222           (lnkarea): added codemap array, sort absolute areas to the front,
223            combine all GSINITx/GSFINAL,
224           (find_empty_space, allocate_space): new functions,
225           (lnksect): return next address, handle absolute sections
226         * as/mcs51/lkarea.c (newarea): read a_addr,
227           lnksect2 prototype changed,
228           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
229           (find_empty_space, allocate_space): new, factored out of lnksect2,
230           (lnksect2): return next address, handle absolute sections
231         * as/hc08/lkhead.c,
232         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
233         * as/hc08/lklibr.c (addfile, fndsym),
234         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
235           index out of range and detect both '\' and '/'
236         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
237         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
238           regression tests (ds390 cannot return bool yet)
239         * doc/sdccman.lyx: changed version number, document changed --no-peep,
240           document critical interrupts on z80, document changed SDCC define
241         * src/asm.c (_asxxxx_mapping): fixed .org directive,
242           (_a390_mapping): added .org directive
243         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
244           (genMultOneByte): fixed warnings
245         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
246           ones
247         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
248         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
249           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
250         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
251         * src/pic16/main.c: removed newReg prototype
252         * src/pic16/pcode.c,
253         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
254           warnings
255         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
256           ones
257         * src/pic16/ralloc.c
258         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
259           to fix warnings
260         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
261           from short to PIC_OPTYPE
262         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
263         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
264           optype from short to PIC_OPTYPE
265         * src/port.h: made int_size unsigned to fix warnings
266         * src/SDCC.y: fixed warning on MSVC
267         * src/SDCCicode.c (getArraySizePtr): return unsigned int
268         * src/SDCCopt.c (convertToFcall): fixed warnings
269         * src/SDCCsymt.h: removed double prototype for genSymName
270         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
271           offset int to fix warnings
272
273 2006-04-22 Borut Razem <borut.razem AT siol.net>
274
275         * doc/sdccman.lyx, */Makefile, */Makefile.in:
276           references to CVS replaced with Subversion
277
278 2006-04-21 Borut Razem <borut.razem AT siol.net>
279
280         * doc/sdccman.lyx, */Makefile, */Makefile.in:
281           references to CVS replaced with Subversion
282
283 2006-04-19 Borut Razem <borut.razem AT siol.net>
284
285         * src/version.awk: adapted for svn
286         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
287           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
288           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
289           /binutils-avr/etc/*.vi, *.jin: removed all properties
290           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
291
292 2006-04-19 Borut Razem <borut.razem AT siol.net>
293
294         * CVS to Subversion migration completed
295
296 2006-04-18 Borut Razem <borut.razem AT siol.net>
297
298         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
299           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
300
301 2006-04-17 Borut Razem <borut.razem AT siol.net>
302
303         * device/include/Makefile.in: added pic/*.inc to the installation
304
305 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
306
307         * support/regression/collate-results.py: fixed output in case of
308         a valdiag error
309         * support/regression/generate-cases.py: fixed splitting of pathnames
310         with dots
311         * as/hc08/lklibr.c (addfile),
312         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
313
314 2006-04-11 Raphael Neider <rneider AT web.de>
315
316         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
317         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
318         * src/pic16/pcode.c (assignValnums): fixed #1460578
319
320 2006-04-11 Raphael Neider <rneider AT web.de>
321
322         * device/lib/pic/libdev/*.c,
323         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
324           fixes #1468739, enables compilation in --std-c99 mode
325         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
326
327 2006-04-11 Raphael Neider <rneider AT web.de>
328
329         * src/pic/device.c (find_device): removed debug output
330           (list_valid_pics): enabled verbose listing of supported devices
331         * device/include/stdbool.h: define bool as char for pic14/16 as well
332
333 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
334
335         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
336
337 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
338
339         * .version: bumped version to 2.5.6
340         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
341
342 2006-04-06 Raphael Neider <rneider AT web.de>
343
344         * .version: bumped version to 2.5.6 (pic14 ABI changed)
345         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
346         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
347           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
348             pic14_constructAbsMap
349           (pic14printPublics): declare absolute global symbols as global
350           (pic14createInterruptVect),
351         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
352           (newReg): assume new registers unused, use correct name in
353             hashtable (reg->name instead of name), more debugLog output
354         * src/pic/device.h (PIC_device): added fields for verbose output
355         * src/pic/device.c: moved device definition to pic14devices.txt,
356             added routines for runtime parsing of pic14devices.txt,
357             added support for second config word
358         * src/pic/main.c (_process_pragma): removed #pragma maxram,
359           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
360           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
361           (_pic14_parseOptions): moved pCodeInitRegisters here
362           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
363         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
364           (pCodeInitRegisters): rewrapped comments, perpared new approach to
365             handling the pseudo stack
366         * device/lib/Makefile.in: ignore failures in objects-pic16,
367         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
368         * device/lib/pic/NEWS: document new dependency on picXXX.lib
369         * device/lib/pic/Makefile.subdir,
370         * device/lib/pic16/Makefile.subdir: improved clean rules
371         * device/lib/pic/libdev/: NEW, pic14 device libraries
372         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
373         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
374         * device/include/Makefile.in: create subdir and install pic14 headers
375         * device/include/pic/p16f_common.inc: removed unused declarations
376         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
377             PICs from inc2h.pl v1.6,
378             replaced BIT_AT macros with struct declarations
379         * device/include/pic/pic14devices.txt: definition of supported devices,
380             all above improvements contributed by Zik Saleeba, thanks
381         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
382         * support/scripts/sdcc.nsi: also install pic14 device libraries and
383             headers
384
385 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
386
387         * device/include/mcs51/c8051f410.h: added interrupt numbers,
388         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
389           thanks to Charles Olds
390
391 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
392
393         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
394
395 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
396
397         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
398         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
399         * support/regression/bug1464657.c: added, new test
400
401 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
402
403         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
404           version number
405
406 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
407
408         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
409           --no-peep and --peep-file <file> are used don't use default rules but
410           do use the <file>
411
412 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
413
414         * src/mcs51/gen.c (genCall): fixed bug 1457608
415
416 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
417
418         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
419         changes seem to cause (trigger?) problems with the build system.
420
421 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * src/SDCCpeeph.c (operandsLiteral): new, added,
424           (callFuncByName): inserted operandsLiteral
425         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
426
427 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
428
429         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
430         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
431
432 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
435           implemented patch 1120823 Thanks to Willy De la Court (normal
436           interrupts need an interrupt number now if they are made critical),
437           and enabled nesting of critical functions though not for gbz80
438           (genCritical, genEndCritical): added functions
439           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
440         * src/z80/mappings.i: added "ei" to all mappings
441
442 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
443
444         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
445         submitted by the Debian SDCC maintainer Aurelien Jarno:
446         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
447         archive with gcc 4.1 on mips and wrote the patch"
448
449 2006-03-16 Raphael Neider <rneider AT web.de>
450
451         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
452           the left operand is shorter than the result (c* = lit-c* + int),
453           fixes bug #1450796
454         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
455           OP_SYMBOL
456
457 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
458
459         * src/.version: increased version number to 2.5.5
460         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
461         linking is done manually in pic16 port's _linkEdit,
462         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
463         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
464         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
465         allocate asmop as AOP_ACC,
466         (aopForRemat): added parameter 'bool result' in function declaration,
467         (pic16_aopGet): return AOP_ACC when accessing WREG,
468         (pic16_popGetTempReg): minor modification,
469         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
470         'pic16_allocWithIdx',
471         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
472         calling function in absolute addresses,
473         (genAssign): take into account AOP_ACC asmop,
474         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
475         * src/pic16/pcoderegs.c: some debug functions and lines added,
476         * src/pic16/ralloc.c (decodeRegType): added but commented out,
477         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
478         register too,
479         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
480         call to allocReg, not by manually allocating a new one,
481         (pic16_assignRegisters): now before going through the register
482         allocating functions mark all registers as free. This eliminates some
483         side effects resulting from peephole parser done earlier in the backbone
484
485 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * src/SDCCicode.c (geniCodeLogic),
488         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
489
490 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
493           (genSend): bugfix, do not allocate and free twice,
494           (shiftRLong): handle partially overlapping aops
495         * support/regression/tests/bitopcse.c: fixed warning redefined idata
496
497 2006-03-08 Borut Razem <borut.razem AT siol.net>
498
499         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
500           for pic16
501
502 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * support/regression/tests/bug1409955.c: new, added
505         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
506         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
507           (aopForSym, aopOp): increment asmop.allocated if reused,
508           (freeAsmop): decrement asmop.allocated and check for zero instead of
509           using asmop.freed,
510           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
511           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
512            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
513            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
514            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
515            genSignedRightShift, genRightShift, genDataPointerGet,
516            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
517            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
518             in reverse order from allocation,
519           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
520             added swappedLR to keep track
521         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
522           pdata & code for GCC, z80, gbz80 & hc08
523         * support/regression/tests/zeropad.c: moved defines to testfwk.h
524
525 2006-03-08 Raphael Neider <rneider AT web.de>
526
527         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
528
529 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
530
531         * device/include/mcs51/c8051f410.h: new SiLabs mcu
532         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
533         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
534
535 2006-03-06 Borut Razem <borut.razem AT siol.net>
536
537         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
538           made the linker quiet
539
540 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
541
542         * src/pic16/gen.c (genPcall): fixed bug #1443644
543         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
544         which dumps before the function entry point a data byte which represents
545         the number of the local variables used by the specified function, added
546         'xinst' for initial support for Extended Instruction Support,
547         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
548         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
549         port->fun_prefix anymore (may change later),
550         (genFunction, genEndFunction): do not store/restore local registers for
551         _main (this should take care the --main-return command line option in
552         the future),
553         (genOr): removed some legacy pic-port instructions,
554         * src/pic16/genarith.c (genAddLit): re-enabled old code because
555         performing operations with SFR's causes data to be written more than
556         once to each SFR. Perhaps SFRs should be handled in special cases...
557         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
558         pcode.h
559         * src/pic16/main.c (_process_pragma): stack bound checking did not take
560         into account for stack starting position,
561         (struct OPTIONS pic16_optionsTable): added command line argument
562         --extended or -y for Extended Instruction Support,
563         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
564         (deassignLRs): *** perhaps the most important change, old 'for' code
565         (commented out for reference), didn't account for some registers which
566         were left marked 'not free' after a pointer operation. The change
567         reduces register usage a lot in some cases
568
569 2006-03-04 Borut Razem <borut.razem AT siol.net>
570
571         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
572           _clean
573         * support/regression/tests/bug-524697.c: decreased array size for
574           mcs51 to fit into the internal RAM
575         * support/regression/Makefile.in: a little bit more verbose
576
577 2006-03-03 Borut Razem <borut.razem AT siol.net>
578
579         * support/regression/fwk/lib/testfwk.c,
580           support/regression/fwk/include/testfwk.h: introduced function
581           _prints(), nonrecursive _printn(), call _initEmu() from main()
582         * support/regression/ports/gbz80/support.asm,
583           support/regression/ports/ucz80/support.asm,
584           support/regression/ports/z80/support.asm,
585           support/regression/ports/ds390/support.c,
586           support/regression/ports/hc08/support.c,
587           support/regression/ports/host/support.c,
588           support/regression/ports/mcs51/support.c,
589           support/regression/ports/xa51/support.c: added empty _initEmu()
590           function
591         * support/regression/ports/pic16/gpsim.cmd,
592           support/regression/ports/pic16/spec.mk,
593           support/regression/ports/pic16/support.c,
594           support/regression/Makefile.in: added pic16 regression test
595
596 2006-03-01 Raphael Neider <rneider AT web.de>
597
598         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
599           genConstPointerGet): use safe way of generating MOVFF to cover
600             literals as well as registers, fixes bug #1440527
601         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
602             dereference
603           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
604             more correctly, fixes bug #1232186
605           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
606         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
607             gplink guess the correct processor in more cases, applied patch
608             from Till Riedel attached to and fixing bug #1436552
609
610 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
611
612         * support/regression/tests/array.c: added, contains check for #1434401
613         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
614
615 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
616
617         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
618         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
619         * device/include/mcs51/c8051f326.h,
620         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
621         * device/include/mcs51/c8051f000.h,
622         * device/include/mcs51/c8051f018.h,
623         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
624           PCON_IDLE,PCON_STOP and added sfr16 definitions
625
626 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
627
628         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
629           genGetWord): fixed bug 1409955
630
631 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * device/include/hc08/mc68hc908gp32.h,
634         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
635
636 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
637
638         * src/SDCCast.c (constExprValue): return NULL if not a value
639         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
640         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
641         * support/regression/tests/bitfields.c: enabled signed bitfield for all
642
643 2006-02-13 Borut Razem <borut.razem AT siol.net>
644
645         * src/regression/ptrarg.c: added, fails due to bug #1430967
646         * src/regression/Makefile: ptrarg.c added, ...
647
648 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
649
650         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
651         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
652
653 2006-02-11 Borut Razem <borut.razem AT siol.net>
654
655         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
656           print "Processor: xxx" message to stdout only if --verbose
657
658 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
659
660         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
661         * support/regression/tests/bug1426356.c: added
662         * support/regression/tests/bitfields.c: removed 2 tests
663
664 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
667         * device/include/mcs51/c8051f330.h,
668         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
669           PCON_IDLE,PCON_STOP and added sfr16 definitions
670         * device/lib/_divsint.c,
671         * device/lib/_divuint.c,
672         * device/lib/_divulong.c,
673         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
674           register bank bug for small stackauto
675
676 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
677
678         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
679
680 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
681
682         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
683         * all.dsp: corrected several bin paths
684         * device/include/mcs51/c8051f120.h,
685         * device/include/mcs51/c8051f300.h,
686         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
687           to PCON_IDLE,PCON_STOP
688         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
689         * device/lib/printf_large.c (output_float): fixed bug 1388703
690         * support/regression/tests/bug1057979.c: added test for bug 1388703
691
692 2006-02-08 Raphael Neider <rneider AT web.de>
693
694         * src/pic/pcode.c (pciTRIS): fixed typo,
695           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
696           (LinkFlow): fixed handling of flows that end in a call,
697           (ReuseReg): perform safety check earlier
698         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
699             to work with flows at the beginning of a pBlock,
700             fixes #1426557 (Symbol not previously defined),
701           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
702             usage information
703           (RemoveUnusedRegisters): update register usage info
704         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
705             created, reuse existing ones instead
706         * src/pic/gen.c (genPcall): fixed #1424719
707
708 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
709
710         * link/z80/lkmain.c,
711         * link/z80/lklex.c,
712         * link/z80/lkdata.c,
713         * link/z80/aslink.h: fixed build on current cygwin:
714         replaced getline() by lk_getline()
715
716 2006-02-01 Borut Razem <borut.razem AT siol.net>
717
718         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
719           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
720           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
721           src/regression/bool1.c, src/regression/bool2.c,
722           src/regression/bool3.c, src/regression/call1.c,
723           src/regression/compare.c, src/regression/compare10.c,
724           src/regression/compare2.c, src/regression/compare3.c,
725           src/regression/compare4.c, src/regression/compare5.c,
726           src/regression/compare6.c, src/regression/compare7.c,
727           src/regression/compare8.c, src/regression/compare9.c,
728           src/regression/configword.c, src/regression/for.c,
729           src/regression/inline.c, src/regression/mult1.c,
730           src/regression/nestfor.c, src/regression/or1.c,
731           src/regression/pointer1.c, src/regression/ptrfunc.c,
732           src/regression/rotate1.c, src/regression/rotate2.c,
733           src/regression/rotate3.c, src/regression/rotate4.c,
734           src/regression/rotate5.c, src/regression/rotate6.c,
735           src/regression/rotate7.c, src/regression/string1.c,
736           src/regression/struct1.c, src/regression/sub.c,
737           src/regression/sub2.c, src/regression/switch1.c,
738           src/regression/while.c, src/regression/xor.c,
739           src/regression/create_stc, src/regression/simulate,
740           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
741           regression tests
742         * src/regression/gpsim_assert.h: added
743
744 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
745
746         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
747         ((void (code *) (void)) 0) ();
748         * as/hc08/aslex.c,
749         * as/hc08/aslink.h,
750         * as/hc08/asm.h,
751         * as/hc08/asmain.c,
752         * as/hc08/lkdata.c,
753         * as/hc08/lklex.c,
754         * as/hc08/lkmain.c,
755         * as/mcs51/aslex.c,
756         * as/mcs51/aslink.h,
757         * as/mcs51/asm.h,
758         * as/mcs51/asmain.c,
759         * as/mcs51/lkdata.c,
760         * as/mcs51/lklex.c,
761         * as/mcs51/lkmain.c,
762         * as/z80/aslex.c,
763         * as/z80/asm.h,
764         * as/z80/asmain.c: fixed build on current cygwin:
765         replaced getline() by as_getline()
766
767 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
768
769         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
770         declarator in the symbol chain
771         * src/SDCCsymt.h,
772         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
773         parameter list for function pointers
774         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
775         * support/regression/tests/bug-716242.c: added
776
777 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
778
779         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
780         offset if possible
781         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
782
783 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
784
785         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
786         inifinitely recurseable, added static
787         * support/regression/tests/bug-1408066.c: added
788
789 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
790
791         * src/SDCCicode.h,
792         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
793         renamed, added possibility to create "postLoopLbl"-labels
794         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
795         newiTempLoopHeaderLabel
796         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
797         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
798         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
799         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
800         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
801         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
802         (basicInduction): fixed bug #136564, made static,
803         (loopInduction): changed parameter of basicInduction, made static,
804         (addPostLoopBlock): added
805         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
806         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
807         findLoopEndSeq
808         * support/regression/tests/bug-136564.c: added
809         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
810         --std-sdcc99 to LIBSDCCFLAGS
811
812 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
813
814         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
815         while loop
816         * support/regression/tests/bug-1406131.c: added
817
818 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
819
820         * src/SDCCast.c (decorateType): fix promotion of unary minus
821         * src/SDCCsymt.c (computeType): beautified
822         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
823         (valUnaryPM, valComplement): fix sign and promotion,
824         (valNot): ANSI: result type is int (SDCC: unsigned char)
825         * support/regression/tests/uminus.c: speedup by removing superflous
826         test case 'int'
827         * support/regression/tests/onebyte.c: added promotion and signedness
828         tests for unary minus
829         * support/regressions/tests/bug-477927.c: disable warning about
830         uninitialized variables
831         * support/regression/tests/not.c: added
832
833 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
834
835         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
836         * src/mcs51/gen.c (gen51Code): show final register usage after
837         fillGaps in asm with --i-code-in-asm
838         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
839         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
840         incUsed, rliveClear, adjustIChain): made static,
841         (setFromRange): excluded because it's unused,
842         (findPrevUseSym, markWholeLoop): added,
843         (findPrevUse): rewritten; fixes bug 895992; now a complete search
844         through all branches of predecessors enables sdcc to emit the warning
845         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
846         (rlivePoint): made static, added parameter emitWarnings which is only
847         true during the first run out of two,
848         (findRecursiveSucc, findRecursivePred): removed,
849         (computeLiveRanges): made static, added parameter emitWarnings,
850         (dumpIcRlive): added for debugging only
851         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
852         removed prototype of setFromRange()
853         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
854         in call of computeLiveRanges()
855         * support/regression/tests/bug-895992.c: added
856         * support/regression/tests/bug-971834.c: added
857         * support/valdiag/tests/bug-895992.c: added
858         * support/valdiag/tests/bug-971834.c: added
859
860 2005-12-18 Raphael Neider <rneider AT web.de>
861
862         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
863           (genUnpackBits): improved code for direct operands,
864           (genPackBits): improved code for literal assignment to bitfields
865             and for direct destination operands (no FSR indirection),
866             prevented redundant AND, fixes #1362800,
867           (AccLsh): added parameter to disable masking of the result
868         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
869           skip instructions with side-effects (like incfsz),
870           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
871         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
872         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
873           fixes #1375263
874
875 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
876
877         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
878         volatile variables as spill location
879
880 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
881
882         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
883         replacing literals
884         * support/regression/tests/bug-1376320.c: added
885
886 2005-12-08 Raphael Neider <rneider AT web.de>
887
888         * src/pic/device.c: renamed is_shared to pic14_is_shared
889         * src/pic/gen.c (genIfx): re-enabled handling of sbits
890         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
891           (is_valid_identifier): added for above workaround
892
893 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
894
895         * device/lib/Makefile.in: fixed to enable port-specific-objects
896         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
897           char, thanks Hubert Sack
898         * doc/sdccman.lyx: documented --xstack-loc,
899           elaborated a bit more on interrupts and pitfalls,
900           removed "setjmp/longjmp unsupported",
901           documented some unsupported C99 features
902         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
903         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
904           if, thanks Hubert Sack
905         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
906         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
907           make make_library
908         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
909           regression tests can report resource usage (rfe 700441)
910         * support/regression/collate-results.py: report resource usage
911         * support/regression/ports/ds390/spec.mk,
912         * support/regression/ports/hc08/spec.mk,
913         * support/regression/ports/mcs51/spec.mk,
914         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
915         * support/regression/ports/ds390/uCsim.cmd,
916         * support/regression/ports/hc08/uCsim.cmd,
917         * support/regression/ports/mcs51/uCsim.cmd,
918         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
919         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
920           library, use the default one
921         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
922           building the library
923
924 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * config.dsp: added dependency on .version and configure_vc.awk
927         * device/include/setjmp.h: updated for --stack-auto and --xstack
928         * device/include/mcs51/at89c51snd1c.h: corrected line endings
929         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
930         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
931         * device/lib/libsdcc.lib: added _setjmp
932         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
933           (decorateType): fixed bug 1372851,
934           (optimizeGetHbit): fixed warning
935         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
936           array initialisation
937         * support/regression/tests/bug1057979.c: added test for bug 1358192
938         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
939
940 2005-12-03 Borut Razem <borut.razem AT siol.net>
941
942         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
943           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
944
945 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
946
947         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
948         createIval): implement symbol independant "flexible array member",
949         (createIvalCharPtr): implemented flexible array initialisation with a
950         string
951         * src/SDCCsymt.c (copyStruct): removed,
952         (getSize): fixed misleading comment,
953         (getAllocSize): removed, the additional allocation size is now in
954         sym->flexArrayLength,
955         (checkStructFlexArray): new, syntax checks for flexible array members,
956         (compStructSize): added syntax checks for "flexible array members"
957         (copyStruct): removed,
958         (copyLinkChain): removed inefficient fix for bug 770487
959         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
960         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
961         symbol->flexArrayLength
962         * src/SDCCerr.c,
963         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
964         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
965         * support/regression/tests/structflexarray.c: added
966         * support/valdiag/tests/structflexiblearray.c: added
967
968 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
969
970         * src/SDCCast.c (decorateType): fixed bug 1368489
971         * support/Util/SDCCerr.c,
972         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
973
974 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
975
976         * device/include/mcs51/at89c51snd1c.h: added file submitted by
977           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
978
979 2005-11-27 Borut Razem <borut.razem AT siol.net>
980
981         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
982           support/cpp2/mkdeps.h: added command line option
983           -obj-ext=<extension> to SDCPP to define object file externion, used
984           for generation of make dependencies (-M)
985         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
986
987 2005-11-26 Borut Razem <borut.razem AT siol.net>
988
989         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
990           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
991           added pic and pic16 libraries
992
993 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
994
995         * device/include/float.h: Corrected typo in prototype of __fsgt
996
997 2005-11-25 Borut Razem <borut.razem AT siol.net>
998
999         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1000           added creation of model-mcs51-stack-auto libraries
1001
1002 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1003
1004         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1005         and fields-list too
1006         * src/SDCCast.c (createIvalArray): removed obsolete comment
1007
1008 2005-11-24 Borut Razem <borut.razem AT siol.net>
1009
1010         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1011           added missing device/lib/mcs51/crt*.asm sources
1012
1013 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1014
1015         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1016
1017 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1018
1019         * device/lib/_fs2schar.c,
1020         * device/lib/_fs2sint.c,
1021         * device/lib/_fs2slong.c: optimized inline asm
1022
1023 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1024
1025         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1026           Better handling of floats between -1.0 and 0.0.
1027
1028 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1029
1030         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1031           (the missing "if"s prohibited removal of redundant labels)
1032
1033 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1034
1035         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1036           Properly convert floats between -1.0 and 0.0 to long, int, and char
1037           types (max integer value of negative floats tends to zero).
1038         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1039           Removed changes made so to work properly with floats between
1040           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1041           and _fs2char.c
1042
1043 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1044
1045         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1046         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1047         (genCast) cosmetic change
1048         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1049         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1050         from mcs51
1051         * support/regression/tests/bitfields (testSignedBitfields): added
1052
1053 2005-11-18 Borut Razem <borut.razem AT siol.net>
1054
1055         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1056         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1057           introduced SILENT option to make building of pic16 libraries less
1058
1059 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1060
1061         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1062           Now they work properly with floats between -1.0 and 0.0
1063         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1064
1065 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1066
1067         * src/SDCCicode.c (printOperand): added missing else
1068
1069 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1070
1071         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1072         reformatted for better readability
1073         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1074         signed bitfields
1075
1076 2005-11-17 Borut Razem <borut.razem AT siol.net>
1077
1078         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1079           introduced SILENT option to make building of pic16 libraries less
1080           verbose - used for nightly snapshot build
1081         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1082           available on Win32 platforms.
1083         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1084           medium, large, pic and pic16
1085
1086 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1087
1088         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1089           printf("%f"...) sets fraction to zero.
1090
1091 2005-11-16 Raphael Neider <rneider AT web.de>
1092
1093         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1094           fixes #1357221
1095         * src/pic/gen.c (genIfx): implemented for CARRY bit
1096         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1097           to generic pointers, fixes #1357332,
1098           (pic16_movLit2f): NEW,
1099           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1100
1101 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1102
1103         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1104
1105 2005-11-11 Raphael Neider <rneider AT web.de>
1106
1107         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1108         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1109           compute pointer's type from operand,
1110           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1111           improved single bit reads, fixes bug #1353379
1112
1113 2005-11-09 Borut Razem <borut.razem AT siol.net>
1114
1115         * support/scripts/sdcc.nsi: added lib/pic to the package
1116
1117 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1120
1121 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1122
1123         * support/regression/tests/bug1348008.c: added
1124         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1125         * support/regression/tests/bug1337835.c: updated comment
1126
1127 2005-11-06 Borut Razem <borut.razem AT siol.net>
1128
1129         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1130           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1131           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1132           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1133           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1134           dynamic construction of cl_error_class and derivates - 2.nd try
1135
1136 2005-11-05 Borut Razem <borut.razem AT siol.net>
1137
1138         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1139           bug, which caused Bus Errors on sparc solaris
1140
1141 2005-11-04 Borut Razem <borut.razem AT siol.net>
1142
1143         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1144           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1145           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1146           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1147           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1148           and derivates to resolve the initialization problem on OSX
1149
1150 2005-11-02 Borut Razem <borut.razem AT siol.net>
1151
1152         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1153           corrected typo - #include <winsock2.h>
1154
1155 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1156
1157         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1158           (_asxxxx_mapping): added org directive for future enhancements
1159
1160 2005-11-01 Borut Razem <borut.razem AT siol.net>
1161
1162         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1163           enabled sockets on WIN32
1164         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1165
1166 2005-10-31 Borut Razem <borut.razem AT siol.net>
1167
1168         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1169           WIN32 backslash path delimiters should be escaped when used in C strings
1170         * support/regression/tests/bitfields.c: exclude failing assertions for
1171           __CYGWIN32__ and __MINGW32__ hosts
1172
1173 2005-10-30 Borut Razem <borut.razem AT siol.net>
1174
1175         * src/SDCCutil.c: corrected double comparison typo
1176
1177 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * device/lib/medium/Makefile: added for new memory model medium
1180         * device/include/asm/mcs51/features.h: updated for medium/pdata
1181         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1182           added Multiply & Accumulate sbit's and MAC0_PAGE define
1183         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1184         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1185         * device/lib/_mullong.c: update for medium model
1186         * device/lib/incl.mk: added medium model
1187         * doc/sdccman.lyx: documented medium model
1188         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1189         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1190         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1191         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1192           (allocParms): set SCLS and OCLS to pdata for medium model
1193         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1194           for pdata,
1195           (powof2): return <0 if not power of 2
1196         * src/avr/gen.c (genBitWise): use updated powof2
1197         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1198           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1199           (shiftLLeftOrResult): use B if necessary
1200         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1201         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1202         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1203         * support/regression/Makefile.in: added test-mcs51-medium
1204         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1205
1206 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1207
1208         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1209         specifier unsigned
1210         * device/lib/time.c (mktime): fixed bug 1334315
1211
1212 2005-10-28 Raphael Neider <rneider AT web.de>
1213
1214         * device/include/pic/p16f_common.inc: added common declarations
1215         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1216
1217 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1218
1219         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1220           (aopPutUsesAcc): added to predict accumulator use,
1221           (assignResultValue): save acc if necessary,
1222           (genMinusDec): store result if indirectly addressed,
1223           (genDivOneByte):  save acc if necessary,
1224           (movLeft2Result): bugfix if left already in acc,
1225           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1226             attention to accumulator use (esp. pdata),
1227           (genReceive): receive pdata correctly
1228         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1229         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1230
1231 2005-10-27 Raphael Neider <rneider AT web.de>
1232
1233         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1234
1235 2005-10-27 Raphael Neider <rneider AT web.de>
1236
1237         * .version: changed version to 2.5.4
1238         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1239         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1240           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1241             arithmetics support routines
1242         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1243         * device/lib/Makefile.in: also create installdir for pic
1244
1245         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1246           pic14 port as well
1247         * src/pic/device.c (dump_sfr): rewritten to delegate register
1248           placement to the linker (use `extern sym' rather than sym EQU addr),
1249           (validAddress): fixed to check last specified address
1250         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1251           (popGetLit): truncate literal value to 8 bit,
1252           (popGet): moved assert to more appropriate place
1253           (popGetExternal): create pCode operand from and mark the according
1254             symbol as being `extern'
1255           (popGetAddr): added sanity check on immediate's offset, provide
1256             GPOINTER tag on demand
1257           (aopPut): fixed for immediates,
1258           (mov2w_op): move operand's address or contents to WREG (depending on
1259             operand type), safer variant of mov2w,
1260           (movwf,call_libraryfunc): NEW, handy abbreviations,
1261           (get_argument_pcop,get_return_val_pcop,pass_argument,
1262           get_returnvalue): interface for accessing function parameters and
1263             return values,
1264           (assignResultValuei,genRet): use new parameter/return value interface
1265           (pic14_getDataSize): back to old version handling generic pointers,
1266           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1267             provided implementation and/or fixed old one,
1268           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1269             calls, removed legacy 8051 reference code
1270           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1271           (loadSignToC): NEW, move the operands sign bit to CARRY,
1272           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1273             genRightShiftSigned, accepts negative shift counts,
1274           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1275           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1276             generic pointers, __data pointers and __code pointers,
1277           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1278             and signed bitfields, limit bitfields to 8 bit,
1279           (genDataPointerGet): fixed number of bytes read,
1280           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1281           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1282             pointers to constant data are no longer assumed to point to __code
1283             space, removed invalid pointer types,
1284           (bitpatternFromVal): retrieve the PICs representation of an integer
1285             or float literal,
1286           (genDataPointerSet): fixed assigning to po_immediate operands,
1287           (genGenPointerSet): implemented as library call,
1288           (genIfx): fixed incorrect condition,
1289           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1290             provide GPOINTER tag according to destination's storage class,
1291           (genCast): added code to handle casting to generic pointers, added
1292             sign-/zero extension of the result
1293           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1294         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1295         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1296           extend the result
1297         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1298           address/register resides in the shared banks
1299           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1300             put all variables into separate sections (have the linker arrange
1301             them)
1302           (picglue): put init code and interrupt handlers in separate sections
1303         * src/pic/main.c: added port specific options table, modified to PORT
1304           structure to make GPOINTERs 3 byte, added pic14_options
1305           (_pic14_do_link): private linking routine (update paths to libraries,
1306             add libsdcc.lib by default)
1307         * src/pic/main.h: declare pic14_options
1308         * src/pic/pcode.c: fixed instructions i/o relations,
1309           (RegCond): reverted to correct version,
1310           (newpCodeOpLit): truncate literals to 8 bit,
1311           (genericPrint): added debug output,
1312           (getRegFromInstruction): fixed for various operand types, simplified
1313           (BuildFlow): fixed broken handling of isntructions with labels
1314           (LinkFlow): start at last instruction in flow (skip trailing comments),
1315             pass the flow on to the next instruction after CALL
1316           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1317           (insertPCodeInstruction): fixed inserting after a skip instruction,
1318           (DoBankSelect): fixed for labeled instructions
1319           (OptimizepBlock): honor --nopeep switch
1320           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1321         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1322         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1323           (pCodeOptime2pCodes): allow disabling this optimization via
1324             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1325             but is still buggy), started implementation of a dataflow based
1326             pCode optimization (CSE + dead code elimination)
1327           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1328         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1329           names are independant of the stack location and therefore portable across
1330           devices
1331
1332 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1333
1334         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1335           (selectSpil): fixed bug 1337835 by not spilling bit variables
1336         * support/regression/tests/bug1337835.c: added test for this bug
1337         * src/mcs51/peeph.def: restart after rule 3.c,
1338           addded rules 263.x to optimize loading constants
1339
1340 2005-10-26 Raphael Neider <rneider AT web.de>
1341
1342         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1343         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1344           (genAssign): emit warning when casting literals to generic pointer
1345             type, also applies when taking the address of a fixed variable,
1346           (genCast): improved casting to generic pointers
1347         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1348           extern variables, added verbose error message
1349         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1350
1351 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1352
1353         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1354         carry must be complemented too
1355         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1356         could be emitted by genMinus
1357         * src/SDCCval.c (constVal): fixed bug 1305065
1358
1359 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1360
1361         * src/SDCCast.c (addCast): added promotion for bit variables
1362         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1363         promotion casts + optimisation
1364         (optimizeGetWord): fix warning 'i' might be used uninitialized
1365         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1366         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1367
1368 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1369
1370         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1371         all chars are promoted to int; promotion should be handled in SDCCast.c
1372
1373 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1374
1375         * device/lib/_strcmp.c: Fixed bug 1326457
1376
1377 2005-10-11 Raphael Neider <rneider AT web.de>
1378
1379         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1380         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1381
1382 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1385         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1386
1387 2005-10-04 Raphael Neider <rneider AT web.de>
1388
1389         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1390           device/lib/pic16/pics.all: added pic18f1320
1391         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1392
1393 2005-09-30 Raphael Neider <rneider AT web.de>
1394
1395         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1396         * src/pic16/devices.inc: NEW, provides device descriptions
1397         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1398
1399 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1400
1401         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1402           GETHBIT
1403
1404 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1405
1406         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1407           documented Any Order Bit, Higher Order Byte and Higher Order Word
1408         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1409         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1410           (optimizeGetAbit): new, to get any bit, not only the high bit,
1411           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1412           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1413           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1414           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1415             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1416             GETABIT, GETBYTE, GETWORD: decorate them,
1417           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1418           (ast_print): added GETABIT, GETBYTE, GETWORD
1419         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1420         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1421           (geniCodeBinary): new generic binary icode,
1422           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1423         * src/port.h: updated comment for PORT.hasExtBitOp
1424         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1425           (genGetByte): new, to get a single byte,
1426           (genGetWord): new, to get a word from a long,
1427           (gen51Code): added GETABIT, GETBYTE, GETWORD
1428         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1429
1430 2005-09-23 Raphael Neider <rneider AT web.de>
1431
1432         * configure.in, configure: have device/lib/pic configured
1433         * device/lib/Makefile.in: added model-pic14
1434         * device/lib/clean.mk: added pic/ to clean rule
1435         * device/lib/pic: added rudimentary pic14 library providing support
1436           functions for multiplication/division/generic pointer access
1437         * src/SDCCopt.c (convilong): mark support functions as extern
1438           for pic14 port as well
1439         * src/pic/gen.c (genMult): added assertions,
1440           (genpic14Code): emit warning on unhandled iCodes
1441         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1442         * src/pic/pcode.c (pCodeOpCopy),
1443         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1444           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1445           SFR_REGISTER}), made safe for future extensions
1446         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1447           instructions even if preceeded by SKIP instructions (also remove
1448           them); removed unused code
1449         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1450           prevents leaving parts of the structure uninitialized after copying
1451
1452 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1453
1454         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1455           ago by me
1456         * support/regression/tests/addsub.c: added test for the bug
1457
1458 2005-09-21 Raphael Neider <rneider AT web.de>
1459
1460         * device/include/pic16/pic18f1220.h,
1461           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1462         * device/lib/pic16/Makefile.rules: added missing opening paren
1463         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1464           are provided in genutils.c,
1465           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1466           operand/result sizes,
1467           (genCmp): assert on NULL pointers first, then check deref'ed values
1468         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1469           result size
1470
1471 2005-09-18 Raphael Neider <rneider AT web.de>
1472
1473         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1474           as these are now unused,
1475           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1476         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1477           local, avoids uninitialized pointer dereference on r->name
1478         * src/pic16/ralloc.c (newReg): fixed indentation
1479
1480 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/SDCCval.c (constVal): fixed bug 730366
1483         * support/Util/SDCCerr.c,
1484         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1485
1486 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1487
1488         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1489
1490 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1491
1492         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1493
1494 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1497           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1498         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1499           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1500         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1501         * packihx/packihx.c (hexDigit): made c unsigned char
1502         * as/mcs51/lklibr.c (fndsym),
1503         * link/z80/lkgb.c (gb),
1504         * link/z80/lklibr.c (fndsym),
1505         * link/z80/lkrloc.c (relr),
1506         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1507         * src/SDCC.lex (checkCurrFile, process_pragma),
1508         * src/SDCCglue.c (spacesToUnderscores),
1509         * src/SDCCmain.c (setParseWithComma, processFile),
1510         * src/asm.c (tvsprintf, printCLine),
1511         * src/avr/gen.c (emitcode, aopPut),
1512         * src/ds390/gen.c (emitcode),
1513         * src/hc08/gen.c (emitcode, emitinline),
1514         * src/mcs51/gen.c (emitcode, genInline),
1515         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1516           tokenizeLineNode),
1517         * src/pic/ralloc.c (debugLog),
1518         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1519           tokenizeLineNode),
1520         * src/pic16/ralloc.c (debugLog),
1521         * src/z80/main.c (_process_pragma):
1522            made all ctype.h function calls safe
1523         * src/SDCCopt.c: include math.h for fabs
1524         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1525           and used them throughout the code to make ctype.h function calls safe
1526         * src/ds390/main.c (asmLineNodeFromLineNode),
1527         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1528         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1529            unsigned char*
1530         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1531           (newpCodeAsmDir): made ctype.h function calls safe
1532         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1533           pic16_emitcode):  made lbp unsigned char*
1534         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1535           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1536         * src/xa51/gen.c (emitcode),
1537         * src/z80/gen.c (_emit2): made lbp unsigned char*
1538         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1539            char*
1540
1541 2005-09-05 Raphael Neider <rneider AT web.de>
1542
1543         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1544           access bank splitpoint
1545
1546 2005-09-05 Raphael Neider <rneider AT web.de>
1547
1548         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1549
1550 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1551
1552         * .version: changed to version 2.5.3
1553         * doc/sdccman.lyx: changed version to 2.5.3,
1554           documented --codeseg and --constseg and pragma codeseg and constseg,
1555           documented bit parameters (reentrant) and bit returning
1556         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1557            currFunc->recvSize, but is this ok for all ports?
1558           (ast2iCode): result of ~ on unsigned char must be cast to int for
1559            bool to work
1560         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1561           function pointers in bit space
1562         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1563           (processFuncArgs): call port.reg_parm() with reentrancy info
1564         * src/port.h,
1565         * src/avr/main.c,
1566         * src/ds390/main.c,
1567         * src/hc08/main.c,
1568         * src/pic/main.c,
1569         * src/pic16/main.c,
1570         * src/xa51/main.c,
1571         * src/z80/main.c: port.reg_parm prototype extended with
1572           "bool reentrant" parameter
1573         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1574           options.stackAuto for allocating bit register parameters
1575         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1576           (genSend): set BitBankUsed if it is,
1577           (selectRegBank): factored out of genCall for use in genPcall,
1578           (genCall): removed redundant dtype assignmen, use selectRegBank,
1579           (genPcall): handle returning in Carry properly, save in F0 if needed,
1580           (genReceive): handle bit register parameters
1581         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1582           (mcs51_assignRegisters): enable bit registers for all reentrant
1583            functions and don't set BitBankUsed unconditionally
1584         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1585         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1586         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1587
1588 2005-08-27 Borut Razem <borut.razem AT siol.net>
1589
1590         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1591         ppc-osx (Darwin) does not support -u option. It seems that it is
1592         supported only on Linux - GNU cp
1593
1594 2005-08-25 Borut Razem <borut.razem AT siol.net>
1595
1596         * sim/ucsim/gui.src/serio.src/Makefile.in,
1597           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1598           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1599           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1600           install and strip, since the strip at /usr/ccs/bin should be used
1601           on solaris
1602
1603 2005-08-24 Borut Razem <borut.razem AT siol.net>
1604
1605         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1606
1607 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1608
1609         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1610         ffffffffu
1611
1612 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1613
1614         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1615         * as/mcs51/lkmain.c (link_main): fixed warning
1616         * device/include/stdbool.h: ds390 has no advanced bit support yet
1617         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1618         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1619         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1620           and updated their macros
1621         * src/SDCCval.c (constVal): updated comment for renamed b_long
1622
1623 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1624
1625         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1626         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1627           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1628           (oprio): set priority for '['
1629         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1630            and adb_24_bit
1631         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1632         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1633         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1634         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1635           added overlayable BIT_BANK area
1636         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1637           (summary2): explain 'T' in legenda
1638         * as/mcs51/lkrloc.c: replaced old K&R style,
1639           (relr): added R_BIT processing,
1640           (errmsg): added "Bit-addressable relocation error",
1641           (adb_bit): added for converting from byte- to bit-addressable space,
1642           (adb_24_bit): added for converting from byte- to bit-addressable space
1643         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1644            used in reentrant functions now even as return value
1645         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1646         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1647           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1648         * src/SDCCglobl.h: added indicator BitBankUsed
1649         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1650            the bit registers b0-b7
1651         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1652           (geniCodeCast): fixed bug 1263853,
1653           (geniCodeLogicAndOr): put result in bool or char,
1654           (geniCodeReceive): added parameter func for accessing the return type,
1655           (geniCodeFunctionBody): pass func to geniCodeReceive
1656         * src/SDCCmain.c: added indicator BitBankUsed
1657         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1658         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1659           (checkSClass): don't put automatic bool/bit on stack,
1660           (checkFunction): removed check on function cannot return bit
1661         * src/SDCCsymt.h: added newBoolLink prototype
1662         * src/mcs51/gen.c (rb1regs): added bit registers,
1663           (movc): created for assigning to carry,
1664           (pushReg, popReg): created for pushing registers,
1665           (sameRegs): check both AOP_REG and AOP_CRY types,
1666           (aopOp): handle bit registers,
1667           (aopPut): optimization no self-assign,
1668           (saveRegisters): push reg->base (bits) only once for bit registers,
1669            and use pushReg,
1670           (unsaveRegisters): pop reg->base only once and use popReg,
1671           (assignResultValue): added parameter func and return in carry for bits,
1672           (genIpush): optimization no reload in A if not changed,
1673           (genSend): bit parameters in reentrant functions are passed in bit
1674            registers by first assigning to bits in B, then save registers and
1675            copy B to bits,
1676           (genCall): handle returning in Carry properly, save it in F0 if needed,
1677           (genPcall): updated assignResultValue call, this is not safe yet for bit
1678            returning function !!!
1679           (genFunction): don't generate equ's for bit registers and use pushReg,
1680           (genEndFunction): take care of bit returning functions and use popReg,
1681           (genRet): return bit in Carry,
1682           (genIfx): optimize bit registers and other directly addressable bits,
1683           (genReceive): updated assignResultValue call
1684         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1685           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1686            registers when using stack-auto
1687         * src/mcs51/ralloc.c (_G): added allBitregs,
1688           (regs8051): added the bit registers,
1689           (createStackSpil): use macro IS_BIT,
1690           (getRegBit): added to allocate a bit register, else spill,
1691           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1692           (updateRegUsage): factored out to ease stepping while debugging,
1693           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1694            also allocate bit registers,
1695           (fillGaps): handle bit registers,
1696           (findAllBitregs): added to create bit vector with all bit registers,
1697           (mcs51_allBitregs): returns this bit vector,
1698           (mcs51_assignRegisters): when using stack-auto use bit registers for
1699            passing parameters and creating local variables
1700         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1701
1702 2005-08-22 Borut Razem <borut.razem AT siol.net>
1703
1704         * device/lib/Makefile.in: replaced find option -or with -o
1705           to make it run on solaris
1706
1707 2005-08-22 Raphael Neider <rneider AT web.de>
1708
1709         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1710           fixes #1265442 (crash on Solaris)
1711
1712 2005-08-20 Borut Razem <borut.razem AT siol.net>
1713
1714         * configure, configure.in: added tests for libsocket and libnsl libraries,
1715           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1716           from support/regression/Makefile.in
1717         * support/regression/Makefile.in: added
1718         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1719         * sim/ucsim/libtool: regenerated on sparc-solaris
1720         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1721           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1722           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1723           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1724           sparc-solaris, which doesn't use GNU ld linker
1725         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1726         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1727
1728 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1729
1730         * src/mcs51/peeph.def: updated comments
1731
1732 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1733
1734         * device/lib/_gptrget.c,
1735         * device/lib/_gptrput.c: slightly shorter
1736         * doc/sdccman.lyx: incremented version
1737         * src/mcs51/peeph.def: moved peephole comments to the line of first
1738           change to better keep line correlation, reanimated 186.e
1739         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1740
1741 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1742
1743         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1744           David Saxton with quotes around file name.
1745
1746 2005-08-15 Borut Razem <borut.razem AT siol.net>
1747
1748         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1749           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1750           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1751           make tests run on x86_64 platform
1752
1753 2005-08-13 Raphael Neider <rneider AT web.de>
1754
1755         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1756           as it might be executed DURING a build (parallel make is wonderful)
1757
1758 2005-08-13 Raphael Neider <rneider AT web.de>
1759
1760         * device/lib/Makefile.in (port-specific-objects-pic16):
1761           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1762         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1763           dependency
1764         * device/lib/pic16/Makefile.rules: build subdirs before creating
1765           the library, removed builddir rule, create $(builddir) early in
1766           recurse rule, use empty recurse rule for leaf directories
1767         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1768           mkdir errors (race condition), removed duplicate suffix "hex"
1769           from clean rules
1770         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1771         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1772           prevents mkdir -p from aborting on Alpha
1773
1774 2005-08-12 Raphael Neider <rneider AT web.de>
1775
1776         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1777           db-statements in order to allow for arrays of pointers in code
1778           sections to be placed without interspersed 0-padding, fixes
1779           bug #1256215
1780         * (emitStatistics): fixed division by zero for pic18f1220
1781         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1782           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1783         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1784         * (pic16_pCodeConstString): keep track of already emitted string
1785           literals to prevent "duplicate definitions of symbol _str_NR"
1786         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1787           debug message
1788         * device/lib/Makefile.in: ignore failing PIC16 library builds
1789         * device/lib/pic16/Makefile: do not build if gputils are missing
1790         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1791
1792 2005-08-10 Raphael Neider <rneider AT web.de>
1793
1794         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1795           my last commit)
1796
1797 2005-08-10 Raphael Neider <rneider AT web.de>
1798
1799         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1800           Rokas' patch to add the new fixed point type "__fixed16x16"
1801         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1802           functions for __fixed16x16 arithmetics
1803         * device/lib/pic16: reimplemented the build system to support
1804           a separate build directory, better handling of libio (create
1805           the library in a separate subdir for each architecture) and
1806           easier configuration (centralized in Makefile.common)
1807
1808 2005-08-07 Raphael Neider <rneider AT web.de>
1809
1810         * src/pic16/gen.c (genrshTwo): fixed sign extension
1811         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1812         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1813           added T0CONbits
1814         * device/include/pic16/pic18f4220.h: NEW, header for
1815           pic18f4220 and pic18f4320
1816         * device/include/pic16/pic18fregs.h: added new devices,
1817           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1818         * device/include/pic16/signal.h: resolved name clashes
1819           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1820           to also allow testing for interrupt enable bits, added
1821           comments on how to use the macros
1822         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1823         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1824           register definitions for the devices
1825         * device/lib/pic16/pics.all: added new devices
1826         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1827           allocated memory
1828         * device/lib/pic16/libc/stdlib/memfree: do not count
1829           the block header as free memory
1830         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1831           simplified and added missing end-of-blocklist-marker
1832           (reported by Peter Onion, fixes #1252814)
1833         * (_mergeHeapBlock): fixed loop condition
1834         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1835           len==0, restructured code
1836         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1837           up a bit, reduced bitfield accesses, prevent endless loops
1838           in case of heap corruption
1839         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1840           "unreferenced arguments/must return a value" warnings
1841         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1842           replaced BAUDREG with SPBRG
1843         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1844           device/lib/pic16/debug/gstack/gstack.c: replaced
1845           _naked, _asm, _endasm with __naked, __asm, __endasm
1846
1847 2005-08-05 Raphael Neider <rneider AT web.de>
1848
1849         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1850           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1851
1852 2005-08-05 Borut Razem <borut.razem AT siol.net>
1853
1854         * device/lib/Makefile.in: added missing ';'
1855         * configure: removed ^M characters
1856
1857 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1858
1859         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1860           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1861           License
1862
1863 2005-08-04 Borut Razem <borut.razem AT siol.net>
1864
1865         * configure.in: pic16 libraries build 2nd try - enable running
1866           configure in device/lib/pic16
1867         * configure: regenerated from configure.in
1868         * device/lib/Makefile.in: create $(PORT)/bin directory
1869
1870 2005-08-03 Raphael Neider <rneider AT web.de>
1871
1872         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1873           to get/set values via pointers
1874         * (genUnpackBits,genPackBits): changed detection of
1875           ptr->bitfield vs. sym.bitfield, fixed access via generic
1876           pointers, removed dead (wrong) code for multibyte bitfields
1877         * (genNearPointerGet, genGenPointerGet): removed useless code,
1878           fixed bitfield detection, fixes #1250594
1879         * (genNearPointerSet): removed useless code
1880         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1881           and introduced macro pic16_emitpcode that conditionally emits
1882           the origin of the following pCode (useful for debugging SDCC)
1883         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1884         * (createDefmap): fixed handling of LFSR for --optimize-df
1885
1886 2005-08-02 Borut Razem <borut.razem AT siol.net>
1887
1888         * device/lib/Makefile.in: pic16 libraries build enabled since
1889           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1890
1891 2005-08-02 Raphael Neider <rneider AT web.de>
1892
1893         * src/pic16/gen.c (genPackBits): removed deprecated warning
1894         * (genGenPointerSet): fixed bitfield detection
1895
1896 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1897
1898         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1899
1900 2005-07-31 Raphael Neider <rneider AT web.de>
1901
1902         * device/lib/pic16/libdev/pic18f458.c,
1903           device/include/pic16/pic18f458.h: added missing T0CONbits
1904
1905 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1906
1907         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1908
1909 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1910
1911         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1912
1913 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1914
1915         * device/include/mcs51/at89c51ed2.h: added.
1916
1917 2005-07-23 Raphael Neider <rneider AT web.de>
1918
1919         * src/pic/gen.h: added emitpcode macro for debugging
1920         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1921           and replace by macro adding debug information on demand
1922         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1923         * (gencjne): tried to fix; replaced with correct (slower) code
1924         * (gen{Unp,P}ackBits): fixed single bit access
1925         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1926         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1927           previous instruction
1928         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1929           register has to be handled with care (forbidding movement
1930           of assignments/uses, removing assignments completely, ...)
1931         * (pCodeOptime2pCodes): make use of regIsSpecial
1932         * added lots of debugging output (commented out)
1933         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1934           from being reused as result UNLESS it is known to work
1935
1936 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1937
1938         * support/Util/dbuf.h: include <stddef.h> for size_t
1939         * .version: changed to version 2.5.2
1940
1941 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1942
1943         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1944
1945 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1946
1947         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1948           (genModOneByte): removed needless psha/pula
1949
1950 2005-07-22 Raphael Neider <rneider AT web.de>
1951
1952         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1953           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1954         * src/pic/gen.c (resolveIfx): do not "invent" labels
1955         * (genSkipc): changed to positive logic
1956         * (genSkipCond): removed as no longer needed
1957         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1958           backport from PIC16
1959         * (genLeftShift): check operands are in different registers
1960         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1961           INCF does not update CARRY...
1962         * src/pic/main.c: fixed _linkCmd
1963         * src/pic/pcode.c (unlinkpCode): added inactive code
1964         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1965           alive (do not assign result and operand overlapping registers)
1966
1967 2005-07-22 Raphael Neider <rneider AT web.de>
1968
1969         * src/pic/device.c (dump_sfr): replaced register declaration with
1970           call to emitSymbolToFile() to avoid duplicate symbols
1971         * (assignRelocatableRegisters): do not declare external symbols
1972         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1973           right (take size of type, not etype)
1974         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1975         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1976         * (packRegsForAccUse): disabled assignment of WREG as
1977           the result reg to prevent occurence of just fixed #1235003,
1978           fixes #1242954
1979         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1980           symbols (avoids duplicate symbols in .asm file)
1981         * (pic14emitRegularMap): use emitSymbolToFile()
1982         * src/pic/gen.c (aopOp): fixed spillLocation handling
1983         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1984         * (genDataPointerSet): removed unneccessary variables/output
1985
1986 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1987
1988         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1989         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1990
1991 2005-07-21 Raphael Neider <rneider AT web.de>
1992
1993         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1994           architecture cannot handle them efficiently, fixes bug #1235003
1995         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1996           check for empty sets before using them (fixes bug #1232190)
1997
1998 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1999
2000         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2001           (lnksect2): generate warnings for memory overlap
2002         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2003           constseg to set the name of these segments so you can instruct the linker
2004           to place them in banks
2005         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2006         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2007           added code_seg and const_seg to options
2008         * src/SDCCglue.c (emitMaps): use options.const_seg,
2009           (createInterruptVect): put interrupt vectors in segment HOME,
2010           (glue): put HOME before static segment and put the main glue in HOME,
2011           (glue): use options.code_seg
2012         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2013         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2014           these segments so you can instruct the linker to place them in banks
2015           (linkEdit): use code_loc for HOME segment which should be the first
2016           segment in code memory now
2017         * src/SDCCmem.c: fixed more stuff like bug 1238386
2018         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2019           (changePointer): don't change function pointers to code pointers for
2020           banked functions,
2021           (compareType): added exceptional check for banked function pointers
2022         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2023         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2024           after static in code memory
2025         * src/mcs51/gen.c: added aopLiteralLong prototype,
2026           (aopForSym): use getSize for functions,
2027           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2028           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2029           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2030           the segment,
2031           (genPcall): use call for literal function pointers and generate banked
2032           calls over the one trampoline so there's only one place for the user to
2033           modify according to his/hers hardware,
2034           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2035           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2036         * src/mcs51/main.c: added keyword banked,
2037           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2038         * support/Util/SDCCerr.c,
2039         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2040           needed for passing the bank and address to the trampoline
2041         * device/lib/mcs51/crtbank.asm: added for bankswitching
2042         * device/lib/mcs51/Makefile: added crtbank
2043
2044 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2045
2046         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2047           for fields at offset 0 of a struct or union as reported
2048           on 2005-07-07 in the developer mailing list.
2049
2050 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2051
2052         * src/SDCCmem.c: fixed bug 1238386
2053
2054 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2055
2056         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2057           (patch #1144962), added peephole 300, enabled 259.x
2058         * doc/sdccman.lyx: removed screenshot and provided link instead
2059
2060 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2061
2062         * doc/sdccman.lyx: added section about debugging with ddd
2063         * doc/figures/ddd_example.eps: screenshot of debugging session
2064
2065 2005-07-04 Raphael Neider <rneider AT web.de>
2066
2067         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2068           like CODE pointers, fixes #1115683
2069         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2070           call, fixes bugs #1232211, #1228110,
2071           fixed wrong casts to pCodeFlow from pCodeInstructions
2072
2073 2005-07-04 Raphael Neider <rneider AT web.de>
2074
2075         * src/pic/gen.c (popGet): changed assert to allow for
2076           bit operands
2077         * (popGetAddr): changed signature to provide
2078           an additional index, patched all call sites
2079         * (genCmpEq): handle literal-like operands correctly
2080         * (genAddrOf): added sanity checks on __code/__data pointers
2081         * (genAssign): added handling of symbols from __code section
2082         * (gencjne): do not generate code for comparisons whose result
2083           is neither stored nor used, fixes bug #1171114
2084         * (AccLsh, AccRsh): operate on operand instead of WREG
2085         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2086           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2087           by known count
2088         * rewrote complete shift-by-literal logic, commented unused
2089           functions out
2090         * (genConstPointerGet): get multiple bytes (if result size > 1),
2091           fixed handling of non-immediate addresses
2092         * (genPointerGet): handle CODE pointers like CONST pointers
2093         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2094         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2095           operand is to be treated as a literal or not
2096         * (mov2w,genPcall,genCmpEq),
2097           src/pic/genarith.c: use aop_isLitLike() to decide between
2098           literal/register contents
2099         * (addSign): added missing offset
2100         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2101           only emit comment in debug-mode,
2102           use {aop,op}_isLitLike throughout the file
2103         * src/pic/glue.c: fix initializers for pointers (work in progress)
2104         * src/pic/pcode.c (get_op): honor index on _const symbols
2105         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2106         * (dumppBlock): added pCode size estimation
2107         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2108           check for IS_SYMOP before OP_SYMBOL'ing
2109         * fixed indentation, compacted switch-statements
2110         * (allocReg): find free register and allocate it instead of
2111           allocating new registers all the time
2112         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2113           registers as its operands (necessary only for multibyte GETs)
2114
2115 2005-07-01 Raphael Neider <rneider AT web.de>
2116
2117         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2118           debugging .asm-output macros FENTRY + FEXIT
2119         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2120           way... I wonder...
2121         * (emitpComment): NEW, printf to pCode
2122         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2123           offset handling
2124         * (popGetAddr): NEW, variant of popGet to access an immediates
2125           high(er) bytes instead of the n'th byte of memory they reference,
2126           replaced popGet with popGetAddr where neccessary
2127         * (genDataPointerGet): reactivated and fixed implementation
2128         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2129           accesses
2130         * (genDataPointerSet): fixed multibyte assignments
2131         * (genpic14Code): fixed --i-code-in-asm handling
2132         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2133         * (genPlus): fixed index-out-of-bounds error
2134         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2135         * src/pic/ralloc.c: added debugging output macro FENTRY2
2136         * (spillThis): fixed indentation, enbraced for-body for clarity
2137         * (rematStr): commented out as now unused
2138         * (regTypeNum): commented out special spill case (overwrites
2139           arbitrary values)
2140         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2141
2142 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2143
2144         * doc/sdccman.lyx: documented sfr16/sfr32,
2145           added example for using storage class with function pointers
2146         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2147
2148 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2149
2150         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2151         * device/lib/_itoa.c,
2152         * device/lib/_ltoa.c: optimized codesize
2153         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2154           but don't know how to suppress the double warning.
2155         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2156         * support/Util/SDCCerr.c,
2157         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2158
2159 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2160
2161         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2162           fixed old K&R prototypes
2163         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2164         * device/lib/_gptrget.c,
2165         * device/lib/_gptrgetc.c,
2166         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2167           also new versions for small generic pointers and banked generic pointers
2168         * src/port.h: added const_name
2169         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2170         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2171         * src/SDCCcse.c (findPrevIc): check all associative operators
2172         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2173         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2174         * src/SDCCmem.c: updated comments,
2175           set far-space to 0 for pdata, results in optimized code
2176         * src/SDCCmem.h: added macro CONST_NAME
2177         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2178           moving the info into the highest bits, see also gptrget/gptrput
2179         * src/src.dsp: added sdcc.ico to project files
2180         * src/avr/gen.c (genCast): fixed bug 0x%d
2181         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2182         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2183           relation between ptr_type and DCL_TYPE,
2184           (genCast): fixed bug 0x%d
2185         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2186           (CODE)" for const_name
2187         * src/hc08/gen.c (genCast): fixed bug 0x%d
2188         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2189           (hc08_port): added "CONST (CODE)" for const_name
2190         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2191           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2192           between ptr_type and DCL_TYPE,
2193           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2194           operand* and took AOP() inside function so sfr-ness can be checked,
2195           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2196           new prototype,
2197           (genFunction, genEndFunction): optimized stack setup,
2198           (genMinus): optimized for literals with ending zeroes (in bytes),
2199           (genCast): fixed bug 0x%d
2200         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2201           (mcs51_port): added "CONST (CODE)" for const_name
2202         * src/mcs51/peeph.def: made rule 226 more generic
2203         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2204         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2205         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2206         * src/z80/main.c (z80_port): added NULL for const_name,
2207           (gbz80_port): added NULL for const_name
2208         * support/regression/tests/bug663539.c,
2209         * support/regression/tests/sfr16.c: new tests
2210
2211 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2212
2213         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2214
2215 2005-06-24 Raphael Neider <rneider AT web.de>
2216
2217         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2218           corrected typos...
2219         * device/include/pic16/signal.h: added USBIF
2220           and SIG_USB
2221
2222 2005-06-24 Raphael Neider <rneider AT web.de>
2223
2224         * device/lib/pic16/libdev/pic18f2455.c,
2225           device/include/pic16/pic18f2455.h: NEW
2226         * device/include/pic16/pic18fregs.h,
2227           device/lib/pic16/pics.all,
2228           src/pic16/device.c: added 18f2455
2229         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2230           device/include/pic16/{pic18f[68][567].h,usart.h}:
2231           replaced MULTIPLE_USARTS define with more relaible
2232           compatibility sfrs (for USART access)
2233
2234 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2235
2236         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2237           and the output asm file line is printed on two lines.
2238
2239 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2240
2241         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2242           BGT, BLE, BHI, and BLS instructions
2243         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2244           genCmpEq): removed
2245         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2246           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2247           fixes bug #1216342
2248         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2249
2250 2005-06-15 Raphael Neider <rneider AT web.de>
2251
2252         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2253         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2254         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2255           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2256           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2257
2258 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2259
2260         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2261           Marcel Telka in bug #1215704
2262
2263 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2264
2265         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2266           located in shared memory bank.
2267
2268 2005-05-31 Raphael Neider <rneider AT web.de>
2269
2270         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2271           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2272           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2273
2274 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2275
2276         * device/lib/_strncpy.c: fixed the fix
2277
2278 2005-05-26 Raphael Neider <rneider AT web.de>
2279
2280         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2281           initializers with \0, bug #1208187
2282         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2283           intializers with \0, bug #1208187
2284
2285 2005-05-26 Raphael Neider <rneider AT web.de>
2286
2287         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2288           initializers with \0, bug #1208187
2289         * src/pic16/main.c (_process_pragma): added sanity checks
2290           for stack position and size, emit warnings when appropriate
2291
2292 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * device/lib/_strncpy.c: fixed not filling with \0
2295
2296 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2297
2298         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2299           createFunction),
2300         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2301           compound_statement),
2302         * src/SDCCsymt.h,
2303         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2304
2305 2005-05-24 Raphael Neider <rneider AT web.de>
2306
2307         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2308
2309 2005-05-24 Raphael Neider <rneider AT web.de>
2310
2311         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2312           TRISE definitions, closes bug #1162453
2313
2314 2005-05-22 Raphael Neider <rneider AT web.de>
2315
2316         * src/pic16/main.c (_process_pragma): check for missing
2317           arguments to pragmas code and udata
2318         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2319           consistency fixes to match other headers (thanks to Jim Paris)
2320         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2321
2322 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2323
2324         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2325
2326 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2327
2328         * support/regression/tests/bug1198642.c: new test
2329         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2330         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2331         * support/scripts/resource.h,
2332         * support/scripts/resource.rc,
2333         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2334         * support/scripts/sdcc.ico: added 32x32 icon
2335
2336 2005-05-18 Raphael Neider <rneider AT web.de>
2337
2338         * device/lib/pic16/libdev/pic18f*.c,
2339         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2340           keywords to "__sfr" and "__at (X)"
2341         * device/include/pic16/pic18fregs.h: added pic18f4520
2342         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2343           #1203088 (MPLAB compatibility)
2344
2345 2005-05-17 Raphael Neider <rneider AT web.de>
2346
2347         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2348         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2349         * device/lib/pic16/pics.all: added new devices
2350         * src/pic16/device.c: added support for pic18f4520
2351
2352 2005-05-16 Raphael Neider <rneider AT web.de>
2353         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2354         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2355         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2356           convenience function for bit access
2357
2358 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2359
2360         * device/lib/printf_large.c: fixed bug 1193299
2361         * support/regression/tests/bug1057979.c: added test %3.3s
2362
2363 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2364
2365         * device/include/mcs51/8051.h,
2366         * device/include/mcs51/8052.h: made parseable with lint
2367         * device/include/mcs51/lint.h: added include file for (sp)lint
2368         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2369         * doc/cdbfileformat.lyx,
2370         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2371
2372 2005-05-14 Raphael Neider <rneider AT web.de>
2373
2374         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2375         * device/lib/pic16/libc/stdlib/itoa.c (new)
2376         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2377         * device/lib/pic16/libio/Makefile: exclude subdir according to
2378           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2379         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2380         * src/pic16/gen.c (genFunction): prevent annoying warning
2381         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2382           nameclashes on BeOS
2383         * support/cpp2/cppmain.c (cpp_output_string): new
2384         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2385           fixes bug 1116802
2386
2387 2005-05-13 Borut Razem <borut.razem AT siol.net>
2388
2389         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2390
2391 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2392
2393         * .version: changed to version 2.5.1; back to bleeding edge development
2394
2395 2005-05-11 Borut Razem <borut.razem AT siol.net>
2396
2397         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2398           generate PDF version 1.3 documents
2399
2400 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2401
2402         * .version: changed to version 2.5.0
2403
2404 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2405
2406         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2407
2408 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2409
2410         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2411         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2412         well as many smaller updates.
2413         * .version: changed to version 2.5.0-pre1
2414
2415 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2416
2417         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2418
2419 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * support/regression/tests/bug1185672.c: added
2422         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2423           bug 1185672
2424         * src/mcs51/gen.c (genCall): added comments, made it look safer
2425         * src/mcs51/gen.c (genEndFunction): simplified
2426
2427 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2428
2429         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2430
2431 2005-04-14 Borut Razem <borut.razem AT siol.net>
2432
2433         * fixed bug 1045046 - SIGSEGV with really simple code?:
2434           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2435           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2436
2437 2005-04-14 Borut Razem <borut.razem AT siol.net>
2438
2439         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2440           src/pic16/device.h: temporarily disabled experimental #inline pragma
2441           for 2.5.0 release
2442
2443 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2444
2445         * device/include/z80/stdio.h,
2446         * device/include/z80/string.h: removed these highly incomplete files so
2447           SDCC can use the default ones in device/include/
2448
2449 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2450
2451         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2452         gcc warning.
2453         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2454         fix sdcpp warnings.
2455
2456 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2457
2458         * device/include/malloc.h: removed redundant __reentrant prototypes
2459         * device/lib/_mullong.c: added working xstack variant in asm (C version
2460           doesn't pass regression tests)
2461         * device/lib/bpx.c: used __data and made bpx char for mcs51
2462         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2463           (createFunction): fixed bug with xstackPtr
2464         * src/SDCCcse.c: corrected comments
2465         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2466           (killDeadCode, eBBlockFromiCode): removed unused code
2467         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2468           corrected comments
2469         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2470           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2471           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2472           (genModOneByte): fixed warning in MSVC
2473         * src/mcs51/main.c (): added comments
2474         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2475
2476 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2477
2478         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2479
2480 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2481
2482         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2483
2484 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2485
2486         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2487         characters arrays of larger size than the declared one.
2488
2489 2005-04-10 Borut Razem <borut.razem AT siol.net>
2490
2491         * src/pic/gen.c (genInline),
2492           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2493           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2494           (findNextInstruction), (findPrevInstruction),
2495           (findInstructionUsingLabel),
2496           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2497         * src/pic/pcode.c (findLabel): added missing '\n'
2498         * src/src.dsp: added SDCCdwarf2.c to the project
2499
2500 2005-04-09 Borut Razem <borut.razem AT siol.net>
2501
2502         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2503
2504 2005-04-08 Raphael Neider <rneider AT web.de>
2505
2506         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2507           into the chain after a given one) and mergeDefmapSymbols (combine
2508           defmap entries for each symbol per pcode)
2509         * (createDefmap): have defmap entries merged in the end
2510         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2511           a symbol before replacing one access type's symbol, merge symbols in
2512           the end (replacement symbol might already have an entry)
2513         * (assignValnums): keep reference to written WREG intact
2514
2515 2005-04-08 Raphael Neider <rneider AT web.de>
2516
2517         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2518           Alpha)
2519
2520 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2521
2522         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2523         bytes
2524
2525 2005-04-07 Raphael Neider <rneider AT web.de>
2526
2527         * device/include/pic16/usart.h: added compatibility defines for
2528           devices with more than one USART
2529         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2530
2531 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2532
2533         * device/lib/Makefile.in: updated for port specific include
2534
2535 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2536
2537         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2538
2539 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2540
2541         * device/include/8051.h,
2542         * device/include/8052.h,
2543         * device/include/at89S8252.h,
2544         * device/include/at89c55.h,
2545         * device/include/at89x051.h,
2546         * device/include/at89x51.h,
2547         * device/include/at89x52.h,
2548         * device/include/mcs51reg.h,
2549         * device/include/reg51.h,
2550         * device/include/reg764.h,
2551         * device/include/regc515c.h,
2552         * device/include/sab80515.h: (re)moved these 12 files
2553         * device/include/mcs51/8051.h,
2554         * device/include/mcs51/8052.h,
2555         * device/include/mcs51/at89S8252.h,
2556         * device/include/mcs51/at89c55.h,
2557         * device/include/mcs51/at89x051.h,
2558         * device/include/mcs51/at89x51.h,
2559         * device/include/mcs51/at89x52.h,
2560         * device/include/mcs51/mcs51reg.h,
2561         * device/include/mcs51/reg51.h,
2562         * device/include/mcs51/reg764.h,
2563         * device/include/mcs51/regc515c.h,
2564         * device/include/mcs51/sab80515.h: and added them here
2565
2566 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2567
2568         * device/include/stdarg.h: changed SDCC specific keywords to double
2569           underlined form.
2570         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2571           mcs51 and ds390.
2572         * device/include/hc08/mc68hc908gp32.h,
2573         * device/include/hc08/mc68hc908jb8.h,
2574         * device/include/hc08/mc68hc908jkjl.h,
2575         * device/include/hc08/mc68hc908qy.h: fixed comments
2576         * device/include/mcs51/README: updated
2577         * device/include/mcs51/c8051f120.h: added PINRSF
2578         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2579         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2580           amidst code. Also inline is not supported.
2581
2582 2005-04-06 Raphael Neider <rneider AT web.de>
2583
2584         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2585         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2586           callers stack/frame pointers
2587
2588 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2589
2590         * device/include/pic16/usart.h: added, missing in previous commit,
2591         * device/include/pic16/adc.h: fixed typo,
2592         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2593         commit,
2594         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2595         <p18fxxx.inc>
2596         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2597         uninitialized because a bug appears with gplink
2598         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2599         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2600         complains for unrecognised option
2601
2602 2005-04-05 Raphael Neider <rneider AT web.de>
2603
2604         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2605           structs as well (using memcpy)
2606         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2607           on ISRs (GOTO has no label)
2608         * src/pic16/device.h: added OF_OPTIMIZE_DF
2609         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2610           new data flow analysis/optimization
2611         * src/pic16/pcode.c: added (prototypes for and implementation of)
2612           dataflow analysis functions, fixed pCodeInstructions' inCond and
2613           outCond values, made RCALL a branch instruction
2614         * (pic16_unlinkpCode): keep C line if possible
2615         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2616           C line moved if possible
2617         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2618         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2619           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2620         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2621           new flow)
2622         * (pic16_getJumptabpCode): NEW, needed in...
2623         * (LinkFlow): fixed handling of jumptables, calls and conditional
2624           branches
2625         * (pic16_InsertCommentAfter): NEW
2626         * (pic16_pCodeReplace): made verbose and flow preserving
2627         * (AnalyzeFlow): added call to data flow analysis
2628         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2629         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2630         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2631
2632 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2633
2634         * src/SDCCast.c (decorateType): fixed bug #1105626
2635
2636 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2637
2638         * device/include/asm/pic16/features.h,
2639         * pic18f*.h headers,
2640         * device/include/pic16/adc.h,
2641         * device/include/pic16/delay.h,
2642         * device/include/pic16/i2c.h,
2643         * device/include/pic16/malloc.h,
2644         * device/include/pic16/stdio.h,
2645         * device/include/pic16/stdlib.h,
2646         * device/include/pic16/string.h,
2647         * device/lib/pic16/libc/stdio/printf_tiny.c,
2648         * device/lib/pic16/libc/stdio/printf_small.c,
2649         * device/lib/pic16/libc/stdio/strmgpsim.c,
2650         * device/lib/pic16/libc/stdio/strmmssp.c,
2651         * device/lib/pic16/libc/stdio/strmusart.c,
2652         * device/lib/pic16/libc/stdio/vfprintf.c,
2653         * device/lib/pic16/libc/stdlib/ltoa.c,
2654         * device/lib/pic16/libc/stdlib/putchar.c,
2655         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2656         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2657         * device/lib/pic16/libc/stdlib/memchrram.c,
2658         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2659         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2660         * device/lib/pic16/libio/adc/adcbusy.c,
2661         * device/lib/pic16/libio/adc/adcread.c,
2662         * device/lib/pic16/libio/adc/adcsetch.c,
2663         * device/lib/pic16/libio/usart/ubaud.c,
2664         * device/lib/pic16/libio/usart/ubusy.c,
2665         * device/lib/pic16/libio/usart/udrdy.c,
2666         * device/lib/pic16/libio/usart/uopen.c,
2667         * device/lib/pic16/libio/usart/uputc.c,
2668         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2669         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2670         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2671         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2672         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2673         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2674         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2675         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2676         specific keywords to double underlined form,
2677         * device/lib/pic16/libc/Makefile.rules,
2678         * device/lib/pic16/libsdcc/Makefile.rules,
2679         * device/lib/pic16/libm/Makefile,
2680         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2681         to compile with C standard set in Makefile.common
2682         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2683         rand.c and crc.c in compilation process,
2684         * device/lib/pic16/libsdcc/int/divuint.c,
2685         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2686         `c' from signed to unsigned,
2687         * device/lib/pic16/startup/crt0.c,
2688         * device/lib/pic16/startup/crt0i.c,
2689         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2690         keywords to double underlined form, bug fixes in _do_cinit function
2691         which prevented the correct initialization of the .idata segment,
2692         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2693         core to enter a infinite loop
2694         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2695
2696 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2697
2698         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2699
2700 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2701
2702         * device/include/Makefile.in: add support for hc08 subdirectory
2703         * device/include/hc08/: new subdirectory
2704         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2705         Lucas Loizaga, thanks!
2706         * device/include/hc08/mc68hc908qy.h,
2707         * device/include/hc08/mc68hc908gp32.h,
2708         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2709         their own directory. Changed internal macro names to use the compiler
2710         reserved namespace. Changed SDCC specific keywords to double
2711         underlined form.
2712         * device/include/math.h,
2713         * device/include/malloc.h,
2714         * device/include/stdarg.h,
2715         * device/include/stdbool.h
2716         * device/include/string.h,
2717         * device/include/tinibios.h,
2718         * device/include/ds400rom.h,
2719         * device/include/8051.h,
2720         * device/include/8052.h,
2721         * device/include/80c51xa.h,
2722         * device/include/at89c55.h,
2723         * device/include/at89S8252.h,
2724         * device/include/at89x51.h,
2725         * device/include/at89x52.h,
2726         * device/include/ds80c390.h,
2727         * device/include/reg764.h,
2728         * device/include/regc515c.h,
2729         * device/include/sab80515.h,
2730         * device/include/mcs51/c8051f000.h,
2731         * device/include/mcs51/c8051f018.h,
2732         * device/include/mcs51/c8051f020.h,
2733         * device/include/mcs51/c8051f040.h,
2734         * device/include/mcs51/c8051f060.h,
2735         * device/include/mcs51/c8051f120.h,
2736         * device/include/mcs51/c8051f300.h,
2737         * device/include/mcs51/c8051f310.h,
2738         * device/include/mcs51/c8051f320.h,
2739         * device/include/mcs51/c8051f330.h,
2740         * device/include/mcs51/c8051f350.h,
2741         * device/include/z180.h: Changed SDCC specific keywords to double
2742         underlined form.
2743
2744 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2745
2746         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2747         18F4455,
2748         * (pic16_assignConfigWordValue): disable testing of configuration
2749         register value with config mask,
2750         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2751         function with port->fun_prefix,
2752         * (genFunction): when generating a naked interrupt function never
2753         create an absolute segment placed in interrupt vector address, place
2754         the actual interrupt function at IVA instead, when an interrupt
2755         function is generated with unspecified interrupt then do not create
2756         the absolute section,
2757         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2758         code for generating a call to generic pointer get/put function with
2759         a call to function pic16_callGenericPointer(),
2760         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2761         the call to the generic pointer get/put functions with prefixing the
2762         function name with port->fun_prefix,
2763         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2764         * src/pic16/main.c (_process_pragma): prefix function with
2765         port->fun_prefix,
2766         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2767         calling assembler, old 18Fxxxx macro is deprecated,
2768         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2769         PC_ASMDIR in while condition,
2770         * (findInstruction): add PC_ASMDIR in while condition,
2771         * (buildCallTree): prefix main with port->fun_prefix,
2772         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2773         identifier for variable with banked access in instructions BTFSS,
2774         BTFSC, BCF, BSF, BTG
2775         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2776         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2777         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2778         perform optimization when enviroment variable NO_REG_OPT is set,
2779         * (insideLRBlock): NEW, return 1 if register is inside an
2780         INF_LOCALREGS block,
2781         * (RemoveRegFromLRBlock): remove a register that is completely
2782         eliminated by register optimization, but it is still left in local
2783         register store/restore in/from stack block,
2784         * (Remove2pcodes): after removing register, check to see if it
2785         should be removed from local register store/restore in/from stack
2786         block,
2787         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2788         DUMMY_READ_VOLATILE,
2789
2790         * device/include/pic16/adc.h: minor prototype modifications and
2791         update,
2792         * device/include/pic16/malloc.h: added GPL notice various
2793         modifications,
2794         * device/include/pic16/stdint.h: NEW, standard header for ints
2795         * device/include/pic16/delay.h: NEW, header for delay functions,
2796         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2797         delay1mtcy,
2798         * device/include/pic16/signal.h: NEW, header providing helper macros
2799         for implementing signal handlers,
2800         * device/include/pic16/stdio.h: added prototypes for functions,
2801         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2802         prototypes for stdin and stdout, added macro PUTCHAR to
2803         automatically implement putchar function prototype,
2804         * device/include/pic16/usart.h: modified and updated USART library,
2805         * device/lib/pic16/libio/adc/,
2806         * device/lib/pic16/libio/i2c: some modifications to improve library
2807         performance,
2808         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2809         family of functions,
2810         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2811         family of functions and other sources,
2812         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2813         of the PIC18Fxx[28] devices,
2814         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2815         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2816         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2817         _do_cinit function, because the previous failed when local variables
2818         where not placed in the same memory bank,
2819         * device/lib/pic16/libsdcc/char/: various modifications to improve
2820         library performance,
2821         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2822         information on the new functions of the c library and more...
2823
2824 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2825
2826         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2827
2828 2005-03-26 Raphael Neider <rneider AT web.de>
2829
2830         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2831           if condition == CARRY)
2832         * (genCmp): adapted to new genSkipc semantics
2833         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2834           on rIfx (genCmp was broken)
2835
2836 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2837
2838         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2839         * src/z80/main.c (_keywords[]),
2840         * src/SDCCglobal.h (struct options),
2841         * src/SDCC.y,
2842         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2843         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2844         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2845         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2846         always available in leading double underscore form. The C99 support is
2847         mostly missing, but it's a start.
2848         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2849         reserved identifier "__data".
2850
2851 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2852
2853         * src/mcs51/peeph.def: fixed bug 1170013
2854
2855 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2856
2857         * device/include/mcs51reg.h: fixed bug 842007
2858
2859 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2860
2861         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2862         last time.
2863
2864 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2865
2866         * src/port.h (struct PORT),
2867         * src/avr/ralloc.c (avr_assignRegisters),
2868         * src/avr/main.c,
2869         * src/ds390/ralloc.c (ds390_assignRegisters),
2870         * src/ds390/main.c,
2871         * src/hc08/ralloc.c (hc08_assignRegisters),
2872         * src/hc08/main.c,
2873         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2874         * src/mcs51/main.c,
2875         * src/pic/ralloc.c (pic14_assignRegisters),
2876         * src/pic/main.c,
2877         * src/pic16/ralloc.c (pic16_assignRegisters),
2878         * src/pic16/main.c,
2879         * src/xa51/ralloc.c (xa51_assignRegisters),
2880         * src/xa51/main.c,
2881         * src/z80/ralloc.c (z80_assignRegisters),
2882         * src/z80/ralloc.h,
2883         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2884         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2885         * src/SDCCcse.h,
2886         * src/SDCCdflow.c (computeDataFlow),
2887         * src/SDCCdflow.h,
2888         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2889         * src/SDCCloop.h,
2890         * src/SDCCcflow.c (*),
2891         * src/SDCCcflow.h,
2892         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2893         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2894         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2895         immedDom() returning wrong block; probably fixes bug #1160833)
2896
2897 2005-03-20 Borut Razem <borut.razem AT siol.net>
2898
2899         * support/scripts/inc2h.pl: WIN32 port
2900
2901 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2902
2903         * device/lib/makefile.in: added abs.c and labs.c
2904
2905 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2906
2907         * device/include/stdint.h: added
2908         * device/lib/abs.c: added
2909         * device/lib/labs.c: added
2910         * device/include/stdlib.h: added abs() and labs() prototypes
2911         * device/lib/libsdcc.lib: added abs and labs
2912         * device/include/float.h,
2913         * device/lib/_fsmul.c,
2914         * device/lib/printf_fast.c,
2915         * device/lib/printf_tiny.c: updated comments
2916
2917 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2918
2919         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2920         bug #1164313
2921
2922 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2923
2924         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2925         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2926
2927 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2928
2929         * device/lib/printf_large.c: removed inline assembly for portability and
2930           readability. Use printf_fast if speed or size are more important.
2931         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2932         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2933
2934 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2935
2936         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2937         prevent compiler warning
2938
2939 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2940
2941         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2942         moved to level 0 and declared as static. Also they are explicit
2943         placed in access bank. This was necessery because some times they
2944         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2945         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2946         optimizations. Currently only compare to unsigned char is implemented,
2947         * src/pic16/gen.c: added fReturnIdx array,
2948         * (struct resolvedIfx) is moved to gen.h and made public,
2949         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2950         * (aopForSym): added an optimization to directly store in stack of
2951         the operand of a SEND iCode,
2952         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2953         but as registers instead (AOP_REG) using the fReturnIdx array,
2954         * (pic16_freeAsmop): remove the freed register from the
2955         _G.sregsAlloc field,
2956         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2957         a compare of 'WREG',
2958         * (pic16_popGetTempRegCond): changed function prototype, now
2959         function takes also a bitVector argument v which holds the current
2960         set of registers that are allocated for stack access by aopForSym,
2961         registers allocated in aopForSym for accessing stack symbols are not
2962         any more part of the functions usedRegs field,
2963         * (genCall): some times aopOp is called for a stack variable to be
2964         send, aopForSym might perform the push, if this is true make sure
2965         that genCall doesn't push the variable twice by testing _G.resDirect,
2966         * (genFunction): changed testing for unspecified interrupt number
2967         from 256 to INTNO_UNSPEC,
2968         * modified selection scheme of frame pointer generation. Previously
2969         if function did use local registers a frame pointer was generated,
2970         now a frame pointer is generated only if function has arguments
2971         (that need PLUSW2 register access), or has stack arguments, or the
2972         compiler is not instructed to omit the frame pointer,
2973         * (genEndFunction): before restoring local registers that were saved
2974         in the function preamble, also restore the registers that *might*
2975         have been allocated for stack access,
2976         * (genRet): removed some old comments,
2977         * (genCmp, the active (RN's) version): added a call to the
2978         pic16_genCmp_special function to perform the compare with a more
2979         robust and optimized way,
2980         * (genInline): a feature has been added in inline code generation,
2981         which allows a wildcard variable substitution when writing inline
2982         assembly. Code is incomplete and experimental therefore undocumented,
2983         * (genCast): changed order of aopOp for result and right to allow
2984         aopForSym to directly load the result if possible,
2985         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2986         perform an optimized compare on some selected special occasions,
2987         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2988         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2989         generate an IVT any more,
2990         * src/pic16/main.c (pic16_optionsTable): added command line option
2991         --optimize-cmp,
2992         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2993         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2994         macros,
2995         * src/pic16/NOTES: Raphael Neider added in list of active developers
2996         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2997         jumptable_end to prevent bug #,
2998         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2999         inCond and outCond fields,
3000         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3001         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3002         turn off register spilling,
3003         * (packRegsForOneUse): synced with other ports' versions although it
3004         is not used currently,
3005         * (pic16_packRegisters): added an optimization while reading
3006         structure bitfields, some registers may be saved (malloc code is
3007         decreased by 80 bytes)
3008
3009 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3010
3011         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3012         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3013         this can be optimized more?
3014
3015 2005-03-10 Raphael Neider <rneider AT web.de>
3016
3017         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3018           genNearPointerGet): (hopefully) fixed access to bitfields via
3019           pointers (p->bitN = x; and x = p->bitN; failed)
3020
3021 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3022
3023         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3024
3025 2005-03-09 Raphael Neider <rneider AT web.de>
3026
3027         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3028
3029 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3030
3031         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3032         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3033           (regTypeNum): set REG_BIT type if necessary
3034         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3035         * support/regression/tests/critical.c: check bug 1144613
3036
3037 2005-03-02 Raphael Neider <rneider AT web.de>
3038
3039         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3040
3041 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3042
3043         * src/avr/ralloc.c (serialRegAssign),
3044         * src/ds390/ralloc.c (serialRegAssign),
3045         * src/hc08/ralloc.c (serialRegAssign),
3046         * src/mcs51/ralloc.c (serialRegAssign),
3047         * src/pic/ralloc.c (serialRegAssign),
3048         * src/pic16/ralloc.c (serialRegAssign),
3049         * src/xa51/ralloc.c (serialRegAssign),
3050         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3051
3052 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3053
3054         * src/SDCCast.c (decorateType): fixed bug 1124787
3055
3056 2005-02-20 Hubert Sack <sack AT digiplan.de>
3057         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3058
3059         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3060         patch #1121755
3061
3062 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3063
3064         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3065         to keep the correct label reference count when adding/removing references
3066         to labels. A peephole file using this is appended to patch #1144962.
3067
3068 2005-02-14 Raphael Neider <rneider AT web.de>
3069
3070         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3071         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3072         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3073           retrievals of result operand's value on assignment
3074
3075 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3076
3077         * device/include/pic16/string.h: modified prototype for memccpy()
3078         to memccpy(void *, void *, char, size_t)
3079         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3080         check whether to omit frame pointer or not,
3081         * (genInline): convert all occurences of "\n" to LF in inline
3082         assembler blocks, this helps formatting the inline text,
3083         * (pic16_loadFSR0): modified prototype,
3084         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3085         removed some 8051 legacy code,
3086         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3087         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3088         before allocating temporary registers in functions,
3089
3090 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3091
3092         * support/regression/tests/bitvars.c: corrected the "fix"
3093
3094 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3095
3096         * support/regression/tests/bitvars.c,
3097         * support/regression/tests/bitwise.c,
3098         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3099
3100 2005-02-10 Raphael Neider <rneider AT web.de>
3101
3102         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3103           different size for Alpha
3104         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3105
3106 2005-02-09 Raphael Neider <rneider AT web.de>
3107
3108         * src/SDCC.lex(doPragma) : save and restore warning options as well
3109           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3110         * have #pragma less_pedantic set the errorlevel to WARNING
3111           (fixes #1117001)
3112         * (cloneOptimize) : fixed wrong malloc's size
3113         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3114           facilitate correct handling of #pragma (save|restore)
3115
3116 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3117
3118         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3119
3120 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3121
3122         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3123
3124 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3125
3126         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3127
3128 2005-02-02 Raphael Neider <rneider AT web.de>
3129
3130         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3131         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3132         * (pic16_storeForReturn): fixed to allow returning function pointers
3133         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3134         * device/include/pic16/{stddef.h,stdbool.h}: added
3135
3136 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3137
3138         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3139
3140 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3141
3142         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3143         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3144          appeared to be required
3145
3146 2005-01-31 Borut Razem <borut.razem AT siol.net>
3147
3148         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3149           include/mcs51 and include/z80 directories to the package
3150
3151 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3152
3153         * src/hc08/gen.c (genFunction): fixed bug #1112752
3154
3155 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3156
3157         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3158
3159 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3160
3161         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3162
3163 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3164
3165         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3166
3167 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3168
3169         * device/include/c8051fxxx.h: removed these 6 files
3170         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3171
3172 2005-01-26 Raphael Neider <rneider AT web.de>
3173
3174         * src/pic16/gen.c (genAssign): fixed assignment from longs
3175           in codespace (were cut to three bytes)
3176         * (genDummyRead): implemented (except for CODESPACE...),
3177           fixed bug #1108575
3178         * src/pic16/glue.c (emitStatistics): beautified
3179         * device/lib/pic16/libm/Makefile: added include path
3180
3181 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3182
3183         * src/z80/gen.c (aopPut): fixed bug #1103902
3184
3185 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3186
3187         * device/lib/expf.c: fixed bug #1095792
3188
3189 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3190
3191         * device/lib/pic16/libm: added Math library sources
3192
3193 2005-01-24 Raphael Neider <rneider AT web.de>
3194
3195         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3196           to enable upcast to pCodeOpReg2 (there is no type tag to
3197           differenciate the two and pic16_popGet2p cast into PCOR2)
3198         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3199           (sizeof(sectNames) changed to sizeof(sectName))
3200           Both patches fix segfaults under MinGW.
3201
3202 2005-01-23 Raphael Neider <rneider AT web.de>
3203
3204         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3205           Safe_[mc]?alloc()'ed variables
3206         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3207           of (byte sized) temporaries (assign them to WREG for now)
3208         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3209           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3210           this might fix SIGSEGVs on MinGW...
3211         * src/SDCCopt.c (killDeadCode): restored original behaviour
3212           (volatile operands might get thrown away though)
3213
3214 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3215
3216         * src/pic16/gen.c: fixed bug #1106975,
3217         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3218         pointer update, INTCON is saved, global interrupts are disabled and
3219         restored after updateing TOS.
3220         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3221         * added function attribute 'shadowregs' to take advantage of shadow
3222         registers,
3223         * added function attribute 'wparam' as an alternative to the wparam
3224         pragma,
3225         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3226         user declares a non-ISR function as 'shadowregs',
3227         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3228
3229 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3230
3231         * .version: bumped version number to 2.4.8
3232         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3233         pic16 port,
3234         * device/lib/pic16/libio/i2c/: I2C module support library,
3235         * device/include/pic16/i2c.h: I2C support library header,
3236         * device/lib/pic16/libc/stdio/: standard IO support sources,
3237         * (printf_small.c): printf_small() source, supports float print,
3238         * (printf_tiny.c): printf_tiny() source, does not support floats,
3239         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3240         enable global optimizations for entire library source, other
3241         Makefiles in the source tree are also modified to reflect this,
3242         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3243         function,
3244         * doc/sdccman.lyx: updated to reflect new changes,
3245         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3246         sym->onStack if-case,
3247         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3248         sbit, idata, _idata, xdata, _xdata,
3249         * added pragma library, to link an external library, (see doc),
3250         * removed command line options, --pomit-config-words, --pomit-ivt,
3251         --pleave-reset-vector,
3252         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3253         when calling assembler to reflect memory model used, also define
3254         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3255         reflect stack model used,
3256         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3257         on stack return NULL,
3258
3259 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3260
3261         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3262           of the operands is volatile. Fixes #1020220
3263
3264 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3265
3266         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3267         * (OptimizeRegUsage): make sure that there is really no other flow where
3268           the first pCode is used
3269
3270 2005-01-22 Raphael Neider <rneider AT web.de>
3271
3272         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3273           to fix #1106967 (pCode->seq are not set up correctly)
3274
3275 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3276
3277         * src/SDCCglue.c (glue): make sure code area is declared before the
3278         static initialization area.
3279
3280 2005-01-21 Raphael Neider <rneider AT web.de>
3281
3282         * device/lib/Makefile.in: fixed test for pic16 install dir
3283         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3284           optimizations
3285         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3286           added --optimize-goto compiler switch and pragma wparam documentation
3287         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3288         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3289           and PRODH closing bug #1071770 (peephole optimizer)
3290
3291 2005-01-19 Raphael Neider <rneider AT web.de>
3292
3293         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3294           cmdLine buffers (used when calling sdcpp...) are large enough
3295           (MAX_PATH=256 truncates arguments leading to system halts when
3296           used in MinGW...)
3297         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3298         * (genUminus): rewritten to for efficiency
3299         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3300           used uninitialized in some cases)
3301         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3302           copy the third byte from the int -- now assumes 0x80 (data memory)
3303         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3304           operands (genAddLit expects the iCode's operands to swapped as
3305           well), fixed leftover bytes (crashed for short left operands)
3306         * (pic16_genMinusDec): performance improvements, removed false
3307           PIC14 emitSKPNCs
3308         * (pic16_genMinus): fixed to cope with differently sized operands
3309         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3310           for --obanksel > 1
3311         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3312         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3313           new banksel optimization
3314         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3315           analysis for temporary registers (segfaults...)
3316         * src/pic16/peeph.def: added rule
3317
3318 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3319
3320         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3321         which converts a float number to its ASCII representation
3322         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3323         functions to convert the fractional and integer part of a float to ASCII,
3324         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3325         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3326         ram
3327         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3328         _STATMEM macros,
3329         * device/include/pic16/adc.h: added GPL info,
3330         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3331         a pCodeOp as tested operand,
3332         * (genNearPointerGet): optimized bit testing, does not use
3333         intermediate register for bit value, test directly instead with
3334         BTFSS, BTFSC, works only for single bits,
3335         * (genpic16Code): dump the name of the iCode in the asm,
3336         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3337         renamed to pic16_decodeOp,
3338         * (serialRegAssign): do not allocate a temporary register for iCode
3339         sequences that test a single bit for 1/0
3340
3341 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3342
3343         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3344         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3345         access stack and frame pointers. They are initially assigned to
3346         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3347         accessing SFRs. Updated all occurences of modification of stack or
3348         frame pointer in gen.c and pcode.c,
3349         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3350         assigning of a literal value to pointers,
3351         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3352         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3353         selected
3354
3355 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3356
3357         * doc/sdccman.lyx: update documentation about stack pragma, added
3358         some info for stack memory models
3359
3360 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3361
3362         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3363
3364 2005-01-08 Raphael Neider <rneider AT web.de>
3365
3366         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3367           udata sections to fix bug #1097823
3368
3369 2005-01-05 Raphael Neider <rneider AT web.de>
3370
3371         * src/pic16/gen.c (genGenericShift): added handling of differently
3372           sized left operand and result
3373
3374 2005-01-04 Raphael Neider <rneider AT web.de>
3375
3376         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3377         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3378           to hold the condition bit)
3379         * added new version of genCmp (old code available via #define)
3380         * added new version of genShiftLeft/genShiftRight in a generic
3381           way, now supports shifting by negative values
3382         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3383           shiftCount (expected by genGenericShift)
3384         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3385         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3386           dump
3387         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3388           is an invalid literal too...)
3389
3390 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3391
3392         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3393         from Raphael Neider,
3394         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3395         for 8-bit literals. This fixes some literal operands which are sign
3396         extended to 16-bits ints when instruction needs only 8-bits.
3397
3398 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3399
3400         * device/lib/logf.c: added mcs51 assembly version
3401         * device/lib/expf.c: added mcs51 assembly version
3402         * device/lib/_logexpf.c: new shared asm code for expf and logf
3403         * device/include/math.h: add defines for assembly math library
3404         * device/lib/Makefile.in: build new _logexpf.c
3405         * device/lib/libfloat.lib: use new _logexpf.c
3406
3407 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3408
3409         * src/pic/device.c
3410         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3411           device types which have less than 0x7f registers.
3412
3413 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3414
3415         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3416
3417 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3418
3419         * device/lib/printf_fast.c: only build on supported arch.
3420         * device/lib/printf_tiny.c: only build on supported arch.
3421         * device/lib/printf_fast_f.c: only build if asm float lib
3422         * device/lib/_fsget1arg.c: only build if asm float lib
3423         * device/lib/_fsget2args.c: only build if asm float lib
3424         * device/lib/_fsnormalize.c: only build if asm float lib
3425         * device/lib/_fsreturnval.c: only build if asm float lib
3426         * device/lib/_fsrshift.c: only build if asm float lib
3427         * device/lib/_fsswapargs.c: only build if asm float lib
3428         * device/include/stdio.h: don't provide print_fast,
3429           print_fast_f, print_tiny prototypes if --xstack used
3430
3431 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3432
3433         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3434         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3435           to the SOURCES
3436
3437 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3438
3439         * device/lib/printf_fast_f.c: same as printf_fast, but
3440           with floating point enabled
3441         * device/lib/printf_fast.c: minor tweaks
3442         * device/include/stdio.h: add printf_fast_f
3443
3444 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3445
3446         * src/SDCCmain.c: make --float-reent default for mcs51
3447         * device/lib/_fsadd.c: added mcs51 assembly version
3448         * device/lib/_fssub.c: added mcs51 assembly version
3449         * device/lib/_fsmul.c: added mcs51 assembly version
3450         * device/lib/_fsdiv.c: added mcs51 assembly version
3451         * device/lib/_fseq.c: added mcs51 assembly version
3452         * device/lib/_fsneq.c: added mcs51 assembly version
3453         * device/lib/_fsgt.c: added mcs51 assembly version
3454         * device/lib/_fslt.c: added mcs51 assembly version
3455         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3456         * device/lib/Makefile.in: add _fscmp to build
3457         * device/lib/libfloat.lib: add _fscmp to build
3458
3459 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3460
3461         * device/lib/_fs2slong.c: added mcs51 assembly version
3462         * device/lib/_fs2sint.c: added mcs51 assembly version
3463         * device/lib/_fs2schar.c: added mcs51 assembly version
3464         * device/lib/_fs2ulong.c: added mcs51 assembly version
3465         * device/lib/_fs2uint.c: added mcs51 assembly version
3466         * device/lib/_fs2uchar.c: added mcs51 assembly version
3467         * device/lib/_slong2fs.c: added mcs51 assembly version
3468         * device/lib/_sint2fs.c: added mcs51 assembly version
3469         * device/lib/_schar2fs.c: added mcs51 assembly version
3470         * device/lib/_ulong2fs.c: added mcs51 assembly version
3471         * device/lib/_uint2fs.c: added mcs51 assembly version
3472         * device/lib/_uchar2fs.c: added mcs51 assembly version
3473         * device/include/float.h: added #define to select asm vs c
3474
3475 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3476
3477         * device/lib/printf_fast.c: improvements to float output
3478         * device/include/float.h: add defines for assembly float library
3479         * device/lib/_fsget1arg.c: receive 1 float arg
3480         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3481         * device/lib/_fsnormalize.c: normalize a float
3482         * device/lib/_fsreturnval.c: return float, various helper routines
3483         * device/lib/_fsrshift.c: right shift a float's mantissa
3484         * device/lib/_fsswapargs.c: swap 2 floats
3485         * device/lib/Makefile.in: build these 6 new files for mcs51
3486         * device/lib/libfloat.lib: add these 6 files to the library
3487
3488 2004-12-26 Borut Razem <borut.razem AT siol.net>
3489
3490         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3491           built by gcc 3.4.2
3492
3493 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3494
3495         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3496           and fully reentrant and register bank neutral.
3497         * device/lib/printf_fast.c: added float (not enabled by default),
3498           added compact/slower integer (also not enabled by default),
3499           improved size/speed of fast integer code, other minor changes
3500         * device/include/stdio.h, device/lib/Makefile.in,
3501           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3502
3503 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3504
3505         * src/pic16/pcode.c: declaring variables other than at the start of a
3506           block is not supported in C by VC6.
3507
3508 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3509
3510         * applied a previous patch from Raphael Neider that wasn't included
3511         in the previous commits, which fixes infinite loops within jumptable
3512         improvements,
3513         * made some fixes that previous patches introduced
3514
3515 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3516
3517         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3518         that fixes an issue with AOP_PCODE asmop's offset,
3519         * (pic16_popCopyReg): update instance field too,
3520         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3521         function of pic port,
3522         * (genCmp, genAnd, genAssign),
3523         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3524
3525 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3526
3527         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3528         variables initial values to idata section,
3529         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3530         variables in some functions. This utilizes parmBytes field of iCode
3531         structure to hold the offset of the variable in stack. (might be
3532         able to use the stack field too?)
3533         * applied patch from Raphael Neider # ### , # ###
3534         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3535         variable initial values in idata section,
3536         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3537         for static variables with initial value
3538         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3539         applied fix in while loop from Raphael Neider.
3540
3541 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3542
3543         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3544         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3545         * src/ds390/ralloc.c (serialRegAssign): spill bits
3546         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3547         * support/Util/SDCCerr.c,
3548         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3549         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3550         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3551
3552 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3553
3554         * device/include/sdcc-lib.h: inserted LGPL, added includes
3555           asm/ds390/features.h and asm/mcs51/features.h
3556         * device/include/asm/default/features.h,
3557         * device/include/asm/gbz80/features.h,
3558         * device/include/asm/z80/features.h: added empty _AUTOMEM
3559           and _STATMEM
3560         * device/include/asm/ds390/features.h,
3561         * device/include/asm/mcs51/features.h: added files with defines for
3562           _AUTOMEM and _STATMEM indicating automatic and static storage class
3563         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3564         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3565         * src/SDCCicode.c (geniCodeCast),
3566         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3567         * src/SDCCloop.c (loopInduction): removed unused variable lr
3568         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3569           to convertToFcall to include char modulo (RFE 1065037), added check
3570           if left operand is unsigned and use abs of literal value
3571         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3572           as it doesn't work after conversion from peephole.def to peephole.rul
3573         * src/mcs51/gen.c (toBoolean): added check for size,
3574           (genModOneByte): optimized code for signed char modulo a literal
3575           power of 2 (thanks to Hubert Sack),
3576           (genRRC): removed unnecessary "clr c",
3577           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3578         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3579           jump optimization,
3580           swapped rules 256.c and 256.d,
3581           extended 256.d by using new multiple checks (thanks Erik),
3582           added rules 256.e and 256.f,
3583           updated rule 261.a and 261.b to new generated code
3584         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3585
3586 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3587
3588         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3589           induction related bugs, including first part of bug #1074377
3590
3591 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3592
3593         * applied patch from bug-report #1076292,
3594         * applied patches for genAnd and Goto-optimizations for Raphael
3595         Neider,
3596         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3597         dump a less iCode information,
3598         * src/pic16/device.h (pic16_options_t): added field debgen,
3599         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3600         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3601         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3602         puclic,
3603         * (various functions): added macros FENTRY and FENTRY2 to functions,
3604         to emit function prologue,
3605         * (various functions): fixed indentation,
3606         * (genNearPointerGet): fixed loading of FSR0,
3607         * (genPackBits): applied patch from Raphael Neider to fix updating
3608         of FSR0 and touching only the modified bits,
3609         * src/pic16/genarith.c (various functions): added macros FENTRY to
3610         emit function prologue in comments,
3611         * src/pic16/pcode.h: added functions debugf2, debugf3,
3612         * src/pic16/ralloc.c: partial fix for packForPush caused
3613         segmentation fault,
3614
3615 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3616
3617         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3618           <stsp AT users.sourceforge.net> with reversed byte order
3619         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3620
3621 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3622
3623         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3624           bug #1074377
3625         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3626         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3627
3628 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3629
3630         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3631
3632 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3633
3634         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3635           conditions,
3636           (setFromConditionArgs): friendly operand parser for peephole rules,
3637           (operandBaseName, operandsNotRelated): new peephole condition
3638           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3639           architecture specific register naming into account, handles n-way
3640           comparisons, and supports quoted literals
3641         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3642
3643 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3644
3645         * src/mcs51/peeph.def: fixed bug #1076940
3646
3647 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3648
3649         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3650
3651 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3652
3653         Adding support for replacing ljmps with sjmps in jumptables
3654         generated for switch statements. For now you need to set the
3655         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3656         Now 4 algorithms for mcs51 jumptable generation are used:
3657         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3658         addresses loaded pc-relative for up to 112 cases and stack-pushing
3659         target addresses loaded with offset from dptr for up to 256 cases.
3660
3661         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3662         * src/mcs51/main.c: adapted constants for switch table generation
3663         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3664
3665 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3666
3667         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3668         * support/regression/tests/bug1057979.c: added test for bug 1073386
3669
3670 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3671
3672         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3673         compilers
3674
3675 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3676
3677         * src/pic16/device.h,
3678         * src/pic16/genarith.c,
3679         * src/pic16/glue.c,
3680         * src/pic16/main.c,
3681         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3682
3683 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3684
3685         Large cummulative patch for pic16 port.
3686         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3687         to call when a stack overflow occurs,
3688         * (malloc.h): added CVS Id tag,
3689         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3690         variable,
3691         * added libc directory. The current version of LibC contains string
3692         functions, ctype functions and macros and some functions of the
3693         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3694         be extensively tested in the future. Standard disclaimer here.
3695         Library is not automatically build yet. But one can build it by
3696         invoking 'make' inside the libc directory.
3697         * added ADC library under libio. Preliminary version yet.
3698
3699         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3700         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3701         aopForRemat() now and not by pic16_aopOp(),
3702         * (pic16_popGetTempReg): removed warning messgae when allocating
3703         temporary registers, its a buggy feature and will be removed,
3704         * (pic16_popGet): set register instance field in AOP_CRY,
3705         * (pic16_outBitC): fixed for results in size greater than 1,
3706         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3707         * (pic16_storeForReturn): optimized return of 0,
3708         * (genCmp): experimental code for new genCmp which uses PIC18's
3709         special compare&skip instructions. Initial tests fail some times
3710         with variables grater than 1 byte in size, so new code is disabled,
3711         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3712         a single bit,
3713         * (genCast): began a fix to optimize the casting of a bit to another
3714         bit, now assigning a bitfield to another bitfield will fail, sorry,
3715         * src/pic16/main.c: disabled the use of lr-support feature,
3716         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3717         * added some function prototypes, added function _debugf prototype,
3718         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3719         bits with offset (case PO_GPR_BIT),
3720         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3721         command line,
3722         * (isBankInstruction): modified to return 0 for no banking instruction,
3723         and 1 for banking instruction,
3724         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3725         caused stop processing pCodes after a inline assembly block,
3726         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3727         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3728         registers when it shouldn't,
3729         * src/pic16/ralloc.c (allocReg): add preliminary support for
3730         supporting a limited set of temporary registers,
3731
3732 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3733
3734         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3735           genDataPointerSet): ensure assignments always copy in MSB to LSB
3736           order,
3737           (loadRegFromAop): recognize CLRH optimization,
3738           (genFunction): optimize RECEIVE iCodes in reentrant functions
3739
3740 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3741
3742         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3743           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3744           selected.
3745         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3746         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3747           contiguous with data
3748
3749 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3750
3751         * device/lib/_gptrget.c (_gptrget),
3752         * device/lib/_gptrgetc.c (_gptrgetc),
3753         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3754           instead of sjmp to ret
3755         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3756           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3757
3758 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3759
3760         * .version: bumped version to 2.4.7
3761         * device/lib/_gptrget.c (_gptrget): is now _naked
3762         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3763         * device/lib/_gptrput.c (_gptrput): is now _naked
3764         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3765           (createFunction): fixed xstack
3766         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3767         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3768           or bit either,
3769           (geniCodeCritical): store original interrupt state in an iTemp bit
3770           var unless stack-auto
3771         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3772         * src/SDCCmain.c (setIncludePath): added include/target to search path
3773         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3774         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3775           prototype,
3776           (processFuncArgs): put bit vars in bit area
3777         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3778           unsaveRBank): fixed xstack,
3779           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3780           (genFunction, genEndFunction): fixed xstack,
3781           (genAssign): optimization don't walk backwards through mem
3782         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3783         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3784         * support/regression/Makefile: also make library (for stack-auto) when
3785           making "all" and added "test-mcs51-xstack-auto"
3786         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3787         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3788         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3789         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3790         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3791           make-library by MAKE_LIBRARY
3792         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3793           regression tests for xstack
3794         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3795         * support/regression/tests/critical.c: test for critical on mcs51
3796
3797 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3798
3799         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3800           built version of sdcc instead of installed version
3801
3802 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3803
3804         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3805         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3806           vprintf.c now
3807         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3808         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3809           WARNING: remove device/lib/build/z80/printf.o by hand when
3810           updating from previous build!
3811         * device/lib/z80/printf.c: updated comment
3812         * support/regression/tests/bug1057979.c: test all ports now
3813         * support/regression/tests/bug1065458.c: file added
3814
3815 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3816
3817         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3818           *_start and *_end symbols for static functions
3819
3820 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3821
3822         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3823           and search crt0.o in all library paths,
3824           (setIncludePath): proper handling of --nostdinc,
3825           (setLibPath): proper handling of --nostdlib
3826         * support/regression/Makefile,
3827         * support/regression/ports/ds390/spec.mk,
3828         * support/regression/ports/gbz80/spec.mk,
3829         * support/regression/ports/hc08/spec.mk,
3830         * support/regression/ports/mcs51/spec.mk,
3831         * support/regression/ports/mcs51-large/spec.mk,
3832         * support/regression/ports/mcs51-stack-auto/spec.mk,
3833         * support/regression/ports/z80/spec.mk: use include and lib files from
3834           built version of sdcc instead of installed version
3835         * doc/sdccman.lyx: fixed typo in --nostdinc
3836
3837 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3838
3839         * src/pic/pcode.c,
3840         * src/pic/device.c,
3841         * src/pic/ralloc.c,
3842         * src/pic/gen.c : added support to generate code for struct bit fields.
3843
3844 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3845
3846         * as/xa51/xa_version.h,
3847         * device/include/errno.h,
3848         * device/include/regc515c.h,
3849         * device/lib/_itoa.c,
3850         * device/lib/_ltoa.c,
3851         * device/lib/ser_ir_cts_rts.c,
3852         * sim/ucsim/xa.src/glob.cc,
3853         * sim/ucsim/xa.src/inst_gen.cc,
3854         * sim/ucsim/xa.src/xa_bit.cc,
3855         * sim/ucsim/xa.src/xa_sfr.cc,
3856         * sim/ucsim/z80.src/inst_dd.cc,
3857         * sim/ucsim/z80.src/inst_fdcb.cc,
3858         * support/scripts/keil2sdcc.pl,
3859         * src/pic16/pic16.dsp,
3860         * src/pic16/pic16a.dsp: corrected cvs line endings
3861         * device/lib/printf_large.c: fixed bug 1057979
3862         * src/pic16/gen.c: fixed non-C standard code
3863         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3864         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3865         * support/regression/ports/mcs51/support.c: reload T1 asap
3866         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3867           pdata use and clear idata startup behaviour
3868         * support/regression/tests/bug1057979.c: added
3869
3870 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3871
3872         * device/examples/ds390/ow390/ad26.h,
3873         * device/examples/ds390/ow390/cnt1d.h,
3874         * device/examples/ds390/ow390/crcutil.c,
3875         * device/examples/ds390/ow390/ownet.h,
3876         * device/examples/ds390/ow390/owsesu.c,
3877         * device/examples/ds390/ow390/swt12.h,
3878         * device/examples/ds390/ow390/swtoper.c,
3879         * device/examples/ds390/ow390/temp10.h,
3880         * device/examples/ds390/ow390/thermodl.c,
3881         * device/examples/ds390/tinitalk/tinitalk.dsp,
3882         * device/examples/ds390/tinitalk/tinitalk.dsw,
3883         * device/examples/mcs51/clock/hw.h,
3884         * device/examples/mcs51/simple2/go.bat,
3885         * device/examples/serialcomm/windows/serial.h,
3886         * device/examples/xa51/dummy.c,
3887         * device/examples/xa51/hello.c,
3888         * device/include/80c51xa.h,
3889         * device/include/at89x051.h: corrected cvs line endings
3890
3891 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3892
3893         * src/pic16/main.c (options): added command line --gstack, to trace
3894         stack over/under flows,
3895         * added pragma 'wparam' to allow passing first byte of function
3896         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3897         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3898         call to __gstack_test function and sets up the symbol as extern,
3899         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3900         * popaop): added call to pic16_testStackOverflow,
3901         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3902         wparamList list,
3903         * (genCall, genPcall): now all parameters are passed via stack
3904         except in functions that are pass to wparam pragma in which WREG is
3905         used too,
3906         * (genPcall): REENTRANT flag is checked to see if variable prototype
3907         contains reentrant keyword, don't call a non-reentrant function, via
3908         a reentrant function pointer or vice versa, functions are never
3909         passed via WREG,
3910         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3911         D.Winkler,
3912         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3913         SIGSEGV when accessing a NULL register stucture,
3914         * (pic16_printGPointerType): modified to handle UPPER modifier for
3915         function initializers, changed prototype of function to simpler one,
3916         * (pic16_printIvalFuncPtr): check to see if function is already
3917         added in externs list,
3918         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3919         optimized a move from W to SFR with a move to the same register
3920         later after a CALL,
3921         * device/lib/pic16/debug: NEW directory, contains debug features
3922         which are enabled when linking with libdebug.lib, currently command
3923         line option --gstack enables stack pointer tracing for over/under
3924         flow, corresponding sources are in debug/gstack
3925
3926 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3927
3928         * doc/sdccman.lyx: updated SDCC version,
3929         * (PIC16 port): update list of command line options,
3930         * src/pic16/device.h (structure pic16_options_t): added field gstack
3931         to enable stack overflow tracing on push/pops,
3932         * src/pic16/device.c (statistics structure): added statistics
3933         structure,
3934         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3935         pic16_dump_int_registers): increase statistics counters for each
3936         * variable which is encountered
3937         * (pic16_dump_usection): emit each .udata variable to its own udata
3938         section,
3939         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3940         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3941         parameters via stack, otherwise use old scheme,
3942         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3943         assembler output file,
3944         * src/pic16/main.c: added command line options --gstack to enable
3945         push/pop tracing for stack overflow,
3946         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3947         instructions): added size of each instruction,
3948         * (pic16_countInstruction): estimate size of instructions in
3949         the_pFile list, inline assembly blocks are not counted,
3950         * (pic16_FixRegisterBanking): trace previous register usage, when
3951         banksel optimizations is greater than 0, don't emit a redudant
3952         banksel directive,
3953
3954 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3955
3956         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3957         * src/pic16/ralloc.c : applied same fix for pic16.
3958         * src/pic/gen.c : tidied it up a little.
3959
3960 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3961
3962         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3963         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3964
3965 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3966
3967         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3968
3969 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3970
3971         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3972         non-reentrant function __modsint in the interrupt function (thus
3973         corrupting math operations during serial I/O)
3974         * device/lib/ser_ir.c: as above, changed buffersize
3975         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3976         256.c,d for zeroing
3977         * doc/Makefile: added option -t for rsync
3978
3979 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3980
3981         * src/SDCCast.h (struct ast),
3982         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3983
3984 2004-10-20 Borut Razem <borut.razem AT siol.net>
3985
3986         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3987         package
3988
3989 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3990
3991         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3992         makefile targets,
3993         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3994         support functions to replace long sequences of MOVFF's from access
3995         bank registers to stack and vice versa,
3996         * src/pic16/device.h: added new field opt_flags, where optimization
3997         flags can be set to enable certain features,
3998         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3999         * pBlock, (genFunction, genEndFunction): surroung loop for
4000         saving/loading used registers in stack with PC_INFO pCodes,
4001         INF_LREGS. Code in between can then be optimized by pCode optimizer
4002         to support function calls,
4003         * (genDataPointerSet): fixed bug which loaded float fields in
4004         structures with corrupt data,
4005         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4006         in a standard way debug info on stderr. Feature used for developing
4007         and debugging only,
4008         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4009         obsolete chunks of code,
4010         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4011         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4012         * pic16/src/pcode.c (pic16_newpCodeInfo,
4013         * (pic16_newpCodeOpLocalRegs),
4014         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4015         feature,
4016         * (pic16_pCodeConstString): printing of the initial value of a
4017         symbol as a comment is inhibited since parsing was already done by
4018         copyStr and output is corrupt,
4019         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4020
4021 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4022
4023         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4024
4025 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4026
4027         * as/mcs51/lkarea.c: removed old K&R style,
4028           (lnksect): changed check on boundary error,
4029           (lnksect2): changed check on boundary error,
4030           (lnksect2): extend XSTK to end of page if size = 1
4031         * as/mcs51/lkmain.c: removed old K&R style,
4032           (Areas51): create l_IRAM symbol
4033         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4034         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4035           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4036         * device/lib/_mullong.c: added version to be compiled with xstack
4037         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4038         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4039         * device/lib/mcs51/crtxstack.asm: fixed comment
4040         * src/SDCCglue.c: maxInterrupts defaults to 0,
4041           (emitMaps): added pdata,
4042           (createInterruptVect): (re)moved default,
4043           (glue): added pdata,
4044           (glue): moved __start__xstack to XSTK with default size 1
4045         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4046           and options.float_rent when options.stackAuto is set,
4047           (linkEdit): only write XDATA_NAME if provided on command line
4048         * src/SDCCmem.h,
4049         * src/SDCCmem.c: added pdata
4050         * src/port.h: added pdata_name to PORT
4051         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4052           (saveRegisters, unsaveRegisters): removed usage of B,
4053           (genMinus): fixed accumulator clash,
4054           (genJumpTab): added comment, this needs another look
4055         * src/mcs51/gen.c: added check for "B in use" paranoia,
4056           added pushB() and popB()
4057         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4058           chance
4059         * src/avr/main.c,
4060         * src/ds390/main.c,
4061         * src/hc08/main.c,
4062         * src/mcs51/main.c,
4063         * src/pic/main.c,
4064         * src/pic16/main.c,
4065         * src/xa51/main.c,
4066         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4067           added PSEG (PAG,XDATA) or NULL to port specifier
4068         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4069         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4070           (_mcs51_genInitStartup): removed __start__xstack equ,
4071           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4072         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4073         * src/z80/gen.c (_rleAppend): fixed warnings
4074         * support/regression/tests/zeropad.c: added pdata test
4075         * .version: bumped to 2.4.6
4076
4077 2004-10-17 Borut Razem <borut.razem AT siol.net>
4078
4079         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4080         as a part of nightly build
4081
4082 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4083
4084         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4085         WREG holds the first byte function parameters,
4086         * (aopForSym): take special case for symbols which are in FARSPACE
4087         but in CODESPACE too,
4088         * (assignResultValue): modified to take into account _G.useWreg,
4089         * (genCall): don't use wreg for parameter passing when function is
4090         declared as reentrant, too, added optimization INCF to stack
4091         pointer when stack parameter count is 1,
4092         * (genFunction, genEndFunction): refurnished and fixed to not using
4093         wreg for passing parameters when function has varargs or is
4094         reentrant, fixed bug with symbol name compare for generating
4095         functions in absolute address,
4096         * (pic16_storeForReturn): refurnished,
4097         * (genCmp): began writing a new version of the function, not ready
4098         yet, therefore it is disabled,
4099         * (genAssign): do not read code memory when assigning a function to
4100         a pointer function,
4101         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4102         array of characters, not pointer,
4103         * (pic16initialComments): in debug mode emit an .ident directive for
4104         the assembler,
4105         * (_process_pragma): emit a new warning type (internal to pic16)
4106         when setting stack to default length, emit a similar warning when
4107         placing a function at absolute address and address is not word aligned
4108         * (_pic16_parseOptions): added 'return TRUE' statement,
4109         * (_pic16_linkEdit): if compiling a source, then add the source's
4110         file object, first in the list of objects to link,
4111
4112 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4113
4114         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4115         * src/pic/main.c : removed VC warning.
4116         * src/pic/gen.c : changed comment.
4117
4118 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4119
4120         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4121         reference to a deprecated symbol _GPTRREG was causing failure to
4122         link. Thanks G. M. Gallant for the info.
4123
4124 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4125
4126         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4127         comments for Bugs item #954788.
4128
4129 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4130
4131         * src/pic16/device.c (pic16_dump_gsection,
4132         * pic16_groupRegistersInSection): handle symbols declared to be in
4133         access bank differently,
4134         * src/pic16/gen.c (struct _G): added field resDirect,
4135         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4136         send values read from stack directly to result and don't allocate
4137         temporary values,
4138         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4139         same registers,
4140         * (pic16_sameRegsOfs): NEW,
4141         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4142         free because they were not allocated from temporary pool,
4143         * pic16_popRegFromString): workaround to fix a problem with
4144         allocating variables twice or never,
4145         * (genGenPointerGet): using PRODL instead of FSR0H,
4146         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4147         instead of FSR0H,
4148         * (genAssign): take advantage of the _G.resDirect flag,
4149         * (genCast): around line 11844, use mov2f instead of directly
4150         MOVFF'ing between operands to account for literal values,
4151         * src/pic16/genutils.c: some new debug functions for gpsim have been
4152         added,
4153         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4154         float with integer part only,
4155         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4156         place variables in access bank
4157         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4158         updated sources to reflect recent changes in gen.c
4159
4160 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4161
4162         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4163         sources that searched for headers in installation path, now the
4164         device/include/pic16 is used,
4165         * src/pic16/glue.c (pic16glue),
4166         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4167         .line directives if not in debug mode, this suppresses assembler's
4168         warnings for ignored directives
4169
4170 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4171
4172         * src/port.h: made reset_regparms prototype void parameter explicit.
4173         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4174         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4175         * doc/sdccman.lyx: documented warning disabling and how to use
4176           printf_large to make it print floats.
4177         * device/include/stdbool.h: NEW
4178         * device/lib/_atof.c,
4179         * device/lib/_divuint.c,
4180         * device/lib/_divulong.c,
4181         * device/lib/expf.c,
4182         * device/lib/printf_large.c,
4183         * device/lib/sincosf.c,
4184         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4185         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4186           a completely reentrant lib.
4187
4188 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4189
4190         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4191         * device/include/pic16/stdio.h: fixed bug with colon
4192
4193 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4194
4195         * device/include/pic16/stdio.h,
4196         * device/include/pic16/stdlib.h,
4197         * device/include/pic16/math.h: NEW
4198         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4199         declared as _naked to reduce overhead
4200         * device/lib/Makefile.in (target port-specific-objects-pic16):
4201         changed * to *.* so to ignore the CVS directory,
4202         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4203         stacked variables back in stack,
4204         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4205         corruption
4206
4207 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4208
4209         * .version: bumped version number to 2.4.5
4210         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4211         * support/Util/SDCCerr.c (messages structure): added entry for
4212         W_POSSBUG2
4213
4214         Large cumulative patch for pic16 port and libraries.
4215         * device/include/pic16/sdcc-lib.h,
4216         * device/include/pic16/stdarg.h,
4217         * device/include/asm/pic16/features.h,
4218         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4219         * device/include/pic16/float.h: changes reentrant keyword with
4220         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4221         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4222         updated target build-libraries to include objects from gptr,
4223         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4224         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4225         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4226         all function headings,
4227         * src/SDCCmain.c: added global parameter userIncDirsSet,
4228         * (parseCmdLine): when option -I is encountered add directory to
4229         userIncDirsSet too,
4230         * src/version.awk: added space between control and long,
4231         * src/pic16/NOTES: added some notes for the port,
4232         * src/pic16/gen.c: added prototype for mov2fp function,
4233         * (fReturnpic16[]): properly named return value registers,
4234         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4235         * (aopForSym): added code to handle symbols with onStack flag set,
4236         symbols onStack are allocated PTRSIZE bytes,
4237         * (aopFreeAsmop): handles special case where asmops are stack objects,
4238         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4239         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4240         added argument lock to trace flaws in allocating temporary registers
4241         when developing port,
4242         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4243         * (pic16_popRegFromString): reenabled allocating a direct register
4244         from string,
4245         * (assignResultValue): various beautifications,
4246         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4247         referenced function argument,
4248         * (genIpush): reenabled to allow stacked arguments, handles only
4249         ic->parmPush iCodes,
4250         * (genCall, genPcall): major changes to allow for variable argument
4251         functions, fixed a bug with falsely restoring stack pointer after
4252         returning from call,
4253         * (genFunction): pending code for critical function,
4254         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4255         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4256         * (genNearPointerGet): fixed bug with indirect reading, was always
4257         reading from INDF0
4258         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4259         pointers,
4260         * (genAddrOf): rewrote code to take address of a stacked function parameter
4261         * (genCast): fixed casting to generic pointer type,
4262         * src/pic16/gen.h: added AOP_STA,
4263         * (struct asmop): added field stk,
4264         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4265         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4266         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4267         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4268         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4269         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4270         generic pointers,
4271         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4272         and library paths,
4273         * (pic16_port structure): generic pointer size is set to 3,
4274         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4275         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4276         compiler warning,
4277         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4278         operand is an iTemp,
4279
4280 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4281
4282         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4283         * debugger/mcs51/simi.c: addapt new syntax of s51
4284
4285 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4286
4287         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4288         * src/pic16/pcode.c: commented out some calls to free() in order to
4289         fix bug #989576,
4290
4291 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4292
4293         * src/SDCCicode.h,
4294         * src/SDCCicode.c (isiCodeInFunctionCall),
4295         * src/avr/ralloc.c (selectSpil),
4296         * src/pic/ralloc.c (selectSpil),
4297         * src/pic16/ralloc.c (selectSpil),
4298         * src/ds390/ralloc.c (selectSpil),
4299         * src/hc08/ralloc.c (selectSpil),
4300         * src/xa51/ralloc.c (selectSpil),
4301         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4302         stack in the middle of a function call sequence (fixes bug #1020268)
4303         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4304         costs associated with the minimum switch case.
4305
4306 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4307
4308         * src/SDCC.lex: fixed bug #1030549
4309
4310 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4311
4312         * src/SDCCcse.h (struct cseDef),
4313         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4314         over a function call if the CSE is derived from a symbol whose
4315         address has been taken (fixes bug #1029883)
4316         * support/regression/tests/bug-1029883: a new regression test for
4317         this bug
4318
4319 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4320
4321         * src/hc08/gen.c (emitinline): fixed bug #1029778
4322         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4323         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4324         and starts toward RFE #905167)
4325
4326 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4327
4328         * src/pic16/gen.c (mov2f): New function to move an operand to
4329         another without considering if it is a literal or a register,
4330         * (pic16_sameRegs): don't check if they are both AOP_REG,
4331         * (AccRsh): removed andmask=0 lines,
4332         * (genLeftShift): duplicated to be improved in future versions,
4333         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4334         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4335         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4336         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4337         * (insertBankSwitch): fixed inserting banksel directives algorithm
4338         for instructions that follow a skip instruction, this fixes a report
4339         for broken subtraction code generation,
4340         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4341         iCode is a left op, just in case result and right share the same
4342         registers
4343
4344 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4345
4346         * src/hc08/main.c,
4347         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4348         preservation of HX
4349         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4350         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4351         on 2004-09-12; it was buggy
4352
4353 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4354
4355         * src/SDCCsymt.h: removed RESULT_CHECK
4356         * src/SDCCast.c,
4357         * src/SDCCglue.c,
4358         * src/SDCCval.c,
4359         * src/pic/glue.c,
4360         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4361
4362 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4363
4364         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4365         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4366         configuration values no more rejected by compiler, they are assigned
4367         to configuration registers with a warning message instead,
4368         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4369         the for-loop so last conf register is emitted too,
4370         * (_pic16_initPaths): link library libsdcc.lib by default,
4371         * (_hasNativeMulFor): modified test for multiplication according to
4372         Raphael Neider's remarks. Integer multiplication is also done with
4373         support functions,
4374         * device/include/pic16/pic18fregs.h: corrected type error in while
4375         testing and including 18f6720 header file
4376
4377 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4378
4379         * src/pic16/device.h (pic16_options): removed field use_crt,
4380         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4381         until an optimization to handle single bits is added,
4382         * (pic16_loadFSR0): moved before genUnpackBits,
4383         * (genAnd): some white lines removed,
4384         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4385         leave_reset flags in pic16_options when using crt modules,
4386
4387 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4388
4389         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4390           for bugs 898889 & 979599. Also used some safer print instructions.
4391
4392 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4393
4394         * src/pic16/device.h (pic16_options_t): added field use_crt,
4395         crt_name, no_crt,
4396         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4397         catch a probable future bug,
4398         * src/pic16/gen.c: aopIdx function commented out,
4399         * (genAssign): commented out old code which used aopIdx,
4400         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4401         code, added if conditionals to take into account the --use-crt
4402         command line options,
4403         * src/pic16/main.c (pic16_optionsTable): added new command line
4404         options, --use-crt= and --no-crt,
4405         * (_pic16_linkEdit): now the proper crt object is added in the
4406         linker command line except than when --no-crt is specified,
4407         * src/pic16/pcode.c,
4408         * src/pic16/pcode.h: added some structures and functions for a new
4409         optimization scheme to compansate for instruction overhead between
4410         same iCodes, this scheme is currently under development and is not
4411         working in any way,
4412         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4413         to && operator,
4414         * device/lib/pic16/startup/crt0i.c,
4415         * device/lib/pic16/startup/crt0iz.c: added global char variable
4416         __uflags to force the generation of an idata section
4417
4418 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4419
4420         * doc/Makefile,
4421         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4422         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4423
4424 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4427         Frieder) and clarified the default code optimization mode
4428
4429 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * src/SDCC.lex (doPragma, process_pragma),
4432         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4433         "opt_code_size", and "opt_code_balanced"
4434         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4435         regrouped options by category, added support for category headers
4436         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4437         and "--opt-code-size"
4438         * doc/sdccman.lyx: documented these new options and pragmas
4439         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4440         preference into account
4441
4442 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4443
4444         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4445           geniCodePreDec): Fixed bug 904237 by generating a warning
4446         * src/SDCCerr.h,
4447         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4448
4449 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4450
4451         * src/pic/device.c : When no max ram set validate full memory range.
4452         * src/pic/pcode.c,
4453         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4454
4455 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4456
4457         * device/lib/_gptrget.c,
4458         * device/lib/_gptrput.c: updated comment
4459         * device/lib/calloc.c,
4460         * device/lib/free.c,
4461         * device/lib/malloc.c,
4462         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4463         * src/SDCCcse.c (cseBBlock),
4464         * src/SDCCicode.c (printOperand, geniCodeArray),
4465         * src/SDCCicode.h (struct operand): fixed bug 868103
4466         * support/regression/tests/bug-868103.c: added
4467         * src/SDCCast.c (searchLitOp),
4468         * src/SDCCcse.h (struct cseDef),
4469         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4470         * src/SDCCicode.h (struct operand),
4471         * src/SDCCsymt.h (struct sym_link),
4472         * src/avr/gen.c (hasInc),
4473         * src/ds390/gen.c (hasInc),
4474         * src/hc08/gen.c (genPlusIncr, hasInc),
4475         * src/mcs51/gen.c (hasInc),
4476         * src/pic16/glue.c (pic16_printIvalChar),
4477         * src/pic16/ralloc.c (regWithIdx),
4478         * src/xa51/gen.c (hasInc) : removed warnings
4479         * src/SDCCast.c (createBlock): added comment ???
4480         * src/hc08/ralloc.c: updated comments
4481
4482 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4483
4484         * doc/sdccman.lyx: updated section on switch statements, added
4485         section about semaphore locking
4486         * doc/Makefile: added option -info for latex2html
4487         * device/lib/_gptrget.c,
4488         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4489
4490 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4491
4492         * src/pic/device.h,
4493         * src/pic/device.c,
4494         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4495          maxram is less than 0x100.
4496
4497 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4498
4499         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4500
4501 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4502
4503         * src/port.h,
4504         * src/mcs51/main.c,
4505         * src/ds390/main.c,
4506         * src/z80/main.c,
4507         * src/hc08/main.c,
4508         * src/pic/main.c,
4509         * src/pic16/main.c,
4510         * src/avr/main.c,
4511         * src/xa51/main.c
4512         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4513         a jump table is the best form for a switch statement, including
4514         automatic insertion of missing cases to make the case range
4515         continuous. Developed in collaboration with Frieder Ferlemann.
4516
4517 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4520         accumulator result if it needs sign extension
4521
4522 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4523
4524         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4525
4526 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4527
4528         * device/lib/gbz80/printf.c,
4529         * device/lib/z80/printf.c: removed define for NULL
4530
4531 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4532
4533         * as/xa51/xa_link.c,
4534         * device/examples/ds390/ow390/ad26.c,
4535         * device/examples/ds390/ow390/cnt1d.c,
4536         * device/examples/ds390/ow390/counter.c,
4537         * device/examples/ds390/ow390/ds2480.h,
4538         * device/examples/ds390/ow390/ds2480ut.c,
4539         * device/examples/ds390/ow390/findtype.c,
4540         * device/examples/ds390/ow390/gethumd.c,
4541         * device/examples/ds390/ow390/owllu.c,
4542         * device/examples/ds390/ow390/ownetu.c,
4543         * device/examples/ds390/ow390/swt12.c,
4544         * device/examples/ds390/ow390/swtloop.c,
4545         * device/examples/ds390/ow390/temp.c,
4546         * device/examples/ds390/ow390/temp10.c,
4547         * device/examples/ds390/ow390/thermo21.c,
4548         * device/examples/ds390/ow390/tinilnk.c,
4549         * device/examples/ds390/ow390/tstfind.c,
4550         * device/examples/serialcomm/windows/serial.cpp,
4551         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4552         * device/include/reg51.h: fixed line endings for cvs
4553
4554 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4555
4556         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4557         packRegsForAccUse, packRegisters): new accumulator register
4558         packing algorithm
4559         * support/regression/ports/hc08/support.c (_putchar): suppress
4560         warning of unused variable
4561         * src/SDCCicode.c: added SWAP entry to codeTable
4562
4563 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4564
4565         * device/lib/sprintf.c: forgot to add this file before previous commit
4566
4567 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4568
4569         * src/pic16/gen.c (genPackBits): added operand right in function
4570         parameters, load result directly if p_type is POINTER (that is
4571         called by genNearPointerSet)
4572         * (genUnPackBits): added operand left in function parameters,
4573         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4574         FSR0 if accessing bitfields,
4575
4576 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4577
4578         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4579           _print_format; updated printf, sprintf, vsprintf
4580         * device/include/asm/default/features.h: corrected comment/define
4581         * device/lib/Makefile.in: added sprintf.c
4582         * device/lib/libsdcc.lib: added sprintf module
4583         * device/lib/printf_large.c,
4584         * device/lib/vprintf.c,
4585         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4586           into these 3 files
4587         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4588         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4589         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4590           hc08 test
4591         * support/regression/tests/zeropad.c: define idata as data for hc08
4592
4593 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4594
4595         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4596         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4597         labels are referenced at least once (even if a reference is not found)
4598         * src/hc08/gen.c (emitcode): set isComment flag for comments
4599         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4600         loads), rules 6a..6b (optimize jumps to return)
4601
4602 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4603
4604         * device/lib/acosf.c (acosf),
4605         * device/lib/asinf.c (asinf),
4606         * device/lib/atanf.c (atanf),
4607         * device/lib/ceilf.c (ceilf),
4608         * device/lib/cosf.c (cosf),
4609         * device/lib/coshf.c (coshf),
4610         * device/lib/cotf.c (cotf),
4611         * device/lib/fabsf.c (fabsf),
4612         * device/lib/floorf.c (floorf),
4613         * device/lib/log10f.c (log10f),
4614         * device/lib/logf.c (logf),
4615         * device/lib/sinf.c (sinf),
4616         * device/lib/sinhf.c (sinhf),
4617         * device/lib/sqrtf.c (sqrtf),
4618         * device/lib/tanf.c (tanf),
4619         * device/lib/tanhf.c (tanhf),
4620         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4621         replaced all instances of "reentrant" in the library functions
4622         defined in math.h with this macro.
4623         * support/regression/tests/float_trans.c: reenabled test for hc08
4624
4625 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4626
4627         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4628         erroneously deleted
4629
4630 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4631
4632         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4633         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4634         multi-byte volatile operands are used
4635         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4636         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4637         initialization to area GSINIT0 so that it would always precede
4638         any static initializers in GSINIT
4639         * support/regression/tests/zeropad.c: fixed idata define for hc08
4640         * support/regression/tests/bug-927659.c,
4641         * support/regression/tests/float_trans.c: disabled tests for hc08
4642         pending missing library routines
4643         * .version: increased version number to 2.4.4 - hc08 port now passes
4644         regression tests
4645
4646
4647 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4648
4649         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4650         * Makefile.common.in,
4651         * as/Makefile,
4652         * as/hc08/Makefile.in,
4653         * as/mcs51/Makefile.in,
4654         * as/z80/Makefile.in,
4655         * debugger/mcs51/Makefile.in,
4656         * device/include/Makefile.in,
4657         * device/lib/Makefile.in,
4658         * doc/Makefile,
4659         * link/Makefile,
4660         * link/z80/Makefile.in,
4661         * packihx/Makefile.in,
4662         * sim/ucsim/main_in.mk,
4663         * sim/ucsim/avr.src/Makefile.in,
4664         * sim/ucsim/doc/Makefile.in,
4665         * sim/ucsim/gui.src/serio.src/Makefile.in,
4666         * sim/ucsim/hc08.src/Makefile.in,
4667         * sim/ucsim/s51.src/Makefile.in,
4668         * sim/ucsim/xa.src/Makefile.in,
4669         * sim/ucsim/z80.src/Makefile.in,
4670         * src/Makefile.in,
4671         * support/cpp2/Makefile.in,
4672         * support/librarian/Makefile,
4673         * support/makebin/Makefile: added DESTDIR to the install path proposed
4674         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4675         * doc/sdccman.lyx: added DESTDIR documentation
4676
4677 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4678
4679         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4680         instruction for interrupt handlers, use fast returns when returning
4681         from high priority interrupts
4682
4683 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4684
4685         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4686         code generation
4687         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4688         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4689         bugs, ported much of Bernhard's code from mcs51
4690         * src/mcs51/gen.c (genSend),
4691         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4692         than one when calling a reentrant function
4693         * device/lib/_mullong.c: defined an alternate struct layout for big
4694         endian ports (hc08)
4695
4696 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4697
4698         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4699         test
4700
4701 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4702
4703         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4704         are sane and complete before asking the port its prefered parameter
4705         passing method (fixes bug #1017633)
4706         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4707         and _ret3
4708
4709 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4710
4711         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4712         problem in bitfields >= 8 bits.
4713
4714 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4715
4716         * src/SDCCsymt.c: undid changes that were not meant to be committed
4717
4718 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4719
4720         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4721
4722 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4723
4724         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4725           copied and wrong bit got inverted
4726
4727 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4728
4729         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4730         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4731         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4732         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4733         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4734         assignments to bitfields at known addresses
4735         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4736         reads from bitfields at known addresses
4737         * src/hc08/ralloc.c (packRegisters),
4738         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4739         genhc08Code): optimize pointer get values used as conditionals
4740         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4741         and branch
4742
4743 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4746         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4747         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4748         as conditionals
4749
4750 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4751
4752         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4753
4754 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4755
4756         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4757         related problems
4758
4759 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4760
4761         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4762
4763 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4764
4765         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4766         mcs51 port
4767
4768 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4769
4770         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4771
4772 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4773
4774         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4775         cases use more compact code.
4776
4777 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4778
4779         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4780
4781 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4784
4785 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4786
4787         * src/SDCCsymt.h,
4788         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4789         parameter of changePointer() from symbol* to sym_link*
4790         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4791         * src/SDCCsymt.c (compareType): void* type is castable to other
4792         pointers, but not necesarily an exact match.
4793         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4794         is no longer blindly treated as an exact match.
4795         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4796
4797 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4798
4799         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4800
4801 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4802
4803         * src/pic/gen.c,
4804         * src/pic/pcode.c,
4805         * src/pic/ralloc.h,
4806         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4807
4808 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4809
4810         * src/pic/device.c,
4811         * src/pic/device.h,
4812         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4813
4814 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4815
4816         * src/mcs51/gen.c (emitcode): fixed bug #992819
4817
4818 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4819
4820         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4821           there's no need to make it worse
4822
4823 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4824
4825         * src/mcs51/ralloc.c (deassignLR),
4826         * src/ds390/ralloc.c (deassignLR),
4827         * src/hc08/ralloc.c (deassignLR),
4828         * src/z80/ralloc.c (deassignLR),
4829         * src/pic/ralloc.c (deassignLR),
4830         * src/pic16/ralloc.c (deassignLR),
4831         * src/avr/ralloc.c (deassignLR),
4832         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4833         rlivePoint): fixed another part of bug #971834
4834
4835 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4836
4837         * src/z80/main.c: enabled "critical" keyword
4838         * src/z80/mappings.i,
4839         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4840         functions (fixes bug #979646)
4841         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4842
4843 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4844
4845         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4846           such as c:\mydir.
4847
4848 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4849
4850         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4851           doesn't disable too much optimizations
4852
4853 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4854
4855         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4856
4857 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4858
4859         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4860
4861 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4862
4863         * src/pic/gen.c tidied up tabs
4864         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4865         * src/pic/main.c tidied up tabs
4866         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4867         * src/pic/pcoderegs.c tidied up tabs
4868         * src/pic/ralloc.c tidied up tabs
4869
4870 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4871
4872         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4873         to S_FIXED for pic16 port and when symbol is not in level 0,
4874         allocate for S_REGISTER storage class and pic16 port, too,
4875         * src/pic16/device.h: prototype for checkSym,
4876         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4877         * (pic16_assignConfigWordValue): test the value and the mask to
4878         validate that the value is suitable for the configuration word,
4879         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4880         collect extern declared symbols, don't emit symbol twice, check
4881         first if symbol is in publics set first,
4882         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4883         * added command line '--fstack' which enables an experimental
4884         feature for stack access, too buggy to be used yet...
4885         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4886         * (pic16_allocDirReg): when register has storage class S_REGISTER
4887         allocate in pic16_dynAccessRegs,
4888         * device/include/pic16/pic18f????.h: modified configuration word
4889         naming convention, words started as CONFIG0H but should be CONFIG1H
4890
4891 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4892
4893         * device/include/mcs51reg.h: fixed bug 970993
4894
4895 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4896
4897         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4898         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4899         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4900         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4901         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4902         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4903           error/warning numbers,
4904           added function setWarningDisabled()
4905         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4906         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4907           _memcmp.c _memmove.c calloc.c realloc.c free.c
4908         * support/regression/tests/malloc.c: added tests for new functionality
4909         * support/regression/tests/zeropad.c: added tests for truncated initializers
4910           and initialized char arrays starting with '\x0'
4911         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4912
4913 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4914
4915         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4916
4917 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4918
4919         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4920         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4921         peephole 177.e. Thanks to anonymous
4922
4923 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4924
4925         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4926         function isn't used in the source but referenced as a
4927         variable initializer then declare it as extern in .asm file
4928
4929 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4930
4931         * .version: increased version number to 2.4.3
4932
4933         Adding version extension according to ChangeLog CVS revision
4934         * src/Makefile.in (target all): added dependency 'version.h'
4935         * (rule version.h): added rule to create version.h from ChangeLog,
4936         * (rule dep): added dependency version.h,
4937         * src/version.awk: AWK script to create version.h
4938         * src/SDCCdwarf2.c (dwWriteModule),
4939         * src/SDCCglue.c (initialComments),
4940         * src/SDCCmain.c (printVersionInfo): modified to write after
4941         version string the version extension number,
4942         * src/SDCCutil.c: included "version.h"
4943         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4944         number,
4945         * src/SDCCutil.h: added prototype for getBuildNumber
4946
4947         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4948         includeDirsSet, too,
4949         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4950         const char [] is found in function prototype...
4951
4952         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4953         moving to WREG with source is already in WREG,
4954         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4955         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4956         * (aopForSym): stack'ed symbols are partially supported, added
4957         if-clause to support symbols in FARSPACE,
4958         * (sameRegs): added test for AOP_ACC to see if registers are same,
4959         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4960         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4961         * (pic16_popRegFromString): will not allocate a new register if it
4962         doesn't find one by name, bug may have introduced...
4963         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4964         * (genIpush): revived to use pic16 port's stack,
4965         * (genAddrOf): added incomplete case for stack'ed operand,
4966         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4967         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4968         can handle multibyte operands,
4969         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4970         * (pic16initialComments): added message for MPLAB compatibility
4971         mode enabled,
4972         * src/pic16/main.h: prototype for pic16_mplab_comp,
4973         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4974         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4975         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4976         because of increased complexity of procedure,
4977         * (_process_pragma): stack pragma changed to format 'stack pos len',
4978         emit symbol '_stack_end' to conform with gplink,
4979         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4980         to search for register,
4981         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4982         PO_GPR_REGISTER,
4983         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4984         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4985         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4986         case for PO_GPR_REGISTER,
4987         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4988         dies, the new era is ahead !...
4989         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4990         pic16_dynInternalRegs,
4991         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4992         * (pic16_allocDirReg): minor optimizations and bug fixes,
4993         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4994
4995         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4996         load stack and frame pointer with address of 'stack_end' symbol
4997
4998 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4999
5000         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5001         without source code but only variable initializers
5002
5003 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5004
5005         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5006         external are not declared as extern to reduce overhead while linking
5007
5008 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5009
5010         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5011
5012 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5013
5014         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5015           Yee Keat for the patch
5016         * src/SDCCast.c (decorateType): fixed bug #979599
5017         * src/ds390/gen.h: removed local fReturnSizeDS390
5018         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5019         * src/ds390/gen.c (genAnd, genOr, genXor),
5020         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5021
5022 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5023
5024         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5025         add relFilesSet to $3, manipulate $2 to handle linking of object
5026         files without source files in command line,
5027         * device/include/pic16 (all headers): added ID location macros,
5028         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5029         entries for ID location bytes,
5030         * (pic16_assignIdByteValue): NEW,
5031         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5032         added field dumpcalltree to pic16_options_t,
5033         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5034         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5035         emitting rFalseIfx label after check_carry label,
5036         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5037         pic16_emitDIRegs), NEW
5038         * (pic16glue): dump .calltree file when option --calltree found,
5039         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5040         * (_pic16_genAssemblerPreamble): emit ID locations after
5041         configuration registers,
5042         * (pic16_linkCmd): modifications of the link command,
5043         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5044         * (pic16_pCodeInitRegisters): don't init stack registers,
5045         * (pic16_findPrevInstruction): fixed bug,
5046         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5047         bug with immediate registers,
5048         * (buildCallTree): traces stack push and pop,
5049         * (pct2): dump also stack usage for each function,
5050         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5051         * (pic16_allocDirReg): various modifications,
5052         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5053         fixed to 1,
5054
5055 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5056
5057         * src/pic16/pcode.c: removed buggy double colon
5058
5059 2004-07-01 Borut Razem <borut.razem AT siol.net>
5060
5061         * support/scripts/sdcc.nsi: added include/pic16 to setup
5062
5063 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5064
5065         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5066         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5067         target 'clean',
5068         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5069         specific command line arguments. Also added sample lkr script
5070         for placing a variable at a specific memory bank.
5071         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5072         at a specific memory bank,
5073         * (pic16_dump_isection): fixed bug which caused string literals to
5074         be omitted when dumping idata section,
5075         * (pic16_groupRegistersInSection): added code to handle registers
5076         in specific memory banks,
5077         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5078         public, all references are renamed too,
5079         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5080         AOP_DPTR2,
5081         * (pic16_storeForReturn): added case to handle when dest is WREG,
5082         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5083         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5084         pic16_rel_udata, check to see if that register is marked as being
5085         a member of a specific memory bank,
5086         * (pic16_printIvalCharPtr): added code to add string literals either
5087         to code or the idata sections,
5088         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5089         also accept the 'udata' pragma,
5090         * src/pic16/main.h: new structure types sectName and sectSym
5091         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5092         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5093         * (pic16_findPrevInstruction): fixed, it returned nothing,
5094         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5095         instruction combinations,
5096         * (pic16_FixRegisterBanking): heavily reorganised,
5097         * (pic16_AnalyzeBanking): if generating banksel directives is
5098         disabled, then don't call FixRegisterBanking at all,
5099         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5100         completely removed,
5101         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5102
5103 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5104
5105         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5106         Phuah Yee Keat <yk.phuah AT nestac.com>
5107
5108 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5109
5110         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5111         correctly the IVT even if it is relocated to some other location
5112
5113 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5116         * device/include/pic16/pic18f2220.h: NEW,
5117         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5118         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5119         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5120         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5121         nodefaultlibs, ivt_loc is the location of the interrupt vector
5122         table, and nodefaultlibs signs that default libraries should not be
5123         linked in link stage,
5124         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5125         according to --ivt-loc argument,
5126         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5127         when pragma stack is found,
5128
5129 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5130
5131         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5132         256 (range check), 257 (do while), 258.a-f (bit banging
5133         f.e. on 3-wire SPI bus)
5134
5135 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5136
5137         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5138         variables used exclusively within a loop
5139
5140 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5141
5142         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5143
5144 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5145
5146         * src/SDCClrange.c (computeClash): fixed bug #971834
5147
5148 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5149
5150         * src/mcs51/gen.c (genCmp): fixed bug #975903
5151         * src/hc08/gen.c (operandsEqu),
5152         * src/ds390/gen.c (operandsEqu),
5153         * src/z80/gen.c (operandsEqu),
5154         * src/pic/gen.c (operandsEqu),
5155         * src/pic16/gen.c (operandsEqu),
5156         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5157         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5158
5159 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5160
5161         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5162
5163 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5164
5165         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5166         default case in switch statement,
5167         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5168         to eliminate problem with initialisation of pointers, but problem
5169         still exists,
5170         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5171         * (emitStaticSegment): removed various lines emitting debug info,
5172         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5173         added processor registers for utilizing EEPROM,
5174         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5175         configurable and set 8
5176
5177 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5178
5179         * .version: increased version number to 2.4.2,
5180
5181         Cumulative patch for pic16 port
5182         * src/pic16/device.c: changed scheme to dump initial values for
5183         variables in idata segment, all print_idata* functions were removed,
5184         now the pic16_printIval* will be called,
5185         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5186         * _pic16_printPointerType, pic16_printPointerType,
5187         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5188         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5189         NEW, similar to the respective functions in SDCCglue.c,
5190         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5191         way, emitting hex bytes,
5192         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5193
5194 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * src/avr/ralloc.c (serialRegAssign),
5197         * src/xa51/ralloc.c (serialRegAssign),
5198         * src/pic/ralloc.c (serialRegAssign),
5199         * src/pic16/ralloc.c (serialRegAssign),
5200         * src/hc08/ralloc.c (serialRegAssign),
5201         * src/z80/ralloc.c (serialRegAssign),
5202         * src/ds390/ralloc.c (serialRegAssign),
5203         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5204
5205 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5208         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5209
5210 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5211
5212         Cumulative patch for pic16 port:
5213         * src/pic16/device.h (typedef PIC16_device) modified fields for
5214         defining microcontrollers,
5215         * src/pic16/device.c: added new info for all devices in Pics16 array,
5216         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5217         to be optimised out by the pCode optimiser,
5218         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5219         specially, bug reported by G.M. Gallant,
5220         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5221         as force'd so that cannot be optimised out by pCode optimiser,
5222         * src/pic16/pcode.c,
5223         * src/pic16/pcodepeeph.c,
5224         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5225         they are disabled by default, but can be enabled explicit with
5226         command argument --denable-peeps, for testing,
5227         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5228         --pomit-ivt in COMPILE_FLAGS
5229
5230 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5231
5232         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5233           compilation on MSVC
5234
5235 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5236
5237         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5238
5239 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5240
5241         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5242         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5243
5244 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5245
5246         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5247         would only assign 0x300001 register.
5248
5249 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5250
5251         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5252         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5253
5254 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5255
5256         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5257         for ds80c400
5258         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5259         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5260         added peephole 254 (left shift), 255 (jump table)
5261
5262 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5263
5264         * device/lib/Makefile.in: removed comment line with model-pic16,
5265         * (target port-specific-objects-pic16): the libraries and objects
5266         are copied to the build directory form the device/lib/pic16/bin
5267         directory
5268
5269         Cumulative patch concerning pic16 port:
5270         * library directory has been re-organized,
5271         * added support for PIC18F1220,
5272         * added headers and library sources for chips 18f1220,18f6520,
5273         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5274
5275         * configuration registers setting has changed, now each supported
5276         device has a complete description of the registers it uses,
5277         * all initialisations are moved to idata sections, these section
5278         can be absolute or relocatable,
5279         * fixed initialisation of codespace variables,
5280         * fixed warning about PCLATU and gpsim,
5281         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5282         * (genAssign): use table reads when assigning from variables in codespace,
5283         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5284         char/int variables placed in codespace,
5285         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5286         registers set in .asm file, no need for --pomit-config-words anymore,
5287         * (pic16glue): some 8051 legacy segments are commented out
5288         (to be removed completely),
5289         * added support for alternative assembler and linker with --asm=
5290         and --link= command line arguments,
5291         * peepholes are disabled automatically in the port, no need to
5292         specify on command line,
5293         * port supports natively char/int/long multiplication, but converts
5294         all divisions to support functions,
5295         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5296         to the file set in variable $2,
5297         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5298         strings in ASCII format and not in hex,
5299         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5300         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5301         allocate proper register if iCodes aren't temporary,
5302
5303 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5304
5305         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5306
5307 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5308
5309         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5310         is commented out
5311
5312 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5313
5314         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5315         computed address is reused
5316         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5317         multi-byte bitfields
5318
5319 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5320
5321         * src/z80/gen.c: (genArrayInit): must check for pointers too
5322
5323 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5324
5325         * support/regression/tests/zeropad.c: never meant to commit the
5326           nestedstruct test: removed, added check for GCC version
5327
5328 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5329
5330         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5331         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5332         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5333           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5334           bugs 928906 and 954082 half-empty initializers
5335         * src/SDCCsymt.h,
5336         * src/SDCCsymt.c (getAllocSize): added for above fix
5337         * src/z80/gen.c (genArrayInit): fixed bug 741044
5338         * support/regression/tests/zeropad.c: added tests
5339
5340 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5341
5342         * src/pic16/device.c (pic16_dump_section): corrected bug which
5343         caused some symbols of the libraries to be misplaced
5344
5345 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5346
5347         * src/pic16/glue.c,
5348         * src/pic16/ralloc.h,
5349         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5350         to fix conflict with pic port
5351
5352 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5353
5354         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5355         externs configuration variables,
5356         * src/pic16/ralloc.h,
5357         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5358         prototype in header, commented out some debug messages
5359
5360 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5361
5362         * src/pic16/glue.c,
5363         * src/pic16/main.c,
5364         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5365         for gpasm COFF object generation. Thanks to D. Hawkins for
5366         his patch info
5367
5368 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5369
5370         * src/ds390/main.c,
5371         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5372         Brock for spotting this)
5373         * src/ds390/gen.c (genEndFunction),
5374         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5375         interrupt handler and critical. Disable push/pop optimizations when
5376         peephole optimizations disabled.
5377
5378 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5379
5380         Updated pic16 library sources and headers.
5381         * device/lib/pic16/pic18f*/ ,
5382         * device/include/pic16/*.h: modified to handle structured SFR
5383         definitions
5384
5385 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5386
5387         * src/port.h (PORT structure): added hook initPaths, now each
5388         port can declare its own default search paths,
5389         which can been seen with the --print-search-dirs option,
5390         see pic16 port for example,
5391         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5392         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5393         * (doPrintSearchDirs): NEW, replaces in a central manner the
5394         printing of search dirs which was split in set*Paths functions,
5395         * (main): added call to port->initPaths and doPrintSearchDirs,
5396         * src/avr/main.c,
5397         * src/ds390/main.c,
5398         * src/hc08/main.c,
5399         * src/izt/i186.c,
5400         * src/izt/tlcs900h.c,
5401         * src/mcs51/main.c,
5402         * src/pic/main.c,
5403         * src/pic16/main.c: modified port structures to reflect addition of
5404         initPaths hook,
5405
5406         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5407         * (pic16_dump_section): for registers in same address reserve memory once,
5408         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5409         to no_banksel,
5410         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5411         result is greater in size than right or left,
5412         * (pic16_genUMult8X8_8): there are some cases where the result can
5413         be 16 bits size, so handle these,
5414         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5415         * (pic16_outBitC): modified to emit pcodes,
5416         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5417         or not,
5418         * (genDivOneByte): implemented algorithm to divide 8-bits,
5419         * (genCmp): uncommented goto, but issues still exist,
5420         * (genAnd): fixed a bug with variables >8bits,
5421         * (genPackBits): optimization added that uses BCF/BSF to change a
5422         single bit,
5423         * (genAssign): fixed bug when assigning floating point literals,
5424         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5425         __sdcc_gsinit_startup label,
5426         * src/pic16/main.c (_pic16_init): removed search directory
5427         initialisations,
5428         * (_pic16_initPaths): NEW, used to initialise search directories,
5429         * (_hasNativeMulFor): support functions for all except char/int
5430         multiplication, and char division,
5431         * (PIC16_port struct): modified entry for native mul support,
5432         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5433         no_banksel option,
5434         * (buildCallTree): call to register_usage is ifdef'ed out,
5435
5436 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * device/include/string.h: applied Stas Sergeev's patch to make this
5439         header file compatible with the preprocessor -Wundef option
5440         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5441         failure (fixes bug #941458)
5442
5443 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5446         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5447         that the variable, not the function, should be static
5448         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5449         to be consistent with non-literal case
5450
5451 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5452
5453         * src/SDCCast.c (isConformingBody): fixed bug #949967
5454         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5455         convilong): fixed bug #952086
5456
5457 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5458
5459         * src/SDCCmem.c (allocVariables): fixed bug #955321
5460
5461 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/hc08/main.c (_hc08_genAssemblerEnd),
5464         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5465         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5466         completely eliminated the use of a temporary file
5467         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5468         when more than one file linked
5469         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5470
5471 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5472
5473         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5474         which fixes bug #543481
5475         * support/regression/tests/bug-751703.c: fixed comments left from a
5476         cut and paste error
5477         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5478         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5479         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5480         scopes
5481         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5482         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5483         are now changed to underscores in moduleName
5484
5485 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5486
5487         * as/mcs51/lkmem.c: better fix for bug #954173
5488
5489 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5490         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5491
5492         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5493         * device/include/c8051f000.h,
5494         * device/include/c8051f120.h,
5495         * device/include/c8051f300.h,
5496         * device/include/c8051f310.h,
5497         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5498         PWM16) and detab'ed
5499
5500 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5501
5502         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5503         and mailing lists, doc'ed --no-peep-comments, removed reference
5504         to knoppix (newest version has no LyX/LaTeX), other minor changes
5505         * src/SDCCglue.c (glue): save 2 bytes stack space with
5506         option --main-return. The ljmp could probably be avoided too
5507
5508 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5509
5510         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5511
5512 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5515         * src/SDCCopt.c (isLocalWithoutDef),
5516         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5517         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5518         (credit to Maarten Brock for patch #949363, on which this is based)
5519         * support/regression/tests/bug-751703.c: some test cases of extern used
5520         within inner scopes.
5521
5522 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5525         SPEC_STRUCT
5526         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5527         struct definitions
5528         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5529         dwWriteLabel): fix to create valid debugger symbols even when
5530         the module name has non-alphanumeric symbols in it
5531         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5532         when a variable's allocation has been optimized away
5533
5534
5535 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5536
5537         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5538         * src/hc08/main.c,
5539         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5540         * src/mcs51/main.c,
5541         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5542         * src/ds390/main.c,
5543         * src/z80/gen.c (z80_emitDebuggerSymbol),
5544         * src/z80/main.c,
5545         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5546         * src/pic/main.c,
5547         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5548         * src/pic16/main.c,
5549         * src/avr/gen.c (avr_emitDebuggerSymbol),
5550         * src/avr/main.c,
5551         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5552         * src/xa51/main.c,
5553         * src/SDCCdebug.c (emitDebuggerSymbol),
5554         * src/SDCCdebug.h,
5555         * src/port.h: added a debugger struct to the port struct. Added a
5556         callback for defining debugger symbols
5557
5558         * src/SDCCast.c (createLabel),
5559         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5560         with isitmp = 1
5561         * src/SDCCicode.h,
5562         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5563         iCode back to the ast for the function
5564
5565         * src/hc08/ralloc.c (hc08_assignRegisters),
5566         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5567         unneeded fields from the regs struct.
5568         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5569         pushReg() & pullReg() functions instead of emitcode()
5570
5571         * src/hc08/gen.c (genLabel, genhc08Code),
5572         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5573
5574         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5575         debugger hooks
5576
5577         * src/hc08/gen.c (genEndFunction, genhc08Code),
5578         * src/hc08/gen.h,
5579         * src/mcs51/gen.c (genEndFunction, gen51Code),
5580         * src/mcs51/gen.h,
5581         * src/ds390/gen.c (genEndFunction, gen390Code),
5582         * src/ds390/gen.h,
5583         * src/z80/gen.c (genEndFunction, genZ80Code),
5584         * src/z80/gen.h,
5585         * src/z80/z80.h,
5586         * src/pic/gen.c (genEndFunction, genpic14Code),
5587         * src/pic/gen.h,
5588         * src/pic16/gen.c (genEndFunction, genpic16Code),
5589         * src/pic16/gen.h,
5590         * src/avr/gen.c (genEndFunction, genAVRCode),
5591         * src/avr/gen.h,
5592         * src/xa51/gen.c (genEndFunction, genXA51Code),
5593         * src/xa51/gen.h,
5594         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5595         specific code to cdbFile.c and out of the backend code generators
5596
5597         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5598         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5599         starting address is now 0
5600
5601         * as/hc08/asm.h,
5602         * as/hc08/m08pst.c,
5603         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5604         assembler directive for DWARF support
5605         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5606
5607         * src/src.dsp,
5608         * src/Makefile.in,
5609         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5610
5611 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5614         and inappropriate peephole optimization in jump tables
5615
5616 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5617
5618         * as/hc08/m08pst.c,
5619         * src/SDCCglue.c: sdccopt works for the hc08 port now
5620
5621 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5622
5623         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5624
5625 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5626
5627         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5628
5629 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5630
5631         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5632         rules
5633         * src/SDCCmain.c,
5634         * src/SDCCglobl.h,
5635         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5636         comments from the peephole optimizer replacement rules
5637         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5638         symbols
5639         * src/SDCCcse.c (updateSpillLocation),
5640         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5641         equivalents
5642         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5643         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5644         objects far pointers
5645
5646 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5647
5648         * src/SDCCsymt.h: a missing part of my last change
5649         * src/pic/ralloc.c (regTypeNum),
5650         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5651
5652 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5653
5654         * src/SDCCicode.h,
5655         * src/SDCCicode.c (aggrToPtrDclType),
5656         * src/SDCCptropt.h,
5657         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5658         ptrPseudoSymConvert),
5659         * src/pic/ralloc.c (regTypeNum),
5660         * src/pic16/ralloc.c (regTypeNum),
5661         * src/hc08/ralloc.c (regTypeNum),
5662         * src/ds390/ralloc.c (regTypeNum),
5663         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5664         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5665
5666 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5667
5668         * link/z80/lkmain.c (afile),
5669         * as/hc08/lkmain.c (afile),
5670         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5671         prevent a pointer problem when a filename has no directory and
5672         no extension specified.
5673
5674 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5675
5676         * link/z80/lkmain.c (afile): allow periods in directory names
5677         * link/z80/lkmain.c (afile),
5678         * as/mcs51/lkmain.c (afile),
5679         * as/hc08/lkmain.c (afile): allow linker script file to have an
5680         extension other than ".lnk"
5681         * link/z80/lklex.c (getfid),
5682         * link/z80/lkmain.c (parse),
5683         * as/mcs51/lklex.c (getfid),
5684         * as/mcs51/lkmain.c (parse),
5685         * as/hc08/lklex.c (getfid),
5686         * as/hc08/lkmain.c (parse): Support comments in the linker script
5687         file on lines by themselves and after filenames
5688
5689 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5690
5691         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5692
5693 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5694
5695         * src/z80/peeph-z80.def: removed some peephole rules that don't
5696         work with multibyte arithmetic (fixed bug #937126)
5697         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5698         to registers and not global variables
5699         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5700         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5701         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5702         checking for assignments not internally generated (fixed bug #931895)
5703         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5704         structure member (fixed bug #930072)
5705
5706 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * src/SDCCmain.c (linkEdit),
5709         * src/hc08/main.c (_hc08_parseOptions),
5710         * as/hc08/Makefile.in,
5711         * as/hc08/aslink.h,
5712         * as/hc08/asm.h,
5713         * as/hc08/m08pst.c,
5714         * as/hc08/lkrloc.c (relr, rele),
5715         * as/hc08/lkarea.c (lnkarea)
5716         * as/hc08/lkmain.c (afile, parse),
5717         * as/hc08/lkelf.c: support for ELF output
5718         * as/hc08/lks19.c (s19),
5719         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5720
5721 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5722
5723         * as/mcs51/lkihx.c: Fixed bug #899105.
5724
5725 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5726
5727         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5728         .dsp files from Unix to DOS.
5729
5730 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5733         function pointers; we have been compliant for several months now.
5734         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5735         change that was accidently commented out
5736         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5737         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5738         bug #922319
5739
5740 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * src/hc08/gen.c: output of all of the internal debugging information
5743         is now controlled by the D() macro; it is disabled by default
5744
5745 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5746
5747         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5748         harder to keep the same registers during a CAST iCode
5749         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5750         long via int can be done in a single cast, if the signedness is
5751         correct.
5752         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5753         putchar() in tinibios.c in ds390's library
5754
5755 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5756
5757         * src/SDCCast.c (decorateType): fixed bug #898889,
5758         cast result of a literal complement too
5759         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5760         fixed check for bitfields
5761
5762 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5763
5764         * src/SDCCicode.c (geniCodeLogic): made it static,
5765         (geniCodeLogicAndOr): added in order to fix bug #905492,
5766         (ast2iCode): fixed bug #905492
5767         * support/regression/tests/bug-905492.c: added
5768         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5769         (processParms): fixed bug #927659: don't copy parms, this will clear
5770         decorated flag
5771         * support/regression/tests/bug-927659.c: added
5772
5773 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5774
5775         * src/SDCCast.c (addCast): don't cast float to char
5776         * device/lib/libsdcc.lib: added _memmove
5777
5778 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5779
5780         * device/lib/large/Makefile: fixed parallel execution by
5781         replacing `make` by `$(MAKE)`
5782
5783 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5784
5785         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5786         offsets (fixes bug #923936)
5787
5788 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5789
5790         * device/lib/small/Makefile: fixed parallel execution by
5791         replacing `make` by `$(MAKE)`
5792
5793 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5794
5795         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5796
5797 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5798
5799         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5800         * src/regression/Makefile: Regression test was not running.
5801
5802 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5803
5804         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5805         complement if possible
5806         * src/SDCCval.c (valComplement),
5807         * src/SDCCicode.c (operandOperation): fixed complement of literal
5808         * support/regression/tests/onebyte.c (testComplement): added
5809
5810 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5811
5812         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5813         return an optimized tree; actually replace actParm with the new tree
5814         * src/SDCCast.h: added some parantheses to remove side effects
5815         * support/regression/tests/bug-920866.c
5816
5817 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5818         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5819         Bit operands were not being handled properly in the pic14 port.
5820         (now src/regression/add.c passes again).
5821
5822 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * src/SDCC.y (labeled_statement): case and default no longer require
5825         a following statement (RFE #893037)
5826
5827 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5830         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5831         disabled (fixes bug #916294)
5832         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5833         "mov a,acc"; patch provided by Lenny Story
5834         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5835
5836 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5837
5838         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5839         functions
5840         * src/ds390/gen.c (genFunction, genEndFunction),
5841         * src/ds390/ralloc.c (ds390_assignRegisters),
5842         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5843         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5844         pushed if there are parameters passed on the stack. Also, a cleaner
5845         way to decide if r0/r1 should be pushed/popped. (Together they fix
5846         bug #918693)
5847
5848 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5849
5850         * doc/sdccman.lyx,
5851         * device/lib/mcs51/crtpagesfr.asm,
5852         * device/lib/mcs51/crtxinit.asm,
5853         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5854         to avoid confusion with Si Lab's SFRPAGE register.
5855
5856 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5857
5858         * src/SDCCglue.c (emitMaps): allow public sfr variables
5859         * src/SDCCglue.c (initialComments): include compiler build date
5860         with compiler version and put the timestamp of the generated
5861         assembly file on a serperate line to be less confusing.
5862         * src/port.h: added genInitStartup hook
5863         * src/avr/main.c,
5864         * src/ds390/main.c,
5865         * src/hc08/main.c,
5866         * src/pic/main.c,
5867         * src/pic16/main.c,
5868         * src/xa51/main.c,
5869         * src/z80/main.c: genInitStartup initialize as NULL (default to
5870         historical behaviour)
5871         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5872         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5873         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5874         library instead of hard coding it into the compiler.
5875         * support/regression/ports/mcs51-stack-auto/spec.mk,
5876         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5877         * device/lib/mcs51/Makefile,
5878         * device/lib/small/Makefile,
5879         * device/lib/large/Makefile,
5880         * device/lib/mcs51/crtpagesfr.asm,
5881         * device/lib/mcs51/crtstart.asm,
5882         * device/lib/mcs51/crtxclear.asm,
5883         * device/lib/mcs51/crtxinit.asm,
5884         * device/lib/mcs51/crtclear.asm,
5885         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5886         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5887         and into user configurable files.
5888         * device/lib/clean.mk: clean mcs51 directory too
5889         * support/regression/tests/longlit.c: added static to T1 declaration
5890         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5891         accesses in the initialization code
5892
5893 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5896         OSCTRIMVAL as noted in bug #916008
5897
5898 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5899
5900         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5901         in loops with multiple exits (reported as incorrect registers
5902         used by Martin Helmling in Sdcc-user list)
5903
5904 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5905
5906         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5907         made ds390 register extensions look less like error messages
5908
5909 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5910
5911         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5912         reported by Adam Wozniak in Sdcc-user list
5913
5914 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5915
5916         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5917         arithmetic optimizations, added debug output
5918
5919 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5920
5921         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5922         * sdcc.spec: updated and split sdcc into 3 rpms
5923         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5924         needed for literals of LEFT_OP and '+'
5925         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5926         introduced RESULT_TYPE_NOPROM
5927         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5928         left shift
5929         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5930         limited promotion to int only for '*'
5931         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5932
5933 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5934
5935         * src/pic16/gen.c (genSkip),
5936         (genc16bit2lit), (gencjneshort): commented out
5937         (is_LitOp): new helper function, checks operand type
5938         (genCmpEq): rewritten
5939
5940 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5941
5942         * support/regression/tests/bug-908454.c: added
5943
5944 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5945
5946         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5947         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5948         (geniCodeCast): cosmetic, don't preserve bit storage class
5949         (geniCodeLeftShift): added promotion
5950         (geniCodeLogic): fixed regression
5951         * src/SDCCsymt.c (computeTypeOr): accept bits too
5952         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5953
5954 2004-03-07  Borut Razem <borut.razem AT siol.net>
5955
5956         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5957
5958 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5959
5960         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5961         version of pic16_genPackRegisters which does not check if ic is a
5962         CAST operator,
5963         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5964         function cause string1.c regression test fails
5965
5966 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5967
5968         * sim/ucsim/configure.in,
5969         * sim/ucsim/configure,
5970         * sim/ucsim/doc/Makefile.in: use docdir
5971         * src/SDCC.y: fixed sbit atrributes
5972         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5973         * src/SDCCast.c (decorateType): |^& need special promotion handling
5974         * src/SDCCast.h,
5975         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5976         * src/SDCCsymt.h (computeType),
5977         * src/SDCCicode.c: computeType() needs op
5978         * src/SDCCsymt.c (checkTypeSanity),
5979         * doc/sddman.lyx: "plain" bitfields are unsigned
5980         * src/SDCCsymt.c (computeTypeOr): added
5981         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5982         |^& ops
5983         * src/SDCCval.c (val*): computeType() needs op
5984         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5985         * support/regression/tests/onebyte.c: added tests for |^&
5986
5987 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5988
5989         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5990         for writing icode into asm output.
5991
5992 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5993
5994         * src/pic16/device.c: added some debug lines enabled
5995         with macro DEBUG_CHECK,
5996         * src/pic16/genarith.c: more debug in genPlus,
5997         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5998         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5999         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6000         * (aopForSym): onStack symbols are re-placed in data memspace,
6001         and onStack flag is cleared,
6002         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6003         copy temporary pcodeop,
6004         * (genPcall): added warning for not updating PCLATU,
6005         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6006         always true for pic16 port,
6007         * (genMultOneWord): NEW, supports integer multiplication,
6008         * (genMult): modified to call genMultOneWord,
6009         * (ifxForOp): added warning when return NULL,
6010         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6011         flag is set before call to operandFromSymbol for implicit
6012         added structures,
6013         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6014         options.intlong_rent are set by default,
6015         * (_hasNativeMulFor): modified to allow port generation of integer
6016         multiplication,
6017         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6018         set regtype to REG_SFR for all registers, restricting seting the
6019         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6020
6021 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6022
6023         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6024         more than 500 times in the regression tests
6025
6026 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6027
6028         * support/Util/SDCCerr.h,
6029         * support/Util/SDCCerr.c,
6030         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6031         enumerator_list),
6032         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6033         for symbol conflicts.
6034         * support/valdiags/tests/enum.c,
6035         * support/valdiags/tests/tentdecl.c,
6036         * support/valdiags/tests/struct.c: expect possible error messages
6037         referring to original symbol definitions.
6038         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6039         * src/SDCCsymt.h,
6040         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6041
6042 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6043
6044         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6045
6046 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6047
6048         * src/pic16/ralloc.c (newReg): fixed bug #908929
6049
6050 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6051
6052         * src/ds390/gen.c: added missing #include "main.h"
6053
6054 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6055
6056         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6057         checking if symbol is already in set,
6058         * src/pic16/device.h: prototype for checkAddSym,
6059         * src/pic16/gen.c: (_G): added entry interruptvector,
6060         * (assignResultValue): removed some commented out lines,
6061         * (genFunction): check for ISR via sym->type, absolute section for
6062         interrupt code is created via a new pBlock, the goto instruction is
6063         placed now correctly at the interrupt vector position, changed all
6064         references from ivec to _G.interruptvector,
6065         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6066         is the interrupt is a high priority one, same for return from ISR,
6067         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6068         externs to calls of checkAddSym,
6069         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6070         pic16_pcode_verbose flag is set,
6071         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6072         * src/pic16/pcoderegs.c: message about how many registers are saved
6073         will only be emitted if pic16_pcode_verbose flag is set,
6074
6075 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6076
6077         * src/ds390/ralloc.h,
6078         * src/ds390/ralloc.c (ds390_regWithIdx),
6079         * src/ds390/gen.c (emitcode),
6080         * src/ds390/main.h,
6081         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6082         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6083         ds390operandCompare, getRegsRead, getRegsWritten,
6084         initializeAsmLineNode): customized instruction size calculation for
6085         ds390, started basis for some register optimizations
6086         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6087         corresponding assembly output
6088         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6089         missing push/pop of r0/r1. Optimized push/pops
6090
6091 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6092
6093         * src/mcs51/main.c (instructionSize): fixed ACALL size
6094         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6095
6096 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6097
6098         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6099         the sorting of rlist with NULL elements
6100         * (print_idataType, print_idata): NEW to create idata sections
6101         * src/pic16/device.h: idataSymSet new variable
6102         * src/pic16/gen.c (genFunction): fixed some bugs in string
6103         comparing, improved the absolute section creation for ISRs,
6104         added FSR0L/FSR0H in registers that are saved in an ISR,
6105         * (genInline): fixed the processing of inline snippets,
6106         now they undergo no process by the peephole optimizer
6107         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6108         are placed in idataSymSet,
6109         * (pic16emitStaticSeg): extern symbols are added in externs,
6110         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6111         switching when aboslute variables are placed in access bank memory
6112         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6113         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6114         commented out with #if,
6115         * (pic16_packRegisters): reintroduce the check for CAST because some
6116         symbols are not correctly handled,
6117         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6118         pCodeInstruction instead of pCode,
6119         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6120         pCodeAsmDir definition,
6121         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6122         directive, then the argument directive is emitted without the leading
6123         tab, hack for inline labels which must be in the first column,
6124         * (compareLabel,pic16_findNextInstruction),
6125         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6126         * (insertBankSwitch): modified for the new pCodeAsmDir,
6127
6128 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6129         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6130
6131         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6132         instance,
6133         * (pushSide): commented out with #if,
6134         * (assignResultValue): fixed some typos in saving
6135         registers,
6136         * (genPcall): FIXED and sync'ed with genCall,
6137         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6138         * (genNearPointerGet): fixed to handle some more cases,
6139         implementation scheme via table reads,
6140         * (genConstPointerGet): modified to access code memory correct,
6141         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6142         and improved to handle some cases
6143         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6144         instead of "RETLW" for init data
6145         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6146         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6147         variables are placed in access bank memory (<0x80 and >=0xf80),
6148         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6149         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6150         TBLWT_POSTDEC,TBLWT_PREINC
6151         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6152         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6153         directives
6154         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6155         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6156         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6157         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6158
6159 2004-02-29  Borut Razem <borut.razem AT siol.net>
6160
6161         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6162         support/Util/findme.h, support/Util/system.h: enhance binary relative
6163         search for lib and include by using findProgramPath()
6164
6165 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6166
6167         * src/SDCCpeeph.h,
6168         * src/SDCCpeeph.c (pcDistance),
6169         * src/port.h,
6170         * src/mcs51/ralloc.h,
6171         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6172         * src/mcs51/main.h,
6173         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6174         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6175         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6176         size calculation port specific, started basis for some register
6177         optimizations
6178         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6179         missing push/pop of r0/r1. Optimized push/pops
6180         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6181         * device/lib/_modsint.c (_modsint),
6182         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6183         and stack version so regression tests pass
6184
6185 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6186
6187         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6188         * src/SDCCast.c (decorateType): catch another small optimization
6189         with '?' operator
6190         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6191         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6192         modified to finally use computeType() all over SDCC,
6193         see Feature Request #877103
6194         * src/SDCCval.h: cosmetic
6195         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6196         valCompare(); regression tested in muldiv.c
6197         * support/regression/tests/muldiv.c (testMod): mod sign follows
6198         dividend only
6199
6200 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6201
6202         * src/SDCCast.c (decorateType): fixed bug #902362
6203         * doc/INSTALL.txt: fixed install instructions for win32
6204
6205 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6206
6207         * device/include/Makefile.in (install): fixed by replacing spaces
6208         by tabs
6209         * doc/README.txt,
6210         * doc/INSTALL.txt: updated for release
6211         * doc/sdccman.lyx: added warning for --xstack being buggy
6212
6213 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6214
6215         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6216         to eliminate build warnings.
6217         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6218
6219 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6220            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6221
6222         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6223         removed -penable-stack, added comment for stack pragma, added
6224         warning for not initializing the stack/frame registers, removed
6225         comment at interrupts section
6226
6227         Stack is made permanent, there is no ability to disable stack usage.
6228         * src/pic16/device.h,
6229         * src/pic16/device.c: removed all references to USE_STACK macro,
6230         * src/pic16/device.c (pic16_dump_section): when no elements in
6231         rlist, free rlist before return,
6232         * (pic16_dump_int_registers): NEW, internal registers are a new set
6233         of general purpose registers reused by each function,
6234         * (checkAddReg): returns 1 if registers is added to set,
6235         * (pic16_groupRegistersInSection): when a registers is of type
6236         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6237         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6238         SRCASECMP macro is moved here from device.c
6239         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6240         PO_PCLATU, PO_PRODL, PO_PRODH,
6241         * (pic16_pCodeOpType, genMinus,
6242         changed compares to "a" register, with AOP_ACC,
6243         * (pic16_genPlus): fixed some bugs and indented properly,
6244         * (pic16_addSign): changed size to size+offset in the MOVWF
6245         instruction,
6246         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6247         multiply 8-bit operand by literal, result is 8-bit,
6248         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6249         multiply 2 8-bit operand, result is 8-bit,
6250         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6251         genUMult8X*_16,
6252         * src/pic16/gen.c: changed accUse to contain WREG only,
6253         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6254         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6255         true, do not use immediate addressing any more unless sym is a
6256         pointer in codespace,
6257         * (aopForRemat): do not use immediate addressing when symbol not in
6258         codespace and when symbol's address is requested,
6259         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6260         accUse size (= 1),
6261         * (aopGet): added case for AOP_ACC and don't return "accumulator
6262         bug" but WREG instead,
6263         * (popGetTempReg): pushes contents of temporary register in stack,
6264         * (popReleaseTempReg): pops contents of temporary register from
6265         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6266         * (pic16_popGet): separated case AOP_ACC to return register WREG
6267         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6268         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6269         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6270         the use of immediate pointers to certain cases only.
6271
6272         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6273         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6274         * (assignResultValue, genCall, genRet): modified to use the new
6275         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6276         genPcall is still broken,
6277         * (genFunction): added code to create 'A' type pBlocks when
6278         interrupt functions are generated, code not extensively tested yet,
6279         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6280         * (genEndFunction): modified so ISRs pop stored registers from stack,
6281         * (genMultOneByte): cleanup,
6282         * (AccRsh): added flag andmask, to and result with appropriate mask,
6283         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6284         * (genDataPointerGet): fixed and reenabled its use,
6285         * (genNearDataPointerGet): bugs fixed,
6286         * (genDataPointerSet): bugs fixed,
6287         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6288         pic16_DumpSymbol, pic16_DumpOp,
6289         * src/pic16/genutils.h: function prototypes for the above functions,
6290         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6291         pointers,
6292         * (pic16emitRegularMap): many many many improvements, but needs a
6293         major cleanup,
6294         * src/pic16/main.c: enable_stack in pic16_options is removed,
6295         * (_pic16_parseOptions): removed command line options -penable-stack,
6296         * (_process_pragma): emit stack symbol only when stack pragma is
6297         processed,
6298         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6299         redirected to FSR0L/FSR0H pair,
6300         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6301         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6302         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6303         for immediates,
6304         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6305         * (dumpPicOptype): NEW,
6306         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6307         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6308         with movff instruction,
6309         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6310         added pic16_int_regs, some packRegsFor* functions are commented out,
6311         because produce errors,
6312         * src/pic16/NOTES: minor modifications
6313
6314 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6315
6316         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6317         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6318         --pack-iram.
6319         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6320         * as/mcs51/lkaomf51.c: fixed bug #895763
6321
6322 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6323
6324         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6325
6326 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6327
6328         * doc/sdccman.lyx: added details about the HC08 storage classes and
6329         interrupts, fixed the register usage info for z80 & gbz80
6330
6331 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6332
6333         * doc/sdccman.lyx: added more pic16 port documentation
6334         * device/include/pic16/: added header pic18fregs.h
6335
6336 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6337
6338         * doc/sdccman.lyx: added Vangelis' contribution
6339
6340 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6343         extend to the next CALL or PCALL, not just to the next CALL.
6344
6345 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6346
6347         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6348
6349 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6352         bug #895752 and a better fix for bug #716790
6353
6354 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6357
6358 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6359
6360         * doc/sdccman.lyx: minor changes, minor changed
6361
6362 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6363
6364         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6365         which can't handle SDCC_NEWONEBYTEOPS,
6366         (geniCodeMultiply): removed conversion from mult to shift for pic14
6367         and pic16
6368
6369 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         * src/hc08/gen.h,
6372         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6373         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6374         thus fixing bug #895406
6375
6376 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6377
6378         * device/lib/_modsint.c,
6379         * device/lib/_modslong.c: sign follows divisor only
6380         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6381         signs or signedness can be ignored
6382         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6383         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6384         added optimization for IFX,
6385         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6386         arguments;
6387         reenabled optimization for IFX, which was removed on 2004-01-11
6388         * src/SDCCast.h: added return type IFX
6389         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6390         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6391         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6392         SDCC_OLDONEBYTEOPS selects the old behaviour
6393         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6394         changed again and commented promotion rule
6395         * src/SDCCval.c (valDiv): promotion no longer necessary
6396         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6397         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6398         rewritten
6399         * support/regression/tests/onebyte.c: added
6400
6401 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6402
6403         * gen.c (genInline): reverted to old code for assemnling inline
6404         code because of bug reported James Chadd
6405
6406 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6407
6408         * ralloc.h: missing declarations from previous patch,
6409         seems that patch for ralloc.h was never applied, fixed
6410
6411 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6412            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6413
6414         * pcode.c,
6415         * pcode.h,
6416         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6417         indirect addressing. Marked FSR0 as deprecated
6418         * gen.c (pointerCode): commented out, not needed now
6419         (pic16_popGet2p): new MOVFF helper function
6420         (genGenPointerGet),
6421         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6422         (shiftRLong): removed duplicate debugging info
6423
6424 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6425
6426         * src/ds390/gen.c (genNearPointerGet),
6427         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6428         optimization with bits, but not bitfields.
6429         * src/ds390/ralloc.c (packRegisters),
6430         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6431
6432 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6433
6434         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6435
6436 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6437
6438         * src/SDCCsymt.h,
6439         * src/SDCCicode.c (operandFromSymbol),
6440         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6441         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6442         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6443         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6444         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6445         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6446         bug #892038
6447         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6448         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6449         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6450         * src/SDCCsymt.c (newSymbol),
6451         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6452         enumerator_list),
6453         * src/SDCCval.h,
6454         * src/SDCCval.c (newiList): fixed bug #885705
6455
6456 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6457
6458         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6459         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6460
6461 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6462
6463         * device/include/c8051f120.h,
6464         * device/include/c8051f300.h,
6465         * device/include/c8051f310.h: added/updated header files for Silicon
6466         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6467         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6468         in new section Submitting patches
6469
6470 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6471
6472         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6473         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6474         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6475         genGenPointerSet),
6476         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6477         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6478         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6479         genGenPointerSet),
6480         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6481         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6482         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6483         genGenPointerSet),
6484         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6485         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6486         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6487         genGenPointerSet): fixed bug #892400
6488         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6489         to eliminate build warnings.
6490         * src/SDCCast.c (processParms),
6491         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6492         fixed bug 751859
6493         * support/valdiag/valdiag.py: added GCC to the list of defines active
6494         when compiling with gcc
6495
6496 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6497
6498         * support/Util/SDCCerr.h,
6499         * support/Util/SDCCerr.c,
6500         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6501         with an incomplete type (fixed bug #883734)
6502         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6503
6504 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6505
6506         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6507
6508 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6509
6510         * src/SDCCast.c (decorateType),
6511         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6512         function pointer implementation
6513         * support/regression/tests/funptrs.c: added tests to verify both forms
6514         of function pointers work correctly. Added tests to verify parameters
6515         are passed in the correct order.
6516
6517 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6518
6519         * device.c (regCompare): registers are sorted by ascending
6520         address and increasing size,
6521         * main.c (_pic16_finaliseOptions): removed the declaration
6522         of compiler macro MCU. Now a macro of the format pic18fxxxx
6523         will be defined from the command line
6524
6525 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6526             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6527
6528         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6529         PCOP_RLCF was overwritten!
6530         * gen.c (genSkip): commented out calls to pic16_emitcode,
6531         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6532         * (genlshTwo),
6533         * (genRRC): added debugging info,
6534         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6535         overwritten while shifting,
6536         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6537         overwritten while shifting,
6538         * (AccLsh),
6539         * (AccRsh),
6540         * (shiftLLeftOrResult),
6541         * (shiftRLeftOrResult),
6542         * (shiftRLong),
6543         * (shiftLLong): Implemented with pic16_emitpcode
6544         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6545         * (genLeftShift): Fixed bug, operand for shift by variable always
6546         was "and"ed with 0x0f,
6547         * (genLeftShiftLiteral),
6548         * (genrshTwo),
6549         * (genRightShiftLiteral): added debugging info,
6550         * (genrshFour): added comment,
6551         * (genRightShift): determined signedness from operand "left"
6552         instead of "result"
6553
6554 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/SDCCicode.c (geniCodeParms),
6557         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6558         function pointers, fixed function pointer bugs #861242 and #861896
6559
6560 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6561
6562         * device/include/c8051f000.h,
6563         * device/include/c8051f120.h,
6564         * device/include/c8051f300.h: added header files for Silicon
6565         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6566
6567 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6568
6569         * src/SDCCast.c (processParams): added new type flow and restructured
6570         (gatherAutoInit): added new type flow
6571         (addCast): cosmetic changes
6572         (getLeftResultType): added new type flow for array indices, patch
6573         provided by Stas, see FR #877103
6574         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6575         array index patch by Stas
6576         * src/SDCCast.h: added prototype getResultTypeFromType()
6577         * src/SDCCval.h,
6578         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6579         * src/pic/glue.c (pic14emitStaticSeg),
6580         * src/pic16/glue.c (pic16emitStaticSeg),
6581         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6582         for initialization of symbols
6583         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6584         * support/Util/SDCCerr.h:
6585         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6586         * .version: bumped version number to 2.3.8
6587         * device/include/Makefile.in (install),
6588         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6589         avoid warnings
6590
6591 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6592
6593         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6594         Slade Rich fixed an optimization bug
6595         * src/pic/pcodepeep.c,
6596         * src/pic/pcoderegs.c
6597         * doc/Makefile (install): added test for directory
6598
6599 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6602         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6603         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6604         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6605         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6606         * as/mcs51/asexpr.c (term),
6607         * as/hc08/asexpr.c (term): fixed bug #887146
6608
6609 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * src/z80/gen.c (genMult): handle single byte result product
6612         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6613         DUMMY_READ_VOLATILE (fixed bug #886367)
6614
6615 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6616
6617         * support/regression/tests/libmullong.c: fixed logic, on little endian
6618         hosts we ended without a mullong_wrapper()
6619
6620 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6621
6622         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6623         virus/worm forged address usage.
6624
6625 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6626
6627         Fixed promotion, it should be done on AST level:
6628         * src/SDCCast.c (addCast): added promotion to int
6629         (decorateType): updated call to upCast()
6630         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6631         usualUnaryConversions()
6632
6633 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6634
6635         * support/regression/tests/literalop.c (mulWrapper): Added a
6636         wrapper to remove integer overflow warnings.
6637
6638         * support/regression/tests/float_trans.c: Made work on host.
6639
6640         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6641         location of sz80.
6642
6643         * support/regression/generate-cases.py (main): Changed from inline
6644         to a main method.
6645
6646         * doc/Makefile (install): Changed to depth first to get rid of
6647         missing directory install warning.
6648
6649         * as/Makefile (install-doc): Made work on Mac.
6650
6651 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6652
6653         * src/SDCCast.c: added an additional type flow in decorateType() of
6654         opposite direction, see feature request #860006; it's enabled at runtime
6655         by setting the environment variable SDCC_NEWTYPEFLOW
6656         * src/SDCCast.h: changed prototype of decorateType()
6657         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6658         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6659         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6660         see feature request #877103
6661         * src/SDCCval.c: updated call of decorateType()
6662         (valBitwise): fixed bug #882876
6663         (valMinus): added promotion
6664         (valLogicAndOr): result is unsigned
6665         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6666         * src/SDCCsymt.c (computeType),
6667         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6668         must not cause an unsigned operation
6669         * src/pic/glue (pic14emitRegularMap),
6670         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6671
6672 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6673
6674         * src/pic/pcode.c (PCodeID): commented out left over debug code
6675
6676 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6677
6678         * support/valdiag/tests/overflow.c: added shift tests
6679         * src/pic/device.c,
6680         * src/pic/gen.c,
6681         * src/pic/gen.h,
6682         * src/pic/glue.c,
6683         * src/pic/main.c,
6684         * src/pic/pcode.c,
6685         * src/pic/pcode.h,
6686         * src/pic/pcodepeep.c,
6687         * src/pic/pcoderegs.c,
6688         * src/pic/ralloc.c,
6689         * src/pic/ralloc.h: applied patch from Slade Rich;
6690         added support for multiple code pages and multiple RAM banks on the
6691         PIC 14 port. The ASM files now no longer simply assume all the
6692         code / RAM are in the same page / bank. This means the linker can
6693         safely allocate code/RAM of separate ASM files to different pages/banks.
6694         * doc/sdccman.lyx: added Slade's tips
6695         * src/mcs51/peeph.def: fixed bug #880768
6696
6697 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6700         * src/SDCCast.c (decorateType): fixed bug #880197
6701
6702 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6703
6704         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6705         getopt.h.
6706
6707         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6708         strtof is not part of C89 and isn't included with Mac OS X.
6709
6710 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6713         shiftL2Left2Result): fixed bug #879326
6714         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6715         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6716         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6717         address fetch for clr instruction
6718         * device/lib/hc08/_mulint.c: created optimized assembly version
6719         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6720
6721 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6722
6723         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6724         proposed in FR #877103
6725
6726 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6727
6728         * src/SDCCval.c (cheapestVal): added missing checks
6729         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6730         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6731
6732 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6733
6734         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6735         equal operands
6736
6737 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6738
6739         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6740         loaded with the linker search paths (-L arguments) and the libraries
6741         to be linked with the current source (-l arguments). Changes
6742         currently will affect only the pic16 port.
6743         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6744         include path the port specific paths and port specific libraries,
6745         * gplink command now contains the $3 argument,
6746         * src/pic16/device.h,
6747         * src/pic16/device.c,: structure PIC_device is made public and
6748         renamed to PIC16_device, the same for variable Pics which is renamed
6749         to Pics16. Updated all references to them.
6750         * src/pic16/glue.c (pic16glue): corrected bug with code
6751         initialization which bypassed the variable initializations block.
6752
6753         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6754         COMPILE_FLAGS and added the --nostdinc option
6755
6756 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6757
6758         * device/include/mc68hc908jb8.h: Register defs for another member
6759         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6760
6761 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6762
6763         Documenting changes from previous commits.
6764         * configure.in (version 1.56),
6765         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6766         when generating output files to configure the pic16 library,
6767         but now I've commented it out, since gputils aren't installed in the
6768         SF compile farm, so library won't compile
6769
6770         * device/lib/Makefile.in (version 1.56): initially I've added in
6771         target 'all' the prerequestive 'model-pic16' so it compiled the
6772         pic16 library, but now I've commented it out for the same reasons
6773         above,
6774         * added targets 'model-pic16' and 'objects-pic16' to compile the
6775         library
6776         * added target 'port-specific-objects-pic16' to handle the
6777         generated libraries and copy them into the build/ directory
6778         * added target 'clean-intermediate-pic16' to clean intermediate
6779         files into pic16 directory
6780         * in target 'installdirs' added line to create directory pic16 in
6781         the installation path
6782
6783         * device/include/Makefile.in (version 1.11): in target 'install'
6784         added lines to copy all header files to installation path,
6785         * in target 'installdirs' added line create directory for pic16
6786         headers in the installation path
6787
6788 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6789
6790         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6791          a function call
6792
6793 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6794
6795         * configure,
6796         * device/lib/configure.in,
6797         * device/lib/configure: fixed for autoconf 2.57
6798
6799 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6800
6801         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6802         option so that it actually works. Made it specific to the z80, since
6803         the gbz80 doesn't have these kinds of I/O ports.
6804
6805 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6806
6807         * device/include/z180.h,
6808         * device/lib/_memcpy.c,
6809         * device/lib/_memmove.c,
6810         * device/lib/_mulint.c,
6811         * device/lib/ser_ir.c,
6812         * device/lib/ser_ir_cts_rts.c,
6813         * device/lib/_strcmp.c,
6814         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6815         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6816         portmode; added deprecation warning for bank= and protmode= forms.
6817         Also, guard against buffer overflow.
6818         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6819
6820 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6821
6822         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6823         changed interrupt vector table generation to only emit declared vectors.
6824         * device/include/Makefile.in: added missing backslash
6825         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6826
6827 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6828
6829         Mainly changes to support compilation of the device libraries
6830         * src/pic16/device.c: stack is allocated via symbol and not
6831         via literal number. The symbol is placed in the corresponding
6832         position of the data ram
6833         * (pic16_dump_section): relocatable and absolute uninitialized
6834         data are now emitted in sorted order to reduce section naming,
6835         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6836         weren't marked as being in the access bank,
6837
6838 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6839
6840         Added portion of GNU PIC Library under the directory
6841         device/include/pic16 and device/lib/pic16. These files
6842         contain the declarations of SFRs for the PIC18Fxx2 devices.
6843         The directory is initialized via configure from toplevel.
6844
6845 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6846
6847         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6848         the spilllocations to be compared correctly
6849
6850 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6851
6852         * src/SDCCast.c (decorateType): fixed bug introduced today
6853
6854 2004-01-12  Borut Razem <borut.razem AT siol.net>
6855
6856         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6857         doc/sdccman.lyx: upper case pragmas are deprecated
6858
6859 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6860
6861         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6862         in simpler and even better code
6863
6864 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6865
6866         * src/SDCCicode.c (operandOperation): fixed bug #874819
6867         * src/SDCCast.c (decorateType): fixed
6868         char foo (unsigned long ul) { return ul > 0; }
6869
6870 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6871
6872         * doc/sdccman.lyx: Moved and added some sections, small changes
6873         all over. Telling LaTeX to be less strict with word spacing
6874         to better keep the right margin. Changed some notes about
6875         maintainance of the ports in section 3.2.1 - is it OK like this?
6876
6877 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6878
6879         SDCC source changes:
6880         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6881         convilong): modified to inform the pic16 port that builtin functions
6882         are external
6883
6884         PIC16 PORT specific changes:
6885         * src/pic16/device.c pic16_dump_equates() added,
6886         processor registers declared internally by the port are emitted in
6887         the translation as equates,
6888         * src/pic16/gen.c: inline code is passed unprocessed to the
6889         translation,
6890         * (pic16_popGetLit2): fnuction modified to take second operand as
6891         pCodeOp pointer and not as literal,
6892         * (popRegFromIdx): prefixed with pic16_,
6893         * (pic16_popCombine2): modified to receive already allocated pCode
6894         operands,
6895         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6896         * (genFunction): initializes local stack frame and pushes on stack
6897         all the registers used by this function,
6898         * (genEndFunction): restores all registers from stack and restores
6899         stack frame,
6900         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6901         improvements,
6902         * (pic16glue): changed the program startup sequence,
6903         * added new dbName code 'A' for functions placed in absolute section
6904         * src/pic16/main.c: added function attribute _naked,
6905         * added pragma 'code' to place a fnuction at an absolute address,
6906         * added command line arguments --debug-ralloc and --pcode-verbose,
6907         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6908         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6909         * (pic16_newpCodeOpLit2): modified to take the second operand as
6910         pCodeOp pointer,
6911         * (pic16_printpBlock): modified to emit each function in a separate
6912         section,
6913         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6914         UPPER for immediate operands,
6915         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6916         instruction,
6917         * src/pic16/peeph.def: all peepholes with movff are commented out,
6918         because there is a problem in the pcode peep optimizer,
6919         * src/pic16/ralloc.c: the register allocator can now reuse local
6920         function symbols for another function. This saves register usage.
6921         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6922
6923         Added file src/pic16/NOTES with information about program writing on
6924         the current port version.
6925
6926 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6927
6928         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6929         and peephole 252 (array access)
6930
6931 2004-01-09  Borut Razem <borut.razem AT siol.net>
6932
6933         * src/SDCCmain.c : fixed #872250: -l command line defined library
6934           files are scanned before standard library files
6935
6936 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6937
6938         * src/SDCCast.c (decorateType): fixed bug #874046
6939
6940 2004-01-09  Borut Razem <borut.razem AT siol.net>
6941
6942         * support/scripts/sdcc.nsi: remove previous installation
6943
6944 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6945
6946         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6947         bytes for last interrupt vector (mcs51)
6948         * sdcc.spec: fixed typo
6949
6950 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6951
6952         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6953         gen51Code): more efficient parameter receive for --model-large
6954         ("bug" #845294)
6955
6956 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/ds390/main.c,
6959         * src/z80/main.c: added missed needLinkerScript flags (more than
6960         one port structure defined in these file)
6961         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6962         bug #795325
6963
6964 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6965
6966         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6967         * src/port.h: added flag needLinkerScript in port->linker
6968         structure to inform whether to create a .lnk file or not,
6969         * src/avr/main.c,
6970         * src/ds390/main.c,
6971         * src/hc08/main.c,
6972         * src/mcs51/main.c,
6973         * src/pic/main.c,
6974         * src/pic16/main.c,
6975         * src/xa51/main.c,
6976         * src/z80/main.c: changed appropriately to configure
6977         needLinkerScript flag
6978         * src/pic/gen.c,
6979         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6980         * src/pic/glue.c: added variable udata_section_name to
6981         override default uninitialized data segment definition for
6982         devices only with SHAREBANK memory (reported from Erik Epetrich)
6983         * (pic14emitOverlay): modified to emit a commented overlay segment
6984         directive when no overlay data exist
6985         * (picglue): modified to emit uninitialized data segment
6986         according to udata_section_name
6987         * src/pic/main.c (_pic14_parseOptions): added command line
6988         options --udata-section-name=[name] to override default
6989         udata definition name
6990         * modified _linkCmd and _asmCmd to include compiler passed
6991         arguments via -W option
6992         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6993         object file from '.rel' to '.o' in port->linker structure,
6994         changed size of fptr from 2 to 3 in port structure
6995
6996 2004-01-07  Borut Razem <borut.razem AT siol.net>
6997
6998         * support/scripts/sdcc.nsi: update PATH
6999         * support/scripts/sdcc.ico: craeted
7000
7001 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7002
7003         * device/include/Makefile.in: fix install
7004         * doc/Makefile: fix install
7005
7006 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7009         in bug #860505
7010         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7011         how the function variable allocation summary is displayed; also
7012         include information about variables allocated to the overlay
7013         segment
7014
7015 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7016
7017         * as/mcs51/lkmain.c: Help about -Y option
7018         * as/mcs51/lkarea.c: Fixed gcc warnings
7019
7020 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7021
7022         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7023         fixed warning
7024         * support/valdiag/tests/overflow.c: added
7025         * src/SDCCast.c (decorateType),
7026         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7027         LEFT_OP (left shift)
7028
7029 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7030
7031         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7032         (default behaviour).
7033
7034 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7035
7036         A python script to validate compiler diagnostic messages. It can be
7037         used to verify that sdcc complains about bad c source code and
7038         gives a good location of the error.
7039         * support/valdiag/Makefile,
7040         * support/valdiag/valdiag.py,
7041         * support/valdiag/tests/*
7042
7043 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7044
7045         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7046         * src/SDCCsymt.c (newEnumType),
7047         * src/SDCCsymt.h
7048         * support/Util/SDCCerr.c,
7049         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7050         enum related bugs.
7051         * support/regression/tests/enum.c: added test for enum values that
7052         require at least 2 bytes of storage.
7053
7054 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7055
7056         * src/common.h: added ifndef/define/endif macros
7057         around the header file.
7058         Bug reported from Jesus Calvino-Fraga
7059
7060 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7061
7062         * sdcc.spec: updated
7063         * device/include/Makefile.in: don't install CVS directories
7064         * device/lib/Makefile.in: added removal of CVS directories after install
7065         * doc/Makefile: fixed install, added local_icons
7066         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7067         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7068         * src/ds390/gen.c (genRightShift): fixed bug #870788
7069         * src/SDCCast.c (decorateType): fixed bug #870781
7070
7071 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7072
7073         PIC16 port related changes:
7074         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7075         added variable stackPos,
7076
7077         * gen.c: genCall, assignResultValue: added support for
7078         pushing/retrieving function parameters to/from stack,
7079         genFunction,genEndFunction: setup stack frame for the
7080         generated function,
7081         genAddrOf: will be changed according to bug 863624
7082
7083         * added files genutils.c and genutils.h which contain gen*
7084         debugged and optimised functions extracted from gen.c
7085
7086         * glue.c: added variable 'externs' which holds extern symbols,
7087         pic16emitRegularMap: is modified to properly handle relocatable
7088          symbols under the new scheme,
7089         pic16createInterruptVect: is modified
7090         pic16printPublics: is modified to emit 'global' assembler directives,
7091         added pic16_printExterns to print extern symbols,
7092         pic16glue: initializes stack/frame pointer in the beginning of
7093         the assembly output. Temporary hack, will be corrected later,
7094         because gplink yet does not support stack and SDCC does not
7095         yet support a type of crt0.o object to create the final binary.
7096
7097         * Removed many lines that contain 8051 legacy code.
7098         * The code is finally placed under a 'code' directive.
7099         * Added port specific options.
7100
7101         * _process_pragma: simplified since now we do not need *special*
7102         include file to define SFR registers. But a separate header
7103         will be needed. This will be developed later.
7104         * _pic16_parseOptions: added, parses port specific options:
7105         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7106         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7107         --preplace-udata-with=
7108
7109         * _pic16_setDefaultOptions: modified to initialize section names,
7110         but hack is temporarly out of order since it needs improvement.
7111         * _pic16_genAssemblerPreamble: configuration words are emitted by
7112         their address instead of their name. This part is incomplete and
7113         supports only the 18Fxx2 devices. Other devices will emit an error
7114         during assembly since they do not contain the same set of config
7115         registers
7116         * _pic16_genIVT: is modified,
7117
7118         * pcode.c: added definitions for some hardware registers that are needed
7119         for stack support
7120         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7121         All PCI entries are updated. Now LFSR is supported.
7122         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7123         * added pic16_newpCodeOpLit2 to support instructions with
7124         two literal arguments
7125         * pic16_pCode2str: corrected code that emits assembler instructions
7126         with two literal operands and those that have an access bit modifier
7127         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7128         this fixes a bug which caused some labels to be lost, when an
7129         assembler directive was added, i.e. banksel,
7130         * pic16_FixRegisterBanking: improved logic that causes the insertion
7131         of bank switching,
7132         * InlineFunction: functions that are called once, are not any more
7133         inlined. This can be a port option in the future,
7134
7135         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7136
7137         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7138         hold the corresponding uninitialized symbols,
7139         * pic16_allocProcessorRegister: registers have explicit marked the
7140         accessBank field,
7141         * pic16_allocInternalRegister: registers are explicit marked as
7142         not used,
7143         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7144         processing list, so bit registers were lost,
7145         *
7146
7147         * ralloc.h: added field 'accessBank' and original symbol operand
7148         in register definition,
7149         * removed the field isMapped from register definition,
7150
7151         ** Several functions have been removed from various sources:
7152         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7153         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7154         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7155         pic16_assignRelocatableRegisters
7156
7157         ** others have been introduced:
7158         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7159         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7160
7161 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7162
7163         * support/scripts/inc2h.pl: changed definition of BIT_AT
7164         to emit 'sbit at' instead of 'bit at'. This was a request.
7165
7166         PIC16 port related preliminary changes:
7167         * gen.c: prefixed function popRegFromString with
7168         pic16_ and all references to it corrected
7169         * pcode.c: all pic16_pc_* hardware registers prefixed
7170         with underscore (_),
7171         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7172         * ralloc.c: newReg(): when register is REG_SFR then
7173         set address to rIdx,
7174         pic16_allocProcessorRegister(): marks register wasUsed=0
7175         pic16_writeUsedRegs(): added a call to assign processor
7176         registers via pic16_assignFixedRegisters
7177
7178 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7179
7180         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7181         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7182         variables in unused register banks.  Also the SSEG is placed
7183         wherever there is enough space for it, and IDATA can be anywhere
7184         in internal RAM.  For now compile using -Wl-Y[stack_size].
7185         The mem file is different for this option as well, since it
7186         makes no sense of talking about DSEG lenght.
7187
7188 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7189
7190         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7191         in certain cases, e.g. when ROM assignment, patch provided
7192         from Albert den Haan.
7193
7194 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7195
7196         Many signedness and type propagation fixes:
7197         * src/SDCCicode.c: made geniCodeCast() static
7198         replaced SPEC_ by IS_ (cosmetic)
7199         (operandOperation): fixed div and mod operation
7200         (usualBinaryConversions): added support for promotion of char
7201         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7202         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7203         (geniCodeAdd): an array index will stay unsigned, even if promoted
7204         from char to int
7205         (geniCodeArray): ditto
7206         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7207         * src/SDCCsymt.c (computeType): added more support for char;
7208         promotion of char is selectable by promoteCharToInt, fixed signedness
7209         for all cases
7210         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7211         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7212         * src/SDCCval (val*): replaced signedness calculation by
7213         computeType()
7214         rearranged if-branches (cosmetic)
7215         (valShift): added warning W_SHIFT_CHANGED
7216         (valCompare): fixed problem with different types
7217         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7218         * support/regression/tests/literalop.c: added many cases
7219         * support/regression/tests/ast_constant_folding.c: changed finally to
7220         'unsigned int'
7221         * .version: new year, new version: 2.3.7
7222         * src/SDCCmain.c (main): applied patch #866468
7223         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7224         provided by Scott Bronson
7225         * doc/sdccman.lyx: updated documentation for sdcdb
7226         updated and added chapter tips
7227
7228 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7229
7230         * src/SDCCsymt.h: missing from yesterday's commits
7231
7232 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7233
7234         * src/SDCC.y (struct_or_union_specifier),
7235         * support/Util/SDCCerr.c,
7236         * support/Util/SDCCerr.h: verify that struct & union tags are used
7237         as declared.
7238
7239 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         * src/SDCCglobl.h: missing from yesterday's commits
7242
7243 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7244
7245         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7246         sft_attributes, struct_declaration, parameter_declaration,
7247         type_name, start_block, declaration_list),
7248         * src/SDCC.lex (check_type): support redefinition of typedef names
7249
7250 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7251
7252         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7253         aligned xdata arrays. Erik helped me with the if clause.
7254
7255 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7258         warning
7259
7260 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * src/SDCCast.h,
7263         * src/SDCCast.c (newAst_),
7264         * src/SDCCicode.h,
7265         * src/SDCCicode.c (ast2iCode, newiCode),
7266         * src/SDCCglobl.h,
7267         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7268         expr, statement, expression_statement, selection_statement,
7269         iteration_statement, expr_opt, jump_statement): foundation for tracking
7270         sequence points
7271         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7272         point code too)
7273
7274 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         * support/Util/SDCCerr.c,
7277         * src/SDCCast.h,
7278         * src/SDCCast.c (createCase, createDefault, decorateType),
7279         * src/SDCClabel.c (labelUnreach),
7280         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7281         to error messages.
7282         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7283         (with thanks to Stas Sergeev)
7284         * device/include/time.h,
7285         * device/lib/time.c (CheckTime): suppress unreachable code warning
7286
7287 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCCast.c (createIvalCharPtr),
7290         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7291         bug #753752)
7292         * support/regression/tests/nullstring.c: tests for these two bugs
7293
7294 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7295
7296         * support/Util/SDCCerr.h,
7297         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7298         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7299         about storage class and 'at' used inside struct or union
7300         * src/SDCCBBlock.c (iCodeFromeBBlock),
7301         * src/SDCCcse.c (ifxOptimize),
7302         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7303         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7304         printIval, emitStaticSeg, emitOverlay),
7305         * src/SDCClabel.c (deleteIfx),
7306         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7307         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7308         gatherAutoInit, processParms),
7309         * support/Util/SDCCerr.h,
7310         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7311         reporting for post-parse errors.
7312
7313 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7316         implicit casts via union; they don't work on big endian systems
7317         (possible fix for bug #861138)
7318
7319 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7320
7321         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7322         * src/mcs51/main.c: fixed the fix for bug #737001
7323
7324 2003-12-15  Borut Razem <borut.razem AT siol.net>
7325
7326         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7327
7328 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         * support/makebin/makebin.c: put output in binary mode
7331
7332 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7333
7334         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7335         xdata and data memory on startup. Set the environment variable
7336         SDCC_NOGENRAMCLEAR to disable this.
7337         * src/mcs51/peephole.def,
7338         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7339         (allows non-interrupt and interrupt code to safely compete for a resource
7340         without the non-interrupt code having to disable interrupts)
7341
7342 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/SDCCicode.c (geniCodeAdd),
7345         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7346         with valFromType if type might be a pointer and host is big endian).
7347         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7348         types, not just integer types.
7349         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7350         multiply defined with mismatching "at" address.
7351
7352 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7353
7354         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7355         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7356         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7357         with embedded nulls (fixed bug #753752)
7358
7359 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7360
7361         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7362         Apparently this did not see much testing (endless loop)
7363
7364 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7367
7368 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7371         gracefully handle NULL memmap pointers
7372
7373 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7376         instead of deleting the iCode when an operand is volatile
7377         * src/z80/gen.c (genDummyRead),
7378         * src/mcs51/gen.c (genDummyRead),
7379         * src/ds390/gen.c (genDummyRead),
7380         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7381         not just IC_RIGHT
7382         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7383         * src/SDCC.y: fixed bug #850420
7384
7385 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7386
7387         Applied z80 i/o port patch from Peter Townson and fixed some operators
7388         to better handle operands in A register.
7389         * device/include/z180.h
7390         * src/SDCC.y
7391         * src/SDCCglue.c
7392         * src/z80/gen.c
7393         * src/z80/gen.h
7394         * src/z80/main.c
7395         * src/z80/peeph-z80.def
7396         * src/z80/peeph.def
7397         * src/z80/z80.h
7398
7399 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7400
7401         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7402
7403 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * device/lib/hc08/_mullong.c: Removed extra #endif
7406
7407 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7408
7409         * sim/ucsim/hc08.src/inst.cc,
7410         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7411         carries from x to h
7412         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7413         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7414         * device/include/stdarg.h: fixed varargs for hc08
7415         * device/lib/Makefile.in,
7416         * device/lib/hc08/Makefile,
7417         * device/lib/hc08/_mulint.c,
7418         * device/lib/hc08/_mullong.c: fixed some endian problems
7419
7420 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7421
7422         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7423         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7424         * device/lib/_gptrget.c,
7425         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7426
7427 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7428
7429         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7430         * src/SDCCast.c (astErrors): fixed bug #846007
7431         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7432
7433 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7434
7435         * src/SDCCast.c (decorateType): disabled a transformation I added in
7436         revision 1.188 (access to fields of a structure at an absolute address);
7437         it breaks with bitfields, extern declarations, and gcse analysis.
7438         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7439         could be assigned through a pointer, so don't complain.
7440         * src/SDCCast.c (astErrors),
7441         * src/SDCCast.h,
7442         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7443
7444 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7445
7446         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7447         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7448         output of __config directives, since gpasm now supports them
7449         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7450         pre-processor macro, i.e. -DMCU=p18f452
7451         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7452         and modified to handle 'cast' icode similarly to '=' icode
7453         * src/pic16/device.h (typedef struct PIC_device): added field
7454         'extMIface' to indicate that chip has external memory interface
7455         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7456         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7457         18F8720
7458
7459 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * src/SDCC.y (pointer): fixed bug #846006
7462         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7463         * src/SDCCast.c (decorateType): fixed bug #846009
7464         * src/ds390/peeph.def,
7465         * src/ds390/gen.c (genAnd, genOr),
7466         * src/mcs51/peeph.def,
7467         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7468
7469 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7472         * src/SDCCdflow.c
7473         * src/SDCCcse.c
7474         * src/SDCCcse.h
7475         * src/SDCCBBlock.h
7476         * src/SDCCBBlock.c
7477
7478 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7479
7480         fixed bug #845089
7481         * src/SDCCbitv.h,
7482         * src/SDCCbitv.c: added function to free a bitvector
7483         * src/SDCClrange.h,
7484         * src/SDCClrange.c: added function to recompute the liveranges
7485         * src/avr/ralloc.c,
7486         * src/ds390/ralloc.c,
7487         * src/hc08/ralloc.c,
7488         * src/mcs51/ralloc.c,
7489         * src/pic/ralloc.c,
7490         * src/pic16/ralloc.c,
7491         * src/xa51/ralloc.c,
7492         * src/z80/ralloc.c: recompute the liveranges after register packing
7493
7494 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7495
7496         * src/SDCCloop.c (newInduction): fixed bug #845630
7497
7498 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7501         inadvertantly left behind from my 2003-11-12 change
7502
7503 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         Updated headers I neglected to commit yesterday.
7506         * src/SDCClrange.h,
7507         * src/SDCCicode.h
7508
7509 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7510
7511         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7512         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7513         * src/SDCCopt.c (eBBlockFromiCode),
7514         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7515         the creation of the key hash table from the sequencing so it can be used
7516         earlier (for some GCSE bug fixes still pending)
7517
7518 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7519
7520         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7521         * support/regression/tests/addsub.c: testing genPlus shortcut
7522
7523 2003-11-15  Borut Razem <borut.razem AT siol.net>
7524
7525         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7526
7527 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7530         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7531         ordering is immaterial.
7532         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7533
7534 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7535
7536         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7537         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7538         (SIGSEV) of bug #840381
7539         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7540         unlink new file before rename if new and old filenames are the same)
7541
7542 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7543
7544         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7545         uninitialized variables) for the mcs51. Set environment variable
7546         SDCC_GENRAMCLEAR to test.
7547         xdata initialization slightly shorter
7548
7549 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7550
7551         * src/SDCCsymt.h,
7552         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7553         #838241 & 780691 (basicly the same bug)
7554         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7555         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7556
7557 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/SDCCmain.c (linkEdit): "fix" #834252
7560
7561 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7562
7563         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7564         * src/SDCCast.h,
7565         * src/SDCC.y: fixed bug #819403
7566
7567 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7568
7569         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7570         the reentrant attribute.
7571         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7572         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7573         simulation
7574         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7575         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7576         erroneously reduced to a literal.
7577         * src/hc08/ralloc.c (packRegisters, rematStr),
7578         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7579         some cases
7580
7581 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7582
7583         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7584         * doc/sdccman.lyx: changed from 'article' to 'book'
7585         * doc/Makefile: readded test_suite_spec and cdbfileformat
7586
7587 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * device/include/stdlib.h: include malloc.h to comply with ANSI
7590         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7591
7592 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7593
7594         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7595         * doc/clean.mk: also remove *.out files
7596         * doc/sdccman.lyx: some additions, larger top/bottom margins
7597
7598 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         * src/SDCC.y: fixed bug #837365
7601         * support/regression/tests/bitopcse.c
7602         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7603         a symbol (might be valop instead)
7604         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7605         * device/lib/clean.mk: added hc08 to the cleaning list
7606
7607 2003-11-04  Borut Razem <borut.razem AT siol.net>
7608
7609         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7610           made 2003-11-04
7611         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7612           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7613           malloc is declared in standard stdlib.h
7614
7615 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7616
7617         * device/lib/hc08/Makefile: need to clean .rel not .o files
7618         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7619
7620 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7621
7622         * src/port.h,
7623         * src/hc08/main.c,
7624         * src/mcs51/main.c,
7625         * src/ds390/main.c,
7626         * src/z80/main.c,
7627         * src/avr/main.c,
7628         * src/pic/main.c,
7629         * src/pic16/main.c,
7630         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7631         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7632         tests (which uses the port's oclsExpense function)
7633         * src/SDCC.y,
7634         * src/SDCCast.c,
7635         * src/SDCCicode.c,
7636         * src/hc08/gen.c,
7637         * src/ds390/gen.c,
7638         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7639
7640 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7641
7642         * src/SDCCcse.c (ifxOptimize),
7643         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7644         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7645         deleting the IFX iCode.
7646         * src/hc08/ralloc.c: reduced unneeded slocs
7647         * src/hc08/gen.c: fixed bug in asmopToBoolean
7648
7649 2003-11-04  Borut Razem <borut.razem AT siol.net>
7650
7651         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7652           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7653           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7654           transferred to configure
7655
7656 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7657
7658         Use headers defined in the C[++] standards:
7659         * sim/ucsim/gui.src/serio.src/fileio.cc
7660         * sim/ucsim/gui.src/serio.src/frontend.cc
7661         * sim/ucsim/gui.src/serio.src/main.cc
7662         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7663         * support/Util/NewAlloc.c
7664         * as/hc08/lklibr.c
7665         * as/mcs51/lklibr.c
7666         * as/z80/aslist.c
7667         * as/z80/assym.c
7668
7669 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7670
7671         * Added MSVC projects for hc08 assembler and linker:
7672         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7673         /as/hc08/link_hc08.dsp
7674
7675 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7676
7677         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7678
7679 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7680
7681         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7682
7683 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7684
7685         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7686
7687 2003-10-31  Borut Razem <borut.razem AT siol.net>
7688
7689         * support/cpp2/cpplib.h,
7690           support/cpp2/cpplib.c,
7691           support/cpp2/cpplex.c,
7692           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7693           to switch _asm block preprocessing on / off. Default is
7694           #pragma preproc_asm +
7695
7696 2003-10-31  Borut Razem <borut.razem AT siol.net>
7697
7698         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7699           when outputting comment blocks (when executed with -C option) and
7700           _asm (SDCPP specific) blocks
7701
7702 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7705
7706 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7707
7708         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7709
7710 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7711
7712         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7713         * src/SDCCast.c (decorateType): fixed bug #832664
7714
7715 2003-10-31  Borut Razem <borut.razem AT siol.net>
7716
7717         * support\cpp2\cpplex.c: fixed for SDCPP:
7718           comments(when executed with -C option) and _asm blocks
7719           were included even if they where in skipped #if block.
7720           Applied solution from GCC cpp 3.3.2
7721
7722 2003-10-31  Borut Razem <borut.razem AT siol.net>
7723
7724         * src/SDCC.lex: sdcc now understands both formats:
7725           '# <line_number> <file_name>' and
7726           '#line <line_number> <file_name>'
7727         * support/cpp2/cppmain.c: sdcpp now generates the standard
7728           '# <line_number> <file_name>' instead of former
7729           '#line <line_number> <file_name>'
7730
7731 2003-10-30  Borut Razem <borut.razem AT siol.net>
7732
7733         * support/cpp2/cpphash.h,
7734         * support/cpp2/cpplib.h
7735         * support/cpp2/cpplex.c,
7736         * support/cpp2/cppmain.c,
7737         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7738
7739 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7740
7741         Fixed a number of problems revealed by bug #827883.
7742         * src/SDCCloop.c (loopInvariants): Spill location of the
7743         result operand should be recomputed if extracted from
7744         a loop. Also, don't extract assignments of an iTemp
7745         from a literal.
7746         * src/SDCCast.c (isConformingBody): loop reversal should
7747         not occur if the control variable is involved with a
7748         relational operator.
7749
7750 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7751
7752         * .version: bumped to 2.3.6 to reflect the big improvements
7753         made by Erik and Klaus. Thanks!
7754
7755 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7756
7757         Replaced the livrange code.
7758         * src/SDCClrange.c: added new LR code
7759         * src/SDCCloop.c,
7760         * src/SDCCBBlock.h: removed remainig parts from old LR code
7761         * src/ds390/ralloc.c,
7762         * src/ds390/gen.c: minor fixes to make it work with new code
7763
7764 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7765
7766         * as/hc08/asm.h,
7767         * as/hc08/lkrloc.c,
7768         * src/hc08/gen.c,
7769         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7770         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7771         (tweaked fix for bug #818696)
7772
7773 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7774
7775         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7776
7777 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7778
7779         * src/SDCCmain.c,
7780         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7781         * src/mcs51/gen.c (gencjneshort),
7782         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7783         more efficient (per Scott Bronson's suggestion)
7784
7785 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7786
7787         Extended the semantics of the critical keyword to include
7788         individual statements. See RFE #827755 and #799831
7789         * src/SDCC.y
7790         * src/SDCCicode.c
7791         * src/SDCCopt.c
7792         * src/SDCCast.c
7793         * support/Util/SDCCerr.c
7794         * support/Util/SDCCerr.h
7795         * src/mcs51/gen.c
7796         * src/ds390/gen.c
7797         * src/hc08/gen.c
7798
7799 2003-10-19  Borut Razem <borut.razem AT siol.net>
7800
7801         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7802
7803 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7804
7805         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7806         Fixed bug #818696
7807         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7808         and predecrement operand is displayed
7809
7810 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * src/SDCCval.c (valMinus): fixed bug #826041
7813
7814 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7815
7816         Some hc08 related updates that I missed earlier
7817         * sim/ucsim/stypes.h
7818         * support/regression/ports/hc08/spec.mk
7819
7820 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7821
7822         New target "hc08" for the Motorola 68hc08 family of micros
7823
7824         * configure
7825         * configure.in
7826         * Makefile
7827         * src/hc08/*
7828         * src/SDCCmain.c
7829         * src/port.h
7830         * sim/ucsim/hc08.src/*
7831         * sim/ucsim/configure.in
7832         * src/ucsim/configure
7833         * sim/ucsim/packages_in.mk
7834         * as/hc08/*
7835         * as/Makefile
7836         * device/include/mc68hc908qy.h
7837         * device/lib/hc08/*
7838         * device/lib/Makefile.in
7839         * support/regression/ports/hc08/*
7840         * support/regression/Makefile
7841
7842 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7843
7844         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7845         regression test
7846         * src/ds390/gen.c (genCast): fixed bug #821957
7847
7848 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7849
7850         * device/lib/logf.c: "fixed" overlay bug
7851         * support/regression/ports/host/spec.mk: added m library
7852         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7853         * support/regression/tests/float_trans: added (for Eric)
7854
7855 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * src/mcs51/gen.c (genCpl): fixed bug
7858         http://sf.net/mailarchive/message.php?msg_id=6263915
7859
7860 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7861
7862         * src/SDCCast.c (decorateType): added extended constant folding
7863         * src/SDCCsymt.c (computeType): cleanup
7864         * src/SDCCval.c (valShift): minor optimization
7865         * support/regression/tests/ast_constant_folding.c: added
7866
7867 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7868
7869         * src/SDCCmain.c: removed some unintended changes
7870
7871 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7872
7873         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7874         * src/z80/gen.c: fixed part of bug #817589
7875         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7876
7877 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7878
7879         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7880         * src/SDCCcflow.c
7881         * src/SDCCcse.c
7882         * src/SDCCdflow.c
7883         * src/SDCClabel.c
7884         * src/SDCClrange.c
7885         * src/SDCCmem.c
7886         * src/SDCCopt.c
7887         * src/SDCCpeeph.c
7888         * src/SDCCset.c
7889         * src/avr/ralloc.c
7890         * src/ds390/ralloc.c
7891         * src/izt/ralloc.c
7892         * src/mcs51/ralloc.c
7893         * src/pic/ralloc.c
7894         * src/pic16/ralloc.c
7895         * src/xa51/ralloc.c
7896         * src/z80/ralloc.c
7897         * src/z80/gen.c: removed unused label "release:"
7898
7899 2003-10-06  Borut Razem <borut.razem AT siol.net>
7900
7901         * src/SDCC.lex: removed definition of unused variables
7902           save_optimize and save_options
7903
7904 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7905
7906         * clean.mk: removed '=' in "-maxdepth=1"
7907         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7908         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7909
7910 2003-10-06  Borut Razem <borut.razem AT siol.net>
7911
7912         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7913           my_unput() replaced by unput()
7914
7915 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7918         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7919         type-punned pointer will break strict-aliasing rules"
7920         Old LR behaviour is again default; Klaus' LR can be choosen by
7921         defining the environment variable LRKLAUS
7922         * src/SDCCBBlock.h
7923         * src/SDCCloop.c
7924         * src/SDCClrange.c
7925         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7926         * clean.mk: fixed removal of files in bin/CVS/
7927         * device/lib/clean.mk: fixed removal of directories small and large
7928         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7929         * src/SDCCicode.c,
7930         * src/SDCCval.c: removed superflous test for pedantic
7931
7932 2003-10-05  Borut Razem <borut.razem AT siol.net>
7933
7934         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7935           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7936           message "unmatched #pragma SAVE and #pragma RESTORE"
7937
7938 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7939
7940         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7941           assembly, critical functions, atomic, nojtbound)
7942
7943 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7944
7945         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7946         * src/SDCCBBlock.h
7947         * src/SDCCloop.c
7948         * src/SDCCloop.h
7949         * src/SDCClrange.c
7950
7951 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7952
7953         * src/z80/gen.h,
7954         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7955         * src/mcs51/gen.h
7956         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7957         * src/ds390/gen.h
7958         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7959         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7960         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7961
7962 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * src/z80/gen.c (genRet): fixed bug #524753
7965         * src/z80/gen.c (genCast): fixed internal error on cast from
7966         pointer to long
7967         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7968         fix for bug #477835 to the z80
7969         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7970         for tracking iCodes in the peephole optimizer for z80
7971
7972 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7973
7974         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7975         the other part of bug #814548
7976         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7977
7978 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7979
7980         * src/SDCCcse.c: fixed part of bug #814548
7981
7982 2003-09-28  Borut Razem <borut.razem AT siol.net>
7983
7984         * src/asm.c: rewrite of printILine() to use temporary file instead
7985           a pipe
7986         * src/xa51/main.c: commented out declaration of int rewinds
7987
7988 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7991
7992 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7993
7994         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7995         * src/asm.c (printILine): Fixed bug #811015
7996
7997 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7998
7999         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8000         freeing.
8001
8002 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8003
8004         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8005         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8006         to correctly handle general case of AOP_PAIRPTR
8007         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8008
8009 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8010
8011         * src/mcs51/ralloc.c (fillGaps),
8012         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8013         register positioning bug)
8014
8015 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8016
8017         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8018
8019 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8022         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8023         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8024         (ralloc doesn't intentionally do this now, but perhaps later)
8025         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8026         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8027         register positioning bugs (Fixed bug #762602 and #795325)
8028         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8029         (Fixed bug #808779)
8030         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8031         lines that --i-code-in-asm generates
8032
8033 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8034
8035         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8036         trying to fclose a FILE* that was already closed.
8037
8038 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8039
8040         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8041         of const struct should be treated as if const themselves)
8042
8043 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8044
8045         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8046
8047 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8048
8049         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8050         Unix (/n) and DOS (/r/n) line terminations.
8051
8052 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8055         bug #613775
8056
8057 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         * src/mcs51/gen.c (genFunction, genEndFunction),
8060         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8061         and restore of EA so that stack offsets to parameters are
8062         correct when using both critical and reentrant/stack-auto.
8063         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8064         size (can be triggered in error if sloc is shared between
8065         different sized objects)
8066         * device/include/float.h: fixed macros to explicitly use
8067         unsigned long where needed
8068
8069 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8070
8071         Feature req. 799831: added code to allow nesting of critical functions
8072         * src/mcs51/gen.c (genFunction, genEndFunction)
8073         * src/ds390/gen.c (genFunction, genEndFunction)
8074
8075 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/SDCCsymt.c (sclsFromPtr),
8078         * src/SDCCsymt.h,
8079         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8080         support for standard C idiom of memory mapped variables; for
8081         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8082         to xdata int at 0x1234 tempvar = 1.
8083         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8084         provided by Akiya ISHIDA
8085
8086 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8087
8088         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8089         * src/SDCCval.c (constVal): added reduction from int to char
8090         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8091         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8092         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8093         to ignore the sign
8094         * support/regression/tests/shifts.c: fixed
8095
8096 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8097
8098         * src/z80/gen.c (genXor): Fixed bug #805445
8099
8100 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8101
8102         Fixed bug #621531 (const & volatile confusion in the type chain).
8103         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8104         refer to the const or volatile state of the pointer itself.
8105
8106         * src/SDCCast.c
8107         * src/SDCCglue.c
8108         * src/SDCCicode.c
8109         * src/SDCCsymt.c
8110         * src/SDCCval.c
8111         * src/SDCC.y
8112         * src/SDCCsymt.h
8113         * src/pic/gen.c
8114         * src/pic/ralloc.c
8115         * src/pic16/gen.c
8116         * src/pic16/ralloc.c
8117         * support/regression/tests/const.c
8118
8119 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8120
8121         When checking for duplicated modules, use absolute paths
8122         instead of relative paths.  Files changed:
8123
8124         * as/mcs51/lklib.c
8125         * link/z80/lklib.c
8126
8127 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8130
8131 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8132
8133         * device/include/string.h: added size_t typedef, changed
8134         prototypes to use size_t, eliminated separate reentrant and
8135         non-reentrant declarations, added _memmove declaration
8136         * device/lib/_memcpy.c: changed to use size_t instead of int,
8137         changed /4 to >>2 to avoid division library call
8138         * device/lib/_memcmp.c,
8139         * device/lib/_memset.c,
8140         * device/lib/_strncat.c,
8141         * device/lib/_strncpy.c,
8142         * device/lib/_strncmp.c: changed to use size_t instead of int
8143         * device/lib/_memmove.c: new file (fixed bug #772294)
8144         * device/lib/Makefile.in: added _memmove.c
8145         * device/lib/z80/asm_strings.s: fixed bug #772290
8146         * support/regression/tests/bitfields.c: attempt to fix host assertion
8147         failure on amd64-unknown-linux2.2
8148
8149 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8152         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8153         * as/z80/asmain.c (main): fixed bug #801766
8154
8155 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8156
8157         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8158         compilers
8159
8160 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8161
8162         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8163         reported in bug #800609
8164
8165 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8166
8167         * Top header beautifications in src/pic16 directory:
8168           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8169           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8170           pcoderegs.h, ralloc.c, ralloc.h
8171         * main.c: added top header and GPL license notice
8172         * pcode.c: fixed the if-conditional warning
8173
8174 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8175
8176         * device/lib/_mullong.c: replaced int by short for gcc
8177
8178 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8179
8180         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8181         and JUMPTABLE iCodes properly now (worked by accident before)
8182         * src/mcs51/gen.c (leftRightUseAcc),
8183         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8184         iCode properly now. Use getSize instead of nRegs since a & b
8185         aren't part of the nRegs tally.
8186
8187 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8188
8189         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8190         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8191           before instructions that use the _STATUS register
8192
8193 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8194
8195         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8196         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8197         fetching of the pointer
8198         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8199         copied from genNearPointerSet()
8200         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8201         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8202         If they pop r0/r1 they must be called in the opposite order than aopOp().
8203         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8204         (resp. --stack-auto), prepared for --xstack
8205
8206 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8207
8208         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8209
8210 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8211
8212         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8213         these ports have their own __sdcc_external_start()
8214
8215 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8218         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8219         type for bits was changed. It resulted in bit variables becoming
8220         global, which is not permitted in PIC 14 assembly output.
8221
8222 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8223
8224         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8225
8226 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8227
8228         Z80 and MCS51 linkers complaint if a public symbol is defined
8229         in more than one library module:
8230
8231         * as/mcs51/lklib.c
8232         * link/z80/lklib.c
8233         * as/mcs51/Makefile.in
8234
8235 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8236
8237         A few small changes that speed up the peephole optimizer.
8238
8239         * src/SDCCpeeph.c
8240
8241 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8242
8243         Try to make the peephole optimizer smarter by maintaining
8244         an association between the assembly source code and the
8245         iCodes that originated them. Put this information to use
8246         with a new peephole rule condition "notVolatile" so that
8247         the rules can be aggressive yet still safe.
8248
8249         * src/SDCCpeeph.c
8250         * src/SDCCpeeph.h
8251         * src/mcs51/gen.c
8252         * src/mcs51/peeph.def
8253
8254 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8255
8256         Fixed bug #741761
8257
8258         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8259         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8260         if the left or right operand symbols have the accuse flag set.
8261
8262 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         Changed the type of the result of the ! (NOT) operator to char;
8265         previously it returned the same type as the source. This allows
8266         us to eliminate all the genFloatNot functions (all of its target
8267         implementations were very buggy) since !float can use the same
8268         code as !long now.
8269
8270         * src/SDCCicode.c (ast2iCode): ! returns char
8271         * src/mcs51/gen.c (genNot, genNotFloat),
8272         * src/ds390/gen.c (genNot, genNotFloat),
8273         * src/z80/gen.c (genNot, genNotFloat),
8274         * src/pic/gen.c (genNot, genNotFloat),
8275         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8276
8277 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8278
8279         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8280         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8281            during interrupts. Ensure WSAVE is located at a shared bank address.
8282         2. Fixed page selection in some places
8283         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8284            the registers name strings.
8285         4. Fixed "signed / unsigned compare" compiler warnings.
8286         5. The PIC port manages its own allocation of the general purpose
8287            registers, but makes no attempt to reuse them. As a result when
8288            compiling it soon runs out of general purpose registers. Some
8289            additional code was added to the files pcode.c and device.c to walk
8290            through the function call tree and rename the registers so that they
8291            get reused.
8292
8293         * src/pic/device.c
8294         * src/pic/gen.c
8295         * src/pic/glue.c
8296         * src/pic/pcode.c
8297         * src/pic/pcode.h
8298         * src/pic/ralloc.c
8299         * src/pic/ralloc.h
8300         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8301         genPlus() & genMinus() when the result is the same as left or right
8302
8303 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8304
8305         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8306
8307 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8308
8309         Made bitfield a distinct type from bit so that bitfields
8310         convert as per ANSI C and bits retain their traditional
8311         boolean style behaviour. Implemented bitfield support in
8312         the z80 port.
8313
8314         * src/SDCCsymt.h,
8315         * src/SDCCsymt.c,
8316         * src/SDCCast.c,
8317         * src/cdbFile.c,
8318         * src/mcs51/gen.c,
8319         * src/ds390/gen.c: bit v bitfield split
8320         * src/z80/gen.c: New support for bitfields
8321         * support/regression/tests/bitfields.c: reenabled z80,
8322         added more tests
8323
8324 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8325
8326         Rules 246.x, 247.x relate to bitfields, the others speed up
8327         access to xdata mapped I/O devices.
8328
8329         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8330
8331 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8332
8333         Cleaned up genPackBits and genUnpackBits and added two helper
8334         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8335         for literal assignments in genPackBits (thanks to Frieder for
8336         reminding me).
8337
8338         * src/mcs51/gen.c
8339         * src/ds390/gen.c
8340
8341 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8342
8343         Fixed bug #748310 (pointer to function type mishandled when the
8344         function name is omitted). Also fixed a SIGSEGV when a function
8345         attribute (reentrant, etc) is used on a non-function or on a
8346         function but misplaced before the parameter list.
8347
8348         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8349         bug #748310
8350         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8351         * support/Util/SDCCerr.h,
8352         * support/Util/SDCCerr.c: Added func attr misuse error msg
8353
8354 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8355
8356         Fixed bug #787649 by anonymous
8357         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8358         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8359
8360 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8361
8362         Fixed numerous bitfield problems.
8363
8364         * src/SDCC.y: More bitfield related error checking
8365         * src/SDCCsymt.h,
8366         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8367         * support/Util/SDCCerr.h,
8368         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8369         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8370         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8371         * support/regression/tests/bitfields.c: tests added
8372
8373 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8374
8375         Made the constant following the "interrupt" keyword optional. If
8376         omitted, the function will not automatically be given an entry
8377         in the interrupt vector table (similar to #pragma NOIV, but
8378         less syntacticly kludgy). The interrupt number is also now
8379         range checked. Also fixed a bug in the high order bit example
8380         in the manual.
8381
8382         * src/SDCC.y
8383         * src/SDCCmem.c
8384         * src/SDCCglue.c
8385         * src/SDCCsymt.h
8386         * support/Util/SDCCerr.c
8387         * support/Util/SDCCerr.h
8388         * doc/sdccman.lyx
8389
8390 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8391
8392         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8393         * src/SDCCicode.c (operandOperation): rewritten some ops
8394         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8395         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8396         other type
8397         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8398         be re-activated by defining REDUCE_LITERALS)
8399         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8400         unsigned, but are signed by default
8401         * src/SDCCval.c (constVal): rearranged
8402         * src/SDCCval.c (valMod): preliminary fix
8403         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8404         * support/regression/literalop.c: added, work in progress
8405
8406 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8407
8408         Generate warnings for useless declarations like "char data;"
8409         that don't do what new users expect.
8410
8411         * src/SDCC.y
8412         * support/Util/SDCCerr.h
8413         * support/Util/SDCCerr.c
8414
8415 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         * src/SDCCval.c (valMult): fix overflow detection of negative int
8418
8419 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8420
8421         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8422
8423         Changes to support big endian targets:
8424
8425         * src/ports.h
8426         * src/SDCCglue.c
8427         * src/avr/main.c
8428         * src/ds390/main.c
8429         * src/izt/i186.c
8430         * src/mcs51/main.c
8431         * src/pic/main.c
8432         * src/pic16/main.c
8433         * src/xa51/main.c
8434         * src/z80/main.c
8435
8436 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8437
8438         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8439         * device/lib/time.c: fixed warning "integer overflow in expression"
8440
8441 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8442
8443         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8444         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8445         constants are unsigned; added recognition of "u" flag for unsigned
8446         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8447         * src/SDCCval.c (valDiv, valMod): fixed signdness
8448         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8449         signedness of modulo, left and right shift
8450         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8451         * support/Util/SDCCerr.h: added warning W_INT_OVL
8452         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8453         * src/SDCCast.c (ast_print): improved output of constants
8454
8455 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8456
8457         Fixed some warnings when building with MSVC:
8458
8459         * as\mcs51\asdata.c
8460         * as\z80\asdata.c
8461         * as\mcs51\asm.h
8462         * as\z80\asm.h
8463         * link\z80\aslink.h
8464         * link\z80\lkdata.c
8465         * link\z80\lkeval.c
8466         * link\z80\lkgb.c
8467         * link\z80\lkihx.c
8468         * link\z80\lks19.c
8469         * link\z80\lksym.c
8470         * support\cpp2\cpplib.c
8471         * src\ds390\gen.c
8472         * src\mcs51\gen.c
8473
8474 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8475
8476         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8477
8478 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8479
8480         * support\librarian\clean.mk: Do not remove Makefile.
8481         * support\librarian\Makefile: added.
8482
8483 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8484
8485         Added librarian to MSVC build:
8486         * all.dsp
8487         * sdcc.dsw
8488         * support\librarian\librarian.dsp
8489
8490         'configure' not needed for librarian, removed:
8491         * support\librarian\configure
8492         * support\librarian\configure.in
8493         * support\librarian\config_in.h
8494         * support\librarian\Makefile.in
8495
8496         Hopefully these ones built the librarian and the rest of sdcc properly:
8497         * Makefile
8498         * Makefile.common.in
8499
8500         Messed up 'configure', so revert to previous version:
8501         * configure
8502         * configure.in
8503
8504 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8505
8506         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8507         there, while the mantissa of a double is "only" 53 bits wide.
8508
8509 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8510
8511         Adding sdcclib to the build.  MSVC project coming soon.
8512         Files added/changed:
8513
8514         * support\librarian\clean.mk
8515         * support\librarian\configure
8516         * support\librarian\configure.in
8517         * support\librarian\config_in.h
8518         * support\librarian\Makefile.bcc
8519         * support\librarian\Makefile.in
8520         * support\librarian\sdcclib.c
8521         * Makefile.bcc
8522         * Makefile
8523         * Makefile.common.in
8524         * configure
8525         * configure.in
8526
8527 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8528
8529         Linker now complaints if linked modules have conflicting options, for
8530         example, one compiled using --model-large and another one compiled with
8531         --model-small.  The following files were modified:
8532
8533         * as\mcs51\asdata.c
8534         * as\mcs51\aslink.h
8535         * as\mcs51\asm.h
8536         * as\mcs51\asmain.c
8537         * as\mcs51\asout.c
8538         * as\mcs51\i51pst.c
8539         * as\mcs51\lkdata.c
8540         * as\mcs51\lklibr.c
8541         * as\mcs51\lkmain.c
8542         * as\z80\asdata.c
8543         * as\z80\asm.h
8544         * as\z80\asmain.c
8545         * as\z80\asout.c
8546         * as\z80\z80pst.c
8547         * link\z80\aslink.h
8548         * link\z80\lkdata.c
8549         * link\z80\lklibr.c
8550         * link\z80\lkmain.c
8551         * src\SDCCglue.c
8552
8553 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8554
8555         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8556         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8557
8558 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8559
8560         * src/z80/mappings.i: fix _mul[us][int,long] entries
8561
8562 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8563
8564         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8565
8566 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8567
8568         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8569         * support/regression/tests/bitopcse.c: added
8570         fixed warning:
8571         * src/avr/gen.c:
8572         * src/pic/gen.c:
8573         * src/pic16/gen.c:
8574         * src/z80/gen.c:
8575         * src/xa51/gen.c:
8576
8577 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8578
8579         added support for new library format to z80, gbz80 linkers:
8580         *link/z80/aslink.h
8581         *link/z80/lklex.c
8582         *link/z80/lklib.c
8583         *link/z80/lklist.c
8584
8585 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8588         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8589
8590 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         added DUMMY_READ_VOLATILE:
8593         * src/SDCC.y:
8594         * src/avr/gen.c:
8595         * src/xa51/gen.c:
8596         * src/z80/gen.c:
8597         * src/pic/gen.c:
8598         * src/pic16/gen.c:
8599         * src/mcs51/gen.c:
8600         * src/ds390/gen.c:
8601         * src/SDCCcse.c (algebraicOpts): many improvements
8602         * src/SDCCcse.h: removed algebraicOpts()
8603         * src/SDCCicode.c (picDummyRead): added
8604
8605 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8606
8607         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8608         "Insufficient space in data memory".
8609
8610 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8611
8612         * src/mcs51/gen.c: fixed bug #771358
8613         * src/z80/gen.c: fixed bug #759087
8614
8615 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * src/pic16/glue.c: minor cleanup by Vangelis
8618
8619 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8620
8621         * device/include/regc515c.h: fixed #758477
8622         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8623         * device/lib/_gptrput.c: saved a few bytes
8624         * my tab spacing is 8, yours too?)
8625         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8626         * device/lib/serial.c: process RX bytes earlier than TX bytes
8627         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8628
8629 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8630
8631         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8632
8633 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8634
8635     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8636
8637 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * device/lib/Makefile.in: bad fix, reverted to 1.43
8640
8641 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8642
8643         * device/lib/Makefile.in: added missing z80 object files
8644
8645 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8646
8647         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8648         pic16 progress by Vangelis:
8649         * src/SDCCglobl.h:
8650         * src/SDCCmain.c:
8651         * src/pic/Makefile:
8652         * src/pic:
8653         * pic/Makefile:
8654         * pic16/device.c:
8655         * pic16/device.h:
8656         * pic16/gen.c:
8657         * pic16/gen.h:
8658         * pic16/genarith.c:
8659         * pic16/glue.c:
8660         * pic16/main.c:
8661         * pic16/pcode.c:
8662         * pic16/pcode.h:
8663         * pic16/pcodepeep.c:
8664         * pic16/peeph.def:
8665
8666 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8667
8668     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8669
8670 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8671
8672     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8673     added gbz80 build to MSVC project.
8674     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8675     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8676     from 8051 stuff and setup so it links using a .lnk file.
8677
8678 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8679
8680     * support/librarian/sdcclib.c: sdcc librarian.
8681     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8682     with sdcclib.
8683
8684 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8685
8686     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8687
8688 2003-07-02  Borut Razem <borut.razem AT siol.net>
8689
8690         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8691         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8692         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8693         src/xa51/main.c, src/z80/main.c:
8694         virtualization of glue() function: each port has it's own glue function,
8695         which is accessed by do_glue function pointer in PORT.general structure
8696
8697 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8698
8699         * DS800C400 fun, improved ROM interface and tinibios.
8700
8701 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8702
8703         * More support for DS80C400. Now includes beginning of interface to ROM.
8704
8705 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8706
8707         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8708
8709 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8710
8711         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8712
8713 2003-06-19  Borut Razem <borut.razem AT siol.net>
8714
8715         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8716
8717 2003-06-19  Borut Razem <borut.razem AT siol.net>
8718
8719         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8720         fixed Z80 port - crt0.o: cannot open.
8721
8722 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8723
8724         * support/Util/MySystem.c (merge_command): revert bad fix
8725
8726 2003-06-18  Borut Razem <borut.razem AT siol.net>
8727
8728         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8729
8730 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8731
8732         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8733         option --use-stdout sends errors to stdout instead of stderr.
8734
8735 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8738
8739 2003-06-15  Borut Razem <borut.razem AT siol.net>
8740
8741         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8742         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8743         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8744         fixed width array of pointers replaced with sets;
8745         multiple include and lib paths ared transferred to preprocessor and linker
8746         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8747         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8748         fixed width array of pointers
8749         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8750         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8751         fixupPath(), getPathDifference()
8752         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8753         fixed width array of pointers
8754
8755 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8756
8757         * src/pic16/ralloc.c: fix warnings
8758         * src/pic16/pcode.c: fix warning
8759
8760 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8761
8762          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8763         know all the details, but essentially this set of changes enable
8764         the pic16 port to generate movff instructions and generate assembler
8765         directives,
8766         * src/SDCCmain.c:
8767         * src/pic16/gen.c:
8768         * src/pic16/glue.c:
8769         * src/pic16/pcode.c:
8770         * src/pic16/device.c:
8771         * src/pic16/main.c:
8772         * src/pic16/pcode.h:
8773         * src/pic16/pcoderegs.c:
8774         * src/pic16/ralloc.c:
8775         * src/pic16/ralloc.h:
8776
8777 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8778
8779         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8780         added option --vc, so sdcc errors and warnings are compatible with
8781         Microsoft Visual Studio.
8782
8783 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8784
8785         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8786           device/lib/libfloat.lib: added atof function.
8787
8788 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8789
8790         * doc/sdccman.lyx: updated to Lyx 1.3
8791         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8792         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8793         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8794
8795 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8796
8797         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8798
8799 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8800
8801         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8802           additions to the "related tools/documentation" section
8803
8804 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8805
8806         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8807
8808 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8809
8810         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8811         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8812
8813 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * doc/sdccman.lyx: fix double dash and other minor things
8816         * doc/Makefile: fix double dash
8817
8818 2003-05-28  Karl Bongers(patches from Martin Helmling)
8819         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8820           condition and ignore commands.
8821
8822 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8823
8824         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8825           is in parts still quite out of date, I did changes as far as I felt makes sense
8826           for a non-native english speaker.
8827           Please feel free to add to the manual or to correct my changes.
8828         * doc/Makefile: undid touching the date of intermediate tex files.
8829
8830 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8831
8832         * doc/sdccman.lyx: Manual has an index now
8833
8834 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8835
8836         Finalize muluint/mulsint and mululong/mulslong merging:
8837         * device/lib/_mulint.c
8838         * device/lib/_mullong.c
8839         * device/lib/gbz80/mul.s
8840         * device/lib/gbz80/stubs.s
8841         * device/lib/z80/mul.s
8842         * device/lib/z80/stubs.s
8843         * src/SDCCsymt.c (initCSupport)
8844
8845 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8846
8847         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8848         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8849           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8850           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8851           instead of /Zm500.
8852
8853 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8854
8855         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8856           the regression tests I'm not brave enough to enable 245.b, 245.c
8857         * doc/sdccman.lyx: added latex preamble for hyperref package.
8858           Using pdflatex this will give you a hyperlinked pdf file with
8859           bookmarks. (prepend '%' before /usepackage if this breaks something)
8860
8861 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8862
8863          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8864
8865 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8866
8867         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8868
8869 2003-05-21    <johan AT balder>
8870
8871         * src/SDCCglue.c (printIval): fixed bug #739934
8872
8873 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8874
8875         Applied patch from bug 737905 (renamed yylineo to mylineno):
8876         * src/altlex.c
8877         * src/SDCCast.c
8878         * src/SDCglobl.h
8879         * src/SDCC.lex
8880         * src/SDCCsymt.c
8881         * src/SDCCval.c
8882         * src/pic16/pcode.c: Cleaned warnings
8883         * src/pic16/pcodeflow.c: Cleaned warnings
8884         * src/pic16/pcoderegs.c: Cleaned warnings
8885
8886 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8887
8888         * src/pic16/pcode.c: Cleaned warnings
8889         * src/pic16/pcodepeep.c: Cleaned warnings
8890         * src/pic16/ralloc.c: Cleaned warnings
8891
8892 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8893
8894         * doc/sdccman.lyx: fixed bug 739745
8895         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8896
8897 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8900         it can be defined with CFLAGS when running configure
8901         * src/SDCCmain.c: fixed compiling + linking with object files
8902
8903 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8904
8905         * configure.in: configure for pic16 port,
8906             added --disable-pic16-port
8907         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8908         * src/SDCCmain.c: linkOptions is changed to set *,
8909             added if/endif conditional macros to remove options help
8910             messages from optionsTable when a port is not configured, added
8911             support for the PIc16 port in the ports table, when executing
8912             the compiler with no port specified on command line, a default
8913             port is selected with the new macro DEFAULT_PORT which is
8914             defined in port.h, in setDefaultOptions() linkOptions is removed
8915             from initialization assignment, since now it is a set,
8916             parseCmdLine uses setParseWithComma for linkOptions, in
8917             linkEdit() linkOptions are accessed with new function indexSet()
8918             which returns the i'th item of a set variable. See SDCCset.c, in
8919             linkEdit() when calling buildCmdLine(), added linkOptions as
8920             last argument. Now users can pass arguments to gplink via the
8921             -Wl option, main() uses pic16glue() to glue up pic16 programs
8922         * src/SDCCpeeph.c: various changes to support pic16
8923         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8924             return the i'th item of the set
8925         * src/SDCCset.h: added function prototype for indexSet()
8926         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8927         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8928         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8929             added macro DEFAULT_PORT
8930         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8931         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8932             generated
8933         * src/pic16/glue.c: commented out some error producing lines
8934         * src/pic16/main.c: __config directives are commented out to stop
8935             gpasm complaining and test the linkage with gplink, _linkCmd and
8936             _asmCmd changed to be more gplink and gpasm friendly
8937         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8938             produced an error when parsed, peep rule 12 is added to utilize
8939             movff, but it is commented out since the pCode does not support
8940             yet a command with 2 address arguments
8941
8942 2003-05-18    <johan AT balder>
8943
8944         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8945         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8946 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8947
8948         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8949   Added feature to script commands from file.
8950
8951 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8954         * src/SDCCutil.c: include ctype.h for win32
8955
8956 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8959
8960 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8961
8962         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8963   Fixed so you can set breakpoints prior to run, run does not stop
8964   on entry now.  Add tbreak.  Other enhancements and fixes for use
8965   with ddd.
8966
8967 2003-05-12  Borut Razem <borut.razem AT siol.net>
8968
8969         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8970
8971 2003-05-11  Borut Razem <borut.razem AT siol.net>
8972
8973         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8974         the path of bin directory, so that PATH is the only env. variable, which has to be set
8975         in case of standard installation.
8976         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8977         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8978         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8979
8980 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8981
8982         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8983         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8984         temp files are in the port dir; clean the gen/test directory when
8985         generating new test.c
8986         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8987         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8988         * support/regression/tests/zeropad.c: added
8989
8990 2003-05-09    <johan AT balder>
8991
8992         * src/SDCCglue.c: fixed bug #597940
8993
8994 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8995
8996         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8997   cache sfr, optimize next,step, fix off by one sourceline,
8998   support ddd list function.
8999         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9000
9001 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9002
9003         * support/regression/HTMLgen.py: added compare_s2f()
9004         * support/regression/Makefile: redo 1.27
9005         * support/regression/generate-cases.py: redo 1.5
9006
9007 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9008
9009         * support/regression/tests/float.c: workaround 33 bit hex constant
9010         * support/regression/tests/simplefloat.c: fix division for host
9011
9012 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9013
9014         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9015         that tame's the PIC's over-aggressive optimizer.
9016
9017 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9018
9019          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9020          support for MSVC.
9021
9022 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9023
9024         Initial support for DS80C400. "Hello world" runs on TINIm400
9025         (with polled I/O).
9026
9027 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9028
9029          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9030          * Some notes on ddd usage added in debugger/README
9031          Martin Helmling adding more features and fixes for ddd GUI debugger.
9032          Code added for nexti, stepi, up, down, and other adjustments.
9033
9034 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9035
9036         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9037         * src/pic/peeph.def Added two rules to optimize carry manipulation
9038         * src/pic/* removed debug printfs
9039
9040 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * debugger/mcs51/cmd.c: added header newalloc.h
9043
9044 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9045
9046         * as/Makefile: new EXEEXT
9047         * as/z80/Makefile: remove trailing slash of BUILDIR
9048         * as/z80/clean.mk: new EXEEXT
9049         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9050         * support/cpp2/Makefile.in: new EXEEXT
9051         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9052
9053 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9054
9055         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9056         EXEEXT was introduced to fix all related problems with targets
9057         "clean", "install" and "uninstall"; a couple of further flaws
9058         especially with "clean" have been fixed too
9059         * as/mcs51/Makefile.in
9060         * as/mcs51/clean.mk
9061         * as/z80/Makefile
9062         * Makefile
9063         * clean.mk
9064         * debugger/mcs51/Makefile.in
9065         * debugger/mcs51/clean.mk
9066         * link/z80/Makefile
9067         * link/z80/Makefile.in
9068         * link/z80/clean.mk
9069         * link/Makefile
9070         * packihx/Makefile.in
9071         * packihx/clean.mk
9072         * sim/ucsim/Makefile
9073         * sim/ucsim/clean.mk
9074         * sim/ucsim/avr.src/Makefile.in
9075         * sim/ucsim/avr.src/clean.mk
9076         * sim/ucsim/s51.src/Makefile.in
9077         * sim/ucsim/s51.src/clean.mk
9078         * sim/ucsim/xa.src/Makefile.in
9079         * sim/ucsim/xa.src/clean.mk
9080         * sim/ucsim/z80.src/Makefile.in
9081         * sim/ucsim/z80.src/clean.mk
9082         * sim/ucsim/main_in.mk
9083         * sim/ucsim/packages_in.mk
9084         * sim/ucsim/gui.src/Makefile.in
9085         * sim/ucsim/gui.src/serio.src/Makefile.in
9086         * sim/ucsim/gui.src/serio.src/clean.mk
9087         * src/Makefile.in
9088         * src/clean.mk
9089         * support/cpp2/Makefile.in
9090         * support/cpp2/clean.mk
9091         * support/makebin/Makefile
9092         * support/makebin/clean.mk
9093         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9094         * doc/sdccman.lyx: --program-suffix no longer needed
9095
9096 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9097
9098          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9099          Martin Helmling added support for ddd GUI debugger.
9100          Code added to display assembly, set variables, and other commands
9101          to interface to ddd.
9102
9103 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         * as/Makefile: fix target clean
9106         * as/clean.mk: fix target clean
9107         * as/z80/clean.mk: fix target clean
9108
9109 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * Makefile.common.in: added  AT EXEEXT AT
9112         * configure.in: removed all mingw32 stuff
9113         * configure: rebuilt from configure.in
9114         * doc/sdccman.lyx: updated section "installation"
9115         * support/scripts/sdcc_mingw32: adapted to configure
9116         * support/scripts/sdcc_cygwin_mingw32: added
9117
9118 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9119
9120         * src/pic Added object file support for the PIC port
9121         * src/pic Applied patch from Craig Franklin (this started the object file support)
9122         * src/regression Updated the PIC regression tests for object files
9123
9124 2003-04-20  Borut Razem <borut.razem AT siol.net>
9125
9126         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9127           lklex.c: In function `getfid':
9128           lklex.c:203: warning: array subscript has type `char'
9129         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9130           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9131         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9132           stack handling macros
9133
9134 2003-04-19  Borut Razem <borut.razem AT siol.net>
9135
9136         * "handling space characters in file path" task:
9137         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9138         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9139         * support/Util/MySystem.h: make it self-sufficient
9140         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9141           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9142           handling space characters in file path
9143         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9144           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9145         * support/Util/MySystem.c: handling space characters in executable's path
9146
9147 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9148
9149         * as/z80/Makefile: fix permanent rebuild of z80
9150         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9151         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9152
9153 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9154
9155         * src/SDCCopt.c: add special case optimization to replace modulo by
9156           a power of two with a bitwise AND.
9157
9158 2003-04-18    <johan AT balder>
9159
9160         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9161
9162 2003-04-17    <johan AT balder>
9163
9164         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9165         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9166
9167 2003-04-13  Borut Razem <borut.razem AT siol.net>
9168
9169         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9170         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9171           fixed mingw problem in adl_NORMALIZE_PATH
9172
9173 2003-04-12  Borut Razem <borut.razem AT siol.net>
9174
9175         * fixed "#pragma SAVE/RESTORE can not be nested":
9176         * src/SDCC.lex: reworked pragma handling functions
9177         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9178         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9179
9180 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9181
9182         * src/SDCCutil.c (pathEquivalent): defined but not used
9183         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9184         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9185         * configure: rebuilt from configure.in
9186         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9187         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9188         * device/include/Makefile.in: replace sdcc_datadir
9189         * device/lib/Makefile.in: replace sdcc_datadir
9190         * Makefile.common.in: add LDFLAGS from configure
9191         * packihx/Makefile.in: use LDFLAGS
9192         * src/Makefile.in: use LDFLAGS
9193         * support/cpp2/Makefile.in: add LDFLAGS from configure
9194         * support/makebin/Makefile: use LDFLAGS
9195         * .version: bumped version number to 2.3.5
9196
9197 2003-04-12  Borut Razem <borut.razem AT siol.net>
9198
9199         * completed "different paths" task:
9200         * src/SDCCmacro.c: fixed bug in handling quotes
9201         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9202         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9203
9204 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9205
9206         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9207
9208 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9209
9210         * ds390/gen.c ds390/peeph.def: fix bug 706781
9211
9212 2003-04-11  Borut Razem <borut.razem AT siol.net>
9213
9214         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9215
9216 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9217
9218         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9219         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9220          set - this bit used to not be set...).
9221         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9222           bad code in PIC Port
9223         * src/regression/and2.c added to test bug 609268
9224         * src/regression/Makefile added and2.c to regression test
9225
9226
9227 2003-04-08    <johan AT CP255758-A>
9228
9229         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9230         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9231         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9232
9233 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9234
9235         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9236         fix bug #487815
9237         * support/cpp2/Makefile.in: fix bug #487815
9238         * configure: rebuilt from configure.in
9239         * Makefile.common.in: docdir changed, new path suffixes
9240         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9241         * sdcc_vc_in.h: reflect changes from sdccconf.h
9242         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9243         * src/SDCCutil.h: remove BINDIR hack
9244         * doc/sdccman.lyx: update new path hierarchy
9245
9246 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9247
9248         * src/SDCCpeeph.c: added okToRemoveSLOC test
9249
9250 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9251
9252         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9253
9254 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9255
9256         * src/SDCCpeeph.c: added labelIsReturnOnly test
9257         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9258
9259 2003-04-05    <johan AT balder>
9260
9261         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9262         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9263         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9264         * src/SDCCast.c: fixed a warning
9265         * src/SDCCast.h: fixed a warning
9266         * src/SDCCicode.c (operandFromAst): fixed a warning
9267
9268 2003-04-04    <johan AT balder>
9269
9270         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9271         * src/SDCCast.c (decorateType): fixed bug #715076
9272         * src/SDCC.y: fixed bug #702907
9273
9274 2003-04-03    <johan AT balder>
9275
9276         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9277         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9278         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9279         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9280         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9281
9282 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * _decdptr.c: fix return values
9285         * _gptrget.c: fix return values
9286         * _gptrgetc.c: fix return values
9287         * _gptrput.c: fix return values
9288         * _mulint.c: fix return values
9289         * as/z80/Makefile: fix 'make -j' problem
9290
9291 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9292
9293         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9294         * configure.in: big cleanup, updated to autoconf 2.5x
9295         * configure: rebuilt from configure.in
9296         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9297         * sdcc_vc_in.h: reflect changes from sdccconf.h
9298         * doc/Makefile: fixed a flaw in "make install"
9299
9300 2003-04-02    <johan AT balder>
9301
9302         * src/ds390/gen.c (genCmp): no comments
9303         * src/mcs51/gen.c (genCmp): no comments
9304         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9305         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9306
9307 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9308
9309         * support/regression/generate-cases.py: place generated file in given sub directory
9310         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9311         * support/regression/Makefile: improvements for 'make -j';
9312         side effect: it's simpler and faster now
9313
9314 2003-03-31  Borut Razem <borut.razem AT siol.net>
9315
9316         * src/z80/main.c: link-{port} and as-{port} defined without path
9317         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9318
9319 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9320
9321         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9322
9323 2003-03-30  Borut Razem <borut.razem AT siol.net>
9324
9325         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9326           changed type of list parameter to set
9327         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9328         * src/port.h: changed type of do_assemble() parameter to set
9329         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9330           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9331           definition of "cppoutfilename" macro with NULL value in preProcess()
9332         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9333         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9334         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9335           replaced with set *binPathSet
9336         * shash_add() deallocates the item, if allready exsists, before adding the new one
9337         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9338
9339 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9340
9341         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9342           a nested for loop bug in the PIC port
9343         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9344           for loops
9345
9346 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9347
9348         * support/Util/dbuf.h: remove C++ stuff to make it portable
9349
9350 2003-03-28  Borut Razem <borut.razem AT siol.net>
9351
9352         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9353           literal strings in stringLiteral()
9354         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9355         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9356           to the project
9357
9358 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9359
9360         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9361
9362 2003-03-26    <johan AT balder>
9363
9364         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9365         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9366         * src/SDCCast.c (decorateType): fixed " -v < 3"
9367
9368 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9369
9370         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9371         Added Lenny Story's debug infrastructure changes:
9372         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9373         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9374         * src/cdbFile.c: added
9375         * src/SDCCdebug.c: added
9376         * src/SDCCdebug.h: added
9377         * src/SDCCast.c (createFunction)
9378         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9379         * src/SDCCmain.c (parseCmdLine, main)
9380         * src/SDCCmem.c (redoStackOffsets)
9381         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9382         * src/SDCCsymt.h
9383         * src/common.h
9384         * src/avr/gen.c (genAVRCode)
9385         * src/ds390/gen.c (gen390Code)
9386         * src/mcs51/gen.c (gen51Code)
9387         * src/pic/gen.c (genpic14Code)
9388         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9389         * src/xa51/gen.c (genXA51Code)
9390         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9391
9392 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9393
9394         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9395         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9396
9397 2003-03-22    <johan AT balder>
9398
9399         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9400
9401 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9404         * doc/cdbfileformat.lyx: added, written by Lenny Story
9405         * doc/Makefile: added cdbfileformat.lyx
9406         * doc/clean.mk: added cdbfileformat.lyx
9407
9408 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * src/mcs51/peeph.def: fix bug #705773
9411
9412 2003-03-20    <johan AT balder>
9413
9414         An sfr/sbit can have an "at #" AND an initializer
9415         * src/SDCCsymt.c (checkSClass):
9416         * src/SDCCmem.c (allocGlobal):
9417         * src/SDCCmem.c (allocLocal):
9418         * src/SDCCast.c (createBlock):
9419
9420 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9421
9422         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9423
9424 2003-03-16    <johan AT balder>
9425
9426         Undid the hackup of const and volatile, the problem is much bigger
9427         * src/SDCC.y:1.65
9428         * src/SDCCast.c:1.171
9429         * src/SDCCglue.c:1.138
9430         * src/SDCCicode.c:1.146
9431         * src/SDCCsymt.c:1.150
9432         * src/SDCCval.c:1.65
9433
9434 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9435
9436         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9437         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9438
9439 2003-03-13    <johan AT balder>
9440
9441         Hackup const and volatile modifiers in type chains a bit:
9442         * src/SDCC.y:1.63
9443         * src/SDCCast.c:1.169
9444         * src/SDCCglue.c:1.136
9445         * src/SDCCicode.c:1.143
9446         * src/SDCCsymt.c1.146
9447         * src/SDCCsymt.h1.59
9448         * src/SDCCval.c:1.63
9449
9450 2003-03-12    <johan AT balder>
9451
9452         * src/SDCCBBlock.h: more LRH debugging junk
9453         * src/SDCCcflow.h: more LRH debugging junk
9454         * src/SDCCloop.c: more LRH debugging junk
9455         * src/SDCC.y (struct_declaration): fixed bug #697590
9456         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9457         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9458         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9459
9460 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9461         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9462         test function names must now match exactly).
9463         * src/SDCCcse.c: added special case in findCheaperOp to allow
9464         extending a short integer. Makes less awful code for bug 700121 test case.
9465
9466 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9467
9468         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9469         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9470
9471 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9472
9473         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9474         actually called (operandsNotEqual() was called for all
9475         operandsNotEqualX tests).
9476
9477 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9478
9479         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9480         with shorter literals. Fixes bug 700121.
9481
9482 2003-03-11    <johan AT balder>
9483
9484         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9485
9486 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9487
9488         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9489         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9490
9491 2003-03-10  Borut Razem <borut.razem AT siol.net>
9492
9493         * src/SDCCmain.c: pipe preprocessor's output
9494         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9495         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9496         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9497         which closes all pipes in pipeSet set
9498         * src/SDCCset.c: free deleted item in function deleteSetItem()
9499         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9500         moved from z80 to src subproject
9501         * .version: increased version number to 2.3.4
9502
9503 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9506         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9507         * support/regression/ports/xa51/spec.mk: fix typo
9508
9509 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9510
9511         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9512
9513 2003-03-09  Borut Razem <borut.razem AT siol.net>
9514
9515         * src/SDCCmain.c: pipe preprocessor's output
9516         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9517         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9518         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9519         which closes all pipes in pipeSet set
9520         * src/SDCCset.c: free deleted item in function deleteSetItem()
9521         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9522         moved from z80 to src subproject
9523
9524 2003-03-09  Borut Razem <borut.razem AT siol.net>
9525
9526         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9527         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9528         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9529         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9530         * src/SDCCglobl.h: unification of WIN32 native definitions
9531
9532 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9533
9534         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9535
9536 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9537
9538         * src/configure.in:   check for endianess (even while cross-compiling)
9539         * src/configure:      check for endianess (even while cross-compiling)
9540         * src/configure_in.h: check for endianess (even while cross-compiling)
9541         * src/avr/gen.c:        remove old endianess stuff
9542         * src/mcs51/gen.c:      remove old endianess stuff
9543         * src/ds390/gen.c:      remove old endianess stuff
9544         * src/pic/gen.c:        remove old endianess stuff
9545         * src/pic/genarith.c:   remove old endianess stuff
9546         * src/pic/glue.c:       fix endianess check
9547         * src/pic16/gen.c:      remove old endianess stuff
9548         * src/pic16/genarith.c: remove old endianess stuff
9549         * src/pic16/glue.c:     fix endianess check
9550         * src/xa51/gen.c:       remove old endianess stuff
9551         * src/z80/gen.c:        fix endianess check
9552         * src/SDCCglue.c:       fix endianess check
9553         * src/ds390/peeph.def: fix bug 700036
9554
9555 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9556
9557         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9558         * src/configure: find appropriate data-types on host for SDCC's int and long
9559         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9560         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9561         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9562
9563 2003-03-07    <johan AT balder>
9564
9565         Just a big NOOP:
9566                 some minor cleanups before the big shot
9567                 OP_DEFS and OP_USES now use Kevin's protection
9568                 new option --nolabelopt
9569
9570         * src/SDCCBBlock.c:
9571         * src/SDCCast.c,:
9572         * src/SDCCcflow.c:
9573         * src/SDCCcse.c:
9574         * src/SDCCicode.c:
9575         * src/SDCCicode.h:
9576         * src/SDCClabel.c:
9577         * src/SDCCloop.c:
9578         * src/SDCCmain.c:
9579         * src/ds390/ralloc.c:
9580         * src/mcs51/ralloc.c:
9581         * src/pic/ralloc.c:
9582         * src/xa51/ralloc.c:
9583         * src/z80/ralloc.c:
9584
9585 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9586
9587         * src/pic/pcode.c (get_op): fix 64 bit warnings
9588         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9589         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9590         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9591         * support/regression/tests/malloc.c: fix 64 bit warnings
9592
9593 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * src/mcs51/gen.c (genMinus): fixed bug 696436
9596
9597 2003-03-02  Borut Razem <borut.razem AT siol.net>
9598
9599         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9600
9601 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9602
9603         * configure.in: test for mkstemp
9604         * sdccconf_in.h: add HAVE_MKSTEMP
9605
9606 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9607
9608         * device/include/ctype.h: removed warning while using --stack-auto
9609         * device/include/malloc.h: removed warning while using --stack-auto
9610         * device/include/string.h: removed warning while using --stack-auto
9611
9612 2003-02-23  Borut Razem <borut.razem AT siol.net>
9613
9614         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9615         because NDEBUG is defined (see man assert)
9616         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9617
9618 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9619
9620         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9621         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9622
9623 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9624
9625         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9626         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9627
9628 2003-02-18    <johan AT balder>
9629
9630         * as/mcs51/asmain.c (asmbl): module can start with a digit
9631         * as/z80/asmain.c (asmbl): module can start with a digit
9632
9633 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9634
9635         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9636         * src/asm.c: fix pipe() for Mingw32
9637
9638 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9641         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9642         make -V work again; --c1mode reads now from stdin
9643         * doc/sdccman.lyx: added --c1mode
9644         * support/Util/SDCCerr.c: new messages for c1 mode
9645         * support/Util/SDCCerr.h: new messages for c1 mode
9646         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9647
9648 2003-02-15    <johan AT balder>
9649
9650         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9651
9652 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9653
9654         * doc/sdccman.lyx: Environment variables, -o and other minor things
9655
9656 2003-02-14    <johan AT balder>
9657
9658         * src/xa51/main.c: before anyone really tries to use it :)
9659
9660         * Install doc's in share/sdcc/doc
9661         * removed some obsolete files
9662         * Do a proper make distclean and uninstall
9663         M Makefile.common.in
9664         R sdccbuild.sh
9665         M as/Makefile
9666         M device/include/Makefile.in
9667         M device/lib/Makefile.in
9668         M doc/sdccman.lyx
9669         M link/Makefile
9670         M sim/ucsim/doc/Makefile.in
9671         M src/clean.mk
9672         R src/avr/peeph.rul
9673         R src/xa51/peeph.rul
9674         M support/cpp2/Makefile.in
9675         M support/makebin/Makefile
9676
9677
9678 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9679
9680         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9681
9682 2003-02-10  Borut Razem <borut.razem AT siol.net>
9683
9684         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9685         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9686         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9687         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9688         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9689         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9690         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9691         src/z80/Makefile.bcc: Borland Makefile cleanup
9692         * as/z80/Makefile.bcc: Added Borland Makefile
9693         * support/cpp2/borland.h: Removed
9694
9695 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9696
9697         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9698         * src/SDCC.lex: new pragma NOIV
9699         * src/SDCCglobl.h: new pragma NOIV
9700         * src/SDCCmem.c: new pragma NOIV
9701
9702 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9703
9704         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9705
9706 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9707
9708         * src/SDCCmain.c: signal handling is switched off by --debug
9709         * doc/Makefile: small fix for install; use clean.mk again
9710         * doc/clean.mk: clean *.pdf and *.html too
9711
9712 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9713
9714         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9715         * device/lib/printfl.c: fix a ds390 bug by making it portable
9716         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9717         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9718         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9719         * debugger/mcs51/cmd.c: converted multi-line string literals
9720         * sim/ucsim/globals.cc: converted multi-line string literals
9721         * src/SDCCmain.c: introduced signal handler to remove temp files
9722         * doc/Makefile: small tweaks, implement clean
9723         * doc: removed generated files
9724
9725 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9726
9727         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9728         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9729         Address Record is not correctly generated for DS390."
9730
9731 2003-02-02  Borut Razem <borut.razem AT siol.net>
9732
9733         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9734         * as/mcs51/asm.h: fixed compilation with Borland C
9735         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9736         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9737         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9738         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9739         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9740         src/z80/Makefile.bcc: delete $(LIB) only if exist
9741         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9742
9743 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9744
9745         * device/include/malloc.h: introduced NULL
9746         * device/include/string.h: introduced NULL
9747         * device/include/stdlib.h: introduced NULL
9748         * device/lib/_memcpy.c: removed NULL
9749         * device/lib/_strcat.c: removed NULL
9750         * device/lib/_strchr.c: removed NULL
9751         * device/lib/_strcmp.c: removed NULL
9752         * device/lib/_strcpy.c: removed NULL
9753         * device/lib/_strcspn.c: removed NULL
9754         * device/lib/_strlen.c: removed NULL
9755         * device/lib/_strncat.c: removed NULL
9756         * device/lib/_strncmp.c: removed NULL
9757         * device/lib/_strncpy.c: removed NULL
9758         * device/lib/_strpbrk.c: removed NULL
9759         * device/lib/_strrchr.c: removed NULL
9760         * device/lib/_strspn.c: removed NULL
9761         * device/lib/_strstr.c: removed NULL
9762         * device/lib/_strtok.c: removed NULL
9763         * device/lib/malloc.c: removed NULL, include own header
9764
9765 2003-02-02    <johan AT balder>
9766
9767         * 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
9768         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9769         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9770         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9771         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9772         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9773
9774 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9775
9776         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9777         area 'DATA'"
9778
9779 2003-02-01    <johan AT balder>
9780
9781         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9782
9783 2003-01-31    <johan AT CP255758-A>
9784
9785         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9786
9787 2003-01-30    <johan AT balder>
9788
9789         * src/SDCCBBlock.c: automatic bug detection
9790         * src/SDCCicode.c: automatic bug detection
9791
9792 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9793
9794         * src/SDCCglobl.h:   now --xram-size 0 works
9795         * src/SDCCmain.c:    now --xram-size 0 works
9796
9797 2003-01-29    <johan AT balder>
9798
9799         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9800
9801 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9802
9803         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9804         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9805         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9806         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9807         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9808         * src/SDCCmain.c:    Added options --xram-size and --code-size
9809
9810 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9813         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9814
9815 2003-01-27    <johan AT balder>
9816
9817         * src/SDCC.y: fixed bug #613764
9818
9819 2003-01-26    <johan AT balder>
9820
9821         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9822         * src/SDCCsymt.h: fixed bug #673374
9823         * src/SDCCglue.c: fixed bug #661910
9824         * src/SDCCast.c: fixed bug #458099 and 673374
9825
9826 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9827
9828         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9829         * as/mcs51/strcmpi.h: added
9830         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9831         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9832         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9833         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9834         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9835         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9836         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9837         * as/mcs51/Makefile.aslink: new module strcmpi
9838         * as/mcs51/Makefile.asx8051: new module strcmpi
9839         * as/mcs51/Makefil.bcc: new module strcmpi
9840         * as/mcs51/Makefile.in: new module strcmpi
9841         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9842
9843 2003-01-26    <johan AT balder>
9844
9845         * src/SDCCglue.c: reverted back to 1.124
9846         * src/SDCCast.c: reverted back to 1.156
9847         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9848
9849 2003-01-25    <johan AT balder>
9850
9851         * src/SDCCglue.c: A better fix for bug #661910
9852         * src/SDCCast.c: A better fix for bug #661910
9853         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9854
9855 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * src/Makefile.in: remove spawn.o
9858         * src/SDCCmain.c: remove spawn.h
9859         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9860         * src/spawn.c: removed
9861         * src/spawn.h: removed
9862         * support/regression/ports/ds390/spec.mk: link with -r
9863
9864 2003-01-24    <johan AT CP255758-A>
9865
9866         * src/ds390/gen.c (aopOp): fixed bug #667458
9867         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9868         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9869         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9870
9871 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9872
9873         * src/mcs51/peeph.def: better assembler identation by Frieder
9874         * src/mcs51/gen.c: better assembler identation by Frieder
9875
9876 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * as/z80/string.h: removed for gcc 3.2
9879         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9880         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9881
9882 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9883
9884         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9885         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9886         * support/regression/Makefile: separate temp files for ports
9887         * support/regression/generate-cases.py: separate temp files for ports
9888         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9889         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9890
9891 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9892
9893         * moved tinitalk to device/examples/ds390
9894
9895 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9896
9897         * as/mcs51/lkmem.c: rflag is for DS390
9898         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9899         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9900                          (linkEdit): move mem- and map-files the same way as ihx-files
9901         * src/z80/main.c (_setDefaultOptions): removed --generic
9902         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9903         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9904         * src/pic/glue.c (picglue): --c1mode works again
9905         * src/pic16/glue.c (pic16glue): --c1mode works again
9906         * src/asm.c (printCLine): fix #660034
9907
9908 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9909
9910         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9911         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9912         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9913         * as/mcs51/lkmem (summary): better fix for sp problem
9914         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9915         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9916         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9917                                               remove --stack-after-data
9918
9919 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9920
9921         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9922         * src/SDCCutil.c (join): ugly bug: missing '\0'
9923         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9924
9925 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9926
9927         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9928         * src/port.h: typo
9929         * src/pic/main.c (_asmCmd): gpasm supports -o
9930         * src/z80/main.c: more general macros
9931         * device/lib/Makefile.in: remove intermediate files
9932
9933 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9934
9935         * .version: Bumped version number to 2.3.3
9936         * src/SDCCBBlock.c: new option -o
9937         * src/SDCCglobl.h: new option -o
9938         * src/SDCCglue.c: new option -o
9939         * src/SDCCmain.c: new option -o
9940         * src/asm.c: new option -o
9941         * src/ds390/main.c: new option -o
9942         * src/pic/glue.c: new option -o
9943         * src/pic/pcode.c: new option -o
9944         * src/pic/ralloc.c: new option -o
9945         * src/pic16/glue.c: new option -o
9946         * src/pic16/pcode.c: new option -o
9947         * src/pic16/ralloc.c: new option -o
9948         * src/z80/main.c: new option -o
9949         * device/lib/Makefile.in: use -o
9950         * support/regression/ports/ds390/spec.mk: use -o
9951         * support/regression/ports/gbz80/spec.mk: use -o
9952         * support/regression/ports/mcs51/spec.mk: use -o
9953         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9954         * support/regression/ports/z80/spec.mk: use -o
9955         * support/regression/ports/ucz80/spec.mk: use -o
9956         * support/regression/ports/xa51/spec.mk: use -o
9957         * support/regression/fwk/lib/timeout.c: fix usage string
9958
9959 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9960         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9961
9962 2003-01-07    <johan AT balder>
9963
9964         * src/SDCCast.c (decorateType): fixed bug #600035
9965
9966 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9967         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9968         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9969         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9970         * src/pic/pcode.c: outcommented unused variable to remove warnings
9971         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9972
9973 2003-01-06    <karl AT turbobit.com>
9974         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9975    regression tests.
9976
9977 2003-01-06    <johan AT balder>
9978
9979         * src/SDCCicode.c: fixed array add
9980
9981 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9982         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9983         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9984
9985 2003-01-04    <johan AT balder>
9986
9987         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9988
9989 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9990         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9991
9992 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9993         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9994         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9995
9996 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9997         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9998
9999 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10000         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10001
10002 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10003         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10004
10005 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10006
10007     * in \sdcc\as\mcs51\ changed these files in order to create an
10008     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10009     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10010     following files to include the previous two files: aslink.dsp,
10011     Makefile.aslink, Makefile.bcc, and Makefile.in.
10012
10013     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10014     .adb instead of .cdb
10015
10016 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10017
10018         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10019         value from option --iram-size.
10020
10021 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10022
10023         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10024         dram[] array.
10025
10026 2002-09-18    <wiml AT hhhh.org>
10027
10028         * SDCClrange.h: exposed setFromRange() and setToRange()
10029         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10030           packRegsForAccUse() (bug 542397)
10031         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10032           multiple times and emitting the fetch operations more than once
10033           added aopGetUsesAcc() function to allow binary operators to
10034           fetch their operands in the correct order; made genMinus() emit
10035           compact code for X = LITERAL - Y
10036
10037 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10038         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10039         sprintf() in line 1267.
10040
10041 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10042         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10043         like ports.
10044
10045 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10046         Changes to aslink (All the changes are marked with 'JCF'):
10047
10048         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10049         summary().
10050
10051         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10052         area BSEG.  Also moves, if possible, the DATA area down into the internal
10053         ram so more space is available.
10054
10055         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10056         sflag.
10057
10058         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10059         not bytes.  Function summary() which creates a memory usage summary
10060         file with extension .mem.  Reports of overlaping stack and small stack
10061         size.  If the space for the stack is less than 16 bytes aslink trows a
10062         warning.
10063
10064         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10065         the 8051.  Option 'y' for memory summary output file.
10066
10067         Changes to sdcc (All the changes are marked with 'JCF'):
10068
10069         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10070
10071         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10072         overlaying area for it (uses RegBankUsed[4]).
10073
10074         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10075         bank zero as used by default.  By default aslink locates the stack
10076         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10077         the creation of the .mem file.  Delegates the allocation of data area
10078         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10079         the begining of the stack area to aslink.
10080
10081         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10082         glue() in SDCCglue.c creates an area for it.
10083
10084 2002-09-03  Borut Razem <borut.razem AT siol.net>
10085         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10086         sdcc/src/pic/glue.c:
10087         introduced atexit() handler for teporay files removal in case of
10088         errors, assertions, ...
10089
10090 2002-08-29  Borut Razem <borut.razem AT siol.net>
10091         * sdcc/support/cpp2/auto-host_vc_in.h:
10092         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10093         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10094         Maybe there is a similar problem with BORLANDC? It should be checked!
10095
10096         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10097         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10098         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10099         was not executed, and the compiler (cl) launched a warning:
10100         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10101
10102 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10103         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10104
10105 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10106         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10107
10108         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10109           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10110           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10111           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10112           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10113           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10114           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10115         - added Release configuration in VS projects
10116         - review of compiler an linker options
10117         - VC .exe files are generated in bin_vc directory, not to interfere
10118           with binaries generated from other projects (cygwin, mingw, bcc ...)
10119
10120         * sdcc/src/yacc.dsp: added
10121
10122         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10123         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10124         and insert the version number definitions from .version
10125
10126         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10127
10128         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10129         added - genarate auto-host.h using auto-host_vc_in.h as template
10130
10131         * sdcc/sdcc_vc.h,
10132         removed from CVS, generated automatically
10133
10134 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10135         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10136
10137 2002-08-11  Borut Razem <borut.razem AT siol.net>
10138         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10139
10140 2002-08-10  Borut Razem <borut.razem AT siol.net>
10141         * src/SDCCmain.c (main):
10142         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10143         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10144         The consequence was that some temporary files were not removed.
10145
10146         * src/SDCCglue.c:
10147         unification of code in functions tempfilename() and tempfile():
10148         function tempnam() is defined in Visual Studio 6.0 and .NET
10149
10150         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10151
10152         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10153           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10154         - removed compiler command line option /WX: Treats all warnings as errors
10155         - update a list of source files, included into the project
10156
10157         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10158           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10159         changed project type to Generic Project so that can be correcly converted to VS.NET project
10160
10161         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10162
10163         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10164
10165         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10166
10167         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10168         added return 0 statements after assert() to make compiler happy
10169
10170         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10171         added newline in the def file to keep MSC compiler satisfied
10172
10173         * sdcc/src/z80/gen.c:
10174         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10175           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10176         - solved MSC error in function aopDump()
10177
10178         * sdcc_vc.h: define PREFIX as "\\sdcc"
10179
10180 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10181         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10182
10183 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10184         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10185         - Rewrote the register banking algorithm.
10186         - Added pCode live-range analysis to registers (for now, only non-used and
10187         singly-used registers optimized away)
10188
10189         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10190
10191         * 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.
10192
10193 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10194         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10195
10196 2002-04-22  Michael Hope  <michaelh AT vroom>
10197
10198         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10199
10200         * configure.in (DD_COPT): Added include support required for gbdk.
10201
10202         * .version: Bumped version number just to increase it.
10203
10204         * src/SDCCmain.c: Added -nostdinc to the default options.
10205
10206 2002-04-15  Michael Hope  <michaelh AT vroom>
10207
10208         * device/lib/z80/printf.c (sprintf): Added.
10209
10210         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10211
10212         * src/z80/peeph.def: Added transpose redundent load rule.
10213
10214         * src/z80/main.c: Added force callee saves for jaune.
10215
10216         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10217
10218         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10219
10220 2002-03-28  Johan Knol  <johan AT balder>
10221
10222         * src/SDCCval.c: fixed bug #532436
10223
10224 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10225         * /src/port.h:
10226         Added "char *Processor" field to the port structure.
10227
10228         * /src/SDCCmain.c:
10229         Added -p option. Allows port dependent processor to be specified.
10230
10231         * all ports:
10232         Initialized the new field char *Processor field to NULL in all ports
10233
10234         * /src/pic/*:
10235         Compiler generated registers for interrupt context saving
10236         were not getting allocated.
10237
10238 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10239
10240         * /src/SDCCast.c:
10241         Fixed left shift. Will promote the left side of a left shift
10242         if a) left shifting more than size of operand or b) when assigned
10243         to something size > size of left side
10244
10245 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10246         * src/pic/*
10247         tons of changes. Register allocation has been
10248         rewritten. Added customization for the various PICs. Flow
10249         analysis is restructured. ...
10250
10251         * src/pic/device.h:
10252         Added
10253
10254         * src/pic/device.c:
10255         Added. device.c is a PIC port hack to accomodate variations
10256         in PIC devices.
10257
10258 2002-03-13  Michael Hope  <michaelh AT vroom>
10259
10260         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10261
10262 2002-03-04  johanknol  <johanknol AT manik>
10263
10264         * /src/SDCCval.c: fixed
10265
10266         const unsigned char arr[][2] = { { 0, 1 } };
10267         t18.c:1: error: Initializer element is not constant
10268
10269 2002-03-04  bela  <bela AT manik>
10270
10271         * /device/include/mcs51reg.h:
10272         ds89c420 register definition update
10273
10274 2002-03-03    <johan AT FRIJA>
10275
10276         * support/Util/SDCCerr.c: did something, but don't no why anymore
10277
10278         * support/regression/tests/bug-524691.c: made it a little less shy
10279
10280         * src/SDCCast.c (decorateType): fixed bug #524697
10281
10282         * src/SDCCast.c: made some lineno improvements
10283
10284         * src/SDCCval.c (getNelements): changed warning to error
10285
10286         * src/SDCCglue.c (printIvalArray): changed warning to error
10287
10288         * src/SDCCicode.c: fixed a warning for mingw
10289
10290         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10291
10292         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10293
10294 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10295
10296         * src/ds390/peeph.def:
10297         Added some more peephole rules
10298
10299         * src/ds390/gen.c: Various fixes & enhancements
10300
10301         * src/SDCClrange.c, src/SDCClrange.h:
10302         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10303
10304         * src/ds390/ralloc.c:
10305         various fixes & enhancements (ds390) specific
10306
10307         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10308         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10309         from rallocs.
10310
10311         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10312
10313 2002-03-02    <johan AT FRIJA>
10314
10315         * src/SDCCast.c (decorateType): fixed bug #524708
10316
10317         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10318
10319         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10320
10321 2002-03-01  Michael Hope  <michaelh AT vroom>
10322
10323         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10324
10325         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10326
10327 2002-03-01    <johan AT FRIJA>
10328
10329         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10330
10331         * src/SDCCast.c (decorateType): fixed bug #524209
10332
10333         * src/SDCCval.c (valNot): fixed bug #524195
10334
10335 2002-02-26    <johan AT balder>
10336
10337         * src/xa51/gen.c: fixed a warning
10338
10339         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10340
10341         * src/SDCCast.c (decorateType): fixed bug #522534
10342
10343 2002-02-23    <johan AT balder>
10344
10345         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10346
10347 2002-02-22    <johan AT balder>
10348
10349         * src/SDCCast.c: fixed bug #514865
10350
10351         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10352
10353 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10354
10355         * sdcc/src/SDCCloop.c:
10356         Previous fix was not good. basic blocks that have "break" or "return" are
10357         not really partof a loop , but live ranges used in these blocks should
10358         be live thru the entire loop, so set partOfLoop but don't add them to
10359         loop region
10360
10361 2002-02-21    <johan AT FRIJA>
10362
10363         * src/SDCCcse.c: fixed bug #514308
10364
10365 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10366
10367         * src/SDCCloop.c:
10368         Fixed BUG #519583. If a conditional block ended in a return/break
10369         statement inside a loop, it was not being considered part of the loop.
10370
10371         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10372
10373 2002-02-10  Karl Bongers <karl AT turbobit.com>
10374
10375         * debugger/*:
10376         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10377         with lots of comments and notes.
10378
10379         * device/examples/test2.c:
10380         Fix bug, "red" variable not being initialized(compiler complained).
10381
10382         * device/examples/Makefile, examples/test3.c:
10383         Add Makefile in device/examples folder, compiles test3.c
10384         for use as a multiple module SDCDB test case.
10385
10386         * sim/ucsim/cmd.src/cmdset.cc:
10387         Took out debug printfs in ucsim "next" command.
10388
10389         * sim/ucsim/xa.src:
10390         Karl and Johan start ucsim XA support.  Most dissassembly working,
10391         about 75% emulation done(plenty of work remaining).
10392
10393         * sim/ucsim/z80.src:
10394         Add Z80 support to ucsim, add test-ucz80 regression test,
10395         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10396         Notice z80 compiler fails on examples/test3.c/crc code.
10397
10398 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10399
10400         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10401         Added support for --parms-in-bank1
10402
10403         * src/ds390/peeph.def:
10404         added a few more peephole optimzations
10405
10406         * src/ds390/main.c:
10407         1) added __builtin_inp & __builtin_outp used to read in data of given length
10408            from a memory mapped port
10409         2) added __builtin_memcmp
10410         3) added __builtin_swapw swap bytes of a short
10411
10412         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10413         1) handle multiple send & receives from register bank1
10414         2) ralloc can now allocate DPTR1 to some liveRanges
10415
10416         * src/SDCCsymt.c, src/SDCCsymt.h:
10417         changes to handle multiple sends & receives
10418
10419         * src/SDCCptropt.h:
10420         added some pointer arithmetic optimization
10421
10422         * src/SDCCptropt.c:
10423         added some pointer arithmetic optimizations but not stable yet so not
10424         called from anywhere (will get this working shortly)
10425
10426         * src/SDCCopt.c: fixed for multiple sends & receives
10427
10428         * src/SDCCmain.c:
10429         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10430         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10431            set preprocessor defines (depending on options)
10432
10433         * src/SDCCicode.c, src/SDCCicode.h:
10434         changes made to handle multiple sends & receives
10435
10436         * src/SDCCglobl.h:
10437         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10438
10439         * src/SDCCcse.c, src/SDCCcse.h:
10440         added function findbackward def (to be used in upcoming optimization)
10441
10442         * src/SDCCcflow.c, src/SDCCcflow.h:
10443         added function returnAtEnd - to determine if a basic block terminates with
10444         a RETURN iCode
10445
10446         * src/SDCCast.c, src/SDCCast.h:
10447         added option parms-in-bank1
10448
10449         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10450         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10451         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10452         adjusted for --parms-in-bank1 option
10453
10454         * device/include/string.h:
10455         donot redefine "reentrant" keyword
10456
10457         * device/include/ds80c390.h: Added some more SFRs
10458
10459 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10460
10461         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10462
10463 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10464
10465         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10466
10467 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10468
10469         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10470
10471 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10472
10473         * Added --xram-movc option
10474
10475 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10476
10477         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10478
10479 2002-01-11  Johan Knol
10480
10481         * Added math lib of Jesus Calvino-Fraga
10482
10483 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10484
10485         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10486         * support/regression/Makefile: new target test-mcs51-stack-auto
10487         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10488
10489 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10490
10491         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10492
10493 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10494
10495         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10496
10497 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10498
10499         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10500
10501         * src/SDCCglue.h: add definition for printIvalChar()
10502
10503 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10504
10505         * src/SDCCast.c: fix #498138 by Johan
10506
10507         * src/SDCCglue.c: fix #498138 by Johan
10508
10509 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10510
10511         * support/regression/Makefile: fix clean
10512
10513         * support/regression/ports/ds390/support.c: fix transmission of last character
10514
10515 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10516
10517         * /sdcc/src/ds390/gen.c:
10518         a) improved computing address of stack variable
10519         b) took out some #if 0 code
10520         c) improved parmBytes adjustment
10521         d) improved genPlusIncr & genMinusIncr
10522         e) genCmp could generate bad code (when left assigned to DPTR)
10523         f) Fixed bug in hasInc
10524
10525         * /sdcc/src/ds390/ralloc.c:
10526         a) packRegsForSupport could mess up live information (Fixed)
10527         b) packRegsDPTRuse could be incorrect for left & right shift
10528
10529         * /sdcc/src/mcs51/ralloc.c:
10530         packRegsForSupport could mess up the live information (Fixed)
10531
10532         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10533
10534         * /sdcc/src/SDCCast.c:
10535         can reverse a loop even if function call is present as long
10536         as the loop control variable is local & is not passed as parameter
10537
10538 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10539
10540         * /sdcc/ChangeLog: *** empty log message ***
10541
10542         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10543         More builtin function additions for TININative
10544
10545         * /sdcc/src/ds390/ralloc.c:
10546         Had broken the regression testsuite
10547
10548         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10549
10550         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10551         Added funcattr hasStackParms will be set for reentrant functions when there
10552         are paramteres on the stack, this helps in minimizing frame pointer generation
10553         typeFromStr can handle function pointers now
10554
10555         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10556         *** empty log message ***
10557
10558 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10559
10560         * /src/ds390/gen.c, /src/ds390/main.c:
10561         More builtin function additions for TININative
10562
10563         * /src/ds390/ralloc.c:
10564         Had broken the regression testsuite
10565
10566         * /src/SDCCast.c: Fixed a bug in dumptree
10567
10568         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10569         Added funcattr hasStackParms will be set for reentrant functions when there
10570         are paramteres on the stack, this helps in minimizing frame pointer generation
10571         typeFromStr can handle function pointers now
10572
10573         * /doc/builtins.txt, /doc/TININative.txt:
10574         *** empty log message ***
10575
10576
10577 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10578
10579         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10580         ALPHA version for -mTININative
10581
10582         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10583         updated to reflect changes in the port structure
10584
10585         * /src/port.h:
10586         added function do_assemble (similar to do_link) if non-null this function
10587         will be called to do assembly (-mTININative) requires a multi command
10588         assembly
10589         added function genAssemblerEnd will be called to generate assembler Epilogue
10590
10591         * /src/SDCCsymt.c:
10592         added _JavaNative to debug info printing
10593
10594         * /src/SDCCmain.c: added option --tini-libid
10595         added port->do_assemble function (-mTININative) has a multi command assemble
10596
10597         * /src/SDCCglue.c: Disabled "constExpr" check
10598         added port->genAssemblerEnd function
10599
10600         * /src/SDCCglobl.h: Added option --tini-libid value
10601
10602         * /src/SDCCast.h:
10603         tookout optimizeCompare from the header (has no external references)
10604
10605         * /src/SDCCast.c: made one more function "static"
10606
10607 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10608
10609         * src/z80/mappings.i: Added z80asm support.
10610
10611         * src/z80/main.c: Added z80asm support on --asm=z80asm
10612
10613         * src/z80/gen.c: Fixed asm portability issues.
10614
10615         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10616
10617         * src/SDCCglue.c (printExterns): Added global/extern split.
10618
10619 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10620
10621         * support/regression/Makefile: added test for mcs51 model large
10622
10623         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10624
10625         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10626
10627 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10628
10629         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10630
10631 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10632
10633         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10634
10635         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10636
10637 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10638
10639         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10640
10641         * support/regression/tests/simplefloat.c: Port to mcs51.
10642
10643 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10644         * support/regression/tests/bug-485362.c: Added.
10645
10646         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10647
10648         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10649
10650         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10651
10652         * src/z80/gen.c (aopDump): Added a dump function.
10653
10654 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10655         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10656
10657         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10658
10659         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10660
10661         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10662
10663         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10664
10665         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10666
10667         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10668
10669         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10670
10671         * support/regression/ports/ds390/support.c: Use tinibios.
10672
10673         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10674
10675 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10676
10677         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10678         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10679
10680         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10681
10682         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10683
10684 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10685
10686         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10687
10688         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10689         (packRegsForIYUse): Created and optimised.
10690
10691 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10692
10693         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10694 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10695
10696         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10697
10698         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10699
10700         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10701
10702 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10703
10704         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10705
10706         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10707
10708 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10709
10710         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10711
10712         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10713
10714         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10715
10716 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10717
10718         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10719         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10720         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10721
10722         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10723
10724         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10725         (genNotFloat): Added.
10726         (genUminusFloat): Added.
10727
10728         * device/lib/z80/Makefile: Added floating pt stubs.
10729
10730         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10731
10732         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10733
10734         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10735
10736 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10737
10738         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10739
10740         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10741
10742         * sdcc/support/regression/Makefile: Add port ds390.
10743
10744         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10745
10746         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10747
10748         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10749
10750         * sdcc/support/regression/ports/ds390/support.c: Added.
10751
10752         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10753
10754         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10755
10756         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10757
10758 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10759
10760         * device/include/malloc.h: Added z80 and gbz80 support.
10761
10762         * device/lib/gbz80/heap.s: Added.
10763
10764         * device/lib/z80/heap.s: Added.
10765
10766         * device/lib/malloc.c: Added z80 and gbz80 support.
10767
10768         * support/regression/tests/malloc.c (testMalloc): Added.
10769
10770         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10771
10772         * support/regression/tests/bug-478094.c: Added.
10773
10774         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10775
10776 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10777
10778         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10779
10780         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10781
10782         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10783
10784         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10785
10786         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10787
10788 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10789
10790         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10791
10792 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10793
10794         * support/regression/tests/bug-477927.c: Added.
10795
10796         * src/z80/peeph.def: Added minor rules.
10797
10798         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10799
10800         * src/z80/peeph.def: Added jump optimisation modification.
10801
10802 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10803
10804         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10805
10806 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10807
10808         * support/regression/tests/funptrs.c: Added.
10809
10810 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10811
10812         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10813
10814 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10815
10816         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10817
10818         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10819
10820         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10821         (movLeft2ResultLong): Created.
10822
10823         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10824         (joinPushes): Added.  Joins two char pushes into a word push.
10825
10826 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10827
10828         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10829
10830         * support/makebin/Makefile (install): Added creation of dest dir.
10831
10832 2001-10-24 Karl Bongers <karl AT turbobit.com>
10833
10834         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10835
10836 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10837
10838         * src/z80/ralloc.c: Turned off faulty pack for one use.
10839
10840         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10841
10842         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10843
10844 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10845
10846         * support/regression/Makefile: Improved clean
10847
10848         * support/regression/ports/gbz80/spec.mk: Added clean
10849
10850         * support/regression/ports/host/spec.mk: Added clean
10851
10852         * support/regression/ports/z80/spec.mk: Added clean
10853
10854         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10855
10856         * support/regression/ports/mcs51/timeout.c: little improvements
10857
10858 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10859
10860         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10861
10862         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10863
10864         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10865
10866 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10867
10868         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10869
10870         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10871
10872 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10873         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10874
10875         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10876
10877         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10878
10879         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10880
10881         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10882
10883         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10884
10885         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10886
10887         * support/regression/tests/longor.c: Added.
10888
10889 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10890
10891         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10892
10893         * as/mcs51/aslink.h: define PATH_MAX
10894
10895         * as/mcs51/asm.h: define PATH_MAX
10896
10897         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10898
10899         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10900
10901         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10902
10903         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10904
10905         * src/SDCCglobl.h: define PATH_MAX
10906
10907         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10908
10909         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10910
10911 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10912
10913         * src/z80/gen.c (gencjneshort): Fixed
10914
10915         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10916
10917 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10918
10919         * support/regression/tests/bug-469671.c: Added.
10920
10921         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10922
10923 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10924
10925         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10926
10927         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10928
10929 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10930
10931         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10932
10933         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10934
10935         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10936
10937         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10938
10939         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10940
10941         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10942
10943         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10944
10945 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10946
10947         * 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.
10948
10949         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10950
10951         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10952
10953 2001-10-07    <johan AT FRIJA>
10954
10955         * device/lib/gets.c (gets): fixed the return value.
10956
10957 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10958         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10959
10960         * 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.
10961
10962         * 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.
10963
10964         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10965
10966         * src/pic/gen.c: Removed Safe_strdup.
10967
10968         * configure.in: Added option to enable libgc support.
10969
10970         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10971         (bitVectUnion): Optimised.
10972         (bitVectIntersect): Optimised.
10973         (bitVectBitsInCommon): Optimised.
10974         (bitVectCplAnd): Optimised.
10975
10976         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10977
10978 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10979
10980         * src/SDCCmain.c: distinguish between assembler debug and plain options
10981
10982         * src/avr/main.c:   remove standard assembler options
10983
10984         * src/ds390/main.c: remove standard assembler options
10985
10986         * src/mcs51/main.c: remove standard assembler options
10987
10988         * src/port.h: removed "PENDING" comment
10989
10990 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10991
10992         * src/device/lib/_mulint.c  : new, with assember functions
10993
10994         * src/device/lib/_mullong.c : new, with assember functions
10995
10996         * src/device/lib/_divuint.c : with assember functions
10997
10998         * src/device/lib/_divsint.c : with assember functions
10999
11000         * src/device/lib/_divulong.c: with assember functions
11001
11002         * src/device/lib/_divslong.c: with assember functions
11003
11004         * src/device/lib/_moduint.c : with assember functions
11005
11006         * src/device/lib/_modsint.c : with assember functions
11007
11008         * src/device/lib/_modulong.c: with assember functions
11009
11010         * src/device/lib/_modslong.c: with assember functions
11011
11012         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11013
11014         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11015
11016         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11017                                       replaced _mululong.c and _mulslong.c by _mullong.c
11018
11019 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11020
11021         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11022
11023 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11024
11025         * src/SDCCglue.c: test, if win32api is available for MINGW
11026
11027 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11028
11029         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11030         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11031         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11032         * support/regression/ports/host/spec.mk: removed GENERIC
11033         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11034         * support/regression/ports/z80/spec.mk: removed GENERIC
11035
11036 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11037
11038         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11039
11040         * support/regression/tests/bug-467035.c: Created.
11041
11042 2001-10-01    <johan AT FRIJA>
11043
11044         * src/SDCC.y: fixed bug #466586 part 1
11045
11046 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11047
11048         * SDCCicode.c: z80 has no generic pointers
11049         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11050
11051 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11052
11053         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11054
11055 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11056
11057         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11058
11059         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11060
11061 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11062
11063         * configure.in: Fixed up so that ucsim is only configured once.
11064
11065         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11066
11067         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11068         (getPathDifference): As above.
11069
11070         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11071
11072         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11073
11074 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11075         * .version: Updated to 2.3.1
11076
11077         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11078         Added copyright header.
11079
11080         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11081         (assemble): Added support for macro based assembler commands.
11082         (linkEdit): Added support for macro based linker commands.
11083         (preProcess): Changed the pre-processor to use macros.
11084         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11085         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11086
11087         * device/lib/z80/crt0.s: Added module name for debugging.
11088
11089 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11090
11091         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11092
11093         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11094
11095         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11096
11097         * src/Makefile.in: Added SDCCmacro and SDCCutil
11098
11099 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11100
11101         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11102
11103 2001-09-16    <johan AT FRIJA>
11104
11105         * 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.
11106
11107 2001-09-15    <johan AT FRIJA>
11108
11109         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11110         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11111
11112 2001-09-11    <johan AT FRIJA>
11113
11114         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11115
11116 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11117
11118         * support/regression/tests/bug-460444.c: Added test case.
11119
11120         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11121         (genCast): Added justification for all of the asserts.
11122
11123 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11124
11125         * support/regression/support.c: _xdata replaced by xdata
11126
11127         * support/regression/spec.mk: removed _generic
11128
11129 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11130
11131         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11132
11133         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11134         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11135
11136         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11137
11138         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11139
11140         * support/regression/tests/bug-460010.c: Added test case.
11141
11142         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11143
11144 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11145
11146         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11147
11148         * support/regression/testfwk.c: removed workaround for bug #436344
11149
11150         * support/regression/tests/bp.c: use less memory with mcs51
11151
11152         * support/regression/tests/bug-441448.c: use less memory
11153
11154         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11155
11156         * support/regression/collate-results.py: typo
11157
11158 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11159
11160         * support/regression/tests/fetchoverlap.c: Added new test case.
11161
11162         * support/regression/tests/bp.c: Added new test case.
11163
11164         * support/regression/tests/bug-448984.c: Added new test case.
11165
11166         * support/regression/tests/pow2shifts.c: Added new test case.
11167
11168         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11169         (genlshTwo): Fixed right shift for count > 8.
11170
11171         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11172
11173 2001-09-08    <johan AT FRIJA>
11174
11175         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11176
11177 2001-09-07    <johan AT FRIJA>
11178
11179         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11180
11181         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11182
11183 2001-09-06    <johan AT FRIJA>
11184
11185         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11186         * bernhard noted me at this: "() equals to (void)" (1.38)
11187
11188 2001-09-05    <johan AT FRIJA>
11189
11190         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11191
11192 2001-09-04    <johan AT FRIJA>
11193
11194         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11195
11196
11197 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11198
11199         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11200
11201 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11202
11203         * link/z80/aslink.h: Fixed path for PATH_MAX
11204
11205 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11206
11207         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11208
11209         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11210
11211         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11212
11213         * 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.
11214
11215 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11216
11217         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11218         (genCmp): Fixed up genCmp for the GB with longs.
11219
11220         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11221
11222         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11223
11224         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11225
11226         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11227
11228 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11229
11230         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11231
11232 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11233
11234         * 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.
11235
11236         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11237
11238 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11239
11240         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11241
11242         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11243
11244 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11245
11246   * sim/ucsim/configure:    little improvement of Cygwin-detection
11247   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11248   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11249   * support/regression/tests/bug-221100.c: small changes for mcs51
11250   * support/regression/tests/bug-221168.c: small changes for mcs51
11251   * support/regression/tests/bug-227710.c: small changes for mcs51
11252   * support/regression/tests/staticinit.c: small changes for mcs51
11253   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11254   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11255   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11256
11257 $Revision$