* device/lib/mcs51/Makefile.in: changed string comparison operator
[fw/sdcc] / ChangeLog
1 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2
3         * device/lib/mcs51/Makefile.in: changed string comparison operator
4           to = for POSIX compliance; == is bash extension
5
6 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
9           kosmonaut_pirx
10
11 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
12
13         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
14         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
15         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
16         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
17         bug report #1478657,
18
19 2006-05-05 Borut Razem <borut.razem AT siol.net>
20
21         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
22           making the html
23
24 2006-05-02 Borut Razem <borut.razem AT siol.net>
25
26         * doc/Makefile.in: removed *.ind dependency since there is no rule to
27           create *.ind, which made make to fail if invoked with -j 2
28
29 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
32           Hubert Sack for patch 1479782
33
34 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
35
36         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
37
38 2006-05-01 Raphael Neider <rneider AT web.de>
39
40         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
41           (create_pic): store only prefix-free device name,
42           (init_pic): check for device names with "16" prefix,
43           (list_valid_pics),
44         * src/pic/device.h (struct PIC_device),
45         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
46             stored device name,
47         * device/include/pic/pic12f{635,675,629,683}.h,
48         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
49         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
50         * device/include/pic/pic16f505.h,
51         * device/lib/pic/libdev/pic16f505.c: removed
52         * device/include/pic/pic14devices.txt: added support for pic12f
53             devices, removed unsupported non 16-bit devices
54             [above changes provided by patch from Zik Saleeba]
55         * src/pic/*, src/pic16/*, device/include/pic16/*,
56           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
57
58 2006-05-01 Borut Razem <borut.razem AT siol.net>
59
60         * configure.in, configure, doc/Makefile.in:
61           sync with nightly build makefile - latex, dvipdf and dvips
62           not needed any more
63
64 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
65
66         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
67         in the library source
68
69 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
70
71         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
72
73 2006-04-28 Raphael Neider <rneider AT web.de>
74
75         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
76         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
77           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
78         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
79
80 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
81
82         * device/lib/pic/libdev/Makefile.in,
83         * device/lib/hc08/Makefile.in,
84         * device/lib/gbz80/Makefile.in,
85         * device/lib/z80/Makefile.in,
86         * device/lib/ds390/Makefile.in,
87         * device/lib/ds400/Makefile.in: added srcdir to include search path,
88         thanks to Borut for the bug report
89         * configure.in,
90         * configure: always create doc/Makefile independent from --enable-doc
91         * Makefile.in: always install from directory doc independent from
92         --enable-doc
93         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
94         removed
95         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
96         * doc/Makefile.in: install *.txt if present
97         * device/include/Makefile.in (install): added installation of pic/*.inc
98         and pic/*.txt files again, they were erroneously removed
99
100 2006-04-28 Raphael Neider <rneider AT web.de>
101
102         * src/pic/{gen.c,main.h,pcode.c},
103         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
104             concerning signedness with casts
105
106 2006-04-28 Raphael Neider <rneider AT web.de>
107
108         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
109             definition of an interrupt handler,
110         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
111             interrupt handler stuff from picglue() to separate routine,
112           (picglue): enabled definition of intr handlers in files w/o main()
113
114 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
115
116         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
117           compilation with MSVC 2005 Express Edition (VC8)
118
119 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
120
121         * device/lib/Makefile: fixed build of gbz80 lib
122
123 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
124
125         * support/regression/tests/bug-460010.c,
126         * support/regression/tests/bug-524691.c,
127         * support/regression/tests/bug-716242.c: removed conditional defines
128           that are already in testfwk.h
129
130 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
131
132         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
133           (AccAXRsh1): added, shift right by 1,
134           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
135            AccAXLrl1
136         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
137
138 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
139
140         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
141         remove cast to same type
142         * src/SDCCast.c (decorateType): fix for RFE 1475742,
143         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
144         * as/z80/Makefile,
145         * link/z80/Makefile: removed, they have moved to
146         Makefile.in files
147         * configure,
148         * configure.in: replaced duplicate message about ucsim by missing sdcpp
149         * install-sh: fix bug #1204398 by setting umask 0022
150         * device/lib/Makefile: separate build of z80 and gbz80 lib
151
152 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
153
154         Enabled VPATH feature: changed nearly all Makefiles (149 files).
155         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
156
157         One basic decision: e.g. src/clean.mk includes further files. In order
158         to make this work there are two solutions:
159         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
160           run configure on them. This way they can use
161           'include $(srcdir)/port-clean.mk'
162         - always include clean.mk by the Makefile at the same level. To avoid
163           that `make clean` tries to include and build Makefile.dep the
164           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
165           implemented, because now even `make uninstall` doesn't create
166           Makefile.in. clean.mk could be eliminated by pasting it in
167           Makefile.in.
168
169         * debugger/mcs51/Makefile.in: build own objects from library sources
170         (SLIB, SDCC) in current directory
171
172         * configure, configure.in: renamed --disable-device-lib-build in
173         --disable-device-lib; added --enable-doc, the required tools are
174         searched by configure; added result message; the toolchain for the
175         belonging ports are now only built, if the port is enabled.
176
177         * support/regression/*: all output is written in directory gen, because
178         the fwk and ports directories don't livet in the build tree using vpath
179
180         * doc/sdccman.lyx: renamed --disable-device-lib-build to
181         --disable-device-lib, added --enable-doc, added section VPATH
182
183         * sim/ucsim/configure.in,
184         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
185         z80 are enabled by default
186
187 2006-04-24 Raphael Neider <rneider AT web.de>
188
189         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
190             to config word, "pic14_"-prefixed some extern functions
191           (pic14_emitConfigWord): emit __config directive(s) if assignment to
192             config word has been found
193         * src/pic/device.h: added prototypes
194         * src/pic/pcode.c: added "pic14_"-prefix where needed
195         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
196             fixup
197         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
198             words,
199           (pic14emitRegularMap): ignore config words,
200           (pic14createInterruptVect): moved generating __config directives away
201           (picglue): have __config directives emitted
202
203 2006-04-24 Borut Razem <borut.razem AT siol.net>
204
205         * doc/Makefile: sync with nightly build makefile
206
207 2006-04-24 Raphael Neider <rneider AT web.de>
208
209         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
210             registers that have not been assigned proper liveranges,
211             fixes #1469504 and #1474602,
212           (pCodeRegOptimizeRegUsage): fixed typo in comment
213
214 2006-04-24 Borut Razem <borut.razem AT siol.net>
215
216         * device/examples/main8051.c: deleted - it was removed from CVS
217           24.mar.2000 and after that modified 18.feb.2001, so it reappered
218           after the transition to Subversion
219         * src/SDCCalloc.h: deleted - it was removed  from CVS
220           3.feb.2001 and after that modified 18.feb.2001, so it reappered
221           after the transition to Subversion
222         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
223           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
224           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
225           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
226
227 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
228
229         * as/asx8051.dsp: added mcs51/strcmpi.h
230         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
231         * as/hc08/aslink.h: updated lnksect prototype
232         * as/hc08/asm.h,
233         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
234         * as/hc08/asmain.c,
235         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
236           (newdot): handle A_ABS
237         * as/hc08/asout.c,
238         * as/mcs51/asout.c (outarea): output address
239         * as/hc08/lkaomf51.c,
240         * as/mcs51/lkaomf51.c: disabled unused array UsageType
241         * as/hc08/m08pst.c,
242         * as/mcs51/i51pst.c,
243         * as/z80/z80pst.c: "ABS" is not A_OVR
244         * as/hc08/lkarea.c (newarea): read a_addr,
245           (lnkarea): added codemap array, sort absolute areas to the front,
246            combine all GSINITx/GSFINAL,
247           (find_empty_space, allocate_space): new functions,
248           (lnksect): return next address, handle absolute sections
249         * as/mcs51/lkarea.c (newarea): read a_addr,
250           lnksect2 prototype changed,
251           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
252           (find_empty_space, allocate_space): new, factored out of lnksect2,
253           (lnksect2): return next address, handle absolute sections
254         * as/hc08/lkhead.c,
255         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
256         * as/hc08/lklibr.c (addfile, fndsym),
257         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
258           index out of range and detect both '\' and '/'
259         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
260         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
261           regression tests (ds390 cannot return bool yet)
262         * doc/sdccman.lyx: changed version number, document changed --no-peep,
263           document critical interrupts on z80, document changed SDCC define
264         * src/asm.c (_asxxxx_mapping): fixed .org directive,
265           (_a390_mapping): added .org directive
266         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
267           (genMultOneByte): fixed warnings
268         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
269           ones
270         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
271         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
272           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
273         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
274         * src/pic16/main.c: removed newReg prototype
275         * src/pic16/pcode.c,
276         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
277           warnings
278         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
279           ones
280         * src/pic16/ralloc.c
281         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
282           to fix warnings
283         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
284           from short to PIC_OPTYPE
285         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
286         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
287           optype from short to PIC_OPTYPE
288         * src/port.h: made int_size unsigned to fix warnings
289         * src/SDCC.y: fixed warning on MSVC
290         * src/SDCCicode.c (getArraySizePtr): return unsigned int
291         * src/SDCCopt.c (convertToFcall): fixed warnings
292         * src/SDCCsymt.h: removed double prototype for genSymName
293         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
294           offset int to fix warnings
295
296 2006-04-22 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-21 Borut Razem <borut.razem AT siol.net>
302
303         * doc/sdccman.lyx, */Makefile, */Makefile.in:
304           references to CVS replaced with Subversion
305
306 2006-04-19 Borut Razem <borut.razem AT siol.net>
307
308         * src/version.awk: adapted for svn
309         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
310           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
311           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
312           /binutils-avr/etc/*.vi, *.jin: removed all properties
313           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
314
315 2006-04-19 Borut Razem <borut.razem AT siol.net>
316
317         * CVS to Subversion migration completed
318
319 2006-04-18 Borut Razem <borut.razem AT siol.net>
320
321         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
322           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
323
324 2006-04-17 Borut Razem <borut.razem AT siol.net>
325
326         * device/include/Makefile.in: added pic/*.inc to the installation
327
328 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
329
330         * support/regression/collate-results.py: fixed output in case of
331         a valdiag error
332         * support/regression/generate-cases.py: fixed splitting of pathnames
333         with dots
334         * as/hc08/lklibr.c (addfile),
335         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
336
337 2006-04-11 Raphael Neider <rneider AT web.de>
338
339         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
340         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
341         * src/pic16/pcode.c (assignValnums): fixed #1460578
342
343 2006-04-11 Raphael Neider <rneider AT web.de>
344
345         * device/lib/pic/libdev/*.c,
346         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
347           fixes #1468739, enables compilation in --std-c99 mode
348         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
349
350 2006-04-11 Raphael Neider <rneider AT web.de>
351
352         * src/pic/device.c (find_device): removed debug output
353           (list_valid_pics): enabled verbose listing of supported devices
354         * device/include/stdbool.h: define bool as char for pic14/16 as well
355
356 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
357
358         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
359
360 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * .version: bumped version to 2.5.6
363         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
364
365 2006-04-06 Raphael Neider <rneider AT web.de>
366
367         * .version: bumped version to 2.5.6 (pic14 ABI changed)
368         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
369         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
370           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
371             pic14_constructAbsMap
372           (pic14printPublics): declare absolute global symbols as global
373           (pic14createInterruptVect),
374         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
375           (newReg): assume new registers unused, use correct name in
376             hashtable (reg->name instead of name), more debugLog output
377         * src/pic/device.h (PIC_device): added fields for verbose output
378         * src/pic/device.c: moved device definition to pic14devices.txt,
379             added routines for runtime parsing of pic14devices.txt,
380             added support for second config word
381         * src/pic/main.c (_process_pragma): removed #pragma maxram,
382           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
383           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
384           (_pic14_parseOptions): moved pCodeInitRegisters here
385           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
386         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
387           (pCodeInitRegisters): rewrapped comments, perpared new approach to
388             handling the pseudo stack
389         * device/lib/Makefile.in: ignore failures in objects-pic16,
390         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
391         * device/lib/pic/NEWS: document new dependency on picXXX.lib
392         * device/lib/pic/Makefile.subdir,
393         * device/lib/pic16/Makefile.subdir: improved clean rules
394         * device/lib/pic/libdev/: NEW, pic14 device libraries
395         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
396         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
397         * device/include/Makefile.in: create subdir and install pic14 headers
398         * device/include/pic/p16f_common.inc: removed unused declarations
399         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
400             PICs from inc2h.pl v1.6,
401             replaced BIT_AT macros with struct declarations
402         * device/include/pic/pic14devices.txt: definition of supported devices,
403             all above improvements contributed by Zik Saleeba, thanks
404         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
405         * support/scripts/sdcc.nsi: also install pic14 device libraries and
406             headers
407
408 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
409
410         * device/include/mcs51/c8051f410.h: added interrupt numbers,
411         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
412           thanks to Charles Olds
413
414 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
415
416         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
417
418 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
421         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
422         * support/regression/bug1464657.c: added, new test
423
424 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
425
426         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
427           version number
428
429 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
430
431         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
432           --no-peep and --peep-file <file> are used don't use default rules but
433           do use the <file>
434
435 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
436
437         * src/mcs51/gen.c (genCall): fixed bug 1457608
438
439 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
440
441         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
442         changes seem to cause (trigger?) problems with the build system.
443
444 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * src/SDCCpeeph.c (operandsLiteral): new, added,
447           (callFuncByName): inserted operandsLiteral
448         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
449
450 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
451
452         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
453         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
454
455 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
456
457         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
458           implemented patch 1120823 Thanks to Willy De la Court (normal
459           interrupts need an interrupt number now if they are made critical),
460           and enabled nesting of critical functions though not for gbz80
461           (genCritical, genEndCritical): added functions
462           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
463         * src/z80/mappings.i: added "ei" to all mappings
464
465 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
466
467         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
468         submitted by the Debian SDCC maintainer Aurelien Jarno:
469         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
470         archive with gcc 4.1 on mips and wrote the patch"
471
472 2006-03-16 Raphael Neider <rneider AT web.de>
473
474         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
475           the left operand is shorter than the result (c* = lit-c* + int),
476           fixes bug #1450796
477         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
478           OP_SYMBOL
479
480 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
481
482         * src/.version: increased version number to 2.5.5
483         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
484         linking is done manually in pic16 port's _linkEdit,
485         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
486         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
487         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
488         allocate asmop as AOP_ACC,
489         (aopForRemat): added parameter 'bool result' in function declaration,
490         (pic16_aopGet): return AOP_ACC when accessing WREG,
491         (pic16_popGetTempReg): minor modification,
492         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
493         'pic16_allocWithIdx',
494         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
495         calling function in absolute addresses,
496         (genAssign): take into account AOP_ACC asmop,
497         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
498         * src/pic16/pcoderegs.c: some debug functions and lines added,
499         * src/pic16/ralloc.c (decodeRegType): added but commented out,
500         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
501         register too,
502         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
503         call to allocReg, not by manually allocating a new one,
504         (pic16_assignRegisters): now before going through the register
505         allocating functions mark all registers as free. This eliminates some
506         side effects resulting from peephole parser done earlier in the backbone
507
508 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/SDCCicode.c (geniCodeLogic),
511         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
512
513 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
516           (genSend): bugfix, do not allocate and free twice,
517           (shiftRLong): handle partially overlapping aops
518         * support/regression/tests/bitopcse.c: fixed warning redefined idata
519
520 2006-03-08 Borut Razem <borut.razem AT siol.net>
521
522         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
523           for pic16
524
525 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * support/regression/tests/bug1409955.c: new, added
528         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
529         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
530           (aopForSym, aopOp): increment asmop.allocated if reused,
531           (freeAsmop): decrement asmop.allocated and check for zero instead of
532           using asmop.freed,
533           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
534           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
535            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
536            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
537            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
538            genSignedRightShift, genRightShift, genDataPointerGet,
539            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
540            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
541             in reverse order from allocation,
542           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
543             added swappedLR to keep track
544         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
545           pdata & code for GCC, z80, gbz80 & hc08
546         * support/regression/tests/zeropad.c: moved defines to testfwk.h
547
548 2006-03-08 Raphael Neider <rneider AT web.de>
549
550         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
551
552 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
553
554         * device/include/mcs51/c8051f410.h: new SiLabs mcu
555         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
556         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
557
558 2006-03-06 Borut Razem <borut.razem AT siol.net>
559
560         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
561           made the linker quiet
562
563 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
564
565         * src/pic16/gen.c (genPcall): fixed bug #1443644
566         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
567         which dumps before the function entry point a data byte which represents
568         the number of the local variables used by the specified function, added
569         'xinst' for initial support for Extended Instruction Support,
570         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
571         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
572         port->fun_prefix anymore (may change later),
573         (genFunction, genEndFunction): do not store/restore local registers for
574         _main (this should take care the --main-return command line option in
575         the future),
576         (genOr): removed some legacy pic-port instructions,
577         * src/pic16/genarith.c (genAddLit): re-enabled old code because
578         performing operations with SFR's causes data to be written more than
579         once to each SFR. Perhaps SFRs should be handled in special cases...
580         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
581         pcode.h
582         * src/pic16/main.c (_process_pragma): stack bound checking did not take
583         into account for stack starting position,
584         (struct OPTIONS pic16_optionsTable): added command line argument
585         --extended or -y for Extended Instruction Support,
586         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
587         (deassignLRs): *** perhaps the most important change, old 'for' code
588         (commented out for reference), didn't account for some registers which
589         were left marked 'not free' after a pointer operation. The change
590         reduces register usage a lot in some cases
591
592 2006-03-04 Borut Razem <borut.razem AT siol.net>
593
594         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
595           _clean
596         * support/regression/tests/bug-524697.c: decreased array size for
597           mcs51 to fit into the internal RAM
598         * support/regression/Makefile.in: a little bit more verbose
599
600 2006-03-03 Borut Razem <borut.razem AT siol.net>
601
602         * support/regression/fwk/lib/testfwk.c,
603           support/regression/fwk/include/testfwk.h: introduced function
604           _prints(), nonrecursive _printn(), call _initEmu() from main()
605         * support/regression/ports/gbz80/support.asm,
606           support/regression/ports/ucz80/support.asm,
607           support/regression/ports/z80/support.asm,
608           support/regression/ports/ds390/support.c,
609           support/regression/ports/hc08/support.c,
610           support/regression/ports/host/support.c,
611           support/regression/ports/mcs51/support.c,
612           support/regression/ports/xa51/support.c: added empty _initEmu()
613           function
614         * support/regression/ports/pic16/gpsim.cmd,
615           support/regression/ports/pic16/spec.mk,
616           support/regression/ports/pic16/support.c,
617           support/regression/Makefile.in: added pic16 regression test
618
619 2006-03-01 Raphael Neider <rneider AT web.de>
620
621         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
622           genConstPointerGet): use safe way of generating MOVFF to cover
623             literals as well as registers, fixes bug #1440527
624         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
625             dereference
626           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
627             more correctly, fixes bug #1232186
628           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
629         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
630             gplink guess the correct processor in more cases, applied patch
631             from Till Riedel attached to and fixing bug #1436552
632
633 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
634
635         * support/regression/tests/array.c: added, contains check for #1434401
636         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
637
638 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
639
640         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
641         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
642         * device/include/mcs51/c8051f326.h,
643         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
644         * device/include/mcs51/c8051f000.h,
645         * device/include/mcs51/c8051f018.h,
646         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
647           PCON_IDLE,PCON_STOP and added sfr16 definitions
648
649 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
650
651         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
652           genGetWord): fixed bug 1409955
653
654 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
655
656         * device/include/hc08/mc68hc908gp32.h,
657         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
658
659 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
660
661         * src/SDCCast.c (constExprValue): return NULL if not a value
662         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
663         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
664         * support/regression/tests/bitfields.c: enabled signed bitfield for all
665
666 2006-02-13 Borut Razem <borut.razem AT siol.net>
667
668         * src/regression/ptrarg.c: added, fails due to bug #1430967
669         * src/regression/Makefile: ptrarg.c added, ...
670
671 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
672
673         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
674         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
675
676 2006-02-11 Borut Razem <borut.razem AT siol.net>
677
678         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
679           print "Processor: xxx" message to stdout only if --verbose
680
681 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
682
683         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
684         * support/regression/tests/bug1426356.c: added
685         * support/regression/tests/bitfields.c: removed 2 tests
686
687 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
688
689         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
690         * device/include/mcs51/c8051f330.h,
691         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
692           PCON_IDLE,PCON_STOP and added sfr16 definitions
693         * device/lib/_divsint.c,
694         * device/lib/_divuint.c,
695         * device/lib/_divulong.c,
696         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
697           register bank bug for small stackauto
698
699 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
700
701         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
702
703 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
704
705         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
706         * all.dsp: corrected several bin paths
707         * device/include/mcs51/c8051f120.h,
708         * device/include/mcs51/c8051f300.h,
709         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
710           to PCON_IDLE,PCON_STOP
711         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
712         * device/lib/printf_large.c (output_float): fixed bug 1388703
713         * support/regression/tests/bug1057979.c: added test for bug 1388703
714
715 2006-02-08 Raphael Neider <rneider AT web.de>
716
717         * src/pic/pcode.c (pciTRIS): fixed typo,
718           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
719           (LinkFlow): fixed handling of flows that end in a call,
720           (ReuseReg): perform safety check earlier
721         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
722             to work with flows at the beginning of a pBlock,
723             fixes #1426557 (Symbol not previously defined),
724           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
725             usage information
726           (RemoveUnusedRegisters): update register usage info
727         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
728             created, reuse existing ones instead
729         * src/pic/gen.c (genPcall): fixed #1424719
730
731 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
732
733         * link/z80/lkmain.c,
734         * link/z80/lklex.c,
735         * link/z80/lkdata.c,
736         * link/z80/aslink.h: fixed build on current cygwin:
737         replaced getline() by lk_getline()
738
739 2006-02-01 Borut Razem <borut.razem AT siol.net>
740
741         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
742           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
743           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
744           src/regression/bool1.c, src/regression/bool2.c,
745           src/regression/bool3.c, src/regression/call1.c,
746           src/regression/compare.c, src/regression/compare10.c,
747           src/regression/compare2.c, src/regression/compare3.c,
748           src/regression/compare4.c, src/regression/compare5.c,
749           src/regression/compare6.c, src/regression/compare7.c,
750           src/regression/compare8.c, src/regression/compare9.c,
751           src/regression/configword.c, src/regression/for.c,
752           src/regression/inline.c, src/regression/mult1.c,
753           src/regression/nestfor.c, src/regression/or1.c,
754           src/regression/pointer1.c, src/regression/ptrfunc.c,
755           src/regression/rotate1.c, src/regression/rotate2.c,
756           src/regression/rotate3.c, src/regression/rotate4.c,
757           src/regression/rotate5.c, src/regression/rotate6.c,
758           src/regression/rotate7.c, src/regression/string1.c,
759           src/regression/struct1.c, src/regression/sub.c,
760           src/regression/sub2.c, src/regression/switch1.c,
761           src/regression/while.c, src/regression/xor.c,
762           src/regression/create_stc, src/regression/simulate,
763           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
764           regression tests
765         * src/regression/gpsim_assert.h: added
766
767 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
768
769         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
770         ((void (code *) (void)) 0) ();
771         * as/hc08/aslex.c,
772         * as/hc08/aslink.h,
773         * as/hc08/asm.h,
774         * as/hc08/asmain.c,
775         * as/hc08/lkdata.c,
776         * as/hc08/lklex.c,
777         * as/hc08/lkmain.c,
778         * as/mcs51/aslex.c,
779         * as/mcs51/aslink.h,
780         * as/mcs51/asm.h,
781         * as/mcs51/asmain.c,
782         * as/mcs51/lkdata.c,
783         * as/mcs51/lklex.c,
784         * as/mcs51/lkmain.c,
785         * as/z80/aslex.c,
786         * as/z80/asm.h,
787         * as/z80/asmain.c: fixed build on current cygwin:
788         replaced getline() by as_getline()
789
790 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
791
792         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
793         declarator in the symbol chain
794         * src/SDCCsymt.h,
795         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
796         parameter list for function pointers
797         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
798         * support/regression/tests/bug-716242.c: added
799
800 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
801
802         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
803         offset if possible
804         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
805
806 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
807
808         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
809         inifinitely recurseable, added static
810         * support/regression/tests/bug-1408066.c: added
811
812 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
813
814         * src/SDCCicode.h,
815         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
816         renamed, added possibility to create "postLoopLbl"-labels
817         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
818         newiTempLoopHeaderLabel
819         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
820         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
821         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
822         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
823         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
824         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
825         (basicInduction): fixed bug #136564, made static,
826         (loopInduction): changed parameter of basicInduction, made static,
827         (addPostLoopBlock): added
828         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
829         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
830         findLoopEndSeq
831         * support/regression/tests/bug-136564.c: added
832         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
833         --std-sdcc99 to LIBSDCCFLAGS
834
835 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
836
837         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
838         while loop
839         * support/regression/tests/bug-1406131.c: added
840
841 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
842
843         * src/SDCCast.c (decorateType): fix promotion of unary minus
844         * src/SDCCsymt.c (computeType): beautified
845         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
846         (valUnaryPM, valComplement): fix sign and promotion,
847         (valNot): ANSI: result type is int (SDCC: unsigned char)
848         * support/regression/tests/uminus.c: speedup by removing superflous
849         test case 'int'
850         * support/regression/tests/onebyte.c: added promotion and signedness
851         tests for unary minus
852         * support/regressions/tests/bug-477927.c: disable warning about
853         uninitialized variables
854         * support/regression/tests/not.c: added
855
856 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
857
858         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
859         * src/mcs51/gen.c (gen51Code): show final register usage after
860         fillGaps in asm with --i-code-in-asm
861         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
862         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
863         incUsed, rliveClear, adjustIChain): made static,
864         (setFromRange): excluded because it's unused,
865         (findPrevUseSym, markWholeLoop): added,
866         (findPrevUse): rewritten; fixes bug 895992; now a complete search
867         through all branches of predecessors enables sdcc to emit the warning
868         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
869         (rlivePoint): made static, added parameter emitWarnings which is only
870         true during the first run out of two,
871         (findRecursiveSucc, findRecursivePred): removed,
872         (computeLiveRanges): made static, added parameter emitWarnings,
873         (dumpIcRlive): added for debugging only
874         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
875         removed prototype of setFromRange()
876         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
877         in call of computeLiveRanges()
878         * support/regression/tests/bug-895992.c: added
879         * support/regression/tests/bug-971834.c: added
880         * support/valdiag/tests/bug-895992.c: added
881         * support/valdiag/tests/bug-971834.c: added
882
883 2005-12-18 Raphael Neider <rneider AT web.de>
884
885         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
886           (genUnpackBits): improved code for direct operands,
887           (genPackBits): improved code for literal assignment to bitfields
888             and for direct destination operands (no FSR indirection),
889             prevented redundant AND, fixes #1362800,
890           (AccLsh): added parameter to disable masking of the result
891         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
892           skip instructions with side-effects (like incfsz),
893           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
894         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
895         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
896           fixes #1375263
897
898 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
899
900         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
901         volatile variables as spill location
902
903 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
904
905         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
906         replacing literals
907         * support/regression/tests/bug-1376320.c: added
908
909 2005-12-08 Raphael Neider <rneider AT web.de>
910
911         * src/pic/device.c: renamed is_shared to pic14_is_shared
912         * src/pic/gen.c (genIfx): re-enabled handling of sbits
913         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
914           (is_valid_identifier): added for above workaround
915
916 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
917
918         * device/lib/Makefile.in: fixed to enable port-specific-objects
919         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
920           char, thanks Hubert Sack
921         * doc/sdccman.lyx: documented --xstack-loc,
922           elaborated a bit more on interrupts and pitfalls,
923           removed "setjmp/longjmp unsupported",
924           documented some unsupported C99 features
925         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
926         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
927           if, thanks Hubert Sack
928         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
929         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
930           make make_library
931         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
932           regression tests can report resource usage (rfe 700441)
933         * support/regression/collate-results.py: report resource usage
934         * support/regression/ports/ds390/spec.mk,
935         * support/regression/ports/hc08/spec.mk,
936         * support/regression/ports/mcs51/spec.mk,
937         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
938         * support/regression/ports/ds390/uCsim.cmd,
939         * support/regression/ports/hc08/uCsim.cmd,
940         * support/regression/ports/mcs51/uCsim.cmd,
941         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
942         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
943           library, use the default one
944         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
945           building the library
946
947 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
948
949         * config.dsp: added dependency on .version and configure_vc.awk
950         * device/include/setjmp.h: updated for --stack-auto and --xstack
951         * device/include/mcs51/at89c51snd1c.h: corrected line endings
952         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
953         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
954         * device/lib/libsdcc.lib: added _setjmp
955         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
956           (decorateType): fixed bug 1372851,
957           (optimizeGetHbit): fixed warning
958         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
959           array initialisation
960         * support/regression/tests/bug1057979.c: added test for bug 1358192
961         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
962
963 2005-12-03 Borut Razem <borut.razem AT siol.net>
964
965         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
966           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
967
968 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
969
970         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
971         createIval): implement symbol independant "flexible array member",
972         (createIvalCharPtr): implemented flexible array initialisation with a
973         string
974         * src/SDCCsymt.c (copyStruct): removed,
975         (getSize): fixed misleading comment,
976         (getAllocSize): removed, the additional allocation size is now in
977         sym->flexArrayLength,
978         (checkStructFlexArray): new, syntax checks for flexible array members,
979         (compStructSize): added syntax checks for "flexible array members"
980         (copyStruct): removed,
981         (copyLinkChain): removed inefficient fix for bug 770487
982         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
983         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
984         symbol->flexArrayLength
985         * src/SDCCerr.c,
986         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
987         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
988         * support/regression/tests/structflexarray.c: added
989         * support/valdiag/tests/structflexiblearray.c: added
990
991 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
992
993         * src/SDCCast.c (decorateType): fixed bug 1368489
994         * support/Util/SDCCerr.c,
995         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
996
997 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
998
999         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1000           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1001
1002 2005-11-27 Borut Razem <borut.razem AT siol.net>
1003
1004         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1005           support/cpp2/mkdeps.h: added command line option
1006           -obj-ext=<extension> to SDCPP to define object file externion, used
1007           for generation of make dependencies (-M)
1008         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1009
1010 2005-11-26 Borut Razem <borut.razem AT siol.net>
1011
1012         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1013           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1014           added pic and pic16 libraries
1015
1016 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1017
1018         * device/include/float.h: Corrected typo in prototype of __fsgt
1019
1020 2005-11-25 Borut Razem <borut.razem AT siol.net>
1021
1022         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1023           added creation of model-mcs51-stack-auto libraries
1024
1025 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1026
1027         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1028         and fields-list too
1029         * src/SDCCast.c (createIvalArray): removed obsolete comment
1030
1031 2005-11-24 Borut Razem <borut.razem AT siol.net>
1032
1033         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1034           added missing device/lib/mcs51/crt*.asm sources
1035
1036 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1037
1038         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1039
1040 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1041
1042         * device/lib/_fs2schar.c,
1043         * device/lib/_fs2sint.c,
1044         * device/lib/_fs2slong.c: optimized inline asm
1045
1046 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1047
1048         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1049           Better handling of floats between -1.0 and 0.0.
1050
1051 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1052
1053         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1054           (the missing "if"s prohibited removal of redundant labels)
1055
1056 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1057
1058         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1059           Properly convert floats between -1.0 and 0.0 to long, int, and char
1060           types (max integer value of negative floats tends to zero).
1061         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1062           Removed changes made so to work properly with floats between
1063           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1064           and _fs2char.c
1065
1066 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1067
1068         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1069         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1070         (genCast) cosmetic change
1071         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1072         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1073         from mcs51
1074         * support/regression/tests/bitfields (testSignedBitfields): added
1075
1076 2005-11-18 Borut Razem <borut.razem AT siol.net>
1077
1078         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1079         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1080           introduced SILENT option to make building of pic16 libraries less
1081
1082 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1083
1084         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1085           Now they work properly with floats between -1.0 and 0.0
1086         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1087
1088 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1089
1090         * src/SDCCicode.c (printOperand): added missing else
1091
1092 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1093
1094         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1095         reformatted for better readability
1096         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1097         signed bitfields
1098
1099 2005-11-17 Borut Razem <borut.razem AT siol.net>
1100
1101         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1102           introduced SILENT option to make building of pic16 libraries less
1103           verbose - used for nightly snapshot build
1104         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1105           available on Win32 platforms.
1106         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1107           medium, large, pic and pic16
1108
1109 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1110
1111         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1112           printf("%f"...) sets fraction to zero.
1113
1114 2005-11-16 Raphael Neider <rneider AT web.de>
1115
1116         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1117           fixes #1357221
1118         * src/pic/gen.c (genIfx): implemented for CARRY bit
1119         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1120           to generic pointers, fixes #1357332,
1121           (pic16_movLit2f): NEW,
1122           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1123
1124 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1125
1126         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1127
1128 2005-11-11 Raphael Neider <rneider AT web.de>
1129
1130         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1131         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1132           compute pointer's type from operand,
1133           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1134           improved single bit reads, fixes bug #1353379
1135
1136 2005-11-09 Borut Razem <borut.razem AT siol.net>
1137
1138         * support/scripts/sdcc.nsi: added lib/pic to the package
1139
1140 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1141
1142         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1143
1144 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1145
1146         * support/regression/tests/bug1348008.c: added
1147         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1148         * support/regression/tests/bug1337835.c: updated comment
1149
1150 2005-11-06 Borut Razem <borut.razem AT siol.net>
1151
1152         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1153           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1154           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1155           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1156           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1157           dynamic construction of cl_error_class and derivates - 2.nd try
1158
1159 2005-11-05 Borut Razem <borut.razem AT siol.net>
1160
1161         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1162           bug, which caused Bus Errors on sparc solaris
1163
1164 2005-11-04 Borut Razem <borut.razem AT siol.net>
1165
1166         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1167           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1168           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1169           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1170           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1171           and derivates to resolve the initialization problem on OSX
1172
1173 2005-11-02 Borut Razem <borut.razem AT siol.net>
1174
1175         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1176           corrected typo - #include <winsock2.h>
1177
1178 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1181           (_asxxxx_mapping): added org directive for future enhancements
1182
1183 2005-11-01 Borut Razem <borut.razem AT siol.net>
1184
1185         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1186           enabled sockets on WIN32
1187         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1188
1189 2005-10-31 Borut Razem <borut.razem AT siol.net>
1190
1191         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1192           WIN32 backslash path delimiters should be escaped when used in C strings
1193         * support/regression/tests/bitfields.c: exclude failing assertions for
1194           __CYGWIN32__ and __MINGW32__ hosts
1195
1196 2005-10-30 Borut Razem <borut.razem AT siol.net>
1197
1198         * src/SDCCutil.c: corrected double comparison typo
1199
1200 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * device/lib/medium/Makefile: added for new memory model medium
1203         * device/include/asm/mcs51/features.h: updated for medium/pdata
1204         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1205           added Multiply & Accumulate sbit's and MAC0_PAGE define
1206         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1207         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1208         * device/lib/_mullong.c: update for medium model
1209         * device/lib/incl.mk: added medium model
1210         * doc/sdccman.lyx: documented medium model
1211         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1212         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1213         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1214         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1215           (allocParms): set SCLS and OCLS to pdata for medium model
1216         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1217           for pdata,
1218           (powof2): return <0 if not power of 2
1219         * src/avr/gen.c (genBitWise): use updated powof2
1220         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1221           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1222           (shiftLLeftOrResult): use B if necessary
1223         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1224         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1225         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1226         * support/regression/Makefile.in: added test-mcs51-medium
1227         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1228
1229 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1230
1231         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1232         specifier unsigned
1233         * device/lib/time.c (mktime): fixed bug 1334315
1234
1235 2005-10-28 Raphael Neider <rneider AT web.de>
1236
1237         * device/include/pic/p16f_common.inc: added common declarations
1238         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1239
1240 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1241
1242         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1243           (aopPutUsesAcc): added to predict accumulator use,
1244           (assignResultValue): save acc if necessary,
1245           (genMinusDec): store result if indirectly addressed,
1246           (genDivOneByte):  save acc if necessary,
1247           (movLeft2Result): bugfix if left already in acc,
1248           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1249             attention to accumulator use (esp. pdata),
1250           (genReceive): receive pdata correctly
1251         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1252         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1253
1254 2005-10-27 Raphael Neider <rneider AT web.de>
1255
1256         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1257
1258 2005-10-27 Raphael Neider <rneider AT web.de>
1259
1260         * .version: changed version to 2.5.4
1261         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1262         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1263           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1264             arithmetics support routines
1265         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1266         * device/lib/Makefile.in: also create installdir for pic
1267
1268         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1269           pic14 port as well
1270         * src/pic/device.c (dump_sfr): rewritten to delegate register
1271           placement to the linker (use `extern sym' rather than sym EQU addr),
1272           (validAddress): fixed to check last specified address
1273         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1274           (popGetLit): truncate literal value to 8 bit,
1275           (popGet): moved assert to more appropriate place
1276           (popGetExternal): create pCode operand from and mark the according
1277             symbol as being `extern'
1278           (popGetAddr): added sanity check on immediate's offset, provide
1279             GPOINTER tag on demand
1280           (aopPut): fixed for immediates,
1281           (mov2w_op): move operand's address or contents to WREG (depending on
1282             operand type), safer variant of mov2w,
1283           (movwf,call_libraryfunc): NEW, handy abbreviations,
1284           (get_argument_pcop,get_return_val_pcop,pass_argument,
1285           get_returnvalue): interface for accessing function parameters and
1286             return values,
1287           (assignResultValuei,genRet): use new parameter/return value interface
1288           (pic14_getDataSize): back to old version handling generic pointers,
1289           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1290             provided implementation and/or fixed old one,
1291           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1292             calls, removed legacy 8051 reference code
1293           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1294           (loadSignToC): NEW, move the operands sign bit to CARRY,
1295           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1296             genRightShiftSigned, accepts negative shift counts,
1297           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1298           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1299             generic pointers, __data pointers and __code pointers,
1300           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1301             and signed bitfields, limit bitfields to 8 bit,
1302           (genDataPointerGet): fixed number of bytes read,
1303           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1304           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1305             pointers to constant data are no longer assumed to point to __code
1306             space, removed invalid pointer types,
1307           (bitpatternFromVal): retrieve the PICs representation of an integer
1308             or float literal,
1309           (genDataPointerSet): fixed assigning to po_immediate operands,
1310           (genGenPointerSet): implemented as library call,
1311           (genIfx): fixed incorrect condition,
1312           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1313             provide GPOINTER tag according to destination's storage class,
1314           (genCast): added code to handle casting to generic pointers, added
1315             sign-/zero extension of the result
1316           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1317         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1318         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1319           extend the result
1320         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1321           address/register resides in the shared banks
1322           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1323             put all variables into separate sections (have the linker arrange
1324             them)
1325           (picglue): put init code and interrupt handlers in separate sections
1326         * src/pic/main.c: added port specific options table, modified to PORT
1327           structure to make GPOINTERs 3 byte, added pic14_options
1328           (_pic14_do_link): private linking routine (update paths to libraries,
1329             add libsdcc.lib by default)
1330         * src/pic/main.h: declare pic14_options
1331         * src/pic/pcode.c: fixed instructions i/o relations,
1332           (RegCond): reverted to correct version,
1333           (newpCodeOpLit): truncate literals to 8 bit,
1334           (genericPrint): added debug output,
1335           (getRegFromInstruction): fixed for various operand types, simplified
1336           (BuildFlow): fixed broken handling of isntructions with labels
1337           (LinkFlow): start at last instruction in flow (skip trailing comments),
1338             pass the flow on to the next instruction after CALL
1339           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1340           (insertPCodeInstruction): fixed inserting after a skip instruction,
1341           (DoBankSelect): fixed for labeled instructions
1342           (OptimizepBlock): honor --nopeep switch
1343           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1344         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1345         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1346           (pCodeOptime2pCodes): allow disabling this optimization via
1347             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1348             but is still buggy), started implementation of a dataflow based
1349             pCode optimization (CSE + dead code elimination)
1350           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1351         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1352           names are independant of the stack location and therefore portable across
1353           devices
1354
1355 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1358           (selectSpil): fixed bug 1337835 by not spilling bit variables
1359         * support/regression/tests/bug1337835.c: added test for this bug
1360         * src/mcs51/peeph.def: restart after rule 3.c,
1361           addded rules 263.x to optimize loading constants
1362
1363 2005-10-26 Raphael Neider <rneider AT web.de>
1364
1365         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1366         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1367           (genAssign): emit warning when casting literals to generic pointer
1368             type, also applies when taking the address of a fixed variable,
1369           (genCast): improved casting to generic pointers
1370         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1371           extern variables, added verbose error message
1372         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1373
1374 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1375
1376         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1377         carry must be complemented too
1378         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1379         could be emitted by genMinus
1380         * src/SDCCval.c (constVal): fixed bug 1305065
1381
1382 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1383
1384         * src/SDCCast.c (addCast): added promotion for bit variables
1385         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1386         promotion casts + optimisation
1387         (optimizeGetWord): fix warning 'i' might be used uninitialized
1388         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1389         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1390
1391 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1392
1393         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1394         all chars are promoted to int; promotion should be handled in SDCCast.c
1395
1396 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1397
1398         * device/lib/_strcmp.c: Fixed bug 1326457
1399
1400 2005-10-11 Raphael Neider <rneider AT web.de>
1401
1402         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1403         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1404
1405 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1406
1407         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1408         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1409
1410 2005-10-04 Raphael Neider <rneider AT web.de>
1411
1412         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1413           device/lib/pic16/pics.all: added pic18f1320
1414         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1415
1416 2005-09-30 Raphael Neider <rneider AT web.de>
1417
1418         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1419         * src/pic16/devices.inc: NEW, provides device descriptions
1420         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1421
1422 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1423
1424         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1425           GETHBIT
1426
1427 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1430           documented Any Order Bit, Higher Order Byte and Higher Order Word
1431         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1432         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1433           (optimizeGetAbit): new, to get any bit, not only the high bit,
1434           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1435           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1436           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1437           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1438             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1439             GETABIT, GETBYTE, GETWORD: decorate them,
1440           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1441           (ast_print): added GETABIT, GETBYTE, GETWORD
1442         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1443         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1444           (geniCodeBinary): new generic binary icode,
1445           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1446         * src/port.h: updated comment for PORT.hasExtBitOp
1447         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1448           (genGetByte): new, to get a single byte,
1449           (genGetWord): new, to get a word from a long,
1450           (gen51Code): added GETABIT, GETBYTE, GETWORD
1451         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1452
1453 2005-09-23 Raphael Neider <rneider AT web.de>
1454
1455         * configure.in, configure: have device/lib/pic configured
1456         * device/lib/Makefile.in: added model-pic14
1457         * device/lib/clean.mk: added pic/ to clean rule
1458         * device/lib/pic: added rudimentary pic14 library providing support
1459           functions for multiplication/division/generic pointer access
1460         * src/SDCCopt.c (convilong): mark support functions as extern
1461           for pic14 port as well
1462         * src/pic/gen.c (genMult): added assertions,
1463           (genpic14Code): emit warning on unhandled iCodes
1464         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1465         * src/pic/pcode.c (pCodeOpCopy),
1466         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1467           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1468           SFR_REGISTER}), made safe for future extensions
1469         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1470           instructions even if preceeded by SKIP instructions (also remove
1471           them); removed unused code
1472         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1473           prevents leaving parts of the structure uninitialized after copying
1474
1475 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1476
1477         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1478           ago by me
1479         * support/regression/tests/addsub.c: added test for the bug
1480
1481 2005-09-21 Raphael Neider <rneider AT web.de>
1482
1483         * device/include/pic16/pic18f1220.h,
1484           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1485         * device/lib/pic16/Makefile.rules: added missing opening paren
1486         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1487           are provided in genutils.c,
1488           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1489           operand/result sizes,
1490           (genCmp): assert on NULL pointers first, then check deref'ed values
1491         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1492           result size
1493
1494 2005-09-18 Raphael Neider <rneider AT web.de>
1495
1496         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1497           as these are now unused,
1498           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1499         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1500           local, avoids uninitialized pointer dereference on r->name
1501         * src/pic16/ralloc.c (newReg): fixed indentation
1502
1503 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * src/SDCCval.c (constVal): fixed bug 730366
1506         * support/Util/SDCCerr.c,
1507         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1508
1509 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1510
1511         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1512
1513 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1514
1515         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1516
1517 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1518
1519         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1520           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1521         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1522           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1523         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1524         * packihx/packihx.c (hexDigit): made c unsigned char
1525         * as/mcs51/lklibr.c (fndsym),
1526         * link/z80/lkgb.c (gb),
1527         * link/z80/lklibr.c (fndsym),
1528         * link/z80/lkrloc.c (relr),
1529         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1530         * src/SDCC.lex (checkCurrFile, process_pragma),
1531         * src/SDCCglue.c (spacesToUnderscores),
1532         * src/SDCCmain.c (setParseWithComma, processFile),
1533         * src/asm.c (tvsprintf, printCLine),
1534         * src/avr/gen.c (emitcode, aopPut),
1535         * src/ds390/gen.c (emitcode),
1536         * src/hc08/gen.c (emitcode, emitinline),
1537         * src/mcs51/gen.c (emitcode, genInline),
1538         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1539           tokenizeLineNode),
1540         * src/pic/ralloc.c (debugLog),
1541         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1542           tokenizeLineNode),
1543         * src/pic16/ralloc.c (debugLog),
1544         * src/z80/main.c (_process_pragma):
1545            made all ctype.h function calls safe
1546         * src/SDCCopt.c: include math.h for fabs
1547         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1548           and used them throughout the code to make ctype.h function calls safe
1549         * src/ds390/main.c (asmLineNodeFromLineNode),
1550         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1551         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1552            unsigned char*
1553         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1554           (newpCodeAsmDir): made ctype.h function calls safe
1555         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1556           pic16_emitcode):  made lbp unsigned char*
1557         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1558           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1559         * src/xa51/gen.c (emitcode),
1560         * src/z80/gen.c (_emit2): made lbp unsigned char*
1561         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1562            char*
1563
1564 2005-09-05 Raphael Neider <rneider AT web.de>
1565
1566         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1567           access bank splitpoint
1568
1569 2005-09-05 Raphael Neider <rneider AT web.de>
1570
1571         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1572
1573 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1574
1575         * .version: changed to version 2.5.3
1576         * doc/sdccman.lyx: changed version to 2.5.3,
1577           documented --codeseg and --constseg and pragma codeseg and constseg,
1578           documented bit parameters (reentrant) and bit returning
1579         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1580            currFunc->recvSize, but is this ok for all ports?
1581           (ast2iCode): result of ~ on unsigned char must be cast to int for
1582            bool to work
1583         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1584           function pointers in bit space
1585         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1586           (processFuncArgs): call port.reg_parm() with reentrancy info
1587         * src/port.h,
1588         * src/avr/main.c,
1589         * src/ds390/main.c,
1590         * src/hc08/main.c,
1591         * src/pic/main.c,
1592         * src/pic16/main.c,
1593         * src/xa51/main.c,
1594         * src/z80/main.c: port.reg_parm prototype extended with
1595           "bool reentrant" parameter
1596         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1597           options.stackAuto for allocating bit register parameters
1598         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1599           (genSend): set BitBankUsed if it is,
1600           (selectRegBank): factored out of genCall for use in genPcall,
1601           (genCall): removed redundant dtype assignmen, use selectRegBank,
1602           (genPcall): handle returning in Carry properly, save in F0 if needed,
1603           (genReceive): handle bit register parameters
1604         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1605           (mcs51_assignRegisters): enable bit registers for all reentrant
1606            functions and don't set BitBankUsed unconditionally
1607         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1608         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1609         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1610
1611 2005-08-27 Borut Razem <borut.razem AT siol.net>
1612
1613         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1614         ppc-osx (Darwin) does not support -u option. It seems that it is
1615         supported only on Linux - GNU cp
1616
1617 2005-08-25 Borut Razem <borut.razem AT siol.net>
1618
1619         * sim/ucsim/gui.src/serio.src/Makefile.in,
1620           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1621           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1622           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1623           install and strip, since the strip at /usr/ccs/bin should be used
1624           on solaris
1625
1626 2005-08-24 Borut Razem <borut.razem AT siol.net>
1627
1628         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1629
1630 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1631
1632         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1633         ffffffffu
1634
1635 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1636
1637         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1638         * as/mcs51/lkmain.c (link_main): fixed warning
1639         * device/include/stdbool.h: ds390 has no advanced bit support yet
1640         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1641         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1642         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1643           and updated their macros
1644         * src/SDCCval.c (constVal): updated comment for renamed b_long
1645
1646 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1647
1648         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1649         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1650           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1651           (oprio): set priority for '['
1652         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1653            and adb_24_bit
1654         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1655         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1656         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1657         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1658           added overlayable BIT_BANK area
1659         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1660           (summary2): explain 'T' in legenda
1661         * as/mcs51/lkrloc.c: replaced old K&R style,
1662           (relr): added R_BIT processing,
1663           (errmsg): added "Bit-addressable relocation error",
1664           (adb_bit): added for converting from byte- to bit-addressable space,
1665           (adb_24_bit): added for converting from byte- to bit-addressable space
1666         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1667            used in reentrant functions now even as return value
1668         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1669         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1670           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1671         * src/SDCCglobl.h: added indicator BitBankUsed
1672         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1673            the bit registers b0-b7
1674         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1675           (geniCodeCast): fixed bug 1263853,
1676           (geniCodeLogicAndOr): put result in bool or char,
1677           (geniCodeReceive): added parameter func for accessing the return type,
1678           (geniCodeFunctionBody): pass func to geniCodeReceive
1679         * src/SDCCmain.c: added indicator BitBankUsed
1680         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1681         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1682           (checkSClass): don't put automatic bool/bit on stack,
1683           (checkFunction): removed check on function cannot return bit
1684         * src/SDCCsymt.h: added newBoolLink prototype
1685         * src/mcs51/gen.c (rb1regs): added bit registers,
1686           (movc): created for assigning to carry,
1687           (pushReg, popReg): created for pushing registers,
1688           (sameRegs): check both AOP_REG and AOP_CRY types,
1689           (aopOp): handle bit registers,
1690           (aopPut): optimization no self-assign,
1691           (saveRegisters): push reg->base (bits) only once for bit registers,
1692            and use pushReg,
1693           (unsaveRegisters): pop reg->base only once and use popReg,
1694           (assignResultValue): added parameter func and return in carry for bits,
1695           (genIpush): optimization no reload in A if not changed,
1696           (genSend): bit parameters in reentrant functions are passed in bit
1697            registers by first assigning to bits in B, then save registers and
1698            copy B to bits,
1699           (genCall): handle returning in Carry properly, save it in F0 if needed,
1700           (genPcall): updated assignResultValue call, this is not safe yet for bit
1701            returning function !!!
1702           (genFunction): don't generate equ's for bit registers and use pushReg,
1703           (genEndFunction): take care of bit returning functions and use popReg,
1704           (genRet): return bit in Carry,
1705           (genIfx): optimize bit registers and other directly addressable bits,
1706           (genReceive): updated assignResultValue call
1707         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1708           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1709            registers when using stack-auto
1710         * src/mcs51/ralloc.c (_G): added allBitregs,
1711           (regs8051): added the bit registers,
1712           (createStackSpil): use macro IS_BIT,
1713           (getRegBit): added to allocate a bit register, else spill,
1714           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1715           (updateRegUsage): factored out to ease stepping while debugging,
1716           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1717            also allocate bit registers,
1718           (fillGaps): handle bit registers,
1719           (findAllBitregs): added to create bit vector with all bit registers,
1720           (mcs51_allBitregs): returns this bit vector,
1721           (mcs51_assignRegisters): when using stack-auto use bit registers for
1722            passing parameters and creating local variables
1723         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1724
1725 2005-08-22 Borut Razem <borut.razem AT siol.net>
1726
1727         * device/lib/Makefile.in: replaced find option -or with -o
1728           to make it run on solaris
1729
1730 2005-08-22 Raphael Neider <rneider AT web.de>
1731
1732         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1733           fixes #1265442 (crash on Solaris)
1734
1735 2005-08-20 Borut Razem <borut.razem AT siol.net>
1736
1737         * configure, configure.in: added tests for libsocket and libnsl libraries,
1738           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1739           from support/regression/Makefile.in
1740         * support/regression/Makefile.in: added
1741         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1742         * sim/ucsim/libtool: regenerated on sparc-solaris
1743         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1744           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1745           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1746           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1747           sparc-solaris, which doesn't use GNU ld linker
1748         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1749         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1750
1751 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1752
1753         * src/mcs51/peeph.def: updated comments
1754
1755 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1756
1757         * device/lib/_gptrget.c,
1758         * device/lib/_gptrput.c: slightly shorter
1759         * doc/sdccman.lyx: incremented version
1760         * src/mcs51/peeph.def: moved peephole comments to the line of first
1761           change to better keep line correlation, reanimated 186.e
1762         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1763
1764 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1765
1766         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1767           David Saxton with quotes around file name.
1768
1769 2005-08-15 Borut Razem <borut.razem AT siol.net>
1770
1771         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1772           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1773           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1774           make tests run on x86_64 platform
1775
1776 2005-08-13 Raphael Neider <rneider AT web.de>
1777
1778         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1779           as it might be executed DURING a build (parallel make is wonderful)
1780
1781 2005-08-13 Raphael Neider <rneider AT web.de>
1782
1783         * device/lib/Makefile.in (port-specific-objects-pic16):
1784           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1785         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1786           dependency
1787         * device/lib/pic16/Makefile.rules: build subdirs before creating
1788           the library, removed builddir rule, create $(builddir) early in
1789           recurse rule, use empty recurse rule for leaf directories
1790         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1791           mkdir errors (race condition), removed duplicate suffix "hex"
1792           from clean rules
1793         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1794         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1795           prevents mkdir -p from aborting on Alpha
1796
1797 2005-08-12 Raphael Neider <rneider AT web.de>
1798
1799         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1800           db-statements in order to allow for arrays of pointers in code
1801           sections to be placed without interspersed 0-padding, fixes
1802           bug #1256215
1803         * (emitStatistics): fixed division by zero for pic18f1220
1804         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1805           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1806         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1807         * (pic16_pCodeConstString): keep track of already emitted string
1808           literals to prevent "duplicate definitions of symbol _str_NR"
1809         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1810           debug message
1811         * device/lib/Makefile.in: ignore failing PIC16 library builds
1812         * device/lib/pic16/Makefile: do not build if gputils are missing
1813         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1814
1815 2005-08-10 Raphael Neider <rneider AT web.de>
1816
1817         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1818           my last commit)
1819
1820 2005-08-10 Raphael Neider <rneider AT web.de>
1821
1822         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1823           Rokas' patch to add the new fixed point type "__fixed16x16"
1824         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1825           functions for __fixed16x16 arithmetics
1826         * device/lib/pic16: reimplemented the build system to support
1827           a separate build directory, better handling of libio (create
1828           the library in a separate subdir for each architecture) and
1829           easier configuration (centralized in Makefile.common)
1830
1831 2005-08-07 Raphael Neider <rneider AT web.de>
1832
1833         * src/pic16/gen.c (genrshTwo): fixed sign extension
1834         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1835         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1836           added T0CONbits
1837         * device/include/pic16/pic18f4220.h: NEW, header for
1838           pic18f4220 and pic18f4320
1839         * device/include/pic16/pic18fregs.h: added new devices,
1840           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1841         * device/include/pic16/signal.h: resolved name clashes
1842           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1843           to also allow testing for interrupt enable bits, added
1844           comments on how to use the macros
1845         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1846         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1847           register definitions for the devices
1848         * device/lib/pic16/pics.all: added new devices
1849         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1850           allocated memory
1851         * device/lib/pic16/libc/stdlib/memfree: do not count
1852           the block header as free memory
1853         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1854           simplified and added missing end-of-blocklist-marker
1855           (reported by Peter Onion, fixes #1252814)
1856         * (_mergeHeapBlock): fixed loop condition
1857         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1858           len==0, restructured code
1859         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1860           up a bit, reduced bitfield accesses, prevent endless loops
1861           in case of heap corruption
1862         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1863           "unreferenced arguments/must return a value" warnings
1864         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1865           replaced BAUDREG with SPBRG
1866         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1867           device/lib/pic16/debug/gstack/gstack.c: replaced
1868           _naked, _asm, _endasm with __naked, __asm, __endasm
1869
1870 2005-08-05 Raphael Neider <rneider AT web.de>
1871
1872         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1873           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1874
1875 2005-08-05 Borut Razem <borut.razem AT siol.net>
1876
1877         * device/lib/Makefile.in: added missing ';'
1878         * configure: removed ^M characters
1879
1880 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1881
1882         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1883           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1884           License
1885
1886 2005-08-04 Borut Razem <borut.razem AT siol.net>
1887
1888         * configure.in: pic16 libraries build 2nd try - enable running
1889           configure in device/lib/pic16
1890         * configure: regenerated from configure.in
1891         * device/lib/Makefile.in: create $(PORT)/bin directory
1892
1893 2005-08-03 Raphael Neider <rneider AT web.de>
1894
1895         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1896           to get/set values via pointers
1897         * (genUnpackBits,genPackBits): changed detection of
1898           ptr->bitfield vs. sym.bitfield, fixed access via generic
1899           pointers, removed dead (wrong) code for multibyte bitfields
1900         * (genNearPointerGet, genGenPointerGet): removed useless code,
1901           fixed bitfield detection, fixes #1250594
1902         * (genNearPointerSet): removed useless code
1903         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1904           and introduced macro pic16_emitpcode that conditionally emits
1905           the origin of the following pCode (useful for debugging SDCC)
1906         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1907         * (createDefmap): fixed handling of LFSR for --optimize-df
1908
1909 2005-08-02 Borut Razem <borut.razem AT siol.net>
1910
1911         * device/lib/Makefile.in: pic16 libraries build enabled since
1912           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1913
1914 2005-08-02 Raphael Neider <rneider AT web.de>
1915
1916         * src/pic16/gen.c (genPackBits): removed deprecated warning
1917         * (genGenPointerSet): fixed bitfield detection
1918
1919 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1920
1921         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1922
1923 2005-07-31 Raphael Neider <rneider AT web.de>
1924
1925         * device/lib/pic16/libdev/pic18f458.c,
1926           device/include/pic16/pic18f458.h: added missing T0CONbits
1927
1928 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1929
1930         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1931
1932 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1933
1934         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1935
1936 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1937
1938         * device/include/mcs51/at89c51ed2.h: added.
1939
1940 2005-07-23 Raphael Neider <rneider AT web.de>
1941
1942         * src/pic/gen.h: added emitpcode macro for debugging
1943         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1944           and replace by macro adding debug information on demand
1945         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1946         * (gencjne): tried to fix; replaced with correct (slower) code
1947         * (gen{Unp,P}ackBits): fixed single bit access
1948         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1949         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1950           previous instruction
1951         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1952           register has to be handled with care (forbidding movement
1953           of assignments/uses, removing assignments completely, ...)
1954         * (pCodeOptime2pCodes): make use of regIsSpecial
1955         * added lots of debugging output (commented out)
1956         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1957           from being reused as result UNLESS it is known to work
1958
1959 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1960
1961         * support/Util/dbuf.h: include <stddef.h> for size_t
1962         * .version: changed to version 2.5.2
1963
1964 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1965
1966         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1967
1968 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1969
1970         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1971           (genModOneByte): removed needless psha/pula
1972
1973 2005-07-22 Raphael Neider <rneider AT web.de>
1974
1975         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1976           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1977         * src/pic/gen.c (resolveIfx): do not "invent" labels
1978         * (genSkipc): changed to positive logic
1979         * (genSkipCond): removed as no longer needed
1980         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1981           backport from PIC16
1982         * (genLeftShift): check operands are in different registers
1983         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1984           INCF does not update CARRY...
1985         * src/pic/main.c: fixed _linkCmd
1986         * src/pic/pcode.c (unlinkpCode): added inactive code
1987         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1988           alive (do not assign result and operand overlapping registers)
1989
1990 2005-07-22 Raphael Neider <rneider AT web.de>
1991
1992         * src/pic/device.c (dump_sfr): replaced register declaration with
1993           call to emitSymbolToFile() to avoid duplicate symbols
1994         * (assignRelocatableRegisters): do not declare external symbols
1995         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1996           right (take size of type, not etype)
1997         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1998         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1999         * (packRegsForAccUse): disabled assignment of WREG as
2000           the result reg to prevent occurence of just fixed #1235003,
2001           fixes #1242954
2002         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2003           symbols (avoids duplicate symbols in .asm file)
2004         * (pic14emitRegularMap): use emitSymbolToFile()
2005         * src/pic/gen.c (aopOp): fixed spillLocation handling
2006         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2007         * (genDataPointerSet): removed unneccessary variables/output
2008
2009 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2010
2011         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2012         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2013
2014 2005-07-21 Raphael Neider <rneider AT web.de>
2015
2016         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2017           architecture cannot handle them efficiently, fixes bug #1235003
2018         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2019           check for empty sets before using them (fixes bug #1232190)
2020
2021 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2022
2023         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2024           (lnksect2): generate warnings for memory overlap
2025         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2026           constseg to set the name of these segments so you can instruct the linker
2027           to place them in banks
2028         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2029         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2030           added code_seg and const_seg to options
2031         * src/SDCCglue.c (emitMaps): use options.const_seg,
2032           (createInterruptVect): put interrupt vectors in segment HOME,
2033           (glue): put HOME before static segment and put the main glue in HOME,
2034           (glue): use options.code_seg
2035         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2036         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2037           these segments so you can instruct the linker to place them in banks
2038           (linkEdit): use code_loc for HOME segment which should be the first
2039           segment in code memory now
2040         * src/SDCCmem.c: fixed more stuff like bug 1238386
2041         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2042           (changePointer): don't change function pointers to code pointers for
2043           banked functions,
2044           (compareType): added exceptional check for banked function pointers
2045         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2046         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2047           after static in code memory
2048         * src/mcs51/gen.c: added aopLiteralLong prototype,
2049           (aopForSym): use getSize for functions,
2050           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2051           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2052           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2053           the segment,
2054           (genPcall): use call for literal function pointers and generate banked
2055           calls over the one trampoline so there's only one place for the user to
2056           modify according to his/hers hardware,
2057           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2058           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2059         * src/mcs51/main.c: added keyword banked,
2060           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2061         * support/Util/SDCCerr.c,
2062         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2063           needed for passing the bank and address to the trampoline
2064         * device/lib/mcs51/crtbank.asm: added for bankswitching
2065         * device/lib/mcs51/Makefile: added crtbank
2066
2067 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2068
2069         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2070           for fields at offset 0 of a struct or union as reported
2071           on 2005-07-07 in the developer mailing list.
2072
2073 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2074
2075         * src/SDCCmem.c: fixed bug 1238386
2076
2077 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2078
2079         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2080           (patch #1144962), added peephole 300, enabled 259.x
2081         * doc/sdccman.lyx: removed screenshot and provided link instead
2082
2083 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2084
2085         * doc/sdccman.lyx: added section about debugging with ddd
2086         * doc/figures/ddd_example.eps: screenshot of debugging session
2087
2088 2005-07-04 Raphael Neider <rneider AT web.de>
2089
2090         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2091           like CODE pointers, fixes #1115683
2092         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2093           call, fixes bugs #1232211, #1228110,
2094           fixed wrong casts to pCodeFlow from pCodeInstructions
2095
2096 2005-07-04 Raphael Neider <rneider AT web.de>
2097
2098         * src/pic/gen.c (popGet): changed assert to allow for
2099           bit operands
2100         * (popGetAddr): changed signature to provide
2101           an additional index, patched all call sites
2102         * (genCmpEq): handle literal-like operands correctly
2103         * (genAddrOf): added sanity checks on __code/__data pointers
2104         * (genAssign): added handling of symbols from __code section
2105         * (gencjne): do not generate code for comparisons whose result
2106           is neither stored nor used, fixes bug #1171114
2107         * (AccLsh, AccRsh): operate on operand instead of WREG
2108         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2109           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2110           by known count
2111         * rewrote complete shift-by-literal logic, commented unused
2112           functions out
2113         * (genConstPointerGet): get multiple bytes (if result size > 1),
2114           fixed handling of non-immediate addresses
2115         * (genPointerGet): handle CODE pointers like CONST pointers
2116         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2117         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2118           operand is to be treated as a literal or not
2119         * (mov2w,genPcall,genCmpEq),
2120           src/pic/genarith.c: use aop_isLitLike() to decide between
2121           literal/register contents
2122         * (addSign): added missing offset
2123         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2124           only emit comment in debug-mode,
2125           use {aop,op}_isLitLike throughout the file
2126         * src/pic/glue.c: fix initializers for pointers (work in progress)
2127         * src/pic/pcode.c (get_op): honor index on _const symbols
2128         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2129         * (dumppBlock): added pCode size estimation
2130         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2131           check for IS_SYMOP before OP_SYMBOL'ing
2132         * fixed indentation, compacted switch-statements
2133         * (allocReg): find free register and allocate it instead of
2134           allocating new registers all the time
2135         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2136           registers as its operands (necessary only for multibyte GETs)
2137
2138 2005-07-01 Raphael Neider <rneider AT web.de>
2139
2140         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2141           debugging .asm-output macros FENTRY + FEXIT
2142         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2143           way... I wonder...
2144         * (emitpComment): NEW, printf to pCode
2145         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2146           offset handling
2147         * (popGetAddr): NEW, variant of popGet to access an immediates
2148           high(er) bytes instead of the n'th byte of memory they reference,
2149           replaced popGet with popGetAddr where neccessary
2150         * (genDataPointerGet): reactivated and fixed implementation
2151         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2152           accesses
2153         * (genDataPointerSet): fixed multibyte assignments
2154         * (genpic14Code): fixed --i-code-in-asm handling
2155         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2156         * (genPlus): fixed index-out-of-bounds error
2157         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2158         * src/pic/ralloc.c: added debugging output macro FENTRY2
2159         * (spillThis): fixed indentation, enbraced for-body for clarity
2160         * (rematStr): commented out as now unused
2161         * (regTypeNum): commented out special spill case (overwrites
2162           arbitrary values)
2163         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2164
2165 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2166
2167         * doc/sdccman.lyx: documented sfr16/sfr32,
2168           added example for using storage class with function pointers
2169         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2170
2171 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2172
2173         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2174         * device/lib/_itoa.c,
2175         * device/lib/_ltoa.c: optimized codesize
2176         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2177           but don't know how to suppress the double warning.
2178         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2179         * support/Util/SDCCerr.c,
2180         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2181
2182 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2183
2184         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2185           fixed old K&R prototypes
2186         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2187         * device/lib/_gptrget.c,
2188         * device/lib/_gptrgetc.c,
2189         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2190           also new versions for small generic pointers and banked generic pointers
2191         * src/port.h: added const_name
2192         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2193         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2194         * src/SDCCcse.c (findPrevIc): check all associative operators
2195         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2196         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2197         * src/SDCCmem.c: updated comments,
2198           set far-space to 0 for pdata, results in optimized code
2199         * src/SDCCmem.h: added macro CONST_NAME
2200         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2201           moving the info into the highest bits, see also gptrget/gptrput
2202         * src/src.dsp: added sdcc.ico to project files
2203         * src/avr/gen.c (genCast): fixed bug 0x%d
2204         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2205         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2206           relation between ptr_type and DCL_TYPE,
2207           (genCast): fixed bug 0x%d
2208         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2209           (CODE)" for const_name
2210         * src/hc08/gen.c (genCast): fixed bug 0x%d
2211         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2212           (hc08_port): added "CONST (CODE)" for const_name
2213         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2214           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2215           between ptr_type and DCL_TYPE,
2216           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2217           operand* and took AOP() inside function so sfr-ness can be checked,
2218           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2219           new prototype,
2220           (genFunction, genEndFunction): optimized stack setup,
2221           (genMinus): optimized for literals with ending zeroes (in bytes),
2222           (genCast): fixed bug 0x%d
2223         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2224           (mcs51_port): added "CONST (CODE)" for const_name
2225         * src/mcs51/peeph.def: made rule 226 more generic
2226         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2227         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2228         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2229         * src/z80/main.c (z80_port): added NULL for const_name,
2230           (gbz80_port): added NULL for const_name
2231         * support/regression/tests/bug663539.c,
2232         * support/regression/tests/sfr16.c: new tests
2233
2234 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2235
2236         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2237
2238 2005-06-24 Raphael Neider <rneider AT web.de>
2239
2240         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2241           corrected typos...
2242         * device/include/pic16/signal.h: added USBIF
2243           and SIG_USB
2244
2245 2005-06-24 Raphael Neider <rneider AT web.de>
2246
2247         * device/lib/pic16/libdev/pic18f2455.c,
2248           device/include/pic16/pic18f2455.h: NEW
2249         * device/include/pic16/pic18fregs.h,
2250           device/lib/pic16/pics.all,
2251           src/pic16/device.c: added 18f2455
2252         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2253           device/include/pic16/{pic18f[68][567].h,usart.h}:
2254           replaced MULTIPLE_USARTS define with more relaible
2255           compatibility sfrs (for USART access)
2256
2257 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2258
2259         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2260           and the output asm file line is printed on two lines.
2261
2262 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2263
2264         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2265           BGT, BLE, BHI, and BLS instructions
2266         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2267           genCmpEq): removed
2268         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2269           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2270           fixes bug #1216342
2271         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2272
2273 2005-06-15 Raphael Neider <rneider AT web.de>
2274
2275         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2276         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2277         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2278           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2279           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2280
2281 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2282
2283         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2284           Marcel Telka in bug #1215704
2285
2286 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2287
2288         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2289           located in shared memory bank.
2290
2291 2005-05-31 Raphael Neider <rneider AT web.de>
2292
2293         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2294           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2295           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2296
2297 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2298
2299         * device/lib/_strncpy.c: fixed the fix
2300
2301 2005-05-26 Raphael Neider <rneider AT web.de>
2302
2303         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2304           initializers with \0, bug #1208187
2305         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2306           intializers with \0, bug #1208187
2307
2308 2005-05-26 Raphael Neider <rneider AT web.de>
2309
2310         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2311           initializers with \0, bug #1208187
2312         * src/pic16/main.c (_process_pragma): added sanity checks
2313           for stack position and size, emit warnings when appropriate
2314
2315 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2316
2317         * device/lib/_strncpy.c: fixed not filling with \0
2318
2319 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2320
2321         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2322           createFunction),
2323         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2324           compound_statement),
2325         * src/SDCCsymt.h,
2326         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2327
2328 2005-05-24 Raphael Neider <rneider AT web.de>
2329
2330         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2331
2332 2005-05-24 Raphael Neider <rneider AT web.de>
2333
2334         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2335           TRISE definitions, closes bug #1162453
2336
2337 2005-05-22 Raphael Neider <rneider AT web.de>
2338
2339         * src/pic16/main.c (_process_pragma): check for missing
2340           arguments to pragmas code and udata
2341         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2342           consistency fixes to match other headers (thanks to Jim Paris)
2343         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2344
2345 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2346
2347         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2348
2349 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2350
2351         * support/regression/tests/bug1198642.c: new test
2352         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2353         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2354         * support/scripts/resource.h,
2355         * support/scripts/resource.rc,
2356         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2357         * support/scripts/sdcc.ico: added 32x32 icon
2358
2359 2005-05-18 Raphael Neider <rneider AT web.de>
2360
2361         * device/lib/pic16/libdev/pic18f*.c,
2362         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2363           keywords to "__sfr" and "__at (X)"
2364         * device/include/pic16/pic18fregs.h: added pic18f4520
2365         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2366           #1203088 (MPLAB compatibility)
2367
2368 2005-05-17 Raphael Neider <rneider AT web.de>
2369
2370         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2371         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2372         * device/lib/pic16/pics.all: added new devices
2373         * src/pic16/device.c: added support for pic18f4520
2374
2375 2005-05-16 Raphael Neider <rneider AT web.de>
2376         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2377         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2378         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2379           convenience function for bit access
2380
2381 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2382
2383         * device/lib/printf_large.c: fixed bug 1193299
2384         * support/regression/tests/bug1057979.c: added test %3.3s
2385
2386 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2387
2388         * device/include/mcs51/8051.h,
2389         * device/include/mcs51/8052.h: made parseable with lint
2390         * device/include/mcs51/lint.h: added include file for (sp)lint
2391         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2392         * doc/cdbfileformat.lyx,
2393         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2394
2395 2005-05-14 Raphael Neider <rneider AT web.de>
2396
2397         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2398         * device/lib/pic16/libc/stdlib/itoa.c (new)
2399         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2400         * device/lib/pic16/libio/Makefile: exclude subdir according to
2401           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2402         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2403         * src/pic16/gen.c (genFunction): prevent annoying warning
2404         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2405           nameclashes on BeOS
2406         * support/cpp2/cppmain.c (cpp_output_string): new
2407         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2408           fixes bug 1116802
2409
2410 2005-05-13 Borut Razem <borut.razem AT siol.net>
2411
2412         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2413
2414 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2415
2416         * .version: changed to version 2.5.1; back to bleeding edge development
2417
2418 2005-05-11 Borut Razem <borut.razem AT siol.net>
2419
2420         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2421           generate PDF version 1.3 documents
2422
2423 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2424
2425         * .version: changed to version 2.5.0
2426
2427 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2428
2429         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2430
2431 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2432
2433         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2434         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2435         well as many smaller updates.
2436         * .version: changed to version 2.5.0-pre1
2437
2438 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2439
2440         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2441
2442 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2443
2444         * support/regression/tests/bug1185672.c: added
2445         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2446           bug 1185672
2447         * src/mcs51/gen.c (genCall): added comments, made it look safer
2448         * src/mcs51/gen.c (genEndFunction): simplified
2449
2450 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2451
2452         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2453
2454 2005-04-14 Borut Razem <borut.razem AT siol.net>
2455
2456         * fixed bug 1045046 - SIGSEGV with really simple code?:
2457           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2458           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2459
2460 2005-04-14 Borut Razem <borut.razem AT siol.net>
2461
2462         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2463           src/pic16/device.h: temporarily disabled experimental #inline pragma
2464           for 2.5.0 release
2465
2466 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2467
2468         * device/include/z80/stdio.h,
2469         * device/include/z80/string.h: removed these highly incomplete files so
2470           SDCC can use the default ones in device/include/
2471
2472 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2473
2474         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2475         gcc warning.
2476         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2477         fix sdcpp warnings.
2478
2479 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2480
2481         * device/include/malloc.h: removed redundant __reentrant prototypes
2482         * device/lib/_mullong.c: added working xstack variant in asm (C version
2483           doesn't pass regression tests)
2484         * device/lib/bpx.c: used __data and made bpx char for mcs51
2485         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2486           (createFunction): fixed bug with xstackPtr
2487         * src/SDCCcse.c: corrected comments
2488         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2489           (killDeadCode, eBBlockFromiCode): removed unused code
2490         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2491           corrected comments
2492         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2493           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2494           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2495           (genModOneByte): fixed warning in MSVC
2496         * src/mcs51/main.c (): added comments
2497         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2498
2499 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2500
2501         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2502
2503 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2504
2505         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2506
2507 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2508
2509         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2510         characters arrays of larger size than the declared one.
2511
2512 2005-04-10 Borut Razem <borut.razem AT siol.net>
2513
2514         * src/pic/gen.c (genInline),
2515           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2516           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2517           (findNextInstruction), (findPrevInstruction),
2518           (findInstructionUsingLabel),
2519           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2520         * src/pic/pcode.c (findLabel): added missing '\n'
2521         * src/src.dsp: added SDCCdwarf2.c to the project
2522
2523 2005-04-09 Borut Razem <borut.razem AT siol.net>
2524
2525         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2526
2527 2005-04-08 Raphael Neider <rneider AT web.de>
2528
2529         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2530           into the chain after a given one) and mergeDefmapSymbols (combine
2531           defmap entries for each symbol per pcode)
2532         * (createDefmap): have defmap entries merged in the end
2533         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2534           a symbol before replacing one access type's symbol, merge symbols in
2535           the end (replacement symbol might already have an entry)
2536         * (assignValnums): keep reference to written WREG intact
2537
2538 2005-04-08 Raphael Neider <rneider AT web.de>
2539
2540         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2541           Alpha)
2542
2543 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2544
2545         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2546         bytes
2547
2548 2005-04-07 Raphael Neider <rneider AT web.de>
2549
2550         * device/include/pic16/usart.h: added compatibility defines for
2551           devices with more than one USART
2552         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2553
2554 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2555
2556         * device/lib/Makefile.in: updated for port specific include
2557
2558 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2559
2560         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2561
2562 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2563
2564         * device/include/8051.h,
2565         * device/include/8052.h,
2566         * device/include/at89S8252.h,
2567         * device/include/at89c55.h,
2568         * device/include/at89x051.h,
2569         * device/include/at89x51.h,
2570         * device/include/at89x52.h,
2571         * device/include/mcs51reg.h,
2572         * device/include/reg51.h,
2573         * device/include/reg764.h,
2574         * device/include/regc515c.h,
2575         * device/include/sab80515.h: (re)moved these 12 files
2576         * device/include/mcs51/8051.h,
2577         * device/include/mcs51/8052.h,
2578         * device/include/mcs51/at89S8252.h,
2579         * device/include/mcs51/at89c55.h,
2580         * device/include/mcs51/at89x051.h,
2581         * device/include/mcs51/at89x51.h,
2582         * device/include/mcs51/at89x52.h,
2583         * device/include/mcs51/mcs51reg.h,
2584         * device/include/mcs51/reg51.h,
2585         * device/include/mcs51/reg764.h,
2586         * device/include/mcs51/regc515c.h,
2587         * device/include/mcs51/sab80515.h: and added them here
2588
2589 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2590
2591         * device/include/stdarg.h: changed SDCC specific keywords to double
2592           underlined form.
2593         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2594           mcs51 and ds390.
2595         * device/include/hc08/mc68hc908gp32.h,
2596         * device/include/hc08/mc68hc908jb8.h,
2597         * device/include/hc08/mc68hc908jkjl.h,
2598         * device/include/hc08/mc68hc908qy.h: fixed comments
2599         * device/include/mcs51/README: updated
2600         * device/include/mcs51/c8051f120.h: added PINRSF
2601         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2602         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2603           amidst code. Also inline is not supported.
2604
2605 2005-04-06 Raphael Neider <rneider AT web.de>
2606
2607         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2608         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2609           callers stack/frame pointers
2610
2611 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2612
2613         * device/include/pic16/usart.h: added, missing in previous commit,
2614         * device/include/pic16/adc.h: fixed typo,
2615         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2616         commit,
2617         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2618         <p18fxxx.inc>
2619         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2620         uninitialized because a bug appears with gplink
2621         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2622         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2623         complains for unrecognised option
2624
2625 2005-04-05 Raphael Neider <rneider AT web.de>
2626
2627         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2628           structs as well (using memcpy)
2629         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2630           on ISRs (GOTO has no label)
2631         * src/pic16/device.h: added OF_OPTIMIZE_DF
2632         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2633           new data flow analysis/optimization
2634         * src/pic16/pcode.c: added (prototypes for and implementation of)
2635           dataflow analysis functions, fixed pCodeInstructions' inCond and
2636           outCond values, made RCALL a branch instruction
2637         * (pic16_unlinkpCode): keep C line if possible
2638         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2639           C line moved if possible
2640         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2641         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2642           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2643         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2644           new flow)
2645         * (pic16_getJumptabpCode): NEW, needed in...
2646         * (LinkFlow): fixed handling of jumptables, calls and conditional
2647           branches
2648         * (pic16_InsertCommentAfter): NEW
2649         * (pic16_pCodeReplace): made verbose and flow preserving
2650         * (AnalyzeFlow): added call to data flow analysis
2651         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2652         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2653         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2654
2655 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2656
2657         * src/SDCCast.c (decorateType): fixed bug #1105626
2658
2659 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2660
2661         * device/include/asm/pic16/features.h,
2662         * pic18f*.h headers,
2663         * device/include/pic16/adc.h,
2664         * device/include/pic16/delay.h,
2665         * device/include/pic16/i2c.h,
2666         * device/include/pic16/malloc.h,
2667         * device/include/pic16/stdio.h,
2668         * device/include/pic16/stdlib.h,
2669         * device/include/pic16/string.h,
2670         * device/lib/pic16/libc/stdio/printf_tiny.c,
2671         * device/lib/pic16/libc/stdio/printf_small.c,
2672         * device/lib/pic16/libc/stdio/strmgpsim.c,
2673         * device/lib/pic16/libc/stdio/strmmssp.c,
2674         * device/lib/pic16/libc/stdio/strmusart.c,
2675         * device/lib/pic16/libc/stdio/vfprintf.c,
2676         * device/lib/pic16/libc/stdlib/ltoa.c,
2677         * device/lib/pic16/libc/stdlib/putchar.c,
2678         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2679         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2680         * device/lib/pic16/libc/stdlib/memchrram.c,
2681         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2682         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2683         * device/lib/pic16/libio/adc/adcbusy.c,
2684         * device/lib/pic16/libio/adc/adcread.c,
2685         * device/lib/pic16/libio/adc/adcsetch.c,
2686         * device/lib/pic16/libio/usart/ubaud.c,
2687         * device/lib/pic16/libio/usart/ubusy.c,
2688         * device/lib/pic16/libio/usart/udrdy.c,
2689         * device/lib/pic16/libio/usart/uopen.c,
2690         * device/lib/pic16/libio/usart/uputc.c,
2691         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2692         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2693         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2694         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2695         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2696         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2697         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2698         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2699         specific keywords to double underlined form,
2700         * device/lib/pic16/libc/Makefile.rules,
2701         * device/lib/pic16/libsdcc/Makefile.rules,
2702         * device/lib/pic16/libm/Makefile,
2703         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2704         to compile with C standard set in Makefile.common
2705         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2706         rand.c and crc.c in compilation process,
2707         * device/lib/pic16/libsdcc/int/divuint.c,
2708         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2709         `c' from signed to unsigned,
2710         * device/lib/pic16/startup/crt0.c,
2711         * device/lib/pic16/startup/crt0i.c,
2712         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2713         keywords to double underlined form, bug fixes in _do_cinit function
2714         which prevented the correct initialization of the .idata segment,
2715         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2716         core to enter a infinite loop
2717         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2718
2719 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2720
2721         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2722
2723 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2724
2725         * device/include/Makefile.in: add support for hc08 subdirectory
2726         * device/include/hc08/: new subdirectory
2727         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2728         Lucas Loizaga, thanks!
2729         * device/include/hc08/mc68hc908qy.h,
2730         * device/include/hc08/mc68hc908gp32.h,
2731         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2732         their own directory. Changed internal macro names to use the compiler
2733         reserved namespace. Changed SDCC specific keywords to double
2734         underlined form.
2735         * device/include/math.h,
2736         * device/include/malloc.h,
2737         * device/include/stdarg.h,
2738         * device/include/stdbool.h
2739         * device/include/string.h,
2740         * device/include/tinibios.h,
2741         * device/include/ds400rom.h,
2742         * device/include/8051.h,
2743         * device/include/8052.h,
2744         * device/include/80c51xa.h,
2745         * device/include/at89c55.h,
2746         * device/include/at89S8252.h,
2747         * device/include/at89x51.h,
2748         * device/include/at89x52.h,
2749         * device/include/ds80c390.h,
2750         * device/include/reg764.h,
2751         * device/include/regc515c.h,
2752         * device/include/sab80515.h,
2753         * device/include/mcs51/c8051f000.h,
2754         * device/include/mcs51/c8051f018.h,
2755         * device/include/mcs51/c8051f020.h,
2756         * device/include/mcs51/c8051f040.h,
2757         * device/include/mcs51/c8051f060.h,
2758         * device/include/mcs51/c8051f120.h,
2759         * device/include/mcs51/c8051f300.h,
2760         * device/include/mcs51/c8051f310.h,
2761         * device/include/mcs51/c8051f320.h,
2762         * device/include/mcs51/c8051f330.h,
2763         * device/include/mcs51/c8051f350.h,
2764         * device/include/z180.h: Changed SDCC specific keywords to double
2765         underlined form.
2766
2767 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2768
2769         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2770         18F4455,
2771         * (pic16_assignConfigWordValue): disable testing of configuration
2772         register value with config mask,
2773         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2774         function with port->fun_prefix,
2775         * (genFunction): when generating a naked interrupt function never
2776         create an absolute segment placed in interrupt vector address, place
2777         the actual interrupt function at IVA instead, when an interrupt
2778         function is generated with unspecified interrupt then do not create
2779         the absolute section,
2780         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2781         code for generating a call to generic pointer get/put function with
2782         a call to function pic16_callGenericPointer(),
2783         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2784         the call to the generic pointer get/put functions with prefixing the
2785         function name with port->fun_prefix,
2786         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2787         * src/pic16/main.c (_process_pragma): prefix function with
2788         port->fun_prefix,
2789         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2790         calling assembler, old 18Fxxxx macro is deprecated,
2791         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2792         PC_ASMDIR in while condition,
2793         * (findInstruction): add PC_ASMDIR in while condition,
2794         * (buildCallTree): prefix main with port->fun_prefix,
2795         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2796         identifier for variable with banked access in instructions BTFSS,
2797         BTFSC, BCF, BSF, BTG
2798         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2799         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2800         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2801         perform optimization when enviroment variable NO_REG_OPT is set,
2802         * (insideLRBlock): NEW, return 1 if register is inside an
2803         INF_LOCALREGS block,
2804         * (RemoveRegFromLRBlock): remove a register that is completely
2805         eliminated by register optimization, but it is still left in local
2806         register store/restore in/from stack block,
2807         * (Remove2pcodes): after removing register, check to see if it
2808         should be removed from local register store/restore in/from stack
2809         block,
2810         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2811         DUMMY_READ_VOLATILE,
2812
2813         * device/include/pic16/adc.h: minor prototype modifications and
2814         update,
2815         * device/include/pic16/malloc.h: added GPL notice various
2816         modifications,
2817         * device/include/pic16/stdint.h: NEW, standard header for ints
2818         * device/include/pic16/delay.h: NEW, header for delay functions,
2819         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2820         delay1mtcy,
2821         * device/include/pic16/signal.h: NEW, header providing helper macros
2822         for implementing signal handlers,
2823         * device/include/pic16/stdio.h: added prototypes for functions,
2824         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2825         prototypes for stdin and stdout, added macro PUTCHAR to
2826         automatically implement putchar function prototype,
2827         * device/include/pic16/usart.h: modified and updated USART library,
2828         * device/lib/pic16/libio/adc/,
2829         * device/lib/pic16/libio/i2c: some modifications to improve library
2830         performance,
2831         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2832         family of functions,
2833         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2834         family of functions and other sources,
2835         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2836         of the PIC18Fxx[28] devices,
2837         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2838         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2839         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2840         _do_cinit function, because the previous failed when local variables
2841         where not placed in the same memory bank,
2842         * device/lib/pic16/libsdcc/char/: various modifications to improve
2843         library performance,
2844         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2845         information on the new functions of the c library and more...
2846
2847 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2848
2849         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2850
2851 2005-03-26 Raphael Neider <rneider AT web.de>
2852
2853         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2854           if condition == CARRY)
2855         * (genCmp): adapted to new genSkipc semantics
2856         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2857           on rIfx (genCmp was broken)
2858
2859 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2860
2861         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2862         * src/z80/main.c (_keywords[]),
2863         * src/SDCCglobal.h (struct options),
2864         * src/SDCC.y,
2865         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2866         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2867         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2868         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2869         always available in leading double underscore form. The C99 support is
2870         mostly missing, but it's a start.
2871         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2872         reserved identifier "__data".
2873
2874 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2875
2876         * src/mcs51/peeph.def: fixed bug 1170013
2877
2878 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2879
2880         * device/include/mcs51reg.h: fixed bug 842007
2881
2882 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2883
2884         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2885         last time.
2886
2887 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2888
2889         * src/port.h (struct PORT),
2890         * src/avr/ralloc.c (avr_assignRegisters),
2891         * src/avr/main.c,
2892         * src/ds390/ralloc.c (ds390_assignRegisters),
2893         * src/ds390/main.c,
2894         * src/hc08/ralloc.c (hc08_assignRegisters),
2895         * src/hc08/main.c,
2896         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2897         * src/mcs51/main.c,
2898         * src/pic/ralloc.c (pic14_assignRegisters),
2899         * src/pic/main.c,
2900         * src/pic16/ralloc.c (pic16_assignRegisters),
2901         * src/pic16/main.c,
2902         * src/xa51/ralloc.c (xa51_assignRegisters),
2903         * src/xa51/main.c,
2904         * src/z80/ralloc.c (z80_assignRegisters),
2905         * src/z80/ralloc.h,
2906         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2907         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2908         * src/SDCCcse.h,
2909         * src/SDCCdflow.c (computeDataFlow),
2910         * src/SDCCdflow.h,
2911         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2912         * src/SDCCloop.h,
2913         * src/SDCCcflow.c (*),
2914         * src/SDCCcflow.h,
2915         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2916         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2917         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2918         immedDom() returning wrong block; probably fixes bug #1160833)
2919
2920 2005-03-20 Borut Razem <borut.razem AT siol.net>
2921
2922         * support/scripts/inc2h.pl: WIN32 port
2923
2924 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2925
2926         * device/lib/makefile.in: added abs.c and labs.c
2927
2928 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2929
2930         * device/include/stdint.h: added
2931         * device/lib/abs.c: added
2932         * device/lib/labs.c: added
2933         * device/include/stdlib.h: added abs() and labs() prototypes
2934         * device/lib/libsdcc.lib: added abs and labs
2935         * device/include/float.h,
2936         * device/lib/_fsmul.c,
2937         * device/lib/printf_fast.c,
2938         * device/lib/printf_tiny.c: updated comments
2939
2940 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2941
2942         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2943         bug #1164313
2944
2945 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2946
2947         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2948         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2949
2950 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2951
2952         * device/lib/printf_large.c: removed inline assembly for portability and
2953           readability. Use printf_fast if speed or size are more important.
2954         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2955         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2956
2957 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2958
2959         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2960         prevent compiler warning
2961
2962 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2963
2964         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2965         moved to level 0 and declared as static. Also they are explicit
2966         placed in access bank. This was necessery because some times they
2967         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2968         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2969         optimizations. Currently only compare to unsigned char is implemented,
2970         * src/pic16/gen.c: added fReturnIdx array,
2971         * (struct resolvedIfx) is moved to gen.h and made public,
2972         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2973         * (aopForSym): added an optimization to directly store in stack of
2974         the operand of a SEND iCode,
2975         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2976         but as registers instead (AOP_REG) using the fReturnIdx array,
2977         * (pic16_freeAsmop): remove the freed register from the
2978         _G.sregsAlloc field,
2979         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2980         a compare of 'WREG',
2981         * (pic16_popGetTempRegCond): changed function prototype, now
2982         function takes also a bitVector argument v which holds the current
2983         set of registers that are allocated for stack access by aopForSym,
2984         registers allocated in aopForSym for accessing stack symbols are not
2985         any more part of the functions usedRegs field,
2986         * (genCall): some times aopOp is called for a stack variable to be
2987         send, aopForSym might perform the push, if this is true make sure
2988         that genCall doesn't push the variable twice by testing _G.resDirect,
2989         * (genFunction): changed testing for unspecified interrupt number
2990         from 256 to INTNO_UNSPEC,
2991         * modified selection scheme of frame pointer generation. Previously
2992         if function did use local registers a frame pointer was generated,
2993         now a frame pointer is generated only if function has arguments
2994         (that need PLUSW2 register access), or has stack arguments, or the
2995         compiler is not instructed to omit the frame pointer,
2996         * (genEndFunction): before restoring local registers that were saved
2997         in the function preamble, also restore the registers that *might*
2998         have been allocated for stack access,
2999         * (genRet): removed some old comments,
3000         * (genCmp, the active (RN's) version): added a call to the
3001         pic16_genCmp_special function to perform the compare with a more
3002         robust and optimized way,
3003         * (genInline): a feature has been added in inline code generation,
3004         which allows a wildcard variable substitution when writing inline
3005         assembly. Code is incomplete and experimental therefore undocumented,
3006         * (genCast): changed order of aopOp for result and right to allow
3007         aopForSym to directly load the result if possible,
3008         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3009         perform an optimized compare on some selected special occasions,
3010         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3011         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3012         generate an IVT any more,
3013         * src/pic16/main.c (pic16_optionsTable): added command line option
3014         --optimize-cmp,
3015         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3016         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3017         macros,
3018         * src/pic16/NOTES: Raphael Neider added in list of active developers
3019         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3020         jumptable_end to prevent bug #,
3021         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3022         inCond and outCond fields,
3023         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3024         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3025         turn off register spilling,
3026         * (packRegsForOneUse): synced with other ports' versions although it
3027         is not used currently,
3028         * (pic16_packRegisters): added an optimization while reading
3029         structure bitfields, some registers may be saved (malloc code is
3030         decreased by 80 bytes)
3031
3032 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3033
3034         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3035         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3036         this can be optimized more?
3037
3038 2005-03-10 Raphael Neider <rneider AT web.de>
3039
3040         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3041           genNearPointerGet): (hopefully) fixed access to bitfields via
3042           pointers (p->bitN = x; and x = p->bitN; failed)
3043
3044 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3045
3046         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3047
3048 2005-03-09 Raphael Neider <rneider AT web.de>
3049
3050         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3051
3052 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3053
3054         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3055         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3056           (regTypeNum): set REG_BIT type if necessary
3057         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3058         * support/regression/tests/critical.c: check bug 1144613
3059
3060 2005-03-02 Raphael Neider <rneider AT web.de>
3061
3062         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3063
3064 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3065
3066         * src/avr/ralloc.c (serialRegAssign),
3067         * src/ds390/ralloc.c (serialRegAssign),
3068         * src/hc08/ralloc.c (serialRegAssign),
3069         * src/mcs51/ralloc.c (serialRegAssign),
3070         * src/pic/ralloc.c (serialRegAssign),
3071         * src/pic16/ralloc.c (serialRegAssign),
3072         * src/xa51/ralloc.c (serialRegAssign),
3073         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3074
3075 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3076
3077         * src/SDCCast.c (decorateType): fixed bug 1124787
3078
3079 2005-02-20 Hubert Sack <sack AT digiplan.de>
3080         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3081
3082         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3083         patch #1121755
3084
3085 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3086
3087         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3088         to keep the correct label reference count when adding/removing references
3089         to labels. A peephole file using this is appended to patch #1144962.
3090
3091 2005-02-14 Raphael Neider <rneider AT web.de>
3092
3093         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3094         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3095         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3096           retrievals of result operand's value on assignment
3097
3098 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3099
3100         * device/include/pic16/string.h: modified prototype for memccpy()
3101         to memccpy(void *, void *, char, size_t)
3102         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3103         check whether to omit frame pointer or not,
3104         * (genInline): convert all occurences of "\n" to LF in inline
3105         assembler blocks, this helps formatting the inline text,
3106         * (pic16_loadFSR0): modified prototype,
3107         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3108         removed some 8051 legacy code,
3109         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3110         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3111         before allocating temporary registers in functions,
3112
3113 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3114
3115         * support/regression/tests/bitvars.c: corrected the "fix"
3116
3117 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3118
3119         * support/regression/tests/bitvars.c,
3120         * support/regression/tests/bitwise.c,
3121         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3122
3123 2005-02-10 Raphael Neider <rneider AT web.de>
3124
3125         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3126           different size for Alpha
3127         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3128
3129 2005-02-09 Raphael Neider <rneider AT web.de>
3130
3131         * src/SDCC.lex(doPragma) : save and restore warning options as well
3132           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3133         * have #pragma less_pedantic set the errorlevel to WARNING
3134           (fixes #1117001)
3135         * (cloneOptimize) : fixed wrong malloc's size
3136         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3137           facilitate correct handling of #pragma (save|restore)
3138
3139 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3140
3141         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3142
3143 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3144
3145         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3146
3147 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3148
3149         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3150
3151 2005-02-02 Raphael Neider <rneider AT web.de>
3152
3153         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3154         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3155         * (pic16_storeForReturn): fixed to allow returning function pointers
3156         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3157         * device/include/pic16/{stddef.h,stdbool.h}: added
3158
3159 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3160
3161         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3162
3163 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3164
3165         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3166         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3167          appeared to be required
3168
3169 2005-01-31 Borut Razem <borut.razem AT siol.net>
3170
3171         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3172           include/mcs51 and include/z80 directories to the package
3173
3174 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3175
3176         * src/hc08/gen.c (genFunction): fixed bug #1112752
3177
3178 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3179
3180         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3181
3182 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3183
3184         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3185
3186 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3187
3188         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3189
3190 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * device/include/c8051fxxx.h: removed these 6 files
3193         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3194
3195 2005-01-26 Raphael Neider <rneider AT web.de>
3196
3197         * src/pic16/gen.c (genAssign): fixed assignment from longs
3198           in codespace (were cut to three bytes)
3199         * (genDummyRead): implemented (except for CODESPACE...),
3200           fixed bug #1108575
3201         * src/pic16/glue.c (emitStatistics): beautified
3202         * device/lib/pic16/libm/Makefile: added include path
3203
3204 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3205
3206         * src/z80/gen.c (aopPut): fixed bug #1103902
3207
3208 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3209
3210         * device/lib/expf.c: fixed bug #1095792
3211
3212 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3213
3214         * device/lib/pic16/libm: added Math library sources
3215
3216 2005-01-24 Raphael Neider <rneider AT web.de>
3217
3218         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3219           to enable upcast to pCodeOpReg2 (there is no type tag to
3220           differenciate the two and pic16_popGet2p cast into PCOR2)
3221         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3222           (sizeof(sectNames) changed to sizeof(sectName))
3223           Both patches fix segfaults under MinGW.
3224
3225 2005-01-23 Raphael Neider <rneider AT web.de>
3226
3227         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3228           Safe_[mc]?alloc()'ed variables
3229         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3230           of (byte sized) temporaries (assign them to WREG for now)
3231         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3232           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3233           this might fix SIGSEGVs on MinGW...
3234         * src/SDCCopt.c (killDeadCode): restored original behaviour
3235           (volatile operands might get thrown away though)
3236
3237 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3238
3239         * src/pic16/gen.c: fixed bug #1106975,
3240         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3241         pointer update, INTCON is saved, global interrupts are disabled and
3242         restored after updateing TOS.
3243         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3244         * added function attribute 'shadowregs' to take advantage of shadow
3245         registers,
3246         * added function attribute 'wparam' as an alternative to the wparam
3247         pragma,
3248         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3249         user declares a non-ISR function as 'shadowregs',
3250         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3251
3252 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3253
3254         * .version: bumped version number to 2.4.8
3255         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3256         pic16 port,
3257         * device/lib/pic16/libio/i2c/: I2C module support library,
3258         * device/include/pic16/i2c.h: I2C support library header,
3259         * device/lib/pic16/libc/stdio/: standard IO support sources,
3260         * (printf_small.c): printf_small() source, supports float print,
3261         * (printf_tiny.c): printf_tiny() source, does not support floats,
3262         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3263         enable global optimizations for entire library source, other
3264         Makefiles in the source tree are also modified to reflect this,
3265         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3266         function,
3267         * doc/sdccman.lyx: updated to reflect new changes,
3268         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3269         sym->onStack if-case,
3270         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3271         sbit, idata, _idata, xdata, _xdata,
3272         * added pragma library, to link an external library, (see doc),
3273         * removed command line options, --pomit-config-words, --pomit-ivt,
3274         --pleave-reset-vector,
3275         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3276         when calling assembler to reflect memory model used, also define
3277         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3278         reflect stack model used,
3279         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3280         on stack return NULL,
3281
3282 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3283
3284         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3285           of the operands is volatile. Fixes #1020220
3286
3287 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3288
3289         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3290         * (OptimizeRegUsage): make sure that there is really no other flow where
3291           the first pCode is used
3292
3293 2005-01-22 Raphael Neider <rneider AT web.de>
3294
3295         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3296           to fix #1106967 (pCode->seq are not set up correctly)
3297
3298 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3299
3300         * src/SDCCglue.c (glue): make sure code area is declared before the
3301         static initialization area.
3302
3303 2005-01-21 Raphael Neider <rneider AT web.de>
3304
3305         * device/lib/Makefile.in: fixed test for pic16 install dir
3306         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3307           optimizations
3308         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3309           added --optimize-goto compiler switch and pragma wparam documentation
3310         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3311         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3312           and PRODH closing bug #1071770 (peephole optimizer)
3313
3314 2005-01-19 Raphael Neider <rneider AT web.de>
3315
3316         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3317           cmdLine buffers (used when calling sdcpp...) are large enough
3318           (MAX_PATH=256 truncates arguments leading to system halts when
3319           used in MinGW...)
3320         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3321         * (genUminus): rewritten to for efficiency
3322         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3323           used uninitialized in some cases)
3324         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3325           copy the third byte from the int -- now assumes 0x80 (data memory)
3326         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3327           operands (genAddLit expects the iCode's operands to swapped as
3328           well), fixed leftover bytes (crashed for short left operands)
3329         * (pic16_genMinusDec): performance improvements, removed false
3330           PIC14 emitSKPNCs
3331         * (pic16_genMinus): fixed to cope with differently sized operands
3332         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3333           for --obanksel > 1
3334         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3335         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3336           new banksel optimization
3337         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3338           analysis for temporary registers (segfaults...)
3339         * src/pic16/peeph.def: added rule
3340
3341 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3342
3343         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3344         which converts a float number to its ASCII representation
3345         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3346         functions to convert the fractional and integer part of a float to ASCII,
3347         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3348         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3349         ram
3350         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3351         _STATMEM macros,
3352         * device/include/pic16/adc.h: added GPL info,
3353         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3354         a pCodeOp as tested operand,
3355         * (genNearPointerGet): optimized bit testing, does not use
3356         intermediate register for bit value, test directly instead with
3357         BTFSS, BTFSC, works only for single bits,
3358         * (genpic16Code): dump the name of the iCode in the asm,
3359         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3360         renamed to pic16_decodeOp,
3361         * (serialRegAssign): do not allocate a temporary register for iCode
3362         sequences that test a single bit for 1/0
3363
3364 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3365
3366         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3367         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3368         access stack and frame pointers. They are initially assigned to
3369         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3370         accessing SFRs. Updated all occurences of modification of stack or
3371         frame pointer in gen.c and pcode.c,
3372         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3373         assigning of a literal value to pointers,
3374         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3375         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3376         selected
3377
3378 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3379
3380         * doc/sdccman.lyx: update documentation about stack pragma, added
3381         some info for stack memory models
3382
3383 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3384
3385         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3386
3387 2005-01-08 Raphael Neider <rneider AT web.de>
3388
3389         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3390           udata sections to fix bug #1097823
3391
3392 2005-01-05 Raphael Neider <rneider AT web.de>
3393
3394         * src/pic16/gen.c (genGenericShift): added handling of differently
3395           sized left operand and result
3396
3397 2005-01-04 Raphael Neider <rneider AT web.de>
3398
3399         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3400         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3401           to hold the condition bit)
3402         * added new version of genCmp (old code available via #define)
3403         * added new version of genShiftLeft/genShiftRight in a generic
3404           way, now supports shifting by negative values
3405         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3406           shiftCount (expected by genGenericShift)
3407         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3408         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3409           dump
3410         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3411           is an invalid literal too...)
3412
3413 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3414
3415         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3416         from Raphael Neider,
3417         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3418         for 8-bit literals. This fixes some literal operands which are sign
3419         extended to 16-bits ints when instruction needs only 8-bits.
3420
3421 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3422
3423         * device/lib/logf.c: added mcs51 assembly version
3424         * device/lib/expf.c: added mcs51 assembly version
3425         * device/lib/_logexpf.c: new shared asm code for expf and logf
3426         * device/include/math.h: add defines for assembly math library
3427         * device/lib/Makefile.in: build new _logexpf.c
3428         * device/lib/libfloat.lib: use new _logexpf.c
3429
3430 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3431
3432         * src/pic/device.c
3433         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3434           device types which have less than 0x7f registers.
3435
3436 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3437
3438         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3439
3440 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3441
3442         * device/lib/printf_fast.c: only build on supported arch.
3443         * device/lib/printf_tiny.c: only build on supported arch.
3444         * device/lib/printf_fast_f.c: only build if asm float lib
3445         * device/lib/_fsget1arg.c: only build if asm float lib
3446         * device/lib/_fsget2args.c: only build if asm float lib
3447         * device/lib/_fsnormalize.c: only build if asm float lib
3448         * device/lib/_fsreturnval.c: only build if asm float lib
3449         * device/lib/_fsrshift.c: only build if asm float lib
3450         * device/lib/_fsswapargs.c: only build if asm float lib
3451         * device/include/stdio.h: don't provide print_fast,
3452           print_fast_f, print_tiny prototypes if --xstack used
3453
3454 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3455
3456         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3457         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3458           to the SOURCES
3459
3460 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3461
3462         * device/lib/printf_fast_f.c: same as printf_fast, but
3463           with floating point enabled
3464         * device/lib/printf_fast.c: minor tweaks
3465         * device/include/stdio.h: add printf_fast_f
3466
3467 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3468
3469         * src/SDCCmain.c: make --float-reent default for mcs51
3470         * device/lib/_fsadd.c: added mcs51 assembly version
3471         * device/lib/_fssub.c: added mcs51 assembly version
3472         * device/lib/_fsmul.c: added mcs51 assembly version
3473         * device/lib/_fsdiv.c: added mcs51 assembly version
3474         * device/lib/_fseq.c: added mcs51 assembly version
3475         * device/lib/_fsneq.c: added mcs51 assembly version
3476         * device/lib/_fsgt.c: added mcs51 assembly version
3477         * device/lib/_fslt.c: added mcs51 assembly version
3478         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3479         * device/lib/Makefile.in: add _fscmp to build
3480         * device/lib/libfloat.lib: add _fscmp to build
3481
3482 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3483
3484         * device/lib/_fs2slong.c: added mcs51 assembly version
3485         * device/lib/_fs2sint.c: added mcs51 assembly version
3486         * device/lib/_fs2schar.c: added mcs51 assembly version
3487         * device/lib/_fs2ulong.c: added mcs51 assembly version
3488         * device/lib/_fs2uint.c: added mcs51 assembly version
3489         * device/lib/_fs2uchar.c: added mcs51 assembly version
3490         * device/lib/_slong2fs.c: added mcs51 assembly version
3491         * device/lib/_sint2fs.c: added mcs51 assembly version
3492         * device/lib/_schar2fs.c: added mcs51 assembly version
3493         * device/lib/_ulong2fs.c: added mcs51 assembly version
3494         * device/lib/_uint2fs.c: added mcs51 assembly version
3495         * device/lib/_uchar2fs.c: added mcs51 assembly version
3496         * device/include/float.h: added #define to select asm vs c
3497
3498 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3499
3500         * device/lib/printf_fast.c: improvements to float output
3501         * device/include/float.h: add defines for assembly float library
3502         * device/lib/_fsget1arg.c: receive 1 float arg
3503         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3504         * device/lib/_fsnormalize.c: normalize a float
3505         * device/lib/_fsreturnval.c: return float, various helper routines
3506         * device/lib/_fsrshift.c: right shift a float's mantissa
3507         * device/lib/_fsswapargs.c: swap 2 floats
3508         * device/lib/Makefile.in: build these 6 new files for mcs51
3509         * device/lib/libfloat.lib: add these 6 files to the library
3510
3511 2004-12-26 Borut Razem <borut.razem AT siol.net>
3512
3513         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3514           built by gcc 3.4.2
3515
3516 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3517
3518         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3519           and fully reentrant and register bank neutral.
3520         * device/lib/printf_fast.c: added float (not enabled by default),
3521           added compact/slower integer (also not enabled by default),
3522           improved size/speed of fast integer code, other minor changes
3523         * device/include/stdio.h, device/lib/Makefile.in,
3524           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3525
3526 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3527
3528         * src/pic16/pcode.c: declaring variables other than at the start of a
3529           block is not supported in C by VC6.
3530
3531 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3532
3533         * applied a previous patch from Raphael Neider that wasn't included
3534         in the previous commits, which fixes infinite loops within jumptable
3535         improvements,
3536         * made some fixes that previous patches introduced
3537
3538 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3539
3540         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3541         that fixes an issue with AOP_PCODE asmop's offset,
3542         * (pic16_popCopyReg): update instance field too,
3543         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3544         function of pic port,
3545         * (genCmp, genAnd, genAssign),
3546         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3547
3548 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3549
3550         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3551         variables initial values to idata section,
3552         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3553         variables in some functions. This utilizes parmBytes field of iCode
3554         structure to hold the offset of the variable in stack. (might be
3555         able to use the stack field too?)
3556         * applied patch from Raphael Neider # ### , # ###
3557         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3558         variable initial values in idata section,
3559         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3560         for static variables with initial value
3561         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3562         applied fix in while loop from Raphael Neider.
3563
3564 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3565
3566         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3567         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3568         * src/ds390/ralloc.c (serialRegAssign): spill bits
3569         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3570         * support/Util/SDCCerr.c,
3571         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3572         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3573         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3574
3575 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3576
3577         * device/include/sdcc-lib.h: inserted LGPL, added includes
3578           asm/ds390/features.h and asm/mcs51/features.h
3579         * device/include/asm/default/features.h,
3580         * device/include/asm/gbz80/features.h,
3581         * device/include/asm/z80/features.h: added empty _AUTOMEM
3582           and _STATMEM
3583         * device/include/asm/ds390/features.h,
3584         * device/include/asm/mcs51/features.h: added files with defines for
3585           _AUTOMEM and _STATMEM indicating automatic and static storage class
3586         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3587         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3588         * src/SDCCicode.c (geniCodeCast),
3589         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3590         * src/SDCCloop.c (loopInduction): removed unused variable lr
3591         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3592           to convertToFcall to include char modulo (RFE 1065037), added check
3593           if left operand is unsigned and use abs of literal value
3594         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3595           as it doesn't work after conversion from peephole.def to peephole.rul
3596         * src/mcs51/gen.c (toBoolean): added check for size,
3597           (genModOneByte): optimized code for signed char modulo a literal
3598           power of 2 (thanks to Hubert Sack),
3599           (genRRC): removed unnecessary "clr c",
3600           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3601         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3602           jump optimization,
3603           swapped rules 256.c and 256.d,
3604           extended 256.d by using new multiple checks (thanks Erik),
3605           added rules 256.e and 256.f,
3606           updated rule 261.a and 261.b to new generated code
3607         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3608
3609 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3610
3611         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3612           induction related bugs, including first part of bug #1074377
3613
3614 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3615
3616         * applied patch from bug-report #1076292,
3617         * applied patches for genAnd and Goto-optimizations for Raphael
3618         Neider,
3619         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3620         dump a less iCode information,
3621         * src/pic16/device.h (pic16_options_t): added field debgen,
3622         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3623         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3624         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3625         puclic,
3626         * (various functions): added macros FENTRY and FENTRY2 to functions,
3627         to emit function prologue,
3628         * (various functions): fixed indentation,
3629         * (genNearPointerGet): fixed loading of FSR0,
3630         * (genPackBits): applied patch from Raphael Neider to fix updating
3631         of FSR0 and touching only the modified bits,
3632         * src/pic16/genarith.c (various functions): added macros FENTRY to
3633         emit function prologue in comments,
3634         * src/pic16/pcode.h: added functions debugf2, debugf3,
3635         * src/pic16/ralloc.c: partial fix for packForPush caused
3636         segmentation fault,
3637
3638 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3639
3640         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3641           <stsp AT users.sourceforge.net> with reversed byte order
3642         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3643
3644 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3645
3646         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3647           bug #1074377
3648         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3649         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3650
3651 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3652
3653         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3654
3655 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3658           conditions,
3659           (setFromConditionArgs): friendly operand parser for peephole rules,
3660           (operandBaseName, operandsNotRelated): new peephole condition
3661           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3662           architecture specific register naming into account, handles n-way
3663           comparisons, and supports quoted literals
3664         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3665
3666 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3667
3668         * src/mcs51/peeph.def: fixed bug #1076940
3669
3670 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3671
3672         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3673
3674 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3675
3676         Adding support for replacing ljmps with sjmps in jumptables
3677         generated for switch statements. For now you need to set the
3678         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3679         Now 4 algorithms for mcs51 jumptable generation are used:
3680         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3681         addresses loaded pc-relative for up to 112 cases and stack-pushing
3682         target addresses loaded with offset from dptr for up to 256 cases.
3683
3684         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3685         * src/mcs51/main.c: adapted constants for switch table generation
3686         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3687
3688 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3689
3690         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3691         * support/regression/tests/bug1057979.c: added test for bug 1073386
3692
3693 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3694
3695         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3696         compilers
3697
3698 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3699
3700         * src/pic16/device.h,
3701         * src/pic16/genarith.c,
3702         * src/pic16/glue.c,
3703         * src/pic16/main.c,
3704         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3705
3706 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3707
3708         Large cummulative patch for pic16 port.
3709         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3710         to call when a stack overflow occurs,
3711         * (malloc.h): added CVS Id tag,
3712         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3713         variable,
3714         * added libc directory. The current version of LibC contains string
3715         functions, ctype functions and macros and some functions of the
3716         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3717         be extensively tested in the future. Standard disclaimer here.
3718         Library is not automatically build yet. But one can build it by
3719         invoking 'make' inside the libc directory.
3720         * added ADC library under libio. Preliminary version yet.
3721
3722         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3723         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3724         aopForRemat() now and not by pic16_aopOp(),
3725         * (pic16_popGetTempReg): removed warning messgae when allocating
3726         temporary registers, its a buggy feature and will be removed,
3727         * (pic16_popGet): set register instance field in AOP_CRY,
3728         * (pic16_outBitC): fixed for results in size greater than 1,
3729         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3730         * (pic16_storeForReturn): optimized return of 0,
3731         * (genCmp): experimental code for new genCmp which uses PIC18's
3732         special compare&skip instructions. Initial tests fail some times
3733         with variables grater than 1 byte in size, so new code is disabled,
3734         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3735         a single bit,
3736         * (genCast): began a fix to optimize the casting of a bit to another
3737         bit, now assigning a bitfield to another bitfield will fail, sorry,
3738         * src/pic16/main.c: disabled the use of lr-support feature,
3739         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3740         * added some function prototypes, added function _debugf prototype,
3741         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3742         bits with offset (case PO_GPR_BIT),
3743         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3744         command line,
3745         * (isBankInstruction): modified to return 0 for no banking instruction,
3746         and 1 for banking instruction,
3747         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3748         caused stop processing pCodes after a inline assembly block,
3749         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3750         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3751         registers when it shouldn't,
3752         * src/pic16/ralloc.c (allocReg): add preliminary support for
3753         supporting a limited set of temporary registers,
3754
3755 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3756
3757         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3758           genDataPointerSet): ensure assignments always copy in MSB to LSB
3759           order,
3760           (loadRegFromAop): recognize CLRH optimization,
3761           (genFunction): optimize RECEIVE iCodes in reentrant functions
3762
3763 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3764
3765         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3766           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3767           selected.
3768         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3769         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3770           contiguous with data
3771
3772 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3773
3774         * device/lib/_gptrget.c (_gptrget),
3775         * device/lib/_gptrgetc.c (_gptrgetc),
3776         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3777           instead of sjmp to ret
3778         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3779           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3780
3781 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3782
3783         * .version: bumped version to 2.4.7
3784         * device/lib/_gptrget.c (_gptrget): is now _naked
3785         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3786         * device/lib/_gptrput.c (_gptrput): is now _naked
3787         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3788           (createFunction): fixed xstack
3789         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3790         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3791           or bit either,
3792           (geniCodeCritical): store original interrupt state in an iTemp bit
3793           var unless stack-auto
3794         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3795         * src/SDCCmain.c (setIncludePath): added include/target to search path
3796         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3797         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3798           prototype,
3799           (processFuncArgs): put bit vars in bit area
3800         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3801           unsaveRBank): fixed xstack,
3802           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3803           (genFunction, genEndFunction): fixed xstack,
3804           (genAssign): optimization don't walk backwards through mem
3805         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3806         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3807         * support/regression/Makefile: also make library (for stack-auto) when
3808           making "all" and added "test-mcs51-xstack-auto"
3809         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3810         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3811         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3812         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3813         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3814           make-library by MAKE_LIBRARY
3815         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3816           regression tests for xstack
3817         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3818         * support/regression/tests/critical.c: test for critical on mcs51
3819
3820 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3821
3822         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3823           built version of sdcc instead of installed version
3824
3825 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3826
3827         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3828         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3829           vprintf.c now
3830         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3831         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3832           WARNING: remove device/lib/build/z80/printf.o by hand when
3833           updating from previous build!
3834         * device/lib/z80/printf.c: updated comment
3835         * support/regression/tests/bug1057979.c: test all ports now
3836         * support/regression/tests/bug1065458.c: file added
3837
3838 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3839
3840         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3841           *_start and *_end symbols for static functions
3842
3843 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3844
3845         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3846           and search crt0.o in all library paths,
3847           (setIncludePath): proper handling of --nostdinc,
3848           (setLibPath): proper handling of --nostdlib
3849         * support/regression/Makefile,
3850         * support/regression/ports/ds390/spec.mk,
3851         * support/regression/ports/gbz80/spec.mk,
3852         * support/regression/ports/hc08/spec.mk,
3853         * support/regression/ports/mcs51/spec.mk,
3854         * support/regression/ports/mcs51-large/spec.mk,
3855         * support/regression/ports/mcs51-stack-auto/spec.mk,
3856         * support/regression/ports/z80/spec.mk: use include and lib files from
3857           built version of sdcc instead of installed version
3858         * doc/sdccman.lyx: fixed typo in --nostdinc
3859
3860 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3861
3862         * src/pic/pcode.c,
3863         * src/pic/device.c,
3864         * src/pic/ralloc.c,
3865         * src/pic/gen.c : added support to generate code for struct bit fields.
3866
3867 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3868
3869         * as/xa51/xa_version.h,
3870         * device/include/errno.h,
3871         * device/include/regc515c.h,
3872         * device/lib/_itoa.c,
3873         * device/lib/_ltoa.c,
3874         * device/lib/ser_ir_cts_rts.c,
3875         * sim/ucsim/xa.src/glob.cc,
3876         * sim/ucsim/xa.src/inst_gen.cc,
3877         * sim/ucsim/xa.src/xa_bit.cc,
3878         * sim/ucsim/xa.src/xa_sfr.cc,
3879         * sim/ucsim/z80.src/inst_dd.cc,
3880         * sim/ucsim/z80.src/inst_fdcb.cc,
3881         * support/scripts/keil2sdcc.pl,
3882         * src/pic16/pic16.dsp,
3883         * src/pic16/pic16a.dsp: corrected cvs line endings
3884         * device/lib/printf_large.c: fixed bug 1057979
3885         * src/pic16/gen.c: fixed non-C standard code
3886         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3887         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3888         * support/regression/ports/mcs51/support.c: reload T1 asap
3889         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3890           pdata use and clear idata startup behaviour
3891         * support/regression/tests/bug1057979.c: added
3892
3893 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3894
3895         * device/examples/ds390/ow390/ad26.h,
3896         * device/examples/ds390/ow390/cnt1d.h,
3897         * device/examples/ds390/ow390/crcutil.c,
3898         * device/examples/ds390/ow390/ownet.h,
3899         * device/examples/ds390/ow390/owsesu.c,
3900         * device/examples/ds390/ow390/swt12.h,
3901         * device/examples/ds390/ow390/swtoper.c,
3902         * device/examples/ds390/ow390/temp10.h,
3903         * device/examples/ds390/ow390/thermodl.c,
3904         * device/examples/ds390/tinitalk/tinitalk.dsp,
3905         * device/examples/ds390/tinitalk/tinitalk.dsw,
3906         * device/examples/mcs51/clock/hw.h,
3907         * device/examples/mcs51/simple2/go.bat,
3908         * device/examples/serialcomm/windows/serial.h,
3909         * device/examples/xa51/dummy.c,
3910         * device/examples/xa51/hello.c,
3911         * device/include/80c51xa.h,
3912         * device/include/at89x051.h: corrected cvs line endings
3913
3914 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3915
3916         * src/pic16/main.c (options): added command line --gstack, to trace
3917         stack over/under flows,
3918         * added pragma 'wparam' to allow passing first byte of function
3919         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3920         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3921         call to __gstack_test function and sets up the symbol as extern,
3922         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3923         * popaop): added call to pic16_testStackOverflow,
3924         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3925         wparamList list,
3926         * (genCall, genPcall): now all parameters are passed via stack
3927         except in functions that are pass to wparam pragma in which WREG is
3928         used too,
3929         * (genPcall): REENTRANT flag is checked to see if variable prototype
3930         contains reentrant keyword, don't call a non-reentrant function, via
3931         a reentrant function pointer or vice versa, functions are never
3932         passed via WREG,
3933         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3934         D.Winkler,
3935         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3936         SIGSEGV when accessing a NULL register stucture,
3937         * (pic16_printGPointerType): modified to handle UPPER modifier for
3938         function initializers, changed prototype of function to simpler one,
3939         * (pic16_printIvalFuncPtr): check to see if function is already
3940         added in externs list,
3941         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3942         optimized a move from W to SFR with a move to the same register
3943         later after a CALL,
3944         * device/lib/pic16/debug: NEW directory, contains debug features
3945         which are enabled when linking with libdebug.lib, currently command
3946         line option --gstack enables stack pointer tracing for over/under
3947         flow, corresponding sources are in debug/gstack
3948
3949 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3950
3951         * doc/sdccman.lyx: updated SDCC version,
3952         * (PIC16 port): update list of command line options,
3953         * src/pic16/device.h (structure pic16_options_t): added field gstack
3954         to enable stack overflow tracing on push/pops,
3955         * src/pic16/device.c (statistics structure): added statistics
3956         structure,
3957         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3958         pic16_dump_int_registers): increase statistics counters for each
3959         * variable which is encountered
3960         * (pic16_dump_usection): emit each .udata variable to its own udata
3961         section,
3962         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3963         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3964         parameters via stack, otherwise use old scheme,
3965         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3966         assembler output file,
3967         * src/pic16/main.c: added command line options --gstack to enable
3968         push/pop tracing for stack overflow,
3969         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3970         instructions): added size of each instruction,
3971         * (pic16_countInstruction): estimate size of instructions in
3972         the_pFile list, inline assembly blocks are not counted,
3973         * (pic16_FixRegisterBanking): trace previous register usage, when
3974         banksel optimizations is greater than 0, don't emit a redudant
3975         banksel directive,
3976
3977 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3978
3979         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3980         * src/pic16/ralloc.c : applied same fix for pic16.
3981         * src/pic/gen.c : tidied it up a little.
3982
3983 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3984
3985         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3986         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3987
3988 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3989
3990         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3991
3992 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3993
3994         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3995         non-reentrant function __modsint in the interrupt function (thus
3996         corrupting math operations during serial I/O)
3997         * device/lib/ser_ir.c: as above, changed buffersize
3998         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3999         256.c,d for zeroing
4000         * doc/Makefile: added option -t for rsync
4001
4002 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4003
4004         * src/SDCCast.h (struct ast),
4005         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4006
4007 2004-10-20 Borut Razem <borut.razem AT siol.net>
4008
4009         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4010         package
4011
4012 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4013
4014         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4015         makefile targets,
4016         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4017         support functions to replace long sequences of MOVFF's from access
4018         bank registers to stack and vice versa,
4019         * src/pic16/device.h: added new field opt_flags, where optimization
4020         flags can be set to enable certain features,
4021         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4022         * pBlock, (genFunction, genEndFunction): surroung loop for
4023         saving/loading used registers in stack with PC_INFO pCodes,
4024         INF_LREGS. Code in between can then be optimized by pCode optimizer
4025         to support function calls,
4026         * (genDataPointerSet): fixed bug which loaded float fields in
4027         structures with corrupt data,
4028         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4029         in a standard way debug info on stderr. Feature used for developing
4030         and debugging only,
4031         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4032         obsolete chunks of code,
4033         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4034         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4035         * pic16/src/pcode.c (pic16_newpCodeInfo,
4036         * (pic16_newpCodeOpLocalRegs),
4037         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4038         feature,
4039         * (pic16_pCodeConstString): printing of the initial value of a
4040         symbol as a comment is inhibited since parsing was already done by
4041         copyStr and output is corrupt,
4042         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4043
4044 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4045
4046         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4047
4048 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4049
4050         * as/mcs51/lkarea.c: removed old K&R style,
4051           (lnksect): changed check on boundary error,
4052           (lnksect2): changed check on boundary error,
4053           (lnksect2): extend XSTK to end of page if size = 1
4054         * as/mcs51/lkmain.c: removed old K&R style,
4055           (Areas51): create l_IRAM symbol
4056         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4057         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4058           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4059         * device/lib/_mullong.c: added version to be compiled with xstack
4060         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4061         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4062         * device/lib/mcs51/crtxstack.asm: fixed comment
4063         * src/SDCCglue.c: maxInterrupts defaults to 0,
4064           (emitMaps): added pdata,
4065           (createInterruptVect): (re)moved default,
4066           (glue): added pdata,
4067           (glue): moved __start__xstack to XSTK with default size 1
4068         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4069           and options.float_rent when options.stackAuto is set,
4070           (linkEdit): only write XDATA_NAME if provided on command line
4071         * src/SDCCmem.h,
4072         * src/SDCCmem.c: added pdata
4073         * src/port.h: added pdata_name to PORT
4074         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4075           (saveRegisters, unsaveRegisters): removed usage of B,
4076           (genMinus): fixed accumulator clash,
4077           (genJumpTab): added comment, this needs another look
4078         * src/mcs51/gen.c: added check for "B in use" paranoia,
4079           added pushB() and popB()
4080         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4081           chance
4082         * src/avr/main.c,
4083         * src/ds390/main.c,
4084         * src/hc08/main.c,
4085         * src/mcs51/main.c,
4086         * src/pic/main.c,
4087         * src/pic16/main.c,
4088         * src/xa51/main.c,
4089         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4090           added PSEG (PAG,XDATA) or NULL to port specifier
4091         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4092         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4093           (_mcs51_genInitStartup): removed __start__xstack equ,
4094           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4095         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4096         * src/z80/gen.c (_rleAppend): fixed warnings
4097         * support/regression/tests/zeropad.c: added pdata test
4098         * .version: bumped to 2.4.6
4099
4100 2004-10-17 Borut Razem <borut.razem AT siol.net>
4101
4102         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4103         as a part of nightly build
4104
4105 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4106
4107         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4108         WREG holds the first byte function parameters,
4109         * (aopForSym): take special case for symbols which are in FARSPACE
4110         but in CODESPACE too,
4111         * (assignResultValue): modified to take into account _G.useWreg,
4112         * (genCall): don't use wreg for parameter passing when function is
4113         declared as reentrant, too, added optimization INCF to stack
4114         pointer when stack parameter count is 1,
4115         * (genFunction, genEndFunction): refurnished and fixed to not using
4116         wreg for passing parameters when function has varargs or is
4117         reentrant, fixed bug with symbol name compare for generating
4118         functions in absolute address,
4119         * (pic16_storeForReturn): refurnished,
4120         * (genCmp): began writing a new version of the function, not ready
4121         yet, therefore it is disabled,
4122         * (genAssign): do not read code memory when assigning a function to
4123         a pointer function,
4124         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4125         array of characters, not pointer,
4126         * (pic16initialComments): in debug mode emit an .ident directive for
4127         the assembler,
4128         * (_process_pragma): emit a new warning type (internal to pic16)
4129         when setting stack to default length, emit a similar warning when
4130         placing a function at absolute address and address is not word aligned
4131         * (_pic16_parseOptions): added 'return TRUE' statement,
4132         * (_pic16_linkEdit): if compiling a source, then add the source's
4133         file object, first in the list of objects to link,
4134
4135 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4136
4137         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4138         * src/pic/main.c : removed VC warning.
4139         * src/pic/gen.c : changed comment.
4140
4141 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4142
4143         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4144         reference to a deprecated symbol _GPTRREG was causing failure to
4145         link. Thanks G. M. Gallant for the info.
4146
4147 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4148
4149         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4150         comments for Bugs item #954788.
4151
4152 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4153
4154         * src/pic16/device.c (pic16_dump_gsection,
4155         * pic16_groupRegistersInSection): handle symbols declared to be in
4156         access bank differently,
4157         * src/pic16/gen.c (struct _G): added field resDirect,
4158         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4159         send values read from stack directly to result and don't allocate
4160         temporary values,
4161         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4162         same registers,
4163         * (pic16_sameRegsOfs): NEW,
4164         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4165         free because they were not allocated from temporary pool,
4166         * pic16_popRegFromString): workaround to fix a problem with
4167         allocating variables twice or never,
4168         * (genGenPointerGet): using PRODL instead of FSR0H,
4169         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4170         instead of FSR0H,
4171         * (genAssign): take advantage of the _G.resDirect flag,
4172         * (genCast): around line 11844, use mov2f instead of directly
4173         MOVFF'ing between operands to account for literal values,
4174         * src/pic16/genutils.c: some new debug functions for gpsim have been
4175         added,
4176         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4177         float with integer part only,
4178         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4179         place variables in access bank
4180         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4181         updated sources to reflect recent changes in gen.c
4182
4183 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4184
4185         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4186         sources that searched for headers in installation path, now the
4187         device/include/pic16 is used,
4188         * src/pic16/glue.c (pic16glue),
4189         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4190         .line directives if not in debug mode, this suppresses assembler's
4191         warnings for ignored directives
4192
4193 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/port.h: made reset_regparms prototype void parameter explicit.
4196         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4197         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4198         * doc/sdccman.lyx: documented warning disabling and how to use
4199           printf_large to make it print floats.
4200         * device/include/stdbool.h: NEW
4201         * device/lib/_atof.c,
4202         * device/lib/_divuint.c,
4203         * device/lib/_divulong.c,
4204         * device/lib/expf.c,
4205         * device/lib/printf_large.c,
4206         * device/lib/sincosf.c,
4207         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4208         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4209           a completely reentrant lib.
4210
4211 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4212
4213         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4214         * device/include/pic16/stdio.h: fixed bug with colon
4215
4216 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4217
4218         * device/include/pic16/stdio.h,
4219         * device/include/pic16/stdlib.h,
4220         * device/include/pic16/math.h: NEW
4221         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4222         declared as _naked to reduce overhead
4223         * device/lib/Makefile.in (target port-specific-objects-pic16):
4224         changed * to *.* so to ignore the CVS directory,
4225         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4226         stacked variables back in stack,
4227         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4228         corruption
4229
4230 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4231
4232         * .version: bumped version number to 2.4.5
4233         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4234         * support/Util/SDCCerr.c (messages structure): added entry for
4235         W_POSSBUG2
4236
4237         Large cumulative patch for pic16 port and libraries.
4238         * device/include/pic16/sdcc-lib.h,
4239         * device/include/pic16/stdarg.h,
4240         * device/include/asm/pic16/features.h,
4241         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4242         * device/include/pic16/float.h: changes reentrant keyword with
4243         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4244         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4245         updated target build-libraries to include objects from gptr,
4246         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4247         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4248         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4249         all function headings,
4250         * src/SDCCmain.c: added global parameter userIncDirsSet,
4251         * (parseCmdLine): when option -I is encountered add directory to
4252         userIncDirsSet too,
4253         * src/version.awk: added space between control and long,
4254         * src/pic16/NOTES: added some notes for the port,
4255         * src/pic16/gen.c: added prototype for mov2fp function,
4256         * (fReturnpic16[]): properly named return value registers,
4257         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4258         * (aopForSym): added code to handle symbols with onStack flag set,
4259         symbols onStack are allocated PTRSIZE bytes,
4260         * (aopFreeAsmop): handles special case where asmops are stack objects,
4261         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4262         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4263         added argument lock to trace flaws in allocating temporary registers
4264         when developing port,
4265         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4266         * (pic16_popRegFromString): reenabled allocating a direct register
4267         from string,
4268         * (assignResultValue): various beautifications,
4269         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4270         referenced function argument,
4271         * (genIpush): reenabled to allow stacked arguments, handles only
4272         ic->parmPush iCodes,
4273         * (genCall, genPcall): major changes to allow for variable argument
4274         functions, fixed a bug with falsely restoring stack pointer after
4275         returning from call,
4276         * (genFunction): pending code for critical function,
4277         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4278         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4279         * (genNearPointerGet): fixed bug with indirect reading, was always
4280         reading from INDF0
4281         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4282         pointers,
4283         * (genAddrOf): rewrote code to take address of a stacked function parameter
4284         * (genCast): fixed casting to generic pointer type,
4285         * src/pic16/gen.h: added AOP_STA,
4286         * (struct asmop): added field stk,
4287         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4288         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4289         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4290         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4291         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4292         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4293         generic pointers,
4294         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4295         and library paths,
4296         * (pic16_port structure): generic pointer size is set to 3,
4297         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4298         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4299         compiler warning,
4300         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4301         operand is an iTemp,
4302
4303 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4304
4305         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4306         * debugger/mcs51/simi.c: addapt new syntax of s51
4307
4308 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4309
4310         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4311         * src/pic16/pcode.c: commented out some calls to free() in order to
4312         fix bug #989576,
4313
4314 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4315
4316         * src/SDCCicode.h,
4317         * src/SDCCicode.c (isiCodeInFunctionCall),
4318         * src/avr/ralloc.c (selectSpil),
4319         * src/pic/ralloc.c (selectSpil),
4320         * src/pic16/ralloc.c (selectSpil),
4321         * src/ds390/ralloc.c (selectSpil),
4322         * src/hc08/ralloc.c (selectSpil),
4323         * src/xa51/ralloc.c (selectSpil),
4324         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4325         stack in the middle of a function call sequence (fixes bug #1020268)
4326         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4327         costs associated with the minimum switch case.
4328
4329 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4330
4331         * src/SDCC.lex: fixed bug #1030549
4332
4333 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4334
4335         * src/SDCCcse.h (struct cseDef),
4336         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4337         over a function call if the CSE is derived from a symbol whose
4338         address has been taken (fixes bug #1029883)
4339         * support/regression/tests/bug-1029883: a new regression test for
4340         this bug
4341
4342 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4343
4344         * src/hc08/gen.c (emitinline): fixed bug #1029778
4345         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4346         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4347         and starts toward RFE #905167)
4348
4349 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4350
4351         * src/pic16/gen.c (mov2f): New function to move an operand to
4352         another without considering if it is a literal or a register,
4353         * (pic16_sameRegs): don't check if they are both AOP_REG,
4354         * (AccRsh): removed andmask=0 lines,
4355         * (genLeftShift): duplicated to be improved in future versions,
4356         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4357         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4358         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4359         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4360         * (insertBankSwitch): fixed inserting banksel directives algorithm
4361         for instructions that follow a skip instruction, this fixes a report
4362         for broken subtraction code generation,
4363         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4364         iCode is a left op, just in case result and right share the same
4365         registers
4366
4367 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4368
4369         * src/hc08/main.c,
4370         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4371         preservation of HX
4372         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4373         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4374         on 2004-09-12; it was buggy
4375
4376 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4377
4378         * src/SDCCsymt.h: removed RESULT_CHECK
4379         * src/SDCCast.c,
4380         * src/SDCCglue.c,
4381         * src/SDCCval.c,
4382         * src/pic/glue.c,
4383         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4384
4385 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4386
4387         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4388         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4389         configuration values no more rejected by compiler, they are assigned
4390         to configuration registers with a warning message instead,
4391         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4392         the for-loop so last conf register is emitted too,
4393         * (_pic16_initPaths): link library libsdcc.lib by default,
4394         * (_hasNativeMulFor): modified test for multiplication according to
4395         Raphael Neider's remarks. Integer multiplication is also done with
4396         support functions,
4397         * device/include/pic16/pic18fregs.h: corrected type error in while
4398         testing and including 18f6720 header file
4399
4400 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4401
4402         * src/pic16/device.h (pic16_options): removed field use_crt,
4403         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4404         until an optimization to handle single bits is added,
4405         * (pic16_loadFSR0): moved before genUnpackBits,
4406         * (genAnd): some white lines removed,
4407         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4408         leave_reset flags in pic16_options when using crt modules,
4409
4410 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4411
4412         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4413           for bugs 898889 & 979599. Also used some safer print instructions.
4414
4415 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4416
4417         * src/pic16/device.h (pic16_options_t): added field use_crt,
4418         crt_name, no_crt,
4419         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4420         catch a probable future bug,
4421         * src/pic16/gen.c: aopIdx function commented out,
4422         * (genAssign): commented out old code which used aopIdx,
4423         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4424         code, added if conditionals to take into account the --use-crt
4425         command line options,
4426         * src/pic16/main.c (pic16_optionsTable): added new command line
4427         options, --use-crt= and --no-crt,
4428         * (_pic16_linkEdit): now the proper crt object is added in the
4429         linker command line except than when --no-crt is specified,
4430         * src/pic16/pcode.c,
4431         * src/pic16/pcode.h: added some structures and functions for a new
4432         optimization scheme to compansate for instruction overhead between
4433         same iCodes, this scheme is currently under development and is not
4434         working in any way,
4435         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4436         to && operator,
4437         * device/lib/pic16/startup/crt0i.c,
4438         * device/lib/pic16/startup/crt0iz.c: added global char variable
4439         __uflags to force the generation of an idata section
4440
4441 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4442
4443         * doc/Makefile,
4444         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4445         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4446
4447 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4450         Frieder) and clarified the default code optimization mode
4451
4452 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4453
4454         * src/SDCC.lex (doPragma, process_pragma),
4455         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4456         "opt_code_size", and "opt_code_balanced"
4457         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4458         regrouped options by category, added support for category headers
4459         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4460         and "--opt-code-size"
4461         * doc/sdccman.lyx: documented these new options and pragmas
4462         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4463         preference into account
4464
4465 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4466
4467         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4468           geniCodePreDec): Fixed bug 904237 by generating a warning
4469         * src/SDCCerr.h,
4470         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4471
4472 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4473
4474         * src/pic/device.c : When no max ram set validate full memory range.
4475         * src/pic/pcode.c,
4476         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4477
4478 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4479
4480         * device/lib/_gptrget.c,
4481         * device/lib/_gptrput.c: updated comment
4482         * device/lib/calloc.c,
4483         * device/lib/free.c,
4484         * device/lib/malloc.c,
4485         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4486         * src/SDCCcse.c (cseBBlock),
4487         * src/SDCCicode.c (printOperand, geniCodeArray),
4488         * src/SDCCicode.h (struct operand): fixed bug 868103
4489         * support/regression/tests/bug-868103.c: added
4490         * src/SDCCast.c (searchLitOp),
4491         * src/SDCCcse.h (struct cseDef),
4492         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4493         * src/SDCCicode.h (struct operand),
4494         * src/SDCCsymt.h (struct sym_link),
4495         * src/avr/gen.c (hasInc),
4496         * src/ds390/gen.c (hasInc),
4497         * src/hc08/gen.c (genPlusIncr, hasInc),
4498         * src/mcs51/gen.c (hasInc),
4499         * src/pic16/glue.c (pic16_printIvalChar),
4500         * src/pic16/ralloc.c (regWithIdx),
4501         * src/xa51/gen.c (hasInc) : removed warnings
4502         * src/SDCCast.c (createBlock): added comment ???
4503         * src/hc08/ralloc.c: updated comments
4504
4505 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4506
4507         * doc/sdccman.lyx: updated section on switch statements, added
4508         section about semaphore locking
4509         * doc/Makefile: added option -info for latex2html
4510         * device/lib/_gptrget.c,
4511         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4512
4513 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4514
4515         * src/pic/device.h,
4516         * src/pic/device.c,
4517         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4518          maxram is less than 0x100.
4519
4520 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4521
4522         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4523
4524 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4525
4526         * src/port.h,
4527         * src/mcs51/main.c,
4528         * src/ds390/main.c,
4529         * src/z80/main.c,
4530         * src/hc08/main.c,
4531         * src/pic/main.c,
4532         * src/pic16/main.c,
4533         * src/avr/main.c,
4534         * src/xa51/main.c
4535         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4536         a jump table is the best form for a switch statement, including
4537         automatic insertion of missing cases to make the case range
4538         continuous. Developed in collaboration with Frieder Ferlemann.
4539
4540 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4543         accumulator result if it needs sign extension
4544
4545 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4546
4547         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4548
4549 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4550
4551         * device/lib/gbz80/printf.c,
4552         * device/lib/z80/printf.c: removed define for NULL
4553
4554 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4555
4556         * as/xa51/xa_link.c,
4557         * device/examples/ds390/ow390/ad26.c,
4558         * device/examples/ds390/ow390/cnt1d.c,
4559         * device/examples/ds390/ow390/counter.c,
4560         * device/examples/ds390/ow390/ds2480.h,
4561         * device/examples/ds390/ow390/ds2480ut.c,
4562         * device/examples/ds390/ow390/findtype.c,
4563         * device/examples/ds390/ow390/gethumd.c,
4564         * device/examples/ds390/ow390/owllu.c,
4565         * device/examples/ds390/ow390/ownetu.c,
4566         * device/examples/ds390/ow390/swt12.c,
4567         * device/examples/ds390/ow390/swtloop.c,
4568         * device/examples/ds390/ow390/temp.c,
4569         * device/examples/ds390/ow390/temp10.c,
4570         * device/examples/ds390/ow390/thermo21.c,
4571         * device/examples/ds390/ow390/tinilnk.c,
4572         * device/examples/ds390/ow390/tstfind.c,
4573         * device/examples/serialcomm/windows/serial.cpp,
4574         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4575         * device/include/reg51.h: fixed line endings for cvs
4576
4577 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4578
4579         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4580         packRegsForAccUse, packRegisters): new accumulator register
4581         packing algorithm
4582         * support/regression/ports/hc08/support.c (_putchar): suppress
4583         warning of unused variable
4584         * src/SDCCicode.c: added SWAP entry to codeTable
4585
4586 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4587
4588         * device/lib/sprintf.c: forgot to add this file before previous commit
4589
4590 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4591
4592         * src/pic16/gen.c (genPackBits): added operand right in function
4593         parameters, load result directly if p_type is POINTER (that is
4594         called by genNearPointerSet)
4595         * (genUnPackBits): added operand left in function parameters,
4596         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4597         FSR0 if accessing bitfields,
4598
4599 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4600
4601         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4602           _print_format; updated printf, sprintf, vsprintf
4603         * device/include/asm/default/features.h: corrected comment/define
4604         * device/lib/Makefile.in: added sprintf.c
4605         * device/lib/libsdcc.lib: added sprintf module
4606         * device/lib/printf_large.c,
4607         * device/lib/vprintf.c,
4608         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4609           into these 3 files
4610         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4611         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4612         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4613           hc08 test
4614         * support/regression/tests/zeropad.c: define idata as data for hc08
4615
4616 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4617
4618         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4619         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4620         labels are referenced at least once (even if a reference is not found)
4621         * src/hc08/gen.c (emitcode): set isComment flag for comments
4622         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4623         loads), rules 6a..6b (optimize jumps to return)
4624
4625 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4626
4627         * device/lib/acosf.c (acosf),
4628         * device/lib/asinf.c (asinf),
4629         * device/lib/atanf.c (atanf),
4630         * device/lib/ceilf.c (ceilf),
4631         * device/lib/cosf.c (cosf),
4632         * device/lib/coshf.c (coshf),
4633         * device/lib/cotf.c (cotf),
4634         * device/lib/fabsf.c (fabsf),
4635         * device/lib/floorf.c (floorf),
4636         * device/lib/log10f.c (log10f),
4637         * device/lib/logf.c (logf),
4638         * device/lib/sinf.c (sinf),
4639         * device/lib/sinhf.c (sinhf),
4640         * device/lib/sqrtf.c (sqrtf),
4641         * device/lib/tanf.c (tanf),
4642         * device/lib/tanhf.c (tanhf),
4643         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4644         replaced all instances of "reentrant" in the library functions
4645         defined in math.h with this macro.
4646         * support/regression/tests/float_trans.c: reenabled test for hc08
4647
4648 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4649
4650         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4651         erroneously deleted
4652
4653 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4654
4655         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4656         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4657         multi-byte volatile operands are used
4658         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4659         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4660         initialization to area GSINIT0 so that it would always precede
4661         any static initializers in GSINIT
4662         * support/regression/tests/zeropad.c: fixed idata define for hc08
4663         * support/regression/tests/bug-927659.c,
4664         * support/regression/tests/float_trans.c: disabled tests for hc08
4665         pending missing library routines
4666         * .version: increased version number to 2.4.4 - hc08 port now passes
4667         regression tests
4668
4669
4670 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4671
4672         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4673         * Makefile.common.in,
4674         * as/Makefile,
4675         * as/hc08/Makefile.in,
4676         * as/mcs51/Makefile.in,
4677         * as/z80/Makefile.in,
4678         * debugger/mcs51/Makefile.in,
4679         * device/include/Makefile.in,
4680         * device/lib/Makefile.in,
4681         * doc/Makefile,
4682         * link/Makefile,
4683         * link/z80/Makefile.in,
4684         * packihx/Makefile.in,
4685         * sim/ucsim/main_in.mk,
4686         * sim/ucsim/avr.src/Makefile.in,
4687         * sim/ucsim/doc/Makefile.in,
4688         * sim/ucsim/gui.src/serio.src/Makefile.in,
4689         * sim/ucsim/hc08.src/Makefile.in,
4690         * sim/ucsim/s51.src/Makefile.in,
4691         * sim/ucsim/xa.src/Makefile.in,
4692         * sim/ucsim/z80.src/Makefile.in,
4693         * src/Makefile.in,
4694         * support/cpp2/Makefile.in,
4695         * support/librarian/Makefile,
4696         * support/makebin/Makefile: added DESTDIR to the install path proposed
4697         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4698         * doc/sdccman.lyx: added DESTDIR documentation
4699
4700 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4701
4702         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4703         instruction for interrupt handlers, use fast returns when returning
4704         from high priority interrupts
4705
4706 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4707
4708         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4709         code generation
4710         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4711         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4712         bugs, ported much of Bernhard's code from mcs51
4713         * src/mcs51/gen.c (genSend),
4714         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4715         than one when calling a reentrant function
4716         * device/lib/_mullong.c: defined an alternate struct layout for big
4717         endian ports (hc08)
4718
4719 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4720
4721         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4722         test
4723
4724 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4725
4726         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4727         are sane and complete before asking the port its prefered parameter
4728         passing method (fixes bug #1017633)
4729         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4730         and _ret3
4731
4732 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4733
4734         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4735         problem in bitfields >= 8 bits.
4736
4737 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4738
4739         * src/SDCCsymt.c: undid changes that were not meant to be committed
4740
4741 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4742
4743         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4744
4745 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4746
4747         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4748           copied and wrong bit got inverted
4749
4750 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4751
4752         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4753         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4754         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4755         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4756         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4757         assignments to bitfields at known addresses
4758         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4759         reads from bitfields at known addresses
4760         * src/hc08/ralloc.c (packRegisters),
4761         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4762         genhc08Code): optimize pointer get values used as conditionals
4763         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4764         and branch
4765
4766 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4767
4768         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4769         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4770         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4771         as conditionals
4772
4773 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4774
4775         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4776
4777 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4778
4779         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4780         related problems
4781
4782 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4783
4784         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4785
4786 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4789         mcs51 port
4790
4791 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4792
4793         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4794
4795 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4796
4797         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4798         cases use more compact code.
4799
4800 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4801
4802         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4803
4804 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4805
4806         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4807
4808 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4809
4810         * src/SDCCsymt.h,
4811         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4812         parameter of changePointer() from symbol* to sym_link*
4813         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4814         * src/SDCCsymt.c (compareType): void* type is castable to other
4815         pointers, but not necesarily an exact match.
4816         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4817         is no longer blindly treated as an exact match.
4818         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4819
4820 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4821
4822         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4823
4824 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4825
4826         * src/pic/gen.c,
4827         * src/pic/pcode.c,
4828         * src/pic/ralloc.h,
4829         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4830
4831 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4832
4833         * src/pic/device.c,
4834         * src/pic/device.h,
4835         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4836
4837 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4838
4839         * src/mcs51/gen.c (emitcode): fixed bug #992819
4840
4841 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4842
4843         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4844           there's no need to make it worse
4845
4846 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4847
4848         * src/mcs51/ralloc.c (deassignLR),
4849         * src/ds390/ralloc.c (deassignLR),
4850         * src/hc08/ralloc.c (deassignLR),
4851         * src/z80/ralloc.c (deassignLR),
4852         * src/pic/ralloc.c (deassignLR),
4853         * src/pic16/ralloc.c (deassignLR),
4854         * src/avr/ralloc.c (deassignLR),
4855         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4856         rlivePoint): fixed another part of bug #971834
4857
4858 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4859
4860         * src/z80/main.c: enabled "critical" keyword
4861         * src/z80/mappings.i,
4862         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4863         functions (fixes bug #979646)
4864         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4865
4866 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4867
4868         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4869           such as c:\mydir.
4870
4871 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4872
4873         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4874           doesn't disable too much optimizations
4875
4876 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4877
4878         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4879
4880 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4881
4882         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4883
4884 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4885
4886         * src/pic/gen.c tidied up tabs
4887         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4888         * src/pic/main.c tidied up tabs
4889         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4890         * src/pic/pcoderegs.c tidied up tabs
4891         * src/pic/ralloc.c tidied up tabs
4892
4893 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4894
4895         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4896         to S_FIXED for pic16 port and when symbol is not in level 0,
4897         allocate for S_REGISTER storage class and pic16 port, too,
4898         * src/pic16/device.h: prototype for checkSym,
4899         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4900         * (pic16_assignConfigWordValue): test the value and the mask to
4901         validate that the value is suitable for the configuration word,
4902         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4903         collect extern declared symbols, don't emit symbol twice, check
4904         first if symbol is in publics set first,
4905         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4906         * added command line '--fstack' which enables an experimental
4907         feature for stack access, too buggy to be used yet...
4908         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4909         * (pic16_allocDirReg): when register has storage class S_REGISTER
4910         allocate in pic16_dynAccessRegs,
4911         * device/include/pic16/pic18f????.h: modified configuration word
4912         naming convention, words started as CONFIG0H but should be CONFIG1H
4913
4914 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4915
4916         * device/include/mcs51reg.h: fixed bug 970993
4917
4918 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4919
4920         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4921         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4922         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4923         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4924         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4925         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4926           error/warning numbers,
4927           added function setWarningDisabled()
4928         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4929         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4930           _memcmp.c _memmove.c calloc.c realloc.c free.c
4931         * support/regression/tests/malloc.c: added tests for new functionality
4932         * support/regression/tests/zeropad.c: added tests for truncated initializers
4933           and initialized char arrays starting with '\x0'
4934         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4935
4936 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4937
4938         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4939
4940 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4941
4942         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4943         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4944         peephole 177.e. Thanks to anonymous
4945
4946 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4947
4948         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4949         function isn't used in the source but referenced as a
4950         variable initializer then declare it as extern in .asm file
4951
4952 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4953
4954         * .version: increased version number to 2.4.3
4955
4956         Adding version extension according to ChangeLog CVS revision
4957         * src/Makefile.in (target all): added dependency 'version.h'
4958         * (rule version.h): added rule to create version.h from ChangeLog,
4959         * (rule dep): added dependency version.h,
4960         * src/version.awk: AWK script to create version.h
4961         * src/SDCCdwarf2.c (dwWriteModule),
4962         * src/SDCCglue.c (initialComments),
4963         * src/SDCCmain.c (printVersionInfo): modified to write after
4964         version string the version extension number,
4965         * src/SDCCutil.c: included "version.h"
4966         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4967         number,
4968         * src/SDCCutil.h: added prototype for getBuildNumber
4969
4970         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4971         includeDirsSet, too,
4972         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4973         const char [] is found in function prototype...
4974
4975         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4976         moving to WREG with source is already in WREG,
4977         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4978         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4979         * (aopForSym): stack'ed symbols are partially supported, added
4980         if-clause to support symbols in FARSPACE,
4981         * (sameRegs): added test for AOP_ACC to see if registers are same,
4982         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4983         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4984         * (pic16_popRegFromString): will not allocate a new register if it
4985         doesn't find one by name, bug may have introduced...
4986         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4987         * (genIpush): revived to use pic16 port's stack,
4988         * (genAddrOf): added incomplete case for stack'ed operand,
4989         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4990         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4991         can handle multibyte operands,
4992         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4993         * (pic16initialComments): added message for MPLAB compatibility
4994         mode enabled,
4995         * src/pic16/main.h: prototype for pic16_mplab_comp,
4996         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4997         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4998         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4999         because of increased complexity of procedure,
5000         * (_process_pragma): stack pragma changed to format 'stack pos len',
5001         emit symbol '_stack_end' to conform with gplink,
5002         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5003         to search for register,
5004         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5005         PO_GPR_REGISTER,
5006         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5007         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5008         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5009         case for PO_GPR_REGISTER,
5010         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5011         dies, the new era is ahead !...
5012         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5013         pic16_dynInternalRegs,
5014         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5015         * (pic16_allocDirReg): minor optimizations and bug fixes,
5016         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5017
5018         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5019         load stack and frame pointer with address of 'stack_end' symbol
5020
5021 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5022
5023         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5024         without source code but only variable initializers
5025
5026 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5027
5028         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5029         external are not declared as extern to reduce overhead while linking
5030
5031 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5032
5033         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5034
5035 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5036
5037         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5038           Yee Keat for the patch
5039         * src/SDCCast.c (decorateType): fixed bug #979599
5040         * src/ds390/gen.h: removed local fReturnSizeDS390
5041         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5042         * src/ds390/gen.c (genAnd, genOr, genXor),
5043         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5044
5045 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5046
5047         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5048         add relFilesSet to $3, manipulate $2 to handle linking of object
5049         files without source files in command line,
5050         * device/include/pic16 (all headers): added ID location macros,
5051         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5052         entries for ID location bytes,
5053         * (pic16_assignIdByteValue): NEW,
5054         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5055         added field dumpcalltree to pic16_options_t,
5056         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5057         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5058         emitting rFalseIfx label after check_carry label,
5059         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5060         pic16_emitDIRegs), NEW
5061         * (pic16glue): dump .calltree file when option --calltree found,
5062         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5063         * (_pic16_genAssemblerPreamble): emit ID locations after
5064         configuration registers,
5065         * (pic16_linkCmd): modifications of the link command,
5066         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5067         * (pic16_pCodeInitRegisters): don't init stack registers,
5068         * (pic16_findPrevInstruction): fixed bug,
5069         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5070         bug with immediate registers,
5071         * (buildCallTree): traces stack push and pop,
5072         * (pct2): dump also stack usage for each function,
5073         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5074         * (pic16_allocDirReg): various modifications,
5075         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5076         fixed to 1,
5077
5078 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5079
5080         * src/pic16/pcode.c: removed buggy double colon
5081
5082 2004-07-01 Borut Razem <borut.razem AT siol.net>
5083
5084         * support/scripts/sdcc.nsi: added include/pic16 to setup
5085
5086 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5087
5088         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5089         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5090         target 'clean',
5091         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5092         specific command line arguments. Also added sample lkr script
5093         for placing a variable at a specific memory bank.
5094         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5095         at a specific memory bank,
5096         * (pic16_dump_isection): fixed bug which caused string literals to
5097         be omitted when dumping idata section,
5098         * (pic16_groupRegistersInSection): added code to handle registers
5099         in specific memory banks,
5100         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5101         public, all references are renamed too,
5102         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5103         AOP_DPTR2,
5104         * (pic16_storeForReturn): added case to handle when dest is WREG,
5105         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5106         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5107         pic16_rel_udata, check to see if that register is marked as being
5108         a member of a specific memory bank,
5109         * (pic16_printIvalCharPtr): added code to add string literals either
5110         to code or the idata sections,
5111         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5112         also accept the 'udata' pragma,
5113         * src/pic16/main.h: new structure types sectName and sectSym
5114         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5115         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5116         * (pic16_findPrevInstruction): fixed, it returned nothing,
5117         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5118         instruction combinations,
5119         * (pic16_FixRegisterBanking): heavily reorganised,
5120         * (pic16_AnalyzeBanking): if generating banksel directives is
5121         disabled, then don't call FixRegisterBanking at all,
5122         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5123         completely removed,
5124         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5125
5126 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5127
5128         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5129         Phuah Yee Keat <yk.phuah AT nestac.com>
5130
5131 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5132
5133         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5134         correctly the IVT even if it is relocated to some other location
5135
5136 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5137
5138         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5139         * device/include/pic16/pic18f2220.h: NEW,
5140         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5141         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5142         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5143         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5144         nodefaultlibs, ivt_loc is the location of the interrupt vector
5145         table, and nodefaultlibs signs that default libraries should not be
5146         linked in link stage,
5147         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5148         according to --ivt-loc argument,
5149         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5150         when pragma stack is found,
5151
5152 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5153
5154         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5155         256 (range check), 257 (do while), 258.a-f (bit banging
5156         f.e. on 3-wire SPI bus)
5157
5158 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5159
5160         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5161         variables used exclusively within a loop
5162
5163 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5164
5165         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5166
5167 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5168
5169         * src/SDCClrange.c (computeClash): fixed bug #971834
5170
5171 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5172
5173         * src/mcs51/gen.c (genCmp): fixed bug #975903
5174         * src/hc08/gen.c (operandsEqu),
5175         * src/ds390/gen.c (operandsEqu),
5176         * src/z80/gen.c (operandsEqu),
5177         * src/pic/gen.c (operandsEqu),
5178         * src/pic16/gen.c (operandsEqu),
5179         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5180         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5181
5182 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5183
5184         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5185
5186 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5187
5188         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5189         default case in switch statement,
5190         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5191         to eliminate problem with initialisation of pointers, but problem
5192         still exists,
5193         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5194         * (emitStaticSegment): removed various lines emitting debug info,
5195         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5196         added processor registers for utilizing EEPROM,
5197         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5198         configurable and set 8
5199
5200 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5201
5202         * .version: increased version number to 2.4.2,
5203
5204         Cumulative patch for pic16 port
5205         * src/pic16/device.c: changed scheme to dump initial values for
5206         variables in idata segment, all print_idata* functions were removed,
5207         now the pic16_printIval* will be called,
5208         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5209         * _pic16_printPointerType, pic16_printPointerType,
5210         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5211         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5212         NEW, similar to the respective functions in SDCCglue.c,
5213         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5214         way, emitting hex bytes,
5215         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5216
5217 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5218
5219         * src/avr/ralloc.c (serialRegAssign),
5220         * src/xa51/ralloc.c (serialRegAssign),
5221         * src/pic/ralloc.c (serialRegAssign),
5222         * src/pic16/ralloc.c (serialRegAssign),
5223         * src/hc08/ralloc.c (serialRegAssign),
5224         * src/z80/ralloc.c (serialRegAssign),
5225         * src/ds390/ralloc.c (serialRegAssign),
5226         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5227
5228 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5229
5230         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5231         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5232
5233 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5234
5235         Cumulative patch for pic16 port:
5236         * src/pic16/device.h (typedef PIC16_device) modified fields for
5237         defining microcontrollers,
5238         * src/pic16/device.c: added new info for all devices in Pics16 array,
5239         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5240         to be optimised out by the pCode optimiser,
5241         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5242         specially, bug reported by G.M. Gallant,
5243         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5244         as force'd so that cannot be optimised out by pCode optimiser,
5245         * src/pic16/pcode.c,
5246         * src/pic16/pcodepeeph.c,
5247         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5248         they are disabled by default, but can be enabled explicit with
5249         command argument --denable-peeps, for testing,
5250         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5251         --pomit-ivt in COMPILE_FLAGS
5252
5253 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5254
5255         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5256           compilation on MSVC
5257
5258 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5259
5260         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5261
5262 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5263
5264         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5265         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5266
5267 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5270         would only assign 0x300001 register.
5271
5272 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5273
5274         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5275         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5276
5277 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5278
5279         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5280         for ds80c400
5281         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5282         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5283         added peephole 254 (left shift), 255 (jump table)
5284
5285 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5286
5287         * device/lib/Makefile.in: removed comment line with model-pic16,
5288         * (target port-specific-objects-pic16): the libraries and objects
5289         are copied to the build directory form the device/lib/pic16/bin
5290         directory
5291
5292         Cumulative patch concerning pic16 port:
5293         * library directory has been re-organized,
5294         * added support for PIC18F1220,
5295         * added headers and library sources for chips 18f1220,18f6520,
5296         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5297
5298         * configuration registers setting has changed, now each supported
5299         device has a complete description of the registers it uses,
5300         * all initialisations are moved to idata sections, these section
5301         can be absolute or relocatable,
5302         * fixed initialisation of codespace variables,
5303         * fixed warning about PCLATU and gpsim,
5304         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5305         * (genAssign): use table reads when assigning from variables in codespace,
5306         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5307         char/int variables placed in codespace,
5308         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5309         registers set in .asm file, no need for --pomit-config-words anymore,
5310         * (pic16glue): some 8051 legacy segments are commented out
5311         (to be removed completely),
5312         * added support for alternative assembler and linker with --asm=
5313         and --link= command line arguments,
5314         * peepholes are disabled automatically in the port, no need to
5315         specify on command line,
5316         * port supports natively char/int/long multiplication, but converts
5317         all divisions to support functions,
5318         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5319         to the file set in variable $2,
5320         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5321         strings in ASCII format and not in hex,
5322         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5323         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5324         allocate proper register if iCodes aren't temporary,
5325
5326 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5327
5328         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5329
5330 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5331
5332         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5333         is commented out
5334
5335 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5338         computed address is reused
5339         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5340         multi-byte bitfields
5341
5342 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5343
5344         * src/z80/gen.c: (genArrayInit): must check for pointers too
5345
5346 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5347
5348         * support/regression/tests/zeropad.c: never meant to commit the
5349           nestedstruct test: removed, added check for GCC version
5350
5351 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5352
5353         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5354         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5355         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5356           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5357           bugs 928906 and 954082 half-empty initializers
5358         * src/SDCCsymt.h,
5359         * src/SDCCsymt.c (getAllocSize): added for above fix
5360         * src/z80/gen.c (genArrayInit): fixed bug 741044
5361         * support/regression/tests/zeropad.c: added tests
5362
5363 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5364
5365         * src/pic16/device.c (pic16_dump_section): corrected bug which
5366         caused some symbols of the libraries to be misplaced
5367
5368 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5369
5370         * src/pic16/glue.c,
5371         * src/pic16/ralloc.h,
5372         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5373         to fix conflict with pic port
5374
5375 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5376
5377         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5378         externs configuration variables,
5379         * src/pic16/ralloc.h,
5380         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5381         prototype in header, commented out some debug messages
5382
5383 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5384
5385         * src/pic16/glue.c,
5386         * src/pic16/main.c,
5387         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5388         for gpasm COFF object generation. Thanks to D. Hawkins for
5389         his patch info
5390
5391 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5392
5393         * src/ds390/main.c,
5394         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5395         Brock for spotting this)
5396         * src/ds390/gen.c (genEndFunction),
5397         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5398         interrupt handler and critical. Disable push/pop optimizations when
5399         peephole optimizations disabled.
5400
5401 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5402
5403         Updated pic16 library sources and headers.
5404         * device/lib/pic16/pic18f*/ ,
5405         * device/include/pic16/*.h: modified to handle structured SFR
5406         definitions
5407
5408 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5409
5410         * src/port.h (PORT structure): added hook initPaths, now each
5411         port can declare its own default search paths,
5412         which can been seen with the --print-search-dirs option,
5413         see pic16 port for example,
5414         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5415         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5416         * (doPrintSearchDirs): NEW, replaces in a central manner the
5417         printing of search dirs which was split in set*Paths functions,
5418         * (main): added call to port->initPaths and doPrintSearchDirs,
5419         * src/avr/main.c,
5420         * src/ds390/main.c,
5421         * src/hc08/main.c,
5422         * src/izt/i186.c,
5423         * src/izt/tlcs900h.c,
5424         * src/mcs51/main.c,
5425         * src/pic/main.c,
5426         * src/pic16/main.c: modified port structures to reflect addition of
5427         initPaths hook,
5428
5429         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5430         * (pic16_dump_section): for registers in same address reserve memory once,
5431         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5432         to no_banksel,
5433         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5434         result is greater in size than right or left,
5435         * (pic16_genUMult8X8_8): there are some cases where the result can
5436         be 16 bits size, so handle these,
5437         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5438         * (pic16_outBitC): modified to emit pcodes,
5439         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5440         or not,
5441         * (genDivOneByte): implemented algorithm to divide 8-bits,
5442         * (genCmp): uncommented goto, but issues still exist,
5443         * (genAnd): fixed a bug with variables >8bits,
5444         * (genPackBits): optimization added that uses BCF/BSF to change a
5445         single bit,
5446         * (genAssign): fixed bug when assigning floating point literals,
5447         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5448         __sdcc_gsinit_startup label,
5449         * src/pic16/main.c (_pic16_init): removed search directory
5450         initialisations,
5451         * (_pic16_initPaths): NEW, used to initialise search directories,
5452         * (_hasNativeMulFor): support functions for all except char/int
5453         multiplication, and char division,
5454         * (PIC16_port struct): modified entry for native mul support,
5455         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5456         no_banksel option,
5457         * (buildCallTree): call to register_usage is ifdef'ed out,
5458
5459 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5460
5461         * device/include/string.h: applied Stas Sergeev's patch to make this
5462         header file compatible with the preprocessor -Wundef option
5463         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5464         failure (fixes bug #941458)
5465
5466 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5469         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5470         that the variable, not the function, should be static
5471         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5472         to be consistent with non-literal case
5473
5474 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/SDCCast.c (isConformingBody): fixed bug #949967
5477         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5478         convilong): fixed bug #952086
5479
5480 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5481
5482         * src/SDCCmem.c (allocVariables): fixed bug #955321
5483
5484 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5485
5486         * src/hc08/main.c (_hc08_genAssemblerEnd),
5487         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5488         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5489         completely eliminated the use of a temporary file
5490         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5491         when more than one file linked
5492         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5493
5494 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5495
5496         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5497         which fixes bug #543481
5498         * support/regression/tests/bug-751703.c: fixed comments left from a
5499         cut and paste error
5500         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5501         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5502         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5503         scopes
5504         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5505         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5506         are now changed to underscores in moduleName
5507
5508 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5509
5510         * as/mcs51/lkmem.c: better fix for bug #954173
5511
5512 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5513         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5514
5515         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5516         * device/include/c8051f000.h,
5517         * device/include/c8051f120.h,
5518         * device/include/c8051f300.h,
5519         * device/include/c8051f310.h,
5520         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5521         PWM16) and detab'ed
5522
5523 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5524
5525         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5526         and mailing lists, doc'ed --no-peep-comments, removed reference
5527         to knoppix (newest version has no LyX/LaTeX), other minor changes
5528         * src/SDCCglue.c (glue): save 2 bytes stack space with
5529         option --main-return. The ljmp could probably be avoided too
5530
5531 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5532
5533         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5534
5535 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5536
5537         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5538         * src/SDCCopt.c (isLocalWithoutDef),
5539         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5540         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5541         (credit to Maarten Brock for patch #949363, on which this is based)
5542         * support/regression/tests/bug-751703.c: some test cases of extern used
5543         within inner scopes.
5544
5545 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5548         SPEC_STRUCT
5549         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5550         struct definitions
5551         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5552         dwWriteLabel): fix to create valid debugger symbols even when
5553         the module name has non-alphanumeric symbols in it
5554         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5555         when a variable's allocation has been optimized away
5556
5557
5558 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5559
5560         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5561         * src/hc08/main.c,
5562         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5563         * src/mcs51/main.c,
5564         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5565         * src/ds390/main.c,
5566         * src/z80/gen.c (z80_emitDebuggerSymbol),
5567         * src/z80/main.c,
5568         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5569         * src/pic/main.c,
5570         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5571         * src/pic16/main.c,
5572         * src/avr/gen.c (avr_emitDebuggerSymbol),
5573         * src/avr/main.c,
5574         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5575         * src/xa51/main.c,
5576         * src/SDCCdebug.c (emitDebuggerSymbol),
5577         * src/SDCCdebug.h,
5578         * src/port.h: added a debugger struct to the port struct. Added a
5579         callback for defining debugger symbols
5580
5581         * src/SDCCast.c (createLabel),
5582         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5583         with isitmp = 1
5584         * src/SDCCicode.h,
5585         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5586         iCode back to the ast for the function
5587
5588         * src/hc08/ralloc.c (hc08_assignRegisters),
5589         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5590         unneeded fields from the regs struct.
5591         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5592         pushReg() & pullReg() functions instead of emitcode()
5593
5594         * src/hc08/gen.c (genLabel, genhc08Code),
5595         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5596
5597         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5598         debugger hooks
5599
5600         * src/hc08/gen.c (genEndFunction, genhc08Code),
5601         * src/hc08/gen.h,
5602         * src/mcs51/gen.c (genEndFunction, gen51Code),
5603         * src/mcs51/gen.h,
5604         * src/ds390/gen.c (genEndFunction, gen390Code),
5605         * src/ds390/gen.h,
5606         * src/z80/gen.c (genEndFunction, genZ80Code),
5607         * src/z80/gen.h,
5608         * src/z80/z80.h,
5609         * src/pic/gen.c (genEndFunction, genpic14Code),
5610         * src/pic/gen.h,
5611         * src/pic16/gen.c (genEndFunction, genpic16Code),
5612         * src/pic16/gen.h,
5613         * src/avr/gen.c (genEndFunction, genAVRCode),
5614         * src/avr/gen.h,
5615         * src/xa51/gen.c (genEndFunction, genXA51Code),
5616         * src/xa51/gen.h,
5617         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5618         specific code to cdbFile.c and out of the backend code generators
5619
5620         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5621         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5622         starting address is now 0
5623
5624         * as/hc08/asm.h,
5625         * as/hc08/m08pst.c,
5626         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5627         assembler directive for DWARF support
5628         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5629
5630         * src/src.dsp,
5631         * src/Makefile.in,
5632         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5633
5634 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5635
5636         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5637         and inappropriate peephole optimization in jump tables
5638
5639 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5640
5641         * as/hc08/m08pst.c,
5642         * src/SDCCglue.c: sdccopt works for the hc08 port now
5643
5644 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5645
5646         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5647
5648 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5649
5650         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5651
5652 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5653
5654         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5655         rules
5656         * src/SDCCmain.c,
5657         * src/SDCCglobl.h,
5658         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5659         comments from the peephole optimizer replacement rules
5660         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5661         symbols
5662         * src/SDCCcse.c (updateSpillLocation),
5663         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5664         equivalents
5665         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5666         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5667         objects far pointers
5668
5669 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5670
5671         * src/SDCCsymt.h: a missing part of my last change
5672         * src/pic/ralloc.c (regTypeNum),
5673         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5674
5675 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5676
5677         * src/SDCCicode.h,
5678         * src/SDCCicode.c (aggrToPtrDclType),
5679         * src/SDCCptropt.h,
5680         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5681         ptrPseudoSymConvert),
5682         * src/pic/ralloc.c (regTypeNum),
5683         * src/pic16/ralloc.c (regTypeNum),
5684         * src/hc08/ralloc.c (regTypeNum),
5685         * src/ds390/ralloc.c (regTypeNum),
5686         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5687         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5688
5689 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5690
5691         * link/z80/lkmain.c (afile),
5692         * as/hc08/lkmain.c (afile),
5693         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5694         prevent a pointer problem when a filename has no directory and
5695         no extension specified.
5696
5697 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * link/z80/lkmain.c (afile): allow periods in directory names
5700         * link/z80/lkmain.c (afile),
5701         * as/mcs51/lkmain.c (afile),
5702         * as/hc08/lkmain.c (afile): allow linker script file to have an
5703         extension other than ".lnk"
5704         * link/z80/lklex.c (getfid),
5705         * link/z80/lkmain.c (parse),
5706         * as/mcs51/lklex.c (getfid),
5707         * as/mcs51/lkmain.c (parse),
5708         * as/hc08/lklex.c (getfid),
5709         * as/hc08/lkmain.c (parse): Support comments in the linker script
5710         file on lines by themselves and after filenames
5711
5712 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5713
5714         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5715
5716 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/z80/peeph-z80.def: removed some peephole rules that don't
5719         work with multibyte arithmetic (fixed bug #937126)
5720         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5721         to registers and not global variables
5722         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5723         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5724         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5725         checking for assignments not internally generated (fixed bug #931895)
5726         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5727         structure member (fixed bug #930072)
5728
5729 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * src/SDCCmain.c (linkEdit),
5732         * src/hc08/main.c (_hc08_parseOptions),
5733         * as/hc08/Makefile.in,
5734         * as/hc08/aslink.h,
5735         * as/hc08/asm.h,
5736         * as/hc08/m08pst.c,
5737         * as/hc08/lkrloc.c (relr, rele),
5738         * as/hc08/lkarea.c (lnkarea)
5739         * as/hc08/lkmain.c (afile, parse),
5740         * as/hc08/lkelf.c: support for ELF output
5741         * as/hc08/lks19.c (s19),
5742         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5743
5744 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5745
5746         * as/mcs51/lkihx.c: Fixed bug #899105.
5747
5748 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5749
5750         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5751         .dsp files from Unix to DOS.
5752
5753 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5754
5755         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5756         function pointers; we have been compliant for several months now.
5757         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5758         change that was accidently commented out
5759         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5760         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5761         bug #922319
5762
5763 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5764
5765         * src/hc08/gen.c: output of all of the internal debugging information
5766         is now controlled by the D() macro; it is disabled by default
5767
5768 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5769
5770         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5771         harder to keep the same registers during a CAST iCode
5772         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5773         long via int can be done in a single cast, if the signedness is
5774         correct.
5775         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5776         putchar() in tinibios.c in ds390's library
5777
5778 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5779
5780         * src/SDCCast.c (decorateType): fixed bug #898889,
5781         cast result of a literal complement too
5782         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5783         fixed check for bitfields
5784
5785 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5786
5787         * src/SDCCicode.c (geniCodeLogic): made it static,
5788         (geniCodeLogicAndOr): added in order to fix bug #905492,
5789         (ast2iCode): fixed bug #905492
5790         * support/regression/tests/bug-905492.c: added
5791         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5792         (processParms): fixed bug #927659: don't copy parms, this will clear
5793         decorated flag
5794         * support/regression/tests/bug-927659.c: added
5795
5796 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * src/SDCCast.c (addCast): don't cast float to char
5799         * device/lib/libsdcc.lib: added _memmove
5800
5801 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5802
5803         * device/lib/large/Makefile: fixed parallel execution by
5804         replacing `make` by `$(MAKE)`
5805
5806 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5807
5808         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5809         offsets (fixes bug #923936)
5810
5811 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5812
5813         * device/lib/small/Makefile: fixed parallel execution by
5814         replacing `make` by `$(MAKE)`
5815
5816 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5817
5818         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5819
5820 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5821
5822         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5823         * src/regression/Makefile: Regression test was not running.
5824
5825 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5826
5827         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5828         complement if possible
5829         * src/SDCCval.c (valComplement),
5830         * src/SDCCicode.c (operandOperation): fixed complement of literal
5831         * support/regression/tests/onebyte.c (testComplement): added
5832
5833 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5834
5835         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5836         return an optimized tree; actually replace actParm with the new tree
5837         * src/SDCCast.h: added some parantheses to remove side effects
5838         * support/regression/tests/bug-920866.c
5839
5840 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5841         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5842         Bit operands were not being handled properly in the pic14 port.
5843         (now src/regression/add.c passes again).
5844
5845 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5846
5847         * src/SDCC.y (labeled_statement): case and default no longer require
5848         a following statement (RFE #893037)
5849
5850 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5851
5852         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5853         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5854         disabled (fixes bug #916294)
5855         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5856         "mov a,acc"; patch provided by Lenny Story
5857         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5858
5859 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860
5861         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5862         functions
5863         * src/ds390/gen.c (genFunction, genEndFunction),
5864         * src/ds390/ralloc.c (ds390_assignRegisters),
5865         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5866         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5867         pushed if there are parameters passed on the stack. Also, a cleaner
5868         way to decide if r0/r1 should be pushed/popped. (Together they fix
5869         bug #918693)
5870
5871 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * doc/sdccman.lyx,
5874         * device/lib/mcs51/crtpagesfr.asm,
5875         * device/lib/mcs51/crtxinit.asm,
5876         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5877         to avoid confusion with Si Lab's SFRPAGE register.
5878
5879 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * src/SDCCglue.c (emitMaps): allow public sfr variables
5882         * src/SDCCglue.c (initialComments): include compiler build date
5883         with compiler version and put the timestamp of the generated
5884         assembly file on a serperate line to be less confusing.
5885         * src/port.h: added genInitStartup hook
5886         * src/avr/main.c,
5887         * src/ds390/main.c,
5888         * src/hc08/main.c,
5889         * src/pic/main.c,
5890         * src/pic16/main.c,
5891         * src/xa51/main.c,
5892         * src/z80/main.c: genInitStartup initialize as NULL (default to
5893         historical behaviour)
5894         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5895         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5896         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5897         library instead of hard coding it into the compiler.
5898         * support/regression/ports/mcs51-stack-auto/spec.mk,
5899         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5900         * device/lib/mcs51/Makefile,
5901         * device/lib/small/Makefile,
5902         * device/lib/large/Makefile,
5903         * device/lib/mcs51/crtpagesfr.asm,
5904         * device/lib/mcs51/crtstart.asm,
5905         * device/lib/mcs51/crtxclear.asm,
5906         * device/lib/mcs51/crtxinit.asm,
5907         * device/lib/mcs51/crtclear.asm,
5908         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5909         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5910         and into user configurable files.
5911         * device/lib/clean.mk: clean mcs51 directory too
5912         * support/regression/tests/longlit.c: added static to T1 declaration
5913         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5914         accesses in the initialization code
5915
5916 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5917
5918         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5919         OSCTRIMVAL as noted in bug #916008
5920
5921 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5924         in loops with multiple exits (reported as incorrect registers
5925         used by Martin Helmling in Sdcc-user list)
5926
5927 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5928
5929         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5930         made ds390 register extensions look less like error messages
5931
5932 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5933
5934         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5935         reported by Adam Wozniak in Sdcc-user list
5936
5937 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5938
5939         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5940         arithmetic optimizations, added debug output
5941
5942 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5943
5944         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5945         * sdcc.spec: updated and split sdcc into 3 rpms
5946         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5947         needed for literals of LEFT_OP and '+'
5948         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5949         introduced RESULT_TYPE_NOPROM
5950         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5951         left shift
5952         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5953         limited promotion to int only for '*'
5954         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5955
5956 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5957
5958         * src/pic16/gen.c (genSkip),
5959         (genc16bit2lit), (gencjneshort): commented out
5960         (is_LitOp): new helper function, checks operand type
5961         (genCmpEq): rewritten
5962
5963 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5964
5965         * support/regression/tests/bug-908454.c: added
5966
5967 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5968
5969         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5970         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5971         (geniCodeCast): cosmetic, don't preserve bit storage class
5972         (geniCodeLeftShift): added promotion
5973         (geniCodeLogic): fixed regression
5974         * src/SDCCsymt.c (computeTypeOr): accept bits too
5975         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5976
5977 2004-03-07  Borut Razem <borut.razem AT siol.net>
5978
5979         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5980
5981 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5982
5983         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5984         version of pic16_genPackRegisters which does not check if ic is a
5985         CAST operator,
5986         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5987         function cause string1.c regression test fails
5988
5989 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5990
5991         * sim/ucsim/configure.in,
5992         * sim/ucsim/configure,
5993         * sim/ucsim/doc/Makefile.in: use docdir
5994         * src/SDCC.y: fixed sbit atrributes
5995         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5996         * src/SDCCast.c (decorateType): |^& need special promotion handling
5997         * src/SDCCast.h,
5998         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5999         * src/SDCCsymt.h (computeType),
6000         * src/SDCCicode.c: computeType() needs op
6001         * src/SDCCsymt.c (checkTypeSanity),
6002         * doc/sddman.lyx: "plain" bitfields are unsigned
6003         * src/SDCCsymt.c (computeTypeOr): added
6004         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6005         |^& ops
6006         * src/SDCCval.c (val*): computeType() needs op
6007         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6008         * support/regression/tests/onebyte.c: added tests for |^&
6009
6010 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6011
6012         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6013         for writing icode into asm output.
6014
6015 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6016
6017         * src/pic16/device.c: added some debug lines enabled
6018         with macro DEBUG_CHECK,
6019         * src/pic16/genarith.c: more debug in genPlus,
6020         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6021         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6022         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6023         * (aopForSym): onStack symbols are re-placed in data memspace,
6024         and onStack flag is cleared,
6025         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6026         copy temporary pcodeop,
6027         * (genPcall): added warning for not updating PCLATU,
6028         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6029         always true for pic16 port,
6030         * (genMultOneWord): NEW, supports integer multiplication,
6031         * (genMult): modified to call genMultOneWord,
6032         * (ifxForOp): added warning when return NULL,
6033         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6034         flag is set before call to operandFromSymbol for implicit
6035         added structures,
6036         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6037         options.intlong_rent are set by default,
6038         * (_hasNativeMulFor): modified to allow port generation of integer
6039         multiplication,
6040         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6041         set regtype to REG_SFR for all registers, restricting seting the
6042         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6043
6044 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6045
6046         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6047         more than 500 times in the regression tests
6048
6049 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6050
6051         * support/Util/SDCCerr.h,
6052         * support/Util/SDCCerr.c,
6053         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6054         enumerator_list),
6055         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6056         for symbol conflicts.
6057         * support/valdiags/tests/enum.c,
6058         * support/valdiags/tests/tentdecl.c,
6059         * support/valdiags/tests/struct.c: expect possible error messages
6060         referring to original symbol definitions.
6061         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6062         * src/SDCCsymt.h,
6063         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6064
6065 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6066
6067         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6068
6069 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6070
6071         * src/pic16/ralloc.c (newReg): fixed bug #908929
6072
6073 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6074
6075         * src/ds390/gen.c: added missing #include "main.h"
6076
6077 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6078
6079         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6080         checking if symbol is already in set,
6081         * src/pic16/device.h: prototype for checkAddSym,
6082         * src/pic16/gen.c: (_G): added entry interruptvector,
6083         * (assignResultValue): removed some commented out lines,
6084         * (genFunction): check for ISR via sym->type, absolute section for
6085         interrupt code is created via a new pBlock, the goto instruction is
6086         placed now correctly at the interrupt vector position, changed all
6087         references from ivec to _G.interruptvector,
6088         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6089         is the interrupt is a high priority one, same for return from ISR,
6090         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6091         externs to calls of checkAddSym,
6092         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6093         pic16_pcode_verbose flag is set,
6094         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6095         * src/pic16/pcoderegs.c: message about how many registers are saved
6096         will only be emitted if pic16_pcode_verbose flag is set,
6097
6098 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6099
6100         * src/ds390/ralloc.h,
6101         * src/ds390/ralloc.c (ds390_regWithIdx),
6102         * src/ds390/gen.c (emitcode),
6103         * src/ds390/main.h,
6104         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6105         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6106         ds390operandCompare, getRegsRead, getRegsWritten,
6107         initializeAsmLineNode): customized instruction size calculation for
6108         ds390, started basis for some register optimizations
6109         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6110         corresponding assembly output
6111         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6112         missing push/pop of r0/r1. Optimized push/pops
6113
6114 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6115
6116         * src/mcs51/main.c (instructionSize): fixed ACALL size
6117         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6118
6119 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6120
6121         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6122         the sorting of rlist with NULL elements
6123         * (print_idataType, print_idata): NEW to create idata sections
6124         * src/pic16/device.h: idataSymSet new variable
6125         * src/pic16/gen.c (genFunction): fixed some bugs in string
6126         comparing, improved the absolute section creation for ISRs,
6127         added FSR0L/FSR0H in registers that are saved in an ISR,
6128         * (genInline): fixed the processing of inline snippets,
6129         now they undergo no process by the peephole optimizer
6130         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6131         are placed in idataSymSet,
6132         * (pic16emitStaticSeg): extern symbols are added in externs,
6133         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6134         switching when aboslute variables are placed in access bank memory
6135         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6136         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6137         commented out with #if,
6138         * (pic16_packRegisters): reintroduce the check for CAST because some
6139         symbols are not correctly handled,
6140         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6141         pCodeInstruction instead of pCode,
6142         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6143         pCodeAsmDir definition,
6144         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6145         directive, then the argument directive is emitted without the leading
6146         tab, hack for inline labels which must be in the first column,
6147         * (compareLabel,pic16_findNextInstruction),
6148         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6149         * (insertBankSwitch): modified for the new pCodeAsmDir,
6150
6151 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6152         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6153
6154         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6155         instance,
6156         * (pushSide): commented out with #if,
6157         * (assignResultValue): fixed some typos in saving
6158         registers,
6159         * (genPcall): FIXED and sync'ed with genCall,
6160         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6161         * (genNearPointerGet): fixed to handle some more cases,
6162         implementation scheme via table reads,
6163         * (genConstPointerGet): modified to access code memory correct,
6164         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6165         and improved to handle some cases
6166         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6167         instead of "RETLW" for init data
6168         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6169         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6170         variables are placed in access bank memory (<0x80 and >=0xf80),
6171         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6172         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6173         TBLWT_POSTDEC,TBLWT_PREINC
6174         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6175         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6176         directives
6177         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6178         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6179         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6180         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6181
6182 2004-02-29  Borut Razem <borut.razem AT siol.net>
6183
6184         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6185         support/Util/findme.h, support/Util/system.h: enhance binary relative
6186         search for lib and include by using findProgramPath()
6187
6188 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/SDCCpeeph.h,
6191         * src/SDCCpeeph.c (pcDistance),
6192         * src/port.h,
6193         * src/mcs51/ralloc.h,
6194         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6195         * src/mcs51/main.h,
6196         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6197         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6198         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6199         size calculation port specific, started basis for some register
6200         optimizations
6201         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6202         missing push/pop of r0/r1. Optimized push/pops
6203         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6204         * device/lib/_modsint.c (_modsint),
6205         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6206         and stack version so regression tests pass
6207
6208 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6209
6210         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6211         * src/SDCCast.c (decorateType): catch another small optimization
6212         with '?' operator
6213         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6214         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6215         modified to finally use computeType() all over SDCC,
6216         see Feature Request #877103
6217         * src/SDCCval.h: cosmetic
6218         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6219         valCompare(); regression tested in muldiv.c
6220         * support/regression/tests/muldiv.c (testMod): mod sign follows
6221         dividend only
6222
6223 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6224
6225         * src/SDCCast.c (decorateType): fixed bug #902362
6226         * doc/INSTALL.txt: fixed install instructions for win32
6227
6228 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6229
6230         * device/include/Makefile.in (install): fixed by replacing spaces
6231         by tabs
6232         * doc/README.txt,
6233         * doc/INSTALL.txt: updated for release
6234         * doc/sdccman.lyx: added warning for --xstack being buggy
6235
6236 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6237
6238         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6239         to eliminate build warnings.
6240         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6241
6242 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6243            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6244
6245         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6246         removed -penable-stack, added comment for stack pragma, added
6247         warning for not initializing the stack/frame registers, removed
6248         comment at interrupts section
6249
6250         Stack is made permanent, there is no ability to disable stack usage.
6251         * src/pic16/device.h,
6252         * src/pic16/device.c: removed all references to USE_STACK macro,
6253         * src/pic16/device.c (pic16_dump_section): when no elements in
6254         rlist, free rlist before return,
6255         * (pic16_dump_int_registers): NEW, internal registers are a new set
6256         of general purpose registers reused by each function,
6257         * (checkAddReg): returns 1 if registers is added to set,
6258         * (pic16_groupRegistersInSection): when a registers is of type
6259         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6260         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6261         SRCASECMP macro is moved here from device.c
6262         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6263         PO_PCLATU, PO_PRODL, PO_PRODH,
6264         * (pic16_pCodeOpType, genMinus,
6265         changed compares to "a" register, with AOP_ACC,
6266         * (pic16_genPlus): fixed some bugs and indented properly,
6267         * (pic16_addSign): changed size to size+offset in the MOVWF
6268         instruction,
6269         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6270         multiply 8-bit operand by literal, result is 8-bit,
6271         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6272         multiply 2 8-bit operand, result is 8-bit,
6273         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6274         genUMult8X*_16,
6275         * src/pic16/gen.c: changed accUse to contain WREG only,
6276         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6277         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6278         true, do not use immediate addressing any more unless sym is a
6279         pointer in codespace,
6280         * (aopForRemat): do not use immediate addressing when symbol not in
6281         codespace and when symbol's address is requested,
6282         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6283         accUse size (= 1),
6284         * (aopGet): added case for AOP_ACC and don't return "accumulator
6285         bug" but WREG instead,
6286         * (popGetTempReg): pushes contents of temporary register in stack,
6287         * (popReleaseTempReg): pops contents of temporary register from
6288         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6289         * (pic16_popGet): separated case AOP_ACC to return register WREG
6290         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6291         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6292         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6293         the use of immediate pointers to certain cases only.
6294
6295         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6296         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6297         * (assignResultValue, genCall, genRet): modified to use the new
6298         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6299         genPcall is still broken,
6300         * (genFunction): added code to create 'A' type pBlocks when
6301         interrupt functions are generated, code not extensively tested yet,
6302         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6303         * (genEndFunction): modified so ISRs pop stored registers from stack,
6304         * (genMultOneByte): cleanup,
6305         * (AccRsh): added flag andmask, to and result with appropriate mask,
6306         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6307         * (genDataPointerGet): fixed and reenabled its use,
6308         * (genNearDataPointerGet): bugs fixed,
6309         * (genDataPointerSet): bugs fixed,
6310         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6311         pic16_DumpSymbol, pic16_DumpOp,
6312         * src/pic16/genutils.h: function prototypes for the above functions,
6313         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6314         pointers,
6315         * (pic16emitRegularMap): many many many improvements, but needs a
6316         major cleanup,
6317         * src/pic16/main.c: enable_stack in pic16_options is removed,
6318         * (_pic16_parseOptions): removed command line options -penable-stack,
6319         * (_process_pragma): emit stack symbol only when stack pragma is
6320         processed,
6321         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6322         redirected to FSR0L/FSR0H pair,
6323         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6324         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6325         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6326         for immediates,
6327         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6328         * (dumpPicOptype): NEW,
6329         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6330         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6331         with movff instruction,
6332         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6333         added pic16_int_regs, some packRegsFor* functions are commented out,
6334         because produce errors,
6335         * src/pic16/NOTES: minor modifications
6336
6337 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6338
6339         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6340         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6341         --pack-iram.
6342         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6343         * as/mcs51/lkaomf51.c: fixed bug #895763
6344
6345 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6346
6347         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6348
6349 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * doc/sdccman.lyx: added details about the HC08 storage classes and
6352         interrupts, fixed the register usage info for z80 & gbz80
6353
6354 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6355
6356         * doc/sdccman.lyx: added more pic16 port documentation
6357         * device/include/pic16/: added header pic18fregs.h
6358
6359 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * doc/sdccman.lyx: added Vangelis' contribution
6362
6363 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6366         extend to the next CALL or PCALL, not just to the next CALL.
6367
6368 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6369
6370         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6371
6372 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6375         bug #895752 and a better fix for bug #716790
6376
6377 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6378
6379         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6380
6381 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6382
6383         * doc/sdccman.lyx: minor changes, minor changed
6384
6385 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6386
6387         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6388         which can't handle SDCC_NEWONEBYTEOPS,
6389         (geniCodeMultiply): removed conversion from mult to shift for pic14
6390         and pic16
6391
6392 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6393
6394         * src/hc08/gen.h,
6395         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6396         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6397         thus fixing bug #895406
6398
6399 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6400
6401         * device/lib/_modsint.c,
6402         * device/lib/_modslong.c: sign follows divisor only
6403         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6404         signs or signedness can be ignored
6405         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6406         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6407         added optimization for IFX,
6408         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6409         arguments;
6410         reenabled optimization for IFX, which was removed on 2004-01-11
6411         * src/SDCCast.h: added return type IFX
6412         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6413         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6414         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6415         SDCC_OLDONEBYTEOPS selects the old behaviour
6416         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6417         changed again and commented promotion rule
6418         * src/SDCCval.c (valDiv): promotion no longer necessary
6419         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6420         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6421         rewritten
6422         * support/regression/tests/onebyte.c: added
6423
6424 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6425
6426         * gen.c (genInline): reverted to old code for assemnling inline
6427         code because of bug reported James Chadd
6428
6429 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6430
6431         * ralloc.h: missing declarations from previous patch,
6432         seems that patch for ralloc.h was never applied, fixed
6433
6434 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6435            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6436
6437         * pcode.c,
6438         * pcode.h,
6439         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6440         indirect addressing. Marked FSR0 as deprecated
6441         * gen.c (pointerCode): commented out, not needed now
6442         (pic16_popGet2p): new MOVFF helper function
6443         (genGenPointerGet),
6444         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6445         (shiftRLong): removed duplicate debugging info
6446
6447 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6448
6449         * src/ds390/gen.c (genNearPointerGet),
6450         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6451         optimization with bits, but not bitfields.
6452         * src/ds390/ralloc.c (packRegisters),
6453         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6454
6455 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6456
6457         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6458
6459 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6460
6461         * src/SDCCsymt.h,
6462         * src/SDCCicode.c (operandFromSymbol),
6463         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6464         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6465         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6466         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6467         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6468         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6469         bug #892038
6470         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6471         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6472         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6473         * src/SDCCsymt.c (newSymbol),
6474         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6475         enumerator_list),
6476         * src/SDCCval.h,
6477         * src/SDCCval.c (newiList): fixed bug #885705
6478
6479 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6480
6481         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6482         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6483
6484 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6485
6486         * device/include/c8051f120.h,
6487         * device/include/c8051f300.h,
6488         * device/include/c8051f310.h: added/updated header files for Silicon
6489         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6490         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6491         in new section Submitting patches
6492
6493 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6496         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6497         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6498         genGenPointerSet),
6499         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6500         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6501         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6502         genGenPointerSet),
6503         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6504         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6505         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6506         genGenPointerSet),
6507         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6508         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6509         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6510         genGenPointerSet): fixed bug #892400
6511         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6512         to eliminate build warnings.
6513         * src/SDCCast.c (processParms),
6514         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6515         fixed bug 751859
6516         * support/valdiag/valdiag.py: added GCC to the list of defines active
6517         when compiling with gcc
6518
6519 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6520
6521         * support/Util/SDCCerr.h,
6522         * support/Util/SDCCerr.c,
6523         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6524         with an incomplete type (fixed bug #883734)
6525         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6526
6527 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6528
6529         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6530
6531 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/SDCCast.c (decorateType),
6534         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6535         function pointer implementation
6536         * support/regression/tests/funptrs.c: added tests to verify both forms
6537         of function pointers work correctly. Added tests to verify parameters
6538         are passed in the correct order.
6539
6540 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6541
6542         * device.c (regCompare): registers are sorted by ascending
6543         address and increasing size,
6544         * main.c (_pic16_finaliseOptions): removed the declaration
6545         of compiler macro MCU. Now a macro of the format pic18fxxxx
6546         will be defined from the command line
6547
6548 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6549             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6550
6551         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6552         PCOP_RLCF was overwritten!
6553         * gen.c (genSkip): commented out calls to pic16_emitcode,
6554         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6555         * (genlshTwo),
6556         * (genRRC): added debugging info,
6557         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6558         overwritten while shifting,
6559         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6560         overwritten while shifting,
6561         * (AccLsh),
6562         * (AccRsh),
6563         * (shiftLLeftOrResult),
6564         * (shiftRLeftOrResult),
6565         * (shiftRLong),
6566         * (shiftLLong): Implemented with pic16_emitpcode
6567         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6568         * (genLeftShift): Fixed bug, operand for shift by variable always
6569         was "and"ed with 0x0f,
6570         * (genLeftShiftLiteral),
6571         * (genrshTwo),
6572         * (genRightShiftLiteral): added debugging info,
6573         * (genrshFour): added comment,
6574         * (genRightShift): determined signedness from operand "left"
6575         instead of "result"
6576
6577 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6578
6579         * src/SDCCicode.c (geniCodeParms),
6580         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6581         function pointers, fixed function pointer bugs #861242 and #861896
6582
6583 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6584
6585         * device/include/c8051f000.h,
6586         * device/include/c8051f120.h,
6587         * device/include/c8051f300.h: added header files for Silicon
6588         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6589
6590 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6591
6592         * src/SDCCast.c (processParams): added new type flow and restructured
6593         (gatherAutoInit): added new type flow
6594         (addCast): cosmetic changes
6595         (getLeftResultType): added new type flow for array indices, patch
6596         provided by Stas, see FR #877103
6597         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6598         array index patch by Stas
6599         * src/SDCCast.h: added prototype getResultTypeFromType()
6600         * src/SDCCval.h,
6601         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6602         * src/pic/glue.c (pic14emitStaticSeg),
6603         * src/pic16/glue.c (pic16emitStaticSeg),
6604         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6605         for initialization of symbols
6606         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6607         * support/Util/SDCCerr.h:
6608         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6609         * .version: bumped version number to 2.3.8
6610         * device/include/Makefile.in (install),
6611         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6612         avoid warnings
6613
6614 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6615
6616         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6617         Slade Rich fixed an optimization bug
6618         * src/pic/pcodepeep.c,
6619         * src/pic/pcoderegs.c
6620         * doc/Makefile (install): added test for directory
6621
6622 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6623
6624         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6625         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6626         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6627         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6628         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6629         * as/mcs51/asexpr.c (term),
6630         * as/hc08/asexpr.c (term): fixed bug #887146
6631
6632 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6633
6634         * src/z80/gen.c (genMult): handle single byte result product
6635         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6636         DUMMY_READ_VOLATILE (fixed bug #886367)
6637
6638 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6639
6640         * support/regression/tests/libmullong.c: fixed logic, on little endian
6641         hosts we ended without a mullong_wrapper()
6642
6643 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6644
6645         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6646         virus/worm forged address usage.
6647
6648 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6649
6650         Fixed promotion, it should be done on AST level:
6651         * src/SDCCast.c (addCast): added promotion to int
6652         (decorateType): updated call to upCast()
6653         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6654         usualUnaryConversions()
6655
6656 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6657
6658         * support/regression/tests/literalop.c (mulWrapper): Added a
6659         wrapper to remove integer overflow warnings.
6660
6661         * support/regression/tests/float_trans.c: Made work on host.
6662
6663         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6664         location of sz80.
6665
6666         * support/regression/generate-cases.py (main): Changed from inline
6667         to a main method.
6668
6669         * doc/Makefile (install): Changed to depth first to get rid of
6670         missing directory install warning.
6671
6672         * as/Makefile (install-doc): Made work on Mac.
6673
6674 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6675
6676         * src/SDCCast.c: added an additional type flow in decorateType() of
6677         opposite direction, see feature request #860006; it's enabled at runtime
6678         by setting the environment variable SDCC_NEWTYPEFLOW
6679         * src/SDCCast.h: changed prototype of decorateType()
6680         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6681         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6682         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6683         see feature request #877103
6684         * src/SDCCval.c: updated call of decorateType()
6685         (valBitwise): fixed bug #882876
6686         (valMinus): added promotion
6687         (valLogicAndOr): result is unsigned
6688         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6689         * src/SDCCsymt.c (computeType),
6690         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6691         must not cause an unsigned operation
6692         * src/pic/glue (pic14emitRegularMap),
6693         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6694
6695 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6696
6697         * src/pic/pcode.c (PCodeID): commented out left over debug code
6698
6699 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6700
6701         * support/valdiag/tests/overflow.c: added shift tests
6702         * src/pic/device.c,
6703         * src/pic/gen.c,
6704         * src/pic/gen.h,
6705         * src/pic/glue.c,
6706         * src/pic/main.c,
6707         * src/pic/pcode.c,
6708         * src/pic/pcode.h,
6709         * src/pic/pcodepeep.c,
6710         * src/pic/pcoderegs.c,
6711         * src/pic/ralloc.c,
6712         * src/pic/ralloc.h: applied patch from Slade Rich;
6713         added support for multiple code pages and multiple RAM banks on the
6714         PIC 14 port. The ASM files now no longer simply assume all the
6715         code / RAM are in the same page / bank. This means the linker can
6716         safely allocate code/RAM of separate ASM files to different pages/banks.
6717         * doc/sdccman.lyx: added Slade's tips
6718         * src/mcs51/peeph.def: fixed bug #880768
6719
6720 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6721
6722         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6723         * src/SDCCast.c (decorateType): fixed bug #880197
6724
6725 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6726
6727         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6728         getopt.h.
6729
6730         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6731         strtof is not part of C89 and isn't included with Mac OS X.
6732
6733 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6734
6735         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6736         shiftL2Left2Result): fixed bug #879326
6737         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6738         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6739         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6740         address fetch for clr instruction
6741         * device/lib/hc08/_mulint.c: created optimized assembly version
6742         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6743
6744 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6745
6746         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6747         proposed in FR #877103
6748
6749 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6750
6751         * src/SDCCval.c (cheapestVal): added missing checks
6752         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6753         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6754
6755 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6756
6757         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6758         equal operands
6759
6760 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6761
6762         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6763         loaded with the linker search paths (-L arguments) and the libraries
6764         to be linked with the current source (-l arguments). Changes
6765         currently will affect only the pic16 port.
6766         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6767         include path the port specific paths and port specific libraries,
6768         * gplink command now contains the $3 argument,
6769         * src/pic16/device.h,
6770         * src/pic16/device.c,: structure PIC_device is made public and
6771         renamed to PIC16_device, the same for variable Pics which is renamed
6772         to Pics16. Updated all references to them.
6773         * src/pic16/glue.c (pic16glue): corrected bug with code
6774         initialization which bypassed the variable initializations block.
6775
6776         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6777         COMPILE_FLAGS and added the --nostdinc option
6778
6779 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6780
6781         * device/include/mc68hc908jb8.h: Register defs for another member
6782         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6783
6784 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6785
6786         Documenting changes from previous commits.
6787         * configure.in (version 1.56),
6788         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6789         when generating output files to configure the pic16 library,
6790         but now I've commented it out, since gputils aren't installed in the
6791         SF compile farm, so library won't compile
6792
6793         * device/lib/Makefile.in (version 1.56): initially I've added in
6794         target 'all' the prerequestive 'model-pic16' so it compiled the
6795         pic16 library, but now I've commented it out for the same reasons
6796         above,
6797         * added targets 'model-pic16' and 'objects-pic16' to compile the
6798         library
6799         * added target 'port-specific-objects-pic16' to handle the
6800         generated libraries and copy them into the build/ directory
6801         * added target 'clean-intermediate-pic16' to clean intermediate
6802         files into pic16 directory
6803         * in target 'installdirs' added line to create directory pic16 in
6804         the installation path
6805
6806         * device/include/Makefile.in (version 1.11): in target 'install'
6807         added lines to copy all header files to installation path,
6808         * in target 'installdirs' added line create directory for pic16
6809         headers in the installation path
6810
6811 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6812
6813         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6814          a function call
6815
6816 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * configure,
6819         * device/lib/configure.in,
6820         * device/lib/configure: fixed for autoconf 2.57
6821
6822 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6823
6824         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6825         option so that it actually works. Made it specific to the z80, since
6826         the gbz80 doesn't have these kinds of I/O ports.
6827
6828 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         * device/include/z180.h,
6831         * device/lib/_memcpy.c,
6832         * device/lib/_memmove.c,
6833         * device/lib/_mulint.c,
6834         * device/lib/ser_ir.c,
6835         * device/lib/ser_ir_cts_rts.c,
6836         * device/lib/_strcmp.c,
6837         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6838         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6839         portmode; added deprecation warning for bank= and protmode= forms.
6840         Also, guard against buffer overflow.
6841         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6842
6843 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6844
6845         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6846         changed interrupt vector table generation to only emit declared vectors.
6847         * device/include/Makefile.in: added missing backslash
6848         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6849
6850 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6851
6852         Mainly changes to support compilation of the device libraries
6853         * src/pic16/device.c: stack is allocated via symbol and not
6854         via literal number. The symbol is placed in the corresponding
6855         position of the data ram
6856         * (pic16_dump_section): relocatable and absolute uninitialized
6857         data are now emitted in sorted order to reduce section naming,
6858         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6859         weren't marked as being in the access bank,
6860
6861 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6862
6863         Added portion of GNU PIC Library under the directory
6864         device/include/pic16 and device/lib/pic16. These files
6865         contain the declarations of SFRs for the PIC18Fxx2 devices.
6866         The directory is initialized via configure from toplevel.
6867
6868 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6869
6870         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6871         the spilllocations to be compared correctly
6872
6873 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6874
6875         * src/SDCCast.c (decorateType): fixed bug introduced today
6876
6877 2004-01-12  Borut Razem <borut.razem AT siol.net>
6878
6879         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6880         doc/sdccman.lyx: upper case pragmas are deprecated
6881
6882 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6883
6884         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6885         in simpler and even better code
6886
6887 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6888
6889         * src/SDCCicode.c (operandOperation): fixed bug #874819
6890         * src/SDCCast.c (decorateType): fixed
6891         char foo (unsigned long ul) { return ul > 0; }
6892
6893 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6894
6895         * doc/sdccman.lyx: Moved and added some sections, small changes
6896         all over. Telling LaTeX to be less strict with word spacing
6897         to better keep the right margin. Changed some notes about
6898         maintainance of the ports in section 3.2.1 - is it OK like this?
6899
6900 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6901
6902         SDCC source changes:
6903         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6904         convilong): modified to inform the pic16 port that builtin functions
6905         are external
6906
6907         PIC16 PORT specific changes:
6908         * src/pic16/device.c pic16_dump_equates() added,
6909         processor registers declared internally by the port are emitted in
6910         the translation as equates,
6911         * src/pic16/gen.c: inline code is passed unprocessed to the
6912         translation,
6913         * (pic16_popGetLit2): fnuction modified to take second operand as
6914         pCodeOp pointer and not as literal,
6915         * (popRegFromIdx): prefixed with pic16_,
6916         * (pic16_popCombine2): modified to receive already allocated pCode
6917         operands,
6918         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6919         * (genFunction): initializes local stack frame and pushes on stack
6920         all the registers used by this function,
6921         * (genEndFunction): restores all registers from stack and restores
6922         stack frame,
6923         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6924         improvements,
6925         * (pic16glue): changed the program startup sequence,
6926         * added new dbName code 'A' for functions placed in absolute section
6927         * src/pic16/main.c: added function attribute _naked,
6928         * added pragma 'code' to place a fnuction at an absolute address,
6929         * added command line arguments --debug-ralloc and --pcode-verbose,
6930         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6931         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6932         * (pic16_newpCodeOpLit2): modified to take the second operand as
6933         pCodeOp pointer,
6934         * (pic16_printpBlock): modified to emit each function in a separate
6935         section,
6936         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6937         UPPER for immediate operands,
6938         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6939         instruction,
6940         * src/pic16/peeph.def: all peepholes with movff are commented out,
6941         because there is a problem in the pcode peep optimizer,
6942         * src/pic16/ralloc.c: the register allocator can now reuse local
6943         function symbols for another function. This saves register usage.
6944         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6945
6946         Added file src/pic16/NOTES with information about program writing on
6947         the current port version.
6948
6949 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6950
6951         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6952         and peephole 252 (array access)
6953
6954 2004-01-09  Borut Razem <borut.razem AT siol.net>
6955
6956         * src/SDCCmain.c : fixed #872250: -l command line defined library
6957           files are scanned before standard library files
6958
6959 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6960
6961         * src/SDCCast.c (decorateType): fixed bug #874046
6962
6963 2004-01-09  Borut Razem <borut.razem AT siol.net>
6964
6965         * support/scripts/sdcc.nsi: remove previous installation
6966
6967 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6968
6969         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6970         bytes for last interrupt vector (mcs51)
6971         * sdcc.spec: fixed typo
6972
6973 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6974
6975         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6976         gen51Code): more efficient parameter receive for --model-large
6977         ("bug" #845294)
6978
6979 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6980
6981         * src/ds390/main.c,
6982         * src/z80/main.c: added missed needLinkerScript flags (more than
6983         one port structure defined in these file)
6984         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6985         bug #795325
6986
6987 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6988
6989         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6990         * src/port.h: added flag needLinkerScript in port->linker
6991         structure to inform whether to create a .lnk file or not,
6992         * src/avr/main.c,
6993         * src/ds390/main.c,
6994         * src/hc08/main.c,
6995         * src/mcs51/main.c,
6996         * src/pic/main.c,
6997         * src/pic16/main.c,
6998         * src/xa51/main.c,
6999         * src/z80/main.c: changed appropriately to configure
7000         needLinkerScript flag
7001         * src/pic/gen.c,
7002         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7003         * src/pic/glue.c: added variable udata_section_name to
7004         override default uninitialized data segment definition for
7005         devices only with SHAREBANK memory (reported from Erik Epetrich)
7006         * (pic14emitOverlay): modified to emit a commented overlay segment
7007         directive when no overlay data exist
7008         * (picglue): modified to emit uninitialized data segment
7009         according to udata_section_name
7010         * src/pic/main.c (_pic14_parseOptions): added command line
7011         options --udata-section-name=[name] to override default
7012         udata definition name
7013         * modified _linkCmd and _asmCmd to include compiler passed
7014         arguments via -W option
7015         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7016         object file from '.rel' to '.o' in port->linker structure,
7017         changed size of fptr from 2 to 3 in port structure
7018
7019 2004-01-07  Borut Razem <borut.razem AT siol.net>
7020
7021         * support/scripts/sdcc.nsi: update PATH
7022         * support/scripts/sdcc.ico: craeted
7023
7024 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7025
7026         * device/include/Makefile.in: fix install
7027         * doc/Makefile: fix install
7028
7029 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7030
7031         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7032         in bug #860505
7033         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7034         how the function variable allocation summary is displayed; also
7035         include information about variables allocated to the overlay
7036         segment
7037
7038 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7039
7040         * as/mcs51/lkmain.c: Help about -Y option
7041         * as/mcs51/lkarea.c: Fixed gcc warnings
7042
7043 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7044
7045         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7046         fixed warning
7047         * support/valdiag/tests/overflow.c: added
7048         * src/SDCCast.c (decorateType),
7049         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7050         LEFT_OP (left shift)
7051
7052 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7053
7054         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7055         (default behaviour).
7056
7057 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         A python script to validate compiler diagnostic messages. It can be
7060         used to verify that sdcc complains about bad c source code and
7061         gives a good location of the error.
7062         * support/valdiag/Makefile,
7063         * support/valdiag/valdiag.py,
7064         * support/valdiag/tests/*
7065
7066 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7067
7068         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7069         * src/SDCCsymt.c (newEnumType),
7070         * src/SDCCsymt.h
7071         * support/Util/SDCCerr.c,
7072         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7073         enum related bugs.
7074         * support/regression/tests/enum.c: added test for enum values that
7075         require at least 2 bytes of storage.
7076
7077 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7078
7079         * src/common.h: added ifndef/define/endif macros
7080         around the header file.
7081         Bug reported from Jesus Calvino-Fraga
7082
7083 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7084
7085         * sdcc.spec: updated
7086         * device/include/Makefile.in: don't install CVS directories
7087         * device/lib/Makefile.in: added removal of CVS directories after install
7088         * doc/Makefile: fixed install, added local_icons
7089         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7090         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7091         * src/ds390/gen.c (genRightShift): fixed bug #870788
7092         * src/SDCCast.c (decorateType): fixed bug #870781
7093
7094 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7095
7096         PIC16 port related changes:
7097         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7098         added variable stackPos,
7099
7100         * gen.c: genCall, assignResultValue: added support for
7101         pushing/retrieving function parameters to/from stack,
7102         genFunction,genEndFunction: setup stack frame for the
7103         generated function,
7104         genAddrOf: will be changed according to bug 863624
7105
7106         * added files genutils.c and genutils.h which contain gen*
7107         debugged and optimised functions extracted from gen.c
7108
7109         * glue.c: added variable 'externs' which holds extern symbols,
7110         pic16emitRegularMap: is modified to properly handle relocatable
7111          symbols under the new scheme,
7112         pic16createInterruptVect: is modified
7113         pic16printPublics: is modified to emit 'global' assembler directives,
7114         added pic16_printExterns to print extern symbols,
7115         pic16glue: initializes stack/frame pointer in the beginning of
7116         the assembly output. Temporary hack, will be corrected later,
7117         because gplink yet does not support stack and SDCC does not
7118         yet support a type of crt0.o object to create the final binary.
7119
7120         * Removed many lines that contain 8051 legacy code.
7121         * The code is finally placed under a 'code' directive.
7122         * Added port specific options.
7123
7124         * _process_pragma: simplified since now we do not need *special*
7125         include file to define SFR registers. But a separate header
7126         will be needed. This will be developed later.
7127         * _pic16_parseOptions: added, parses port specific options:
7128         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7129         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7130         --preplace-udata-with=
7131
7132         * _pic16_setDefaultOptions: modified to initialize section names,
7133         but hack is temporarly out of order since it needs improvement.
7134         * _pic16_genAssemblerPreamble: configuration words are emitted by
7135         their address instead of their name. This part is incomplete and
7136         supports only the 18Fxx2 devices. Other devices will emit an error
7137         during assembly since they do not contain the same set of config
7138         registers
7139         * _pic16_genIVT: is modified,
7140
7141         * pcode.c: added definitions for some hardware registers that are needed
7142         for stack support
7143         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7144         All PCI entries are updated. Now LFSR is supported.
7145         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7146         * added pic16_newpCodeOpLit2 to support instructions with
7147         two literal arguments
7148         * pic16_pCode2str: corrected code that emits assembler instructions
7149         with two literal operands and those that have an access bit modifier
7150         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7151         this fixes a bug which caused some labels to be lost, when an
7152         assembler directive was added, i.e. banksel,
7153         * pic16_FixRegisterBanking: improved logic that causes the insertion
7154         of bank switching,
7155         * InlineFunction: functions that are called once, are not any more
7156         inlined. This can be a port option in the future,
7157
7158         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7159
7160         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7161         hold the corresponding uninitialized symbols,
7162         * pic16_allocProcessorRegister: registers have explicit marked the
7163         accessBank field,
7164         * pic16_allocInternalRegister: registers are explicit marked as
7165         not used,
7166         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7167         processing list, so bit registers were lost,
7168         *
7169
7170         * ralloc.h: added field 'accessBank' and original symbol operand
7171         in register definition,
7172         * removed the field isMapped from register definition,
7173
7174         ** Several functions have been removed from various sources:
7175         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7176         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7177         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7178         pic16_assignRelocatableRegisters
7179
7180         ** others have been introduced:
7181         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7182         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7183
7184 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7185
7186         * support/scripts/inc2h.pl: changed definition of BIT_AT
7187         to emit 'sbit at' instead of 'bit at'. This was a request.
7188
7189         PIC16 port related preliminary changes:
7190         * gen.c: prefixed function popRegFromString with
7191         pic16_ and all references to it corrected
7192         * pcode.c: all pic16_pc_* hardware registers prefixed
7193         with underscore (_),
7194         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7195         * ralloc.c: newReg(): when register is REG_SFR then
7196         set address to rIdx,
7197         pic16_allocProcessorRegister(): marks register wasUsed=0
7198         pic16_writeUsedRegs(): added a call to assign processor
7199         registers via pic16_assignFixedRegisters
7200
7201 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7202
7203         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7204         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7205         variables in unused register banks.  Also the SSEG is placed
7206         wherever there is enough space for it, and IDATA can be anywhere
7207         in internal RAM.  For now compile using -Wl-Y[stack_size].
7208         The mem file is different for this option as well, since it
7209         makes no sense of talking about DSEG lenght.
7210
7211 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7212
7213         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7214         in certain cases, e.g. when ROM assignment, patch provided
7215         from Albert den Haan.
7216
7217 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7218
7219         Many signedness and type propagation fixes:
7220         * src/SDCCicode.c: made geniCodeCast() static
7221         replaced SPEC_ by IS_ (cosmetic)
7222         (operandOperation): fixed div and mod operation
7223         (usualBinaryConversions): added support for promotion of char
7224         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7225         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7226         (geniCodeAdd): an array index will stay unsigned, even if promoted
7227         from char to int
7228         (geniCodeArray): ditto
7229         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7230         * src/SDCCsymt.c (computeType): added more support for char;
7231         promotion of char is selectable by promoteCharToInt, fixed signedness
7232         for all cases
7233         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7234         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7235         * src/SDCCval (val*): replaced signedness calculation by
7236         computeType()
7237         rearranged if-branches (cosmetic)
7238         (valShift): added warning W_SHIFT_CHANGED
7239         (valCompare): fixed problem with different types
7240         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7241         * support/regression/tests/literalop.c: added many cases
7242         * support/regression/tests/ast_constant_folding.c: changed finally to
7243         'unsigned int'
7244         * .version: new year, new version: 2.3.7
7245         * src/SDCCmain.c (main): applied patch #866468
7246         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7247         provided by Scott Bronson
7248         * doc/sdccman.lyx: updated documentation for sdcdb
7249         updated and added chapter tips
7250
7251 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7252
7253         * src/SDCCsymt.h: missing from yesterday's commits
7254
7255 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * src/SDCC.y (struct_or_union_specifier),
7258         * support/Util/SDCCerr.c,
7259         * support/Util/SDCCerr.h: verify that struct & union tags are used
7260         as declared.
7261
7262 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7263
7264         * src/SDCCglobl.h: missing from yesterday's commits
7265
7266 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7269         sft_attributes, struct_declaration, parameter_declaration,
7270         type_name, start_block, declaration_list),
7271         * src/SDCC.lex (check_type): support redefinition of typedef names
7272
7273 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7274
7275         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7276         aligned xdata arrays. Erik helped me with the if clause.
7277
7278 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7279
7280         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7281         warning
7282
7283 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7284
7285         * src/SDCCast.h,
7286         * src/SDCCast.c (newAst_),
7287         * src/SDCCicode.h,
7288         * src/SDCCicode.c (ast2iCode, newiCode),
7289         * src/SDCCglobl.h,
7290         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7291         expr, statement, expression_statement, selection_statement,
7292         iteration_statement, expr_opt, jump_statement): foundation for tracking
7293         sequence points
7294         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7295         point code too)
7296
7297 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7298
7299         * support/Util/SDCCerr.c,
7300         * src/SDCCast.h,
7301         * src/SDCCast.c (createCase, createDefault, decorateType),
7302         * src/SDCClabel.c (labelUnreach),
7303         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7304         to error messages.
7305         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7306         (with thanks to Stas Sergeev)
7307         * device/include/time.h,
7308         * device/lib/time.c (CheckTime): suppress unreachable code warning
7309
7310 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7311
7312         * src/SDCCast.c (createIvalCharPtr),
7313         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7314         bug #753752)
7315         * support/regression/tests/nullstring.c: tests for these two bugs
7316
7317 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7318
7319         * support/Util/SDCCerr.h,
7320         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7321         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7322         about storage class and 'at' used inside struct or union
7323         * src/SDCCBBlock.c (iCodeFromeBBlock),
7324         * src/SDCCcse.c (ifxOptimize),
7325         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7326         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7327         printIval, emitStaticSeg, emitOverlay),
7328         * src/SDCClabel.c (deleteIfx),
7329         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7330         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7331         gatherAutoInit, processParms),
7332         * support/Util/SDCCerr.h,
7333         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7334         reporting for post-parse errors.
7335
7336 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7339         implicit casts via union; they don't work on big endian systems
7340         (possible fix for bug #861138)
7341
7342 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7343
7344         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7345         * src/mcs51/main.c: fixed the fix for bug #737001
7346
7347 2003-12-15  Borut Razem <borut.razem AT siol.net>
7348
7349         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7350
7351 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7352
7353         * support/makebin/makebin.c: put output in binary mode
7354
7355 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7356
7357         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7358         xdata and data memory on startup. Set the environment variable
7359         SDCC_NOGENRAMCLEAR to disable this.
7360         * src/mcs51/peephole.def,
7361         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7362         (allows non-interrupt and interrupt code to safely compete for a resource
7363         without the non-interrupt code having to disable interrupts)
7364
7365 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7366
7367         * src/SDCCicode.c (geniCodeAdd),
7368         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7369         with valFromType if type might be a pointer and host is big endian).
7370         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7371         types, not just integer types.
7372         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7373         multiply defined with mismatching "at" address.
7374
7375 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7376
7377         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7378         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7379         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7380         with embedded nulls (fixed bug #753752)
7381
7382 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7383
7384         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7385         Apparently this did not see much testing (endless loop)
7386
7387 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7390
7391 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7392
7393         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7394         gracefully handle NULL memmap pointers
7395
7396 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7397
7398         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7399         instead of deleting the iCode when an operand is volatile
7400         * src/z80/gen.c (genDummyRead),
7401         * src/mcs51/gen.c (genDummyRead),
7402         * src/ds390/gen.c (genDummyRead),
7403         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7404         not just IC_RIGHT
7405         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7406         * src/SDCC.y: fixed bug #850420
7407
7408 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7409
7410         Applied z80 i/o port patch from Peter Townson and fixed some operators
7411         to better handle operands in A register.
7412         * device/include/z180.h
7413         * src/SDCC.y
7414         * src/SDCCglue.c
7415         * src/z80/gen.c
7416         * src/z80/gen.h
7417         * src/z80/main.c
7418         * src/z80/peeph-z80.def
7419         * src/z80/peeph.def
7420         * src/z80/z80.h
7421
7422 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7425
7426 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * device/lib/hc08/_mullong.c: Removed extra #endif
7429
7430 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7431
7432         * sim/ucsim/hc08.src/inst.cc,
7433         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7434         carries from x to h
7435         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7436         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7437         * device/include/stdarg.h: fixed varargs for hc08
7438         * device/lib/Makefile.in,
7439         * device/lib/hc08/Makefile,
7440         * device/lib/hc08/_mulint.c,
7441         * device/lib/hc08/_mullong.c: fixed some endian problems
7442
7443 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7444
7445         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7446         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7447         * device/lib/_gptrget.c,
7448         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7449
7450 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7451
7452         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7453         * src/SDCCast.c (astErrors): fixed bug #846007
7454         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7455
7456 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7457
7458         * src/SDCCast.c (decorateType): disabled a transformation I added in
7459         revision 1.188 (access to fields of a structure at an absolute address);
7460         it breaks with bitfields, extern declarations, and gcse analysis.
7461         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7462         could be assigned through a pointer, so don't complain.
7463         * src/SDCCast.c (astErrors),
7464         * src/SDCCast.h,
7465         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7466
7467 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7468
7469         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7470         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7471         output of __config directives, since gpasm now supports them
7472         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7473         pre-processor macro, i.e. -DMCU=p18f452
7474         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7475         and modified to handle 'cast' icode similarly to '=' icode
7476         * src/pic16/device.h (typedef struct PIC_device): added field
7477         'extMIface' to indicate that chip has external memory interface
7478         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7479         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7480         18F8720
7481
7482 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7483
7484         * src/SDCC.y (pointer): fixed bug #846006
7485         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7486         * src/SDCCast.c (decorateType): fixed bug #846009
7487         * src/ds390/peeph.def,
7488         * src/ds390/gen.c (genAnd, genOr),
7489         * src/mcs51/peeph.def,
7490         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7491
7492 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7493
7494         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7495         * src/SDCCdflow.c
7496         * src/SDCCcse.c
7497         * src/SDCCcse.h
7498         * src/SDCCBBlock.h
7499         * src/SDCCBBlock.c
7500
7501 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7502
7503         fixed bug #845089
7504         * src/SDCCbitv.h,
7505         * src/SDCCbitv.c: added function to free a bitvector
7506         * src/SDCClrange.h,
7507         * src/SDCClrange.c: added function to recompute the liveranges
7508         * src/avr/ralloc.c,
7509         * src/ds390/ralloc.c,
7510         * src/hc08/ralloc.c,
7511         * src/mcs51/ralloc.c,
7512         * src/pic/ralloc.c,
7513         * src/pic16/ralloc.c,
7514         * src/xa51/ralloc.c,
7515         * src/z80/ralloc.c: recompute the liveranges after register packing
7516
7517 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7518
7519         * src/SDCCloop.c (newInduction): fixed bug #845630
7520
7521 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7524         inadvertantly left behind from my 2003-11-12 change
7525
7526 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7527
7528         Updated headers I neglected to commit yesterday.
7529         * src/SDCClrange.h,
7530         * src/SDCCicode.h
7531
7532 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7535         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7536         * src/SDCCopt.c (eBBlockFromiCode),
7537         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7538         the creation of the key hash table from the sequencing so it can be used
7539         earlier (for some GCSE bug fixes still pending)
7540
7541 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7542
7543         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7544         * support/regression/tests/addsub.c: testing genPlus shortcut
7545
7546 2003-11-15  Borut Razem <borut.razem AT siol.net>
7547
7548         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7549
7550 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7551
7552         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7553         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7554         ordering is immaterial.
7555         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7556
7557 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7558
7559         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7560         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7561         (SIGSEV) of bug #840381
7562         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7563         unlink new file before rename if new and old filenames are the same)
7564
7565 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7566
7567         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7568         uninitialized variables) for the mcs51. Set environment variable
7569         SDCC_GENRAMCLEAR to test.
7570         xdata initialization slightly shorter
7571
7572 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/SDCCsymt.h,
7575         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7576         #838241 & 780691 (basicly the same bug)
7577         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7578         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7579
7580 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7581
7582         * src/SDCCmain.c (linkEdit): "fix" #834252
7583
7584 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7585
7586         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7587         * src/SDCCast.h,
7588         * src/SDCC.y: fixed bug #819403
7589
7590 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7591
7592         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7593         the reentrant attribute.
7594         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7595         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7596         simulation
7597         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7598         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7599         erroneously reduced to a literal.
7600         * src/hc08/ralloc.c (packRegisters, rematStr),
7601         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7602         some cases
7603
7604 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7605
7606         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7607         * doc/sdccman.lyx: changed from 'article' to 'book'
7608         * doc/Makefile: readded test_suite_spec and cdbfileformat
7609
7610 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7611
7612         * device/include/stdlib.h: include malloc.h to comply with ANSI
7613         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7614
7615 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7616
7617         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7618         * doc/clean.mk: also remove *.out files
7619         * doc/sdccman.lyx: some additions, larger top/bottom margins
7620
7621 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7622
7623         * src/SDCC.y: fixed bug #837365
7624         * support/regression/tests/bitopcse.c
7625         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7626         a symbol (might be valop instead)
7627         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7628         * device/lib/clean.mk: added hc08 to the cleaning list
7629
7630 2003-11-04  Borut Razem <borut.razem AT siol.net>
7631
7632         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7633           made 2003-11-04
7634         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7635           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7636           malloc is declared in standard stdlib.h
7637
7638 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7639
7640         * device/lib/hc08/Makefile: need to clean .rel not .o files
7641         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7642
7643 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/port.h,
7646         * src/hc08/main.c,
7647         * src/mcs51/main.c,
7648         * src/ds390/main.c,
7649         * src/z80/main.c,
7650         * src/avr/main.c,
7651         * src/pic/main.c,
7652         * src/pic16/main.c,
7653         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7654         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7655         tests (which uses the port's oclsExpense function)
7656         * src/SDCC.y,
7657         * src/SDCCast.c,
7658         * src/SDCCicode.c,
7659         * src/hc08/gen.c,
7660         * src/ds390/gen.c,
7661         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7662
7663 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7664
7665         * src/SDCCcse.c (ifxOptimize),
7666         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7667         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7668         deleting the IFX iCode.
7669         * src/hc08/ralloc.c: reduced unneeded slocs
7670         * src/hc08/gen.c: fixed bug in asmopToBoolean
7671
7672 2003-11-04  Borut Razem <borut.razem AT siol.net>
7673
7674         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7675           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7676           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7677           transferred to configure
7678
7679 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7680
7681         Use headers defined in the C[++] standards:
7682         * sim/ucsim/gui.src/serio.src/fileio.cc
7683         * sim/ucsim/gui.src/serio.src/frontend.cc
7684         * sim/ucsim/gui.src/serio.src/main.cc
7685         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7686         * support/Util/NewAlloc.c
7687         * as/hc08/lklibr.c
7688         * as/mcs51/lklibr.c
7689         * as/z80/aslist.c
7690         * as/z80/assym.c
7691
7692 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7693
7694         * Added MSVC projects for hc08 assembler and linker:
7695         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7696         /as/hc08/link_hc08.dsp
7697
7698 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7699
7700         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7701
7702 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7703
7704         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7705
7706 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7707
7708         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7709
7710 2003-10-31  Borut Razem <borut.razem AT siol.net>
7711
7712         * support/cpp2/cpplib.h,
7713           support/cpp2/cpplib.c,
7714           support/cpp2/cpplex.c,
7715           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7716           to switch _asm block preprocessing on / off. Default is
7717           #pragma preproc_asm +
7718
7719 2003-10-31  Borut Razem <borut.razem AT siol.net>
7720
7721         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7722           when outputting comment blocks (when executed with -C option) and
7723           _asm (SDCPP specific) blocks
7724
7725 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7726
7727         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7728
7729 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7730
7731         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7732
7733 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7734
7735         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7736         * src/SDCCast.c (decorateType): fixed bug #832664
7737
7738 2003-10-31  Borut Razem <borut.razem AT siol.net>
7739
7740         * support\cpp2\cpplex.c: fixed for SDCPP:
7741           comments(when executed with -C option) and _asm blocks
7742           were included even if they where in skipped #if block.
7743           Applied solution from GCC cpp 3.3.2
7744
7745 2003-10-31  Borut Razem <borut.razem AT siol.net>
7746
7747         * src/SDCC.lex: sdcc now understands both formats:
7748           '# <line_number> <file_name>' and
7749           '#line <line_number> <file_name>'
7750         * support/cpp2/cppmain.c: sdcpp now generates the standard
7751           '# <line_number> <file_name>' instead of former
7752           '#line <line_number> <file_name>'
7753
7754 2003-10-30  Borut Razem <borut.razem AT siol.net>
7755
7756         * support/cpp2/cpphash.h,
7757         * support/cpp2/cpplib.h
7758         * support/cpp2/cpplex.c,
7759         * support/cpp2/cppmain.c,
7760         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7761
7762 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7763
7764         Fixed a number of problems revealed by bug #827883.
7765         * src/SDCCloop.c (loopInvariants): Spill location of the
7766         result operand should be recomputed if extracted from
7767         a loop. Also, don't extract assignments of an iTemp
7768         from a literal.
7769         * src/SDCCast.c (isConformingBody): loop reversal should
7770         not occur if the control variable is involved with a
7771         relational operator.
7772
7773 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7774
7775         * .version: bumped to 2.3.6 to reflect the big improvements
7776         made by Erik and Klaus. Thanks!
7777
7778 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7779
7780         Replaced the livrange code.
7781         * src/SDCClrange.c: added new LR code
7782         * src/SDCCloop.c,
7783         * src/SDCCBBlock.h: removed remainig parts from old LR code
7784         * src/ds390/ralloc.c,
7785         * src/ds390/gen.c: minor fixes to make it work with new code
7786
7787 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7788
7789         * as/hc08/asm.h,
7790         * as/hc08/lkrloc.c,
7791         * src/hc08/gen.c,
7792         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7793         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7794         (tweaked fix for bug #818696)
7795
7796 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7797
7798         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7799
7800 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7801
7802         * src/SDCCmain.c,
7803         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7804         * src/mcs51/gen.c (gencjneshort),
7805         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7806         more efficient (per Scott Bronson's suggestion)
7807
7808 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7809
7810         Extended the semantics of the critical keyword to include
7811         individual statements. See RFE #827755 and #799831
7812         * src/SDCC.y
7813         * src/SDCCicode.c
7814         * src/SDCCopt.c
7815         * src/SDCCast.c
7816         * support/Util/SDCCerr.c
7817         * support/Util/SDCCerr.h
7818         * src/mcs51/gen.c
7819         * src/ds390/gen.c
7820         * src/hc08/gen.c
7821
7822 2003-10-19  Borut Razem <borut.razem AT siol.net>
7823
7824         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7825
7826 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7827
7828         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7829         Fixed bug #818696
7830         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7831         and predecrement operand is displayed
7832
7833 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7834
7835         * src/SDCCval.c (valMinus): fixed bug #826041
7836
7837 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7838
7839         Some hc08 related updates that I missed earlier
7840         * sim/ucsim/stypes.h
7841         * support/regression/ports/hc08/spec.mk
7842
7843 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7844
7845         New target "hc08" for the Motorola 68hc08 family of micros
7846
7847         * configure
7848         * configure.in
7849         * Makefile
7850         * src/hc08/*
7851         * src/SDCCmain.c
7852         * src/port.h
7853         * sim/ucsim/hc08.src/*
7854         * sim/ucsim/configure.in
7855         * src/ucsim/configure
7856         * sim/ucsim/packages_in.mk
7857         * as/hc08/*
7858         * as/Makefile
7859         * device/include/mc68hc908qy.h
7860         * device/lib/hc08/*
7861         * device/lib/Makefile.in
7862         * support/regression/ports/hc08/*
7863         * support/regression/Makefile
7864
7865 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7866
7867         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7868         regression test
7869         * src/ds390/gen.c (genCast): fixed bug #821957
7870
7871 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7872
7873         * device/lib/logf.c: "fixed" overlay bug
7874         * support/regression/ports/host/spec.mk: added m library
7875         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7876         * support/regression/tests/float_trans: added (for Eric)
7877
7878 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7879
7880         * src/mcs51/gen.c (genCpl): fixed bug
7881         http://sf.net/mailarchive/message.php?msg_id=6263915
7882
7883 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7884
7885         * src/SDCCast.c (decorateType): added extended constant folding
7886         * src/SDCCsymt.c (computeType): cleanup
7887         * src/SDCCval.c (valShift): minor optimization
7888         * support/regression/tests/ast_constant_folding.c: added
7889
7890 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7891
7892         * src/SDCCmain.c: removed some unintended changes
7893
7894 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7895
7896         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7897         * src/z80/gen.c: fixed part of bug #817589
7898         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7899
7900 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7903         * src/SDCCcflow.c
7904         * src/SDCCcse.c
7905         * src/SDCCdflow.c
7906         * src/SDCClabel.c
7907         * src/SDCClrange.c
7908         * src/SDCCmem.c
7909         * src/SDCCopt.c
7910         * src/SDCCpeeph.c
7911         * src/SDCCset.c
7912         * src/avr/ralloc.c
7913         * src/ds390/ralloc.c
7914         * src/izt/ralloc.c
7915         * src/mcs51/ralloc.c
7916         * src/pic/ralloc.c
7917         * src/pic16/ralloc.c
7918         * src/xa51/ralloc.c
7919         * src/z80/ralloc.c
7920         * src/z80/gen.c: removed unused label "release:"
7921
7922 2003-10-06  Borut Razem <borut.razem AT siol.net>
7923
7924         * src/SDCC.lex: removed definition of unused variables
7925           save_optimize and save_options
7926
7927 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7928
7929         * clean.mk: removed '=' in "-maxdepth=1"
7930         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7931         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7932
7933 2003-10-06  Borut Razem <borut.razem AT siol.net>
7934
7935         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7936           my_unput() replaced by unput()
7937
7938 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7939
7940         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7941         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7942         type-punned pointer will break strict-aliasing rules"
7943         Old LR behaviour is again default; Klaus' LR can be choosen by
7944         defining the environment variable LRKLAUS
7945         * src/SDCCBBlock.h
7946         * src/SDCCloop.c
7947         * src/SDCClrange.c
7948         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7949         * clean.mk: fixed removal of files in bin/CVS/
7950         * device/lib/clean.mk: fixed removal of directories small and large
7951         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7952         * src/SDCCicode.c,
7953         * src/SDCCval.c: removed superflous test for pedantic
7954
7955 2003-10-05  Borut Razem <borut.razem AT siol.net>
7956
7957         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7958           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7959           message "unmatched #pragma SAVE and #pragma RESTORE"
7960
7961 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7962
7963         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7964           assembly, critical functions, atomic, nojtbound)
7965
7966 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7967
7968         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7969         * src/SDCCBBlock.h
7970         * src/SDCCloop.c
7971         * src/SDCCloop.h
7972         * src/SDCClrange.c
7973
7974 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7975
7976         * src/z80/gen.h,
7977         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7978         * src/mcs51/gen.h
7979         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7980         * src/ds390/gen.h
7981         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7982         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7983         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7984
7985 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7986
7987         * src/z80/gen.c (genRet): fixed bug #524753
7988         * src/z80/gen.c (genCast): fixed internal error on cast from
7989         pointer to long
7990         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7991         fix for bug #477835 to the z80
7992         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7993         for tracking iCodes in the peephole optimizer for z80
7994
7995 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7996
7997         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7998         the other part of bug #814548
7999         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8000
8001 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8002
8003         * src/SDCCcse.c: fixed part of bug #814548
8004
8005 2003-09-28  Borut Razem <borut.razem AT siol.net>
8006
8007         * src/asm.c: rewrite of printILine() to use temporary file instead
8008           a pipe
8009         * src/xa51/main.c: commented out declaration of int rewinds
8010
8011 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8012
8013         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8014
8015 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8016
8017         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8018         * src/asm.c (printILine): Fixed bug #811015
8019
8020 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8021
8022         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8023         freeing.
8024
8025 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8026
8027         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8028         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8029         to correctly handle general case of AOP_PAIRPTR
8030         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8031
8032 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8033
8034         * src/mcs51/ralloc.c (fillGaps),
8035         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8036         register positioning bug)
8037
8038 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8039
8040         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8041
8042 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8043
8044         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8045         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8046         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8047         (ralloc doesn't intentionally do this now, but perhaps later)
8048         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8049         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8050         register positioning bugs (Fixed bug #762602 and #795325)
8051         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8052         (Fixed bug #808779)
8053         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8054         lines that --i-code-in-asm generates
8055
8056 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8057
8058         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8059         trying to fclose a FILE* that was already closed.
8060
8061 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8062
8063         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8064         of const struct should be treated as if const themselves)
8065
8066 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8067
8068         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8069
8070 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8071
8072         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8073         Unix (/n) and DOS (/r/n) line terminations.
8074
8075 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8078         bug #613775
8079
8080 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8081
8082         * src/mcs51/gen.c (genFunction, genEndFunction),
8083         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8084         and restore of EA so that stack offsets to parameters are
8085         correct when using both critical and reentrant/stack-auto.
8086         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8087         size (can be triggered in error if sloc is shared between
8088         different sized objects)
8089         * device/include/float.h: fixed macros to explicitly use
8090         unsigned long where needed
8091
8092 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8093
8094         Feature req. 799831: added code to allow nesting of critical functions
8095         * src/mcs51/gen.c (genFunction, genEndFunction)
8096         * src/ds390/gen.c (genFunction, genEndFunction)
8097
8098 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8099
8100         * src/SDCCsymt.c (sclsFromPtr),
8101         * src/SDCCsymt.h,
8102         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8103         support for standard C idiom of memory mapped variables; for
8104         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8105         to xdata int at 0x1234 tempvar = 1.
8106         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8107         provided by Akiya ISHIDA
8108
8109 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8110
8111         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8112         * src/SDCCval.c (constVal): added reduction from int to char
8113         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8114         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8115         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8116         to ignore the sign
8117         * support/regression/tests/shifts.c: fixed
8118
8119 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8120
8121         * src/z80/gen.c (genXor): Fixed bug #805445
8122
8123 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         Fixed bug #621531 (const & volatile confusion in the type chain).
8126         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8127         refer to the const or volatile state of the pointer itself.
8128
8129         * src/SDCCast.c
8130         * src/SDCCglue.c
8131         * src/SDCCicode.c
8132         * src/SDCCsymt.c
8133         * src/SDCCval.c
8134         * src/SDCC.y
8135         * src/SDCCsymt.h
8136         * src/pic/gen.c
8137         * src/pic/ralloc.c
8138         * src/pic16/gen.c
8139         * src/pic16/ralloc.c
8140         * support/regression/tests/const.c
8141
8142 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8143
8144         When checking for duplicated modules, use absolute paths
8145         instead of relative paths.  Files changed:
8146
8147         * as/mcs51/lklib.c
8148         * link/z80/lklib.c
8149
8150 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8151
8152         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8153
8154 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * device/include/string.h: added size_t typedef, changed
8157         prototypes to use size_t, eliminated separate reentrant and
8158         non-reentrant declarations, added _memmove declaration
8159         * device/lib/_memcpy.c: changed to use size_t instead of int,
8160         changed /4 to >>2 to avoid division library call
8161         * device/lib/_memcmp.c,
8162         * device/lib/_memset.c,
8163         * device/lib/_strncat.c,
8164         * device/lib/_strncpy.c,
8165         * device/lib/_strncmp.c: changed to use size_t instead of int
8166         * device/lib/_memmove.c: new file (fixed bug #772294)
8167         * device/lib/Makefile.in: added _memmove.c
8168         * device/lib/z80/asm_strings.s: fixed bug #772290
8169         * support/regression/tests/bitfields.c: attempt to fix host assertion
8170         failure on amd64-unknown-linux2.2
8171
8172 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8173
8174         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8175         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8176         * as/z80/asmain.c (main): fixed bug #801766
8177
8178 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8179
8180         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8181         compilers
8182
8183 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8184
8185         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8186         reported in bug #800609
8187
8188 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8189
8190         * Top header beautifications in src/pic16 directory:
8191           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8192           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8193           pcoderegs.h, ralloc.c, ralloc.h
8194         * main.c: added top header and GPL license notice
8195         * pcode.c: fixed the if-conditional warning
8196
8197 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8198
8199         * device/lib/_mullong.c: replaced int by short for gcc
8200
8201 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8202
8203         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8204         and JUMPTABLE iCodes properly now (worked by accident before)
8205         * src/mcs51/gen.c (leftRightUseAcc),
8206         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8207         iCode properly now. Use getSize instead of nRegs since a & b
8208         aren't part of the nRegs tally.
8209
8210 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8211
8212         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8213         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8214           before instructions that use the _STATUS register
8215
8216 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8217
8218         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8219         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8220         fetching of the pointer
8221         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8222         copied from genNearPointerSet()
8223         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8224         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8225         If they pop r0/r1 they must be called in the opposite order than aopOp().
8226         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8227         (resp. --stack-auto), prepared for --xstack
8228
8229 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8230
8231         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8232
8233 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8236         these ports have their own __sdcc_external_start()
8237
8238 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8239
8240         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8241         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8242         type for bits was changed. It resulted in bit variables becoming
8243         global, which is not permitted in PIC 14 assembly output.
8244
8245 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8246
8247         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8248
8249 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8250
8251         Z80 and MCS51 linkers complaint if a public symbol is defined
8252         in more than one library module:
8253
8254         * as/mcs51/lklib.c
8255         * link/z80/lklib.c
8256         * as/mcs51/Makefile.in
8257
8258 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8259
8260         A few small changes that speed up the peephole optimizer.
8261
8262         * src/SDCCpeeph.c
8263
8264 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8265
8266         Try to make the peephole optimizer smarter by maintaining
8267         an association between the assembly source code and the
8268         iCodes that originated them. Put this information to use
8269         with a new peephole rule condition "notVolatile" so that
8270         the rules can be aggressive yet still safe.
8271
8272         * src/SDCCpeeph.c
8273         * src/SDCCpeeph.h
8274         * src/mcs51/gen.c
8275         * src/mcs51/peeph.def
8276
8277 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8278
8279         Fixed bug #741761
8280
8281         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8282         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8283         if the left or right operand symbols have the accuse flag set.
8284
8285 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8286
8287         Changed the type of the result of the ! (NOT) operator to char;
8288         previously it returned the same type as the source. This allows
8289         us to eliminate all the genFloatNot functions (all of its target
8290         implementations were very buggy) since !float can use the same
8291         code as !long now.
8292
8293         * src/SDCCicode.c (ast2iCode): ! returns char
8294         * src/mcs51/gen.c (genNot, genNotFloat),
8295         * src/ds390/gen.c (genNot, genNotFloat),
8296         * src/z80/gen.c (genNot, genNotFloat),
8297         * src/pic/gen.c (genNot, genNotFloat),
8298         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8299
8300 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8301
8302         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8303         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8304            during interrupts. Ensure WSAVE is located at a shared bank address.
8305         2. Fixed page selection in some places
8306         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8307            the registers name strings.
8308         4. Fixed "signed / unsigned compare" compiler warnings.
8309         5. The PIC port manages its own allocation of the general purpose
8310            registers, but makes no attempt to reuse them. As a result when
8311            compiling it soon runs out of general purpose registers. Some
8312            additional code was added to the files pcode.c and device.c to walk
8313            through the function call tree and rename the registers so that they
8314            get reused.
8315
8316         * src/pic/device.c
8317         * src/pic/gen.c
8318         * src/pic/glue.c
8319         * src/pic/pcode.c
8320         * src/pic/pcode.h
8321         * src/pic/ralloc.c
8322         * src/pic/ralloc.h
8323         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8324         genPlus() & genMinus() when the result is the same as left or right
8325
8326 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8327
8328         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8329
8330 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8331
8332         Made bitfield a distinct type from bit so that bitfields
8333         convert as per ANSI C and bits retain their traditional
8334         boolean style behaviour. Implemented bitfield support in
8335         the z80 port.
8336
8337         * src/SDCCsymt.h,
8338         * src/SDCCsymt.c,
8339         * src/SDCCast.c,
8340         * src/cdbFile.c,
8341         * src/mcs51/gen.c,
8342         * src/ds390/gen.c: bit v bitfield split
8343         * src/z80/gen.c: New support for bitfields
8344         * support/regression/tests/bitfields.c: reenabled z80,
8345         added more tests
8346
8347 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8348
8349         Rules 246.x, 247.x relate to bitfields, the others speed up
8350         access to xdata mapped I/O devices.
8351
8352         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8353
8354 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8355
8356         Cleaned up genPackBits and genUnpackBits and added two helper
8357         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8358         for literal assignments in genPackBits (thanks to Frieder for
8359         reminding me).
8360
8361         * src/mcs51/gen.c
8362         * src/ds390/gen.c
8363
8364 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8365
8366         Fixed bug #748310 (pointer to function type mishandled when the
8367         function name is omitted). Also fixed a SIGSEGV when a function
8368         attribute (reentrant, etc) is used on a non-function or on a
8369         function but misplaced before the parameter list.
8370
8371         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8372         bug #748310
8373         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8374         * support/Util/SDCCerr.h,
8375         * support/Util/SDCCerr.c: Added func attr misuse error msg
8376
8377 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8378
8379         Fixed bug #787649 by anonymous
8380         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8381         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8382
8383 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8384
8385         Fixed numerous bitfield problems.
8386
8387         * src/SDCC.y: More bitfield related error checking
8388         * src/SDCCsymt.h,
8389         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8390         * support/Util/SDCCerr.h,
8391         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8392         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8393         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8394         * support/regression/tests/bitfields.c: tests added
8395
8396 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8397
8398         Made the constant following the "interrupt" keyword optional. If
8399         omitted, the function will not automatically be given an entry
8400         in the interrupt vector table (similar to #pragma NOIV, but
8401         less syntacticly kludgy). The interrupt number is also now
8402         range checked. Also fixed a bug in the high order bit example
8403         in the manual.
8404
8405         * src/SDCC.y
8406         * src/SDCCmem.c
8407         * src/SDCCglue.c
8408         * src/SDCCsymt.h
8409         * support/Util/SDCCerr.c
8410         * support/Util/SDCCerr.h
8411         * doc/sdccman.lyx
8412
8413 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8414
8415         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8416         * src/SDCCicode.c (operandOperation): rewritten some ops
8417         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8418         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8419         other type
8420         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8421         be re-activated by defining REDUCE_LITERALS)
8422         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8423         unsigned, but are signed by default
8424         * src/SDCCval.c (constVal): rearranged
8425         * src/SDCCval.c (valMod): preliminary fix
8426         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8427         * support/regression/literalop.c: added, work in progress
8428
8429 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8430
8431         Generate warnings for useless declarations like "char data;"
8432         that don't do what new users expect.
8433
8434         * src/SDCC.y
8435         * support/Util/SDCCerr.h
8436         * support/Util/SDCCerr.c
8437
8438 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * src/SDCCval.c (valMult): fix overflow detection of negative int
8441
8442 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8443
8444         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8445
8446         Changes to support big endian targets:
8447
8448         * src/ports.h
8449         * src/SDCCglue.c
8450         * src/avr/main.c
8451         * src/ds390/main.c
8452         * src/izt/i186.c
8453         * src/mcs51/main.c
8454         * src/pic/main.c
8455         * src/pic16/main.c
8456         * src/xa51/main.c
8457         * src/z80/main.c
8458
8459 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8462         * device/lib/time.c: fixed warning "integer overflow in expression"
8463
8464 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8465
8466         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8467         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8468         constants are unsigned; added recognition of "u" flag for unsigned
8469         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8470         * src/SDCCval.c (valDiv, valMod): fixed signdness
8471         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8472         signedness of modulo, left and right shift
8473         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8474         * support/Util/SDCCerr.h: added warning W_INT_OVL
8475         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8476         * src/SDCCast.c (ast_print): improved output of constants
8477
8478 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8479
8480         Fixed some warnings when building with MSVC:
8481
8482         * as\mcs51\asdata.c
8483         * as\z80\asdata.c
8484         * as\mcs51\asm.h
8485         * as\z80\asm.h
8486         * link\z80\aslink.h
8487         * link\z80\lkdata.c
8488         * link\z80\lkeval.c
8489         * link\z80\lkgb.c
8490         * link\z80\lkihx.c
8491         * link\z80\lks19.c
8492         * link\z80\lksym.c
8493         * support\cpp2\cpplib.c
8494         * src\ds390\gen.c
8495         * src\mcs51\gen.c
8496
8497 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8498
8499         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8500
8501 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8502
8503         * support\librarian\clean.mk: Do not remove Makefile.
8504         * support\librarian\Makefile: added.
8505
8506 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8507
8508         Added librarian to MSVC build:
8509         * all.dsp
8510         * sdcc.dsw
8511         * support\librarian\librarian.dsp
8512
8513         'configure' not needed for librarian, removed:
8514         * support\librarian\configure
8515         * support\librarian\configure.in
8516         * support\librarian\config_in.h
8517         * support\librarian\Makefile.in
8518
8519         Hopefully these ones built the librarian and the rest of sdcc properly:
8520         * Makefile
8521         * Makefile.common.in
8522
8523         Messed up 'configure', so revert to previous version:
8524         * configure
8525         * configure.in
8526
8527 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8530         there, while the mantissa of a double is "only" 53 bits wide.
8531
8532 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8533
8534         Adding sdcclib to the build.  MSVC project coming soon.
8535         Files added/changed:
8536
8537         * support\librarian\clean.mk
8538         * support\librarian\configure
8539         * support\librarian\configure.in
8540         * support\librarian\config_in.h
8541         * support\librarian\Makefile.bcc
8542         * support\librarian\Makefile.in
8543         * support\librarian\sdcclib.c
8544         * Makefile.bcc
8545         * Makefile
8546         * Makefile.common.in
8547         * configure
8548         * configure.in
8549
8550 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8551
8552         Linker now complaints if linked modules have conflicting options, for
8553         example, one compiled using --model-large and another one compiled with
8554         --model-small.  The following files were modified:
8555
8556         * as\mcs51\asdata.c
8557         * as\mcs51\aslink.h
8558         * as\mcs51\asm.h
8559         * as\mcs51\asmain.c
8560         * as\mcs51\asout.c
8561         * as\mcs51\i51pst.c
8562         * as\mcs51\lkdata.c
8563         * as\mcs51\lklibr.c
8564         * as\mcs51\lkmain.c
8565         * as\z80\asdata.c
8566         * as\z80\asm.h
8567         * as\z80\asmain.c
8568         * as\z80\asout.c
8569         * as\z80\z80pst.c
8570         * link\z80\aslink.h
8571         * link\z80\lkdata.c
8572         * link\z80\lklibr.c
8573         * link\z80\lkmain.c
8574         * src\SDCCglue.c
8575
8576 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8577
8578         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8579         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8580
8581 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8582
8583         * src/z80/mappings.i: fix _mul[us][int,long] entries
8584
8585 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8586
8587         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8588
8589 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8592         * support/regression/tests/bitopcse.c: added
8593         fixed warning:
8594         * src/avr/gen.c:
8595         * src/pic/gen.c:
8596         * src/pic16/gen.c:
8597         * src/z80/gen.c:
8598         * src/xa51/gen.c:
8599
8600 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8601
8602         added support for new library format to z80, gbz80 linkers:
8603         *link/z80/aslink.h
8604         *link/z80/lklex.c
8605         *link/z80/lklib.c
8606         *link/z80/lklist.c
8607
8608 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8609
8610         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8611         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8612
8613 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8614
8615         added DUMMY_READ_VOLATILE:
8616         * src/SDCC.y:
8617         * src/avr/gen.c:
8618         * src/xa51/gen.c:
8619         * src/z80/gen.c:
8620         * src/pic/gen.c:
8621         * src/pic16/gen.c:
8622         * src/mcs51/gen.c:
8623         * src/ds390/gen.c:
8624         * src/SDCCcse.c (algebraicOpts): many improvements
8625         * src/SDCCcse.h: removed algebraicOpts()
8626         * src/SDCCicode.c (picDummyRead): added
8627
8628 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8629
8630         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8631         "Insufficient space in data memory".
8632
8633 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8634
8635         * src/mcs51/gen.c: fixed bug #771358
8636         * src/z80/gen.c: fixed bug #759087
8637
8638 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8639
8640         * src/pic16/glue.c: minor cleanup by Vangelis
8641
8642 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8643
8644         * device/include/regc515c.h: fixed #758477
8645         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8646         * device/lib/_gptrput.c: saved a few bytes
8647         * my tab spacing is 8, yours too?)
8648         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8649         * device/lib/serial.c: process RX bytes earlier than TX bytes
8650         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8651
8652 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8653
8654         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8655
8656 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8657
8658     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8659
8660 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8661
8662         * device/lib/Makefile.in: bad fix, reverted to 1.43
8663
8664 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * device/lib/Makefile.in: added missing z80 object files
8667
8668 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8669
8670         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8671         pic16 progress by Vangelis:
8672         * src/SDCCglobl.h:
8673         * src/SDCCmain.c:
8674         * src/pic/Makefile:
8675         * src/pic:
8676         * pic/Makefile:
8677         * pic16/device.c:
8678         * pic16/device.h:
8679         * pic16/gen.c:
8680         * pic16/gen.h:
8681         * pic16/genarith.c:
8682         * pic16/glue.c:
8683         * pic16/main.c:
8684         * pic16/pcode.c:
8685         * pic16/pcode.h:
8686         * pic16/pcodepeep.c:
8687         * pic16/peeph.def:
8688
8689 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8690
8691     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8692
8693 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8694
8695     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8696     added gbz80 build to MSVC project.
8697     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8698     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8699     from 8051 stuff and setup so it links using a .lnk file.
8700
8701 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8702
8703     * support/librarian/sdcclib.c: sdcc librarian.
8704     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8705     with sdcclib.
8706
8707 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8708
8709     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8710
8711 2003-07-02  Borut Razem <borut.razem AT siol.net>
8712
8713         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8714         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8715         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8716         src/xa51/main.c, src/z80/main.c:
8717         virtualization of glue() function: each port has it's own glue function,
8718         which is accessed by do_glue function pointer in PORT.general structure
8719
8720 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8721
8722         * DS800C400 fun, improved ROM interface and tinibios.
8723
8724 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8725
8726         * More support for DS80C400. Now includes beginning of interface to ROM.
8727
8728 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8729
8730         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8731
8732 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8733
8734         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8735
8736 2003-06-19  Borut Razem <borut.razem AT siol.net>
8737
8738         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8739
8740 2003-06-19  Borut Razem <borut.razem AT siol.net>
8741
8742         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8743         fixed Z80 port - crt0.o: cannot open.
8744
8745 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8746
8747         * support/Util/MySystem.c (merge_command): revert bad fix
8748
8749 2003-06-18  Borut Razem <borut.razem AT siol.net>
8750
8751         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8752
8753 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8754
8755         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8756         option --use-stdout sends errors to stdout instead of stderr.
8757
8758 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8759
8760         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8761
8762 2003-06-15  Borut Razem <borut.razem AT siol.net>
8763
8764         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8765         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8766         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8767         fixed width array of pointers replaced with sets;
8768         multiple include and lib paths ared transferred to preprocessor and linker
8769         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8770         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8771         fixed width array of pointers
8772         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8773         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8774         fixupPath(), getPathDifference()
8775         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8776         fixed width array of pointers
8777
8778 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8779
8780         * src/pic16/ralloc.c: fix warnings
8781         * src/pic16/pcode.c: fix warning
8782
8783 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8784
8785          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8786         know all the details, but essentially this set of changes enable
8787         the pic16 port to generate movff instructions and generate assembler
8788         directives,
8789         * src/SDCCmain.c:
8790         * src/pic16/gen.c:
8791         * src/pic16/glue.c:
8792         * src/pic16/pcode.c:
8793         * src/pic16/device.c:
8794         * src/pic16/main.c:
8795         * src/pic16/pcode.h:
8796         * src/pic16/pcoderegs.c:
8797         * src/pic16/ralloc.c:
8798         * src/pic16/ralloc.h:
8799
8800 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8801
8802         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8803         added option --vc, so sdcc errors and warnings are compatible with
8804         Microsoft Visual Studio.
8805
8806 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8807
8808         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8809           device/lib/libfloat.lib: added atof function.
8810
8811 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8812
8813         * doc/sdccman.lyx: updated to Lyx 1.3
8814         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8815         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8816         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8817
8818 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8821
8822 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8823
8824         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8825           additions to the "related tools/documentation" section
8826
8827 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8828
8829         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8830
8831 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8834         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8835
8836 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8837
8838         * doc/sdccman.lyx: fix double dash and other minor things
8839         * doc/Makefile: fix double dash
8840
8841 2003-05-28  Karl Bongers(patches from Martin Helmling)
8842         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8843           condition and ignore commands.
8844
8845 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8846
8847         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8848           is in parts still quite out of date, I did changes as far as I felt makes sense
8849           for a non-native english speaker.
8850           Please feel free to add to the manual or to correct my changes.
8851         * doc/Makefile: undid touching the date of intermediate tex files.
8852
8853 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8854
8855         * doc/sdccman.lyx: Manual has an index now
8856
8857 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8858
8859         Finalize muluint/mulsint and mululong/mulslong merging:
8860         * device/lib/_mulint.c
8861         * device/lib/_mullong.c
8862         * device/lib/gbz80/mul.s
8863         * device/lib/gbz80/stubs.s
8864         * device/lib/z80/mul.s
8865         * device/lib/z80/stubs.s
8866         * src/SDCCsymt.c (initCSupport)
8867
8868 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8869
8870         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8871         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8872           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8873           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8874           instead of /Zm500.
8875
8876 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8877
8878         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8879           the regression tests I'm not brave enough to enable 245.b, 245.c
8880         * doc/sdccman.lyx: added latex preamble for hyperref package.
8881           Using pdflatex this will give you a hyperlinked pdf file with
8882           bookmarks. (prepend '%' before /usepackage if this breaks something)
8883
8884 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8885
8886          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8887
8888 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8889
8890         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8891
8892 2003-05-21    <johan AT balder>
8893
8894         * src/SDCCglue.c (printIval): fixed bug #739934
8895
8896 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         Applied patch from bug 737905 (renamed yylineo to mylineno):
8899         * src/altlex.c
8900         * src/SDCCast.c
8901         * src/SDCglobl.h
8902         * src/SDCC.lex
8903         * src/SDCCsymt.c
8904         * src/SDCCval.c
8905         * src/pic16/pcode.c: Cleaned warnings
8906         * src/pic16/pcodeflow.c: Cleaned warnings
8907         * src/pic16/pcoderegs.c: Cleaned warnings
8908
8909 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8910
8911         * src/pic16/pcode.c: Cleaned warnings
8912         * src/pic16/pcodepeep.c: Cleaned warnings
8913         * src/pic16/ralloc.c: Cleaned warnings
8914
8915 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * doc/sdccman.lyx: fixed bug 739745
8918         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8919
8920 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8921
8922         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8923         it can be defined with CFLAGS when running configure
8924         * src/SDCCmain.c: fixed compiling + linking with object files
8925
8926 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8927
8928         * configure.in: configure for pic16 port,
8929             added --disable-pic16-port
8930         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8931         * src/SDCCmain.c: linkOptions is changed to set *,
8932             added if/endif conditional macros to remove options help
8933             messages from optionsTable when a port is not configured, added
8934             support for the PIc16 port in the ports table, when executing
8935             the compiler with no port specified on command line, a default
8936             port is selected with the new macro DEFAULT_PORT which is
8937             defined in port.h, in setDefaultOptions() linkOptions is removed
8938             from initialization assignment, since now it is a set,
8939             parseCmdLine uses setParseWithComma for linkOptions, in
8940             linkEdit() linkOptions are accessed with new function indexSet()
8941             which returns the i'th item of a set variable. See SDCCset.c, in
8942             linkEdit() when calling buildCmdLine(), added linkOptions as
8943             last argument. Now users can pass arguments to gplink via the
8944             -Wl option, main() uses pic16glue() to glue up pic16 programs
8945         * src/SDCCpeeph.c: various changes to support pic16
8946         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8947             return the i'th item of the set
8948         * src/SDCCset.h: added function prototype for indexSet()
8949         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8950         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8951         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8952             added macro DEFAULT_PORT
8953         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8954         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8955             generated
8956         * src/pic16/glue.c: commented out some error producing lines
8957         * src/pic16/main.c: __config directives are commented out to stop
8958             gpasm complaining and test the linkage with gplink, _linkCmd and
8959             _asmCmd changed to be more gplink and gpasm friendly
8960         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8961             produced an error when parsed, peep rule 12 is added to utilize
8962             movff, but it is commented out since the pCode does not support
8963             yet a command with 2 address arguments
8964
8965 2003-05-18    <johan AT balder>
8966
8967         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8968         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8969 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8970
8971         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8972   Added feature to script commands from file.
8973
8974 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8977         * src/SDCCutil.c: include ctype.h for win32
8978
8979 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8980
8981         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8982
8983 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8984
8985         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8986   Fixed so you can set breakpoints prior to run, run does not stop
8987   on entry now.  Add tbreak.  Other enhancements and fixes for use
8988   with ddd.
8989
8990 2003-05-12  Borut Razem <borut.razem AT siol.net>
8991
8992         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8993
8994 2003-05-11  Borut Razem <borut.razem AT siol.net>
8995
8996         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8997         the path of bin directory, so that PATH is the only env. variable, which has to be set
8998         in case of standard installation.
8999         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9000         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9001         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9002
9003 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9004
9005         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9006         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9007         temp files are in the port dir; clean the gen/test directory when
9008         generating new test.c
9009         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9010         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9011         * support/regression/tests/zeropad.c: added
9012
9013 2003-05-09    <johan AT balder>
9014
9015         * src/SDCCglue.c: fixed bug #597940
9016
9017 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9018
9019         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9020   cache sfr, optimize next,step, fix off by one sourceline,
9021   support ddd list function.
9022         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9023
9024 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9025
9026         * support/regression/HTMLgen.py: added compare_s2f()
9027         * support/regression/Makefile: redo 1.27
9028         * support/regression/generate-cases.py: redo 1.5
9029
9030 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9031
9032         * support/regression/tests/float.c: workaround 33 bit hex constant
9033         * support/regression/tests/simplefloat.c: fix division for host
9034
9035 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9036
9037         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9038         that tame's the PIC's over-aggressive optimizer.
9039
9040 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9041
9042          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9043          support for MSVC.
9044
9045 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9046
9047         Initial support for DS80C400. "Hello world" runs on TINIm400
9048         (with polled I/O).
9049
9050 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9051
9052          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9053          * Some notes on ddd usage added in debugger/README
9054          Martin Helmling adding more features and fixes for ddd GUI debugger.
9055          Code added for nexti, stepi, up, down, and other adjustments.
9056
9057 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9058
9059         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9060         * src/pic/peeph.def Added two rules to optimize carry manipulation
9061         * src/pic/* removed debug printfs
9062
9063 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         * debugger/mcs51/cmd.c: added header newalloc.h
9066
9067 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9068
9069         * as/Makefile: new EXEEXT
9070         * as/z80/Makefile: remove trailing slash of BUILDIR
9071         * as/z80/clean.mk: new EXEEXT
9072         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9073         * support/cpp2/Makefile.in: new EXEEXT
9074         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9075
9076 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9077
9078         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9079         EXEEXT was introduced to fix all related problems with targets
9080         "clean", "install" and "uninstall"; a couple of further flaws
9081         especially with "clean" have been fixed too
9082         * as/mcs51/Makefile.in
9083         * as/mcs51/clean.mk
9084         * as/z80/Makefile
9085         * Makefile
9086         * clean.mk
9087         * debugger/mcs51/Makefile.in
9088         * debugger/mcs51/clean.mk
9089         * link/z80/Makefile
9090         * link/z80/Makefile.in
9091         * link/z80/clean.mk
9092         * link/Makefile
9093         * packihx/Makefile.in
9094         * packihx/clean.mk
9095         * sim/ucsim/Makefile
9096         * sim/ucsim/clean.mk
9097         * sim/ucsim/avr.src/Makefile.in
9098         * sim/ucsim/avr.src/clean.mk
9099         * sim/ucsim/s51.src/Makefile.in
9100         * sim/ucsim/s51.src/clean.mk
9101         * sim/ucsim/xa.src/Makefile.in
9102         * sim/ucsim/xa.src/clean.mk
9103         * sim/ucsim/z80.src/Makefile.in
9104         * sim/ucsim/z80.src/clean.mk
9105         * sim/ucsim/main_in.mk
9106         * sim/ucsim/packages_in.mk
9107         * sim/ucsim/gui.src/Makefile.in
9108         * sim/ucsim/gui.src/serio.src/Makefile.in
9109         * sim/ucsim/gui.src/serio.src/clean.mk
9110         * src/Makefile.in
9111         * src/clean.mk
9112         * support/cpp2/Makefile.in
9113         * support/cpp2/clean.mk
9114         * support/makebin/Makefile
9115         * support/makebin/clean.mk
9116         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9117         * doc/sdccman.lyx: --program-suffix no longer needed
9118
9119 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9120
9121          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9122          Martin Helmling added support for ddd GUI debugger.
9123          Code added to display assembly, set variables, and other commands
9124          to interface to ddd.
9125
9126 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9127
9128         * as/Makefile: fix target clean
9129         * as/clean.mk: fix target clean
9130         * as/z80/clean.mk: fix target clean
9131
9132 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9133
9134         * Makefile.common.in: added  AT EXEEXT AT
9135         * configure.in: removed all mingw32 stuff
9136         * configure: rebuilt from configure.in
9137         * doc/sdccman.lyx: updated section "installation"
9138         * support/scripts/sdcc_mingw32: adapted to configure
9139         * support/scripts/sdcc_cygwin_mingw32: added
9140
9141 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9142
9143         * src/pic Added object file support for the PIC port
9144         * src/pic Applied patch from Craig Franklin (this started the object file support)
9145         * src/regression Updated the PIC regression tests for object files
9146
9147 2003-04-20  Borut Razem <borut.razem AT siol.net>
9148
9149         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9150           lklex.c: In function `getfid':
9151           lklex.c:203: warning: array subscript has type `char'
9152         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9153           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9154         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9155           stack handling macros
9156
9157 2003-04-19  Borut Razem <borut.razem AT siol.net>
9158
9159         * "handling space characters in file path" task:
9160         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9161         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9162         * support/Util/MySystem.h: make it self-sufficient
9163         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9164           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9165           handling space characters in file path
9166         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9167           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9168         * support/Util/MySystem.c: handling space characters in executable's path
9169
9170 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9171
9172         * as/z80/Makefile: fix permanent rebuild of z80
9173         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9174         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9175
9176 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9177
9178         * src/SDCCopt.c: add special case optimization to replace modulo by
9179           a power of two with a bitwise AND.
9180
9181 2003-04-18    <johan AT balder>
9182
9183         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9184
9185 2003-04-17    <johan AT balder>
9186
9187         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9188         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9189
9190 2003-04-13  Borut Razem <borut.razem AT siol.net>
9191
9192         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9193         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9194           fixed mingw problem in adl_NORMALIZE_PATH
9195
9196 2003-04-12  Borut Razem <borut.razem AT siol.net>
9197
9198         * fixed "#pragma SAVE/RESTORE can not be nested":
9199         * src/SDCC.lex: reworked pragma handling functions
9200         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9201         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9202
9203 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9204
9205         * src/SDCCutil.c (pathEquivalent): defined but not used
9206         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9207         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9208         * configure: rebuilt from configure.in
9209         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9210         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9211         * device/include/Makefile.in: replace sdcc_datadir
9212         * device/lib/Makefile.in: replace sdcc_datadir
9213         * Makefile.common.in: add LDFLAGS from configure
9214         * packihx/Makefile.in: use LDFLAGS
9215         * src/Makefile.in: use LDFLAGS
9216         * support/cpp2/Makefile.in: add LDFLAGS from configure
9217         * support/makebin/Makefile: use LDFLAGS
9218         * .version: bumped version number to 2.3.5
9219
9220 2003-04-12  Borut Razem <borut.razem AT siol.net>
9221
9222         * completed "different paths" task:
9223         * src/SDCCmacro.c: fixed bug in handling quotes
9224         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9225         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9226
9227 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9230
9231 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9232
9233         * ds390/gen.c ds390/peeph.def: fix bug 706781
9234
9235 2003-04-11  Borut Razem <borut.razem AT siol.net>
9236
9237         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9238
9239 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9240
9241         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9242         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9243          set - this bit used to not be set...).
9244         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9245           bad code in PIC Port
9246         * src/regression/and2.c added to test bug 609268
9247         * src/regression/Makefile added and2.c to regression test
9248
9249
9250 2003-04-08    <johan AT CP255758-A>
9251
9252         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9253         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9254         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9255
9256 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9257
9258         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9259         fix bug #487815
9260         * support/cpp2/Makefile.in: fix bug #487815
9261         * configure: rebuilt from configure.in
9262         * Makefile.common.in: docdir changed, new path suffixes
9263         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9264         * sdcc_vc_in.h: reflect changes from sdccconf.h
9265         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9266         * src/SDCCutil.h: remove BINDIR hack
9267         * doc/sdccman.lyx: update new path hierarchy
9268
9269 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9270
9271         * src/SDCCpeeph.c: added okToRemoveSLOC test
9272
9273 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9274
9275         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9276
9277 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9278
9279         * src/SDCCpeeph.c: added labelIsReturnOnly test
9280         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9281
9282 2003-04-05    <johan AT balder>
9283
9284         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9285         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9286         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9287         * src/SDCCast.c: fixed a warning
9288         * src/SDCCast.h: fixed a warning
9289         * src/SDCCicode.c (operandFromAst): fixed a warning
9290
9291 2003-04-04    <johan AT balder>
9292
9293         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9294         * src/SDCCast.c (decorateType): fixed bug #715076
9295         * src/SDCC.y: fixed bug #702907
9296
9297 2003-04-03    <johan AT balder>
9298
9299         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9300         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9301         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9302         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9303         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9304
9305 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9306
9307         * _decdptr.c: fix return values
9308         * _gptrget.c: fix return values
9309         * _gptrgetc.c: fix return values
9310         * _gptrput.c: fix return values
9311         * _mulint.c: fix return values
9312         * as/z80/Makefile: fix 'make -j' problem
9313
9314 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9317         * configure.in: big cleanup, updated to autoconf 2.5x
9318         * configure: rebuilt from configure.in
9319         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9320         * sdcc_vc_in.h: reflect changes from sdccconf.h
9321         * doc/Makefile: fixed a flaw in "make install"
9322
9323 2003-04-02    <johan AT balder>
9324
9325         * src/ds390/gen.c (genCmp): no comments
9326         * src/mcs51/gen.c (genCmp): no comments
9327         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9328         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9329
9330 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9331
9332         * support/regression/generate-cases.py: place generated file in given sub directory
9333         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9334         * support/regression/Makefile: improvements for 'make -j';
9335         side effect: it's simpler and faster now
9336
9337 2003-03-31  Borut Razem <borut.razem AT siol.net>
9338
9339         * src/z80/main.c: link-{port} and as-{port} defined without path
9340         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9341
9342 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9345
9346 2003-03-30  Borut Razem <borut.razem AT siol.net>
9347
9348         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9349           changed type of list parameter to set
9350         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9351         * src/port.h: changed type of do_assemble() parameter to set
9352         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9353           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9354           definition of "cppoutfilename" macro with NULL value in preProcess()
9355         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9356         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9357         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9358           replaced with set *binPathSet
9359         * shash_add() deallocates the item, if allready exsists, before adding the new one
9360         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9361
9362 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9363
9364         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9365           a nested for loop bug in the PIC port
9366         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9367           for loops
9368
9369 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9370
9371         * support/Util/dbuf.h: remove C++ stuff to make it portable
9372
9373 2003-03-28  Borut Razem <borut.razem AT siol.net>
9374
9375         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9376           literal strings in stringLiteral()
9377         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9378         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9379           to the project
9380
9381 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9382
9383         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9384
9385 2003-03-26    <johan AT balder>
9386
9387         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9388         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9389         * src/SDCCast.c (decorateType): fixed " -v < 3"
9390
9391 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9394         Added Lenny Story's debug infrastructure changes:
9395         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9396         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9397         * src/cdbFile.c: added
9398         * src/SDCCdebug.c: added
9399         * src/SDCCdebug.h: added
9400         * src/SDCCast.c (createFunction)
9401         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9402         * src/SDCCmain.c (parseCmdLine, main)
9403         * src/SDCCmem.c (redoStackOffsets)
9404         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9405         * src/SDCCsymt.h
9406         * src/common.h
9407         * src/avr/gen.c (genAVRCode)
9408         * src/ds390/gen.c (gen390Code)
9409         * src/mcs51/gen.c (gen51Code)
9410         * src/pic/gen.c (genpic14Code)
9411         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9412         * src/xa51/gen.c (genXA51Code)
9413         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9414
9415 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9416
9417         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9418         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9419
9420 2003-03-22    <johan AT balder>
9421
9422         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9423
9424 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9425
9426         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9427         * doc/cdbfileformat.lyx: added, written by Lenny Story
9428         * doc/Makefile: added cdbfileformat.lyx
9429         * doc/clean.mk: added cdbfileformat.lyx
9430
9431 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9432
9433         * src/mcs51/peeph.def: fix bug #705773
9434
9435 2003-03-20    <johan AT balder>
9436
9437         An sfr/sbit can have an "at #" AND an initializer
9438         * src/SDCCsymt.c (checkSClass):
9439         * src/SDCCmem.c (allocGlobal):
9440         * src/SDCCmem.c (allocLocal):
9441         * src/SDCCast.c (createBlock):
9442
9443 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9446
9447 2003-03-16    <johan AT balder>
9448
9449         Undid the hackup of const and volatile, the problem is much bigger
9450         * src/SDCC.y:1.65
9451         * src/SDCCast.c:1.171
9452         * src/SDCCglue.c:1.138
9453         * src/SDCCicode.c:1.146
9454         * src/SDCCsymt.c:1.150
9455         * src/SDCCval.c:1.65
9456
9457 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9458
9459         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9460         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9461
9462 2003-03-13    <johan AT balder>
9463
9464         Hackup const and volatile modifiers in type chains a bit:
9465         * src/SDCC.y:1.63
9466         * src/SDCCast.c:1.169
9467         * src/SDCCglue.c:1.136
9468         * src/SDCCicode.c:1.143
9469         * src/SDCCsymt.c1.146
9470         * src/SDCCsymt.h1.59
9471         * src/SDCCval.c:1.63
9472
9473 2003-03-12    <johan AT balder>
9474
9475         * src/SDCCBBlock.h: more LRH debugging junk
9476         * src/SDCCcflow.h: more LRH debugging junk
9477         * src/SDCCloop.c: more LRH debugging junk
9478         * src/SDCC.y (struct_declaration): fixed bug #697590
9479         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9480         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9481         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9482
9483 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9484         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9485         test function names must now match exactly).
9486         * src/SDCCcse.c: added special case in findCheaperOp to allow
9487         extending a short integer. Makes less awful code for bug 700121 test case.
9488
9489 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9490
9491         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9492         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9493
9494 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9495
9496         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9497         actually called (operandsNotEqual() was called for all
9498         operandsNotEqualX tests).
9499
9500 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9501
9502         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9503         with shorter literals. Fixes bug 700121.
9504
9505 2003-03-11    <johan AT balder>
9506
9507         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9508
9509 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9510
9511         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9512         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9513
9514 2003-03-10  Borut Razem <borut.razem AT siol.net>
9515
9516         * src/SDCCmain.c: pipe preprocessor's output
9517         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9518         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9519         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9520         which closes all pipes in pipeSet set
9521         * src/SDCCset.c: free deleted item in function deleteSetItem()
9522         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9523         moved from z80 to src subproject
9524         * .version: increased version number to 2.3.4
9525
9526 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9527
9528         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9529         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9530         * support/regression/ports/xa51/spec.mk: fix typo
9531
9532 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9533
9534         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9535
9536 2003-03-09  Borut Razem <borut.razem AT siol.net>
9537
9538         * src/SDCCmain.c: pipe preprocessor's output
9539         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9540         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9541         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9542         which closes all pipes in pipeSet set
9543         * src/SDCCset.c: free deleted item in function deleteSetItem()
9544         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9545         moved from z80 to src subproject
9546
9547 2003-03-09  Borut Razem <borut.razem AT siol.net>
9548
9549         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9550         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9551         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9552         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9553         * src/SDCCglobl.h: unification of WIN32 native definitions
9554
9555 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9556
9557         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9558
9559 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9560
9561         * src/configure.in:   check for endianess (even while cross-compiling)
9562         * src/configure:      check for endianess (even while cross-compiling)
9563         * src/configure_in.h: check for endianess (even while cross-compiling)
9564         * src/avr/gen.c:        remove old endianess stuff
9565         * src/mcs51/gen.c:      remove old endianess stuff
9566         * src/ds390/gen.c:      remove old endianess stuff
9567         * src/pic/gen.c:        remove old endianess stuff
9568         * src/pic/genarith.c:   remove old endianess stuff
9569         * src/pic/glue.c:       fix endianess check
9570         * src/pic16/gen.c:      remove old endianess stuff
9571         * src/pic16/genarith.c: remove old endianess stuff
9572         * src/pic16/glue.c:     fix endianess check
9573         * src/xa51/gen.c:       remove old endianess stuff
9574         * src/z80/gen.c:        fix endianess check
9575         * src/SDCCglue.c:       fix endianess check
9576         * src/ds390/peeph.def: fix bug 700036
9577
9578 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9579
9580         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9581         * src/configure: find appropriate data-types on host for SDCC's int and long
9582         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9583         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9584         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9585
9586 2003-03-07    <johan AT balder>
9587
9588         Just a big NOOP:
9589                 some minor cleanups before the big shot
9590                 OP_DEFS and OP_USES now use Kevin's protection
9591                 new option --nolabelopt
9592
9593         * src/SDCCBBlock.c:
9594         * src/SDCCast.c,:
9595         * src/SDCCcflow.c:
9596         * src/SDCCcse.c:
9597         * src/SDCCicode.c:
9598         * src/SDCCicode.h:
9599         * src/SDCClabel.c:
9600         * src/SDCCloop.c:
9601         * src/SDCCmain.c:
9602         * src/ds390/ralloc.c:
9603         * src/mcs51/ralloc.c:
9604         * src/pic/ralloc.c:
9605         * src/xa51/ralloc.c:
9606         * src/z80/ralloc.c:
9607
9608 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9609
9610         * src/pic/pcode.c (get_op): fix 64 bit warnings
9611         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9612         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9613         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9614         * support/regression/tests/malloc.c: fix 64 bit warnings
9615
9616 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9617
9618         * src/mcs51/gen.c (genMinus): fixed bug 696436
9619
9620 2003-03-02  Borut Razem <borut.razem AT siol.net>
9621
9622         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9623
9624 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9625
9626         * configure.in: test for mkstemp
9627         * sdccconf_in.h: add HAVE_MKSTEMP
9628
9629 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9630
9631         * device/include/ctype.h: removed warning while using --stack-auto
9632         * device/include/malloc.h: removed warning while using --stack-auto
9633         * device/include/string.h: removed warning while using --stack-auto
9634
9635 2003-02-23  Borut Razem <borut.razem AT siol.net>
9636
9637         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9638         because NDEBUG is defined (see man assert)
9639         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9640
9641 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9642
9643         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9644         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9645
9646 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9647
9648         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9649         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9650
9651 2003-02-18    <johan AT balder>
9652
9653         * as/mcs51/asmain.c (asmbl): module can start with a digit
9654         * as/z80/asmain.c (asmbl): module can start with a digit
9655
9656 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9659         * src/asm.c: fix pipe() for Mingw32
9660
9661 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9662
9663         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9664         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9665         make -V work again; --c1mode reads now from stdin
9666         * doc/sdccman.lyx: added --c1mode
9667         * support/Util/SDCCerr.c: new messages for c1 mode
9668         * support/Util/SDCCerr.h: new messages for c1 mode
9669         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9670
9671 2003-02-15    <johan AT balder>
9672
9673         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9674
9675 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9676
9677         * doc/sdccman.lyx: Environment variables, -o and other minor things
9678
9679 2003-02-14    <johan AT balder>
9680
9681         * src/xa51/main.c: before anyone really tries to use it :)
9682
9683         * Install doc's in share/sdcc/doc
9684         * removed some obsolete files
9685         * Do a proper make distclean and uninstall
9686         M Makefile.common.in
9687         R sdccbuild.sh
9688         M as/Makefile
9689         M device/include/Makefile.in
9690         M device/lib/Makefile.in
9691         M doc/sdccman.lyx
9692         M link/Makefile
9693         M sim/ucsim/doc/Makefile.in
9694         M src/clean.mk
9695         R src/avr/peeph.rul
9696         R src/xa51/peeph.rul
9697         M support/cpp2/Makefile.in
9698         M support/makebin/Makefile
9699
9700
9701 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9704
9705 2003-02-10  Borut Razem <borut.razem AT siol.net>
9706
9707         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9708         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9709         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9710         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9711         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9712         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9713         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9714         src/z80/Makefile.bcc: Borland Makefile cleanup
9715         * as/z80/Makefile.bcc: Added Borland Makefile
9716         * support/cpp2/borland.h: Removed
9717
9718 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9719
9720         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9721         * src/SDCC.lex: new pragma NOIV
9722         * src/SDCCglobl.h: new pragma NOIV
9723         * src/SDCCmem.c: new pragma NOIV
9724
9725 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9726
9727         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9728
9729 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9730
9731         * src/SDCCmain.c: signal handling is switched off by --debug
9732         * doc/Makefile: small fix for install; use clean.mk again
9733         * doc/clean.mk: clean *.pdf and *.html too
9734
9735 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9736
9737         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9738         * device/lib/printfl.c: fix a ds390 bug by making it portable
9739         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9740         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9741         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9742         * debugger/mcs51/cmd.c: converted multi-line string literals
9743         * sim/ucsim/globals.cc: converted multi-line string literals
9744         * src/SDCCmain.c: introduced signal handler to remove temp files
9745         * doc/Makefile: small tweaks, implement clean
9746         * doc: removed generated files
9747
9748 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9749
9750         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9751         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9752         Address Record is not correctly generated for DS390."
9753
9754 2003-02-02  Borut Razem <borut.razem AT siol.net>
9755
9756         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9757         * as/mcs51/asm.h: fixed compilation with Borland C
9758         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9759         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9760         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9761         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9762         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9763         src/z80/Makefile.bcc: delete $(LIB) only if exist
9764         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9765
9766 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9767
9768         * device/include/malloc.h: introduced NULL
9769         * device/include/string.h: introduced NULL
9770         * device/include/stdlib.h: introduced NULL
9771         * device/lib/_memcpy.c: removed NULL
9772         * device/lib/_strcat.c: removed NULL
9773         * device/lib/_strchr.c: removed NULL
9774         * device/lib/_strcmp.c: removed NULL
9775         * device/lib/_strcpy.c: removed NULL
9776         * device/lib/_strcspn.c: removed NULL
9777         * device/lib/_strlen.c: removed NULL
9778         * device/lib/_strncat.c: removed NULL
9779         * device/lib/_strncmp.c: removed NULL
9780         * device/lib/_strncpy.c: removed NULL
9781         * device/lib/_strpbrk.c: removed NULL
9782         * device/lib/_strrchr.c: removed NULL
9783         * device/lib/_strspn.c: removed NULL
9784         * device/lib/_strstr.c: removed NULL
9785         * device/lib/_strtok.c: removed NULL
9786         * device/lib/malloc.c: removed NULL, include own header
9787
9788 2003-02-02    <johan AT balder>
9789
9790         * 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
9791         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9792         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9793         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9794         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9795         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9796
9797 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9798
9799         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9800         area 'DATA'"
9801
9802 2003-02-01    <johan AT balder>
9803
9804         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9805
9806 2003-01-31    <johan AT CP255758-A>
9807
9808         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9809
9810 2003-01-30    <johan AT balder>
9811
9812         * src/SDCCBBlock.c: automatic bug detection
9813         * src/SDCCicode.c: automatic bug detection
9814
9815 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9816
9817         * src/SDCCglobl.h:   now --xram-size 0 works
9818         * src/SDCCmain.c:    now --xram-size 0 works
9819
9820 2003-01-29    <johan AT balder>
9821
9822         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9823
9824 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9825
9826         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9827         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9828         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9829         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9830         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9831         * src/SDCCmain.c:    Added options --xram-size and --code-size
9832
9833 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9834
9835         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9836         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9837
9838 2003-01-27    <johan AT balder>
9839
9840         * src/SDCC.y: fixed bug #613764
9841
9842 2003-01-26    <johan AT balder>
9843
9844         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9845         * src/SDCCsymt.h: fixed bug #673374
9846         * src/SDCCglue.c: fixed bug #661910
9847         * src/SDCCast.c: fixed bug #458099 and 673374
9848
9849 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9850
9851         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9852         * as/mcs51/strcmpi.h: added
9853         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9854         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9855         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9856         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9857         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9858         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9859         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9860         * as/mcs51/Makefile.aslink: new module strcmpi
9861         * as/mcs51/Makefile.asx8051: new module strcmpi
9862         * as/mcs51/Makefil.bcc: new module strcmpi
9863         * as/mcs51/Makefile.in: new module strcmpi
9864         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9865
9866 2003-01-26    <johan AT balder>
9867
9868         * src/SDCCglue.c: reverted back to 1.124
9869         * src/SDCCast.c: reverted back to 1.156
9870         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9871
9872 2003-01-25    <johan AT balder>
9873
9874         * src/SDCCglue.c: A better fix for bug #661910
9875         * src/SDCCast.c: A better fix for bug #661910
9876         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9877
9878 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9879
9880         * src/Makefile.in: remove spawn.o
9881         * src/SDCCmain.c: remove spawn.h
9882         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9883         * src/spawn.c: removed
9884         * src/spawn.h: removed
9885         * support/regression/ports/ds390/spec.mk: link with -r
9886
9887 2003-01-24    <johan AT CP255758-A>
9888
9889         * src/ds390/gen.c (aopOp): fixed bug #667458
9890         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9891         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9892         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9893
9894 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9895
9896         * src/mcs51/peeph.def: better assembler identation by Frieder
9897         * src/mcs51/gen.c: better assembler identation by Frieder
9898
9899 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9900
9901         * as/z80/string.h: removed for gcc 3.2
9902         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9903         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9904
9905 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9906
9907         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9908         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9909         * support/regression/Makefile: separate temp files for ports
9910         * support/regression/generate-cases.py: separate temp files for ports
9911         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9912         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9913
9914 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9915
9916         * moved tinitalk to device/examples/ds390
9917
9918 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9919
9920         * as/mcs51/lkmem.c: rflag is for DS390
9921         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9922         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9923                          (linkEdit): move mem- and map-files the same way as ihx-files
9924         * src/z80/main.c (_setDefaultOptions): removed --generic
9925         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9926         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9927         * src/pic/glue.c (picglue): --c1mode works again
9928         * src/pic16/glue.c (pic16glue): --c1mode works again
9929         * src/asm.c (printCLine): fix #660034
9930
9931 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9932
9933         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9934         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9935         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9936         * as/mcs51/lkmem (summary): better fix for sp problem
9937         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9938         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9939         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9940                                               remove --stack-after-data
9941
9942 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9943
9944         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9945         * src/SDCCutil.c (join): ugly bug: missing '\0'
9946         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9947
9948 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9949
9950         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9951         * src/port.h: typo
9952         * src/pic/main.c (_asmCmd): gpasm supports -o
9953         * src/z80/main.c: more general macros
9954         * device/lib/Makefile.in: remove intermediate files
9955
9956 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9957
9958         * .version: Bumped version number to 2.3.3
9959         * src/SDCCBBlock.c: new option -o
9960         * src/SDCCglobl.h: new option -o
9961         * src/SDCCglue.c: new option -o
9962         * src/SDCCmain.c: new option -o
9963         * src/asm.c: new option -o
9964         * src/ds390/main.c: new option -o
9965         * src/pic/glue.c: new option -o
9966         * src/pic/pcode.c: new option -o
9967         * src/pic/ralloc.c: new option -o
9968         * src/pic16/glue.c: new option -o
9969         * src/pic16/pcode.c: new option -o
9970         * src/pic16/ralloc.c: new option -o
9971         * src/z80/main.c: new option -o
9972         * device/lib/Makefile.in: use -o
9973         * support/regression/ports/ds390/spec.mk: use -o
9974         * support/regression/ports/gbz80/spec.mk: use -o
9975         * support/regression/ports/mcs51/spec.mk: use -o
9976         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9977         * support/regression/ports/z80/spec.mk: use -o
9978         * support/regression/ports/ucz80/spec.mk: use -o
9979         * support/regression/ports/xa51/spec.mk: use -o
9980         * support/regression/fwk/lib/timeout.c: fix usage string
9981
9982 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9983         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9984
9985 2003-01-07    <johan AT balder>
9986
9987         * src/SDCCast.c (decorateType): fixed bug #600035
9988
9989 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9990         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9991         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9992         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9993         * src/pic/pcode.c: outcommented unused variable to remove warnings
9994         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9995
9996 2003-01-06    <karl AT turbobit.com>
9997         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9998    regression tests.
9999
10000 2003-01-06    <johan AT balder>
10001
10002         * src/SDCCicode.c: fixed array add
10003
10004 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10005         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10006         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10007
10008 2003-01-04    <johan AT balder>
10009
10010         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10011
10012 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10013         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10014
10015 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10016         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10017         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10018
10019 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10020         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10021
10022 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10023         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10024
10025 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10026         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10027
10028 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10029
10030     * in \sdcc\as\mcs51\ changed these files in order to create an
10031     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10032     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10033     following files to include the previous two files: aslink.dsp,
10034     Makefile.aslink, Makefile.bcc, and Makefile.in.
10035
10036     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10037     .adb instead of .cdb
10038
10039 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10040
10041         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10042         value from option --iram-size.
10043
10044 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10045
10046         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10047         dram[] array.
10048
10049 2002-09-18    <wiml AT hhhh.org>
10050
10051         * SDCClrange.h: exposed setFromRange() and setToRange()
10052         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10053           packRegsForAccUse() (bug 542397)
10054         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10055           multiple times and emitting the fetch operations more than once
10056           added aopGetUsesAcc() function to allow binary operators to
10057           fetch their operands in the correct order; made genMinus() emit
10058           compact code for X = LITERAL - Y
10059
10060 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10061         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10062         sprintf() in line 1267.
10063
10064 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10065         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10066         like ports.
10067
10068 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10069         Changes to aslink (All the changes are marked with 'JCF'):
10070
10071         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10072         summary().
10073
10074         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10075         area BSEG.  Also moves, if possible, the DATA area down into the internal
10076         ram so more space is available.
10077
10078         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10079         sflag.
10080
10081         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10082         not bytes.  Function summary() which creates a memory usage summary
10083         file with extension .mem.  Reports of overlaping stack and small stack
10084         size.  If the space for the stack is less than 16 bytes aslink trows a
10085         warning.
10086
10087         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10088         the 8051.  Option 'y' for memory summary output file.
10089
10090         Changes to sdcc (All the changes are marked with 'JCF'):
10091
10092         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10093
10094         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10095         overlaying area for it (uses RegBankUsed[4]).
10096
10097         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10098         bank zero as used by default.  By default aslink locates the stack
10099         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10100         the creation of the .mem file.  Delegates the allocation of data area
10101         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10102         the begining of the stack area to aslink.
10103
10104         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10105         glue() in SDCCglue.c creates an area for it.
10106
10107 2002-09-03  Borut Razem <borut.razem AT siol.net>
10108         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10109         sdcc/src/pic/glue.c:
10110         introduced atexit() handler for teporay files removal in case of
10111         errors, assertions, ...
10112
10113 2002-08-29  Borut Razem <borut.razem AT siol.net>
10114         * sdcc/support/cpp2/auto-host_vc_in.h:
10115         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10116         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10117         Maybe there is a similar problem with BORLANDC? It should be checked!
10118
10119         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10120         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10121         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10122         was not executed, and the compiler (cl) launched a warning:
10123         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10124
10125 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10126         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10127
10128 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10129         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10130
10131         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10132           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10133           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10134           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10135           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10136           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10137           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10138         - added Release configuration in VS projects
10139         - review of compiler an linker options
10140         - VC .exe files are generated in bin_vc directory, not to interfere
10141           with binaries generated from other projects (cygwin, mingw, bcc ...)
10142
10143         * sdcc/src/yacc.dsp: added
10144
10145         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10146         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10147         and insert the version number definitions from .version
10148
10149         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10150
10151         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10152         added - genarate auto-host.h using auto-host_vc_in.h as template
10153
10154         * sdcc/sdcc_vc.h,
10155         removed from CVS, generated automatically
10156
10157 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10158         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10159
10160 2002-08-11  Borut Razem <borut.razem AT siol.net>
10161         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10162
10163 2002-08-10  Borut Razem <borut.razem AT siol.net>
10164         * src/SDCCmain.c (main):
10165         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10166         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10167         The consequence was that some temporary files were not removed.
10168
10169         * src/SDCCglue.c:
10170         unification of code in functions tempfilename() and tempfile():
10171         function tempnam() is defined in Visual Studio 6.0 and .NET
10172
10173         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10174
10175         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10176           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10177         - removed compiler command line option /WX: Treats all warnings as errors
10178         - update a list of source files, included into the project
10179
10180         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10181           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10182         changed project type to Generic Project so that can be correcly converted to VS.NET project
10183
10184         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10185
10186         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10187
10188         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10189
10190         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10191         added return 0 statements after assert() to make compiler happy
10192
10193         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10194         added newline in the def file to keep MSC compiler satisfied
10195
10196         * sdcc/src/z80/gen.c:
10197         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10198           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10199         - solved MSC error in function aopDump()
10200
10201         * sdcc_vc.h: define PREFIX as "\\sdcc"
10202
10203 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10204         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10205
10206 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10207         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10208         - Rewrote the register banking algorithm.
10209         - Added pCode live-range analysis to registers (for now, only non-used and
10210         singly-used registers optimized away)
10211
10212         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10213
10214         * 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.
10215
10216 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10217         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10218
10219 2002-04-22  Michael Hope  <michaelh AT vroom>
10220
10221         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10222
10223         * configure.in (DD_COPT): Added include support required for gbdk.
10224
10225         * .version: Bumped version number just to increase it.
10226
10227         * src/SDCCmain.c: Added -nostdinc to the default options.
10228
10229 2002-04-15  Michael Hope  <michaelh AT vroom>
10230
10231         * device/lib/z80/printf.c (sprintf): Added.
10232
10233         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10234
10235         * src/z80/peeph.def: Added transpose redundent load rule.
10236
10237         * src/z80/main.c: Added force callee saves for jaune.
10238
10239         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10240
10241         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10242
10243 2002-03-28  Johan Knol  <johan AT balder>
10244
10245         * src/SDCCval.c: fixed bug #532436
10246
10247 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10248         * /src/port.h:
10249         Added "char *Processor" field to the port structure.
10250
10251         * /src/SDCCmain.c:
10252         Added -p option. Allows port dependent processor to be specified.
10253
10254         * all ports:
10255         Initialized the new field char *Processor field to NULL in all ports
10256
10257         * /src/pic/*:
10258         Compiler generated registers for interrupt context saving
10259         were not getting allocated.
10260
10261 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10262
10263         * /src/SDCCast.c:
10264         Fixed left shift. Will promote the left side of a left shift
10265         if a) left shifting more than size of operand or b) when assigned
10266         to something size > size of left side
10267
10268 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10269         * src/pic/*
10270         tons of changes. Register allocation has been
10271         rewritten. Added customization for the various PICs. Flow
10272         analysis is restructured. ...
10273
10274         * src/pic/device.h:
10275         Added
10276
10277         * src/pic/device.c:
10278         Added. device.c is a PIC port hack to accomodate variations
10279         in PIC devices.
10280
10281 2002-03-13  Michael Hope  <michaelh AT vroom>
10282
10283         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10284
10285 2002-03-04  johanknol  <johanknol AT manik>
10286
10287         * /src/SDCCval.c: fixed
10288
10289         const unsigned char arr[][2] = { { 0, 1 } };
10290         t18.c:1: error: Initializer element is not constant
10291
10292 2002-03-04  bela  <bela AT manik>
10293
10294         * /device/include/mcs51reg.h:
10295         ds89c420 register definition update
10296
10297 2002-03-03    <johan AT FRIJA>
10298
10299         * support/Util/SDCCerr.c: did something, but don't no why anymore
10300
10301         * support/regression/tests/bug-524691.c: made it a little less shy
10302
10303         * src/SDCCast.c (decorateType): fixed bug #524697
10304
10305         * src/SDCCast.c: made some lineno improvements
10306
10307         * src/SDCCval.c (getNelements): changed warning to error
10308
10309         * src/SDCCglue.c (printIvalArray): changed warning to error
10310
10311         * src/SDCCicode.c: fixed a warning for mingw
10312
10313         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10314
10315         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10316
10317 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10318
10319         * src/ds390/peeph.def:
10320         Added some more peephole rules
10321
10322         * src/ds390/gen.c: Various fixes & enhancements
10323
10324         * src/SDCClrange.c, src/SDCClrange.h:
10325         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10326
10327         * src/ds390/ralloc.c:
10328         various fixes & enhancements (ds390) specific
10329
10330         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10331         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10332         from rallocs.
10333
10334         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10335
10336 2002-03-02    <johan AT FRIJA>
10337
10338         * src/SDCCast.c (decorateType): fixed bug #524708
10339
10340         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10341
10342         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10343
10344 2002-03-01  Michael Hope  <michaelh AT vroom>
10345
10346         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10347
10348         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10349
10350 2002-03-01    <johan AT FRIJA>
10351
10352         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10353
10354         * src/SDCCast.c (decorateType): fixed bug #524209
10355
10356         * src/SDCCval.c (valNot): fixed bug #524195
10357
10358 2002-02-26    <johan AT balder>
10359
10360         * src/xa51/gen.c: fixed a warning
10361
10362         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10363
10364         * src/SDCCast.c (decorateType): fixed bug #522534
10365
10366 2002-02-23    <johan AT balder>
10367
10368         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10369
10370 2002-02-22    <johan AT balder>
10371
10372         * src/SDCCast.c: fixed bug #514865
10373
10374         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10375
10376 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10377
10378         * sdcc/src/SDCCloop.c:
10379         Previous fix was not good. basic blocks that have "break" or "return" are
10380         not really partof a loop , but live ranges used in these blocks should
10381         be live thru the entire loop, so set partOfLoop but don't add them to
10382         loop region
10383
10384 2002-02-21    <johan AT FRIJA>
10385
10386         * src/SDCCcse.c: fixed bug #514308
10387
10388 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10389
10390         * src/SDCCloop.c:
10391         Fixed BUG #519583. If a conditional block ended in a return/break
10392         statement inside a loop, it was not being considered part of the loop.
10393
10394         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10395
10396 2002-02-10  Karl Bongers <karl AT turbobit.com>
10397
10398         * debugger/*:
10399         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10400         with lots of comments and notes.
10401
10402         * device/examples/test2.c:
10403         Fix bug, "red" variable not being initialized(compiler complained).
10404
10405         * device/examples/Makefile, examples/test3.c:
10406         Add Makefile in device/examples folder, compiles test3.c
10407         for use as a multiple module SDCDB test case.
10408
10409         * sim/ucsim/cmd.src/cmdset.cc:
10410         Took out debug printfs in ucsim "next" command.
10411
10412         * sim/ucsim/xa.src:
10413         Karl and Johan start ucsim XA support.  Most dissassembly working,
10414         about 75% emulation done(plenty of work remaining).
10415
10416         * sim/ucsim/z80.src:
10417         Add Z80 support to ucsim, add test-ucz80 regression test,
10418         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10419         Notice z80 compiler fails on examples/test3.c/crc code.
10420
10421 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10422
10423         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10424         Added support for --parms-in-bank1
10425
10426         * src/ds390/peeph.def:
10427         added a few more peephole optimzations
10428
10429         * src/ds390/main.c:
10430         1) added __builtin_inp & __builtin_outp used to read in data of given length
10431            from a memory mapped port
10432         2) added __builtin_memcmp
10433         3) added __builtin_swapw swap bytes of a short
10434
10435         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10436         1) handle multiple send & receives from register bank1
10437         2) ralloc can now allocate DPTR1 to some liveRanges
10438
10439         * src/SDCCsymt.c, src/SDCCsymt.h:
10440         changes to handle multiple sends & receives
10441
10442         * src/SDCCptropt.h:
10443         added some pointer arithmetic optimization
10444
10445         * src/SDCCptropt.c:
10446         added some pointer arithmetic optimizations but not stable yet so not
10447         called from anywhere (will get this working shortly)
10448
10449         * src/SDCCopt.c: fixed for multiple sends & receives
10450
10451         * src/SDCCmain.c:
10452         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10453         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10454            set preprocessor defines (depending on options)
10455
10456         * src/SDCCicode.c, src/SDCCicode.h:
10457         changes made to handle multiple sends & receives
10458
10459         * src/SDCCglobl.h:
10460         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10461
10462         * src/SDCCcse.c, src/SDCCcse.h:
10463         added function findbackward def (to be used in upcoming optimization)
10464
10465         * src/SDCCcflow.c, src/SDCCcflow.h:
10466         added function returnAtEnd - to determine if a basic block terminates with
10467         a RETURN iCode
10468
10469         * src/SDCCast.c, src/SDCCast.h:
10470         added option parms-in-bank1
10471
10472         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10473         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10474         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10475         adjusted for --parms-in-bank1 option
10476
10477         * device/include/string.h:
10478         donot redefine "reentrant" keyword
10479
10480         * device/include/ds80c390.h: Added some more SFRs
10481
10482 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10483
10484         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10485
10486 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10487
10488         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10489
10490 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10491
10492         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10493
10494 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10495
10496         * Added --xram-movc option
10497
10498 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10499
10500         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10501
10502 2002-01-11  Johan Knol
10503
10504         * Added math lib of Jesus Calvino-Fraga
10505
10506 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10507
10508         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10509         * support/regression/Makefile: new target test-mcs51-stack-auto
10510         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10511
10512 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10513
10514         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10515
10516 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10517
10518         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10519
10520 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10521
10522         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10523
10524         * src/SDCCglue.h: add definition for printIvalChar()
10525
10526 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10527
10528         * src/SDCCast.c: fix #498138 by Johan
10529
10530         * src/SDCCglue.c: fix #498138 by Johan
10531
10532 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10533
10534         * support/regression/Makefile: fix clean
10535
10536         * support/regression/ports/ds390/support.c: fix transmission of last character
10537
10538 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10539
10540         * /sdcc/src/ds390/gen.c:
10541         a) improved computing address of stack variable
10542         b) took out some #if 0 code
10543         c) improved parmBytes adjustment
10544         d) improved genPlusIncr & genMinusIncr
10545         e) genCmp could generate bad code (when left assigned to DPTR)
10546         f) Fixed bug in hasInc
10547
10548         * /sdcc/src/ds390/ralloc.c:
10549         a) packRegsForSupport could mess up live information (Fixed)
10550         b) packRegsDPTRuse could be incorrect for left & right shift
10551
10552         * /sdcc/src/mcs51/ralloc.c:
10553         packRegsForSupport could mess up the live information (Fixed)
10554
10555         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10556
10557         * /sdcc/src/SDCCast.c:
10558         can reverse a loop even if function call is present as long
10559         as the loop control variable is local & is not passed as parameter
10560
10561 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10562
10563         * /sdcc/ChangeLog: *** empty log message ***
10564
10565         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10566         More builtin function additions for TININative
10567
10568         * /sdcc/src/ds390/ralloc.c:
10569         Had broken the regression testsuite
10570
10571         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10572
10573         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10574         Added funcattr hasStackParms will be set for reentrant functions when there
10575         are paramteres on the stack, this helps in minimizing frame pointer generation
10576         typeFromStr can handle function pointers now
10577
10578         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10579         *** empty log message ***
10580
10581 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10582
10583         * /src/ds390/gen.c, /src/ds390/main.c:
10584         More builtin function additions for TININative
10585
10586         * /src/ds390/ralloc.c:
10587         Had broken the regression testsuite
10588
10589         * /src/SDCCast.c: Fixed a bug in dumptree
10590
10591         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10592         Added funcattr hasStackParms will be set for reentrant functions when there
10593         are paramteres on the stack, this helps in minimizing frame pointer generation
10594         typeFromStr can handle function pointers now
10595
10596         * /doc/builtins.txt, /doc/TININative.txt:
10597         *** empty log message ***
10598
10599
10600 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10601
10602         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10603         ALPHA version for -mTININative
10604
10605         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10606         updated to reflect changes in the port structure
10607
10608         * /src/port.h:
10609         added function do_assemble (similar to do_link) if non-null this function
10610         will be called to do assembly (-mTININative) requires a multi command
10611         assembly
10612         added function genAssemblerEnd will be called to generate assembler Epilogue
10613
10614         * /src/SDCCsymt.c:
10615         added _JavaNative to debug info printing
10616
10617         * /src/SDCCmain.c: added option --tini-libid
10618         added port->do_assemble function (-mTININative) has a multi command assemble
10619
10620         * /src/SDCCglue.c: Disabled "constExpr" check
10621         added port->genAssemblerEnd function
10622
10623         * /src/SDCCglobl.h: Added option --tini-libid value
10624
10625         * /src/SDCCast.h:
10626         tookout optimizeCompare from the header (has no external references)
10627
10628         * /src/SDCCast.c: made one more function "static"
10629
10630 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10631
10632         * src/z80/mappings.i: Added z80asm support.
10633
10634         * src/z80/main.c: Added z80asm support on --asm=z80asm
10635
10636         * src/z80/gen.c: Fixed asm portability issues.
10637
10638         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10639
10640         * src/SDCCglue.c (printExterns): Added global/extern split.
10641
10642 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10643
10644         * support/regression/Makefile: added test for mcs51 model large
10645
10646         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10647
10648         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10649
10650 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10651
10652         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10653
10654 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10655
10656         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10657
10658         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10659
10660 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10661
10662         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10663
10664         * support/regression/tests/simplefloat.c: Port to mcs51.
10665
10666 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10667         * support/regression/tests/bug-485362.c: Added.
10668
10669         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10670
10671         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10672
10673         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10674
10675         * src/z80/gen.c (aopDump): Added a dump function.
10676
10677 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10678         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10679
10680         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10681
10682         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10683
10684         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10685
10686         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10687
10688         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10689
10690         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10691
10692         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10693
10694         * support/regression/ports/ds390/support.c: Use tinibios.
10695
10696         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10697
10698 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10699
10700         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10701         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10702
10703         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10704
10705         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10706
10707 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10708
10709         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10710
10711         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10712         (packRegsForIYUse): Created and optimised.
10713
10714 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10715
10716         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10717 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10718
10719         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10720
10721         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10722
10723         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10724
10725 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10726
10727         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10728
10729         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10730
10731 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10732
10733         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10734
10735         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10736
10737         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10738
10739 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10740
10741         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10742         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10743         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10744
10745         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10746
10747         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10748         (genNotFloat): Added.
10749         (genUminusFloat): Added.
10750
10751         * device/lib/z80/Makefile: Added floating pt stubs.
10752
10753         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10754
10755         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10756
10757         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10758
10759 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10760
10761         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10762
10763         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10764
10765         * sdcc/support/regression/Makefile: Add port ds390.
10766
10767         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10768
10769         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10770
10771         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10772
10773         * sdcc/support/regression/ports/ds390/support.c: Added.
10774
10775         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10776
10777         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10778
10779         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10780
10781 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10782
10783         * device/include/malloc.h: Added z80 and gbz80 support.
10784
10785         * device/lib/gbz80/heap.s: Added.
10786
10787         * device/lib/z80/heap.s: Added.
10788
10789         * device/lib/malloc.c: Added z80 and gbz80 support.
10790
10791         * support/regression/tests/malloc.c (testMalloc): Added.
10792
10793         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10794
10795         * support/regression/tests/bug-478094.c: Added.
10796
10797         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10798
10799 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10800
10801         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10802
10803         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10804
10805         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10806
10807         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10808
10809         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10810
10811 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10812
10813         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10814
10815 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10816
10817         * support/regression/tests/bug-477927.c: Added.
10818
10819         * src/z80/peeph.def: Added minor rules.
10820
10821         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10822
10823         * src/z80/peeph.def: Added jump optimisation modification.
10824
10825 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10826
10827         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10828
10829 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10830
10831         * support/regression/tests/funptrs.c: Added.
10832
10833 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10834
10835         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10836
10837 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10838
10839         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10840
10841         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10842
10843         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10844         (movLeft2ResultLong): Created.
10845
10846         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10847         (joinPushes): Added.  Joins two char pushes into a word push.
10848
10849 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10850
10851         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10852
10853         * support/makebin/Makefile (install): Added creation of dest dir.
10854
10855 2001-10-24 Karl Bongers <karl AT turbobit.com>
10856
10857         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10858
10859 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10860
10861         * src/z80/ralloc.c: Turned off faulty pack for one use.
10862
10863         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10864
10865         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10866
10867 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10868
10869         * support/regression/Makefile: Improved clean
10870
10871         * support/regression/ports/gbz80/spec.mk: Added clean
10872
10873         * support/regression/ports/host/spec.mk: Added clean
10874
10875         * support/regression/ports/z80/spec.mk: Added clean
10876
10877         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10878
10879         * support/regression/ports/mcs51/timeout.c: little improvements
10880
10881 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10882
10883         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10884
10885         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10886
10887         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10888
10889 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10890
10891         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10892
10893         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10894
10895 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10896         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10897
10898         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10899
10900         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10901
10902         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10903
10904         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10905
10906         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10907
10908         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10909
10910         * support/regression/tests/longor.c: Added.
10911
10912 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10913
10914         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10915
10916         * as/mcs51/aslink.h: define PATH_MAX
10917
10918         * as/mcs51/asm.h: define PATH_MAX
10919
10920         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10921
10922         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10923
10924         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10925
10926         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10927
10928         * src/SDCCglobl.h: define PATH_MAX
10929
10930         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10931
10932         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10933
10934 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10935
10936         * src/z80/gen.c (gencjneshort): Fixed
10937
10938         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10939
10940 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10941
10942         * support/regression/tests/bug-469671.c: Added.
10943
10944         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10945
10946 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10947
10948         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10949
10950         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10951
10952 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10953
10954         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10955
10956         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10957
10958         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10959
10960         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10961
10962         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10963
10964         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10965
10966         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10967
10968 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10969
10970         * 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.
10971
10972         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10973
10974         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10975
10976 2001-10-07    <johan AT FRIJA>
10977
10978         * device/lib/gets.c (gets): fixed the return value.
10979
10980 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10981         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10982
10983         * 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.
10984
10985         * 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.
10986
10987         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10988
10989         * src/pic/gen.c: Removed Safe_strdup.
10990
10991         * configure.in: Added option to enable libgc support.
10992
10993         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10994         (bitVectUnion): Optimised.
10995         (bitVectIntersect): Optimised.
10996         (bitVectBitsInCommon): Optimised.
10997         (bitVectCplAnd): Optimised.
10998
10999         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11000
11001 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11002
11003         * src/SDCCmain.c: distinguish between assembler debug and plain options
11004
11005         * src/avr/main.c:   remove standard assembler options
11006
11007         * src/ds390/main.c: remove standard assembler options
11008
11009         * src/mcs51/main.c: remove standard assembler options
11010
11011         * src/port.h: removed "PENDING" comment
11012
11013 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11014
11015         * src/device/lib/_mulint.c  : new, with assember functions
11016
11017         * src/device/lib/_mullong.c : new, with assember functions
11018
11019         * src/device/lib/_divuint.c : with assember functions
11020
11021         * src/device/lib/_divsint.c : with assember functions
11022
11023         * src/device/lib/_divulong.c: with assember functions
11024
11025         * src/device/lib/_divslong.c: with assember functions
11026
11027         * src/device/lib/_moduint.c : with assember functions
11028
11029         * src/device/lib/_modsint.c : with assember functions
11030
11031         * src/device/lib/_modulong.c: with assember functions
11032
11033         * src/device/lib/_modslong.c: with assember functions
11034
11035         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11036
11037         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11038
11039         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11040                                       replaced _mululong.c and _mulslong.c by _mullong.c
11041
11042 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11043
11044         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11045
11046 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11047
11048         * src/SDCCglue.c: test, if win32api is available for MINGW
11049
11050 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11051
11052         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11053         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11054         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11055         * support/regression/ports/host/spec.mk: removed GENERIC
11056         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11057         * support/regression/ports/z80/spec.mk: removed GENERIC
11058
11059 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11060
11061         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11062
11063         * support/regression/tests/bug-467035.c: Created.
11064
11065 2001-10-01    <johan AT FRIJA>
11066
11067         * src/SDCC.y: fixed bug #466586 part 1
11068
11069 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11070
11071         * SDCCicode.c: z80 has no generic pointers
11072         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11073
11074 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11075
11076         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11077
11078 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11079
11080         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11081
11082         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11083
11084 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11085
11086         * configure.in: Fixed up so that ucsim is only configured once.
11087
11088         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11089
11090         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11091         (getPathDifference): As above.
11092
11093         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11094
11095         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11096
11097 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11098         * .version: Updated to 2.3.1
11099
11100         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11101         Added copyright header.
11102
11103         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11104         (assemble): Added support for macro based assembler commands.
11105         (linkEdit): Added support for macro based linker commands.
11106         (preProcess): Changed the pre-processor to use macros.
11107         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11108         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11109
11110         * device/lib/z80/crt0.s: Added module name for debugging.
11111
11112 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11113
11114         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11115
11116         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11117
11118         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11119
11120         * src/Makefile.in: Added SDCCmacro and SDCCutil
11121
11122 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11123
11124         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11125
11126 2001-09-16    <johan AT FRIJA>
11127
11128         * 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.
11129
11130 2001-09-15    <johan AT FRIJA>
11131
11132         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11133         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11134
11135 2001-09-11    <johan AT FRIJA>
11136
11137         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11138
11139 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11140
11141         * support/regression/tests/bug-460444.c: Added test case.
11142
11143         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11144         (genCast): Added justification for all of the asserts.
11145
11146 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11147
11148         * support/regression/support.c: _xdata replaced by xdata
11149
11150         * support/regression/spec.mk: removed _generic
11151
11152 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11153
11154         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11155
11156         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11157         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11158
11159         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11160
11161         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11162
11163         * support/regression/tests/bug-460010.c: Added test case.
11164
11165         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11166
11167 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11168
11169         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11170
11171         * support/regression/testfwk.c: removed workaround for bug #436344
11172
11173         * support/regression/tests/bp.c: use less memory with mcs51
11174
11175         * support/regression/tests/bug-441448.c: use less memory
11176
11177         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11178
11179         * support/regression/collate-results.py: typo
11180
11181 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11182
11183         * support/regression/tests/fetchoverlap.c: Added new test case.
11184
11185         * support/regression/tests/bp.c: Added new test case.
11186
11187         * support/regression/tests/bug-448984.c: Added new test case.
11188
11189         * support/regression/tests/pow2shifts.c: Added new test case.
11190
11191         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11192         (genlshTwo): Fixed right shift for count > 8.
11193
11194         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11195
11196 2001-09-08    <johan AT FRIJA>
11197
11198         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11199
11200 2001-09-07    <johan AT FRIJA>
11201
11202         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11203
11204         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11205
11206 2001-09-06    <johan AT FRIJA>
11207
11208         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11209         * bernhard noted me at this: "() equals to (void)" (1.38)
11210
11211 2001-09-05    <johan AT FRIJA>
11212
11213         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11214
11215 2001-09-04    <johan AT FRIJA>
11216
11217         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11218
11219
11220 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11221
11222         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11223
11224 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11225
11226         * link/z80/aslink.h: Fixed path for PATH_MAX
11227
11228 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11229
11230         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11231
11232         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11233
11234         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11235
11236         * 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.
11237
11238 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11239
11240         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11241         (genCmp): Fixed up genCmp for the GB with longs.
11242
11243         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11244
11245         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11246
11247         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11248
11249         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11250
11251 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11252
11253         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11254
11255 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11256
11257         * 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.
11258
11259         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11260
11261 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11262
11263         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11264
11265         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11266
11267 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11268
11269   * sim/ucsim/configure:    little improvement of Cygwin-detection
11270   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11271   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11272   * support/regression/tests/bug-221100.c: small changes for mcs51
11273   * support/regression/tests/bug-221168.c: small changes for mcs51
11274   * support/regression/tests/bug-227710.c: small changes for mcs51
11275   * support/regression/tests/staticinit.c: small changes for mcs51
11276   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11277   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11278   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11279
11280 $Revision$