* device/lib/hc08/_mulint.c: applied patch 1485428, thanks
[fw/sdcc] / ChangeLog
1 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
4           kosmonaut_pirx
5
6 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
7
8         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
9         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
10         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
11         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
12         bug report #1478657,
13
14 2006-05-05 Borut Razem <borut.razem AT siol.net>
15
16         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
17           making the html
18
19 2006-05-02 Borut Razem <borut.razem AT siol.net>
20
21         * doc/Makefile.in: removed *.ind dependency since there is no rule to
22           create *.ind, which made make to fail if invoked with -j 2
23
24 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
25
26         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
27           Hubert Sack for patch 1479782
28
29 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
30
31         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
32
33 2006-05-01 Raphael Neider <rneider AT web.de>
34
35         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
36           (create_pic): store only prefix-free device name,
37           (init_pic): check for device names with "16" prefix,
38           (list_valid_pics),
39         * src/pic/device.h (struct PIC_device),
40         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
41             stored device name,
42         * device/include/pic/pic12f{635,675,629,683}.h,
43         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
44         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
45         * device/include/pic/pic16f505.h,
46         * device/lib/pic/libdev/pic16f505.c: removed
47         * device/include/pic/pic14devices.txt: added support for pic12f
48             devices, removed unsupported non 16-bit devices
49             [above changes provided by patch from Zik Saleeba]
50         * src/pic/*, src/pic16/*, device/include/pic16/*,
51           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
52
53 2006-05-01 Borut Razem <borut.razem AT siol.net>
54
55         * configure.in, configure, doc/Makefile.in:
56           sync with nightly build makefile - latex, dvipdf and dvips
57           not needed any more
58
59 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
60
61         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
62         in the library source
63
64 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
65
66         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
67
68 2006-04-28 Raphael Neider <rneider AT web.de>
69
70         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
71         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
72           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
73         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
74
75 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
76
77         * device/lib/pic/libdev/Makefile.in,
78         * device/lib/hc08/Makefile.in,
79         * device/lib/gbz80/Makefile.in,
80         * device/lib/z80/Makefile.in,
81         * device/lib/ds390/Makefile.in,
82         * device/lib/ds400/Makefile.in: added srcdir to include search path,
83         thanks to Borut for the bug report
84         * configure.in,
85         * configure: always create doc/Makefile independent from --enable-doc
86         * Makefile.in: always install from directory doc independent from
87         --enable-doc
88         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
89         removed
90         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
91         * doc/Makefile.in: install *.txt if present
92         * device/include/Makefile.in (install): added installation of pic/*.inc
93         and pic/*.txt files again, they were erroneously removed
94
95 2006-04-28 Raphael Neider <rneider AT web.de>
96
97         * src/pic/{gen.c,main.h,pcode.c},
98         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
99             concerning signedness with casts
100
101 2006-04-28 Raphael Neider <rneider AT web.de>
102
103         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
104             definition of an interrupt handler,
105         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
106             interrupt handler stuff from picglue() to separate routine,
107           (picglue): enabled definition of intr handlers in files w/o main()
108
109 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
112           compilation with MSVC 2005 Express Edition (VC8)
113
114 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
115
116         * device/lib/Makefile: fixed build of gbz80 lib
117
118 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
119
120         * support/regression/tests/bug-460010.c,
121         * support/regression/tests/bug-524691.c,
122         * support/regression/tests/bug-716242.c: removed conditional defines
123           that are already in testfwk.h
124
125 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
126
127         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
128           (AccAXRsh1): added, shift right by 1,
129           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
130            AccAXLrl1
131         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
132
133 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
134
135         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
136         remove cast to same type
137         * src/SDCCast.c (decorateType): fix for RFE 1475742,
138         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
139         * as/z80/Makefile,
140         * link/z80/Makefile: removed, they have moved to
141         Makefile.in files
142         * configure,
143         * configure.in: replaced duplicate message about ucsim by missing sdcpp
144         * install-sh: fix bug #1204398 by setting umask 0022
145         * device/lib/Makefile: separate build of z80 and gbz80 lib
146
147 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
148
149         Enabled VPATH feature: changed nearly all Makefiles (149 files).
150         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
151
152         One basic decision: e.g. src/clean.mk includes further files. In order
153         to make this work there are two solutions:
154         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
155           run configure on them. This way they can use
156           'include $(srcdir)/port-clean.mk'
157         - always include clean.mk by the Makefile at the same level. To avoid
158           that `make clean` tries to include and build Makefile.dep the
159           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
160           implemented, because now even `make uninstall` doesn't create
161           Makefile.in. clean.mk could be eliminated by pasting it in
162           Makefile.in.
163
164         * debugger/mcs51/Makefile.in: build own objects from library sources
165         (SLIB, SDCC) in current directory
166
167         * configure, configure.in: renamed --disable-device-lib-build in
168         --disable-device-lib; added --enable-doc, the required tools are
169         searched by configure; added result message; the toolchain for the
170         belonging ports are now only built, if the port is enabled.
171
172         * support/regression/*: all output is written in directory gen, because
173         the fwk and ports directories don't livet in the build tree using vpath
174
175         * doc/sdccman.lyx: renamed --disable-device-lib-build to
176         --disable-device-lib, added --enable-doc, added section VPATH
177
178         * sim/ucsim/configure.in,
179         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
180         z80 are enabled by default
181
182 2006-04-24 Raphael Neider <rneider AT web.de>
183
184         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
185             to config word, "pic14_"-prefixed some extern functions
186           (pic14_emitConfigWord): emit __config directive(s) if assignment to
187             config word has been found
188         * src/pic/device.h: added prototypes
189         * src/pic/pcode.c: added "pic14_"-prefix where needed
190         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
191             fixup
192         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
193             words,
194           (pic14emitRegularMap): ignore config words,
195           (pic14createInterruptVect): moved generating __config directives away
196           (picglue): have __config directives emitted
197
198 2006-04-24 Borut Razem <borut.razem AT siol.net>
199
200         * doc/Makefile: sync with nightly build makefile
201
202 2006-04-24 Raphael Neider <rneider AT web.de>
203
204         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
205             registers that have not been assigned proper liveranges,
206             fixes #1469504 and #1474602,
207           (pCodeRegOptimizeRegUsage): fixed typo in comment
208
209 2006-04-24 Borut Razem <borut.razem AT siol.net>
210
211         * device/examples/main8051.c: deleted - it was removed from CVS
212           24.mar.2000 and after that modified 18.feb.2001, so it reappered
213           after the transition to Subversion
214         * src/SDCCalloc.h: deleted - it was removed  from CVS
215           3.feb.2001 and after that modified 18.feb.2001, so it reappered
216           after the transition to Subversion
217         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
218           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
219           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
220           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
221
222 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
223
224         * as/asx8051.dsp: added mcs51/strcmpi.h
225         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
226         * as/hc08/aslink.h: updated lnksect prototype
227         * as/hc08/asm.h,
228         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
229         * as/hc08/asmain.c,
230         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
231           (newdot): handle A_ABS
232         * as/hc08/asout.c,
233         * as/mcs51/asout.c (outarea): output address
234         * as/hc08/lkaomf51.c,
235         * as/mcs51/lkaomf51.c: disabled unused array UsageType
236         * as/hc08/m08pst.c,
237         * as/mcs51/i51pst.c,
238         * as/z80/z80pst.c: "ABS" is not A_OVR
239         * as/hc08/lkarea.c (newarea): read a_addr,
240           (lnkarea): added codemap array, sort absolute areas to the front,
241            combine all GSINITx/GSFINAL,
242           (find_empty_space, allocate_space): new functions,
243           (lnksect): return next address, handle absolute sections
244         * as/mcs51/lkarea.c (newarea): read a_addr,
245           lnksect2 prototype changed,
246           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
247           (find_empty_space, allocate_space): new, factored out of lnksect2,
248           (lnksect2): return next address, handle absolute sections
249         * as/hc08/lkhead.c,
250         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
251         * as/hc08/lklibr.c (addfile, fndsym),
252         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
253           index out of range and detect both '\' and '/'
254         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
255         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
256           regression tests (ds390 cannot return bool yet)
257         * doc/sdccman.lyx: changed version number, document changed --no-peep,
258           document critical interrupts on z80, document changed SDCC define
259         * src/asm.c (_asxxxx_mapping): fixed .org directive,
260           (_a390_mapping): added .org directive
261         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
262           (genMultOneByte): fixed warnings
263         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
264           ones
265         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
266         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
267           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
268         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
269         * src/pic16/main.c: removed newReg prototype
270         * src/pic16/pcode.c,
271         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
272           warnings
273         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
274           ones
275         * src/pic16/ralloc.c
276         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
277           to fix warnings
278         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
279           from short to PIC_OPTYPE
280         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
281         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
282           optype from short to PIC_OPTYPE
283         * src/port.h: made int_size unsigned to fix warnings
284         * src/SDCC.y: fixed warning on MSVC
285         * src/SDCCicode.c (getArraySizePtr): return unsigned int
286         * src/SDCCopt.c (convertToFcall): fixed warnings
287         * src/SDCCsymt.h: removed double prototype for genSymName
288         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
289           offset int to fix warnings
290
291 2006-04-22 Borut Razem <borut.razem AT siol.net>
292
293         * doc/sdccman.lyx, */Makefile, */Makefile.in:
294           references to CVS replaced with Subversion
295
296 2006-04-21 Borut Razem <borut.razem AT siol.net>
297
298         * doc/sdccman.lyx, */Makefile, */Makefile.in:
299           references to CVS replaced with Subversion
300
301 2006-04-19 Borut Razem <borut.razem AT siol.net>
302
303         * src/version.awk: adapted for svn
304         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
305           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
306           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
307           /binutils-avr/etc/*.vi, *.jin: removed all properties
308           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
309
310 2006-04-19 Borut Razem <borut.razem AT siol.net>
311
312         * CVS to Subversion migration completed
313
314 2006-04-18 Borut Razem <borut.razem AT siol.net>
315
316         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
317           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
318
319 2006-04-17 Borut Razem <borut.razem AT siol.net>
320
321         * device/include/Makefile.in: added pic/*.inc to the installation
322
323 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
324
325         * support/regression/collate-results.py: fixed output in case of
326         a valdiag error
327         * support/regression/generate-cases.py: fixed splitting of pathnames
328         with dots
329         * as/hc08/lklibr.c (addfile),
330         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
331
332 2006-04-11 Raphael Neider <rneider AT web.de>
333
334         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
335         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
336         * src/pic16/pcode.c (assignValnums): fixed #1460578
337
338 2006-04-11 Raphael Neider <rneider AT web.de>
339
340         * device/lib/pic/libdev/*.c,
341         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
342           fixes #1468739, enables compilation in --std-c99 mode
343         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
344
345 2006-04-11 Raphael Neider <rneider AT web.de>
346
347         * src/pic/device.c (find_device): removed debug output
348           (list_valid_pics): enabled verbose listing of supported devices
349         * device/include/stdbool.h: define bool as char for pic14/16 as well
350
351 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
352
353         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
354
355 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * .version: bumped version to 2.5.6
358         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
359
360 2006-04-06 Raphael Neider <rneider AT web.de>
361
362         * .version: bumped version to 2.5.6 (pic14 ABI changed)
363         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
364         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
365           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
366             pic14_constructAbsMap
367           (pic14printPublics): declare absolute global symbols as global
368           (pic14createInterruptVect),
369         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
370           (newReg): assume new registers unused, use correct name in
371             hashtable (reg->name instead of name), more debugLog output
372         * src/pic/device.h (PIC_device): added fields for verbose output
373         * src/pic/device.c: moved device definition to pic14devices.txt,
374             added routines for runtime parsing of pic14devices.txt,
375             added support for second config word
376         * src/pic/main.c (_process_pragma): removed #pragma maxram,
377           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
378           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
379           (_pic14_parseOptions): moved pCodeInitRegisters here
380           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
381         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
382           (pCodeInitRegisters): rewrapped comments, perpared new approach to
383             handling the pseudo stack
384         * device/lib/Makefile.in: ignore failures in objects-pic16,
385         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
386         * device/lib/pic/NEWS: document new dependency on picXXX.lib
387         * device/lib/pic/Makefile.subdir,
388         * device/lib/pic16/Makefile.subdir: improved clean rules
389         * device/lib/pic/libdev/: NEW, pic14 device libraries
390         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
391         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
392         * device/include/Makefile.in: create subdir and install pic14 headers
393         * device/include/pic/p16f_common.inc: removed unused declarations
394         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
395             PICs from inc2h.pl v1.6,
396             replaced BIT_AT macros with struct declarations
397         * device/include/pic/pic14devices.txt: definition of supported devices,
398             all above improvements contributed by Zik Saleeba, thanks
399         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
400         * support/scripts/sdcc.nsi: also install pic14 device libraries and
401             headers
402
403 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
404
405         * device/include/mcs51/c8051f410.h: added interrupt numbers,
406         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
407           thanks to Charles Olds
408
409 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
410
411         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
412
413 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
414
415         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
416         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
417         * support/regression/bug1464657.c: added, new test
418
419 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
420
421         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
422           version number
423
424 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
425
426         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
427           --no-peep and --peep-file <file> are used don't use default rules but
428           do use the <file>
429
430 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
431
432         * src/mcs51/gen.c (genCall): fixed bug 1457608
433
434 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
435
436         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
437         changes seem to cause (trigger?) problems with the build system.
438
439 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
440
441         * src/SDCCpeeph.c (operandsLiteral): new, added,
442           (callFuncByName): inserted operandsLiteral
443         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
444
445 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
446
447         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
448         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
449
450 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
451
452         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
453           implemented patch 1120823 Thanks to Willy De la Court (normal
454           interrupts need an interrupt number now if they are made critical),
455           and enabled nesting of critical functions though not for gbz80
456           (genCritical, genEndCritical): added functions
457           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
458         * src/z80/mappings.i: added "ei" to all mappings
459
460 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
461
462         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
463         submitted by the Debian SDCC maintainer Aurelien Jarno:
464         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
465         archive with gcc 4.1 on mips and wrote the patch"
466
467 2006-03-16 Raphael Neider <rneider AT web.de>
468
469         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
470           the left operand is shorter than the result (c* = lit-c* + int),
471           fixes bug #1450796
472         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
473           OP_SYMBOL
474
475 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
476
477         * src/.version: increased version number to 2.5.5
478         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
479         linking is done manually in pic16 port's _linkEdit,
480         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
481         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
482         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
483         allocate asmop as AOP_ACC,
484         (aopForRemat): added parameter 'bool result' in function declaration,
485         (pic16_aopGet): return AOP_ACC when accessing WREG,
486         (pic16_popGetTempReg): minor modification,
487         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
488         'pic16_allocWithIdx',
489         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
490         calling function in absolute addresses,
491         (genAssign): take into account AOP_ACC asmop,
492         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
493         * src/pic16/pcoderegs.c: some debug functions and lines added,
494         * src/pic16/ralloc.c (decodeRegType): added but commented out,
495         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
496         register too,
497         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
498         call to allocReg, not by manually allocating a new one,
499         (pic16_assignRegisters): now before going through the register
500         allocating functions mark all registers as free. This eliminates some
501         side effects resulting from peephole parser done earlier in the backbone
502
503 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * src/SDCCicode.c (geniCodeLogic),
506         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
507
508 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
511           (genSend): bugfix, do not allocate and free twice,
512           (shiftRLong): handle partially overlapping aops
513         * support/regression/tests/bitopcse.c: fixed warning redefined idata
514
515 2006-03-08 Borut Razem <borut.razem AT siol.net>
516
517         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
518           for pic16
519
520 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
521
522         * support/regression/tests/bug1409955.c: new, added
523         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
524         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
525           (aopForSym, aopOp): increment asmop.allocated if reused,
526           (freeAsmop): decrement asmop.allocated and check for zero instead of
527           using asmop.freed,
528           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
529           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
530            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
531            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
532            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
533            genSignedRightShift, genRightShift, genDataPointerGet,
534            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
535            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
536             in reverse order from allocation,
537           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
538             added swappedLR to keep track
539         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
540           pdata & code for GCC, z80, gbz80 & hc08
541         * support/regression/tests/zeropad.c: moved defines to testfwk.h
542
543 2006-03-08 Raphael Neider <rneider AT web.de>
544
545         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
546
547 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * device/include/mcs51/c8051f410.h: new SiLabs mcu
550         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
551         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
552
553 2006-03-06 Borut Razem <borut.razem AT siol.net>
554
555         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
556           made the linker quiet
557
558 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
559
560         * src/pic16/gen.c (genPcall): fixed bug #1443644
561         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
562         which dumps before the function entry point a data byte which represents
563         the number of the local variables used by the specified function, added
564         'xinst' for initial support for Extended Instruction Support,
565         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
566         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
567         port->fun_prefix anymore (may change later),
568         (genFunction, genEndFunction): do not store/restore local registers for
569         _main (this should take care the --main-return command line option in
570         the future),
571         (genOr): removed some legacy pic-port instructions,
572         * src/pic16/genarith.c (genAddLit): re-enabled old code because
573         performing operations with SFR's causes data to be written more than
574         once to each SFR. Perhaps SFRs should be handled in special cases...
575         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
576         pcode.h
577         * src/pic16/main.c (_process_pragma): stack bound checking did not take
578         into account for stack starting position,
579         (struct OPTIONS pic16_optionsTable): added command line argument
580         --extended or -y for Extended Instruction Support,
581         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
582         (deassignLRs): *** perhaps the most important change, old 'for' code
583         (commented out for reference), didn't account for some registers which
584         were left marked 'not free' after a pointer operation. The change
585         reduces register usage a lot in some cases
586
587 2006-03-04 Borut Razem <borut.razem AT siol.net>
588
589         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
590           _clean
591         * support/regression/tests/bug-524697.c: decreased array size for
592           mcs51 to fit into the internal RAM
593         * support/regression/Makefile.in: a little bit more verbose
594
595 2006-03-03 Borut Razem <borut.razem AT siol.net>
596
597         * support/regression/fwk/lib/testfwk.c,
598           support/regression/fwk/include/testfwk.h: introduced function
599           _prints(), nonrecursive _printn(), call _initEmu() from main()
600         * support/regression/ports/gbz80/support.asm,
601           support/regression/ports/ucz80/support.asm,
602           support/regression/ports/z80/support.asm,
603           support/regression/ports/ds390/support.c,
604           support/regression/ports/hc08/support.c,
605           support/regression/ports/host/support.c,
606           support/regression/ports/mcs51/support.c,
607           support/regression/ports/xa51/support.c: added empty _initEmu()
608           function
609         * support/regression/ports/pic16/gpsim.cmd,
610           support/regression/ports/pic16/spec.mk,
611           support/regression/ports/pic16/support.c,
612           support/regression/Makefile.in: added pic16 regression test
613
614 2006-03-01 Raphael Neider <rneider AT web.de>
615
616         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
617           genConstPointerGet): use safe way of generating MOVFF to cover
618             literals as well as registers, fixes bug #1440527
619         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
620             dereference
621           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
622             more correctly, fixes bug #1232186
623           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
624         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
625             gplink guess the correct processor in more cases, applied patch
626             from Till Riedel attached to and fixing bug #1436552
627
628 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
629
630         * support/regression/tests/array.c: added, contains check for #1434401
631         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
632
633 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
634
635         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
636         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
637         * device/include/mcs51/c8051f326.h,
638         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
639         * device/include/mcs51/c8051f000.h,
640         * device/include/mcs51/c8051f018.h,
641         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
642           PCON_IDLE,PCON_STOP and added sfr16 definitions
643
644 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
647           genGetWord): fixed bug 1409955
648
649 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
650
651         * device/include/hc08/mc68hc908gp32.h,
652         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
653
654 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
655
656         * src/SDCCast.c (constExprValue): return NULL if not a value
657         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
658         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
659         * support/regression/tests/bitfields.c: enabled signed bitfield for all
660
661 2006-02-13 Borut Razem <borut.razem AT siol.net>
662
663         * src/regression/ptrarg.c: added, fails due to bug #1430967
664         * src/regression/Makefile: ptrarg.c added, ...
665
666 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
669         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
670
671 2006-02-11 Borut Razem <borut.razem AT siol.net>
672
673         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
674           print "Processor: xxx" message to stdout only if --verbose
675
676 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
677
678         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
679         * support/regression/tests/bug1426356.c: added
680         * support/regression/tests/bitfields.c: removed 2 tests
681
682 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
683
684         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
685         * device/include/mcs51/c8051f330.h,
686         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
687           PCON_IDLE,PCON_STOP and added sfr16 definitions
688         * device/lib/_divsint.c,
689         * device/lib/_divuint.c,
690         * device/lib/_divulong.c,
691         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
692           register bank bug for small stackauto
693
694 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
695
696         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
697
698 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
699
700         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
701         * all.dsp: corrected several bin paths
702         * device/include/mcs51/c8051f120.h,
703         * device/include/mcs51/c8051f300.h,
704         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
705           to PCON_IDLE,PCON_STOP
706         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
707         * device/lib/printf_large.c (output_float): fixed bug 1388703
708         * support/regression/tests/bug1057979.c: added test for bug 1388703
709
710 2006-02-08 Raphael Neider <rneider AT web.de>
711
712         * src/pic/pcode.c (pciTRIS): fixed typo,
713           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
714           (LinkFlow): fixed handling of flows that end in a call,
715           (ReuseReg): perform safety check earlier
716         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
717             to work with flows at the beginning of a pBlock,
718             fixes #1426557 (Symbol not previously defined),
719           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
720             usage information
721           (RemoveUnusedRegisters): update register usage info
722         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
723             created, reuse existing ones instead
724         * src/pic/gen.c (genPcall): fixed #1424719
725
726 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
727
728         * link/z80/lkmain.c,
729         * link/z80/lklex.c,
730         * link/z80/lkdata.c,
731         * link/z80/aslink.h: fixed build on current cygwin:
732         replaced getline() by lk_getline()
733
734 2006-02-01 Borut Razem <borut.razem AT siol.net>
735
736         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
737           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
738           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
739           src/regression/bool1.c, src/regression/bool2.c,
740           src/regression/bool3.c, src/regression/call1.c,
741           src/regression/compare.c, src/regression/compare10.c,
742           src/regression/compare2.c, src/regression/compare3.c,
743           src/regression/compare4.c, src/regression/compare5.c,
744           src/regression/compare6.c, src/regression/compare7.c,
745           src/regression/compare8.c, src/regression/compare9.c,
746           src/regression/configword.c, src/regression/for.c,
747           src/regression/inline.c, src/regression/mult1.c,
748           src/regression/nestfor.c, src/regression/or1.c,
749           src/regression/pointer1.c, src/regression/ptrfunc.c,
750           src/regression/rotate1.c, src/regression/rotate2.c,
751           src/regression/rotate3.c, src/regression/rotate4.c,
752           src/regression/rotate5.c, src/regression/rotate6.c,
753           src/regression/rotate7.c, src/regression/string1.c,
754           src/regression/struct1.c, src/regression/sub.c,
755           src/regression/sub2.c, src/regression/switch1.c,
756           src/regression/while.c, src/regression/xor.c,
757           src/regression/create_stc, src/regression/simulate,
758           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
759           regression tests
760         * src/regression/gpsim_assert.h: added
761
762 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
763
764         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
765         ((void (code *) (void)) 0) ();
766         * as/hc08/aslex.c,
767         * as/hc08/aslink.h,
768         * as/hc08/asm.h,
769         * as/hc08/asmain.c,
770         * as/hc08/lkdata.c,
771         * as/hc08/lklex.c,
772         * as/hc08/lkmain.c,
773         * as/mcs51/aslex.c,
774         * as/mcs51/aslink.h,
775         * as/mcs51/asm.h,
776         * as/mcs51/asmain.c,
777         * as/mcs51/lkdata.c,
778         * as/mcs51/lklex.c,
779         * as/mcs51/lkmain.c,
780         * as/z80/aslex.c,
781         * as/z80/asm.h,
782         * as/z80/asmain.c: fixed build on current cygwin:
783         replaced getline() by as_getline()
784
785 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
786
787         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
788         declarator in the symbol chain
789         * src/SDCCsymt.h,
790         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
791         parameter list for function pointers
792         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
793         * support/regression/tests/bug-716242.c: added
794
795 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
796
797         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
798         offset if possible
799         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
800
801 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
802
803         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
804         inifinitely recurseable, added static
805         * support/regression/tests/bug-1408066.c: added
806
807 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
808
809         * src/SDCCicode.h,
810         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
811         renamed, added possibility to create "postLoopLbl"-labels
812         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
813         newiTempLoopHeaderLabel
814         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
815         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
816         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
817         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
818         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
819         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
820         (basicInduction): fixed bug #136564, made static,
821         (loopInduction): changed parameter of basicInduction, made static,
822         (addPostLoopBlock): added
823         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
824         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
825         findLoopEndSeq
826         * support/regression/tests/bug-136564.c: added
827         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
828         --std-sdcc99 to LIBSDCCFLAGS
829
830 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
831
832         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
833         while loop
834         * support/regression/tests/bug-1406131.c: added
835
836 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
837
838         * src/SDCCast.c (decorateType): fix promotion of unary minus
839         * src/SDCCsymt.c (computeType): beautified
840         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
841         (valUnaryPM, valComplement): fix sign and promotion,
842         (valNot): ANSI: result type is int (SDCC: unsigned char)
843         * support/regression/tests/uminus.c: speedup by removing superflous
844         test case 'int'
845         * support/regression/tests/onebyte.c: added promotion and signedness
846         tests for unary minus
847         * support/regressions/tests/bug-477927.c: disable warning about
848         uninitialized variables
849         * support/regression/tests/not.c: added
850
851 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
852
853         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
854         * src/mcs51/gen.c (gen51Code): show final register usage after
855         fillGaps in asm with --i-code-in-asm
856         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
857         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
858         incUsed, rliveClear, adjustIChain): made static,
859         (setFromRange): excluded because it's unused,
860         (findPrevUseSym, markWholeLoop): added,
861         (findPrevUse): rewritten; fixes bug 895992; now a complete search
862         through all branches of predecessors enables sdcc to emit the warning
863         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
864         (rlivePoint): made static, added parameter emitWarnings which is only
865         true during the first run out of two,
866         (findRecursiveSucc, findRecursivePred): removed,
867         (computeLiveRanges): made static, added parameter emitWarnings,
868         (dumpIcRlive): added for debugging only
869         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
870         removed prototype of setFromRange()
871         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
872         in call of computeLiveRanges()
873         * support/regression/tests/bug-895992.c: added
874         * support/regression/tests/bug-971834.c: added
875         * support/valdiag/tests/bug-895992.c: added
876         * support/valdiag/tests/bug-971834.c: added
877
878 2005-12-18 Raphael Neider <rneider AT web.de>
879
880         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
881           (genUnpackBits): improved code for direct operands,
882           (genPackBits): improved code for literal assignment to bitfields
883             and for direct destination operands (no FSR indirection),
884             prevented redundant AND, fixes #1362800,
885           (AccLsh): added parameter to disable masking of the result
886         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
887           skip instructions with side-effects (like incfsz),
888           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
889         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
890         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
891           fixes #1375263
892
893 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
894
895         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
896         volatile variables as spill location
897
898 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
899
900         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
901         replacing literals
902         * support/regression/tests/bug-1376320.c: added
903
904 2005-12-08 Raphael Neider <rneider AT web.de>
905
906         * src/pic/device.c: renamed is_shared to pic14_is_shared
907         * src/pic/gen.c (genIfx): re-enabled handling of sbits
908         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
909           (is_valid_identifier): added for above workaround
910
911 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
912
913         * device/lib/Makefile.in: fixed to enable port-specific-objects
914         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
915           char, thanks Hubert Sack
916         * doc/sdccman.lyx: documented --xstack-loc,
917           elaborated a bit more on interrupts and pitfalls,
918           removed "setjmp/longjmp unsupported",
919           documented some unsupported C99 features
920         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
921         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
922           if, thanks Hubert Sack
923         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
924         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
925           make make_library
926         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
927           regression tests can report resource usage (rfe 700441)
928         * support/regression/collate-results.py: report resource usage
929         * support/regression/ports/ds390/spec.mk,
930         * support/regression/ports/hc08/spec.mk,
931         * support/regression/ports/mcs51/spec.mk,
932         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
933         * support/regression/ports/ds390/uCsim.cmd,
934         * support/regression/ports/hc08/uCsim.cmd,
935         * support/regression/ports/mcs51/uCsim.cmd,
936         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
937         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
938           library, use the default one
939         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
940           building the library
941
942 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
943
944         * config.dsp: added dependency on .version and configure_vc.awk
945         * device/include/setjmp.h: updated for --stack-auto and --xstack
946         * device/include/mcs51/at89c51snd1c.h: corrected line endings
947         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
948         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
949         * device/lib/libsdcc.lib: added _setjmp
950         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
951           (decorateType): fixed bug 1372851,
952           (optimizeGetHbit): fixed warning
953         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
954           array initialisation
955         * support/regression/tests/bug1057979.c: added test for bug 1358192
956         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
957
958 2005-12-03 Borut Razem <borut.razem AT siol.net>
959
960         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
961           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
962
963 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
964
965         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
966         createIval): implement symbol independant "flexible array member",
967         (createIvalCharPtr): implemented flexible array initialisation with a
968         string
969         * src/SDCCsymt.c (copyStruct): removed,
970         (getSize): fixed misleading comment,
971         (getAllocSize): removed, the additional allocation size is now in
972         sym->flexArrayLength,
973         (checkStructFlexArray): new, syntax checks for flexible array members,
974         (compStructSize): added syntax checks for "flexible array members"
975         (copyStruct): removed,
976         (copyLinkChain): removed inefficient fix for bug 770487
977         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
978         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
979         symbol->flexArrayLength
980         * src/SDCCerr.c,
981         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
982         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
983         * support/regression/tests/structflexarray.c: added
984         * support/valdiag/tests/structflexiblearray.c: added
985
986 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
987
988         * src/SDCCast.c (decorateType): fixed bug 1368489
989         * support/Util/SDCCerr.c,
990         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
991
992 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
993
994         * device/include/mcs51/at89c51snd1c.h: added file submitted by
995           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
996
997 2005-11-27 Borut Razem <borut.razem AT siol.net>
998
999         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1000           support/cpp2/mkdeps.h: added command line option
1001           -obj-ext=<extension> to SDCPP to define object file externion, used
1002           for generation of make dependencies (-M)
1003         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1004
1005 2005-11-26 Borut Razem <borut.razem AT siol.net>
1006
1007         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1008           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1009           added pic and pic16 libraries
1010
1011 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1012
1013         * device/include/float.h: Corrected typo in prototype of __fsgt
1014
1015 2005-11-25 Borut Razem <borut.razem AT siol.net>
1016
1017         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1018           added creation of model-mcs51-stack-auto libraries
1019
1020 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1021
1022         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1023         and fields-list too
1024         * src/SDCCast.c (createIvalArray): removed obsolete comment
1025
1026 2005-11-24 Borut Razem <borut.razem AT siol.net>
1027
1028         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1029           added missing device/lib/mcs51/crt*.asm sources
1030
1031 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1032
1033         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1034
1035 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1036
1037         * device/lib/_fs2schar.c,
1038         * device/lib/_fs2sint.c,
1039         * device/lib/_fs2slong.c: optimized inline asm
1040
1041 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1042
1043         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1044           Better handling of floats between -1.0 and 0.0.
1045
1046 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1047
1048         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1049           (the missing "if"s prohibited removal of redundant labels)
1050
1051 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1052
1053         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1054           Properly convert floats between -1.0 and 0.0 to long, int, and char
1055           types (max integer value of negative floats tends to zero).
1056         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1057           Removed changes made so to work properly with floats between
1058           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1059           and _fs2char.c
1060
1061 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1062
1063         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1064         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1065         (genCast) cosmetic change
1066         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1067         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1068         from mcs51
1069         * support/regression/tests/bitfields (testSignedBitfields): added
1070
1071 2005-11-18 Borut Razem <borut.razem AT siol.net>
1072
1073         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1074         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1075           introduced SILENT option to make building of pic16 libraries less
1076
1077 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1078
1079         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1080           Now they work properly with floats between -1.0 and 0.0
1081         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1082
1083 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1084
1085         * src/SDCCicode.c (printOperand): added missing else
1086
1087 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1088
1089         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1090         reformatted for better readability
1091         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1092         signed bitfields
1093
1094 2005-11-17 Borut Razem <borut.razem AT siol.net>
1095
1096         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1097           introduced SILENT option to make building of pic16 libraries less
1098           verbose - used for nightly snapshot build
1099         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1100           available on Win32 platforms.
1101         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1102           medium, large, pic and pic16
1103
1104 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1105
1106         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1107           printf("%f"...) sets fraction to zero.
1108
1109 2005-11-16 Raphael Neider <rneider AT web.de>
1110
1111         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1112           fixes #1357221
1113         * src/pic/gen.c (genIfx): implemented for CARRY bit
1114         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1115           to generic pointers, fixes #1357332,
1116           (pic16_movLit2f): NEW,
1117           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1118
1119 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1120
1121         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1122
1123 2005-11-11 Raphael Neider <rneider AT web.de>
1124
1125         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1126         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1127           compute pointer's type from operand,
1128           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1129           improved single bit reads, fixes bug #1353379
1130
1131 2005-11-09 Borut Razem <borut.razem AT siol.net>
1132
1133         * support/scripts/sdcc.nsi: added lib/pic to the package
1134
1135 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1136
1137         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1138
1139 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1140
1141         * support/regression/tests/bug1348008.c: added
1142         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1143         * support/regression/tests/bug1337835.c: updated comment
1144
1145 2005-11-06 Borut Razem <borut.razem AT siol.net>
1146
1147         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1148           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1149           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1150           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1151           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1152           dynamic construction of cl_error_class and derivates - 2.nd try
1153
1154 2005-11-05 Borut Razem <borut.razem AT siol.net>
1155
1156         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1157           bug, which caused Bus Errors on sparc solaris
1158
1159 2005-11-04 Borut Razem <borut.razem AT siol.net>
1160
1161         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1162           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1163           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1164           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1165           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1166           and derivates to resolve the initialization problem on OSX
1167
1168 2005-11-02 Borut Razem <borut.razem AT siol.net>
1169
1170         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1171           corrected typo - #include <winsock2.h>
1172
1173 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1174
1175         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1176           (_asxxxx_mapping): added org directive for future enhancements
1177
1178 2005-11-01 Borut Razem <borut.razem AT siol.net>
1179
1180         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1181           enabled sockets on WIN32
1182         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1183
1184 2005-10-31 Borut Razem <borut.razem AT siol.net>
1185
1186         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1187           WIN32 backslash path delimiters should be escaped when used in C strings
1188         * support/regression/tests/bitfields.c: exclude failing assertions for
1189           __CYGWIN32__ and __MINGW32__ hosts
1190
1191 2005-10-30 Borut Razem <borut.razem AT siol.net>
1192
1193         * src/SDCCutil.c: corrected double comparison typo
1194
1195 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1196
1197         * device/lib/medium/Makefile: added for new memory model medium
1198         * device/include/asm/mcs51/features.h: updated for medium/pdata
1199         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1200           added Multiply & Accumulate sbit's and MAC0_PAGE define
1201         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1202         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1203         * device/lib/_mullong.c: update for medium model
1204         * device/lib/incl.mk: added medium model
1205         * doc/sdccman.lyx: documented medium model
1206         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1207         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1208         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1209         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1210           (allocParms): set SCLS and OCLS to pdata for medium model
1211         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1212           for pdata,
1213           (powof2): return <0 if not power of 2
1214         * src/avr/gen.c (genBitWise): use updated powof2
1215         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1216           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1217           (shiftLLeftOrResult): use B if necessary
1218         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1219         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1220         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1221         * support/regression/Makefile.in: added test-mcs51-medium
1222         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1223
1224 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1225
1226         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1227         specifier unsigned
1228         * device/lib/time.c (mktime): fixed bug 1334315
1229
1230 2005-10-28 Raphael Neider <rneider AT web.de>
1231
1232         * device/include/pic/p16f_common.inc: added common declarations
1233         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1234
1235 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1236
1237         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1238           (aopPutUsesAcc): added to predict accumulator use,
1239           (assignResultValue): save acc if necessary,
1240           (genMinusDec): store result if indirectly addressed,
1241           (genDivOneByte):  save acc if necessary,
1242           (movLeft2Result): bugfix if left already in acc,
1243           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1244             attention to accumulator use (esp. pdata),
1245           (genReceive): receive pdata correctly
1246         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1247         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1248
1249 2005-10-27 Raphael Neider <rneider AT web.de>
1250
1251         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1252
1253 2005-10-27 Raphael Neider <rneider AT web.de>
1254
1255         * .version: changed version to 2.5.4
1256         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1257         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1258           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1259             arithmetics support routines
1260         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1261         * device/lib/Makefile.in: also create installdir for pic
1262
1263         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1264           pic14 port as well
1265         * src/pic/device.c (dump_sfr): rewritten to delegate register
1266           placement to the linker (use `extern sym' rather than sym EQU addr),
1267           (validAddress): fixed to check last specified address
1268         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1269           (popGetLit): truncate literal value to 8 bit,
1270           (popGet): moved assert to more appropriate place
1271           (popGetExternal): create pCode operand from and mark the according
1272             symbol as being `extern'
1273           (popGetAddr): added sanity check on immediate's offset, provide
1274             GPOINTER tag on demand
1275           (aopPut): fixed for immediates,
1276           (mov2w_op): move operand's address or contents to WREG (depending on
1277             operand type), safer variant of mov2w,
1278           (movwf,call_libraryfunc): NEW, handy abbreviations,
1279           (get_argument_pcop,get_return_val_pcop,pass_argument,
1280           get_returnvalue): interface for accessing function parameters and
1281             return values,
1282           (assignResultValuei,genRet): use new parameter/return value interface
1283           (pic14_getDataSize): back to old version handling generic pointers,
1284           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1285             provided implementation and/or fixed old one,
1286           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1287             calls, removed legacy 8051 reference code
1288           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1289           (loadSignToC): NEW, move the operands sign bit to CARRY,
1290           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1291             genRightShiftSigned, accepts negative shift counts,
1292           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1293           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1294             generic pointers, __data pointers and __code pointers,
1295           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1296             and signed bitfields, limit bitfields to 8 bit,
1297           (genDataPointerGet): fixed number of bytes read,
1298           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1299           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1300             pointers to constant data are no longer assumed to point to __code
1301             space, removed invalid pointer types,
1302           (bitpatternFromVal): retrieve the PICs representation of an integer
1303             or float literal,
1304           (genDataPointerSet): fixed assigning to po_immediate operands,
1305           (genGenPointerSet): implemented as library call,
1306           (genIfx): fixed incorrect condition,
1307           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1308             provide GPOINTER tag according to destination's storage class,
1309           (genCast): added code to handle casting to generic pointers, added
1310             sign-/zero extension of the result
1311           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1312         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1313         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1314           extend the result
1315         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1316           address/register resides in the shared banks
1317           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1318             put all variables into separate sections (have the linker arrange
1319             them)
1320           (picglue): put init code and interrupt handlers in separate sections
1321         * src/pic/main.c: added port specific options table, modified to PORT
1322           structure to make GPOINTERs 3 byte, added pic14_options
1323           (_pic14_do_link): private linking routine (update paths to libraries,
1324             add libsdcc.lib by default)
1325         * src/pic/main.h: declare pic14_options
1326         * src/pic/pcode.c: fixed instructions i/o relations,
1327           (RegCond): reverted to correct version,
1328           (newpCodeOpLit): truncate literals to 8 bit,
1329           (genericPrint): added debug output,
1330           (getRegFromInstruction): fixed for various operand types, simplified
1331           (BuildFlow): fixed broken handling of isntructions with labels
1332           (LinkFlow): start at last instruction in flow (skip trailing comments),
1333             pass the flow on to the next instruction after CALL
1334           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1335           (insertPCodeInstruction): fixed inserting after a skip instruction,
1336           (DoBankSelect): fixed for labeled instructions
1337           (OptimizepBlock): honor --nopeep switch
1338           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1339         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1340         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1341           (pCodeOptime2pCodes): allow disabling this optimization via
1342             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1343             but is still buggy), started implementation of a dataflow based
1344             pCode optimization (CSE + dead code elimination)
1345           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1346         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1347           names are independant of the stack location and therefore portable across
1348           devices
1349
1350 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1351
1352         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1353           (selectSpil): fixed bug 1337835 by not spilling bit variables
1354         * support/regression/tests/bug1337835.c: added test for this bug
1355         * src/mcs51/peeph.def: restart after rule 3.c,
1356           addded rules 263.x to optimize loading constants
1357
1358 2005-10-26 Raphael Neider <rneider AT web.de>
1359
1360         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1361         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1362           (genAssign): emit warning when casting literals to generic pointer
1363             type, also applies when taking the address of a fixed variable,
1364           (genCast): improved casting to generic pointers
1365         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1366           extern variables, added verbose error message
1367         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1368
1369 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1370
1371         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1372         carry must be complemented too
1373         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1374         could be emitted by genMinus
1375         * src/SDCCval.c (constVal): fixed bug 1305065
1376
1377 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1378
1379         * src/SDCCast.c (addCast): added promotion for bit variables
1380         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1381         promotion casts + optimisation
1382         (optimizeGetWord): fix warning 'i' might be used uninitialized
1383         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1384         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1385
1386 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1387
1388         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1389         all chars are promoted to int; promotion should be handled in SDCCast.c
1390
1391 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1392
1393         * device/lib/_strcmp.c: Fixed bug 1326457
1394
1395 2005-10-11 Raphael Neider <rneider AT web.de>
1396
1397         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1398         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1399
1400 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1401
1402         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1403         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1404
1405 2005-10-04 Raphael Neider <rneider AT web.de>
1406
1407         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1408           device/lib/pic16/pics.all: added pic18f1320
1409         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1410
1411 2005-09-30 Raphael Neider <rneider AT web.de>
1412
1413         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1414         * src/pic16/devices.inc: NEW, provides device descriptions
1415         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1416
1417 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1420           GETHBIT
1421
1422 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1423
1424         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1425           documented Any Order Bit, Higher Order Byte and Higher Order Word
1426         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1427         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1428           (optimizeGetAbit): new, to get any bit, not only the high bit,
1429           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1430           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1431           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1432           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1433             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1434             GETABIT, GETBYTE, GETWORD: decorate them,
1435           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1436           (ast_print): added GETABIT, GETBYTE, GETWORD
1437         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1438         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1439           (geniCodeBinary): new generic binary icode,
1440           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1441         * src/port.h: updated comment for PORT.hasExtBitOp
1442         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1443           (genGetByte): new, to get a single byte,
1444           (genGetWord): new, to get a word from a long,
1445           (gen51Code): added GETABIT, GETBYTE, GETWORD
1446         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1447
1448 2005-09-23 Raphael Neider <rneider AT web.de>
1449
1450         * configure.in, configure: have device/lib/pic configured
1451         * device/lib/Makefile.in: added model-pic14
1452         * device/lib/clean.mk: added pic/ to clean rule
1453         * device/lib/pic: added rudimentary pic14 library providing support
1454           functions for multiplication/division/generic pointer access
1455         * src/SDCCopt.c (convilong): mark support functions as extern
1456           for pic14 port as well
1457         * src/pic/gen.c (genMult): added assertions,
1458           (genpic14Code): emit warning on unhandled iCodes
1459         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1460         * src/pic/pcode.c (pCodeOpCopy),
1461         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1462           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1463           SFR_REGISTER}), made safe for future extensions
1464         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1465           instructions even if preceeded by SKIP instructions (also remove
1466           them); removed unused code
1467         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1468           prevents leaving parts of the structure uninitialized after copying
1469
1470 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1471
1472         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1473           ago by me
1474         * support/regression/tests/addsub.c: added test for the bug
1475
1476 2005-09-21 Raphael Neider <rneider AT web.de>
1477
1478         * device/include/pic16/pic18f1220.h,
1479           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1480         * device/lib/pic16/Makefile.rules: added missing opening paren
1481         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1482           are provided in genutils.c,
1483           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1484           operand/result sizes,
1485           (genCmp): assert on NULL pointers first, then check deref'ed values
1486         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1487           result size
1488
1489 2005-09-18 Raphael Neider <rneider AT web.de>
1490
1491         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1492           as these are now unused,
1493           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1494         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1495           local, avoids uninitialized pointer dereference on r->name
1496         * src/pic16/ralloc.c (newReg): fixed indentation
1497
1498 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1499
1500         * src/SDCCval.c (constVal): fixed bug 730366
1501         * support/Util/SDCCerr.c,
1502         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1503
1504 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1507
1508 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1509
1510         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1511
1512 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1513
1514         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1515           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1516         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1517           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1518         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1519         * packihx/packihx.c (hexDigit): made c unsigned char
1520         * as/mcs51/lklibr.c (fndsym),
1521         * link/z80/lkgb.c (gb),
1522         * link/z80/lklibr.c (fndsym),
1523         * link/z80/lkrloc.c (relr),
1524         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1525         * src/SDCC.lex (checkCurrFile, process_pragma),
1526         * src/SDCCglue.c (spacesToUnderscores),
1527         * src/SDCCmain.c (setParseWithComma, processFile),
1528         * src/asm.c (tvsprintf, printCLine),
1529         * src/avr/gen.c (emitcode, aopPut),
1530         * src/ds390/gen.c (emitcode),
1531         * src/hc08/gen.c (emitcode, emitinline),
1532         * src/mcs51/gen.c (emitcode, genInline),
1533         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1534           tokenizeLineNode),
1535         * src/pic/ralloc.c (debugLog),
1536         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1537           tokenizeLineNode),
1538         * src/pic16/ralloc.c (debugLog),
1539         * src/z80/main.c (_process_pragma):
1540            made all ctype.h function calls safe
1541         * src/SDCCopt.c: include math.h for fabs
1542         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1543           and used them throughout the code to make ctype.h function calls safe
1544         * src/ds390/main.c (asmLineNodeFromLineNode),
1545         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1546         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1547            unsigned char*
1548         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1549           (newpCodeAsmDir): made ctype.h function calls safe
1550         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1551           pic16_emitcode):  made lbp unsigned char*
1552         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1553           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1554         * src/xa51/gen.c (emitcode),
1555         * src/z80/gen.c (_emit2): made lbp unsigned char*
1556         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1557            char*
1558
1559 2005-09-05 Raphael Neider <rneider AT web.de>
1560
1561         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1562           access bank splitpoint
1563
1564 2005-09-05 Raphael Neider <rneider AT web.de>
1565
1566         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1567
1568 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1569
1570         * .version: changed to version 2.5.3
1571         * doc/sdccman.lyx: changed version to 2.5.3,
1572           documented --codeseg and --constseg and pragma codeseg and constseg,
1573           documented bit parameters (reentrant) and bit returning
1574         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1575            currFunc->recvSize, but is this ok for all ports?
1576           (ast2iCode): result of ~ on unsigned char must be cast to int for
1577            bool to work
1578         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1579           function pointers in bit space
1580         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1581           (processFuncArgs): call port.reg_parm() with reentrancy info
1582         * src/port.h,
1583         * src/avr/main.c,
1584         * src/ds390/main.c,
1585         * src/hc08/main.c,
1586         * src/pic/main.c,
1587         * src/pic16/main.c,
1588         * src/xa51/main.c,
1589         * src/z80/main.c: port.reg_parm prototype extended with
1590           "bool reentrant" parameter
1591         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1592           options.stackAuto for allocating bit register parameters
1593         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1594           (genSend): set BitBankUsed if it is,
1595           (selectRegBank): factored out of genCall for use in genPcall,
1596           (genCall): removed redundant dtype assignmen, use selectRegBank,
1597           (genPcall): handle returning in Carry properly, save in F0 if needed,
1598           (genReceive): handle bit register parameters
1599         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1600           (mcs51_assignRegisters): enable bit registers for all reentrant
1601            functions and don't set BitBankUsed unconditionally
1602         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1603         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1604         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1605
1606 2005-08-27 Borut Razem <borut.razem AT siol.net>
1607
1608         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1609         ppc-osx (Darwin) does not support -u option. It seems that it is
1610         supported only on Linux - GNU cp
1611
1612 2005-08-25 Borut Razem <borut.razem AT siol.net>
1613
1614         * sim/ucsim/gui.src/serio.src/Makefile.in,
1615           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1616           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1617           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1618           install and strip, since the strip at /usr/ccs/bin should be used
1619           on solaris
1620
1621 2005-08-24 Borut Razem <borut.razem AT siol.net>
1622
1623         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1624
1625 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1626
1627         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1628         ffffffffu
1629
1630 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1631
1632         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1633         * as/mcs51/lkmain.c (link_main): fixed warning
1634         * device/include/stdbool.h: ds390 has no advanced bit support yet
1635         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1636         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1637         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1638           and updated their macros
1639         * src/SDCCval.c (constVal): updated comment for renamed b_long
1640
1641 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1642
1643         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1644         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1645           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1646           (oprio): set priority for '['
1647         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1648            and adb_24_bit
1649         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1650         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1651         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1652         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1653           added overlayable BIT_BANK area
1654         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1655           (summary2): explain 'T' in legenda
1656         * as/mcs51/lkrloc.c: replaced old K&R style,
1657           (relr): added R_BIT processing,
1658           (errmsg): added "Bit-addressable relocation error",
1659           (adb_bit): added for converting from byte- to bit-addressable space,
1660           (adb_24_bit): added for converting from byte- to bit-addressable space
1661         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1662            used in reentrant functions now even as return value
1663         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1664         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1665           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1666         * src/SDCCglobl.h: added indicator BitBankUsed
1667         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1668            the bit registers b0-b7
1669         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1670           (geniCodeCast): fixed bug 1263853,
1671           (geniCodeLogicAndOr): put result in bool or char,
1672           (geniCodeReceive): added parameter func for accessing the return type,
1673           (geniCodeFunctionBody): pass func to geniCodeReceive
1674         * src/SDCCmain.c: added indicator BitBankUsed
1675         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1676         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1677           (checkSClass): don't put automatic bool/bit on stack,
1678           (checkFunction): removed check on function cannot return bit
1679         * src/SDCCsymt.h: added newBoolLink prototype
1680         * src/mcs51/gen.c (rb1regs): added bit registers,
1681           (movc): created for assigning to carry,
1682           (pushReg, popReg): created for pushing registers,
1683           (sameRegs): check both AOP_REG and AOP_CRY types,
1684           (aopOp): handle bit registers,
1685           (aopPut): optimization no self-assign,
1686           (saveRegisters): push reg->base (bits) only once for bit registers,
1687            and use pushReg,
1688           (unsaveRegisters): pop reg->base only once and use popReg,
1689           (assignResultValue): added parameter func and return in carry for bits,
1690           (genIpush): optimization no reload in A if not changed,
1691           (genSend): bit parameters in reentrant functions are passed in bit
1692            registers by first assigning to bits in B, then save registers and
1693            copy B to bits,
1694           (genCall): handle returning in Carry properly, save it in F0 if needed,
1695           (genPcall): updated assignResultValue call, this is not safe yet for bit
1696            returning function !!!
1697           (genFunction): don't generate equ's for bit registers and use pushReg,
1698           (genEndFunction): take care of bit returning functions and use popReg,
1699           (genRet): return bit in Carry,
1700           (genIfx): optimize bit registers and other directly addressable bits,
1701           (genReceive): updated assignResultValue call
1702         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1703           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1704            registers when using stack-auto
1705         * src/mcs51/ralloc.c (_G): added allBitregs,
1706           (regs8051): added the bit registers,
1707           (createStackSpil): use macro IS_BIT,
1708           (getRegBit): added to allocate a bit register, else spill,
1709           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1710           (updateRegUsage): factored out to ease stepping while debugging,
1711           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1712            also allocate bit registers,
1713           (fillGaps): handle bit registers,
1714           (findAllBitregs): added to create bit vector with all bit registers,
1715           (mcs51_allBitregs): returns this bit vector,
1716           (mcs51_assignRegisters): when using stack-auto use bit registers for
1717            passing parameters and creating local variables
1718         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1719
1720 2005-08-22 Borut Razem <borut.razem AT siol.net>
1721
1722         * device/lib/Makefile.in: replaced find option -or with -o
1723           to make it run on solaris
1724
1725 2005-08-22 Raphael Neider <rneider AT web.de>
1726
1727         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1728           fixes #1265442 (crash on Solaris)
1729
1730 2005-08-20 Borut Razem <borut.razem AT siol.net>
1731
1732         * configure, configure.in: added tests for libsocket and libnsl libraries,
1733           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1734           from support/regression/Makefile.in
1735         * support/regression/Makefile.in: added
1736         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1737         * sim/ucsim/libtool: regenerated on sparc-solaris
1738         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1739           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1740           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1741           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1742           sparc-solaris, which doesn't use GNU ld linker
1743         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1744         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1745
1746 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1747
1748         * src/mcs51/peeph.def: updated comments
1749
1750 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1751
1752         * device/lib/_gptrget.c,
1753         * device/lib/_gptrput.c: slightly shorter
1754         * doc/sdccman.lyx: incremented version
1755         * src/mcs51/peeph.def: moved peephole comments to the line of first
1756           change to better keep line correlation, reanimated 186.e
1757         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1758
1759 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1760
1761         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1762           David Saxton with quotes around file name.
1763
1764 2005-08-15 Borut Razem <borut.razem AT siol.net>
1765
1766         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1767           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1768           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1769           make tests run on x86_64 platform
1770
1771 2005-08-13 Raphael Neider <rneider AT web.de>
1772
1773         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1774           as it might be executed DURING a build (parallel make is wonderful)
1775
1776 2005-08-13 Raphael Neider <rneider AT web.de>
1777
1778         * device/lib/Makefile.in (port-specific-objects-pic16):
1779           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1780         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1781           dependency
1782         * device/lib/pic16/Makefile.rules: build subdirs before creating
1783           the library, removed builddir rule, create $(builddir) early in
1784           recurse rule, use empty recurse rule for leaf directories
1785         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1786           mkdir errors (race condition), removed duplicate suffix "hex"
1787           from clean rules
1788         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1789         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1790           prevents mkdir -p from aborting on Alpha
1791
1792 2005-08-12 Raphael Neider <rneider AT web.de>
1793
1794         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1795           db-statements in order to allow for arrays of pointers in code
1796           sections to be placed without interspersed 0-padding, fixes
1797           bug #1256215
1798         * (emitStatistics): fixed division by zero for pic18f1220
1799         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1800           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1801         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1802         * (pic16_pCodeConstString): keep track of already emitted string
1803           literals to prevent "duplicate definitions of symbol _str_NR"
1804         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1805           debug message
1806         * device/lib/Makefile.in: ignore failing PIC16 library builds
1807         * device/lib/pic16/Makefile: do not build if gputils are missing
1808         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1809
1810 2005-08-10 Raphael Neider <rneider AT web.de>
1811
1812         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1813           my last commit)
1814
1815 2005-08-10 Raphael Neider <rneider AT web.de>
1816
1817         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1818           Rokas' patch to add the new fixed point type "__fixed16x16"
1819         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1820           functions for __fixed16x16 arithmetics
1821         * device/lib/pic16: reimplemented the build system to support
1822           a separate build directory, better handling of libio (create
1823           the library in a separate subdir for each architecture) and
1824           easier configuration (centralized in Makefile.common)
1825
1826 2005-08-07 Raphael Neider <rneider AT web.de>
1827
1828         * src/pic16/gen.c (genrshTwo): fixed sign extension
1829         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1830         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1831           added T0CONbits
1832         * device/include/pic16/pic18f4220.h: NEW, header for
1833           pic18f4220 and pic18f4320
1834         * device/include/pic16/pic18fregs.h: added new devices,
1835           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1836         * device/include/pic16/signal.h: resolved name clashes
1837           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1838           to also allow testing for interrupt enable bits, added
1839           comments on how to use the macros
1840         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1841         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1842           register definitions for the devices
1843         * device/lib/pic16/pics.all: added new devices
1844         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1845           allocated memory
1846         * device/lib/pic16/libc/stdlib/memfree: do not count
1847           the block header as free memory
1848         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1849           simplified and added missing end-of-blocklist-marker
1850           (reported by Peter Onion, fixes #1252814)
1851         * (_mergeHeapBlock): fixed loop condition
1852         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1853           len==0, restructured code
1854         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1855           up a bit, reduced bitfield accesses, prevent endless loops
1856           in case of heap corruption
1857         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1858           "unreferenced arguments/must return a value" warnings
1859         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1860           replaced BAUDREG with SPBRG
1861         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1862           device/lib/pic16/debug/gstack/gstack.c: replaced
1863           _naked, _asm, _endasm with __naked, __asm, __endasm
1864
1865 2005-08-05 Raphael Neider <rneider AT web.de>
1866
1867         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1868           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1869
1870 2005-08-05 Borut Razem <borut.razem AT siol.net>
1871
1872         * device/lib/Makefile.in: added missing ';'
1873         * configure: removed ^M characters
1874
1875 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1876
1877         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1878           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1879           License
1880
1881 2005-08-04 Borut Razem <borut.razem AT siol.net>
1882
1883         * configure.in: pic16 libraries build 2nd try - enable running
1884           configure in device/lib/pic16
1885         * configure: regenerated from configure.in
1886         * device/lib/Makefile.in: create $(PORT)/bin directory
1887
1888 2005-08-03 Raphael Neider <rneider AT web.de>
1889
1890         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1891           to get/set values via pointers
1892         * (genUnpackBits,genPackBits): changed detection of
1893           ptr->bitfield vs. sym.bitfield, fixed access via generic
1894           pointers, removed dead (wrong) code for multibyte bitfields
1895         * (genNearPointerGet, genGenPointerGet): removed useless code,
1896           fixed bitfield detection, fixes #1250594
1897         * (genNearPointerSet): removed useless code
1898         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1899           and introduced macro pic16_emitpcode that conditionally emits
1900           the origin of the following pCode (useful for debugging SDCC)
1901         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1902         * (createDefmap): fixed handling of LFSR for --optimize-df
1903
1904 2005-08-02 Borut Razem <borut.razem AT siol.net>
1905
1906         * device/lib/Makefile.in: pic16 libraries build enabled since
1907           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1908
1909 2005-08-02 Raphael Neider <rneider AT web.de>
1910
1911         * src/pic16/gen.c (genPackBits): removed deprecated warning
1912         * (genGenPointerSet): fixed bitfield detection
1913
1914 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1915
1916         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1917
1918 2005-07-31 Raphael Neider <rneider AT web.de>
1919
1920         * device/lib/pic16/libdev/pic18f458.c,
1921           device/include/pic16/pic18f458.h: added missing T0CONbits
1922
1923 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1924
1925         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1926
1927 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1928
1929         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1930
1931 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1932
1933         * device/include/mcs51/at89c51ed2.h: added.
1934
1935 2005-07-23 Raphael Neider <rneider AT web.de>
1936
1937         * src/pic/gen.h: added emitpcode macro for debugging
1938         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1939           and replace by macro adding debug information on demand
1940         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1941         * (gencjne): tried to fix; replaced with correct (slower) code
1942         * (gen{Unp,P}ackBits): fixed single bit access
1943         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1944         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1945           previous instruction
1946         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1947           register has to be handled with care (forbidding movement
1948           of assignments/uses, removing assignments completely, ...)
1949         * (pCodeOptime2pCodes): make use of regIsSpecial
1950         * added lots of debugging output (commented out)
1951         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1952           from being reused as result UNLESS it is known to work
1953
1954 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * support/Util/dbuf.h: include <stddef.h> for size_t
1957         * .version: changed to version 2.5.2
1958
1959 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1960
1961         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1962
1963 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1964
1965         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1966           (genModOneByte): removed needless psha/pula
1967
1968 2005-07-22 Raphael Neider <rneider AT web.de>
1969
1970         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1971           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1972         * src/pic/gen.c (resolveIfx): do not "invent" labels
1973         * (genSkipc): changed to positive logic
1974         * (genSkipCond): removed as no longer needed
1975         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1976           backport from PIC16
1977         * (genLeftShift): check operands are in different registers
1978         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1979           INCF does not update CARRY...
1980         * src/pic/main.c: fixed _linkCmd
1981         * src/pic/pcode.c (unlinkpCode): added inactive code
1982         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1983           alive (do not assign result and operand overlapping registers)
1984
1985 2005-07-22 Raphael Neider <rneider AT web.de>
1986
1987         * src/pic/device.c (dump_sfr): replaced register declaration with
1988           call to emitSymbolToFile() to avoid duplicate symbols
1989         * (assignRelocatableRegisters): do not declare external symbols
1990         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1991           right (take size of type, not etype)
1992         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1993         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1994         * (packRegsForAccUse): disabled assignment of WREG as
1995           the result reg to prevent occurence of just fixed #1235003,
1996           fixes #1242954
1997         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1998           symbols (avoids duplicate symbols in .asm file)
1999         * (pic14emitRegularMap): use emitSymbolToFile()
2000         * src/pic/gen.c (aopOp): fixed spillLocation handling
2001         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2002         * (genDataPointerSet): removed unneccessary variables/output
2003
2004 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2005
2006         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2007         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2008
2009 2005-07-21 Raphael Neider <rneider AT web.de>
2010
2011         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2012           architecture cannot handle them efficiently, fixes bug #1235003
2013         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2014           check for empty sets before using them (fixes bug #1232190)
2015
2016 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2017
2018         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2019           (lnksect2): generate warnings for memory overlap
2020         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2021           constseg to set the name of these segments so you can instruct the linker
2022           to place them in banks
2023         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2024         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2025           added code_seg and const_seg to options
2026         * src/SDCCglue.c (emitMaps): use options.const_seg,
2027           (createInterruptVect): put interrupt vectors in segment HOME,
2028           (glue): put HOME before static segment and put the main glue in HOME,
2029           (glue): use options.code_seg
2030         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2031         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2032           these segments so you can instruct the linker to place them in banks
2033           (linkEdit): use code_loc for HOME segment which should be the first
2034           segment in code memory now
2035         * src/SDCCmem.c: fixed more stuff like bug 1238386
2036         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2037           (changePointer): don't change function pointers to code pointers for
2038           banked functions,
2039           (compareType): added exceptional check for banked function pointers
2040         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2041         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2042           after static in code memory
2043         * src/mcs51/gen.c: added aopLiteralLong prototype,
2044           (aopForSym): use getSize for functions,
2045           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2046           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2047           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2048           the segment,
2049           (genPcall): use call for literal function pointers and generate banked
2050           calls over the one trampoline so there's only one place for the user to
2051           modify according to his/hers hardware,
2052           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2053           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2054         * src/mcs51/main.c: added keyword banked,
2055           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2056         * support/Util/SDCCerr.c,
2057         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2058           needed for passing the bank and address to the trampoline
2059         * device/lib/mcs51/crtbank.asm: added for bankswitching
2060         * device/lib/mcs51/Makefile: added crtbank
2061
2062 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2063
2064         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2065           for fields at offset 0 of a struct or union as reported
2066           on 2005-07-07 in the developer mailing list.
2067
2068 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2069
2070         * src/SDCCmem.c: fixed bug 1238386
2071
2072 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2073
2074         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2075           (patch #1144962), added peephole 300, enabled 259.x
2076         * doc/sdccman.lyx: removed screenshot and provided link instead
2077
2078 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2079
2080         * doc/sdccman.lyx: added section about debugging with ddd
2081         * doc/figures/ddd_example.eps: screenshot of debugging session
2082
2083 2005-07-04 Raphael Neider <rneider AT web.de>
2084
2085         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2086           like CODE pointers, fixes #1115683
2087         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2088           call, fixes bugs #1232211, #1228110,
2089           fixed wrong casts to pCodeFlow from pCodeInstructions
2090
2091 2005-07-04 Raphael Neider <rneider AT web.de>
2092
2093         * src/pic/gen.c (popGet): changed assert to allow for
2094           bit operands
2095         * (popGetAddr): changed signature to provide
2096           an additional index, patched all call sites
2097         * (genCmpEq): handle literal-like operands correctly
2098         * (genAddrOf): added sanity checks on __code/__data pointers
2099         * (genAssign): added handling of symbols from __code section
2100         * (gencjne): do not generate code for comparisons whose result
2101           is neither stored nor used, fixes bug #1171114
2102         * (AccLsh, AccRsh): operate on operand instead of WREG
2103         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2104           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2105           by known count
2106         * rewrote complete shift-by-literal logic, commented unused
2107           functions out
2108         * (genConstPointerGet): get multiple bytes (if result size > 1),
2109           fixed handling of non-immediate addresses
2110         * (genPointerGet): handle CODE pointers like CONST pointers
2111         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2112         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2113           operand is to be treated as a literal or not
2114         * (mov2w,genPcall,genCmpEq),
2115           src/pic/genarith.c: use aop_isLitLike() to decide between
2116           literal/register contents
2117         * (addSign): added missing offset
2118         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2119           only emit comment in debug-mode,
2120           use {aop,op}_isLitLike throughout the file
2121         * src/pic/glue.c: fix initializers for pointers (work in progress)
2122         * src/pic/pcode.c (get_op): honor index on _const symbols
2123         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2124         * (dumppBlock): added pCode size estimation
2125         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2126           check for IS_SYMOP before OP_SYMBOL'ing
2127         * fixed indentation, compacted switch-statements
2128         * (allocReg): find free register and allocate it instead of
2129           allocating new registers all the time
2130         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2131           registers as its operands (necessary only for multibyte GETs)
2132
2133 2005-07-01 Raphael Neider <rneider AT web.de>
2134
2135         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2136           debugging .asm-output macros FENTRY + FEXIT
2137         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2138           way... I wonder...
2139         * (emitpComment): NEW, printf to pCode
2140         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2141           offset handling
2142         * (popGetAddr): NEW, variant of popGet to access an immediates
2143           high(er) bytes instead of the n'th byte of memory they reference,
2144           replaced popGet with popGetAddr where neccessary
2145         * (genDataPointerGet): reactivated and fixed implementation
2146         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2147           accesses
2148         * (genDataPointerSet): fixed multibyte assignments
2149         * (genpic14Code): fixed --i-code-in-asm handling
2150         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2151         * (genPlus): fixed index-out-of-bounds error
2152         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2153         * src/pic/ralloc.c: added debugging output macro FENTRY2
2154         * (spillThis): fixed indentation, enbraced for-body for clarity
2155         * (rematStr): commented out as now unused
2156         * (regTypeNum): commented out special spill case (overwrites
2157           arbitrary values)
2158         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2159
2160 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2161
2162         * doc/sdccman.lyx: documented sfr16/sfr32,
2163           added example for using storage class with function pointers
2164         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2165
2166 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2167
2168         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2169         * device/lib/_itoa.c,
2170         * device/lib/_ltoa.c: optimized codesize
2171         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2172           but don't know how to suppress the double warning.
2173         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2174         * support/Util/SDCCerr.c,
2175         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2176
2177 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2178
2179         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2180           fixed old K&R prototypes
2181         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2182         * device/lib/_gptrget.c,
2183         * device/lib/_gptrgetc.c,
2184         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2185           also new versions for small generic pointers and banked generic pointers
2186         * src/port.h: added const_name
2187         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2188         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2189         * src/SDCCcse.c (findPrevIc): check all associative operators
2190         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2191         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2192         * src/SDCCmem.c: updated comments,
2193           set far-space to 0 for pdata, results in optimized code
2194         * src/SDCCmem.h: added macro CONST_NAME
2195         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2196           moving the info into the highest bits, see also gptrget/gptrput
2197         * src/src.dsp: added sdcc.ico to project files
2198         * src/avr/gen.c (genCast): fixed bug 0x%d
2199         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2200         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2201           relation between ptr_type and DCL_TYPE,
2202           (genCast): fixed bug 0x%d
2203         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2204           (CODE)" for const_name
2205         * src/hc08/gen.c (genCast): fixed bug 0x%d
2206         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2207           (hc08_port): added "CONST (CODE)" for const_name
2208         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2209           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2210           between ptr_type and DCL_TYPE,
2211           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2212           operand* and took AOP() inside function so sfr-ness can be checked,
2213           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2214           new prototype,
2215           (genFunction, genEndFunction): optimized stack setup,
2216           (genMinus): optimized for literals with ending zeroes (in bytes),
2217           (genCast): fixed bug 0x%d
2218         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2219           (mcs51_port): added "CONST (CODE)" for const_name
2220         * src/mcs51/peeph.def: made rule 226 more generic
2221         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2222         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2223         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2224         * src/z80/main.c (z80_port): added NULL for const_name,
2225           (gbz80_port): added NULL for const_name
2226         * support/regression/tests/bug663539.c,
2227         * support/regression/tests/sfr16.c: new tests
2228
2229 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2230
2231         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2232
2233 2005-06-24 Raphael Neider <rneider AT web.de>
2234
2235         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2236           corrected typos...
2237         * device/include/pic16/signal.h: added USBIF
2238           and SIG_USB
2239
2240 2005-06-24 Raphael Neider <rneider AT web.de>
2241
2242         * device/lib/pic16/libdev/pic18f2455.c,
2243           device/include/pic16/pic18f2455.h: NEW
2244         * device/include/pic16/pic18fregs.h,
2245           device/lib/pic16/pics.all,
2246           src/pic16/device.c: added 18f2455
2247         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2248           device/include/pic16/{pic18f[68][567].h,usart.h}:
2249           replaced MULTIPLE_USARTS define with more relaible
2250           compatibility sfrs (for USART access)
2251
2252 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2253
2254         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2255           and the output asm file line is printed on two lines.
2256
2257 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2258
2259         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2260           BGT, BLE, BHI, and BLS instructions
2261         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2262           genCmpEq): removed
2263         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2264           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2265           fixes bug #1216342
2266         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2267
2268 2005-06-15 Raphael Neider <rneider AT web.de>
2269
2270         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2271         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2272         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2273           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2274           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2275
2276 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2277
2278         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2279           Marcel Telka in bug #1215704
2280
2281 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2282
2283         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2284           located in shared memory bank.
2285
2286 2005-05-31 Raphael Neider <rneider AT web.de>
2287
2288         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2289           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2290           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2291
2292 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * device/lib/_strncpy.c: fixed the fix
2295
2296 2005-05-26 Raphael Neider <rneider AT web.de>
2297
2298         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2299           initializers with \0, bug #1208187
2300         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2301           intializers with \0, bug #1208187
2302
2303 2005-05-26 Raphael Neider <rneider AT web.de>
2304
2305         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2306           initializers with \0, bug #1208187
2307         * src/pic16/main.c (_process_pragma): added sanity checks
2308           for stack position and size, emit warnings when appropriate
2309
2310 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2311
2312         * device/lib/_strncpy.c: fixed not filling with \0
2313
2314 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2315
2316         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2317           createFunction),
2318         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2319           compound_statement),
2320         * src/SDCCsymt.h,
2321         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2322
2323 2005-05-24 Raphael Neider <rneider AT web.de>
2324
2325         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2326
2327 2005-05-24 Raphael Neider <rneider AT web.de>
2328
2329         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2330           TRISE definitions, closes bug #1162453
2331
2332 2005-05-22 Raphael Neider <rneider AT web.de>
2333
2334         * src/pic16/main.c (_process_pragma): check for missing
2335           arguments to pragmas code and udata
2336         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2337           consistency fixes to match other headers (thanks to Jim Paris)
2338         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2339
2340 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2341
2342         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2343
2344 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2345
2346         * support/regression/tests/bug1198642.c: new test
2347         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2348         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2349         * support/scripts/resource.h,
2350         * support/scripts/resource.rc,
2351         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2352         * support/scripts/sdcc.ico: added 32x32 icon
2353
2354 2005-05-18 Raphael Neider <rneider AT web.de>
2355
2356         * device/lib/pic16/libdev/pic18f*.c,
2357         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2358           keywords to "__sfr" and "__at (X)"
2359         * device/include/pic16/pic18fregs.h: added pic18f4520
2360         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2361           #1203088 (MPLAB compatibility)
2362
2363 2005-05-17 Raphael Neider <rneider AT web.de>
2364
2365         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2366         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2367         * device/lib/pic16/pics.all: added new devices
2368         * src/pic16/device.c: added support for pic18f4520
2369
2370 2005-05-16 Raphael Neider <rneider AT web.de>
2371         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2372         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2373         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2374           convenience function for bit access
2375
2376 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2377
2378         * device/lib/printf_large.c: fixed bug 1193299
2379         * support/regression/tests/bug1057979.c: added test %3.3s
2380
2381 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2382
2383         * device/include/mcs51/8051.h,
2384         * device/include/mcs51/8052.h: made parseable with lint
2385         * device/include/mcs51/lint.h: added include file for (sp)lint
2386         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2387         * doc/cdbfileformat.lyx,
2388         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2389
2390 2005-05-14 Raphael Neider <rneider AT web.de>
2391
2392         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2393         * device/lib/pic16/libc/stdlib/itoa.c (new)
2394         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2395         * device/lib/pic16/libio/Makefile: exclude subdir according to
2396           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2397         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2398         * src/pic16/gen.c (genFunction): prevent annoying warning
2399         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2400           nameclashes on BeOS
2401         * support/cpp2/cppmain.c (cpp_output_string): new
2402         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2403           fixes bug 1116802
2404
2405 2005-05-13 Borut Razem <borut.razem AT siol.net>
2406
2407         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2408
2409 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2410
2411         * .version: changed to version 2.5.1; back to bleeding edge development
2412
2413 2005-05-11 Borut Razem <borut.razem AT siol.net>
2414
2415         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2416           generate PDF version 1.3 documents
2417
2418 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2419
2420         * .version: changed to version 2.5.0
2421
2422 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2423
2424         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2425
2426 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2427
2428         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2429         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2430         well as many smaller updates.
2431         * .version: changed to version 2.5.0-pre1
2432
2433 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2434
2435         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2436
2437 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2438
2439         * support/regression/tests/bug1185672.c: added
2440         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2441           bug 1185672
2442         * src/mcs51/gen.c (genCall): added comments, made it look safer
2443         * src/mcs51/gen.c (genEndFunction): simplified
2444
2445 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2446
2447         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2448
2449 2005-04-14 Borut Razem <borut.razem AT siol.net>
2450
2451         * fixed bug 1045046 - SIGSEGV with really simple code?:
2452           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2453           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2454
2455 2005-04-14 Borut Razem <borut.razem AT siol.net>
2456
2457         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2458           src/pic16/device.h: temporarily disabled experimental #inline pragma
2459           for 2.5.0 release
2460
2461 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * device/include/z80/stdio.h,
2464         * device/include/z80/string.h: removed these highly incomplete files so
2465           SDCC can use the default ones in device/include/
2466
2467 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2468
2469         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2470         gcc warning.
2471         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2472         fix sdcpp warnings.
2473
2474 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2475
2476         * device/include/malloc.h: removed redundant __reentrant prototypes
2477         * device/lib/_mullong.c: added working xstack variant in asm (C version
2478           doesn't pass regression tests)
2479         * device/lib/bpx.c: used __data and made bpx char for mcs51
2480         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2481           (createFunction): fixed bug with xstackPtr
2482         * src/SDCCcse.c: corrected comments
2483         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2484           (killDeadCode, eBBlockFromiCode): removed unused code
2485         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2486           corrected comments
2487         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2488           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2489           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2490           (genModOneByte): fixed warning in MSVC
2491         * src/mcs51/main.c (): added comments
2492         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2493
2494 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2495
2496         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2497
2498 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2499
2500         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2501
2502 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2503
2504         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2505         characters arrays of larger size than the declared one.
2506
2507 2005-04-10 Borut Razem <borut.razem AT siol.net>
2508
2509         * src/pic/gen.c (genInline),
2510           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2511           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2512           (findNextInstruction), (findPrevInstruction),
2513           (findInstructionUsingLabel),
2514           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2515         * src/pic/pcode.c (findLabel): added missing '\n'
2516         * src/src.dsp: added SDCCdwarf2.c to the project
2517
2518 2005-04-09 Borut Razem <borut.razem AT siol.net>
2519
2520         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2521
2522 2005-04-08 Raphael Neider <rneider AT web.de>
2523
2524         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2525           into the chain after a given one) and mergeDefmapSymbols (combine
2526           defmap entries for each symbol per pcode)
2527         * (createDefmap): have defmap entries merged in the end
2528         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2529           a symbol before replacing one access type's symbol, merge symbols in
2530           the end (replacement symbol might already have an entry)
2531         * (assignValnums): keep reference to written WREG intact
2532
2533 2005-04-08 Raphael Neider <rneider AT web.de>
2534
2535         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2536           Alpha)
2537
2538 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2539
2540         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2541         bytes
2542
2543 2005-04-07 Raphael Neider <rneider AT web.de>
2544
2545         * device/include/pic16/usart.h: added compatibility defines for
2546           devices with more than one USART
2547         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2548
2549 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2550
2551         * device/lib/Makefile.in: updated for port specific include
2552
2553 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2554
2555         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2556
2557 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2558
2559         * device/include/8051.h,
2560         * device/include/8052.h,
2561         * device/include/at89S8252.h,
2562         * device/include/at89c55.h,
2563         * device/include/at89x051.h,
2564         * device/include/at89x51.h,
2565         * device/include/at89x52.h,
2566         * device/include/mcs51reg.h,
2567         * device/include/reg51.h,
2568         * device/include/reg764.h,
2569         * device/include/regc515c.h,
2570         * device/include/sab80515.h: (re)moved these 12 files
2571         * device/include/mcs51/8051.h,
2572         * device/include/mcs51/8052.h,
2573         * device/include/mcs51/at89S8252.h,
2574         * device/include/mcs51/at89c55.h,
2575         * device/include/mcs51/at89x051.h,
2576         * device/include/mcs51/at89x51.h,
2577         * device/include/mcs51/at89x52.h,
2578         * device/include/mcs51/mcs51reg.h,
2579         * device/include/mcs51/reg51.h,
2580         * device/include/mcs51/reg764.h,
2581         * device/include/mcs51/regc515c.h,
2582         * device/include/mcs51/sab80515.h: and added them here
2583
2584 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2585
2586         * device/include/stdarg.h: changed SDCC specific keywords to double
2587           underlined form.
2588         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2589           mcs51 and ds390.
2590         * device/include/hc08/mc68hc908gp32.h,
2591         * device/include/hc08/mc68hc908jb8.h,
2592         * device/include/hc08/mc68hc908jkjl.h,
2593         * device/include/hc08/mc68hc908qy.h: fixed comments
2594         * device/include/mcs51/README: updated
2595         * device/include/mcs51/c8051f120.h: added PINRSF
2596         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2597         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2598           amidst code. Also inline is not supported.
2599
2600 2005-04-06 Raphael Neider <rneider AT web.de>
2601
2602         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2603         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2604           callers stack/frame pointers
2605
2606 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2607
2608         * device/include/pic16/usart.h: added, missing in previous commit,
2609         * device/include/pic16/adc.h: fixed typo,
2610         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2611         commit,
2612         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2613         <p18fxxx.inc>
2614         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2615         uninitialized because a bug appears with gplink
2616         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2617         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2618         complains for unrecognised option
2619
2620 2005-04-05 Raphael Neider <rneider AT web.de>
2621
2622         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2623           structs as well (using memcpy)
2624         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2625           on ISRs (GOTO has no label)
2626         * src/pic16/device.h: added OF_OPTIMIZE_DF
2627         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2628           new data flow analysis/optimization
2629         * src/pic16/pcode.c: added (prototypes for and implementation of)
2630           dataflow analysis functions, fixed pCodeInstructions' inCond and
2631           outCond values, made RCALL a branch instruction
2632         * (pic16_unlinkpCode): keep C line if possible
2633         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2634           C line moved if possible
2635         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2636         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2637           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2638         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2639           new flow)
2640         * (pic16_getJumptabpCode): NEW, needed in...
2641         * (LinkFlow): fixed handling of jumptables, calls and conditional
2642           branches
2643         * (pic16_InsertCommentAfter): NEW
2644         * (pic16_pCodeReplace): made verbose and flow preserving
2645         * (AnalyzeFlow): added call to data flow analysis
2646         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2647         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2648         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2649
2650 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2651
2652         * src/SDCCast.c (decorateType): fixed bug #1105626
2653
2654 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2655
2656         * device/include/asm/pic16/features.h,
2657         * pic18f*.h headers,
2658         * device/include/pic16/adc.h,
2659         * device/include/pic16/delay.h,
2660         * device/include/pic16/i2c.h,
2661         * device/include/pic16/malloc.h,
2662         * device/include/pic16/stdio.h,
2663         * device/include/pic16/stdlib.h,
2664         * device/include/pic16/string.h,
2665         * device/lib/pic16/libc/stdio/printf_tiny.c,
2666         * device/lib/pic16/libc/stdio/printf_small.c,
2667         * device/lib/pic16/libc/stdio/strmgpsim.c,
2668         * device/lib/pic16/libc/stdio/strmmssp.c,
2669         * device/lib/pic16/libc/stdio/strmusart.c,
2670         * device/lib/pic16/libc/stdio/vfprintf.c,
2671         * device/lib/pic16/libc/stdlib/ltoa.c,
2672         * device/lib/pic16/libc/stdlib/putchar.c,
2673         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2674         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2675         * device/lib/pic16/libc/stdlib/memchrram.c,
2676         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2677         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2678         * device/lib/pic16/libio/adc/adcbusy.c,
2679         * device/lib/pic16/libio/adc/adcread.c,
2680         * device/lib/pic16/libio/adc/adcsetch.c,
2681         * device/lib/pic16/libio/usart/ubaud.c,
2682         * device/lib/pic16/libio/usart/ubusy.c,
2683         * device/lib/pic16/libio/usart/udrdy.c,
2684         * device/lib/pic16/libio/usart/uopen.c,
2685         * device/lib/pic16/libio/usart/uputc.c,
2686         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2687         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2688         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2689         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2690         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2691         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2692         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2693         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2694         specific keywords to double underlined form,
2695         * device/lib/pic16/libc/Makefile.rules,
2696         * device/lib/pic16/libsdcc/Makefile.rules,
2697         * device/lib/pic16/libm/Makefile,
2698         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2699         to compile with C standard set in Makefile.common
2700         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2701         rand.c and crc.c in compilation process,
2702         * device/lib/pic16/libsdcc/int/divuint.c,
2703         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2704         `c' from signed to unsigned,
2705         * device/lib/pic16/startup/crt0.c,
2706         * device/lib/pic16/startup/crt0i.c,
2707         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2708         keywords to double underlined form, bug fixes in _do_cinit function
2709         which prevented the correct initialization of the .idata segment,
2710         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2711         core to enter a infinite loop
2712         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2713
2714 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2715
2716         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2717
2718 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2719
2720         * device/include/Makefile.in: add support for hc08 subdirectory
2721         * device/include/hc08/: new subdirectory
2722         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2723         Lucas Loizaga, thanks!
2724         * device/include/hc08/mc68hc908qy.h,
2725         * device/include/hc08/mc68hc908gp32.h,
2726         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2727         their own directory. Changed internal macro names to use the compiler
2728         reserved namespace. Changed SDCC specific keywords to double
2729         underlined form.
2730         * device/include/math.h,
2731         * device/include/malloc.h,
2732         * device/include/stdarg.h,
2733         * device/include/stdbool.h
2734         * device/include/string.h,
2735         * device/include/tinibios.h,
2736         * device/include/ds400rom.h,
2737         * device/include/8051.h,
2738         * device/include/8052.h,
2739         * device/include/80c51xa.h,
2740         * device/include/at89c55.h,
2741         * device/include/at89S8252.h,
2742         * device/include/at89x51.h,
2743         * device/include/at89x52.h,
2744         * device/include/ds80c390.h,
2745         * device/include/reg764.h,
2746         * device/include/regc515c.h,
2747         * device/include/sab80515.h,
2748         * device/include/mcs51/c8051f000.h,
2749         * device/include/mcs51/c8051f018.h,
2750         * device/include/mcs51/c8051f020.h,
2751         * device/include/mcs51/c8051f040.h,
2752         * device/include/mcs51/c8051f060.h,
2753         * device/include/mcs51/c8051f120.h,
2754         * device/include/mcs51/c8051f300.h,
2755         * device/include/mcs51/c8051f310.h,
2756         * device/include/mcs51/c8051f320.h,
2757         * device/include/mcs51/c8051f330.h,
2758         * device/include/mcs51/c8051f350.h,
2759         * device/include/z180.h: Changed SDCC specific keywords to double
2760         underlined form.
2761
2762 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2763
2764         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2765         18F4455,
2766         * (pic16_assignConfigWordValue): disable testing of configuration
2767         register value with config mask,
2768         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2769         function with port->fun_prefix,
2770         * (genFunction): when generating a naked interrupt function never
2771         create an absolute segment placed in interrupt vector address, place
2772         the actual interrupt function at IVA instead, when an interrupt
2773         function is generated with unspecified interrupt then do not create
2774         the absolute section,
2775         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2776         code for generating a call to generic pointer get/put function with
2777         a call to function pic16_callGenericPointer(),
2778         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2779         the call to the generic pointer get/put functions with prefixing the
2780         function name with port->fun_prefix,
2781         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2782         * src/pic16/main.c (_process_pragma): prefix function with
2783         port->fun_prefix,
2784         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2785         calling assembler, old 18Fxxxx macro is deprecated,
2786         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2787         PC_ASMDIR in while condition,
2788         * (findInstruction): add PC_ASMDIR in while condition,
2789         * (buildCallTree): prefix main with port->fun_prefix,
2790         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2791         identifier for variable with banked access in instructions BTFSS,
2792         BTFSC, BCF, BSF, BTG
2793         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2794         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2795         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2796         perform optimization when enviroment variable NO_REG_OPT is set,
2797         * (insideLRBlock): NEW, return 1 if register is inside an
2798         INF_LOCALREGS block,
2799         * (RemoveRegFromLRBlock): remove a register that is completely
2800         eliminated by register optimization, but it is still left in local
2801         register store/restore in/from stack block,
2802         * (Remove2pcodes): after removing register, check to see if it
2803         should be removed from local register store/restore in/from stack
2804         block,
2805         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2806         DUMMY_READ_VOLATILE,
2807
2808         * device/include/pic16/adc.h: minor prototype modifications and
2809         update,
2810         * device/include/pic16/malloc.h: added GPL notice various
2811         modifications,
2812         * device/include/pic16/stdint.h: NEW, standard header for ints
2813         * device/include/pic16/delay.h: NEW, header for delay functions,
2814         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2815         delay1mtcy,
2816         * device/include/pic16/signal.h: NEW, header providing helper macros
2817         for implementing signal handlers,
2818         * device/include/pic16/stdio.h: added prototypes for functions,
2819         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2820         prototypes for stdin and stdout, added macro PUTCHAR to
2821         automatically implement putchar function prototype,
2822         * device/include/pic16/usart.h: modified and updated USART library,
2823         * device/lib/pic16/libio/adc/,
2824         * device/lib/pic16/libio/i2c: some modifications to improve library
2825         performance,
2826         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2827         family of functions,
2828         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2829         family of functions and other sources,
2830         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2831         of the PIC18Fxx[28] devices,
2832         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2833         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2834         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2835         _do_cinit function, because the previous failed when local variables
2836         where not placed in the same memory bank,
2837         * device/lib/pic16/libsdcc/char/: various modifications to improve
2838         library performance,
2839         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2840         information on the new functions of the c library and more...
2841
2842 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2843
2844         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2845
2846 2005-03-26 Raphael Neider <rneider AT web.de>
2847
2848         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2849           if condition == CARRY)
2850         * (genCmp): adapted to new genSkipc semantics
2851         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2852           on rIfx (genCmp was broken)
2853
2854 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2855
2856         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2857         * src/z80/main.c (_keywords[]),
2858         * src/SDCCglobal.h (struct options),
2859         * src/SDCC.y,
2860         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2861         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2862         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2863         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2864         always available in leading double underscore form. The C99 support is
2865         mostly missing, but it's a start.
2866         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2867         reserved identifier "__data".
2868
2869 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2870
2871         * src/mcs51/peeph.def: fixed bug 1170013
2872
2873 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2874
2875         * device/include/mcs51reg.h: fixed bug 842007
2876
2877 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2878
2879         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2880         last time.
2881
2882 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2883
2884         * src/port.h (struct PORT),
2885         * src/avr/ralloc.c (avr_assignRegisters),
2886         * src/avr/main.c,
2887         * src/ds390/ralloc.c (ds390_assignRegisters),
2888         * src/ds390/main.c,
2889         * src/hc08/ralloc.c (hc08_assignRegisters),
2890         * src/hc08/main.c,
2891         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2892         * src/mcs51/main.c,
2893         * src/pic/ralloc.c (pic14_assignRegisters),
2894         * src/pic/main.c,
2895         * src/pic16/ralloc.c (pic16_assignRegisters),
2896         * src/pic16/main.c,
2897         * src/xa51/ralloc.c (xa51_assignRegisters),
2898         * src/xa51/main.c,
2899         * src/z80/ralloc.c (z80_assignRegisters),
2900         * src/z80/ralloc.h,
2901         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2902         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2903         * src/SDCCcse.h,
2904         * src/SDCCdflow.c (computeDataFlow),
2905         * src/SDCCdflow.h,
2906         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2907         * src/SDCCloop.h,
2908         * src/SDCCcflow.c (*),
2909         * src/SDCCcflow.h,
2910         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2911         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2912         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2913         immedDom() returning wrong block; probably fixes bug #1160833)
2914
2915 2005-03-20 Borut Razem <borut.razem AT siol.net>
2916
2917         * support/scripts/inc2h.pl: WIN32 port
2918
2919 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2920
2921         * device/lib/makefile.in: added abs.c and labs.c
2922
2923 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2924
2925         * device/include/stdint.h: added
2926         * device/lib/abs.c: added
2927         * device/lib/labs.c: added
2928         * device/include/stdlib.h: added abs() and labs() prototypes
2929         * device/lib/libsdcc.lib: added abs and labs
2930         * device/include/float.h,
2931         * device/lib/_fsmul.c,
2932         * device/lib/printf_fast.c,
2933         * device/lib/printf_tiny.c: updated comments
2934
2935 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2936
2937         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2938         bug #1164313
2939
2940 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2941
2942         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2943         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2944
2945 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2946
2947         * device/lib/printf_large.c: removed inline assembly for portability and
2948           readability. Use printf_fast if speed or size are more important.
2949         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2950         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2951
2952 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2953
2954         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2955         prevent compiler warning
2956
2957 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2958
2959         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2960         moved to level 0 and declared as static. Also they are explicit
2961         placed in access bank. This was necessery because some times they
2962         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2963         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2964         optimizations. Currently only compare to unsigned char is implemented,
2965         * src/pic16/gen.c: added fReturnIdx array,
2966         * (struct resolvedIfx) is moved to gen.h and made public,
2967         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2968         * (aopForSym): added an optimization to directly store in stack of
2969         the operand of a SEND iCode,
2970         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2971         but as registers instead (AOP_REG) using the fReturnIdx array,
2972         * (pic16_freeAsmop): remove the freed register from the
2973         _G.sregsAlloc field,
2974         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2975         a compare of 'WREG',
2976         * (pic16_popGetTempRegCond): changed function prototype, now
2977         function takes also a bitVector argument v which holds the current
2978         set of registers that are allocated for stack access by aopForSym,
2979         registers allocated in aopForSym for accessing stack symbols are not
2980         any more part of the functions usedRegs field,
2981         * (genCall): some times aopOp is called for a stack variable to be
2982         send, aopForSym might perform the push, if this is true make sure
2983         that genCall doesn't push the variable twice by testing _G.resDirect,
2984         * (genFunction): changed testing for unspecified interrupt number
2985         from 256 to INTNO_UNSPEC,
2986         * modified selection scheme of frame pointer generation. Previously
2987         if function did use local registers a frame pointer was generated,
2988         now a frame pointer is generated only if function has arguments
2989         (that need PLUSW2 register access), or has stack arguments, or the
2990         compiler is not instructed to omit the frame pointer,
2991         * (genEndFunction): before restoring local registers that were saved
2992         in the function preamble, also restore the registers that *might*
2993         have been allocated for stack access,
2994         * (genRet): removed some old comments,
2995         * (genCmp, the active (RN's) version): added a call to the
2996         pic16_genCmp_special function to perform the compare with a more
2997         robust and optimized way,
2998         * (genInline): a feature has been added in inline code generation,
2999         which allows a wildcard variable substitution when writing inline
3000         assembly. Code is incomplete and experimental therefore undocumented,
3001         * (genCast): changed order of aopOp for result and right to allow
3002         aopForSym to directly load the result if possible,
3003         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3004         perform an optimized compare on some selected special occasions,
3005         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3006         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3007         generate an IVT any more,
3008         * src/pic16/main.c (pic16_optionsTable): added command line option
3009         --optimize-cmp,
3010         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3011         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3012         macros,
3013         * src/pic16/NOTES: Raphael Neider added in list of active developers
3014         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3015         jumptable_end to prevent bug #,
3016         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3017         inCond and outCond fields,
3018         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3019         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3020         turn off register spilling,
3021         * (packRegsForOneUse): synced with other ports' versions although it
3022         is not used currently,
3023         * (pic16_packRegisters): added an optimization while reading
3024         structure bitfields, some registers may be saved (malloc code is
3025         decreased by 80 bytes)
3026
3027 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3028
3029         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3030         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3031         this can be optimized more?
3032
3033 2005-03-10 Raphael Neider <rneider AT web.de>
3034
3035         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3036           genNearPointerGet): (hopefully) fixed access to bitfields via
3037           pointers (p->bitN = x; and x = p->bitN; failed)
3038
3039 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3040
3041         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3042
3043 2005-03-09 Raphael Neider <rneider AT web.de>
3044
3045         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3046
3047 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3048
3049         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3050         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3051           (regTypeNum): set REG_BIT type if necessary
3052         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3053         * support/regression/tests/critical.c: check bug 1144613
3054
3055 2005-03-02 Raphael Neider <rneider AT web.de>
3056
3057         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3058
3059 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3060
3061         * src/avr/ralloc.c (serialRegAssign),
3062         * src/ds390/ralloc.c (serialRegAssign),
3063         * src/hc08/ralloc.c (serialRegAssign),
3064         * src/mcs51/ralloc.c (serialRegAssign),
3065         * src/pic/ralloc.c (serialRegAssign),
3066         * src/pic16/ralloc.c (serialRegAssign),
3067         * src/xa51/ralloc.c (serialRegAssign),
3068         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3069
3070 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3071
3072         * src/SDCCast.c (decorateType): fixed bug 1124787
3073
3074 2005-02-20 Hubert Sack <sack AT digiplan.de>
3075         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3076
3077         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3078         patch #1121755
3079
3080 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3081
3082         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3083         to keep the correct label reference count when adding/removing references
3084         to labels. A peephole file using this is appended to patch #1144962.
3085
3086 2005-02-14 Raphael Neider <rneider AT web.de>
3087
3088         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3089         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3090         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3091           retrievals of result operand's value on assignment
3092
3093 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3094
3095         * device/include/pic16/string.h: modified prototype for memccpy()
3096         to memccpy(void *, void *, char, size_t)
3097         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3098         check whether to omit frame pointer or not,
3099         * (genInline): convert all occurences of "\n" to LF in inline
3100         assembler blocks, this helps formatting the inline text,
3101         * (pic16_loadFSR0): modified prototype,
3102         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3103         removed some 8051 legacy code,
3104         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3105         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3106         before allocating temporary registers in functions,
3107
3108 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3109
3110         * support/regression/tests/bitvars.c: corrected the "fix"
3111
3112 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * support/regression/tests/bitvars.c,
3115         * support/regression/tests/bitwise.c,
3116         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3117
3118 2005-02-10 Raphael Neider <rneider AT web.de>
3119
3120         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3121           different size for Alpha
3122         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3123
3124 2005-02-09 Raphael Neider <rneider AT web.de>
3125
3126         * src/SDCC.lex(doPragma) : save and restore warning options as well
3127           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3128         * have #pragma less_pedantic set the errorlevel to WARNING
3129           (fixes #1117001)
3130         * (cloneOptimize) : fixed wrong malloc's size
3131         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3132           facilitate correct handling of #pragma (save|restore)
3133
3134 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3135
3136         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3137
3138 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3139
3140         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3141
3142 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3143
3144         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3145
3146 2005-02-02 Raphael Neider <rneider AT web.de>
3147
3148         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3149         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3150         * (pic16_storeForReturn): fixed to allow returning function pointers
3151         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3152         * device/include/pic16/{stddef.h,stdbool.h}: added
3153
3154 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3155
3156         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3157
3158 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3159
3160         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3161         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3162          appeared to be required
3163
3164 2005-01-31 Borut Razem <borut.razem AT siol.net>
3165
3166         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3167           include/mcs51 and include/z80 directories to the package
3168
3169 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3170
3171         * src/hc08/gen.c (genFunction): fixed bug #1112752
3172
3173 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3174
3175         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3176
3177 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3178
3179         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3180
3181 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3184
3185 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3186
3187         * device/include/c8051fxxx.h: removed these 6 files
3188         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3189
3190 2005-01-26 Raphael Neider <rneider AT web.de>
3191
3192         * src/pic16/gen.c (genAssign): fixed assignment from longs
3193           in codespace (were cut to three bytes)
3194         * (genDummyRead): implemented (except for CODESPACE...),
3195           fixed bug #1108575
3196         * src/pic16/glue.c (emitStatistics): beautified
3197         * device/lib/pic16/libm/Makefile: added include path
3198
3199 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3200
3201         * src/z80/gen.c (aopPut): fixed bug #1103902
3202
3203 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3204
3205         * device/lib/expf.c: fixed bug #1095792
3206
3207 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3208
3209         * device/lib/pic16/libm: added Math library sources
3210
3211 2005-01-24 Raphael Neider <rneider AT web.de>
3212
3213         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3214           to enable upcast to pCodeOpReg2 (there is no type tag to
3215           differenciate the two and pic16_popGet2p cast into PCOR2)
3216         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3217           (sizeof(sectNames) changed to sizeof(sectName))
3218           Both patches fix segfaults under MinGW.
3219
3220 2005-01-23 Raphael Neider <rneider AT web.de>
3221
3222         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3223           Safe_[mc]?alloc()'ed variables
3224         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3225           of (byte sized) temporaries (assign them to WREG for now)
3226         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3227           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3228           this might fix SIGSEGVs on MinGW...
3229         * src/SDCCopt.c (killDeadCode): restored original behaviour
3230           (volatile operands might get thrown away though)
3231
3232 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3233
3234         * src/pic16/gen.c: fixed bug #1106975,
3235         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3236         pointer update, INTCON is saved, global interrupts are disabled and
3237         restored after updateing TOS.
3238         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3239         * added function attribute 'shadowregs' to take advantage of shadow
3240         registers,
3241         * added function attribute 'wparam' as an alternative to the wparam
3242         pragma,
3243         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3244         user declares a non-ISR function as 'shadowregs',
3245         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3246
3247 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3248
3249         * .version: bumped version number to 2.4.8
3250         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3251         pic16 port,
3252         * device/lib/pic16/libio/i2c/: I2C module support library,
3253         * device/include/pic16/i2c.h: I2C support library header,
3254         * device/lib/pic16/libc/stdio/: standard IO support sources,
3255         * (printf_small.c): printf_small() source, supports float print,
3256         * (printf_tiny.c): printf_tiny() source, does not support floats,
3257         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3258         enable global optimizations for entire library source, other
3259         Makefiles in the source tree are also modified to reflect this,
3260         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3261         function,
3262         * doc/sdccman.lyx: updated to reflect new changes,
3263         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3264         sym->onStack if-case,
3265         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3266         sbit, idata, _idata, xdata, _xdata,
3267         * added pragma library, to link an external library, (see doc),
3268         * removed command line options, --pomit-config-words, --pomit-ivt,
3269         --pleave-reset-vector,
3270         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3271         when calling assembler to reflect memory model used, also define
3272         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3273         reflect stack model used,
3274         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3275         on stack return NULL,
3276
3277 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3278
3279         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3280           of the operands is volatile. Fixes #1020220
3281
3282 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3283
3284         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3285         * (OptimizeRegUsage): make sure that there is really no other flow where
3286           the first pCode is used
3287
3288 2005-01-22 Raphael Neider <rneider AT web.de>
3289
3290         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3291           to fix #1106967 (pCode->seq are not set up correctly)
3292
3293 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3294
3295         * src/SDCCglue.c (glue): make sure code area is declared before the
3296         static initialization area.
3297
3298 2005-01-21 Raphael Neider <rneider AT web.de>
3299
3300         * device/lib/Makefile.in: fixed test for pic16 install dir
3301         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3302           optimizations
3303         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3304           added --optimize-goto compiler switch and pragma wparam documentation
3305         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3306         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3307           and PRODH closing bug #1071770 (peephole optimizer)
3308
3309 2005-01-19 Raphael Neider <rneider AT web.de>
3310
3311         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3312           cmdLine buffers (used when calling sdcpp...) are large enough
3313           (MAX_PATH=256 truncates arguments leading to system halts when
3314           used in MinGW...)
3315         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3316         * (genUminus): rewritten to for efficiency
3317         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3318           used uninitialized in some cases)
3319         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3320           copy the third byte from the int -- now assumes 0x80 (data memory)
3321         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3322           operands (genAddLit expects the iCode's operands to swapped as
3323           well), fixed leftover bytes (crashed for short left operands)
3324         * (pic16_genMinusDec): performance improvements, removed false
3325           PIC14 emitSKPNCs
3326         * (pic16_genMinus): fixed to cope with differently sized operands
3327         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3328           for --obanksel > 1
3329         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3330         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3331           new banksel optimization
3332         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3333           analysis for temporary registers (segfaults...)
3334         * src/pic16/peeph.def: added rule
3335
3336 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3337
3338         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3339         which converts a float number to its ASCII representation
3340         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3341         functions to convert the fractional and integer part of a float to ASCII,
3342         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3343         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3344         ram
3345         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3346         _STATMEM macros,
3347         * device/include/pic16/adc.h: added GPL info,
3348         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3349         a pCodeOp as tested operand,
3350         * (genNearPointerGet): optimized bit testing, does not use
3351         intermediate register for bit value, test directly instead with
3352         BTFSS, BTFSC, works only for single bits,
3353         * (genpic16Code): dump the name of the iCode in the asm,
3354         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3355         renamed to pic16_decodeOp,
3356         * (serialRegAssign): do not allocate a temporary register for iCode
3357         sequences that test a single bit for 1/0
3358
3359 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3360
3361         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3362         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3363         access stack and frame pointers. They are initially assigned to
3364         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3365         accessing SFRs. Updated all occurences of modification of stack or
3366         frame pointer in gen.c and pcode.c,
3367         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3368         assigning of a literal value to pointers,
3369         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3370         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3371         selected
3372
3373 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3374
3375         * doc/sdccman.lyx: update documentation about stack pragma, added
3376         some info for stack memory models
3377
3378 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3379
3380         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3381
3382 2005-01-08 Raphael Neider <rneider AT web.de>
3383
3384         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3385           udata sections to fix bug #1097823
3386
3387 2005-01-05 Raphael Neider <rneider AT web.de>
3388
3389         * src/pic16/gen.c (genGenericShift): added handling of differently
3390           sized left operand and result
3391
3392 2005-01-04 Raphael Neider <rneider AT web.de>
3393
3394         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3395         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3396           to hold the condition bit)
3397         * added new version of genCmp (old code available via #define)
3398         * added new version of genShiftLeft/genShiftRight in a generic
3399           way, now supports shifting by negative values
3400         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3401           shiftCount (expected by genGenericShift)
3402         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3403         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3404           dump
3405         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3406           is an invalid literal too...)
3407
3408 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3409
3410         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3411         from Raphael Neider,
3412         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3413         for 8-bit literals. This fixes some literal operands which are sign
3414         extended to 16-bits ints when instruction needs only 8-bits.
3415
3416 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3417
3418         * device/lib/logf.c: added mcs51 assembly version
3419         * device/lib/expf.c: added mcs51 assembly version
3420         * device/lib/_logexpf.c: new shared asm code for expf and logf
3421         * device/include/math.h: add defines for assembly math library
3422         * device/lib/Makefile.in: build new _logexpf.c
3423         * device/lib/libfloat.lib: use new _logexpf.c
3424
3425 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3426
3427         * src/pic/device.c
3428         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3429           device types which have less than 0x7f registers.
3430
3431 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3432
3433         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3434
3435 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3436
3437         * device/lib/printf_fast.c: only build on supported arch.
3438         * device/lib/printf_tiny.c: only build on supported arch.
3439         * device/lib/printf_fast_f.c: only build if asm float lib
3440         * device/lib/_fsget1arg.c: only build if asm float lib
3441         * device/lib/_fsget2args.c: only build if asm float lib
3442         * device/lib/_fsnormalize.c: only build if asm float lib
3443         * device/lib/_fsreturnval.c: only build if asm float lib
3444         * device/lib/_fsrshift.c: only build if asm float lib
3445         * device/lib/_fsswapargs.c: only build if asm float lib
3446         * device/include/stdio.h: don't provide print_fast,
3447           print_fast_f, print_tiny prototypes if --xstack used
3448
3449 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3450
3451         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3452         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3453           to the SOURCES
3454
3455 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3456
3457         * device/lib/printf_fast_f.c: same as printf_fast, but
3458           with floating point enabled
3459         * device/lib/printf_fast.c: minor tweaks
3460         * device/include/stdio.h: add printf_fast_f
3461
3462 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3463
3464         * src/SDCCmain.c: make --float-reent default for mcs51
3465         * device/lib/_fsadd.c: added mcs51 assembly version
3466         * device/lib/_fssub.c: added mcs51 assembly version
3467         * device/lib/_fsmul.c: added mcs51 assembly version
3468         * device/lib/_fsdiv.c: added mcs51 assembly version
3469         * device/lib/_fseq.c: added mcs51 assembly version
3470         * device/lib/_fsneq.c: added mcs51 assembly version
3471         * device/lib/_fsgt.c: added mcs51 assembly version
3472         * device/lib/_fslt.c: added mcs51 assembly version
3473         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3474         * device/lib/Makefile.in: add _fscmp to build
3475         * device/lib/libfloat.lib: add _fscmp to build
3476
3477 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3478
3479         * device/lib/_fs2slong.c: added mcs51 assembly version
3480         * device/lib/_fs2sint.c: added mcs51 assembly version
3481         * device/lib/_fs2schar.c: added mcs51 assembly version
3482         * device/lib/_fs2ulong.c: added mcs51 assembly version
3483         * device/lib/_fs2uint.c: added mcs51 assembly version
3484         * device/lib/_fs2uchar.c: added mcs51 assembly version
3485         * device/lib/_slong2fs.c: added mcs51 assembly version
3486         * device/lib/_sint2fs.c: added mcs51 assembly version
3487         * device/lib/_schar2fs.c: added mcs51 assembly version
3488         * device/lib/_ulong2fs.c: added mcs51 assembly version
3489         * device/lib/_uint2fs.c: added mcs51 assembly version
3490         * device/lib/_uchar2fs.c: added mcs51 assembly version
3491         * device/include/float.h: added #define to select asm vs c
3492
3493 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3494
3495         * device/lib/printf_fast.c: improvements to float output
3496         * device/include/float.h: add defines for assembly float library
3497         * device/lib/_fsget1arg.c: receive 1 float arg
3498         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3499         * device/lib/_fsnormalize.c: normalize a float
3500         * device/lib/_fsreturnval.c: return float, various helper routines
3501         * device/lib/_fsrshift.c: right shift a float's mantissa
3502         * device/lib/_fsswapargs.c: swap 2 floats
3503         * device/lib/Makefile.in: build these 6 new files for mcs51
3504         * device/lib/libfloat.lib: add these 6 files to the library
3505
3506 2004-12-26 Borut Razem <borut.razem AT siol.net>
3507
3508         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3509           built by gcc 3.4.2
3510
3511 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3512
3513         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3514           and fully reentrant and register bank neutral.
3515         * device/lib/printf_fast.c: added float (not enabled by default),
3516           added compact/slower integer (also not enabled by default),
3517           improved size/speed of fast integer code, other minor changes
3518         * device/include/stdio.h, device/lib/Makefile.in,
3519           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3520
3521 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3522
3523         * src/pic16/pcode.c: declaring variables other than at the start of a
3524           block is not supported in C by VC6.
3525
3526 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3527
3528         * applied a previous patch from Raphael Neider that wasn't included
3529         in the previous commits, which fixes infinite loops within jumptable
3530         improvements,
3531         * made some fixes that previous patches introduced
3532
3533 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3534
3535         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3536         that fixes an issue with AOP_PCODE asmop's offset,
3537         * (pic16_popCopyReg): update instance field too,
3538         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3539         function of pic port,
3540         * (genCmp, genAnd, genAssign),
3541         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3542
3543 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3544
3545         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3546         variables initial values to idata section,
3547         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3548         variables in some functions. This utilizes parmBytes field of iCode
3549         structure to hold the offset of the variable in stack. (might be
3550         able to use the stack field too?)
3551         * applied patch from Raphael Neider # ### , # ###
3552         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3553         variable initial values in idata section,
3554         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3555         for static variables with initial value
3556         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3557         applied fix in while loop from Raphael Neider.
3558
3559 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3560
3561         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3562         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3563         * src/ds390/ralloc.c (serialRegAssign): spill bits
3564         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3565         * support/Util/SDCCerr.c,
3566         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3567         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3568         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3569
3570 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3571
3572         * device/include/sdcc-lib.h: inserted LGPL, added includes
3573           asm/ds390/features.h and asm/mcs51/features.h
3574         * device/include/asm/default/features.h,
3575         * device/include/asm/gbz80/features.h,
3576         * device/include/asm/z80/features.h: added empty _AUTOMEM
3577           and _STATMEM
3578         * device/include/asm/ds390/features.h,
3579         * device/include/asm/mcs51/features.h: added files with defines for
3580           _AUTOMEM and _STATMEM indicating automatic and static storage class
3581         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3582         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3583         * src/SDCCicode.c (geniCodeCast),
3584         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3585         * src/SDCCloop.c (loopInduction): removed unused variable lr
3586         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3587           to convertToFcall to include char modulo (RFE 1065037), added check
3588           if left operand is unsigned and use abs of literal value
3589         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3590           as it doesn't work after conversion from peephole.def to peephole.rul
3591         * src/mcs51/gen.c (toBoolean): added check for size,
3592           (genModOneByte): optimized code for signed char modulo a literal
3593           power of 2 (thanks to Hubert Sack),
3594           (genRRC): removed unnecessary "clr c",
3595           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3596         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3597           jump optimization,
3598           swapped rules 256.c and 256.d,
3599           extended 256.d by using new multiple checks (thanks Erik),
3600           added rules 256.e and 256.f,
3601           updated rule 261.a and 261.b to new generated code
3602         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3603
3604 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3605
3606         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3607           induction related bugs, including first part of bug #1074377
3608
3609 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3610
3611         * applied patch from bug-report #1076292,
3612         * applied patches for genAnd and Goto-optimizations for Raphael
3613         Neider,
3614         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3615         dump a less iCode information,
3616         * src/pic16/device.h (pic16_options_t): added field debgen,
3617         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3618         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3619         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3620         puclic,
3621         * (various functions): added macros FENTRY and FENTRY2 to functions,
3622         to emit function prologue,
3623         * (various functions): fixed indentation,
3624         * (genNearPointerGet): fixed loading of FSR0,
3625         * (genPackBits): applied patch from Raphael Neider to fix updating
3626         of FSR0 and touching only the modified bits,
3627         * src/pic16/genarith.c (various functions): added macros FENTRY to
3628         emit function prologue in comments,
3629         * src/pic16/pcode.h: added functions debugf2, debugf3,
3630         * src/pic16/ralloc.c: partial fix for packForPush caused
3631         segmentation fault,
3632
3633 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3634
3635         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3636           <stsp AT users.sourceforge.net> with reversed byte order
3637         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3638
3639 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3640
3641         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3642           bug #1074377
3643         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3644         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3645
3646 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3647
3648         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3649
3650 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3651
3652         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3653           conditions,
3654           (setFromConditionArgs): friendly operand parser for peephole rules,
3655           (operandBaseName, operandsNotRelated): new peephole condition
3656           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3657           architecture specific register naming into account, handles n-way
3658           comparisons, and supports quoted literals
3659         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3660
3661 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3662
3663         * src/mcs51/peeph.def: fixed bug #1076940
3664
3665 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3666
3667         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3668
3669 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3670
3671         Adding support for replacing ljmps with sjmps in jumptables
3672         generated for switch statements. For now you need to set the
3673         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3674         Now 4 algorithms for mcs51 jumptable generation are used:
3675         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3676         addresses loaded pc-relative for up to 112 cases and stack-pushing
3677         target addresses loaded with offset from dptr for up to 256 cases.
3678
3679         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3680         * src/mcs51/main.c: adapted constants for switch table generation
3681         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3682
3683 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3686         * support/regression/tests/bug1057979.c: added test for bug 1073386
3687
3688 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3689
3690         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3691         compilers
3692
3693 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3694
3695         * src/pic16/device.h,
3696         * src/pic16/genarith.c,
3697         * src/pic16/glue.c,
3698         * src/pic16/main.c,
3699         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3700
3701 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3702
3703         Large cummulative patch for pic16 port.
3704         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3705         to call when a stack overflow occurs,
3706         * (malloc.h): added CVS Id tag,
3707         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3708         variable,
3709         * added libc directory. The current version of LibC contains string
3710         functions, ctype functions and macros and some functions of the
3711         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3712         be extensively tested in the future. Standard disclaimer here.
3713         Library is not automatically build yet. But one can build it by
3714         invoking 'make' inside the libc directory.
3715         * added ADC library under libio. Preliminary version yet.
3716
3717         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3718         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3719         aopForRemat() now and not by pic16_aopOp(),
3720         * (pic16_popGetTempReg): removed warning messgae when allocating
3721         temporary registers, its a buggy feature and will be removed,
3722         * (pic16_popGet): set register instance field in AOP_CRY,
3723         * (pic16_outBitC): fixed for results in size greater than 1,
3724         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3725         * (pic16_storeForReturn): optimized return of 0,
3726         * (genCmp): experimental code for new genCmp which uses PIC18's
3727         special compare&skip instructions. Initial tests fail some times
3728         with variables grater than 1 byte in size, so new code is disabled,
3729         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3730         a single bit,
3731         * (genCast): began a fix to optimize the casting of a bit to another
3732         bit, now assigning a bitfield to another bitfield will fail, sorry,
3733         * src/pic16/main.c: disabled the use of lr-support feature,
3734         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3735         * added some function prototypes, added function _debugf prototype,
3736         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3737         bits with offset (case PO_GPR_BIT),
3738         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3739         command line,
3740         * (isBankInstruction): modified to return 0 for no banking instruction,
3741         and 1 for banking instruction,
3742         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3743         caused stop processing pCodes after a inline assembly block,
3744         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3745         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3746         registers when it shouldn't,
3747         * src/pic16/ralloc.c (allocReg): add preliminary support for
3748         supporting a limited set of temporary registers,
3749
3750 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3751
3752         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3753           genDataPointerSet): ensure assignments always copy in MSB to LSB
3754           order,
3755           (loadRegFromAop): recognize CLRH optimization,
3756           (genFunction): optimize RECEIVE iCodes in reentrant functions
3757
3758 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3759
3760         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3761           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3762           selected.
3763         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3764         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3765           contiguous with data
3766
3767 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3768
3769         * device/lib/_gptrget.c (_gptrget),
3770         * device/lib/_gptrgetc.c (_gptrgetc),
3771         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3772           instead of sjmp to ret
3773         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3774           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3775
3776 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3777
3778         * .version: bumped version to 2.4.7
3779         * device/lib/_gptrget.c (_gptrget): is now _naked
3780         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3781         * device/lib/_gptrput.c (_gptrput): is now _naked
3782         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3783           (createFunction): fixed xstack
3784         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3785         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3786           or bit either,
3787           (geniCodeCritical): store original interrupt state in an iTemp bit
3788           var unless stack-auto
3789         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3790         * src/SDCCmain.c (setIncludePath): added include/target to search path
3791         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3792         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3793           prototype,
3794           (processFuncArgs): put bit vars in bit area
3795         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3796           unsaveRBank): fixed xstack,
3797           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3798           (genFunction, genEndFunction): fixed xstack,
3799           (genAssign): optimization don't walk backwards through mem
3800         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3801         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3802         * support/regression/Makefile: also make library (for stack-auto) when
3803           making "all" and added "test-mcs51-xstack-auto"
3804         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3805         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3806         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3807         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3808         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3809           make-library by MAKE_LIBRARY
3810         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3811           regression tests for xstack
3812         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3813         * support/regression/tests/critical.c: test for critical on mcs51
3814
3815 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3816
3817         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3818           built version of sdcc instead of installed version
3819
3820 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3821
3822         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3823         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3824           vprintf.c now
3825         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3826         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3827           WARNING: remove device/lib/build/z80/printf.o by hand when
3828           updating from previous build!
3829         * device/lib/z80/printf.c: updated comment
3830         * support/regression/tests/bug1057979.c: test all ports now
3831         * support/regression/tests/bug1065458.c: file added
3832
3833 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3834
3835         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3836           *_start and *_end symbols for static functions
3837
3838 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3839
3840         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3841           and search crt0.o in all library paths,
3842           (setIncludePath): proper handling of --nostdinc,
3843           (setLibPath): proper handling of --nostdlib
3844         * support/regression/Makefile,
3845         * support/regression/ports/ds390/spec.mk,
3846         * support/regression/ports/gbz80/spec.mk,
3847         * support/regression/ports/hc08/spec.mk,
3848         * support/regression/ports/mcs51/spec.mk,
3849         * support/regression/ports/mcs51-large/spec.mk,
3850         * support/regression/ports/mcs51-stack-auto/spec.mk,
3851         * support/regression/ports/z80/spec.mk: use include and lib files from
3852           built version of sdcc instead of installed version
3853         * doc/sdccman.lyx: fixed typo in --nostdinc
3854
3855 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3856
3857         * src/pic/pcode.c,
3858         * src/pic/device.c,
3859         * src/pic/ralloc.c,
3860         * src/pic/gen.c : added support to generate code for struct bit fields.
3861
3862 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3863
3864         * as/xa51/xa_version.h,
3865         * device/include/errno.h,
3866         * device/include/regc515c.h,
3867         * device/lib/_itoa.c,
3868         * device/lib/_ltoa.c,
3869         * device/lib/ser_ir_cts_rts.c,
3870         * sim/ucsim/xa.src/glob.cc,
3871         * sim/ucsim/xa.src/inst_gen.cc,
3872         * sim/ucsim/xa.src/xa_bit.cc,
3873         * sim/ucsim/xa.src/xa_sfr.cc,
3874         * sim/ucsim/z80.src/inst_dd.cc,
3875         * sim/ucsim/z80.src/inst_fdcb.cc,
3876         * support/scripts/keil2sdcc.pl,
3877         * src/pic16/pic16.dsp,
3878         * src/pic16/pic16a.dsp: corrected cvs line endings
3879         * device/lib/printf_large.c: fixed bug 1057979
3880         * src/pic16/gen.c: fixed non-C standard code
3881         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3882         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3883         * support/regression/ports/mcs51/support.c: reload T1 asap
3884         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3885           pdata use and clear idata startup behaviour
3886         * support/regression/tests/bug1057979.c: added
3887
3888 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3889
3890         * device/examples/ds390/ow390/ad26.h,
3891         * device/examples/ds390/ow390/cnt1d.h,
3892         * device/examples/ds390/ow390/crcutil.c,
3893         * device/examples/ds390/ow390/ownet.h,
3894         * device/examples/ds390/ow390/owsesu.c,
3895         * device/examples/ds390/ow390/swt12.h,
3896         * device/examples/ds390/ow390/swtoper.c,
3897         * device/examples/ds390/ow390/temp10.h,
3898         * device/examples/ds390/ow390/thermodl.c,
3899         * device/examples/ds390/tinitalk/tinitalk.dsp,
3900         * device/examples/ds390/tinitalk/tinitalk.dsw,
3901         * device/examples/mcs51/clock/hw.h,
3902         * device/examples/mcs51/simple2/go.bat,
3903         * device/examples/serialcomm/windows/serial.h,
3904         * device/examples/xa51/dummy.c,
3905         * device/examples/xa51/hello.c,
3906         * device/include/80c51xa.h,
3907         * device/include/at89x051.h: corrected cvs line endings
3908
3909 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3910
3911         * src/pic16/main.c (options): added command line --gstack, to trace
3912         stack over/under flows,
3913         * added pragma 'wparam' to allow passing first byte of function
3914         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3915         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3916         call to __gstack_test function and sets up the symbol as extern,
3917         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3918         * popaop): added call to pic16_testStackOverflow,
3919         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3920         wparamList list,
3921         * (genCall, genPcall): now all parameters are passed via stack
3922         except in functions that are pass to wparam pragma in which WREG is
3923         used too,
3924         * (genPcall): REENTRANT flag is checked to see if variable prototype
3925         contains reentrant keyword, don't call a non-reentrant function, via
3926         a reentrant function pointer or vice versa, functions are never
3927         passed via WREG,
3928         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3929         D.Winkler,
3930         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3931         SIGSEGV when accessing a NULL register stucture,
3932         * (pic16_printGPointerType): modified to handle UPPER modifier for
3933         function initializers, changed prototype of function to simpler one,
3934         * (pic16_printIvalFuncPtr): check to see if function is already
3935         added in externs list,
3936         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3937         optimized a move from W to SFR with a move to the same register
3938         later after a CALL,
3939         * device/lib/pic16/debug: NEW directory, contains debug features
3940         which are enabled when linking with libdebug.lib, currently command
3941         line option --gstack enables stack pointer tracing for over/under
3942         flow, corresponding sources are in debug/gstack
3943
3944 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3945
3946         * doc/sdccman.lyx: updated SDCC version,
3947         * (PIC16 port): update list of command line options,
3948         * src/pic16/device.h (structure pic16_options_t): added field gstack
3949         to enable stack overflow tracing on push/pops,
3950         * src/pic16/device.c (statistics structure): added statistics
3951         structure,
3952         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3953         pic16_dump_int_registers): increase statistics counters for each
3954         * variable which is encountered
3955         * (pic16_dump_usection): emit each .udata variable to its own udata
3956         section,
3957         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3958         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3959         parameters via stack, otherwise use old scheme,
3960         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3961         assembler output file,
3962         * src/pic16/main.c: added command line options --gstack to enable
3963         push/pop tracing for stack overflow,
3964         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3965         instructions): added size of each instruction,
3966         * (pic16_countInstruction): estimate size of instructions in
3967         the_pFile list, inline assembly blocks are not counted,
3968         * (pic16_FixRegisterBanking): trace previous register usage, when
3969         banksel optimizations is greater than 0, don't emit a redudant
3970         banksel directive,
3971
3972 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3973
3974         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3975         * src/pic16/ralloc.c : applied same fix for pic16.
3976         * src/pic/gen.c : tidied it up a little.
3977
3978 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3979
3980         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3981         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3982
3983 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3984
3985         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3986
3987 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3988
3989         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3990         non-reentrant function __modsint in the interrupt function (thus
3991         corrupting math operations during serial I/O)
3992         * device/lib/ser_ir.c: as above, changed buffersize
3993         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3994         256.c,d for zeroing
3995         * doc/Makefile: added option -t for rsync
3996
3997 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3998
3999         * src/SDCCast.h (struct ast),
4000         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4001
4002 2004-10-20 Borut Razem <borut.razem AT siol.net>
4003
4004         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4005         package
4006
4007 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4008
4009         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4010         makefile targets,
4011         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4012         support functions to replace long sequences of MOVFF's from access
4013         bank registers to stack and vice versa,
4014         * src/pic16/device.h: added new field opt_flags, where optimization
4015         flags can be set to enable certain features,
4016         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4017         * pBlock, (genFunction, genEndFunction): surroung loop for
4018         saving/loading used registers in stack with PC_INFO pCodes,
4019         INF_LREGS. Code in between can then be optimized by pCode optimizer
4020         to support function calls,
4021         * (genDataPointerSet): fixed bug which loaded float fields in
4022         structures with corrupt data,
4023         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4024         in a standard way debug info on stderr. Feature used for developing
4025         and debugging only,
4026         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4027         obsolete chunks of code,
4028         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4029         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4030         * pic16/src/pcode.c (pic16_newpCodeInfo,
4031         * (pic16_newpCodeOpLocalRegs),
4032         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4033         feature,
4034         * (pic16_pCodeConstString): printing of the initial value of a
4035         symbol as a comment is inhibited since parsing was already done by
4036         copyStr and output is corrupt,
4037         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4038
4039 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4040
4041         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4042
4043 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4044
4045         * as/mcs51/lkarea.c: removed old K&R style,
4046           (lnksect): changed check on boundary error,
4047           (lnksect2): changed check on boundary error,
4048           (lnksect2): extend XSTK to end of page if size = 1
4049         * as/mcs51/lkmain.c: removed old K&R style,
4050           (Areas51): create l_IRAM symbol
4051         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4052         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4053           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4054         * device/lib/_mullong.c: added version to be compiled with xstack
4055         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4056         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4057         * device/lib/mcs51/crtxstack.asm: fixed comment
4058         * src/SDCCglue.c: maxInterrupts defaults to 0,
4059           (emitMaps): added pdata,
4060           (createInterruptVect): (re)moved default,
4061           (glue): added pdata,
4062           (glue): moved __start__xstack to XSTK with default size 1
4063         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4064           and options.float_rent when options.stackAuto is set,
4065           (linkEdit): only write XDATA_NAME if provided on command line
4066         * src/SDCCmem.h,
4067         * src/SDCCmem.c: added pdata
4068         * src/port.h: added pdata_name to PORT
4069         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4070           (saveRegisters, unsaveRegisters): removed usage of B,
4071           (genMinus): fixed accumulator clash,
4072           (genJumpTab): added comment, this needs another look
4073         * src/mcs51/gen.c: added check for "B in use" paranoia,
4074           added pushB() and popB()
4075         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4076           chance
4077         * src/avr/main.c,
4078         * src/ds390/main.c,
4079         * src/hc08/main.c,
4080         * src/mcs51/main.c,
4081         * src/pic/main.c,
4082         * src/pic16/main.c,
4083         * src/xa51/main.c,
4084         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4085           added PSEG (PAG,XDATA) or NULL to port specifier
4086         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4087         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4088           (_mcs51_genInitStartup): removed __start__xstack equ,
4089           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4090         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4091         * src/z80/gen.c (_rleAppend): fixed warnings
4092         * support/regression/tests/zeropad.c: added pdata test
4093         * .version: bumped to 2.4.6
4094
4095 2004-10-17 Borut Razem <borut.razem AT siol.net>
4096
4097         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4098         as a part of nightly build
4099
4100 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4101
4102         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4103         WREG holds the first byte function parameters,
4104         * (aopForSym): take special case for symbols which are in FARSPACE
4105         but in CODESPACE too,
4106         * (assignResultValue): modified to take into account _G.useWreg,
4107         * (genCall): don't use wreg for parameter passing when function is
4108         declared as reentrant, too, added optimization INCF to stack
4109         pointer when stack parameter count is 1,
4110         * (genFunction, genEndFunction): refurnished and fixed to not using
4111         wreg for passing parameters when function has varargs or is
4112         reentrant, fixed bug with symbol name compare for generating
4113         functions in absolute address,
4114         * (pic16_storeForReturn): refurnished,
4115         * (genCmp): began writing a new version of the function, not ready
4116         yet, therefore it is disabled,
4117         * (genAssign): do not read code memory when assigning a function to
4118         a pointer function,
4119         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4120         array of characters, not pointer,
4121         * (pic16initialComments): in debug mode emit an .ident directive for
4122         the assembler,
4123         * (_process_pragma): emit a new warning type (internal to pic16)
4124         when setting stack to default length, emit a similar warning when
4125         placing a function at absolute address and address is not word aligned
4126         * (_pic16_parseOptions): added 'return TRUE' statement,
4127         * (_pic16_linkEdit): if compiling a source, then add the source's
4128         file object, first in the list of objects to link,
4129
4130 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4131
4132         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4133         * src/pic/main.c : removed VC warning.
4134         * src/pic/gen.c : changed comment.
4135
4136 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4137
4138         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4139         reference to a deprecated symbol _GPTRREG was causing failure to
4140         link. Thanks G. M. Gallant for the info.
4141
4142 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4143
4144         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4145         comments for Bugs item #954788.
4146
4147 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4148
4149         * src/pic16/device.c (pic16_dump_gsection,
4150         * pic16_groupRegistersInSection): handle symbols declared to be in
4151         access bank differently,
4152         * src/pic16/gen.c (struct _G): added field resDirect,
4153         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4154         send values read from stack directly to result and don't allocate
4155         temporary values,
4156         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4157         same registers,
4158         * (pic16_sameRegsOfs): NEW,
4159         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4160         free because they were not allocated from temporary pool,
4161         * pic16_popRegFromString): workaround to fix a problem with
4162         allocating variables twice or never,
4163         * (genGenPointerGet): using PRODL instead of FSR0H,
4164         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4165         instead of FSR0H,
4166         * (genAssign): take advantage of the _G.resDirect flag,
4167         * (genCast): around line 11844, use mov2f instead of directly
4168         MOVFF'ing between operands to account for literal values,
4169         * src/pic16/genutils.c: some new debug functions for gpsim have been
4170         added,
4171         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4172         float with integer part only,
4173         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4174         place variables in access bank
4175         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4176         updated sources to reflect recent changes in gen.c
4177
4178 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4179
4180         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4181         sources that searched for headers in installation path, now the
4182         device/include/pic16 is used,
4183         * src/pic16/glue.c (pic16glue),
4184         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4185         .line directives if not in debug mode, this suppresses assembler's
4186         warnings for ignored directives
4187
4188 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4189
4190         * src/port.h: made reset_regparms prototype void parameter explicit.
4191         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4192         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4193         * doc/sdccman.lyx: documented warning disabling and how to use
4194           printf_large to make it print floats.
4195         * device/include/stdbool.h: NEW
4196         * device/lib/_atof.c,
4197         * device/lib/_divuint.c,
4198         * device/lib/_divulong.c,
4199         * device/lib/expf.c,
4200         * device/lib/printf_large.c,
4201         * device/lib/sincosf.c,
4202         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4203         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4204           a completely reentrant lib.
4205
4206 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4207
4208         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4209         * device/include/pic16/stdio.h: fixed bug with colon
4210
4211 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4212
4213         * device/include/pic16/stdio.h,
4214         * device/include/pic16/stdlib.h,
4215         * device/include/pic16/math.h: NEW
4216         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4217         declared as _naked to reduce overhead
4218         * device/lib/Makefile.in (target port-specific-objects-pic16):
4219         changed * to *.* so to ignore the CVS directory,
4220         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4221         stacked variables back in stack,
4222         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4223         corruption
4224
4225 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4226
4227         * .version: bumped version number to 2.4.5
4228         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4229         * support/Util/SDCCerr.c (messages structure): added entry for
4230         W_POSSBUG2
4231
4232         Large cumulative patch for pic16 port and libraries.
4233         * device/include/pic16/sdcc-lib.h,
4234         * device/include/pic16/stdarg.h,
4235         * device/include/asm/pic16/features.h,
4236         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4237         * device/include/pic16/float.h: changes reentrant keyword with
4238         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4239         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4240         updated target build-libraries to include objects from gptr,
4241         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4242         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4243         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4244         all function headings,
4245         * src/SDCCmain.c: added global parameter userIncDirsSet,
4246         * (parseCmdLine): when option -I is encountered add directory to
4247         userIncDirsSet too,
4248         * src/version.awk: added space between control and long,
4249         * src/pic16/NOTES: added some notes for the port,
4250         * src/pic16/gen.c: added prototype for mov2fp function,
4251         * (fReturnpic16[]): properly named return value registers,
4252         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4253         * (aopForSym): added code to handle symbols with onStack flag set,
4254         symbols onStack are allocated PTRSIZE bytes,
4255         * (aopFreeAsmop): handles special case where asmops are stack objects,
4256         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4257         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4258         added argument lock to trace flaws in allocating temporary registers
4259         when developing port,
4260         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4261         * (pic16_popRegFromString): reenabled allocating a direct register
4262         from string,
4263         * (assignResultValue): various beautifications,
4264         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4265         referenced function argument,
4266         * (genIpush): reenabled to allow stacked arguments, handles only
4267         ic->parmPush iCodes,
4268         * (genCall, genPcall): major changes to allow for variable argument
4269         functions, fixed a bug with falsely restoring stack pointer after
4270         returning from call,
4271         * (genFunction): pending code for critical function,
4272         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4273         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4274         * (genNearPointerGet): fixed bug with indirect reading, was always
4275         reading from INDF0
4276         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4277         pointers,
4278         * (genAddrOf): rewrote code to take address of a stacked function parameter
4279         * (genCast): fixed casting to generic pointer type,
4280         * src/pic16/gen.h: added AOP_STA,
4281         * (struct asmop): added field stk,
4282         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4283         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4284         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4285         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4286         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4287         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4288         generic pointers,
4289         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4290         and library paths,
4291         * (pic16_port structure): generic pointer size is set to 3,
4292         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4293         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4294         compiler warning,
4295         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4296         operand is an iTemp,
4297
4298 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4299
4300         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4301         * debugger/mcs51/simi.c: addapt new syntax of s51
4302
4303 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4304
4305         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4306         * src/pic16/pcode.c: commented out some calls to free() in order to
4307         fix bug #989576,
4308
4309 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4310
4311         * src/SDCCicode.h,
4312         * src/SDCCicode.c (isiCodeInFunctionCall),
4313         * src/avr/ralloc.c (selectSpil),
4314         * src/pic/ralloc.c (selectSpil),
4315         * src/pic16/ralloc.c (selectSpil),
4316         * src/ds390/ralloc.c (selectSpil),
4317         * src/hc08/ralloc.c (selectSpil),
4318         * src/xa51/ralloc.c (selectSpil),
4319         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4320         stack in the middle of a function call sequence (fixes bug #1020268)
4321         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4322         costs associated with the minimum switch case.
4323
4324 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4325
4326         * src/SDCC.lex: fixed bug #1030549
4327
4328 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4329
4330         * src/SDCCcse.h (struct cseDef),
4331         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4332         over a function call if the CSE is derived from a symbol whose
4333         address has been taken (fixes bug #1029883)
4334         * support/regression/tests/bug-1029883: a new regression test for
4335         this bug
4336
4337 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4338
4339         * src/hc08/gen.c (emitinline): fixed bug #1029778
4340         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4341         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4342         and starts toward RFE #905167)
4343
4344 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4345
4346         * src/pic16/gen.c (mov2f): New function to move an operand to
4347         another without considering if it is a literal or a register,
4348         * (pic16_sameRegs): don't check if they are both AOP_REG,
4349         * (AccRsh): removed andmask=0 lines,
4350         * (genLeftShift): duplicated to be improved in future versions,
4351         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4352         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4353         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4354         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4355         * (insertBankSwitch): fixed inserting banksel directives algorithm
4356         for instructions that follow a skip instruction, this fixes a report
4357         for broken subtraction code generation,
4358         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4359         iCode is a left op, just in case result and right share the same
4360         registers
4361
4362 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4363
4364         * src/hc08/main.c,
4365         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4366         preservation of HX
4367         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4368         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4369         on 2004-09-12; it was buggy
4370
4371 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4372
4373         * src/SDCCsymt.h: removed RESULT_CHECK
4374         * src/SDCCast.c,
4375         * src/SDCCglue.c,
4376         * src/SDCCval.c,
4377         * src/pic/glue.c,
4378         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4379
4380 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4381
4382         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4383         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4384         configuration values no more rejected by compiler, they are assigned
4385         to configuration registers with a warning message instead,
4386         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4387         the for-loop so last conf register is emitted too,
4388         * (_pic16_initPaths): link library libsdcc.lib by default,
4389         * (_hasNativeMulFor): modified test for multiplication according to
4390         Raphael Neider's remarks. Integer multiplication is also done with
4391         support functions,
4392         * device/include/pic16/pic18fregs.h: corrected type error in while
4393         testing and including 18f6720 header file
4394
4395 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4396
4397         * src/pic16/device.h (pic16_options): removed field use_crt,
4398         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4399         until an optimization to handle single bits is added,
4400         * (pic16_loadFSR0): moved before genUnpackBits,
4401         * (genAnd): some white lines removed,
4402         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4403         leave_reset flags in pic16_options when using crt modules,
4404
4405 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4406
4407         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4408           for bugs 898889 & 979599. Also used some safer print instructions.
4409
4410 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4411
4412         * src/pic16/device.h (pic16_options_t): added field use_crt,
4413         crt_name, no_crt,
4414         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4415         catch a probable future bug,
4416         * src/pic16/gen.c: aopIdx function commented out,
4417         * (genAssign): commented out old code which used aopIdx,
4418         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4419         code, added if conditionals to take into account the --use-crt
4420         command line options,
4421         * src/pic16/main.c (pic16_optionsTable): added new command line
4422         options, --use-crt= and --no-crt,
4423         * (_pic16_linkEdit): now the proper crt object is added in the
4424         linker command line except than when --no-crt is specified,
4425         * src/pic16/pcode.c,
4426         * src/pic16/pcode.h: added some structures and functions for a new
4427         optimization scheme to compansate for instruction overhead between
4428         same iCodes, this scheme is currently under development and is not
4429         working in any way,
4430         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4431         to && operator,
4432         * device/lib/pic16/startup/crt0i.c,
4433         * device/lib/pic16/startup/crt0iz.c: added global char variable
4434         __uflags to force the generation of an idata section
4435
4436 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4437
4438         * doc/Makefile,
4439         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4440         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4441
4442 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4443
4444         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4445         Frieder) and clarified the default code optimization mode
4446
4447 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * src/SDCC.lex (doPragma, process_pragma),
4450         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4451         "opt_code_size", and "opt_code_balanced"
4452         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4453         regrouped options by category, added support for category headers
4454         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4455         and "--opt-code-size"
4456         * doc/sdccman.lyx: documented these new options and pragmas
4457         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4458         preference into account
4459
4460 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4461
4462         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4463           geniCodePreDec): Fixed bug 904237 by generating a warning
4464         * src/SDCCerr.h,
4465         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4466
4467 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4468
4469         * src/pic/device.c : When no max ram set validate full memory range.
4470         * src/pic/pcode.c,
4471         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4472
4473 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4474
4475         * device/lib/_gptrget.c,
4476         * device/lib/_gptrput.c: updated comment
4477         * device/lib/calloc.c,
4478         * device/lib/free.c,
4479         * device/lib/malloc.c,
4480         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4481         * src/SDCCcse.c (cseBBlock),
4482         * src/SDCCicode.c (printOperand, geniCodeArray),
4483         * src/SDCCicode.h (struct operand): fixed bug 868103
4484         * support/regression/tests/bug-868103.c: added
4485         * src/SDCCast.c (searchLitOp),
4486         * src/SDCCcse.h (struct cseDef),
4487         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4488         * src/SDCCicode.h (struct operand),
4489         * src/SDCCsymt.h (struct sym_link),
4490         * src/avr/gen.c (hasInc),
4491         * src/ds390/gen.c (hasInc),
4492         * src/hc08/gen.c (genPlusIncr, hasInc),
4493         * src/mcs51/gen.c (hasInc),
4494         * src/pic16/glue.c (pic16_printIvalChar),
4495         * src/pic16/ralloc.c (regWithIdx),
4496         * src/xa51/gen.c (hasInc) : removed warnings
4497         * src/SDCCast.c (createBlock): added comment ???
4498         * src/hc08/ralloc.c: updated comments
4499
4500 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4501
4502         * doc/sdccman.lyx: updated section on switch statements, added
4503         section about semaphore locking
4504         * doc/Makefile: added option -info for latex2html
4505         * device/lib/_gptrget.c,
4506         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4507
4508 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4509
4510         * src/pic/device.h,
4511         * src/pic/device.c,
4512         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4513          maxram is less than 0x100.
4514
4515 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4516
4517         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4518
4519 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * src/port.h,
4522         * src/mcs51/main.c,
4523         * src/ds390/main.c,
4524         * src/z80/main.c,
4525         * src/hc08/main.c,
4526         * src/pic/main.c,
4527         * src/pic16/main.c,
4528         * src/avr/main.c,
4529         * src/xa51/main.c
4530         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4531         a jump table is the best form for a switch statement, including
4532         automatic insertion of missing cases to make the case range
4533         continuous. Developed in collaboration with Frieder Ferlemann.
4534
4535 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4536
4537         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4538         accumulator result if it needs sign extension
4539
4540 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4541
4542         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4543
4544 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4545
4546         * device/lib/gbz80/printf.c,
4547         * device/lib/z80/printf.c: removed define for NULL
4548
4549 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4550
4551         * as/xa51/xa_link.c,
4552         * device/examples/ds390/ow390/ad26.c,
4553         * device/examples/ds390/ow390/cnt1d.c,
4554         * device/examples/ds390/ow390/counter.c,
4555         * device/examples/ds390/ow390/ds2480.h,
4556         * device/examples/ds390/ow390/ds2480ut.c,
4557         * device/examples/ds390/ow390/findtype.c,
4558         * device/examples/ds390/ow390/gethumd.c,
4559         * device/examples/ds390/ow390/owllu.c,
4560         * device/examples/ds390/ow390/ownetu.c,
4561         * device/examples/ds390/ow390/swt12.c,
4562         * device/examples/ds390/ow390/swtloop.c,
4563         * device/examples/ds390/ow390/temp.c,
4564         * device/examples/ds390/ow390/temp10.c,
4565         * device/examples/ds390/ow390/thermo21.c,
4566         * device/examples/ds390/ow390/tinilnk.c,
4567         * device/examples/ds390/ow390/tstfind.c,
4568         * device/examples/serialcomm/windows/serial.cpp,
4569         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4570         * device/include/reg51.h: fixed line endings for cvs
4571
4572 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4573
4574         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4575         packRegsForAccUse, packRegisters): new accumulator register
4576         packing algorithm
4577         * support/regression/ports/hc08/support.c (_putchar): suppress
4578         warning of unused variable
4579         * src/SDCCicode.c: added SWAP entry to codeTable
4580
4581 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4582
4583         * device/lib/sprintf.c: forgot to add this file before previous commit
4584
4585 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4586
4587         * src/pic16/gen.c (genPackBits): added operand right in function
4588         parameters, load result directly if p_type is POINTER (that is
4589         called by genNearPointerSet)
4590         * (genUnPackBits): added operand left in function parameters,
4591         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4592         FSR0 if accessing bitfields,
4593
4594 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4595
4596         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4597           _print_format; updated printf, sprintf, vsprintf
4598         * device/include/asm/default/features.h: corrected comment/define
4599         * device/lib/Makefile.in: added sprintf.c
4600         * device/lib/libsdcc.lib: added sprintf module
4601         * device/lib/printf_large.c,
4602         * device/lib/vprintf.c,
4603         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4604           into these 3 files
4605         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4606         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4607         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4608           hc08 test
4609         * support/regression/tests/zeropad.c: define idata as data for hc08
4610
4611 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4612
4613         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4614         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4615         labels are referenced at least once (even if a reference is not found)
4616         * src/hc08/gen.c (emitcode): set isComment flag for comments
4617         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4618         loads), rules 6a..6b (optimize jumps to return)
4619
4620 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * device/lib/acosf.c (acosf),
4623         * device/lib/asinf.c (asinf),
4624         * device/lib/atanf.c (atanf),
4625         * device/lib/ceilf.c (ceilf),
4626         * device/lib/cosf.c (cosf),
4627         * device/lib/coshf.c (coshf),
4628         * device/lib/cotf.c (cotf),
4629         * device/lib/fabsf.c (fabsf),
4630         * device/lib/floorf.c (floorf),
4631         * device/lib/log10f.c (log10f),
4632         * device/lib/logf.c (logf),
4633         * device/lib/sinf.c (sinf),
4634         * device/lib/sinhf.c (sinhf),
4635         * device/lib/sqrtf.c (sqrtf),
4636         * device/lib/tanf.c (tanf),
4637         * device/lib/tanhf.c (tanhf),
4638         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4639         replaced all instances of "reentrant" in the library functions
4640         defined in math.h with this macro.
4641         * support/regression/tests/float_trans.c: reenabled test for hc08
4642
4643 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4644
4645         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4646         erroneously deleted
4647
4648 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4651         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4652         multi-byte volatile operands are used
4653         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4654         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4655         initialization to area GSINIT0 so that it would always precede
4656         any static initializers in GSINIT
4657         * support/regression/tests/zeropad.c: fixed idata define for hc08
4658         * support/regression/tests/bug-927659.c,
4659         * support/regression/tests/float_trans.c: disabled tests for hc08
4660         pending missing library routines
4661         * .version: increased version number to 2.4.4 - hc08 port now passes
4662         regression tests
4663
4664
4665 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4666
4667         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4668         * Makefile.common.in,
4669         * as/Makefile,
4670         * as/hc08/Makefile.in,
4671         * as/mcs51/Makefile.in,
4672         * as/z80/Makefile.in,
4673         * debugger/mcs51/Makefile.in,
4674         * device/include/Makefile.in,
4675         * device/lib/Makefile.in,
4676         * doc/Makefile,
4677         * link/Makefile,
4678         * link/z80/Makefile.in,
4679         * packihx/Makefile.in,
4680         * sim/ucsim/main_in.mk,
4681         * sim/ucsim/avr.src/Makefile.in,
4682         * sim/ucsim/doc/Makefile.in,
4683         * sim/ucsim/gui.src/serio.src/Makefile.in,
4684         * sim/ucsim/hc08.src/Makefile.in,
4685         * sim/ucsim/s51.src/Makefile.in,
4686         * sim/ucsim/xa.src/Makefile.in,
4687         * sim/ucsim/z80.src/Makefile.in,
4688         * src/Makefile.in,
4689         * support/cpp2/Makefile.in,
4690         * support/librarian/Makefile,
4691         * support/makebin/Makefile: added DESTDIR to the install path proposed
4692         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4693         * doc/sdccman.lyx: added DESTDIR documentation
4694
4695 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4696
4697         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4698         instruction for interrupt handlers, use fast returns when returning
4699         from high priority interrupts
4700
4701 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4702
4703         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4704         code generation
4705         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4706         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4707         bugs, ported much of Bernhard's code from mcs51
4708         * src/mcs51/gen.c (genSend),
4709         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4710         than one when calling a reentrant function
4711         * device/lib/_mullong.c: defined an alternate struct layout for big
4712         endian ports (hc08)
4713
4714 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4717         test
4718
4719 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4720
4721         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4722         are sane and complete before asking the port its prefered parameter
4723         passing method (fixes bug #1017633)
4724         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4725         and _ret3
4726
4727 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4728
4729         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4730         problem in bitfields >= 8 bits.
4731
4732 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4733
4734         * src/SDCCsymt.c: undid changes that were not meant to be committed
4735
4736 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4737
4738         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4739
4740 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4741
4742         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4743           copied and wrong bit got inverted
4744
4745 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4746
4747         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4748         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4749         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4750         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4751         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4752         assignments to bitfields at known addresses
4753         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4754         reads from bitfields at known addresses
4755         * src/hc08/ralloc.c (packRegisters),
4756         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4757         genhc08Code): optimize pointer get values used as conditionals
4758         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4759         and branch
4760
4761 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4762
4763         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4764         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4765         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4766         as conditionals
4767
4768 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4769
4770         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4771
4772 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4775         related problems
4776
4777 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4778
4779         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4780
4781 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4784         mcs51 port
4785
4786 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4787
4788         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4789
4790 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4791
4792         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4793         cases use more compact code.
4794
4795 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4796
4797         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4798
4799 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4800
4801         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4802
4803 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4804
4805         * src/SDCCsymt.h,
4806         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4807         parameter of changePointer() from symbol* to sym_link*
4808         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4809         * src/SDCCsymt.c (compareType): void* type is castable to other
4810         pointers, but not necesarily an exact match.
4811         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4812         is no longer blindly treated as an exact match.
4813         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4814
4815 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4816
4817         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4818
4819 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4820
4821         * src/pic/gen.c,
4822         * src/pic/pcode.c,
4823         * src/pic/ralloc.h,
4824         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4825
4826 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4827
4828         * src/pic/device.c,
4829         * src/pic/device.h,
4830         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4831
4832 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4833
4834         * src/mcs51/gen.c (emitcode): fixed bug #992819
4835
4836 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4837
4838         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4839           there's no need to make it worse
4840
4841 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4842
4843         * src/mcs51/ralloc.c (deassignLR),
4844         * src/ds390/ralloc.c (deassignLR),
4845         * src/hc08/ralloc.c (deassignLR),
4846         * src/z80/ralloc.c (deassignLR),
4847         * src/pic/ralloc.c (deassignLR),
4848         * src/pic16/ralloc.c (deassignLR),
4849         * src/avr/ralloc.c (deassignLR),
4850         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4851         rlivePoint): fixed another part of bug #971834
4852
4853 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/z80/main.c: enabled "critical" keyword
4856         * src/z80/mappings.i,
4857         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4858         functions (fixes bug #979646)
4859         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4860
4861 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4862
4863         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4864           such as c:\mydir.
4865
4866 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4867
4868         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4869           doesn't disable too much optimizations
4870
4871 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4872
4873         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4874
4875 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4876
4877         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4878
4879 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4880
4881         * src/pic/gen.c tidied up tabs
4882         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4883         * src/pic/main.c tidied up tabs
4884         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4885         * src/pic/pcoderegs.c tidied up tabs
4886         * src/pic/ralloc.c tidied up tabs
4887
4888 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4889
4890         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4891         to S_FIXED for pic16 port and when symbol is not in level 0,
4892         allocate for S_REGISTER storage class and pic16 port, too,
4893         * src/pic16/device.h: prototype for checkSym,
4894         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4895         * (pic16_assignConfigWordValue): test the value and the mask to
4896         validate that the value is suitable for the configuration word,
4897         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4898         collect extern declared symbols, don't emit symbol twice, check
4899         first if symbol is in publics set first,
4900         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4901         * added command line '--fstack' which enables an experimental
4902         feature for stack access, too buggy to be used yet...
4903         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4904         * (pic16_allocDirReg): when register has storage class S_REGISTER
4905         allocate in pic16_dynAccessRegs,
4906         * device/include/pic16/pic18f????.h: modified configuration word
4907         naming convention, words started as CONFIG0H but should be CONFIG1H
4908
4909 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4910
4911         * device/include/mcs51reg.h: fixed bug 970993
4912
4913 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4914
4915         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4916         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4917         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4918         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4919         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4920         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4921           error/warning numbers,
4922           added function setWarningDisabled()
4923         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4924         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4925           _memcmp.c _memmove.c calloc.c realloc.c free.c
4926         * support/regression/tests/malloc.c: added tests for new functionality
4927         * support/regression/tests/zeropad.c: added tests for truncated initializers
4928           and initialized char arrays starting with '\x0'
4929         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4930
4931 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4932
4933         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4934
4935 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4936
4937         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4938         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4939         peephole 177.e. Thanks to anonymous
4940
4941 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4942
4943         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4944         function isn't used in the source but referenced as a
4945         variable initializer then declare it as extern in .asm file
4946
4947 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4948
4949         * .version: increased version number to 2.4.3
4950
4951         Adding version extension according to ChangeLog CVS revision
4952         * src/Makefile.in (target all): added dependency 'version.h'
4953         * (rule version.h): added rule to create version.h from ChangeLog,
4954         * (rule dep): added dependency version.h,
4955         * src/version.awk: AWK script to create version.h
4956         * src/SDCCdwarf2.c (dwWriteModule),
4957         * src/SDCCglue.c (initialComments),
4958         * src/SDCCmain.c (printVersionInfo): modified to write after
4959         version string the version extension number,
4960         * src/SDCCutil.c: included "version.h"
4961         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4962         number,
4963         * src/SDCCutil.h: added prototype for getBuildNumber
4964
4965         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4966         includeDirsSet, too,
4967         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4968         const char [] is found in function prototype...
4969
4970         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4971         moving to WREG with source is already in WREG,
4972         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4973         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4974         * (aopForSym): stack'ed symbols are partially supported, added
4975         if-clause to support symbols in FARSPACE,
4976         * (sameRegs): added test for AOP_ACC to see if registers are same,
4977         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4978         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4979         * (pic16_popRegFromString): will not allocate a new register if it
4980         doesn't find one by name, bug may have introduced...
4981         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4982         * (genIpush): revived to use pic16 port's stack,
4983         * (genAddrOf): added incomplete case for stack'ed operand,
4984         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4985         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4986         can handle multibyte operands,
4987         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4988         * (pic16initialComments): added message for MPLAB compatibility
4989         mode enabled,
4990         * src/pic16/main.h: prototype for pic16_mplab_comp,
4991         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4992         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4993         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4994         because of increased complexity of procedure,
4995         * (_process_pragma): stack pragma changed to format 'stack pos len',
4996         emit symbol '_stack_end' to conform with gplink,
4997         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4998         to search for register,
4999         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5000         PO_GPR_REGISTER,
5001         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5002         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5003         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5004         case for PO_GPR_REGISTER,
5005         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5006         dies, the new era is ahead !...
5007         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5008         pic16_dynInternalRegs,
5009         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5010         * (pic16_allocDirReg): minor optimizations and bug fixes,
5011         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5012
5013         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5014         load stack and frame pointer with address of 'stack_end' symbol
5015
5016 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5017
5018         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5019         without source code but only variable initializers
5020
5021 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5022
5023         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5024         external are not declared as extern to reduce overhead while linking
5025
5026 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5027
5028         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5029
5030 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5031
5032         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5033           Yee Keat for the patch
5034         * src/SDCCast.c (decorateType): fixed bug #979599
5035         * src/ds390/gen.h: removed local fReturnSizeDS390
5036         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5037         * src/ds390/gen.c (genAnd, genOr, genXor),
5038         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5039
5040 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5041
5042         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5043         add relFilesSet to $3, manipulate $2 to handle linking of object
5044         files without source files in command line,
5045         * device/include/pic16 (all headers): added ID location macros,
5046         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5047         entries for ID location bytes,
5048         * (pic16_assignIdByteValue): NEW,
5049         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5050         added field dumpcalltree to pic16_options_t,
5051         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5052         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5053         emitting rFalseIfx label after check_carry label,
5054         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5055         pic16_emitDIRegs), NEW
5056         * (pic16glue): dump .calltree file when option --calltree found,
5057         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5058         * (_pic16_genAssemblerPreamble): emit ID locations after
5059         configuration registers,
5060         * (pic16_linkCmd): modifications of the link command,
5061         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5062         * (pic16_pCodeInitRegisters): don't init stack registers,
5063         * (pic16_findPrevInstruction): fixed bug,
5064         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5065         bug with immediate registers,
5066         * (buildCallTree): traces stack push and pop,
5067         * (pct2): dump also stack usage for each function,
5068         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5069         * (pic16_allocDirReg): various modifications,
5070         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5071         fixed to 1,
5072
5073 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5074
5075         * src/pic16/pcode.c: removed buggy double colon
5076
5077 2004-07-01 Borut Razem <borut.razem AT siol.net>
5078
5079         * support/scripts/sdcc.nsi: added include/pic16 to setup
5080
5081 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5082
5083         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5084         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5085         target 'clean',
5086         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5087         specific command line arguments. Also added sample lkr script
5088         for placing a variable at a specific memory bank.
5089         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5090         at a specific memory bank,
5091         * (pic16_dump_isection): fixed bug which caused string literals to
5092         be omitted when dumping idata section,
5093         * (pic16_groupRegistersInSection): added code to handle registers
5094         in specific memory banks,
5095         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5096         public, all references are renamed too,
5097         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5098         AOP_DPTR2,
5099         * (pic16_storeForReturn): added case to handle when dest is WREG,
5100         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5101         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5102         pic16_rel_udata, check to see if that register is marked as being
5103         a member of a specific memory bank,
5104         * (pic16_printIvalCharPtr): added code to add string literals either
5105         to code or the idata sections,
5106         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5107         also accept the 'udata' pragma,
5108         * src/pic16/main.h: new structure types sectName and sectSym
5109         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5110         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5111         * (pic16_findPrevInstruction): fixed, it returned nothing,
5112         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5113         instruction combinations,
5114         * (pic16_FixRegisterBanking): heavily reorganised,
5115         * (pic16_AnalyzeBanking): if generating banksel directives is
5116         disabled, then don't call FixRegisterBanking at all,
5117         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5118         completely removed,
5119         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5120
5121 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5122
5123         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5124         Phuah Yee Keat <yk.phuah AT nestac.com>
5125
5126 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5127
5128         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5129         correctly the IVT even if it is relocated to some other location
5130
5131 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5132
5133         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5134         * device/include/pic16/pic18f2220.h: NEW,
5135         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5136         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5137         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5138         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5139         nodefaultlibs, ivt_loc is the location of the interrupt vector
5140         table, and nodefaultlibs signs that default libraries should not be
5141         linked in link stage,
5142         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5143         according to --ivt-loc argument,
5144         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5145         when pragma stack is found,
5146
5147 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5148
5149         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5150         256 (range check), 257 (do while), 258.a-f (bit banging
5151         f.e. on 3-wire SPI bus)
5152
5153 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5154
5155         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5156         variables used exclusively within a loop
5157
5158 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5159
5160         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5161
5162 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5163
5164         * src/SDCClrange.c (computeClash): fixed bug #971834
5165
5166 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5167
5168         * src/mcs51/gen.c (genCmp): fixed bug #975903
5169         * src/hc08/gen.c (operandsEqu),
5170         * src/ds390/gen.c (operandsEqu),
5171         * src/z80/gen.c (operandsEqu),
5172         * src/pic/gen.c (operandsEqu),
5173         * src/pic16/gen.c (operandsEqu),
5174         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5175         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5176
5177 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5178
5179         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5180
5181 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5182
5183         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5184         default case in switch statement,
5185         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5186         to eliminate problem with initialisation of pointers, but problem
5187         still exists,
5188         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5189         * (emitStaticSegment): removed various lines emitting debug info,
5190         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5191         added processor registers for utilizing EEPROM,
5192         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5193         configurable and set 8
5194
5195 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5196
5197         * .version: increased version number to 2.4.2,
5198
5199         Cumulative patch for pic16 port
5200         * src/pic16/device.c: changed scheme to dump initial values for
5201         variables in idata segment, all print_idata* functions were removed,
5202         now the pic16_printIval* will be called,
5203         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5204         * _pic16_printPointerType, pic16_printPointerType,
5205         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5206         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5207         NEW, similar to the respective functions in SDCCglue.c,
5208         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5209         way, emitting hex bytes,
5210         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5211
5212 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5213
5214         * src/avr/ralloc.c (serialRegAssign),
5215         * src/xa51/ralloc.c (serialRegAssign),
5216         * src/pic/ralloc.c (serialRegAssign),
5217         * src/pic16/ralloc.c (serialRegAssign),
5218         * src/hc08/ralloc.c (serialRegAssign),
5219         * src/z80/ralloc.c (serialRegAssign),
5220         * src/ds390/ralloc.c (serialRegAssign),
5221         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5222
5223 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5224
5225         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5226         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5227
5228 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5229
5230         Cumulative patch for pic16 port:
5231         * src/pic16/device.h (typedef PIC16_device) modified fields for
5232         defining microcontrollers,
5233         * src/pic16/device.c: added new info for all devices in Pics16 array,
5234         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5235         to be optimised out by the pCode optimiser,
5236         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5237         specially, bug reported by G.M. Gallant,
5238         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5239         as force'd so that cannot be optimised out by pCode optimiser,
5240         * src/pic16/pcode.c,
5241         * src/pic16/pcodepeeph.c,
5242         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5243         they are disabled by default, but can be enabled explicit with
5244         command argument --denable-peeps, for testing,
5245         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5246         --pomit-ivt in COMPILE_FLAGS
5247
5248 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5249
5250         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5251           compilation on MSVC
5252
5253 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5254
5255         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5256
5257 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5258
5259         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5260         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5261
5262 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5263
5264         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5265         would only assign 0x300001 register.
5266
5267 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5270         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5271
5272 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5273
5274         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5275         for ds80c400
5276         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5277         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5278         added peephole 254 (left shift), 255 (jump table)
5279
5280 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5281
5282         * device/lib/Makefile.in: removed comment line with model-pic16,
5283         * (target port-specific-objects-pic16): the libraries and objects
5284         are copied to the build directory form the device/lib/pic16/bin
5285         directory
5286
5287         Cumulative patch concerning pic16 port:
5288         * library directory has been re-organized,
5289         * added support for PIC18F1220,
5290         * added headers and library sources for chips 18f1220,18f6520,
5291         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5292
5293         * configuration registers setting has changed, now each supported
5294         device has a complete description of the registers it uses,
5295         * all initialisations are moved to idata sections, these section
5296         can be absolute or relocatable,
5297         * fixed initialisation of codespace variables,
5298         * fixed warning about PCLATU and gpsim,
5299         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5300         * (genAssign): use table reads when assigning from variables in codespace,
5301         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5302         char/int variables placed in codespace,
5303         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5304         registers set in .asm file, no need for --pomit-config-words anymore,
5305         * (pic16glue): some 8051 legacy segments are commented out
5306         (to be removed completely),
5307         * added support for alternative assembler and linker with --asm=
5308         and --link= command line arguments,
5309         * peepholes are disabled automatically in the port, no need to
5310         specify on command line,
5311         * port supports natively char/int/long multiplication, but converts
5312         all divisions to support functions,
5313         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5314         to the file set in variable $2,
5315         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5316         strings in ASCII format and not in hex,
5317         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5318         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5319         allocate proper register if iCodes aren't temporary,
5320
5321 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5322
5323         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5324
5325 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5326
5327         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5328         is commented out
5329
5330 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5333         computed address is reused
5334         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5335         multi-byte bitfields
5336
5337 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5338
5339         * src/z80/gen.c: (genArrayInit): must check for pointers too
5340
5341 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5342
5343         * support/regression/tests/zeropad.c: never meant to commit the
5344           nestedstruct test: removed, added check for GCC version
5345
5346 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5347
5348         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5349         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5350         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5351           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5352           bugs 928906 and 954082 half-empty initializers
5353         * src/SDCCsymt.h,
5354         * src/SDCCsymt.c (getAllocSize): added for above fix
5355         * src/z80/gen.c (genArrayInit): fixed bug 741044
5356         * support/regression/tests/zeropad.c: added tests
5357
5358 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5359
5360         * src/pic16/device.c (pic16_dump_section): corrected bug which
5361         caused some symbols of the libraries to be misplaced
5362
5363 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5364
5365         * src/pic16/glue.c,
5366         * src/pic16/ralloc.h,
5367         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5368         to fix conflict with pic port
5369
5370 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5371
5372         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5373         externs configuration variables,
5374         * src/pic16/ralloc.h,
5375         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5376         prototype in header, commented out some debug messages
5377
5378 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5379
5380         * src/pic16/glue.c,
5381         * src/pic16/main.c,
5382         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5383         for gpasm COFF object generation. Thanks to D. Hawkins for
5384         his patch info
5385
5386 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5387
5388         * src/ds390/main.c,
5389         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5390         Brock for spotting this)
5391         * src/ds390/gen.c (genEndFunction),
5392         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5393         interrupt handler and critical. Disable push/pop optimizations when
5394         peephole optimizations disabled.
5395
5396 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5397
5398         Updated pic16 library sources and headers.
5399         * device/lib/pic16/pic18f*/ ,
5400         * device/include/pic16/*.h: modified to handle structured SFR
5401         definitions
5402
5403 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5404
5405         * src/port.h (PORT structure): added hook initPaths, now each
5406         port can declare its own default search paths,
5407         which can been seen with the --print-search-dirs option,
5408         see pic16 port for example,
5409         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5410         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5411         * (doPrintSearchDirs): NEW, replaces in a central manner the
5412         printing of search dirs which was split in set*Paths functions,
5413         * (main): added call to port->initPaths and doPrintSearchDirs,
5414         * src/avr/main.c,
5415         * src/ds390/main.c,
5416         * src/hc08/main.c,
5417         * src/izt/i186.c,
5418         * src/izt/tlcs900h.c,
5419         * src/mcs51/main.c,
5420         * src/pic/main.c,
5421         * src/pic16/main.c: modified port structures to reflect addition of
5422         initPaths hook,
5423
5424         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5425         * (pic16_dump_section): for registers in same address reserve memory once,
5426         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5427         to no_banksel,
5428         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5429         result is greater in size than right or left,
5430         * (pic16_genUMult8X8_8): there are some cases where the result can
5431         be 16 bits size, so handle these,
5432         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5433         * (pic16_outBitC): modified to emit pcodes,
5434         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5435         or not,
5436         * (genDivOneByte): implemented algorithm to divide 8-bits,
5437         * (genCmp): uncommented goto, but issues still exist,
5438         * (genAnd): fixed a bug with variables >8bits,
5439         * (genPackBits): optimization added that uses BCF/BSF to change a
5440         single bit,
5441         * (genAssign): fixed bug when assigning floating point literals,
5442         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5443         __sdcc_gsinit_startup label,
5444         * src/pic16/main.c (_pic16_init): removed search directory
5445         initialisations,
5446         * (_pic16_initPaths): NEW, used to initialise search directories,
5447         * (_hasNativeMulFor): support functions for all except char/int
5448         multiplication, and char division,
5449         * (PIC16_port struct): modified entry for native mul support,
5450         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5451         no_banksel option,
5452         * (buildCallTree): call to register_usage is ifdef'ed out,
5453
5454 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5455
5456         * device/include/string.h: applied Stas Sergeev's patch to make this
5457         header file compatible with the preprocessor -Wundef option
5458         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5459         failure (fixes bug #941458)
5460
5461 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5464         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5465         that the variable, not the function, should be static
5466         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5467         to be consistent with non-literal case
5468
5469 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/SDCCast.c (isConformingBody): fixed bug #949967
5472         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5473         convilong): fixed bug #952086
5474
5475 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5476
5477         * src/SDCCmem.c (allocVariables): fixed bug #955321
5478
5479 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5480
5481         * src/hc08/main.c (_hc08_genAssemblerEnd),
5482         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5483         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5484         completely eliminated the use of a temporary file
5485         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5486         when more than one file linked
5487         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5488
5489 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5490
5491         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5492         which fixes bug #543481
5493         * support/regression/tests/bug-751703.c: fixed comments left from a
5494         cut and paste error
5495         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5496         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5497         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5498         scopes
5499         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5500         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5501         are now changed to underscores in moduleName
5502
5503 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5504
5505         * as/mcs51/lkmem.c: better fix for bug #954173
5506
5507 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5508         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5509
5510         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5511         * device/include/c8051f000.h,
5512         * device/include/c8051f120.h,
5513         * device/include/c8051f300.h,
5514         * device/include/c8051f310.h,
5515         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5516         PWM16) and detab'ed
5517
5518 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5519
5520         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5521         and mailing lists, doc'ed --no-peep-comments, removed reference
5522         to knoppix (newest version has no LyX/LaTeX), other minor changes
5523         * src/SDCCglue.c (glue): save 2 bytes stack space with
5524         option --main-return. The ljmp could probably be avoided too
5525
5526 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5527
5528         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5529
5530 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5531
5532         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5533         * src/SDCCopt.c (isLocalWithoutDef),
5534         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5535         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5536         (credit to Maarten Brock for patch #949363, on which this is based)
5537         * support/regression/tests/bug-751703.c: some test cases of extern used
5538         within inner scopes.
5539
5540 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5543         SPEC_STRUCT
5544         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5545         struct definitions
5546         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5547         dwWriteLabel): fix to create valid debugger symbols even when
5548         the module name has non-alphanumeric symbols in it
5549         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5550         when a variable's allocation has been optimized away
5551
5552
5553 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5554
5555         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5556         * src/hc08/main.c,
5557         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5558         * src/mcs51/main.c,
5559         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5560         * src/ds390/main.c,
5561         * src/z80/gen.c (z80_emitDebuggerSymbol),
5562         * src/z80/main.c,
5563         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5564         * src/pic/main.c,
5565         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5566         * src/pic16/main.c,
5567         * src/avr/gen.c (avr_emitDebuggerSymbol),
5568         * src/avr/main.c,
5569         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5570         * src/xa51/main.c,
5571         * src/SDCCdebug.c (emitDebuggerSymbol),
5572         * src/SDCCdebug.h,
5573         * src/port.h: added a debugger struct to the port struct. Added a
5574         callback for defining debugger symbols
5575
5576         * src/SDCCast.c (createLabel),
5577         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5578         with isitmp = 1
5579         * src/SDCCicode.h,
5580         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5581         iCode back to the ast for the function
5582
5583         * src/hc08/ralloc.c (hc08_assignRegisters),
5584         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5585         unneeded fields from the regs struct.
5586         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5587         pushReg() & pullReg() functions instead of emitcode()
5588
5589         * src/hc08/gen.c (genLabel, genhc08Code),
5590         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5591
5592         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5593         debugger hooks
5594
5595         * src/hc08/gen.c (genEndFunction, genhc08Code),
5596         * src/hc08/gen.h,
5597         * src/mcs51/gen.c (genEndFunction, gen51Code),
5598         * src/mcs51/gen.h,
5599         * src/ds390/gen.c (genEndFunction, gen390Code),
5600         * src/ds390/gen.h,
5601         * src/z80/gen.c (genEndFunction, genZ80Code),
5602         * src/z80/gen.h,
5603         * src/z80/z80.h,
5604         * src/pic/gen.c (genEndFunction, genpic14Code),
5605         * src/pic/gen.h,
5606         * src/pic16/gen.c (genEndFunction, genpic16Code),
5607         * src/pic16/gen.h,
5608         * src/avr/gen.c (genEndFunction, genAVRCode),
5609         * src/avr/gen.h,
5610         * src/xa51/gen.c (genEndFunction, genXA51Code),
5611         * src/xa51/gen.h,
5612         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5613         specific code to cdbFile.c and out of the backend code generators
5614
5615         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5616         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5617         starting address is now 0
5618
5619         * as/hc08/asm.h,
5620         * as/hc08/m08pst.c,
5621         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5622         assembler directive for DWARF support
5623         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5624
5625         * src/src.dsp,
5626         * src/Makefile.in,
5627         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5628
5629 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5630
5631         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5632         and inappropriate peephole optimization in jump tables
5633
5634 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5635
5636         * as/hc08/m08pst.c,
5637         * src/SDCCglue.c: sdccopt works for the hc08 port now
5638
5639 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5640
5641         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5642
5643 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5644
5645         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5646
5647 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5648
5649         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5650         rules
5651         * src/SDCCmain.c,
5652         * src/SDCCglobl.h,
5653         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5654         comments from the peephole optimizer replacement rules
5655         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5656         symbols
5657         * src/SDCCcse.c (updateSpillLocation),
5658         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5659         equivalents
5660         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5661         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5662         objects far pointers
5663
5664 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5665
5666         * src/SDCCsymt.h: a missing part of my last change
5667         * src/pic/ralloc.c (regTypeNum),
5668         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5669
5670 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5671
5672         * src/SDCCicode.h,
5673         * src/SDCCicode.c (aggrToPtrDclType),
5674         * src/SDCCptropt.h,
5675         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5676         ptrPseudoSymConvert),
5677         * src/pic/ralloc.c (regTypeNum),
5678         * src/pic16/ralloc.c (regTypeNum),
5679         * src/hc08/ralloc.c (regTypeNum),
5680         * src/ds390/ralloc.c (regTypeNum),
5681         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5682         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5683
5684 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5685
5686         * link/z80/lkmain.c (afile),
5687         * as/hc08/lkmain.c (afile),
5688         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5689         prevent a pointer problem when a filename has no directory and
5690         no extension specified.
5691
5692 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5693
5694         * link/z80/lkmain.c (afile): allow periods in directory names
5695         * link/z80/lkmain.c (afile),
5696         * as/mcs51/lkmain.c (afile),
5697         * as/hc08/lkmain.c (afile): allow linker script file to have an
5698         extension other than ".lnk"
5699         * link/z80/lklex.c (getfid),
5700         * link/z80/lkmain.c (parse),
5701         * as/mcs51/lklex.c (getfid),
5702         * as/mcs51/lkmain.c (parse),
5703         * as/hc08/lklex.c (getfid),
5704         * as/hc08/lkmain.c (parse): Support comments in the linker script
5705         file on lines by themselves and after filenames
5706
5707 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5708
5709         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5710
5711 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/z80/peeph-z80.def: removed some peephole rules that don't
5714         work with multibyte arithmetic (fixed bug #937126)
5715         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5716         to registers and not global variables
5717         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5718         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5719         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5720         checking for assignments not internally generated (fixed bug #931895)
5721         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5722         structure member (fixed bug #930072)
5723
5724 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/SDCCmain.c (linkEdit),
5727         * src/hc08/main.c (_hc08_parseOptions),
5728         * as/hc08/Makefile.in,
5729         * as/hc08/aslink.h,
5730         * as/hc08/asm.h,
5731         * as/hc08/m08pst.c,
5732         * as/hc08/lkrloc.c (relr, rele),
5733         * as/hc08/lkarea.c (lnkarea)
5734         * as/hc08/lkmain.c (afile, parse),
5735         * as/hc08/lkelf.c: support for ELF output
5736         * as/hc08/lks19.c (s19),
5737         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5738
5739 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5740
5741         * as/mcs51/lkihx.c: Fixed bug #899105.
5742
5743 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5744
5745         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5746         .dsp files from Unix to DOS.
5747
5748 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5749
5750         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5751         function pointers; we have been compliant for several months now.
5752         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5753         change that was accidently commented out
5754         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5755         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5756         bug #922319
5757
5758 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5759
5760         * src/hc08/gen.c: output of all of the internal debugging information
5761         is now controlled by the D() macro; it is disabled by default
5762
5763 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5764
5765         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5766         harder to keep the same registers during a CAST iCode
5767         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5768         long via int can be done in a single cast, if the signedness is
5769         correct.
5770         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5771         putchar() in tinibios.c in ds390's library
5772
5773 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5774
5775         * src/SDCCast.c (decorateType): fixed bug #898889,
5776         cast result of a literal complement too
5777         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5778         fixed check for bitfields
5779
5780 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5781
5782         * src/SDCCicode.c (geniCodeLogic): made it static,
5783         (geniCodeLogicAndOr): added in order to fix bug #905492,
5784         (ast2iCode): fixed bug #905492
5785         * support/regression/tests/bug-905492.c: added
5786         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5787         (processParms): fixed bug #927659: don't copy parms, this will clear
5788         decorated flag
5789         * support/regression/tests/bug-927659.c: added
5790
5791 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5792
5793         * src/SDCCast.c (addCast): don't cast float to char
5794         * device/lib/libsdcc.lib: added _memmove
5795
5796 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * device/lib/large/Makefile: fixed parallel execution by
5799         replacing `make` by `$(MAKE)`
5800
5801 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5804         offsets (fixes bug #923936)
5805
5806 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         * device/lib/small/Makefile: fixed parallel execution by
5809         replacing `make` by `$(MAKE)`
5810
5811 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5812
5813         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5814
5815 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5816
5817         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5818         * src/regression/Makefile: Regression test was not running.
5819
5820 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5821
5822         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5823         complement if possible
5824         * src/SDCCval.c (valComplement),
5825         * src/SDCCicode.c (operandOperation): fixed complement of literal
5826         * support/regression/tests/onebyte.c (testComplement): added
5827
5828 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5831         return an optimized tree; actually replace actParm with the new tree
5832         * src/SDCCast.h: added some parantheses to remove side effects
5833         * support/regression/tests/bug-920866.c
5834
5835 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5836         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5837         Bit operands were not being handled properly in the pic14 port.
5838         (now src/regression/add.c passes again).
5839
5840 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         * src/SDCC.y (labeled_statement): case and default no longer require
5843         a following statement (RFE #893037)
5844
5845 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5846
5847         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5848         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5849         disabled (fixes bug #916294)
5850         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5851         "mov a,acc"; patch provided by Lenny Story
5852         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5853
5854 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5855
5856         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5857         functions
5858         * src/ds390/gen.c (genFunction, genEndFunction),
5859         * src/ds390/ralloc.c (ds390_assignRegisters),
5860         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5861         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5862         pushed if there are parameters passed on the stack. Also, a cleaner
5863         way to decide if r0/r1 should be pushed/popped. (Together they fix
5864         bug #918693)
5865
5866 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * doc/sdccman.lyx,
5869         * device/lib/mcs51/crtpagesfr.asm,
5870         * device/lib/mcs51/crtxinit.asm,
5871         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5872         to avoid confusion with Si Lab's SFRPAGE register.
5873
5874 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5875
5876         * src/SDCCglue.c (emitMaps): allow public sfr variables
5877         * src/SDCCglue.c (initialComments): include compiler build date
5878         with compiler version and put the timestamp of the generated
5879         assembly file on a serperate line to be less confusing.
5880         * src/port.h: added genInitStartup hook
5881         * src/avr/main.c,
5882         * src/ds390/main.c,
5883         * src/hc08/main.c,
5884         * src/pic/main.c,
5885         * src/pic16/main.c,
5886         * src/xa51/main.c,
5887         * src/z80/main.c: genInitStartup initialize as NULL (default to
5888         historical behaviour)
5889         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5890         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5891         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5892         library instead of hard coding it into the compiler.
5893         * support/regression/ports/mcs51-stack-auto/spec.mk,
5894         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5895         * device/lib/mcs51/Makefile,
5896         * device/lib/small/Makefile,
5897         * device/lib/large/Makefile,
5898         * device/lib/mcs51/crtpagesfr.asm,
5899         * device/lib/mcs51/crtstart.asm,
5900         * device/lib/mcs51/crtxclear.asm,
5901         * device/lib/mcs51/crtxinit.asm,
5902         * device/lib/mcs51/crtclear.asm,
5903         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5904         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5905         and into user configurable files.
5906         * device/lib/clean.mk: clean mcs51 directory too
5907         * support/regression/tests/longlit.c: added static to T1 declaration
5908         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5909         accesses in the initialization code
5910
5911 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5912
5913         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5914         OSCTRIMVAL as noted in bug #916008
5915
5916 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5917
5918         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5919         in loops with multiple exits (reported as incorrect registers
5920         used by Martin Helmling in Sdcc-user list)
5921
5922 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5923
5924         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5925         made ds390 register extensions look less like error messages
5926
5927 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5928
5929         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5930         reported by Adam Wozniak in Sdcc-user list
5931
5932 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5933
5934         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5935         arithmetic optimizations, added debug output
5936
5937 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5938
5939         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5940         * sdcc.spec: updated and split sdcc into 3 rpms
5941         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5942         needed for literals of LEFT_OP and '+'
5943         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5944         introduced RESULT_TYPE_NOPROM
5945         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5946         left shift
5947         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5948         limited promotion to int only for '*'
5949         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5950
5951 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5952
5953         * src/pic16/gen.c (genSkip),
5954         (genc16bit2lit), (gencjneshort): commented out
5955         (is_LitOp): new helper function, checks operand type
5956         (genCmpEq): rewritten
5957
5958 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5959
5960         * support/regression/tests/bug-908454.c: added
5961
5962 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5963
5964         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5965         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5966         (geniCodeCast): cosmetic, don't preserve bit storage class
5967         (geniCodeLeftShift): added promotion
5968         (geniCodeLogic): fixed regression
5969         * src/SDCCsymt.c (computeTypeOr): accept bits too
5970         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5971
5972 2004-03-07  Borut Razem <borut.razem AT siol.net>
5973
5974         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5975
5976 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5977
5978         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5979         version of pic16_genPackRegisters which does not check if ic is a
5980         CAST operator,
5981         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5982         function cause string1.c regression test fails
5983
5984 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5985
5986         * sim/ucsim/configure.in,
5987         * sim/ucsim/configure,
5988         * sim/ucsim/doc/Makefile.in: use docdir
5989         * src/SDCC.y: fixed sbit atrributes
5990         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5991         * src/SDCCast.c (decorateType): |^& need special promotion handling
5992         * src/SDCCast.h,
5993         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5994         * src/SDCCsymt.h (computeType),
5995         * src/SDCCicode.c: computeType() needs op
5996         * src/SDCCsymt.c (checkTypeSanity),
5997         * doc/sddman.lyx: "plain" bitfields are unsigned
5998         * src/SDCCsymt.c (computeTypeOr): added
5999         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6000         |^& ops
6001         * src/SDCCval.c (val*): computeType() needs op
6002         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6003         * support/regression/tests/onebyte.c: added tests for |^&
6004
6005 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6006
6007         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6008         for writing icode into asm output.
6009
6010 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6011
6012         * src/pic16/device.c: added some debug lines enabled
6013         with macro DEBUG_CHECK,
6014         * src/pic16/genarith.c: more debug in genPlus,
6015         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6016         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6017         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6018         * (aopForSym): onStack symbols are re-placed in data memspace,
6019         and onStack flag is cleared,
6020         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6021         copy temporary pcodeop,
6022         * (genPcall): added warning for not updating PCLATU,
6023         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6024         always true for pic16 port,
6025         * (genMultOneWord): NEW, supports integer multiplication,
6026         * (genMult): modified to call genMultOneWord,
6027         * (ifxForOp): added warning when return NULL,
6028         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6029         flag is set before call to operandFromSymbol for implicit
6030         added structures,
6031         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6032         options.intlong_rent are set by default,
6033         * (_hasNativeMulFor): modified to allow port generation of integer
6034         multiplication,
6035         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6036         set regtype to REG_SFR for all registers, restricting seting the
6037         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6038
6039 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6040
6041         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6042         more than 500 times in the regression tests
6043
6044 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6045
6046         * support/Util/SDCCerr.h,
6047         * support/Util/SDCCerr.c,
6048         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6049         enumerator_list),
6050         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6051         for symbol conflicts.
6052         * support/valdiags/tests/enum.c,
6053         * support/valdiags/tests/tentdecl.c,
6054         * support/valdiags/tests/struct.c: expect possible error messages
6055         referring to original symbol definitions.
6056         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6057         * src/SDCCsymt.h,
6058         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6059
6060 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6061
6062         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6063
6064 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6065
6066         * src/pic16/ralloc.c (newReg): fixed bug #908929
6067
6068 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * src/ds390/gen.c: added missing #include "main.h"
6071
6072 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6073
6074         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6075         checking if symbol is already in set,
6076         * src/pic16/device.h: prototype for checkAddSym,
6077         * src/pic16/gen.c: (_G): added entry interruptvector,
6078         * (assignResultValue): removed some commented out lines,
6079         * (genFunction): check for ISR via sym->type, absolute section for
6080         interrupt code is created via a new pBlock, the goto instruction is
6081         placed now correctly at the interrupt vector position, changed all
6082         references from ivec to _G.interruptvector,
6083         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6084         is the interrupt is a high priority one, same for return from ISR,
6085         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6086         externs to calls of checkAddSym,
6087         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6088         pic16_pcode_verbose flag is set,
6089         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6090         * src/pic16/pcoderegs.c: message about how many registers are saved
6091         will only be emitted if pic16_pcode_verbose flag is set,
6092
6093 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6094
6095         * src/ds390/ralloc.h,
6096         * src/ds390/ralloc.c (ds390_regWithIdx),
6097         * src/ds390/gen.c (emitcode),
6098         * src/ds390/main.h,
6099         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6100         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6101         ds390operandCompare, getRegsRead, getRegsWritten,
6102         initializeAsmLineNode): customized instruction size calculation for
6103         ds390, started basis for some register optimizations
6104         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6105         corresponding assembly output
6106         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6107         missing push/pop of r0/r1. Optimized push/pops
6108
6109 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6110
6111         * src/mcs51/main.c (instructionSize): fixed ACALL size
6112         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6113
6114 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6115
6116         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6117         the sorting of rlist with NULL elements
6118         * (print_idataType, print_idata): NEW to create idata sections
6119         * src/pic16/device.h: idataSymSet new variable
6120         * src/pic16/gen.c (genFunction): fixed some bugs in string
6121         comparing, improved the absolute section creation for ISRs,
6122         added FSR0L/FSR0H in registers that are saved in an ISR,
6123         * (genInline): fixed the processing of inline snippets,
6124         now they undergo no process by the peephole optimizer
6125         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6126         are placed in idataSymSet,
6127         * (pic16emitStaticSeg): extern symbols are added in externs,
6128         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6129         switching when aboslute variables are placed in access bank memory
6130         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6131         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6132         commented out with #if,
6133         * (pic16_packRegisters): reintroduce the check for CAST because some
6134         symbols are not correctly handled,
6135         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6136         pCodeInstruction instead of pCode,
6137         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6138         pCodeAsmDir definition,
6139         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6140         directive, then the argument directive is emitted without the leading
6141         tab, hack for inline labels which must be in the first column,
6142         * (compareLabel,pic16_findNextInstruction),
6143         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6144         * (insertBankSwitch): modified for the new pCodeAsmDir,
6145
6146 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6147         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6148
6149         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6150         instance,
6151         * (pushSide): commented out with #if,
6152         * (assignResultValue): fixed some typos in saving
6153         registers,
6154         * (genPcall): FIXED and sync'ed with genCall,
6155         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6156         * (genNearPointerGet): fixed to handle some more cases,
6157         implementation scheme via table reads,
6158         * (genConstPointerGet): modified to access code memory correct,
6159         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6160         and improved to handle some cases
6161         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6162         instead of "RETLW" for init data
6163         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6164         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6165         variables are placed in access bank memory (<0x80 and >=0xf80),
6166         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6167         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6168         TBLWT_POSTDEC,TBLWT_PREINC
6169         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6170         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6171         directives
6172         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6173         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6174         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6175         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6176
6177 2004-02-29  Borut Razem <borut.razem AT siol.net>
6178
6179         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6180         support/Util/findme.h, support/Util/system.h: enhance binary relative
6181         search for lib and include by using findProgramPath()
6182
6183 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6184
6185         * src/SDCCpeeph.h,
6186         * src/SDCCpeeph.c (pcDistance),
6187         * src/port.h,
6188         * src/mcs51/ralloc.h,
6189         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6190         * src/mcs51/main.h,
6191         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6192         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6193         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6194         size calculation port specific, started basis for some register
6195         optimizations
6196         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6197         missing push/pop of r0/r1. Optimized push/pops
6198         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6199         * device/lib/_modsint.c (_modsint),
6200         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6201         and stack version so regression tests pass
6202
6203 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6204
6205         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6206         * src/SDCCast.c (decorateType): catch another small optimization
6207         with '?' operator
6208         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6209         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6210         modified to finally use computeType() all over SDCC,
6211         see Feature Request #877103
6212         * src/SDCCval.h: cosmetic
6213         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6214         valCompare(); regression tested in muldiv.c
6215         * support/regression/tests/muldiv.c (testMod): mod sign follows
6216         dividend only
6217
6218 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6219
6220         * src/SDCCast.c (decorateType): fixed bug #902362
6221         * doc/INSTALL.txt: fixed install instructions for win32
6222
6223 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6224
6225         * device/include/Makefile.in (install): fixed by replacing spaces
6226         by tabs
6227         * doc/README.txt,
6228         * doc/INSTALL.txt: updated for release
6229         * doc/sdccman.lyx: added warning for --xstack being buggy
6230
6231 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6232
6233         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6234         to eliminate build warnings.
6235         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6236
6237 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6238            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6239
6240         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6241         removed -penable-stack, added comment for stack pragma, added
6242         warning for not initializing the stack/frame registers, removed
6243         comment at interrupts section
6244
6245         Stack is made permanent, there is no ability to disable stack usage.
6246         * src/pic16/device.h,
6247         * src/pic16/device.c: removed all references to USE_STACK macro,
6248         * src/pic16/device.c (pic16_dump_section): when no elements in
6249         rlist, free rlist before return,
6250         * (pic16_dump_int_registers): NEW, internal registers are a new set
6251         of general purpose registers reused by each function,
6252         * (checkAddReg): returns 1 if registers is added to set,
6253         * (pic16_groupRegistersInSection): when a registers is of type
6254         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6255         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6256         SRCASECMP macro is moved here from device.c
6257         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6258         PO_PCLATU, PO_PRODL, PO_PRODH,
6259         * (pic16_pCodeOpType, genMinus,
6260         changed compares to "a" register, with AOP_ACC,
6261         * (pic16_genPlus): fixed some bugs and indented properly,
6262         * (pic16_addSign): changed size to size+offset in the MOVWF
6263         instruction,
6264         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6265         multiply 8-bit operand by literal, result is 8-bit,
6266         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6267         multiply 2 8-bit operand, result is 8-bit,
6268         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6269         genUMult8X*_16,
6270         * src/pic16/gen.c: changed accUse to contain WREG only,
6271         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6272         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6273         true, do not use immediate addressing any more unless sym is a
6274         pointer in codespace,
6275         * (aopForRemat): do not use immediate addressing when symbol not in
6276         codespace and when symbol's address is requested,
6277         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6278         accUse size (= 1),
6279         * (aopGet): added case for AOP_ACC and don't return "accumulator
6280         bug" but WREG instead,
6281         * (popGetTempReg): pushes contents of temporary register in stack,
6282         * (popReleaseTempReg): pops contents of temporary register from
6283         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6284         * (pic16_popGet): separated case AOP_ACC to return register WREG
6285         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6286         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6287         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6288         the use of immediate pointers to certain cases only.
6289
6290         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6291         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6292         * (assignResultValue, genCall, genRet): modified to use the new
6293         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6294         genPcall is still broken,
6295         * (genFunction): added code to create 'A' type pBlocks when
6296         interrupt functions are generated, code not extensively tested yet,
6297         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6298         * (genEndFunction): modified so ISRs pop stored registers from stack,
6299         * (genMultOneByte): cleanup,
6300         * (AccRsh): added flag andmask, to and result with appropriate mask,
6301         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6302         * (genDataPointerGet): fixed and reenabled its use,
6303         * (genNearDataPointerGet): bugs fixed,
6304         * (genDataPointerSet): bugs fixed,
6305         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6306         pic16_DumpSymbol, pic16_DumpOp,
6307         * src/pic16/genutils.h: function prototypes for the above functions,
6308         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6309         pointers,
6310         * (pic16emitRegularMap): many many many improvements, but needs a
6311         major cleanup,
6312         * src/pic16/main.c: enable_stack in pic16_options is removed,
6313         * (_pic16_parseOptions): removed command line options -penable-stack,
6314         * (_process_pragma): emit stack symbol only when stack pragma is
6315         processed,
6316         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6317         redirected to FSR0L/FSR0H pair,
6318         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6319         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6320         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6321         for immediates,
6322         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6323         * (dumpPicOptype): NEW,
6324         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6325         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6326         with movff instruction,
6327         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6328         added pic16_int_regs, some packRegsFor* functions are commented out,
6329         because produce errors,
6330         * src/pic16/NOTES: minor modifications
6331
6332 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6333
6334         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6335         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6336         --pack-iram.
6337         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6338         * as/mcs51/lkaomf51.c: fixed bug #895763
6339
6340 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6341
6342         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6343
6344 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * doc/sdccman.lyx: added details about the HC08 storage classes and
6347         interrupts, fixed the register usage info for z80 & gbz80
6348
6349 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6350
6351         * doc/sdccman.lyx: added more pic16 port documentation
6352         * device/include/pic16/: added header pic18fregs.h
6353
6354 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6355
6356         * doc/sdccman.lyx: added Vangelis' contribution
6357
6358 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6361         extend to the next CALL or PCALL, not just to the next CALL.
6362
6363 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6364
6365         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6366
6367 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6368
6369         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6370         bug #895752 and a better fix for bug #716790
6371
6372 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6375
6376 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6377
6378         * doc/sdccman.lyx: minor changes, minor changed
6379
6380 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6381
6382         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6383         which can't handle SDCC_NEWONEBYTEOPS,
6384         (geniCodeMultiply): removed conversion from mult to shift for pic14
6385         and pic16
6386
6387 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         * src/hc08/gen.h,
6390         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6391         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6392         thus fixing bug #895406
6393
6394 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6395
6396         * device/lib/_modsint.c,
6397         * device/lib/_modslong.c: sign follows divisor only
6398         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6399         signs or signedness can be ignored
6400         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6401         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6402         added optimization for IFX,
6403         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6404         arguments;
6405         reenabled optimization for IFX, which was removed on 2004-01-11
6406         * src/SDCCast.h: added return type IFX
6407         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6408         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6409         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6410         SDCC_OLDONEBYTEOPS selects the old behaviour
6411         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6412         changed again and commented promotion rule
6413         * src/SDCCval.c (valDiv): promotion no longer necessary
6414         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6415         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6416         rewritten
6417         * support/regression/tests/onebyte.c: added
6418
6419 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6420
6421         * gen.c (genInline): reverted to old code for assemnling inline
6422         code because of bug reported James Chadd
6423
6424 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6425
6426         * ralloc.h: missing declarations from previous patch,
6427         seems that patch for ralloc.h was never applied, fixed
6428
6429 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6430            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6431
6432         * pcode.c,
6433         * pcode.h,
6434         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6435         indirect addressing. Marked FSR0 as deprecated
6436         * gen.c (pointerCode): commented out, not needed now
6437         (pic16_popGet2p): new MOVFF helper function
6438         (genGenPointerGet),
6439         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6440         (shiftRLong): removed duplicate debugging info
6441
6442 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6443
6444         * src/ds390/gen.c (genNearPointerGet),
6445         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6446         optimization with bits, but not bitfields.
6447         * src/ds390/ralloc.c (packRegisters),
6448         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6449
6450 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6451
6452         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6453
6454 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6455
6456         * src/SDCCsymt.h,
6457         * src/SDCCicode.c (operandFromSymbol),
6458         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6459         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6460         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6461         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6462         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6463         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6464         bug #892038
6465         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6466         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6467         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6468         * src/SDCCsymt.c (newSymbol),
6469         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6470         enumerator_list),
6471         * src/SDCCval.h,
6472         * src/SDCCval.c (newiList): fixed bug #885705
6473
6474 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6475
6476         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6477         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6478
6479 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6480
6481         * device/include/c8051f120.h,
6482         * device/include/c8051f300.h,
6483         * device/include/c8051f310.h: added/updated header files for Silicon
6484         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6485         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6486         in new section Submitting patches
6487
6488 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6489
6490         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6491         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6492         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6493         genGenPointerSet),
6494         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6495         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6496         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6497         genGenPointerSet),
6498         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6499         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6500         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6501         genGenPointerSet),
6502         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6503         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6504         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6505         genGenPointerSet): fixed bug #892400
6506         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6507         to eliminate build warnings.
6508         * src/SDCCast.c (processParms),
6509         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6510         fixed bug 751859
6511         * support/valdiag/valdiag.py: added GCC to the list of defines active
6512         when compiling with gcc
6513
6514 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6515
6516         * support/Util/SDCCerr.h,
6517         * support/Util/SDCCerr.c,
6518         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6519         with an incomplete type (fixed bug #883734)
6520         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6521
6522 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6523
6524         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6525
6526 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * src/SDCCast.c (decorateType),
6529         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6530         function pointer implementation
6531         * support/regression/tests/funptrs.c: added tests to verify both forms
6532         of function pointers work correctly. Added tests to verify parameters
6533         are passed in the correct order.
6534
6535 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6536
6537         * device.c (regCompare): registers are sorted by ascending
6538         address and increasing size,
6539         * main.c (_pic16_finaliseOptions): removed the declaration
6540         of compiler macro MCU. Now a macro of the format pic18fxxxx
6541         will be defined from the command line
6542
6543 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6544             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6545
6546         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6547         PCOP_RLCF was overwritten!
6548         * gen.c (genSkip): commented out calls to pic16_emitcode,
6549         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6550         * (genlshTwo),
6551         * (genRRC): added debugging info,
6552         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6553         overwritten while shifting,
6554         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6555         overwritten while shifting,
6556         * (AccLsh),
6557         * (AccRsh),
6558         * (shiftLLeftOrResult),
6559         * (shiftRLeftOrResult),
6560         * (shiftRLong),
6561         * (shiftLLong): Implemented with pic16_emitpcode
6562         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6563         * (genLeftShift): Fixed bug, operand for shift by variable always
6564         was "and"ed with 0x0f,
6565         * (genLeftShiftLiteral),
6566         * (genrshTwo),
6567         * (genRightShiftLiteral): added debugging info,
6568         * (genrshFour): added comment,
6569         * (genRightShift): determined signedness from operand "left"
6570         instead of "result"
6571
6572 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/SDCCicode.c (geniCodeParms),
6575         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6576         function pointers, fixed function pointer bugs #861242 and #861896
6577
6578 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6579
6580         * device/include/c8051f000.h,
6581         * device/include/c8051f120.h,
6582         * device/include/c8051f300.h: added header files for Silicon
6583         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6584
6585 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6586
6587         * src/SDCCast.c (processParams): added new type flow and restructured
6588         (gatherAutoInit): added new type flow
6589         (addCast): cosmetic changes
6590         (getLeftResultType): added new type flow for array indices, patch
6591         provided by Stas, see FR #877103
6592         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6593         array index patch by Stas
6594         * src/SDCCast.h: added prototype getResultTypeFromType()
6595         * src/SDCCval.h,
6596         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6597         * src/pic/glue.c (pic14emitStaticSeg),
6598         * src/pic16/glue.c (pic16emitStaticSeg),
6599         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6600         for initialization of symbols
6601         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6602         * support/Util/SDCCerr.h:
6603         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6604         * .version: bumped version number to 2.3.8
6605         * device/include/Makefile.in (install),
6606         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6607         avoid warnings
6608
6609 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6610
6611         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6612         Slade Rich fixed an optimization bug
6613         * src/pic/pcodepeep.c,
6614         * src/pic/pcoderegs.c
6615         * doc/Makefile (install): added test for directory
6616
6617 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6618
6619         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6620         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6621         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6622         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6623         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6624         * as/mcs51/asexpr.c (term),
6625         * as/hc08/asexpr.c (term): fixed bug #887146
6626
6627 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6628
6629         * src/z80/gen.c (genMult): handle single byte result product
6630         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6631         DUMMY_READ_VOLATILE (fixed bug #886367)
6632
6633 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6634
6635         * support/regression/tests/libmullong.c: fixed logic, on little endian
6636         hosts we ended without a mullong_wrapper()
6637
6638 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6641         virus/worm forged address usage.
6642
6643 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6644
6645         Fixed promotion, it should be done on AST level:
6646         * src/SDCCast.c (addCast): added promotion to int
6647         (decorateType): updated call to upCast()
6648         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6649         usualUnaryConversions()
6650
6651 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6652
6653         * support/regression/tests/literalop.c (mulWrapper): Added a
6654         wrapper to remove integer overflow warnings.
6655
6656         * support/regression/tests/float_trans.c: Made work on host.
6657
6658         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6659         location of sz80.
6660
6661         * support/regression/generate-cases.py (main): Changed from inline
6662         to a main method.
6663
6664         * doc/Makefile (install): Changed to depth first to get rid of
6665         missing directory install warning.
6666
6667         * as/Makefile (install-doc): Made work on Mac.
6668
6669 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6670
6671         * src/SDCCast.c: added an additional type flow in decorateType() of
6672         opposite direction, see feature request #860006; it's enabled at runtime
6673         by setting the environment variable SDCC_NEWTYPEFLOW
6674         * src/SDCCast.h: changed prototype of decorateType()
6675         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6676         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6677         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6678         see feature request #877103
6679         * src/SDCCval.c: updated call of decorateType()
6680         (valBitwise): fixed bug #882876
6681         (valMinus): added promotion
6682         (valLogicAndOr): result is unsigned
6683         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6684         * src/SDCCsymt.c (computeType),
6685         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6686         must not cause an unsigned operation
6687         * src/pic/glue (pic14emitRegularMap),
6688         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6689
6690 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6691
6692         * src/pic/pcode.c (PCodeID): commented out left over debug code
6693
6694 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6695
6696         * support/valdiag/tests/overflow.c: added shift tests
6697         * src/pic/device.c,
6698         * src/pic/gen.c,
6699         * src/pic/gen.h,
6700         * src/pic/glue.c,
6701         * src/pic/main.c,
6702         * src/pic/pcode.c,
6703         * src/pic/pcode.h,
6704         * src/pic/pcodepeep.c,
6705         * src/pic/pcoderegs.c,
6706         * src/pic/ralloc.c,
6707         * src/pic/ralloc.h: applied patch from Slade Rich;
6708         added support for multiple code pages and multiple RAM banks on the
6709         PIC 14 port. The ASM files now no longer simply assume all the
6710         code / RAM are in the same page / bank. This means the linker can
6711         safely allocate code/RAM of separate ASM files to different pages/banks.
6712         * doc/sdccman.lyx: added Slade's tips
6713         * src/mcs51/peeph.def: fixed bug #880768
6714
6715 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6718         * src/SDCCast.c (decorateType): fixed bug #880197
6719
6720 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6721
6722         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6723         getopt.h.
6724
6725         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6726         strtof is not part of C89 and isn't included with Mac OS X.
6727
6728 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6729
6730         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6731         shiftL2Left2Result): fixed bug #879326
6732         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6733         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6734         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6735         address fetch for clr instruction
6736         * device/lib/hc08/_mulint.c: created optimized assembly version
6737         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6738
6739 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6742         proposed in FR #877103
6743
6744 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6745
6746         * src/SDCCval.c (cheapestVal): added missing checks
6747         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6748         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6749
6750 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6751
6752         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6753         equal operands
6754
6755 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6756
6757         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6758         loaded with the linker search paths (-L arguments) and the libraries
6759         to be linked with the current source (-l arguments). Changes
6760         currently will affect only the pic16 port.
6761         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6762         include path the port specific paths and port specific libraries,
6763         * gplink command now contains the $3 argument,
6764         * src/pic16/device.h,
6765         * src/pic16/device.c,: structure PIC_device is made public and
6766         renamed to PIC16_device, the same for variable Pics which is renamed
6767         to Pics16. Updated all references to them.
6768         * src/pic16/glue.c (pic16glue): corrected bug with code
6769         initialization which bypassed the variable initializations block.
6770
6771         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6772         COMPILE_FLAGS and added the --nostdinc option
6773
6774 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6775
6776         * device/include/mc68hc908jb8.h: Register defs for another member
6777         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6778
6779 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6780
6781         Documenting changes from previous commits.
6782         * configure.in (version 1.56),
6783         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6784         when generating output files to configure the pic16 library,
6785         but now I've commented it out, since gputils aren't installed in the
6786         SF compile farm, so library won't compile
6787
6788         * device/lib/Makefile.in (version 1.56): initially I've added in
6789         target 'all' the prerequestive 'model-pic16' so it compiled the
6790         pic16 library, but now I've commented it out for the same reasons
6791         above,
6792         * added targets 'model-pic16' and 'objects-pic16' to compile the
6793         library
6794         * added target 'port-specific-objects-pic16' to handle the
6795         generated libraries and copy them into the build/ directory
6796         * added target 'clean-intermediate-pic16' to clean intermediate
6797         files into pic16 directory
6798         * in target 'installdirs' added line to create directory pic16 in
6799         the installation path
6800
6801         * device/include/Makefile.in (version 1.11): in target 'install'
6802         added lines to copy all header files to installation path,
6803         * in target 'installdirs' added line create directory for pic16
6804         headers in the installation path
6805
6806 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6807
6808         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6809          a function call
6810
6811 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6812
6813         * configure,
6814         * device/lib/configure.in,
6815         * device/lib/configure: fixed for autoconf 2.57
6816
6817 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6818
6819         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6820         option so that it actually works. Made it specific to the z80, since
6821         the gbz80 doesn't have these kinds of I/O ports.
6822
6823 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6824
6825         * device/include/z180.h,
6826         * device/lib/_memcpy.c,
6827         * device/lib/_memmove.c,
6828         * device/lib/_mulint.c,
6829         * device/lib/ser_ir.c,
6830         * device/lib/ser_ir_cts_rts.c,
6831         * device/lib/_strcmp.c,
6832         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6833         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6834         portmode; added deprecation warning for bank= and protmode= forms.
6835         Also, guard against buffer overflow.
6836         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6837
6838 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6839
6840         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6841         changed interrupt vector table generation to only emit declared vectors.
6842         * device/include/Makefile.in: added missing backslash
6843         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6844
6845 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6846
6847         Mainly changes to support compilation of the device libraries
6848         * src/pic16/device.c: stack is allocated via symbol and not
6849         via literal number. The symbol is placed in the corresponding
6850         position of the data ram
6851         * (pic16_dump_section): relocatable and absolute uninitialized
6852         data are now emitted in sorted order to reduce section naming,
6853         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6854         weren't marked as being in the access bank,
6855
6856 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6857
6858         Added portion of GNU PIC Library under the directory
6859         device/include/pic16 and device/lib/pic16. These files
6860         contain the declarations of SFRs for the PIC18Fxx2 devices.
6861         The directory is initialized via configure from toplevel.
6862
6863 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6864
6865         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6866         the spilllocations to be compared correctly
6867
6868 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6869
6870         * src/SDCCast.c (decorateType): fixed bug introduced today
6871
6872 2004-01-12  Borut Razem <borut.razem AT siol.net>
6873
6874         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6875         doc/sdccman.lyx: upper case pragmas are deprecated
6876
6877 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6878
6879         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6880         in simpler and even better code
6881
6882 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6883
6884         * src/SDCCicode.c (operandOperation): fixed bug #874819
6885         * src/SDCCast.c (decorateType): fixed
6886         char foo (unsigned long ul) { return ul > 0; }
6887
6888 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6889
6890         * doc/sdccman.lyx: Moved and added some sections, small changes
6891         all over. Telling LaTeX to be less strict with word spacing
6892         to better keep the right margin. Changed some notes about
6893         maintainance of the ports in section 3.2.1 - is it OK like this?
6894
6895 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6896
6897         SDCC source changes:
6898         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6899         convilong): modified to inform the pic16 port that builtin functions
6900         are external
6901
6902         PIC16 PORT specific changes:
6903         * src/pic16/device.c pic16_dump_equates() added,
6904         processor registers declared internally by the port are emitted in
6905         the translation as equates,
6906         * src/pic16/gen.c: inline code is passed unprocessed to the
6907         translation,
6908         * (pic16_popGetLit2): fnuction modified to take second operand as
6909         pCodeOp pointer and not as literal,
6910         * (popRegFromIdx): prefixed with pic16_,
6911         * (pic16_popCombine2): modified to receive already allocated pCode
6912         operands,
6913         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6914         * (genFunction): initializes local stack frame and pushes on stack
6915         all the registers used by this function,
6916         * (genEndFunction): restores all registers from stack and restores
6917         stack frame,
6918         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6919         improvements,
6920         * (pic16glue): changed the program startup sequence,
6921         * added new dbName code 'A' for functions placed in absolute section
6922         * src/pic16/main.c: added function attribute _naked,
6923         * added pragma 'code' to place a fnuction at an absolute address,
6924         * added command line arguments --debug-ralloc and --pcode-verbose,
6925         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6926         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6927         * (pic16_newpCodeOpLit2): modified to take the second operand as
6928         pCodeOp pointer,
6929         * (pic16_printpBlock): modified to emit each function in a separate
6930         section,
6931         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6932         UPPER for immediate operands,
6933         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6934         instruction,
6935         * src/pic16/peeph.def: all peepholes with movff are commented out,
6936         because there is a problem in the pcode peep optimizer,
6937         * src/pic16/ralloc.c: the register allocator can now reuse local
6938         function symbols for another function. This saves register usage.
6939         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6940
6941         Added file src/pic16/NOTES with information about program writing on
6942         the current port version.
6943
6944 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6945
6946         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6947         and peephole 252 (array access)
6948
6949 2004-01-09  Borut Razem <borut.razem AT siol.net>
6950
6951         * src/SDCCmain.c : fixed #872250: -l command line defined library
6952           files are scanned before standard library files
6953
6954 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6955
6956         * src/SDCCast.c (decorateType): fixed bug #874046
6957
6958 2004-01-09  Borut Razem <borut.razem AT siol.net>
6959
6960         * support/scripts/sdcc.nsi: remove previous installation
6961
6962 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6963
6964         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6965         bytes for last interrupt vector (mcs51)
6966         * sdcc.spec: fixed typo
6967
6968 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6971         gen51Code): more efficient parameter receive for --model-large
6972         ("bug" #845294)
6973
6974 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6975
6976         * src/ds390/main.c,
6977         * src/z80/main.c: added missed needLinkerScript flags (more than
6978         one port structure defined in these file)
6979         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6980         bug #795325
6981
6982 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6983
6984         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6985         * src/port.h: added flag needLinkerScript in port->linker
6986         structure to inform whether to create a .lnk file or not,
6987         * src/avr/main.c,
6988         * src/ds390/main.c,
6989         * src/hc08/main.c,
6990         * src/mcs51/main.c,
6991         * src/pic/main.c,
6992         * src/pic16/main.c,
6993         * src/xa51/main.c,
6994         * src/z80/main.c: changed appropriately to configure
6995         needLinkerScript flag
6996         * src/pic/gen.c,
6997         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6998         * src/pic/glue.c: added variable udata_section_name to
6999         override default uninitialized data segment definition for
7000         devices only with SHAREBANK memory (reported from Erik Epetrich)
7001         * (pic14emitOverlay): modified to emit a commented overlay segment
7002         directive when no overlay data exist
7003         * (picglue): modified to emit uninitialized data segment
7004         according to udata_section_name
7005         * src/pic/main.c (_pic14_parseOptions): added command line
7006         options --udata-section-name=[name] to override default
7007         udata definition name
7008         * modified _linkCmd and _asmCmd to include compiler passed
7009         arguments via -W option
7010         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7011         object file from '.rel' to '.o' in port->linker structure,
7012         changed size of fptr from 2 to 3 in port structure
7013
7014 2004-01-07  Borut Razem <borut.razem AT siol.net>
7015
7016         * support/scripts/sdcc.nsi: update PATH
7017         * support/scripts/sdcc.ico: craeted
7018
7019 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7020
7021         * device/include/Makefile.in: fix install
7022         * doc/Makefile: fix install
7023
7024 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7027         in bug #860505
7028         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7029         how the function variable allocation summary is displayed; also
7030         include information about variables allocated to the overlay
7031         segment
7032
7033 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7034
7035         * as/mcs51/lkmain.c: Help about -Y option
7036         * as/mcs51/lkarea.c: Fixed gcc warnings
7037
7038 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7039
7040         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7041         fixed warning
7042         * support/valdiag/tests/overflow.c: added
7043         * src/SDCCast.c (decorateType),
7044         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7045         LEFT_OP (left shift)
7046
7047 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7048
7049         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7050         (default behaviour).
7051
7052 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         A python script to validate compiler diagnostic messages. It can be
7055         used to verify that sdcc complains about bad c source code and
7056         gives a good location of the error.
7057         * support/valdiag/Makefile,
7058         * support/valdiag/valdiag.py,
7059         * support/valdiag/tests/*
7060
7061 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7064         * src/SDCCsymt.c (newEnumType),
7065         * src/SDCCsymt.h
7066         * support/Util/SDCCerr.c,
7067         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7068         enum related bugs.
7069         * support/regression/tests/enum.c: added test for enum values that
7070         require at least 2 bytes of storage.
7071
7072 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7073
7074         * src/common.h: added ifndef/define/endif macros
7075         around the header file.
7076         Bug reported from Jesus Calvino-Fraga
7077
7078 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7079
7080         * sdcc.spec: updated
7081         * device/include/Makefile.in: don't install CVS directories
7082         * device/lib/Makefile.in: added removal of CVS directories after install
7083         * doc/Makefile: fixed install, added local_icons
7084         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7085         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7086         * src/ds390/gen.c (genRightShift): fixed bug #870788
7087         * src/SDCCast.c (decorateType): fixed bug #870781
7088
7089 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7090
7091         PIC16 port related changes:
7092         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7093         added variable stackPos,
7094
7095         * gen.c: genCall, assignResultValue: added support for
7096         pushing/retrieving function parameters to/from stack,
7097         genFunction,genEndFunction: setup stack frame for the
7098         generated function,
7099         genAddrOf: will be changed according to bug 863624
7100
7101         * added files genutils.c and genutils.h which contain gen*
7102         debugged and optimised functions extracted from gen.c
7103
7104         * glue.c: added variable 'externs' which holds extern symbols,
7105         pic16emitRegularMap: is modified to properly handle relocatable
7106          symbols under the new scheme,
7107         pic16createInterruptVect: is modified
7108         pic16printPublics: is modified to emit 'global' assembler directives,
7109         added pic16_printExterns to print extern symbols,
7110         pic16glue: initializes stack/frame pointer in the beginning of
7111         the assembly output. Temporary hack, will be corrected later,
7112         because gplink yet does not support stack and SDCC does not
7113         yet support a type of crt0.o object to create the final binary.
7114
7115         * Removed many lines that contain 8051 legacy code.
7116         * The code is finally placed under a 'code' directive.
7117         * Added port specific options.
7118
7119         * _process_pragma: simplified since now we do not need *special*
7120         include file to define SFR registers. But a separate header
7121         will be needed. This will be developed later.
7122         * _pic16_parseOptions: added, parses port specific options:
7123         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7124         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7125         --preplace-udata-with=
7126
7127         * _pic16_setDefaultOptions: modified to initialize section names,
7128         but hack is temporarly out of order since it needs improvement.
7129         * _pic16_genAssemblerPreamble: configuration words are emitted by
7130         their address instead of their name. This part is incomplete and
7131         supports only the 18Fxx2 devices. Other devices will emit an error
7132         during assembly since they do not contain the same set of config
7133         registers
7134         * _pic16_genIVT: is modified,
7135
7136         * pcode.c: added definitions for some hardware registers that are needed
7137         for stack support
7138         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7139         All PCI entries are updated. Now LFSR is supported.
7140         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7141         * added pic16_newpCodeOpLit2 to support instructions with
7142         two literal arguments
7143         * pic16_pCode2str: corrected code that emits assembler instructions
7144         with two literal operands and those that have an access bit modifier
7145         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7146         this fixes a bug which caused some labels to be lost, when an
7147         assembler directive was added, i.e. banksel,
7148         * pic16_FixRegisterBanking: improved logic that causes the insertion
7149         of bank switching,
7150         * InlineFunction: functions that are called once, are not any more
7151         inlined. This can be a port option in the future,
7152
7153         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7154
7155         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7156         hold the corresponding uninitialized symbols,
7157         * pic16_allocProcessorRegister: registers have explicit marked the
7158         accessBank field,
7159         * pic16_allocInternalRegister: registers are explicit marked as
7160         not used,
7161         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7162         processing list, so bit registers were lost,
7163         *
7164
7165         * ralloc.h: added field 'accessBank' and original symbol operand
7166         in register definition,
7167         * removed the field isMapped from register definition,
7168
7169         ** Several functions have been removed from various sources:
7170         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7171         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7172         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7173         pic16_assignRelocatableRegisters
7174
7175         ** others have been introduced:
7176         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7177         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7178
7179 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7180
7181         * support/scripts/inc2h.pl: changed definition of BIT_AT
7182         to emit 'sbit at' instead of 'bit at'. This was a request.
7183
7184         PIC16 port related preliminary changes:
7185         * gen.c: prefixed function popRegFromString with
7186         pic16_ and all references to it corrected
7187         * pcode.c: all pic16_pc_* hardware registers prefixed
7188         with underscore (_),
7189         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7190         * ralloc.c: newReg(): when register is REG_SFR then
7191         set address to rIdx,
7192         pic16_allocProcessorRegister(): marks register wasUsed=0
7193         pic16_writeUsedRegs(): added a call to assign processor
7194         registers via pic16_assignFixedRegisters
7195
7196 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7197
7198         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7199         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7200         variables in unused register banks.  Also the SSEG is placed
7201         wherever there is enough space for it, and IDATA can be anywhere
7202         in internal RAM.  For now compile using -Wl-Y[stack_size].
7203         The mem file is different for this option as well, since it
7204         makes no sense of talking about DSEG lenght.
7205
7206 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7207
7208         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7209         in certain cases, e.g. when ROM assignment, patch provided
7210         from Albert den Haan.
7211
7212 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7213
7214         Many signedness and type propagation fixes:
7215         * src/SDCCicode.c: made geniCodeCast() static
7216         replaced SPEC_ by IS_ (cosmetic)
7217         (operandOperation): fixed div and mod operation
7218         (usualBinaryConversions): added support for promotion of char
7219         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7220         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7221         (geniCodeAdd): an array index will stay unsigned, even if promoted
7222         from char to int
7223         (geniCodeArray): ditto
7224         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7225         * src/SDCCsymt.c (computeType): added more support for char;
7226         promotion of char is selectable by promoteCharToInt, fixed signedness
7227         for all cases
7228         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7229         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7230         * src/SDCCval (val*): replaced signedness calculation by
7231         computeType()
7232         rearranged if-branches (cosmetic)
7233         (valShift): added warning W_SHIFT_CHANGED
7234         (valCompare): fixed problem with different types
7235         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7236         * support/regression/tests/literalop.c: added many cases
7237         * support/regression/tests/ast_constant_folding.c: changed finally to
7238         'unsigned int'
7239         * .version: new year, new version: 2.3.7
7240         * src/SDCCmain.c (main): applied patch #866468
7241         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7242         provided by Scott Bronson
7243         * doc/sdccman.lyx: updated documentation for sdcdb
7244         updated and added chapter tips
7245
7246 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7247
7248         * src/SDCCsymt.h: missing from yesterday's commits
7249
7250 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * src/SDCC.y (struct_or_union_specifier),
7253         * support/Util/SDCCerr.c,
7254         * support/Util/SDCCerr.h: verify that struct & union tags are used
7255         as declared.
7256
7257 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         * src/SDCCglobl.h: missing from yesterday's commits
7260
7261 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7264         sft_attributes, struct_declaration, parameter_declaration,
7265         type_name, start_block, declaration_list),
7266         * src/SDCC.lex (check_type): support redefinition of typedef names
7267
7268 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7269
7270         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7271         aligned xdata arrays. Erik helped me with the if clause.
7272
7273 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7276         warning
7277
7278 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7279
7280         * src/SDCCast.h,
7281         * src/SDCCast.c (newAst_),
7282         * src/SDCCicode.h,
7283         * src/SDCCicode.c (ast2iCode, newiCode),
7284         * src/SDCCglobl.h,
7285         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7286         expr, statement, expression_statement, selection_statement,
7287         iteration_statement, expr_opt, jump_statement): foundation for tracking
7288         sequence points
7289         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7290         point code too)
7291
7292 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * support/Util/SDCCerr.c,
7295         * src/SDCCast.h,
7296         * src/SDCCast.c (createCase, createDefault, decorateType),
7297         * src/SDCClabel.c (labelUnreach),
7298         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7299         to error messages.
7300         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7301         (with thanks to Stas Sergeev)
7302         * device/include/time.h,
7303         * device/lib/time.c (CheckTime): suppress unreachable code warning
7304
7305 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7306
7307         * src/SDCCast.c (createIvalCharPtr),
7308         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7309         bug #753752)
7310         * support/regression/tests/nullstring.c: tests for these two bugs
7311
7312 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7313
7314         * support/Util/SDCCerr.h,
7315         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7316         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7317         about storage class and 'at' used inside struct or union
7318         * src/SDCCBBlock.c (iCodeFromeBBlock),
7319         * src/SDCCcse.c (ifxOptimize),
7320         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7321         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7322         printIval, emitStaticSeg, emitOverlay),
7323         * src/SDCClabel.c (deleteIfx),
7324         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7325         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7326         gatherAutoInit, processParms),
7327         * support/Util/SDCCerr.h,
7328         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7329         reporting for post-parse errors.
7330
7331 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7332
7333         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7334         implicit casts via union; they don't work on big endian systems
7335         (possible fix for bug #861138)
7336
7337 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7338
7339         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7340         * src/mcs51/main.c: fixed the fix for bug #737001
7341
7342 2003-12-15  Borut Razem <borut.razem AT siol.net>
7343
7344         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7345
7346 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7347
7348         * support/makebin/makebin.c: put output in binary mode
7349
7350 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7351
7352         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7353         xdata and data memory on startup. Set the environment variable
7354         SDCC_NOGENRAMCLEAR to disable this.
7355         * src/mcs51/peephole.def,
7356         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7357         (allows non-interrupt and interrupt code to safely compete for a resource
7358         without the non-interrupt code having to disable interrupts)
7359
7360 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7361
7362         * src/SDCCicode.c (geniCodeAdd),
7363         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7364         with valFromType if type might be a pointer and host is big endian).
7365         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7366         types, not just integer types.
7367         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7368         multiply defined with mismatching "at" address.
7369
7370 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7371
7372         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7373         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7374         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7375         with embedded nulls (fixed bug #753752)
7376
7377 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7378
7379         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7380         Apparently this did not see much testing (endless loop)
7381
7382 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7383
7384         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7385
7386 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7387
7388         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7389         gracefully handle NULL memmap pointers
7390
7391 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7392
7393         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7394         instead of deleting the iCode when an operand is volatile
7395         * src/z80/gen.c (genDummyRead),
7396         * src/mcs51/gen.c (genDummyRead),
7397         * src/ds390/gen.c (genDummyRead),
7398         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7399         not just IC_RIGHT
7400         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7401         * src/SDCC.y: fixed bug #850420
7402
7403 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         Applied z80 i/o port patch from Peter Townson and fixed some operators
7406         to better handle operands in A register.
7407         * device/include/z180.h
7408         * src/SDCC.y
7409         * src/SDCCglue.c
7410         * src/z80/gen.c
7411         * src/z80/gen.h
7412         * src/z80/main.c
7413         * src/z80/peeph-z80.def
7414         * src/z80/peeph.def
7415         * src/z80/z80.h
7416
7417 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7420
7421 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7422
7423         * device/lib/hc08/_mullong.c: Removed extra #endif
7424
7425 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7426
7427         * sim/ucsim/hc08.src/inst.cc,
7428         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7429         carries from x to h
7430         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7431         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7432         * device/include/stdarg.h: fixed varargs for hc08
7433         * device/lib/Makefile.in,
7434         * device/lib/hc08/Makefile,
7435         * device/lib/hc08/_mulint.c,
7436         * device/lib/hc08/_mullong.c: fixed some endian problems
7437
7438 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7439
7440         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7441         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7442         * device/lib/_gptrget.c,
7443         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7444
7445 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7448         * src/SDCCast.c (astErrors): fixed bug #846007
7449         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7450
7451 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7452
7453         * src/SDCCast.c (decorateType): disabled a transformation I added in
7454         revision 1.188 (access to fields of a structure at an absolute address);
7455         it breaks with bitfields, extern declarations, and gcse analysis.
7456         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7457         could be assigned through a pointer, so don't complain.
7458         * src/SDCCast.c (astErrors),
7459         * src/SDCCast.h,
7460         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7461
7462 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7463
7464         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7465         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7466         output of __config directives, since gpasm now supports them
7467         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7468         pre-processor macro, i.e. -DMCU=p18f452
7469         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7470         and modified to handle 'cast' icode similarly to '=' icode
7471         * src/pic16/device.h (typedef struct PIC_device): added field
7472         'extMIface' to indicate that chip has external memory interface
7473         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7474         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7475         18F8720
7476
7477 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7478
7479         * src/SDCC.y (pointer): fixed bug #846006
7480         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7481         * src/SDCCast.c (decorateType): fixed bug #846009
7482         * src/ds390/peeph.def,
7483         * src/ds390/gen.c (genAnd, genOr),
7484         * src/mcs51/peeph.def,
7485         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7486
7487 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7490         * src/SDCCdflow.c
7491         * src/SDCCcse.c
7492         * src/SDCCcse.h
7493         * src/SDCCBBlock.h
7494         * src/SDCCBBlock.c
7495
7496 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7497
7498         fixed bug #845089
7499         * src/SDCCbitv.h,
7500         * src/SDCCbitv.c: added function to free a bitvector
7501         * src/SDCClrange.h,
7502         * src/SDCClrange.c: added function to recompute the liveranges
7503         * src/avr/ralloc.c,
7504         * src/ds390/ralloc.c,
7505         * src/hc08/ralloc.c,
7506         * src/mcs51/ralloc.c,
7507         * src/pic/ralloc.c,
7508         * src/pic16/ralloc.c,
7509         * src/xa51/ralloc.c,
7510         * src/z80/ralloc.c: recompute the liveranges after register packing
7511
7512 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7513
7514         * src/SDCCloop.c (newInduction): fixed bug #845630
7515
7516 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7517
7518         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7519         inadvertantly left behind from my 2003-11-12 change
7520
7521 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         Updated headers I neglected to commit yesterday.
7524         * src/SDCClrange.h,
7525         * src/SDCCicode.h
7526
7527 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7530         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7531         * src/SDCCopt.c (eBBlockFromiCode),
7532         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7533         the creation of the key hash table from the sequencing so it can be used
7534         earlier (for some GCSE bug fixes still pending)
7535
7536 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7537
7538         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7539         * support/regression/tests/addsub.c: testing genPlus shortcut
7540
7541 2003-11-15  Borut Razem <borut.razem AT siol.net>
7542
7543         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7544
7545 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7546
7547         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7548         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7549         ordering is immaterial.
7550         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7551
7552 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7553
7554         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7555         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7556         (SIGSEV) of bug #840381
7557         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7558         unlink new file before rename if new and old filenames are the same)
7559
7560 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7561
7562         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7563         uninitialized variables) for the mcs51. Set environment variable
7564         SDCC_GENRAMCLEAR to test.
7565         xdata initialization slightly shorter
7566
7567 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7568
7569         * src/SDCCsymt.h,
7570         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7571         #838241 & 780691 (basicly the same bug)
7572         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7573         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7574
7575 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7576
7577         * src/SDCCmain.c (linkEdit): "fix" #834252
7578
7579 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7580
7581         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7582         * src/SDCCast.h,
7583         * src/SDCC.y: fixed bug #819403
7584
7585 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7588         the reentrant attribute.
7589         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7590         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7591         simulation
7592         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7593         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7594         erroneously reduced to a literal.
7595         * src/hc08/ralloc.c (packRegisters, rematStr),
7596         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7597         some cases
7598
7599 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7600
7601         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7602         * doc/sdccman.lyx: changed from 'article' to 'book'
7603         * doc/Makefile: readded test_suite_spec and cdbfileformat
7604
7605 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7606
7607         * device/include/stdlib.h: include malloc.h to comply with ANSI
7608         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7609
7610 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7611
7612         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7613         * doc/clean.mk: also remove *.out files
7614         * doc/sdccman.lyx: some additions, larger top/bottom margins
7615
7616 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         * src/SDCC.y: fixed bug #837365
7619         * support/regression/tests/bitopcse.c
7620         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7621         a symbol (might be valop instead)
7622         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7623         * device/lib/clean.mk: added hc08 to the cleaning list
7624
7625 2003-11-04  Borut Razem <borut.razem AT siol.net>
7626
7627         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7628           made 2003-11-04
7629         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7630           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7631           malloc is declared in standard stdlib.h
7632
7633 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7634
7635         * device/lib/hc08/Makefile: need to clean .rel not .o files
7636         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7637
7638 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7639
7640         * src/port.h,
7641         * src/hc08/main.c,
7642         * src/mcs51/main.c,
7643         * src/ds390/main.c,
7644         * src/z80/main.c,
7645         * src/avr/main.c,
7646         * src/pic/main.c,
7647         * src/pic16/main.c,
7648         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7649         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7650         tests (which uses the port's oclsExpense function)
7651         * src/SDCC.y,
7652         * src/SDCCast.c,
7653         * src/SDCCicode.c,
7654         * src/hc08/gen.c,
7655         * src/ds390/gen.c,
7656         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7657
7658 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7659
7660         * src/SDCCcse.c (ifxOptimize),
7661         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7662         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7663         deleting the IFX iCode.
7664         * src/hc08/ralloc.c: reduced unneeded slocs
7665         * src/hc08/gen.c: fixed bug in asmopToBoolean
7666
7667 2003-11-04  Borut Razem <borut.razem AT siol.net>
7668
7669         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7670           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7671           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7672           transferred to configure
7673
7674 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7675
7676         Use headers defined in the C[++] standards:
7677         * sim/ucsim/gui.src/serio.src/fileio.cc
7678         * sim/ucsim/gui.src/serio.src/frontend.cc
7679         * sim/ucsim/gui.src/serio.src/main.cc
7680         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7681         * support/Util/NewAlloc.c
7682         * as/hc08/lklibr.c
7683         * as/mcs51/lklibr.c
7684         * as/z80/aslist.c
7685         * as/z80/assym.c
7686
7687 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7688
7689         * Added MSVC projects for hc08 assembler and linker:
7690         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7691         /as/hc08/link_hc08.dsp
7692
7693 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7694
7695         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7696
7697 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7698
7699         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7700
7701 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7702
7703         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7704
7705 2003-10-31  Borut Razem <borut.razem AT siol.net>
7706
7707         * support/cpp2/cpplib.h,
7708           support/cpp2/cpplib.c,
7709           support/cpp2/cpplex.c,
7710           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7711           to switch _asm block preprocessing on / off. Default is
7712           #pragma preproc_asm +
7713
7714 2003-10-31  Borut Razem <borut.razem AT siol.net>
7715
7716         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7717           when outputting comment blocks (when executed with -C option) and
7718           _asm (SDCPP specific) blocks
7719
7720 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7721
7722         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7723
7724 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7725
7726         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7727
7728 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7729
7730         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7731         * src/SDCCast.c (decorateType): fixed bug #832664
7732
7733 2003-10-31  Borut Razem <borut.razem AT siol.net>
7734
7735         * support\cpp2\cpplex.c: fixed for SDCPP:
7736           comments(when executed with -C option) and _asm blocks
7737           were included even if they where in skipped #if block.
7738           Applied solution from GCC cpp 3.3.2
7739
7740 2003-10-31  Borut Razem <borut.razem AT siol.net>
7741
7742         * src/SDCC.lex: sdcc now understands both formats:
7743           '# <line_number> <file_name>' and
7744           '#line <line_number> <file_name>'
7745         * support/cpp2/cppmain.c: sdcpp now generates the standard
7746           '# <line_number> <file_name>' instead of former
7747           '#line <line_number> <file_name>'
7748
7749 2003-10-30  Borut Razem <borut.razem AT siol.net>
7750
7751         * support/cpp2/cpphash.h,
7752         * support/cpp2/cpplib.h
7753         * support/cpp2/cpplex.c,
7754         * support/cpp2/cppmain.c,
7755         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7756
7757 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7758
7759         Fixed a number of problems revealed by bug #827883.
7760         * src/SDCCloop.c (loopInvariants): Spill location of the
7761         result operand should be recomputed if extracted from
7762         a loop. Also, don't extract assignments of an iTemp
7763         from a literal.
7764         * src/SDCCast.c (isConformingBody): loop reversal should
7765         not occur if the control variable is involved with a
7766         relational operator.
7767
7768 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7769
7770         * .version: bumped to 2.3.6 to reflect the big improvements
7771         made by Erik and Klaus. Thanks!
7772
7773 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7774
7775         Replaced the livrange code.
7776         * src/SDCClrange.c: added new LR code
7777         * src/SDCCloop.c,
7778         * src/SDCCBBlock.h: removed remainig parts from old LR code
7779         * src/ds390/ralloc.c,
7780         * src/ds390/gen.c: minor fixes to make it work with new code
7781
7782 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7783
7784         * as/hc08/asm.h,
7785         * as/hc08/lkrloc.c,
7786         * src/hc08/gen.c,
7787         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7788         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7789         (tweaked fix for bug #818696)
7790
7791 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7792
7793         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7794
7795 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7796
7797         * src/SDCCmain.c,
7798         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7799         * src/mcs51/gen.c (gencjneshort),
7800         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7801         more efficient (per Scott Bronson's suggestion)
7802
7803 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7804
7805         Extended the semantics of the critical keyword to include
7806         individual statements. See RFE #827755 and #799831
7807         * src/SDCC.y
7808         * src/SDCCicode.c
7809         * src/SDCCopt.c
7810         * src/SDCCast.c
7811         * support/Util/SDCCerr.c
7812         * support/Util/SDCCerr.h
7813         * src/mcs51/gen.c
7814         * src/ds390/gen.c
7815         * src/hc08/gen.c
7816
7817 2003-10-19  Borut Razem <borut.razem AT siol.net>
7818
7819         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7820
7821 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7822
7823         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7824         Fixed bug #818696
7825         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7826         and predecrement operand is displayed
7827
7828 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7829
7830         * src/SDCCval.c (valMinus): fixed bug #826041
7831
7832 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7833
7834         Some hc08 related updates that I missed earlier
7835         * sim/ucsim/stypes.h
7836         * support/regression/ports/hc08/spec.mk
7837
7838 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7839
7840         New target "hc08" for the Motorola 68hc08 family of micros
7841
7842         * configure
7843         * configure.in
7844         * Makefile
7845         * src/hc08/*
7846         * src/SDCCmain.c
7847         * src/port.h
7848         * sim/ucsim/hc08.src/*
7849         * sim/ucsim/configure.in
7850         * src/ucsim/configure
7851         * sim/ucsim/packages_in.mk
7852         * as/hc08/*
7853         * as/Makefile
7854         * device/include/mc68hc908qy.h
7855         * device/lib/hc08/*
7856         * device/lib/Makefile.in
7857         * support/regression/ports/hc08/*
7858         * support/regression/Makefile
7859
7860 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7861
7862         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7863         regression test
7864         * src/ds390/gen.c (genCast): fixed bug #821957
7865
7866 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7867
7868         * device/lib/logf.c: "fixed" overlay bug
7869         * support/regression/ports/host/spec.mk: added m library
7870         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7871         * support/regression/tests/float_trans: added (for Eric)
7872
7873 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7874
7875         * src/mcs51/gen.c (genCpl): fixed bug
7876         http://sf.net/mailarchive/message.php?msg_id=6263915
7877
7878 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7879
7880         * src/SDCCast.c (decorateType): added extended constant folding
7881         * src/SDCCsymt.c (computeType): cleanup
7882         * src/SDCCval.c (valShift): minor optimization
7883         * support/regression/tests/ast_constant_folding.c: added
7884
7885 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7886
7887         * src/SDCCmain.c: removed some unintended changes
7888
7889 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7890
7891         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7892         * src/z80/gen.c: fixed part of bug #817589
7893         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7894
7895 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7898         * src/SDCCcflow.c
7899         * src/SDCCcse.c
7900         * src/SDCCdflow.c
7901         * src/SDCClabel.c
7902         * src/SDCClrange.c
7903         * src/SDCCmem.c
7904         * src/SDCCopt.c
7905         * src/SDCCpeeph.c
7906         * src/SDCCset.c
7907         * src/avr/ralloc.c
7908         * src/ds390/ralloc.c
7909         * src/izt/ralloc.c
7910         * src/mcs51/ralloc.c
7911         * src/pic/ralloc.c
7912         * src/pic16/ralloc.c
7913         * src/xa51/ralloc.c
7914         * src/z80/ralloc.c
7915         * src/z80/gen.c: removed unused label "release:"
7916
7917 2003-10-06  Borut Razem <borut.razem AT siol.net>
7918
7919         * src/SDCC.lex: removed definition of unused variables
7920           save_optimize and save_options
7921
7922 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7923
7924         * clean.mk: removed '=' in "-maxdepth=1"
7925         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7926         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7927
7928 2003-10-06  Borut Razem <borut.razem AT siol.net>
7929
7930         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7931           my_unput() replaced by unput()
7932
7933 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7936         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7937         type-punned pointer will break strict-aliasing rules"
7938         Old LR behaviour is again default; Klaus' LR can be choosen by
7939         defining the environment variable LRKLAUS
7940         * src/SDCCBBlock.h
7941         * src/SDCCloop.c
7942         * src/SDCClrange.c
7943         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7944         * clean.mk: fixed removal of files in bin/CVS/
7945         * device/lib/clean.mk: fixed removal of directories small and large
7946         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7947         * src/SDCCicode.c,
7948         * src/SDCCval.c: removed superflous test for pedantic
7949
7950 2003-10-05  Borut Razem <borut.razem AT siol.net>
7951
7952         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7953           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7954           message "unmatched #pragma SAVE and #pragma RESTORE"
7955
7956 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7957
7958         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7959           assembly, critical functions, atomic, nojtbound)
7960
7961 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7962
7963         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7964         * src/SDCCBBlock.h
7965         * src/SDCCloop.c
7966         * src/SDCCloop.h
7967         * src/SDCClrange.c
7968
7969 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7970
7971         * src/z80/gen.h,
7972         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7973         * src/mcs51/gen.h
7974         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7975         * src/ds390/gen.h
7976         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7977         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7978         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7979
7980 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         * src/z80/gen.c (genRet): fixed bug #524753
7983         * src/z80/gen.c (genCast): fixed internal error on cast from
7984         pointer to long
7985         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7986         fix for bug #477835 to the z80
7987         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7988         for tracking iCodes in the peephole optimizer for z80
7989
7990 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7991
7992         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7993         the other part of bug #814548
7994         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7995
7996 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7997
7998         * src/SDCCcse.c: fixed part of bug #814548
7999
8000 2003-09-28  Borut Razem <borut.razem AT siol.net>
8001
8002         * src/asm.c: rewrite of printILine() to use temporary file instead
8003           a pipe
8004         * src/xa51/main.c: commented out declaration of int rewinds
8005
8006 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8007
8008         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8009
8010 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8011
8012         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8013         * src/asm.c (printILine): Fixed bug #811015
8014
8015 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8016
8017         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8018         freeing.
8019
8020 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8023         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8024         to correctly handle general case of AOP_PAIRPTR
8025         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8026
8027 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8028
8029         * src/mcs51/ralloc.c (fillGaps),
8030         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8031         register positioning bug)
8032
8033 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8034
8035         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8036
8037 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8040         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8041         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8042         (ralloc doesn't intentionally do this now, but perhaps later)
8043         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8044         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8045         register positioning bugs (Fixed bug #762602 and #795325)
8046         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8047         (Fixed bug #808779)
8048         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8049         lines that --i-code-in-asm generates
8050
8051 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8052
8053         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8054         trying to fclose a FILE* that was already closed.
8055
8056 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8059         of const struct should be treated as if const themselves)
8060
8061 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8062
8063         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8064
8065 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8066
8067         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8068         Unix (/n) and DOS (/r/n) line terminations.
8069
8070 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8073         bug #613775
8074
8075 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/mcs51/gen.c (genFunction, genEndFunction),
8078         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8079         and restore of EA so that stack offsets to parameters are
8080         correct when using both critical and reentrant/stack-auto.
8081         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8082         size (can be triggered in error if sloc is shared between
8083         different sized objects)
8084         * device/include/float.h: fixed macros to explicitly use
8085         unsigned long where needed
8086
8087 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8088
8089         Feature req. 799831: added code to allow nesting of critical functions
8090         * src/mcs51/gen.c (genFunction, genEndFunction)
8091         * src/ds390/gen.c (genFunction, genEndFunction)
8092
8093 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8094
8095         * src/SDCCsymt.c (sclsFromPtr),
8096         * src/SDCCsymt.h,
8097         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8098         support for standard C idiom of memory mapped variables; for
8099         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8100         to xdata int at 0x1234 tempvar = 1.
8101         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8102         provided by Akiya ISHIDA
8103
8104 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8107         * src/SDCCval.c (constVal): added reduction from int to char
8108         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8109         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8110         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8111         to ignore the sign
8112         * support/regression/tests/shifts.c: fixed
8113
8114 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * src/z80/gen.c (genXor): Fixed bug #805445
8117
8118 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8119
8120         Fixed bug #621531 (const & volatile confusion in the type chain).
8121         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8122         refer to the const or volatile state of the pointer itself.
8123
8124         * src/SDCCast.c
8125         * src/SDCCglue.c
8126         * src/SDCCicode.c
8127         * src/SDCCsymt.c
8128         * src/SDCCval.c
8129         * src/SDCC.y
8130         * src/SDCCsymt.h
8131         * src/pic/gen.c
8132         * src/pic/ralloc.c
8133         * src/pic16/gen.c
8134         * src/pic16/ralloc.c
8135         * support/regression/tests/const.c
8136
8137 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8138
8139         When checking for duplicated modules, use absolute paths
8140         instead of relative paths.  Files changed:
8141
8142         * as/mcs51/lklib.c
8143         * link/z80/lklib.c
8144
8145 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8146
8147         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8148
8149 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * device/include/string.h: added size_t typedef, changed
8152         prototypes to use size_t, eliminated separate reentrant and
8153         non-reentrant declarations, added _memmove declaration
8154         * device/lib/_memcpy.c: changed to use size_t instead of int,
8155         changed /4 to >>2 to avoid division library call
8156         * device/lib/_memcmp.c,
8157         * device/lib/_memset.c,
8158         * device/lib/_strncat.c,
8159         * device/lib/_strncpy.c,
8160         * device/lib/_strncmp.c: changed to use size_t instead of int
8161         * device/lib/_memmove.c: new file (fixed bug #772294)
8162         * device/lib/Makefile.in: added _memmove.c
8163         * device/lib/z80/asm_strings.s: fixed bug #772290
8164         * support/regression/tests/bitfields.c: attempt to fix host assertion
8165         failure on amd64-unknown-linux2.2
8166
8167 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8168
8169         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8170         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8171         * as/z80/asmain.c (main): fixed bug #801766
8172
8173 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8174
8175         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8176         compilers
8177
8178 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8179
8180         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8181         reported in bug #800609
8182
8183 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8184
8185         * Top header beautifications in src/pic16 directory:
8186           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8187           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8188           pcoderegs.h, ralloc.c, ralloc.h
8189         * main.c: added top header and GPL license notice
8190         * pcode.c: fixed the if-conditional warning
8191
8192 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8193
8194         * device/lib/_mullong.c: replaced int by short for gcc
8195
8196 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8197
8198         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8199         and JUMPTABLE iCodes properly now (worked by accident before)
8200         * src/mcs51/gen.c (leftRightUseAcc),
8201         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8202         iCode properly now. Use getSize instead of nRegs since a & b
8203         aren't part of the nRegs tally.
8204
8205 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8206
8207         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8208         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8209           before instructions that use the _STATUS register
8210
8211 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8212
8213         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8214         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8215         fetching of the pointer
8216         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8217         copied from genNearPointerSet()
8218         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8219         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8220         If they pop r0/r1 they must be called in the opposite order than aopOp().
8221         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8222         (resp. --stack-auto), prepared for --xstack
8223
8224 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8225
8226         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8227
8228 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8229
8230         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8231         these ports have their own __sdcc_external_start()
8232
8233 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8236         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8237         type for bits was changed. It resulted in bit variables becoming
8238         global, which is not permitted in PIC 14 assembly output.
8239
8240 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8241
8242         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8243
8244 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8245
8246         Z80 and MCS51 linkers complaint if a public symbol is defined
8247         in more than one library module:
8248
8249         * as/mcs51/lklib.c
8250         * link/z80/lklib.c
8251         * as/mcs51/Makefile.in
8252
8253 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8254
8255         A few small changes that speed up the peephole optimizer.
8256
8257         * src/SDCCpeeph.c
8258
8259 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8260
8261         Try to make the peephole optimizer smarter by maintaining
8262         an association between the assembly source code and the
8263         iCodes that originated them. Put this information to use
8264         with a new peephole rule condition "notVolatile" so that
8265         the rules can be aggressive yet still safe.
8266
8267         * src/SDCCpeeph.c
8268         * src/SDCCpeeph.h
8269         * src/mcs51/gen.c
8270         * src/mcs51/peeph.def
8271
8272 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8273
8274         Fixed bug #741761
8275
8276         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8277         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8278         if the left or right operand symbols have the accuse flag set.
8279
8280 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8281
8282         Changed the type of the result of the ! (NOT) operator to char;
8283         previously it returned the same type as the source. This allows
8284         us to eliminate all the genFloatNot functions (all of its target
8285         implementations were very buggy) since !float can use the same
8286         code as !long now.
8287
8288         * src/SDCCicode.c (ast2iCode): ! returns char
8289         * src/mcs51/gen.c (genNot, genNotFloat),
8290         * src/ds390/gen.c (genNot, genNotFloat),
8291         * src/z80/gen.c (genNot, genNotFloat),
8292         * src/pic/gen.c (genNot, genNotFloat),
8293         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8294
8295 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8296
8297         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8298         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8299            during interrupts. Ensure WSAVE is located at a shared bank address.
8300         2. Fixed page selection in some places
8301         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8302            the registers name strings.
8303         4. Fixed "signed / unsigned compare" compiler warnings.
8304         5. The PIC port manages its own allocation of the general purpose
8305            registers, but makes no attempt to reuse them. As a result when
8306            compiling it soon runs out of general purpose registers. Some
8307            additional code was added to the files pcode.c and device.c to walk
8308            through the function call tree and rename the registers so that they
8309            get reused.
8310
8311         * src/pic/device.c
8312         * src/pic/gen.c
8313         * src/pic/glue.c
8314         * src/pic/pcode.c
8315         * src/pic/pcode.h
8316         * src/pic/ralloc.c
8317         * src/pic/ralloc.h
8318         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8319         genPlus() & genMinus() when the result is the same as left or right
8320
8321 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8322
8323         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8324
8325 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8326
8327         Made bitfield a distinct type from bit so that bitfields
8328         convert as per ANSI C and bits retain their traditional
8329         boolean style behaviour. Implemented bitfield support in
8330         the z80 port.
8331
8332         * src/SDCCsymt.h,
8333         * src/SDCCsymt.c,
8334         * src/SDCCast.c,
8335         * src/cdbFile.c,
8336         * src/mcs51/gen.c,
8337         * src/ds390/gen.c: bit v bitfield split
8338         * src/z80/gen.c: New support for bitfields
8339         * support/regression/tests/bitfields.c: reenabled z80,
8340         added more tests
8341
8342 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8343
8344         Rules 246.x, 247.x relate to bitfields, the others speed up
8345         access to xdata mapped I/O devices.
8346
8347         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8348
8349 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8350
8351         Cleaned up genPackBits and genUnpackBits and added two helper
8352         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8353         for literal assignments in genPackBits (thanks to Frieder for
8354         reminding me).
8355
8356         * src/mcs51/gen.c
8357         * src/ds390/gen.c
8358
8359 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8360
8361         Fixed bug #748310 (pointer to function type mishandled when the
8362         function name is omitted). Also fixed a SIGSEGV when a function
8363         attribute (reentrant, etc) is used on a non-function or on a
8364         function but misplaced before the parameter list.
8365
8366         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8367         bug #748310
8368         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8369         * support/Util/SDCCerr.h,
8370         * support/Util/SDCCerr.c: Added func attr misuse error msg
8371
8372 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8373
8374         Fixed bug #787649 by anonymous
8375         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8376         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8377
8378 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8379
8380         Fixed numerous bitfield problems.
8381
8382         * src/SDCC.y: More bitfield related error checking
8383         * src/SDCCsymt.h,
8384         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8385         * support/Util/SDCCerr.h,
8386         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8387         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8388         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8389         * support/regression/tests/bitfields.c: tests added
8390
8391 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8392
8393         Made the constant following the "interrupt" keyword optional. If
8394         omitted, the function will not automatically be given an entry
8395         in the interrupt vector table (similar to #pragma NOIV, but
8396         less syntacticly kludgy). The interrupt number is also now
8397         range checked. Also fixed a bug in the high order bit example
8398         in the manual.
8399
8400         * src/SDCC.y
8401         * src/SDCCmem.c
8402         * src/SDCCglue.c
8403         * src/SDCCsymt.h
8404         * support/Util/SDCCerr.c
8405         * support/Util/SDCCerr.h
8406         * doc/sdccman.lyx
8407
8408 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8409
8410         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8411         * src/SDCCicode.c (operandOperation): rewritten some ops
8412         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8413         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8414         other type
8415         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8416         be re-activated by defining REDUCE_LITERALS)
8417         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8418         unsigned, but are signed by default
8419         * src/SDCCval.c (constVal): rearranged
8420         * src/SDCCval.c (valMod): preliminary fix
8421         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8422         * support/regression/literalop.c: added, work in progress
8423
8424 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8425
8426         Generate warnings for useless declarations like "char data;"
8427         that don't do what new users expect.
8428
8429         * src/SDCC.y
8430         * support/Util/SDCCerr.h
8431         * support/Util/SDCCerr.c
8432
8433 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8434
8435         * src/SDCCval.c (valMult): fix overflow detection of negative int
8436
8437 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8438
8439         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8440
8441         Changes to support big endian targets:
8442
8443         * src/ports.h
8444         * src/SDCCglue.c
8445         * src/avr/main.c
8446         * src/ds390/main.c
8447         * src/izt/i186.c
8448         * src/mcs51/main.c
8449         * src/pic/main.c
8450         * src/pic16/main.c
8451         * src/xa51/main.c
8452         * src/z80/main.c
8453
8454 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8455
8456         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8457         * device/lib/time.c: fixed warning "integer overflow in expression"
8458
8459 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8462         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8463         constants are unsigned; added recognition of "u" flag for unsigned
8464         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8465         * src/SDCCval.c (valDiv, valMod): fixed signdness
8466         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8467         signedness of modulo, left and right shift
8468         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8469         * support/Util/SDCCerr.h: added warning W_INT_OVL
8470         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8471         * src/SDCCast.c (ast_print): improved output of constants
8472
8473 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8474
8475         Fixed some warnings when building with MSVC:
8476
8477         * as\mcs51\asdata.c
8478         * as\z80\asdata.c
8479         * as\mcs51\asm.h
8480         * as\z80\asm.h
8481         * link\z80\aslink.h
8482         * link\z80\lkdata.c
8483         * link\z80\lkeval.c
8484         * link\z80\lkgb.c
8485         * link\z80\lkihx.c
8486         * link\z80\lks19.c
8487         * link\z80\lksym.c
8488         * support\cpp2\cpplib.c
8489         * src\ds390\gen.c
8490         * src\mcs51\gen.c
8491
8492 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8493
8494         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8495
8496 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8497
8498         * support\librarian\clean.mk: Do not remove Makefile.
8499         * support\librarian\Makefile: added.
8500
8501 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8502
8503         Added librarian to MSVC build:
8504         * all.dsp
8505         * sdcc.dsw
8506         * support\librarian\librarian.dsp
8507
8508         'configure' not needed for librarian, removed:
8509         * support\librarian\configure
8510         * support\librarian\configure.in
8511         * support\librarian\config_in.h
8512         * support\librarian\Makefile.in
8513
8514         Hopefully these ones built the librarian and the rest of sdcc properly:
8515         * Makefile
8516         * Makefile.common.in
8517
8518         Messed up 'configure', so revert to previous version:
8519         * configure
8520         * configure.in
8521
8522 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8525         there, while the mantissa of a double is "only" 53 bits wide.
8526
8527 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8528
8529         Adding sdcclib to the build.  MSVC project coming soon.
8530         Files added/changed:
8531
8532         * support\librarian\clean.mk
8533         * support\librarian\configure
8534         * support\librarian\configure.in
8535         * support\librarian\config_in.h
8536         * support\librarian\Makefile.bcc
8537         * support\librarian\Makefile.in
8538         * support\librarian\sdcclib.c
8539         * Makefile.bcc
8540         * Makefile
8541         * Makefile.common.in
8542         * configure
8543         * configure.in
8544
8545 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8546
8547         Linker now complaints if linked modules have conflicting options, for
8548         example, one compiled using --model-large and another one compiled with
8549         --model-small.  The following files were modified:
8550
8551         * as\mcs51\asdata.c
8552         * as\mcs51\aslink.h
8553         * as\mcs51\asm.h
8554         * as\mcs51\asmain.c
8555         * as\mcs51\asout.c
8556         * as\mcs51\i51pst.c
8557         * as\mcs51\lkdata.c
8558         * as\mcs51\lklibr.c
8559         * as\mcs51\lkmain.c
8560         * as\z80\asdata.c
8561         * as\z80\asm.h
8562         * as\z80\asmain.c
8563         * as\z80\asout.c
8564         * as\z80\z80pst.c
8565         * link\z80\aslink.h
8566         * link\z80\lkdata.c
8567         * link\z80\lklibr.c
8568         * link\z80\lkmain.c
8569         * src\SDCCglue.c
8570
8571 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8572
8573         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8574         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8575
8576 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8577
8578         * src/z80/mappings.i: fix _mul[us][int,long] entries
8579
8580 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8581
8582         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8583
8584 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8585
8586         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8587         * support/regression/tests/bitopcse.c: added
8588         fixed warning:
8589         * src/avr/gen.c:
8590         * src/pic/gen.c:
8591         * src/pic16/gen.c:
8592         * src/z80/gen.c:
8593         * src/xa51/gen.c:
8594
8595 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8596
8597         added support for new library format to z80, gbz80 linkers:
8598         *link/z80/aslink.h
8599         *link/z80/lklex.c
8600         *link/z80/lklib.c
8601         *link/z80/lklist.c
8602
8603 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8604
8605         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8606         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8607
8608 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8609
8610         added DUMMY_READ_VOLATILE:
8611         * src/SDCC.y:
8612         * src/avr/gen.c:
8613         * src/xa51/gen.c:
8614         * src/z80/gen.c:
8615         * src/pic/gen.c:
8616         * src/pic16/gen.c:
8617         * src/mcs51/gen.c:
8618         * src/ds390/gen.c:
8619         * src/SDCCcse.c (algebraicOpts): many improvements
8620         * src/SDCCcse.h: removed algebraicOpts()
8621         * src/SDCCicode.c (picDummyRead): added
8622
8623 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8624
8625         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8626         "Insufficient space in data memory".
8627
8628 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8629
8630         * src/mcs51/gen.c: fixed bug #771358
8631         * src/z80/gen.c: fixed bug #759087
8632
8633 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8634
8635         * src/pic16/glue.c: minor cleanup by Vangelis
8636
8637 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8638
8639         * device/include/regc515c.h: fixed #758477
8640         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8641         * device/lib/_gptrput.c: saved a few bytes
8642         * my tab spacing is 8, yours too?)
8643         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8644         * device/lib/serial.c: process RX bytes earlier than TX bytes
8645         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8646
8647 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8648
8649         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8650
8651 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8652
8653     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8654
8655 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8656
8657         * device/lib/Makefile.in: bad fix, reverted to 1.43
8658
8659 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8660
8661         * device/lib/Makefile.in: added missing z80 object files
8662
8663 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8666         pic16 progress by Vangelis:
8667         * src/SDCCglobl.h:
8668         * src/SDCCmain.c:
8669         * src/pic/Makefile:
8670         * src/pic:
8671         * pic/Makefile:
8672         * pic16/device.c:
8673         * pic16/device.h:
8674         * pic16/gen.c:
8675         * pic16/gen.h:
8676         * pic16/genarith.c:
8677         * pic16/glue.c:
8678         * pic16/main.c:
8679         * pic16/pcode.c:
8680         * pic16/pcode.h:
8681         * pic16/pcodepeep.c:
8682         * pic16/peeph.def:
8683
8684 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8685
8686     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8687
8688 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8689
8690     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8691     added gbz80 build to MSVC project.
8692     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8693     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8694     from 8051 stuff and setup so it links using a .lnk file.
8695
8696 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8697
8698     * support/librarian/sdcclib.c: sdcc librarian.
8699     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8700     with sdcclib.
8701
8702 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8703
8704     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8705
8706 2003-07-02  Borut Razem <borut.razem AT siol.net>
8707
8708         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8709         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8710         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8711         src/xa51/main.c, src/z80/main.c:
8712         virtualization of glue() function: each port has it's own glue function,
8713         which is accessed by do_glue function pointer in PORT.general structure
8714
8715 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8716
8717         * DS800C400 fun, improved ROM interface and tinibios.
8718
8719 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8720
8721         * More support for DS80C400. Now includes beginning of interface to ROM.
8722
8723 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8724
8725         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8726
8727 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8728
8729         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8730
8731 2003-06-19  Borut Razem <borut.razem AT siol.net>
8732
8733         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8734
8735 2003-06-19  Borut Razem <borut.razem AT siol.net>
8736
8737         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8738         fixed Z80 port - crt0.o: cannot open.
8739
8740 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8741
8742         * support/Util/MySystem.c (merge_command): revert bad fix
8743
8744 2003-06-18  Borut Razem <borut.razem AT siol.net>
8745
8746         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8747
8748 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8749
8750         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8751         option --use-stdout sends errors to stdout instead of stderr.
8752
8753 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8754
8755         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8756
8757 2003-06-15  Borut Razem <borut.razem AT siol.net>
8758
8759         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8760         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8761         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8762         fixed width array of pointers replaced with sets;
8763         multiple include and lib paths ared transferred to preprocessor and linker
8764         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8765         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8766         fixed width array of pointers
8767         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8768         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8769         fixupPath(), getPathDifference()
8770         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8771         fixed width array of pointers
8772
8773 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * src/pic16/ralloc.c: fix warnings
8776         * src/pic16/pcode.c: fix warning
8777
8778 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8779
8780          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8781         know all the details, but essentially this set of changes enable
8782         the pic16 port to generate movff instructions and generate assembler
8783         directives,
8784         * src/SDCCmain.c:
8785         * src/pic16/gen.c:
8786         * src/pic16/glue.c:
8787         * src/pic16/pcode.c:
8788         * src/pic16/device.c:
8789         * src/pic16/main.c:
8790         * src/pic16/pcode.h:
8791         * src/pic16/pcoderegs.c:
8792         * src/pic16/ralloc.c:
8793         * src/pic16/ralloc.h:
8794
8795 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8796
8797         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8798         added option --vc, so sdcc errors and warnings are compatible with
8799         Microsoft Visual Studio.
8800
8801 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8802
8803         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8804           device/lib/libfloat.lib: added atof function.
8805
8806 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8807
8808         * doc/sdccman.lyx: updated to Lyx 1.3
8809         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8810         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8811         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8812
8813 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8816
8817 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8818
8819         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8820           additions to the "related tools/documentation" section
8821
8822 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8823
8824         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8825
8826 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8827
8828         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8829         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8830
8831 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         * doc/sdccman.lyx: fix double dash and other minor things
8834         * doc/Makefile: fix double dash
8835
8836 2003-05-28  Karl Bongers(patches from Martin Helmling)
8837         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8838           condition and ignore commands.
8839
8840 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8841
8842         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8843           is in parts still quite out of date, I did changes as far as I felt makes sense
8844           for a non-native english speaker.
8845           Please feel free to add to the manual or to correct my changes.
8846         * doc/Makefile: undid touching the date of intermediate tex files.
8847
8848 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8849
8850         * doc/sdccman.lyx: Manual has an index now
8851
8852 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8853
8854         Finalize muluint/mulsint and mululong/mulslong merging:
8855         * device/lib/_mulint.c
8856         * device/lib/_mullong.c
8857         * device/lib/gbz80/mul.s
8858         * device/lib/gbz80/stubs.s
8859         * device/lib/z80/mul.s
8860         * device/lib/z80/stubs.s
8861         * src/SDCCsymt.c (initCSupport)
8862
8863 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8864
8865         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8866         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8867           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8868           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8869           instead of /Zm500.
8870
8871 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8872
8873         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8874           the regression tests I'm not brave enough to enable 245.b, 245.c
8875         * doc/sdccman.lyx: added latex preamble for hyperref package.
8876           Using pdflatex this will give you a hyperlinked pdf file with
8877           bookmarks. (prepend '%' before /usepackage if this breaks something)
8878
8879 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8880
8881          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8882
8883 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8886
8887 2003-05-21    <johan AT balder>
8888
8889         * src/SDCCglue.c (printIval): fixed bug #739934
8890
8891 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8892
8893         Applied patch from bug 737905 (renamed yylineo to mylineno):
8894         * src/altlex.c
8895         * src/SDCCast.c
8896         * src/SDCglobl.h
8897         * src/SDCC.lex
8898         * src/SDCCsymt.c
8899         * src/SDCCval.c
8900         * src/pic16/pcode.c: Cleaned warnings
8901         * src/pic16/pcodeflow.c: Cleaned warnings
8902         * src/pic16/pcoderegs.c: Cleaned warnings
8903
8904 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8905
8906         * src/pic16/pcode.c: Cleaned warnings
8907         * src/pic16/pcodepeep.c: Cleaned warnings
8908         * src/pic16/ralloc.c: Cleaned warnings
8909
8910 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * doc/sdccman.lyx: fixed bug 739745
8913         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8914
8915 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8918         it can be defined with CFLAGS when running configure
8919         * src/SDCCmain.c: fixed compiling + linking with object files
8920
8921 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8922
8923         * configure.in: configure for pic16 port,
8924             added --disable-pic16-port
8925         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8926         * src/SDCCmain.c: linkOptions is changed to set *,
8927             added if/endif conditional macros to remove options help
8928             messages from optionsTable when a port is not configured, added
8929             support for the PIc16 port in the ports table, when executing
8930             the compiler with no port specified on command line, a default
8931             port is selected with the new macro DEFAULT_PORT which is
8932             defined in port.h, in setDefaultOptions() linkOptions is removed
8933             from initialization assignment, since now it is a set,
8934             parseCmdLine uses setParseWithComma for linkOptions, in
8935             linkEdit() linkOptions are accessed with new function indexSet()
8936             which returns the i'th item of a set variable. See SDCCset.c, in
8937             linkEdit() when calling buildCmdLine(), added linkOptions as
8938             last argument. Now users can pass arguments to gplink via the
8939             -Wl option, main() uses pic16glue() to glue up pic16 programs
8940         * src/SDCCpeeph.c: various changes to support pic16
8941         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8942             return the i'th item of the set
8943         * src/SDCCset.h: added function prototype for indexSet()
8944         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8945         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8946         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8947             added macro DEFAULT_PORT
8948         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8949         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8950             generated
8951         * src/pic16/glue.c: commented out some error producing lines
8952         * src/pic16/main.c: __config directives are commented out to stop
8953             gpasm complaining and test the linkage with gplink, _linkCmd and
8954             _asmCmd changed to be more gplink and gpasm friendly
8955         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8956             produced an error when parsed, peep rule 12 is added to utilize
8957             movff, but it is commented out since the pCode does not support
8958             yet a command with 2 address arguments
8959
8960 2003-05-18    <johan AT balder>
8961
8962         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8963         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8964 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8965
8966         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8967   Added feature to script commands from file.
8968
8969 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8970
8971         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8972         * src/SDCCutil.c: include ctype.h for win32
8973
8974 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8977
8978 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8979
8980         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8981   Fixed so you can set breakpoints prior to run, run does not stop
8982   on entry now.  Add tbreak.  Other enhancements and fixes for use
8983   with ddd.
8984
8985 2003-05-12  Borut Razem <borut.razem AT siol.net>
8986
8987         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8988
8989 2003-05-11  Borut Razem <borut.razem AT siol.net>
8990
8991         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8992         the path of bin directory, so that PATH is the only env. variable, which has to be set
8993         in case of standard installation.
8994         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8995         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8996         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8997
8998 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8999
9000         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9001         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9002         temp files are in the port dir; clean the gen/test directory when
9003         generating new test.c
9004         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9005         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9006         * support/regression/tests/zeropad.c: added
9007
9008 2003-05-09    <johan AT balder>
9009
9010         * src/SDCCglue.c: fixed bug #597940
9011
9012 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9013
9014         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9015   cache sfr, optimize next,step, fix off by one sourceline,
9016   support ddd list function.
9017         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9018
9019 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9020
9021         * support/regression/HTMLgen.py: added compare_s2f()
9022         * support/regression/Makefile: redo 1.27
9023         * support/regression/generate-cases.py: redo 1.5
9024
9025 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9026
9027         * support/regression/tests/float.c: workaround 33 bit hex constant
9028         * support/regression/tests/simplefloat.c: fix division for host
9029
9030 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9031
9032         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9033         that tame's the PIC's over-aggressive optimizer.
9034
9035 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9036
9037          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9038          support for MSVC.
9039
9040 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9041
9042         Initial support for DS80C400. "Hello world" runs on TINIm400
9043         (with polled I/O).
9044
9045 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9046
9047          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9048          * Some notes on ddd usage added in debugger/README
9049          Martin Helmling adding more features and fixes for ddd GUI debugger.
9050          Code added for nexti, stepi, up, down, and other adjustments.
9051
9052 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9053
9054         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9055         * src/pic/peeph.def Added two rules to optimize carry manipulation
9056         * src/pic/* removed debug printfs
9057
9058 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9059
9060         * debugger/mcs51/cmd.c: added header newalloc.h
9061
9062 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9063
9064         * as/Makefile: new EXEEXT
9065         * as/z80/Makefile: remove trailing slash of BUILDIR
9066         * as/z80/clean.mk: new EXEEXT
9067         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9068         * support/cpp2/Makefile.in: new EXEEXT
9069         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9070
9071 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9072
9073         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9074         EXEEXT was introduced to fix all related problems with targets
9075         "clean", "install" and "uninstall"; a couple of further flaws
9076         especially with "clean" have been fixed too
9077         * as/mcs51/Makefile.in
9078         * as/mcs51/clean.mk
9079         * as/z80/Makefile
9080         * Makefile
9081         * clean.mk
9082         * debugger/mcs51/Makefile.in
9083         * debugger/mcs51/clean.mk
9084         * link/z80/Makefile
9085         * link/z80/Makefile.in
9086         * link/z80/clean.mk
9087         * link/Makefile
9088         * packihx/Makefile.in
9089         * packihx/clean.mk
9090         * sim/ucsim/Makefile
9091         * sim/ucsim/clean.mk
9092         * sim/ucsim/avr.src/Makefile.in
9093         * sim/ucsim/avr.src/clean.mk
9094         * sim/ucsim/s51.src/Makefile.in
9095         * sim/ucsim/s51.src/clean.mk
9096         * sim/ucsim/xa.src/Makefile.in
9097         * sim/ucsim/xa.src/clean.mk
9098         * sim/ucsim/z80.src/Makefile.in
9099         * sim/ucsim/z80.src/clean.mk
9100         * sim/ucsim/main_in.mk
9101         * sim/ucsim/packages_in.mk
9102         * sim/ucsim/gui.src/Makefile.in
9103         * sim/ucsim/gui.src/serio.src/Makefile.in
9104         * sim/ucsim/gui.src/serio.src/clean.mk
9105         * src/Makefile.in
9106         * src/clean.mk
9107         * support/cpp2/Makefile.in
9108         * support/cpp2/clean.mk
9109         * support/makebin/Makefile
9110         * support/makebin/clean.mk
9111         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9112         * doc/sdccman.lyx: --program-suffix no longer needed
9113
9114 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9115
9116          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9117          Martin Helmling added support for ddd GUI debugger.
9118          Code added to display assembly, set variables, and other commands
9119          to interface to ddd.
9120
9121 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9122
9123         * as/Makefile: fix target clean
9124         * as/clean.mk: fix target clean
9125         * as/z80/clean.mk: fix target clean
9126
9127 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9128
9129         * Makefile.common.in: added  AT EXEEXT AT
9130         * configure.in: removed all mingw32 stuff
9131         * configure: rebuilt from configure.in
9132         * doc/sdccman.lyx: updated section "installation"
9133         * support/scripts/sdcc_mingw32: adapted to configure
9134         * support/scripts/sdcc_cygwin_mingw32: added
9135
9136 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9137
9138         * src/pic Added object file support for the PIC port
9139         * src/pic Applied patch from Craig Franklin (this started the object file support)
9140         * src/regression Updated the PIC regression tests for object files
9141
9142 2003-04-20  Borut Razem <borut.razem AT siol.net>
9143
9144         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9145           lklex.c: In function `getfid':
9146           lklex.c:203: warning: array subscript has type `char'
9147         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9148           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9149         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9150           stack handling macros
9151
9152 2003-04-19  Borut Razem <borut.razem AT siol.net>
9153
9154         * "handling space characters in file path" task:
9155         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9156         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9157         * support/Util/MySystem.h: make it self-sufficient
9158         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9159           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9160           handling space characters in file path
9161         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9162           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9163         * support/Util/MySystem.c: handling space characters in executable's path
9164
9165 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9166
9167         * as/z80/Makefile: fix permanent rebuild of z80
9168         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9169         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9170
9171 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9172
9173         * src/SDCCopt.c: add special case optimization to replace modulo by
9174           a power of two with a bitwise AND.
9175
9176 2003-04-18    <johan AT balder>
9177
9178         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9179
9180 2003-04-17    <johan AT balder>
9181
9182         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9183         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9184
9185 2003-04-13  Borut Razem <borut.razem AT siol.net>
9186
9187         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9188         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9189           fixed mingw problem in adl_NORMALIZE_PATH
9190
9191 2003-04-12  Borut Razem <borut.razem AT siol.net>
9192
9193         * fixed "#pragma SAVE/RESTORE can not be nested":
9194         * src/SDCC.lex: reworked pragma handling functions
9195         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9196         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9197
9198 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9199
9200         * src/SDCCutil.c (pathEquivalent): defined but not used
9201         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9202         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9203         * configure: rebuilt from configure.in
9204         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9205         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9206         * device/include/Makefile.in: replace sdcc_datadir
9207         * device/lib/Makefile.in: replace sdcc_datadir
9208         * Makefile.common.in: add LDFLAGS from configure
9209         * packihx/Makefile.in: use LDFLAGS
9210         * src/Makefile.in: use LDFLAGS
9211         * support/cpp2/Makefile.in: add LDFLAGS from configure
9212         * support/makebin/Makefile: use LDFLAGS
9213         * .version: bumped version number to 2.3.5
9214
9215 2003-04-12  Borut Razem <borut.razem AT siol.net>
9216
9217         * completed "different paths" task:
9218         * src/SDCCmacro.c: fixed bug in handling quotes
9219         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9220         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9221
9222 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9225
9226 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9227
9228         * ds390/gen.c ds390/peeph.def: fix bug 706781
9229
9230 2003-04-11  Borut Razem <borut.razem AT siol.net>
9231
9232         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9233
9234 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9235
9236         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9237         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9238          set - this bit used to not be set...).
9239         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9240           bad code in PIC Port
9241         * src/regression/and2.c added to test bug 609268
9242         * src/regression/Makefile added and2.c to regression test
9243
9244
9245 2003-04-08    <johan AT CP255758-A>
9246
9247         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9248         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9249         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9250
9251 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9254         fix bug #487815
9255         * support/cpp2/Makefile.in: fix bug #487815
9256         * configure: rebuilt from configure.in
9257         * Makefile.common.in: docdir changed, new path suffixes
9258         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9259         * sdcc_vc_in.h: reflect changes from sdccconf.h
9260         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9261         * src/SDCCutil.h: remove BINDIR hack
9262         * doc/sdccman.lyx: update new path hierarchy
9263
9264 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9265
9266         * src/SDCCpeeph.c: added okToRemoveSLOC test
9267
9268 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9269
9270         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9271
9272 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9273
9274         * src/SDCCpeeph.c: added labelIsReturnOnly test
9275         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9276
9277 2003-04-05    <johan AT balder>
9278
9279         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9280         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9281         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9282         * src/SDCCast.c: fixed a warning
9283         * src/SDCCast.h: fixed a warning
9284         * src/SDCCicode.c (operandFromAst): fixed a warning
9285
9286 2003-04-04    <johan AT balder>
9287
9288         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9289         * src/SDCCast.c (decorateType): fixed bug #715076
9290         * src/SDCC.y: fixed bug #702907
9291
9292 2003-04-03    <johan AT balder>
9293
9294         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9295         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9296         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9297         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9298         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9299
9300 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9301
9302         * _decdptr.c: fix return values
9303         * _gptrget.c: fix return values
9304         * _gptrgetc.c: fix return values
9305         * _gptrput.c: fix return values
9306         * _mulint.c: fix return values
9307         * as/z80/Makefile: fix 'make -j' problem
9308
9309 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9310
9311         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9312         * configure.in: big cleanup, updated to autoconf 2.5x
9313         * configure: rebuilt from configure.in
9314         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9315         * sdcc_vc_in.h: reflect changes from sdccconf.h
9316         * doc/Makefile: fixed a flaw in "make install"
9317
9318 2003-04-02    <johan AT balder>
9319
9320         * src/ds390/gen.c (genCmp): no comments
9321         * src/mcs51/gen.c (genCmp): no comments
9322         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9323         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9324
9325 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9326
9327         * support/regression/generate-cases.py: place generated file in given sub directory
9328         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9329         * support/regression/Makefile: improvements for 'make -j';
9330         side effect: it's simpler and faster now
9331
9332 2003-03-31  Borut Razem <borut.razem AT siol.net>
9333
9334         * src/z80/main.c: link-{port} and as-{port} defined without path
9335         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9336
9337 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9338
9339         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9340
9341 2003-03-30  Borut Razem <borut.razem AT siol.net>
9342
9343         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9344           changed type of list parameter to set
9345         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9346         * src/port.h: changed type of do_assemble() parameter to set
9347         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9348           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9349           definition of "cppoutfilename" macro with NULL value in preProcess()
9350         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9351         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9352         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9353           replaced with set *binPathSet
9354         * shash_add() deallocates the item, if allready exsists, before adding the new one
9355         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9356
9357 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9358
9359         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9360           a nested for loop bug in the PIC port
9361         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9362           for loops
9363
9364 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9365
9366         * support/Util/dbuf.h: remove C++ stuff to make it portable
9367
9368 2003-03-28  Borut Razem <borut.razem AT siol.net>
9369
9370         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9371           literal strings in stringLiteral()
9372         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9373         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9374           to the project
9375
9376 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9377
9378         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9379
9380 2003-03-26    <johan AT balder>
9381
9382         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9383         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9384         * src/SDCCast.c (decorateType): fixed " -v < 3"
9385
9386 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9387
9388         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9389         Added Lenny Story's debug infrastructure changes:
9390         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9391         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9392         * src/cdbFile.c: added
9393         * src/SDCCdebug.c: added
9394         * src/SDCCdebug.h: added
9395         * src/SDCCast.c (createFunction)
9396         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9397         * src/SDCCmain.c (parseCmdLine, main)
9398         * src/SDCCmem.c (redoStackOffsets)
9399         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9400         * src/SDCCsymt.h
9401         * src/common.h
9402         * src/avr/gen.c (genAVRCode)
9403         * src/ds390/gen.c (gen390Code)
9404         * src/mcs51/gen.c (gen51Code)
9405         * src/pic/gen.c (genpic14Code)
9406         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9407         * src/xa51/gen.c (genXA51Code)
9408         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9409
9410 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9411
9412         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9413         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9414
9415 2003-03-22    <johan AT balder>
9416
9417         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9418
9419 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9420
9421         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9422         * doc/cdbfileformat.lyx: added, written by Lenny Story
9423         * doc/Makefile: added cdbfileformat.lyx
9424         * doc/clean.mk: added cdbfileformat.lyx
9425
9426 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9427
9428         * src/mcs51/peeph.def: fix bug #705773
9429
9430 2003-03-20    <johan AT balder>
9431
9432         An sfr/sbit can have an "at #" AND an initializer
9433         * src/SDCCsymt.c (checkSClass):
9434         * src/SDCCmem.c (allocGlobal):
9435         * src/SDCCmem.c (allocLocal):
9436         * src/SDCCast.c (createBlock):
9437
9438 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9439
9440         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9441
9442 2003-03-16    <johan AT balder>
9443
9444         Undid the hackup of const and volatile, the problem is much bigger
9445         * src/SDCC.y:1.65
9446         * src/SDCCast.c:1.171
9447         * src/SDCCglue.c:1.138
9448         * src/SDCCicode.c:1.146
9449         * src/SDCCsymt.c:1.150
9450         * src/SDCCval.c:1.65
9451
9452 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9453
9454         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9455         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9456
9457 2003-03-13    <johan AT balder>
9458
9459         Hackup const and volatile modifiers in type chains a bit:
9460         * src/SDCC.y:1.63
9461         * src/SDCCast.c:1.169
9462         * src/SDCCglue.c:1.136
9463         * src/SDCCicode.c:1.143
9464         * src/SDCCsymt.c1.146
9465         * src/SDCCsymt.h1.59
9466         * src/SDCCval.c:1.63
9467
9468 2003-03-12    <johan AT balder>
9469
9470         * src/SDCCBBlock.h: more LRH debugging junk
9471         * src/SDCCcflow.h: more LRH debugging junk
9472         * src/SDCCloop.c: more LRH debugging junk
9473         * src/SDCC.y (struct_declaration): fixed bug #697590
9474         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9475         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9476         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9477
9478 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9479         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9480         test function names must now match exactly).
9481         * src/SDCCcse.c: added special case in findCheaperOp to allow
9482         extending a short integer. Makes less awful code for bug 700121 test case.
9483
9484 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9485
9486         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9487         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9488
9489 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9490
9491         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9492         actually called (operandsNotEqual() was called for all
9493         operandsNotEqualX tests).
9494
9495 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9496
9497         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9498         with shorter literals. Fixes bug 700121.
9499
9500 2003-03-11    <johan AT balder>
9501
9502         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9503
9504 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9507         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9508
9509 2003-03-10  Borut Razem <borut.razem AT siol.net>
9510
9511         * src/SDCCmain.c: pipe preprocessor's output
9512         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9513         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9514         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9515         which closes all pipes in pipeSet set
9516         * src/SDCCset.c: free deleted item in function deleteSetItem()
9517         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9518         moved from z80 to src subproject
9519         * .version: increased version number to 2.3.4
9520
9521 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9524         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9525         * support/regression/ports/xa51/spec.mk: fix typo
9526
9527 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9528
9529         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9530
9531 2003-03-09  Borut Razem <borut.razem AT siol.net>
9532
9533         * src/SDCCmain.c: pipe preprocessor's output
9534         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9535         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9536         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9537         which closes all pipes in pipeSet set
9538         * src/SDCCset.c: free deleted item in function deleteSetItem()
9539         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9540         moved from z80 to src subproject
9541
9542 2003-03-09  Borut Razem <borut.razem AT siol.net>
9543
9544         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9545         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9546         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9547         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9548         * src/SDCCglobl.h: unification of WIN32 native definitions
9549
9550 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9551
9552         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9553
9554 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         * src/configure.in:   check for endianess (even while cross-compiling)
9557         * src/configure:      check for endianess (even while cross-compiling)
9558         * src/configure_in.h: check for endianess (even while cross-compiling)
9559         * src/avr/gen.c:        remove old endianess stuff
9560         * src/mcs51/gen.c:      remove old endianess stuff
9561         * src/ds390/gen.c:      remove old endianess stuff
9562         * src/pic/gen.c:        remove old endianess stuff
9563         * src/pic/genarith.c:   remove old endianess stuff
9564         * src/pic/glue.c:       fix endianess check
9565         * src/pic16/gen.c:      remove old endianess stuff
9566         * src/pic16/genarith.c: remove old endianess stuff
9567         * src/pic16/glue.c:     fix endianess check
9568         * src/xa51/gen.c:       remove old endianess stuff
9569         * src/z80/gen.c:        fix endianess check
9570         * src/SDCCglue.c:       fix endianess check
9571         * src/ds390/peeph.def: fix bug 700036
9572
9573 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9576         * src/configure: find appropriate data-types on host for SDCC's int and long
9577         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9578         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9579         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9580
9581 2003-03-07    <johan AT balder>
9582
9583         Just a big NOOP:
9584                 some minor cleanups before the big shot
9585                 OP_DEFS and OP_USES now use Kevin's protection
9586                 new option --nolabelopt
9587
9588         * src/SDCCBBlock.c:
9589         * src/SDCCast.c,:
9590         * src/SDCCcflow.c:
9591         * src/SDCCcse.c:
9592         * src/SDCCicode.c:
9593         * src/SDCCicode.h:
9594         * src/SDCClabel.c:
9595         * src/SDCCloop.c:
9596         * src/SDCCmain.c:
9597         * src/ds390/ralloc.c:
9598         * src/mcs51/ralloc.c:
9599         * src/pic/ralloc.c:
9600         * src/xa51/ralloc.c:
9601         * src/z80/ralloc.c:
9602
9603 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9604
9605         * src/pic/pcode.c (get_op): fix 64 bit warnings
9606         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9607         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9608         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9609         * support/regression/tests/malloc.c: fix 64 bit warnings
9610
9611 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9612
9613         * src/mcs51/gen.c (genMinus): fixed bug 696436
9614
9615 2003-03-02  Borut Razem <borut.razem AT siol.net>
9616
9617         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9618
9619 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9620
9621         * configure.in: test for mkstemp
9622         * sdccconf_in.h: add HAVE_MKSTEMP
9623
9624 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9625
9626         * device/include/ctype.h: removed warning while using --stack-auto
9627         * device/include/malloc.h: removed warning while using --stack-auto
9628         * device/include/string.h: removed warning while using --stack-auto
9629
9630 2003-02-23  Borut Razem <borut.razem AT siol.net>
9631
9632         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9633         because NDEBUG is defined (see man assert)
9634         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9635
9636 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9637
9638         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9639         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9640
9641 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9642
9643         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9644         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9645
9646 2003-02-18    <johan AT balder>
9647
9648         * as/mcs51/asmain.c (asmbl): module can start with a digit
9649         * as/z80/asmain.c (asmbl): module can start with a digit
9650
9651 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9654         * src/asm.c: fix pipe() for Mingw32
9655
9656 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9659         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9660         make -V work again; --c1mode reads now from stdin
9661         * doc/sdccman.lyx: added --c1mode
9662         * support/Util/SDCCerr.c: new messages for c1 mode
9663         * support/Util/SDCCerr.h: new messages for c1 mode
9664         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9665
9666 2003-02-15    <johan AT balder>
9667
9668         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9669
9670 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9671
9672         * doc/sdccman.lyx: Environment variables, -o and other minor things
9673
9674 2003-02-14    <johan AT balder>
9675
9676         * src/xa51/main.c: before anyone really tries to use it :)
9677
9678         * Install doc's in share/sdcc/doc
9679         * removed some obsolete files
9680         * Do a proper make distclean and uninstall
9681         M Makefile.common.in
9682         R sdccbuild.sh
9683         M as/Makefile
9684         M device/include/Makefile.in
9685         M device/lib/Makefile.in
9686         M doc/sdccman.lyx
9687         M link/Makefile
9688         M sim/ucsim/doc/Makefile.in
9689         M src/clean.mk
9690         R src/avr/peeph.rul
9691         R src/xa51/peeph.rul
9692         M support/cpp2/Makefile.in
9693         M support/makebin/Makefile
9694
9695
9696 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9699
9700 2003-02-10  Borut Razem <borut.razem AT siol.net>
9701
9702         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9703         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9704         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9705         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9706         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9707         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9708         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9709         src/z80/Makefile.bcc: Borland Makefile cleanup
9710         * as/z80/Makefile.bcc: Added Borland Makefile
9711         * support/cpp2/borland.h: Removed
9712
9713 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9714
9715         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9716         * src/SDCC.lex: new pragma NOIV
9717         * src/SDCCglobl.h: new pragma NOIV
9718         * src/SDCCmem.c: new pragma NOIV
9719
9720 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9721
9722         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9723
9724 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9725
9726         * src/SDCCmain.c: signal handling is switched off by --debug
9727         * doc/Makefile: small fix for install; use clean.mk again
9728         * doc/clean.mk: clean *.pdf and *.html too
9729
9730 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9731
9732         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9733         * device/lib/printfl.c: fix a ds390 bug by making it portable
9734         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9735         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9736         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9737         * debugger/mcs51/cmd.c: converted multi-line string literals
9738         * sim/ucsim/globals.cc: converted multi-line string literals
9739         * src/SDCCmain.c: introduced signal handler to remove temp files
9740         * doc/Makefile: small tweaks, implement clean
9741         * doc: removed generated files
9742
9743 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9744
9745         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9746         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9747         Address Record is not correctly generated for DS390."
9748
9749 2003-02-02  Borut Razem <borut.razem AT siol.net>
9750
9751         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9752         * as/mcs51/asm.h: fixed compilation with Borland C
9753         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9754         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9755         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9756         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9757         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9758         src/z80/Makefile.bcc: delete $(LIB) only if exist
9759         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9760
9761 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * device/include/malloc.h: introduced NULL
9764         * device/include/string.h: introduced NULL
9765         * device/include/stdlib.h: introduced NULL
9766         * device/lib/_memcpy.c: removed NULL
9767         * device/lib/_strcat.c: removed NULL
9768         * device/lib/_strchr.c: removed NULL
9769         * device/lib/_strcmp.c: removed NULL
9770         * device/lib/_strcpy.c: removed NULL
9771         * device/lib/_strcspn.c: removed NULL
9772         * device/lib/_strlen.c: removed NULL
9773         * device/lib/_strncat.c: removed NULL
9774         * device/lib/_strncmp.c: removed NULL
9775         * device/lib/_strncpy.c: removed NULL
9776         * device/lib/_strpbrk.c: removed NULL
9777         * device/lib/_strrchr.c: removed NULL
9778         * device/lib/_strspn.c: removed NULL
9779         * device/lib/_strstr.c: removed NULL
9780         * device/lib/_strtok.c: removed NULL
9781         * device/lib/malloc.c: removed NULL, include own header
9782
9783 2003-02-02    <johan AT balder>
9784
9785         * 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
9786         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9787         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9788         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9789         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9790         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9791
9792 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9793
9794         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9795         area 'DATA'"
9796
9797 2003-02-01    <johan AT balder>
9798
9799         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9800
9801 2003-01-31    <johan AT CP255758-A>
9802
9803         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9804
9805 2003-01-30    <johan AT balder>
9806
9807         * src/SDCCBBlock.c: automatic bug detection
9808         * src/SDCCicode.c: automatic bug detection
9809
9810 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9811
9812         * src/SDCCglobl.h:   now --xram-size 0 works
9813         * src/SDCCmain.c:    now --xram-size 0 works
9814
9815 2003-01-29    <johan AT balder>
9816
9817         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9818
9819 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9820
9821         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9822         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9823         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9824         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9825         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9826         * src/SDCCmain.c:    Added options --xram-size and --code-size
9827
9828 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9829
9830         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9831         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9832
9833 2003-01-27    <johan AT balder>
9834
9835         * src/SDCC.y: fixed bug #613764
9836
9837 2003-01-26    <johan AT balder>
9838
9839         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9840         * src/SDCCsymt.h: fixed bug #673374
9841         * src/SDCCglue.c: fixed bug #661910
9842         * src/SDCCast.c: fixed bug #458099 and 673374
9843
9844 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9845
9846         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9847         * as/mcs51/strcmpi.h: added
9848         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9849         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9850         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9851         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9852         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9853         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9854         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9855         * as/mcs51/Makefile.aslink: new module strcmpi
9856         * as/mcs51/Makefile.asx8051: new module strcmpi
9857         * as/mcs51/Makefil.bcc: new module strcmpi
9858         * as/mcs51/Makefile.in: new module strcmpi
9859         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9860
9861 2003-01-26    <johan AT balder>
9862
9863         * src/SDCCglue.c: reverted back to 1.124
9864         * src/SDCCast.c: reverted back to 1.156
9865         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9866
9867 2003-01-25    <johan AT balder>
9868
9869         * src/SDCCglue.c: A better fix for bug #661910
9870         * src/SDCCast.c: A better fix for bug #661910
9871         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9872
9873 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9874
9875         * src/Makefile.in: remove spawn.o
9876         * src/SDCCmain.c: remove spawn.h
9877         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9878         * src/spawn.c: removed
9879         * src/spawn.h: removed
9880         * support/regression/ports/ds390/spec.mk: link with -r
9881
9882 2003-01-24    <johan AT CP255758-A>
9883
9884         * src/ds390/gen.c (aopOp): fixed bug #667458
9885         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9886         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9887         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9888
9889 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9890
9891         * src/mcs51/peeph.def: better assembler identation by Frieder
9892         * src/mcs51/gen.c: better assembler identation by Frieder
9893
9894 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9895
9896         * as/z80/string.h: removed for gcc 3.2
9897         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9898         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9899
9900 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9903         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9904         * support/regression/Makefile: separate temp files for ports
9905         * support/regression/generate-cases.py: separate temp files for ports
9906         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9907         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9908
9909 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9910
9911         * moved tinitalk to device/examples/ds390
9912
9913 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9914
9915         * as/mcs51/lkmem.c: rflag is for DS390
9916         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9917         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9918                          (linkEdit): move mem- and map-files the same way as ihx-files
9919         * src/z80/main.c (_setDefaultOptions): removed --generic
9920         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9921         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9922         * src/pic/glue.c (picglue): --c1mode works again
9923         * src/pic16/glue.c (pic16glue): --c1mode works again
9924         * src/asm.c (printCLine): fix #660034
9925
9926 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9927
9928         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9929         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9930         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9931         * as/mcs51/lkmem (summary): better fix for sp problem
9932         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9933         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9934         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9935                                               remove --stack-after-data
9936
9937 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9938
9939         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9940         * src/SDCCutil.c (join): ugly bug: missing '\0'
9941         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9942
9943 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9944
9945         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9946         * src/port.h: typo
9947         * src/pic/main.c (_asmCmd): gpasm supports -o
9948         * src/z80/main.c: more general macros
9949         * device/lib/Makefile.in: remove intermediate files
9950
9951 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9952
9953         * .version: Bumped version number to 2.3.3
9954         * src/SDCCBBlock.c: new option -o
9955         * src/SDCCglobl.h: new option -o
9956         * src/SDCCglue.c: new option -o
9957         * src/SDCCmain.c: new option -o
9958         * src/asm.c: new option -o
9959         * src/ds390/main.c: new option -o
9960         * src/pic/glue.c: new option -o
9961         * src/pic/pcode.c: new option -o
9962         * src/pic/ralloc.c: new option -o
9963         * src/pic16/glue.c: new option -o
9964         * src/pic16/pcode.c: new option -o
9965         * src/pic16/ralloc.c: new option -o
9966         * src/z80/main.c: new option -o
9967         * device/lib/Makefile.in: use -o
9968         * support/regression/ports/ds390/spec.mk: use -o
9969         * support/regression/ports/gbz80/spec.mk: use -o
9970         * support/regression/ports/mcs51/spec.mk: use -o
9971         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9972         * support/regression/ports/z80/spec.mk: use -o
9973         * support/regression/ports/ucz80/spec.mk: use -o
9974         * support/regression/ports/xa51/spec.mk: use -o
9975         * support/regression/fwk/lib/timeout.c: fix usage string
9976
9977 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9978         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9979
9980 2003-01-07    <johan AT balder>
9981
9982         * src/SDCCast.c (decorateType): fixed bug #600035
9983
9984 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9985         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9986         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9987         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9988         * src/pic/pcode.c: outcommented unused variable to remove warnings
9989         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9990
9991 2003-01-06    <karl AT turbobit.com>
9992         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9993    regression tests.
9994
9995 2003-01-06    <johan AT balder>
9996
9997         * src/SDCCicode.c: fixed array add
9998
9999 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10000         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10001         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10002
10003 2003-01-04    <johan AT balder>
10004
10005         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10006
10007 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10008         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10009
10010 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10011         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10012         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10013
10014 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10015         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10016
10017 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10018         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10019
10020 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10021         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10022
10023 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10024
10025     * in \sdcc\as\mcs51\ changed these files in order to create an
10026     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10027     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10028     following files to include the previous two files: aslink.dsp,
10029     Makefile.aslink, Makefile.bcc, and Makefile.in.
10030
10031     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10032     .adb instead of .cdb
10033
10034 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10035
10036         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10037         value from option --iram-size.
10038
10039 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10040
10041         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10042         dram[] array.
10043
10044 2002-09-18    <wiml AT hhhh.org>
10045
10046         * SDCClrange.h: exposed setFromRange() and setToRange()
10047         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10048           packRegsForAccUse() (bug 542397)
10049         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10050           multiple times and emitting the fetch operations more than once
10051           added aopGetUsesAcc() function to allow binary operators to
10052           fetch their operands in the correct order; made genMinus() emit
10053           compact code for X = LITERAL - Y
10054
10055 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10056         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10057         sprintf() in line 1267.
10058
10059 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10060         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10061         like ports.
10062
10063 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10064         Changes to aslink (All the changes are marked with 'JCF'):
10065
10066         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10067         summary().
10068
10069         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10070         area BSEG.  Also moves, if possible, the DATA area down into the internal
10071         ram so more space is available.
10072
10073         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10074         sflag.
10075
10076         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10077         not bytes.  Function summary() which creates a memory usage summary
10078         file with extension .mem.  Reports of overlaping stack and small stack
10079         size.  If the space for the stack is less than 16 bytes aslink trows a
10080         warning.
10081
10082         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10083         the 8051.  Option 'y' for memory summary output file.
10084
10085         Changes to sdcc (All the changes are marked with 'JCF'):
10086
10087         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10088
10089         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10090         overlaying area for it (uses RegBankUsed[4]).
10091
10092         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10093         bank zero as used by default.  By default aslink locates the stack
10094         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10095         the creation of the .mem file.  Delegates the allocation of data area
10096         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10097         the begining of the stack area to aslink.
10098
10099         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10100         glue() in SDCCglue.c creates an area for it.
10101
10102 2002-09-03  Borut Razem <borut.razem AT siol.net>
10103         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10104         sdcc/src/pic/glue.c:
10105         introduced atexit() handler for teporay files removal in case of
10106         errors, assertions, ...
10107
10108 2002-08-29  Borut Razem <borut.razem AT siol.net>
10109         * sdcc/support/cpp2/auto-host_vc_in.h:
10110         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10111         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10112         Maybe there is a similar problem with BORLANDC? It should be checked!
10113
10114         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10115         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10116         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10117         was not executed, and the compiler (cl) launched a warning:
10118         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10119
10120 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10121         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10122
10123 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10124         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10125
10126         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10127           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10128           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10129           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10130           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10131           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10132           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10133         - added Release configuration in VS projects
10134         - review of compiler an linker options
10135         - VC .exe files are generated in bin_vc directory, not to interfere
10136           with binaries generated from other projects (cygwin, mingw, bcc ...)
10137
10138         * sdcc/src/yacc.dsp: added
10139
10140         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10141         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10142         and insert the version number definitions from .version
10143
10144         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10145
10146         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10147         added - genarate auto-host.h using auto-host_vc_in.h as template
10148
10149         * sdcc/sdcc_vc.h,
10150         removed from CVS, generated automatically
10151
10152 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10153         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10154
10155 2002-08-11  Borut Razem <borut.razem AT siol.net>
10156         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10157
10158 2002-08-10  Borut Razem <borut.razem AT siol.net>
10159         * src/SDCCmain.c (main):
10160         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10161         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10162         The consequence was that some temporary files were not removed.
10163
10164         * src/SDCCglue.c:
10165         unification of code in functions tempfilename() and tempfile():
10166         function tempnam() is defined in Visual Studio 6.0 and .NET
10167
10168         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10169
10170         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10171           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10172         - removed compiler command line option /WX: Treats all warnings as errors
10173         - update a list of source files, included into the project
10174
10175         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10176           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10177         changed project type to Generic Project so that can be correcly converted to VS.NET project
10178
10179         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10180
10181         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10182
10183         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10184
10185         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10186         added return 0 statements after assert() to make compiler happy
10187
10188         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10189         added newline in the def file to keep MSC compiler satisfied
10190
10191         * sdcc/src/z80/gen.c:
10192         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10193           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10194         - solved MSC error in function aopDump()
10195
10196         * sdcc_vc.h: define PREFIX as "\\sdcc"
10197
10198 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10199         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10200
10201 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10202         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10203         - Rewrote the register banking algorithm.
10204         - Added pCode live-range analysis to registers (for now, only non-used and
10205         singly-used registers optimized away)
10206
10207         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10208
10209         * 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.
10210
10211 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10212         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10213
10214 2002-04-22  Michael Hope  <michaelh AT vroom>
10215
10216         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10217
10218         * configure.in (DD_COPT): Added include support required for gbdk.
10219
10220         * .version: Bumped version number just to increase it.
10221
10222         * src/SDCCmain.c: Added -nostdinc to the default options.
10223
10224 2002-04-15  Michael Hope  <michaelh AT vroom>
10225
10226         * device/lib/z80/printf.c (sprintf): Added.
10227
10228         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10229
10230         * src/z80/peeph.def: Added transpose redundent load rule.
10231
10232         * src/z80/main.c: Added force callee saves for jaune.
10233
10234         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10235
10236         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10237
10238 2002-03-28  Johan Knol  <johan AT balder>
10239
10240         * src/SDCCval.c: fixed bug #532436
10241
10242 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10243         * /src/port.h:
10244         Added "char *Processor" field to the port structure.
10245
10246         * /src/SDCCmain.c:
10247         Added -p option. Allows port dependent processor to be specified.
10248
10249         * all ports:
10250         Initialized the new field char *Processor field to NULL in all ports
10251
10252         * /src/pic/*:
10253         Compiler generated registers for interrupt context saving
10254         were not getting allocated.
10255
10256 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10257
10258         * /src/SDCCast.c:
10259         Fixed left shift. Will promote the left side of a left shift
10260         if a) left shifting more than size of operand or b) when assigned
10261         to something size > size of left side
10262
10263 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10264         * src/pic/*
10265         tons of changes. Register allocation has been
10266         rewritten. Added customization for the various PICs. Flow
10267         analysis is restructured. ...
10268
10269         * src/pic/device.h:
10270         Added
10271
10272         * src/pic/device.c:
10273         Added. device.c is a PIC port hack to accomodate variations
10274         in PIC devices.
10275
10276 2002-03-13  Michael Hope  <michaelh AT vroom>
10277
10278         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10279
10280 2002-03-04  johanknol  <johanknol AT manik>
10281
10282         * /src/SDCCval.c: fixed
10283
10284         const unsigned char arr[][2] = { { 0, 1 } };
10285         t18.c:1: error: Initializer element is not constant
10286
10287 2002-03-04  bela  <bela AT manik>
10288
10289         * /device/include/mcs51reg.h:
10290         ds89c420 register definition update
10291
10292 2002-03-03    <johan AT FRIJA>
10293
10294         * support/Util/SDCCerr.c: did something, but don't no why anymore
10295
10296         * support/regression/tests/bug-524691.c: made it a little less shy
10297
10298         * src/SDCCast.c (decorateType): fixed bug #524697
10299
10300         * src/SDCCast.c: made some lineno improvements
10301
10302         * src/SDCCval.c (getNelements): changed warning to error
10303
10304         * src/SDCCglue.c (printIvalArray): changed warning to error
10305
10306         * src/SDCCicode.c: fixed a warning for mingw
10307
10308         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10309
10310         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10311
10312 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10313
10314         * src/ds390/peeph.def:
10315         Added some more peephole rules
10316
10317         * src/ds390/gen.c: Various fixes & enhancements
10318
10319         * src/SDCClrange.c, src/SDCClrange.h:
10320         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10321
10322         * src/ds390/ralloc.c:
10323         various fixes & enhancements (ds390) specific
10324
10325         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10326         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10327         from rallocs.
10328
10329         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10330
10331 2002-03-02    <johan AT FRIJA>
10332
10333         * src/SDCCast.c (decorateType): fixed bug #524708
10334
10335         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10336
10337         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10338
10339 2002-03-01  Michael Hope  <michaelh AT vroom>
10340
10341         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10342
10343         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10344
10345 2002-03-01    <johan AT FRIJA>
10346
10347         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10348
10349         * src/SDCCast.c (decorateType): fixed bug #524209
10350
10351         * src/SDCCval.c (valNot): fixed bug #524195
10352
10353 2002-02-26    <johan AT balder>
10354
10355         * src/xa51/gen.c: fixed a warning
10356
10357         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10358
10359         * src/SDCCast.c (decorateType): fixed bug #522534
10360
10361 2002-02-23    <johan AT balder>
10362
10363         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10364
10365 2002-02-22    <johan AT balder>
10366
10367         * src/SDCCast.c: fixed bug #514865
10368
10369         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10370
10371 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10372
10373         * sdcc/src/SDCCloop.c:
10374         Previous fix was not good. basic blocks that have "break" or "return" are
10375         not really partof a loop , but live ranges used in these blocks should
10376         be live thru the entire loop, so set partOfLoop but don't add them to
10377         loop region
10378
10379 2002-02-21    <johan AT FRIJA>
10380
10381         * src/SDCCcse.c: fixed bug #514308
10382
10383 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10384
10385         * src/SDCCloop.c:
10386         Fixed BUG #519583. If a conditional block ended in a return/break
10387         statement inside a loop, it was not being considered part of the loop.
10388
10389         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10390
10391 2002-02-10  Karl Bongers <karl AT turbobit.com>
10392
10393         * debugger/*:
10394         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10395         with lots of comments and notes.
10396
10397         * device/examples/test2.c:
10398         Fix bug, "red" variable not being initialized(compiler complained).
10399
10400         * device/examples/Makefile, examples/test3.c:
10401         Add Makefile in device/examples folder, compiles test3.c
10402         for use as a multiple module SDCDB test case.
10403
10404         * sim/ucsim/cmd.src/cmdset.cc:
10405         Took out debug printfs in ucsim "next" command.
10406
10407         * sim/ucsim/xa.src:
10408         Karl and Johan start ucsim XA support.  Most dissassembly working,
10409         about 75% emulation done(plenty of work remaining).
10410
10411         * sim/ucsim/z80.src:
10412         Add Z80 support to ucsim, add test-ucz80 regression test,
10413         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10414         Notice z80 compiler fails on examples/test3.c/crc code.
10415
10416 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10417
10418         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10419         Added support for --parms-in-bank1
10420
10421         * src/ds390/peeph.def:
10422         added a few more peephole optimzations
10423
10424         * src/ds390/main.c:
10425         1) added __builtin_inp & __builtin_outp used to read in data of given length
10426            from a memory mapped port
10427         2) added __builtin_memcmp
10428         3) added __builtin_swapw swap bytes of a short
10429
10430         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10431         1) handle multiple send & receives from register bank1
10432         2) ralloc can now allocate DPTR1 to some liveRanges
10433
10434         * src/SDCCsymt.c, src/SDCCsymt.h:
10435         changes to handle multiple sends & receives
10436
10437         * src/SDCCptropt.h:
10438         added some pointer arithmetic optimization
10439
10440         * src/SDCCptropt.c:
10441         added some pointer arithmetic optimizations but not stable yet so not
10442         called from anywhere (will get this working shortly)
10443
10444         * src/SDCCopt.c: fixed for multiple sends & receives
10445
10446         * src/SDCCmain.c:
10447         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10448         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10449            set preprocessor defines (depending on options)
10450
10451         * src/SDCCicode.c, src/SDCCicode.h:
10452         changes made to handle multiple sends & receives
10453
10454         * src/SDCCglobl.h:
10455         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10456
10457         * src/SDCCcse.c, src/SDCCcse.h:
10458         added function findbackward def (to be used in upcoming optimization)
10459
10460         * src/SDCCcflow.c, src/SDCCcflow.h:
10461         added function returnAtEnd - to determine if a basic block terminates with
10462         a RETURN iCode
10463
10464         * src/SDCCast.c, src/SDCCast.h:
10465         added option parms-in-bank1
10466
10467         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10468         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10469         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10470         adjusted for --parms-in-bank1 option
10471
10472         * device/include/string.h:
10473         donot redefine "reentrant" keyword
10474
10475         * device/include/ds80c390.h: Added some more SFRs
10476
10477 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10478
10479         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10480
10481 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10482
10483         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10484
10485 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10486
10487         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10488
10489 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10490
10491         * Added --xram-movc option
10492
10493 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10494
10495         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10496
10497 2002-01-11  Johan Knol
10498
10499         * Added math lib of Jesus Calvino-Fraga
10500
10501 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10502
10503         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10504         * support/regression/Makefile: new target test-mcs51-stack-auto
10505         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10506
10507 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10508
10509         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10510
10511 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10512
10513         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10514
10515 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10516
10517         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10518
10519         * src/SDCCglue.h: add definition for printIvalChar()
10520
10521 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10522
10523         * src/SDCCast.c: fix #498138 by Johan
10524
10525         * src/SDCCglue.c: fix #498138 by Johan
10526
10527 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10528
10529         * support/regression/Makefile: fix clean
10530
10531         * support/regression/ports/ds390/support.c: fix transmission of last character
10532
10533 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10534
10535         * /sdcc/src/ds390/gen.c:
10536         a) improved computing address of stack variable
10537         b) took out some #if 0 code
10538         c) improved parmBytes adjustment
10539         d) improved genPlusIncr & genMinusIncr
10540         e) genCmp could generate bad code (when left assigned to DPTR)
10541         f) Fixed bug in hasInc
10542
10543         * /sdcc/src/ds390/ralloc.c:
10544         a) packRegsForSupport could mess up live information (Fixed)
10545         b) packRegsDPTRuse could be incorrect for left & right shift
10546
10547         * /sdcc/src/mcs51/ralloc.c:
10548         packRegsForSupport could mess up the live information (Fixed)
10549
10550         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10551
10552         * /sdcc/src/SDCCast.c:
10553         can reverse a loop even if function call is present as long
10554         as the loop control variable is local & is not passed as parameter
10555
10556 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10557
10558         * /sdcc/ChangeLog: *** empty log message ***
10559
10560         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10561         More builtin function additions for TININative
10562
10563         * /sdcc/src/ds390/ralloc.c:
10564         Had broken the regression testsuite
10565
10566         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10567
10568         * /sdcc/src/SDCCsymt.c, /sdcc/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         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10574         *** empty log message ***
10575
10576 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10577
10578         * /src/ds390/gen.c, /src/ds390/main.c:
10579         More builtin function additions for TININative
10580
10581         * /src/ds390/ralloc.c:
10582         Had broken the regression testsuite
10583
10584         * /src/SDCCast.c: Fixed a bug in dumptree
10585
10586         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10587         Added funcattr hasStackParms will be set for reentrant functions when there
10588         are paramteres on the stack, this helps in minimizing frame pointer generation
10589         typeFromStr can handle function pointers now
10590
10591         * /doc/builtins.txt, /doc/TININative.txt:
10592         *** empty log message ***
10593
10594
10595 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10596
10597         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10598         ALPHA version for -mTININative
10599
10600         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10601         updated to reflect changes in the port structure
10602
10603         * /src/port.h:
10604         added function do_assemble (similar to do_link) if non-null this function
10605         will be called to do assembly (-mTININative) requires a multi command
10606         assembly
10607         added function genAssemblerEnd will be called to generate assembler Epilogue
10608
10609         * /src/SDCCsymt.c:
10610         added _JavaNative to debug info printing
10611
10612         * /src/SDCCmain.c: added option --tini-libid
10613         added port->do_assemble function (-mTININative) has a multi command assemble
10614
10615         * /src/SDCCglue.c: Disabled "constExpr" check
10616         added port->genAssemblerEnd function
10617
10618         * /src/SDCCglobl.h: Added option --tini-libid value
10619
10620         * /src/SDCCast.h:
10621         tookout optimizeCompare from the header (has no external references)
10622
10623         * /src/SDCCast.c: made one more function "static"
10624
10625 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10626
10627         * src/z80/mappings.i: Added z80asm support.
10628
10629         * src/z80/main.c: Added z80asm support on --asm=z80asm
10630
10631         * src/z80/gen.c: Fixed asm portability issues.
10632
10633         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10634
10635         * src/SDCCglue.c (printExterns): Added global/extern split.
10636
10637 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10638
10639         * support/regression/Makefile: added test for mcs51 model large
10640
10641         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10642
10643         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10644
10645 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10646
10647         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10648
10649 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10650
10651         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10652
10653         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10654
10655 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10656
10657         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10658
10659         * support/regression/tests/simplefloat.c: Port to mcs51.
10660
10661 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10662         * support/regression/tests/bug-485362.c: Added.
10663
10664         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10665
10666         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10667
10668         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10669
10670         * src/z80/gen.c (aopDump): Added a dump function.
10671
10672 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10673         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10674
10675         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10676
10677         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10678
10679         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10680
10681         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10682
10683         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10684
10685         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10686
10687         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10688
10689         * support/regression/ports/ds390/support.c: Use tinibios.
10690
10691         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10692
10693 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10694
10695         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10696         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10697
10698         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10699
10700         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10701
10702 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10703
10704         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10705
10706         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10707         (packRegsForIYUse): Created and optimised.
10708
10709 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10710
10711         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10712 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10713
10714         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10715
10716         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10717
10718         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10719
10720 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10721
10722         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10723
10724         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10725
10726 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10727
10728         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10729
10730         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10731
10732         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10733
10734 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10735
10736         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10737         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10738         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10739
10740         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10741
10742         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10743         (genNotFloat): Added.
10744         (genUminusFloat): Added.
10745
10746         * device/lib/z80/Makefile: Added floating pt stubs.
10747
10748         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10749
10750         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10751
10752         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10753
10754 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10755
10756         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10757
10758         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10759
10760         * sdcc/support/regression/Makefile: Add port ds390.
10761
10762         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10763
10764         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10765
10766         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10767
10768         * sdcc/support/regression/ports/ds390/support.c: Added.
10769
10770         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10771
10772         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10773
10774         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10775
10776 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10777
10778         * device/include/malloc.h: Added z80 and gbz80 support.
10779
10780         * device/lib/gbz80/heap.s: Added.
10781
10782         * device/lib/z80/heap.s: Added.
10783
10784         * device/lib/malloc.c: Added z80 and gbz80 support.
10785
10786         * support/regression/tests/malloc.c (testMalloc): Added.
10787
10788         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10789
10790         * support/regression/tests/bug-478094.c: Added.
10791
10792         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10793
10794 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10795
10796         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10797
10798         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10799
10800         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10801
10802         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10803
10804         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10805
10806 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10807
10808         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10809
10810 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10811
10812         * support/regression/tests/bug-477927.c: Added.
10813
10814         * src/z80/peeph.def: Added minor rules.
10815
10816         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10817
10818         * src/z80/peeph.def: Added jump optimisation modification.
10819
10820 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10821
10822         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10823
10824 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10825
10826         * support/regression/tests/funptrs.c: Added.
10827
10828 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10829
10830         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10831
10832 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10833
10834         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10835
10836         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10837
10838         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10839         (movLeft2ResultLong): Created.
10840
10841         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10842         (joinPushes): Added.  Joins two char pushes into a word push.
10843
10844 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10845
10846         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10847
10848         * support/makebin/Makefile (install): Added creation of dest dir.
10849
10850 2001-10-24 Karl Bongers <karl AT turbobit.com>
10851
10852         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10853
10854 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10855
10856         * src/z80/ralloc.c: Turned off faulty pack for one use.
10857
10858         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10859
10860         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10861
10862 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10863
10864         * support/regression/Makefile: Improved clean
10865
10866         * support/regression/ports/gbz80/spec.mk: Added clean
10867
10868         * support/regression/ports/host/spec.mk: Added clean
10869
10870         * support/regression/ports/z80/spec.mk: Added clean
10871
10872         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10873
10874         * support/regression/ports/mcs51/timeout.c: little improvements
10875
10876 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10877
10878         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10879
10880         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10881
10882         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10883
10884 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10885
10886         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10887
10888         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10889
10890 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10891         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10892
10893         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10894
10895         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10896
10897         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10898
10899         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10900
10901         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10902
10903         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10904
10905         * support/regression/tests/longor.c: Added.
10906
10907 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10908
10909         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10910
10911         * as/mcs51/aslink.h: define PATH_MAX
10912
10913         * as/mcs51/asm.h: define PATH_MAX
10914
10915         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10916
10917         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10918
10919         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10920
10921         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10922
10923         * src/SDCCglobl.h: define PATH_MAX
10924
10925         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10926
10927         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10928
10929 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10930
10931         * src/z80/gen.c (gencjneshort): Fixed
10932
10933         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10934
10935 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10936
10937         * support/regression/tests/bug-469671.c: Added.
10938
10939         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10940
10941 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10942
10943         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10944
10945         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10946
10947 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10948
10949         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10950
10951         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10952
10953         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10954
10955         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10956
10957         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10958
10959         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10960
10961         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10962
10963 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10964
10965         * 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.
10966
10967         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10968
10969         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10970
10971 2001-10-07    <johan AT FRIJA>
10972
10973         * device/lib/gets.c (gets): fixed the return value.
10974
10975 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10976         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10977
10978         * 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.
10979
10980         * 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.
10981
10982         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10983
10984         * src/pic/gen.c: Removed Safe_strdup.
10985
10986         * configure.in: Added option to enable libgc support.
10987
10988         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10989         (bitVectUnion): Optimised.
10990         (bitVectIntersect): Optimised.
10991         (bitVectBitsInCommon): Optimised.
10992         (bitVectCplAnd): Optimised.
10993
10994         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10995
10996 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10997
10998         * src/SDCCmain.c: distinguish between assembler debug and plain options
10999
11000         * src/avr/main.c:   remove standard assembler options
11001
11002         * src/ds390/main.c: remove standard assembler options
11003
11004         * src/mcs51/main.c: remove standard assembler options
11005
11006         * src/port.h: removed "PENDING" comment
11007
11008 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11009
11010         * src/device/lib/_mulint.c  : new, with assember functions
11011
11012         * src/device/lib/_mullong.c : new, with assember functions
11013
11014         * src/device/lib/_divuint.c : with assember functions
11015
11016         * src/device/lib/_divsint.c : with assember functions
11017
11018         * src/device/lib/_divulong.c: with assember functions
11019
11020         * src/device/lib/_divslong.c: with assember functions
11021
11022         * src/device/lib/_moduint.c : with assember functions
11023
11024         * src/device/lib/_modsint.c : with assember functions
11025
11026         * src/device/lib/_modulong.c: with assember functions
11027
11028         * src/device/lib/_modslong.c: with assember functions
11029
11030         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11031
11032         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11033
11034         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11035                                       replaced _mululong.c and _mulslong.c by _mullong.c
11036
11037 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11038
11039         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11040
11041 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11042
11043         * src/SDCCglue.c: test, if win32api is available for MINGW
11044
11045 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11046
11047         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11048         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11049         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11050         * support/regression/ports/host/spec.mk: removed GENERIC
11051         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11052         * support/regression/ports/z80/spec.mk: removed GENERIC
11053
11054 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11055
11056         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11057
11058         * support/regression/tests/bug-467035.c: Created.
11059
11060 2001-10-01    <johan AT FRIJA>
11061
11062         * src/SDCC.y: fixed bug #466586 part 1
11063
11064 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11065
11066         * SDCCicode.c: z80 has no generic pointers
11067         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11068
11069 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11070
11071         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11072
11073 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11074
11075         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11076
11077         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11078
11079 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11080
11081         * configure.in: Fixed up so that ucsim is only configured once.
11082
11083         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11084
11085         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11086         (getPathDifference): As above.
11087
11088         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11089
11090         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11091
11092 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11093         * .version: Updated to 2.3.1
11094
11095         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11096         Added copyright header.
11097
11098         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11099         (assemble): Added support for macro based assembler commands.
11100         (linkEdit): Added support for macro based linker commands.
11101         (preProcess): Changed the pre-processor to use macros.
11102         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11103         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11104
11105         * device/lib/z80/crt0.s: Added module name for debugging.
11106
11107 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11108
11109         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11110
11111         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11112
11113         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11114
11115         * src/Makefile.in: Added SDCCmacro and SDCCutil
11116
11117 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11118
11119         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11120
11121 2001-09-16    <johan AT FRIJA>
11122
11123         * 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.
11124
11125 2001-09-15    <johan AT FRIJA>
11126
11127         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11128         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11129
11130 2001-09-11    <johan AT FRIJA>
11131
11132         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11133
11134 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11135
11136         * support/regression/tests/bug-460444.c: Added test case.
11137
11138         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11139         (genCast): Added justification for all of the asserts.
11140
11141 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11142
11143         * support/regression/support.c: _xdata replaced by xdata
11144
11145         * support/regression/spec.mk: removed _generic
11146
11147 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11148
11149         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11150
11151         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11152         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11153
11154         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11155
11156         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11157
11158         * support/regression/tests/bug-460010.c: Added test case.
11159
11160         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11161
11162 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11163
11164         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11165
11166         * support/regression/testfwk.c: removed workaround for bug #436344
11167
11168         * support/regression/tests/bp.c: use less memory with mcs51
11169
11170         * support/regression/tests/bug-441448.c: use less memory
11171
11172         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11173
11174         * support/regression/collate-results.py: typo
11175
11176 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11177
11178         * support/regression/tests/fetchoverlap.c: Added new test case.
11179
11180         * support/regression/tests/bp.c: Added new test case.
11181
11182         * support/regression/tests/bug-448984.c: Added new test case.
11183
11184         * support/regression/tests/pow2shifts.c: Added new test case.
11185
11186         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11187         (genlshTwo): Fixed right shift for count > 8.
11188
11189         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11190
11191 2001-09-08    <johan AT FRIJA>
11192
11193         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11194
11195 2001-09-07    <johan AT FRIJA>
11196
11197         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11198
11199         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11200
11201 2001-09-06    <johan AT FRIJA>
11202
11203         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11204         * bernhard noted me at this: "() equals to (void)" (1.38)
11205
11206 2001-09-05    <johan AT FRIJA>
11207
11208         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11209
11210 2001-09-04    <johan AT FRIJA>
11211
11212         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11213
11214
11215 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11216
11217         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11218
11219 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11220
11221         * link/z80/aslink.h: Fixed path for PATH_MAX
11222
11223 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11224
11225         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11226
11227         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11228
11229         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11230
11231         * 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.
11232
11233 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11234
11235         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11236         (genCmp): Fixed up genCmp for the GB with longs.
11237
11238         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11239
11240         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11241
11242         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11243
11244         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11245
11246 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11247
11248         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11249
11250 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11251
11252         * 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.
11253
11254         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11255
11256 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11257
11258         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11259
11260         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11261
11262 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11263
11264   * sim/ucsim/configure:    little improvement of Cygwin-detection
11265   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11266   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11267   * support/regression/tests/bug-221100.c: small changes for mcs51
11268   * support/regression/tests/bug-221168.c: small changes for mcs51
11269   * support/regression/tests/bug-227710.c: small changes for mcs51
11270   * support/regression/tests/staticinit.c: small changes for mcs51
11271   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11272   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11273   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11274
11275 $Revision$